:root {
  --tg-navy-950: #020d19;
  --tg-navy-900: #051c34;
  --tg-navy-800: #0a2a48;
  --tg-cream: #faf4e3;
  --tg-cream-deep: #eee2c7;
  --tg-paper: #fffdf8;
  --tg-red: #a51f1c;
  --tg-red-bright: #c52a23;
  --tg-gold: #e2a42d;
  --tg-gold-bright: #f6c956;
  --tg-green: #2f8167;
  --tg-ink: #071727;
  --tg-muted: #62707d;
  --tg-line: #ddd1b9;
  --tg-shell: min(1180px, calc(100% - 48px));
  --tg-shadow: 0 28px 70px rgba(2, 13, 25, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tg-ink);
  background: var(--tg-cream);
  font-family: "Trebuchet MS", "Avenir Next", Arial, sans-serif;
  line-height: 1.5;
}

body.tg-nav-open {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
a,
label {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--tg-gold-bright);
  outline-offset: 4px;
}

.tg-shell {
  width: var(--tg-shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--tg-navy-950);
  background: var(--tg-gold-bright);
  border-radius: 5px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.tg-header {
  position: relative;
  z-index: 100;
  color: var(--tg-cream);
  background: rgba(2, 13, 25, 0.98);
  border-bottom: 1px solid rgba(226, 164, 45, 0.34);
}

.tg-header__inner {
  display: grid;
  grid-template-columns: 245px 1fr;
  align-items: center;
  min-height: 98px;
  gap: 36px;
}

.tg-brand {
  display: block;
  width: 230px;
}

.tg-brand img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.tg-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2vw, 34px);
}

.tg-nav > a:not(.tg-button) {
  color: #e9dfcc;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.tg-nav > a:not(.tg-button):hover {
  color: var(--tg-gold-bright);
}

.tg-nav__home {
  padding-left: 22px;
  border-left: 1px solid rgba(226, 164, 45, 0.3);
}

.tg-nav-toggle {
  display: none;
}

.tg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 10px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.tg-button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.tg-button--primary {
  color: var(--tg-paper);
  background: linear-gradient(135deg, var(--tg-red-bright), #8f1414);
  box-shadow: 0 16px 34px rgba(151, 25, 21, 0.28);
}

.tg-button--outline {
  color: var(--tg-cream);
  background: transparent;
  border-color: rgba(226, 164, 45, 0.65);
}

.tg-button--wide {
  width: 100%;
}

.tg-eyebrow {
  margin: 0 0 14px;
  color: var(--tg-red-bright);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tg-hero {
  position: relative;
  isolation: isolate;
  min-height: 660px;
  overflow: hidden;
  color: var(--tg-cream);
  background:
    radial-gradient(circle at 79% 24%, rgba(16, 84, 132, 0.46), transparent 37%),
    radial-gradient(circle at 3% 91%, rgba(151, 25, 21, 0.18), transparent 28%),
    linear-gradient(130deg, var(--tg-navy-950), #06213b 72%, #03121f);
}

.tg-hero__stars {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.32;
  background-image:
    radial-gradient(circle, rgba(246, 201, 86, 0.8) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.7) 0 1px, transparent 1.5px);
  background-position: 0 0, 38px 44px;
  background-size: 96px 96px, 138px 138px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%);
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.tg-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  align-items: center;
  min-height: 660px;
  gap: clamp(48px, 7vw, 100px);
  padding-block: 78px;
}

.tg-season-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 25px;
  padding: 9px 16px;
  color: var(--tg-gold-bright);
  border: 1px solid rgba(246, 201, 86, 0.55);
  border-radius: 999px;
  background: rgba(2, 13, 25, 0.36);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tg-hero .tg-eyebrow {
  color: var(--tg-gold-bright);
}

.tg-hero h1 {
  max-width: 620px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 5.4vw, 5.8rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.tg-hero h1 em {
  display: block;
  color: #f7d987;
  font-style: italic;
  font-weight: 400;
}

.tg-hero__lede {
  max-width: 610px;
  margin: 28px 0 0;
  color: #d7dee5;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.75;
}

.tg-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.tg-text-link {
  color: #f8dda0;
  border-bottom: 1px solid rgba(248, 221, 160, 0.45);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.tg-text-link:hover {
  color: var(--tg-paper);
  border-bottom-color: var(--tg-paper);
}

.tg-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 33px;
  color: #b9c4cf;
  font-size: 0.78rem;
}

.tg-hero__trust b {
  margin-right: 6px;
  color: var(--tg-gold-bright);
}

.tg-hero__visual {
  position: relative;
}

.tg-hero__image-frame {
  overflow: hidden;
  padding: 11px;
  border: 1px solid rgba(246, 201, 86, 0.38);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 36px 78px rgba(0, 0, 0, 0.34);
  transform: rotate(1deg);
}

.tg-hero__image-frame img {
  width: 100%;
  border-radius: 22px;
}

.tg-floating-note {
  position: absolute;
  bottom: -26px;
  left: -42px;
  display: flex;
  align-items: center;
  min-width: 290px;
  gap: 16px;
  padding: 22px 26px;
  color: var(--tg-ink);
  background: var(--tg-paper);
  border-radius: 18px;
  box-shadow: var(--tg-shadow);
}

.tg-floating-note > span {
  color: var(--tg-red-bright);
  font-size: 1.9rem;
}

.tg-floating-note strong,
.tg-floating-note small {
  display: block;
}

.tg-floating-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.tg-floating-note small {
  margin-top: 3px;
  color: var(--tg-muted);
  font-size: 0.72rem;
}

.tg-choice {
  padding: 104px 0 90px;
  background:
    radial-gradient(circle at 15% 15%, rgba(226, 164, 45, 0.11), transparent 27%),
    var(--tg-cream);
  scroll-margin-top: 24px;
}

.tg-section-heading {
  max-width: 900px;
  margin: 0 auto 52px;
  text-align: center;
}

.tg-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.tg-section-heading > p:last-child {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--tg-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.tg-presentation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.tg-presentation-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: var(--tg-paper);
  border: 1px solid #dfd5bf;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(23, 33, 43, 0.08);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tg-presentation-card:hover {
  transform: translateY(-4px);
}

.tg-presentation-card.is-selected {
  border-color: var(--tg-red-bright);
  box-shadow: 0 21px 48px rgba(165, 31, 28, 0.16);
}

.tg-presentation-card > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.tg-presentation-card:focus-within {
  outline: 3px solid var(--tg-gold-bright);
  outline-offset: 4px;
}

.tg-card__visual {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  color: var(--tg-paper);
  background: #071827;
}

.tg-card__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tg-card__visual > em {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 11px;
  color: var(--tg-ink);
  background: #f8dda0;
  border-radius: 999px;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tg-card__visual > b {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 8px 12px;
  color: var(--tg-paper);
  background: rgba(3, 18, 32, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  font-size: 0.66rem;
  letter-spacing: 0.05em;
}

.tg-card__visual--ticket-front {
  display: grid;
  place-items: center;
  padding: 24px 20px 46px;
  color: var(--tg-ink);
  background: linear-gradient(145deg, #f8f4e9, #eee5d1);
}

.tg-card__visual--ticket-front > img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 10px 22px rgba(2, 13, 25, 0.16);
}

.tg-card__body {
  display: flex;
  flex-direction: column;
  padding: 27px 25px 30px;
}

.tg-card__title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
}

.tg-card__title-row small,
.tg-card__title-row strong,
.tg-card__title-row b {
  display: block;
}

.tg-card__title-row small {
  color: var(--tg-red-bright);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tg-card__title-row strong {
  margin-top: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.08;
}

.tg-card__title-row > b {
  color: var(--tg-red-bright);
  font-size: 0.8rem;
  white-space: nowrap;
}

.tg-card__description {
  min-height: 84px;
  margin-top: 22px;
  color: var(--tg-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.tg-card__features {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  color: #4f5d69;
  border-top: 1px solid #ebe4d5;
  font-size: 0.74rem;
}

.tg-card__features span::first-letter {
  color: var(--tg-green);
}

.tg-same-ticket {
  display: flex;
  align-items: center;
  max-width: 820px;
  gap: 18px;
  margin: 32px auto 0;
  padding: 20px 24px;
  background: #f5ead1;
  border: 1px solid #e5d3a9;
  border-radius: 15px;
}

.tg-same-ticket > span {
  color: var(--tg-red-bright);
  font-size: 2rem;
}

.tg-same-ticket strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.tg-same-ticket p {
  margin: 3px 0 0;
  color: var(--tg-muted);
  font-size: 0.76rem;
}

.tg-builder {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  scroll-margin-top: 20px;
}

.tg-builder__visual,
.tg-calculator {
  padding: clamp(58px, 6vw, 94px) clamp(36px, 5vw, 78px);
}

.tg-builder__visual {
  background:
    radial-gradient(circle at 10% 85%, rgba(226, 164, 45, 0.14), transparent 28%),
    var(--tg-cream-deep);
}

.tg-calculator {
  color: var(--tg-ink);
  background: var(--tg-paper);
}

.tg-viewer-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.tg-viewer-heading h2,
.tg-calculator h2,
.tg-company h2,
.tg-request h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.2vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.tg-viewer-heading > span {
  flex: 0 0 auto;
  padding: 7px 13px;
  color: var(--tg-muted);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid #d7ccb7;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 850;
}

.tg-viewer {
  position: relative;
  overflow: hidden;
  padding: 9px;
  background: var(--tg-paper);
  border-radius: 22px;
  box-shadow: var(--tg-shadow);
}

.tg-viewer img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 15px;
}

.tg-viewer img.is-flippable {
  cursor: pointer;
}

.tg-viewer__arrow {
  position: absolute;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: var(--tg-paper);
  background: rgba(2, 13, 25, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 1.8rem;
  transform: translateY(-50%);
}

.tg-viewer__arrow--left {
  left: 24px;
}

.tg-viewer__arrow--right {
  right: 24px;
}

.tg-view-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 17px;
}

.tg-view-tabs button {
  padding: 9px 15px;
  color: #4c5863;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid #cec3ae;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 800;
}

.tg-view-tabs button.is-active {
  color: var(--tg-paper);
  background: var(--tg-red-bright);
  border-color: var(--tg-red-bright);
}

.tg-selected-caption {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 25px;
}

.tg-selected-caption > span {
  color: var(--tg-red-bright);
  font-size: 1.8rem;
}

.tg-selected-caption strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

.tg-selected-caption p {
  margin: 5px 0 0;
  color: var(--tg-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.tg-calculator__intro {
  margin: 14px 0 32px;
  color: var(--tg-muted);
}

.tg-quantity {
  display: grid;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 850;
}

.tg-quantity__control {
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  overflow: hidden;
  border: 1px solid #d8cdb9;
  border-radius: 12px;
  background: #f8f3e8;
}

.tg-quantity__control button,
.tg-quantity__control input {
  min-height: 56px;
  border: 0;
}

.tg-quantity__control button {
  color: var(--tg-ink);
  background: #f3ead9;
  cursor: pointer;
  font-size: 1.45rem;
  font-weight: 900;
}

.tg-quantity__control input {
  width: 100%;
  color: var(--tg-ink);
  background: var(--tg-paper);
  font-size: 1.45rem;
  font-weight: 900;
  text-align: center;
  -moz-appearance: textfield;
}

.tg-quantity__control input::-webkit-inner-spin-button,
.tg-quantity__control input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.tg-rate-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding: 20px;
  color: #286a57;
  background: #eef8f3;
  border: 1px solid #cde7dd;
  border-radius: 13px;
}

.tg-rate-banner > span {
  font-size: 1.7rem;
}

.tg-rate-banner small,
.tg-rate-banner strong {
  display: block;
}

.tg-rate-banner small {
  color: #62756f;
  font-size: 0.68rem;
}

.tg-rate-banner strong {
  font-size: 1.05rem;
}

.tg-rate-banner > b {
  font-size: 0.67rem;
}

.tg-price-lines {
  display: grid;
  gap: 13px;
  margin-top: 27px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ded5c5;
}

.tg-price-lines p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  color: #65707a;
  font-size: 0.78rem;
}

.tg-price-lines strong {
  color: var(--tg-ink);
  white-space: nowrap;
}

.tg-price-lines p.is-waived {
  color: var(--tg-green);
}

.tg-estimate-total {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px;
  margin: 22px 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.tg-estimate-total small {
  display: block;
  margin-top: 5px;
  color: var(--tg-muted);
  font-family: "Trebuchet MS", "Avenir Next", Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
}

.tg-estimate-total > strong {
  color: var(--tg-red-bright);
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.tg-company {
  padding: 92px 0;
  background: #e9dfca;
}

.tg-company__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.tg-company__copy > p:not(.tg-eyebrow) {
  max-width: 650px;
  color: var(--tg-muted);
}

.tg-company label,
.tg-request__form label {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  font-size: 0.75rem;
  font-weight: 850;
}

.tg-company input,
.tg-company textarea,
.tg-request__form input,
.tg-request__form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--tg-ink);
  background: var(--tg-paper);
  border: 1px solid #cfc4ae;
  border-radius: 8px;
}

.tg-company textarea,
.tg-request__form textarea {
  resize: vertical;
}

.tg-proof-note {
  display: flex;
  gap: 9px;
  margin-top: 17px !important;
  color: #51605d !important;
  font-size: 0.72rem;
}

.tg-message-preview {
  position: relative;
  display: grid;
  min-height: 380px;
  padding: 50px 56px;
  place-items: center;
  align-content: center;
  color: var(--tg-ink);
  background: var(--tg-paper);
  border: 10px solid #f6f0e3;
  box-shadow: var(--tg-shadow);
  text-align: center;
}

.tg-message-preview::before,
.tg-message-preview::after {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  border: 2px solid #cfb27a;
}

.tg-message-preview::before {
  top: 18px;
  left: 18px;
  border-right: 0;
  border-bottom: 0;
}

.tg-message-preview::after {
  right: 18px;
  bottom: 18px;
  border-top: 0;
  border-left: 0;
}

.tg-logo-placeholder {
  color: #455468;
  font-size: 0.65rem;
  font-weight: 900;
  line-height: 1.15;
}

.tg-message-preview blockquote {
  max-width: 560px;
  margin: 27px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-style: italic;
  line-height: 1.25;
}

.tg-message-preview > span:not(.tg-logo-placeholder) {
  color: var(--tg-gold);
  font-size: 1.2rem;
}

.tg-message-preview p {
  margin: 15px 0 2px;
  color: var(--tg-muted);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.tg-process {
  padding: 96px 0;
  color: var(--tg-cream);
  background:
    radial-gradient(circle at 78% 20%, rgba(17, 83, 76, 0.33), transparent 34%),
    linear-gradient(140deg, var(--tg-navy-950), #073039);
  scroll-margin-top: 20px;
}

.tg-section-heading--light h2 {
  color: var(--tg-cream);
}

.tg-section-heading--light .tg-eyebrow {
  color: var(--tg-gold-bright);
}

.tg-process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tg-process__grid article {
  padding: 30px;
  border: 1px solid rgba(226, 164, 45, 0.32);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.tg-process__grid article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--tg-navy-950);
  background: var(--tg-gold-bright);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.tg-process__grid h3 {
  margin: 22px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.tg-process__grid p {
  margin: 0;
  color: #c8d3d8;
  font-size: 0.84rem;
  line-height: 1.65;
}

.tg-request {
  padding: 100px 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(226, 164, 45, 0.15), transparent 30%),
    var(--tg-cream);
  scroll-margin-top: 20px;
}

.tg-request__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  align-items: start;
  gap: clamp(52px, 8vw, 120px);
}

.tg-request__copy > p:not(.tg-eyebrow) {
  max-width: 600px;
  color: var(--tg-muted);
  line-height: 1.7;
}

.tg-request__selection {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.tg-request__selection span,
.tg-request__selection strong {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.7rem;
}

.tg-request__selection span {
  background: #e9dfca;
}

.tg-request__selection strong {
  color: var(--tg-paper);
  background: var(--tg-red-bright);
}

.tg-request__form,
.tg-success {
  padding: 30px;
  background: var(--tg-paper);
  border: 1px solid #ded3bd;
  border-radius: 18px;
  box-shadow: 0 20px 54px rgba(7, 23, 39, 0.1);
}

.tg-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tg-request__form label:first-child,
.tg-request__form .tg-field-row:first-child label {
  margin-top: 0;
}

.tg-request__form label > span {
  color: #8a9197;
  font-size: 0.65rem;
  font-weight: 500;
}

.tg-request__form .tg-button {
  margin-top: 22px;
}

.tg-request__form > small {
  display: block;
  margin-top: 11px;
  color: var(--tg-muted);
  font-size: 0.65rem;
  text-align: center;
}

.tg-success {
  display: grid;
  min-height: 360px;
  place-items: center;
  align-content: center;
  text-align: center;
}

.tg-success > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--tg-paper);
  background: var(--tg-green);
  border-radius: 50%;
  font-size: 1.7rem;
}

.tg-success h3 {
  margin: 22px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.tg-success p {
  max-width: 540px;
  margin: 0 0 22px;
  color: var(--tg-muted);
}

.tg-success .tg-button--outline {
  color: var(--tg-ink);
  border-color: #b9a16e;
}

.tg-footer {
  display: grid;
  place-items: center;
  padding: 62px 24px;
  color: #c8c1b4;
  background: var(--tg-navy-950);
  border-top: 2px solid var(--tg-gold);
  text-align: center;
}

.tg-footer a {
  width: min(280px, 75vw);
}

.tg-footer img {
  width: 100%;
}

.tg-footer p {
  margin: 20px 0 5px;
  font-size: 0.74rem;
}

.tg-footer > span {
  color: var(--tg-gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

@media (max-width: 1040px) {
  .tg-header__inner {
    grid-template-columns: 210px 1fr;
  }

  .tg-brand {
    width: 205px;
  }

  .tg-nav {
    gap: 16px;
  }

  .tg-nav > a:not(.tg-button) {
    font-size: 0.7rem;
  }

  .tg-hero__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
  }

  .tg-presentation-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-inline: auto;
  }

  .tg-presentation-card {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: 1fr;
  }

  .tg-card__visual {
    height: 100%;
    aspect-ratio: auto;
  }

  .tg-builder {
    grid-template-columns: 1fr;
  }

  .tg-company__layout,
  .tg-request__layout {
    grid-template-columns: 1fr;
  }

  .tg-request__copy {
    max-width: 760px;
  }
}

@media (max-width: 820px) {
  :root {
    --tg-shell: min(100% - 32px, 680px);
  }

  .tg-header__inner {
    grid-template-columns: minmax(190px, 245px) auto;
    min-height: 86px;
  }

  .tg-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
    padding: 10px 12px;
    color: var(--tg-cream);
    background: rgba(5, 28, 52, 0.85);
    border: 1px solid rgba(226, 164, 45, 0.62);
    border-radius: 6px;
    cursor: pointer;
  }

  .tg-nav-toggle span {
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .tg-nav-toggle i,
  .tg-nav-toggle i::before,
  .tg-nav-toggle i::after {
    display: block;
    width: 21px;
    height: 2px;
    content: "";
    background: currentColor;
  }

  .tg-nav-toggle i {
    position: relative;
  }

  .tg-nav-toggle i::before,
  .tg-nav-toggle i::after {
    position: absolute;
    left: 0;
  }

  .tg-nav-toggle i::before {
    top: -7px;
  }

  .tg-nav-toggle i::after {
    top: 7px;
  }

  .tg-nav-toggle[aria-expanded="true"] i {
    background: transparent;
  }

  .tg-nav-toggle[aria-expanded="true"] i::before {
    top: 0;
    transform: rotate(45deg);
  }

  .tg-nav-toggle[aria-expanded="true"] i::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .tg-nav {
    position: absolute;
    top: 86px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 20px;
    background: rgba(2, 13, 25, 0.99);
    border-bottom: 2px solid var(--tg-gold);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
  }

  .tg-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .tg-nav > a,
  .tg-nav > a:not(.tg-button) {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(226, 164, 45, 0.22);
    font-size: 0.75rem;
    text-align: center;
  }

  .tg-nav__home {
    border-left: 0;
  }

  .tg-nav .tg-button {
    margin-top: 12px;
  }

  .tg-hero__layout {
    grid-template-columns: 1fr;
    gap: 68px;
    padding: 76px 0 96px;
  }

  .tg-hero__copy {
    max-width: 680px;
  }

  .tg-hero__visual {
    width: min(100%, 680px);
  }

  .tg-floating-note {
    left: 24px;
  }

  .tg-presentation-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .tg-card__visual {
    aspect-ratio: 16 / 9;
  }

  .tg-process__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --tg-shell: calc(100% - 24px);
  }

  .tg-header__inner {
    grid-template-columns: minmax(170px, 220px) auto;
  }

  .tg-brand {
    width: min(100%, 210px);
  }

  .tg-nav-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .tg-hero__layout {
    padding-top: 58px;
  }

  .tg-season-pill {
    margin-bottom: 20px;
    font-size: 0.62rem;
  }

  .tg-hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .tg-hero__lede {
    font-size: 1rem;
  }

  .tg-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .tg-hero__trust {
    display: grid;
  }

  .tg-hero__image-frame {
    padding: 6px;
    border-radius: 18px;
  }

  .tg-hero__image-frame img {
    border-radius: 12px;
  }

  .tg-floating-note {
    right: 14px;
    bottom: -44px;
    left: 14px;
    min-width: 0;
    padding: 17px 19px;
  }

  .tg-choice,
  .tg-process,
  .tg-request,
  .tg-company {
    padding-block: 72px;
  }

  .tg-section-heading {
    margin-bottom: 36px;
  }

  .tg-section-heading h2,
  .tg-viewer-heading h2,
  .tg-calculator h2,
  .tg-company h2,
  .tg-request h2 {
    font-size: clamp(2.55rem, 13vw, 3.8rem);
  }

  .tg-card__body {
    padding: 24px 20px 27px;
  }

  .tg-card__title-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tg-card__title-row > b {
    justify-self: start;
  }

  .tg-card__description {
    min-height: 0;
  }

  .tg-same-ticket {
    align-items: flex-start;
    padding: 18px;
  }

  .tg-builder__visual,
  .tg-calculator {
    padding: 62px 18px;
  }

  .tg-viewer-heading {
    align-items: flex-start;
  }

  .tg-viewer__arrow {
    width: 38px;
    height: 38px;
  }

  .tg-viewer__arrow--left {
    left: 16px;
  }

  .tg-viewer__arrow--right {
    right: 16px;
  }

  .tg-rate-banner {
    grid-template-columns: auto 1fr;
  }

  .tg-rate-banner > b {
    grid-column: 2;
  }

  .tg-price-lines p {
    align-items: flex-start;
  }

  .tg-estimate-total {
    grid-template-columns: 1fr;
  }

  .tg-company__layout {
    gap: 42px;
  }

  .tg-message-preview {
    min-height: 320px;
    padding: 42px 24px;
  }

  .tg-request__layout {
    gap: 38px;
  }

  .tg-field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tg-request__form,
  .tg-success {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
