:root {
  --moss: #203f32;
  --moss-deep: #10251d;
  --moss-mid: #2d5c47;
  --cream: #f4eadc;
  --sand: #ede6d6;
  --paper: #fff9ef;
  --terracotta: #c45f35;
  --terracotta-dark: #9e4427;
  --amber: #e8b56a;
  --ink: #18251f;
  --muted: #71665b;
  --line: rgba(24, 37, 31, 0.14);
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(16, 37, 29, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.75;
}
body.modal-open { overflow: hidden; }
a { color: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 10px 18px;
  background: var(--moss-deep);
  color: var(--white);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.container {
  width: min(1180px, calc(100% - clamp(56px, 8vw, 128px)));
  margin: 0 auto;
}
.narrow { width: min(820px, calc(100% - clamp(56px, 8vw, 128px))); }
.section { padding: 96px 0; }
.cream { background: var(--paper); }
.sand { background: var(--cream); }
.dark { background: var(--moss); color: var(--white); }
.medium { background: var(--moss-mid); color: var(--white); }
.center { text-align: center; }

h1, h2, h3 {
  margin: 0 0 24px;
  font-family: "Fraunces", serif;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}
h1 {
  max-width: 930px;
  margin-inline: auto;
  color: var(--white);
  font-size: clamp(3rem, 9.2vw, 7.5rem);
}
h2 {
  max-width: 900px;
  color: var(--moss);
  font-size: clamp(1.92rem, 4.8vw, 3.9rem);
  text-wrap: balance;
}
.center h2 { margin-inline: auto; }
.dark h2, .medium h2 { color: var(--white); }
h3 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
p { margin: 0 0 18px; }
p,
li,
summary,
.lead,
.hero-copy,
.anchor-text,
.button,
.superlabel,
.installment,
.price-anchor,
.fare-box strong {
  text-wrap: pretty;
}
.number-safe {
  display: inline;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  letter-spacing: 0;
  font-variant-numeric: lining-nums tabular-nums;
}
.button .number-safe,
.topbar .number-safe,
.installment .number-safe {
  display: inline-block;
  font-weight: inherit;
  white-space: nowrap;
}
.button .number-safe {
  margin-inline: 0.08em;
}
.lead {
  max-width: 900px;
  margin-inline: auto;
  font-size: 1.08rem;
}
.superlabel {
  margin: 0 0 18px;
  color: var(--terracotta);
  font-size: clamp(1.12rem, 1.9vw, 1.45rem);
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}
.dark .superlabel, .medium .superlabel, .hero .superlabel { color: var(--amber); }

.hero {
  min-height: 94svh;
  display: grid;
  align-items: center;
  padding: 86px 0 76px;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  background-image:
    linear-gradient(90deg, rgba(16, 37, 29, 0.84), rgba(16, 37, 29, 0.62)),
    url("assets/optimized/hero1.webp");
  background-position: center center;
  background-size: cover;
}
.hero-copy {
  max-width: 780px;
  margin: 0 auto 34px;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}
.hero-v2 .hero-copy {
  margin-bottom: 22px;
}
.hero-safe-line {
  display: block;
  margin-top: 14px;
  color: rgba(255, 253, 248, 0.78);
  font-weight: 800;
}
.hero-elegant-panel {
  width: min(760px, 100%);
  margin: 0 auto 26px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(232, 181, 106, 0.3);
  border-radius: 8px;
  background: rgba(16, 37, 29, 0.58);
  box-shadow: 0 22px 60px rgba(16, 37, 29, 0.3);
}
.hero-panel-kicker {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-shopping-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}
.hero-shopping-strip span {
  padding: 10px 12px;
  border: 1px solid rgba(232, 181, 106, 0.32);
  border-radius: 8px;
  background: rgba(232, 181, 106, 0.16);
  color: var(--white);
  font-weight: 900;
}
.hero-elegant-panel p:last-child {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(255, 253, 248, 0.9);
}
.v2-hero-card {
  width: min(820px, 100%);
  margin: 0 auto 26px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(232, 181, 106, 0.28);
  border-radius: 8px;
  background: rgba(16, 37, 29, 0.52);
  box-shadow: 0 22px 60px rgba(16, 37, 29, 0.28);
}
.v2-hero-card p {
  margin-bottom: 14px;
}
.v2-hero-card.mini {
  background: rgba(16, 37, 29, 0.44);
}
.v2-hero-card .scan-steps {
  margin-top: 0;
}
.v2-inline-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}
.v2-inline-list li,
.v2-chip-grid span {
  border-radius: 8px;
  background: rgba(232, 181, 106, 0.18);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 900;
}
.v2-inline-list li {
  padding: 8px 12px;
  border: 1px solid rgba(232, 181, 106, 0.3);
}
.hero .tickets {
  width: min(100%, 1400px);
  margin-inline: auto;
}
.hero .print-tickets article {
  aspect-ratio: 900 / 198;
  padding: 14px;
}
.anchor-text {
  max-width: 740px;
  margin: 0 auto 28px;
  color: rgba(255, 253, 248, 0.92);
  font-weight: 700;
}
.anchor-text strong {
  display: inline-block;
  margin-left: 0.24em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 26px;
  border: 0;
  border-radius: 8px;
  background: var(--terracotta);
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(196, 95, 53, 0.32);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.button-two-line {
  flex-direction: column;
  gap: 2px;
}
.button-two-line span {
  display: block;
  white-space: nowrap;
}
.button:hover {
  background: var(--terracotta-dark);
  box-shadow: 0 22px 42px rgba(196, 95, 53, 0.42);
  transform: translateY(-2px);
}

.tickets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px 0 24px;
}
.tickets article {
  min-height: 164px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 249, 239, 0.93);
  color: var(--ink);
  text-align: left;
  box-shadow: var(--shadow);
}
.tickets span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}
.tickets strong {
  display: block;
  margin: 8px 0 18px;
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
}
.tickets em {
  display: inline-block;
  padding-top: 14px;
  border-top: 1px dashed rgba(24, 37, 31, 0.32);
  color: var(--terracotta-dark);
  font-style: normal;
  font-weight: 800;
}
.print-tickets article {
  display: grid;
  aspect-ratio: 900 / 198;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: auto;
  padding: 10px;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 249, 239, 0.94);
}
.print-tickets img, .fare-box img {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: auto;
  aspect-ratio: 900 / 198;
  border-radius: 6px;
}
.fare-print {
  position: relative;
  display: block;
}
.mobile-fare-price {
  display: none;
}
.mobile-fare-cards {
  display: none;
}
.hero-mobile-fares {
  display: none;
}
.fare-print::before,
.fare-print::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 2;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: rgba(217, 45, 32, 0.86);
  transform-origin: center;
  box-shadow: 0 1px 5px rgba(217, 45, 32, 0.2);
}
.fare-print::before {
  transform: translateY(-50%) rotate(38deg);
}
.fare-print::after {
  transform: translateY(-50%) rotate(-38deg);
}

.mistake-list, .plain-list {
  display: grid;
  gap: 13px;
  max-width: 900px;
  margin: 28px auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.pain-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.pain-copy h2 {
  max-width: 760px;
}
.pain-photo {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.pain-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.mistake-list li, .plain-list li {
  position: relative;
  padding-left: 32px;
}
.mistake-list li::before, .plain-list.negative li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: var(--terracotta);
  font-weight: 900;
}
.plain-list.positive li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--terracotta);
  font-weight: 900;
}

.quote-box, .info-box, .bonus {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 24px;
  border: 1px solid rgba(232, 181, 106, 0.38);
  border-radius: 8px;
  background: rgba(232, 181, 106, 0.12);
  text-align: left;
  font-weight: 700;
}
.v2-tight-box {
  margin-top: 0;
}
.info-box, .bonus {
  border-color: var(--line);
  background: rgba(255, 253, 248, 0.76);
  box-shadow: var(--shadow);
  font-weight: 500;
}
.info-box {
  max-width: 1060px;
  padding: clamp(28px, 4vw, 42px);
  font-size: 1.08rem;
}
.info-box strong {
  display: block;
  margin-bottom: 12px;
  color: var(--amber);
  font-weight: 900;
}

.comparison, .fit-grid, .product-grid, .two-col, .bio-grid, .consequence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 34px 0;
}
.container.two-col,
.container.bio-grid,
.container.consequence-grid,
.container.pain-grid {
  margin-inline: auto;
}
.v2-list-columns,
.v2-chip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.v2-chip-grid {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 30px auto;
}
.v2-chip-grid span {
  padding: 18px 20px;
  background: var(--moss);
  color: var(--white);
  text-align: center;
}
.medium .v2-feature-grid article {
  background: rgba(255, 253, 248, 0.95);
}
.v2-page .section > .container > .button,
.v2-page .origin-copy > .button {
  display: flex;
  width: fit-content;
  margin: 28px auto 0;
}
.v2-page h2 {
  max-width: 840px;
}
.v2-page .lead,
.v2-page .section .container > p,
.v2-page .pain-copy p,
.v2-page .origin-copy p,
.v2-page .bio-grid p {
  max-width: 760px;
}
.v2-page .center .lead,
.v2-page .center > .container > p,
.v2-page .center .container > p {
  margin-inline: auto;
}
.scan-lead {
  color: var(--moss);
  font-size: clamp(1.22rem, 2.2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.35;
}
.scan-lead.light,
.scan-note.light {
  color: var(--white);
}
.scan-lines,
.scan-steps,
.scan-comparison-copy {
  display: grid;
  gap: 12px;
  margin: 22px 0 26px;
}
.scan-lines {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.scan-lines span,
.scan-steps span,
.scan-comparison-copy p,
.scan-note,
.scan-contrast {
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.35;
}
.scan-lines span {
  padding: 15px 16px;
  background: var(--moss);
  color: var(--white);
}
.dark-lines span {
  border: 1px solid rgba(232, 181, 106, 0.3);
  background: rgba(255, 253, 248, 0.08);
}
.scan-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.scan-steps span {
  padding: 14px 12px;
  border: 1px solid rgba(232, 181, 106, 0.3);
  background: rgba(255, 253, 248, 0.08);
  color: var(--white);
  text-align: center;
}
.money-steps {
  max-width: 980px;
  margin-inline: auto;
}
.money-steps span {
  border-color: var(--line);
  background: var(--moss);
  color: var(--white);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 900;
}
.offer-lines {
  grid-template-columns: 1fr;
  margin: 20px 0 26px;
}
.offer-lines span {
  background: rgba(32, 63, 50, 0.95);
  text-align: center;
}
.scan-note {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--terracotta);
  background: rgba(196, 95, 53, 0.08);
}
.scan-note.strong {
  font-weight: 900;
}
.scan-contrast {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
  padding: 18px;
  background: var(--sand);
}
.scan-contrast strong {
  grid-column: 1 / -1;
  color: var(--moss);
}
.scan-contrast span {
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  font-size: 0.95rem;
}
.scan-punch {
  text-align: center;
  font-family: "Fraunces", serif;
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  line-height: 1.08;
}
.scan-punch strong {
  color: var(--amber);
}
.scan-comparison-copy {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1060px;
  margin-inline: auto;
}
.scan-comparison-copy p {
  margin: 0;
  padding: 22px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow);
}
.v2-page .section > .container > h2,
.v2-page .section > .narrow > h2,
.v2-page .section .container.narrow > h2 {
  margin-bottom: clamp(22px, 3vw, 34px);
}
.v2-page .section > .container > .lead,
.v2-page .section .container.narrow > .lead {
  margin-bottom: clamp(24px, 3vw, 38px);
}
.v2-page .dark .two-col {
  align-items: stretch;
}
.v2-page .dark .two-col > div {
  display: grid;
  align-content: center;
}
.v2-page .dark .quote-box.v2-tight-box {
  display: grid;
  align-content: center;
  min-height: 280px;
  padding: clamp(28px, 4vw, 44px);
  border-color: rgba(232, 181, 106, 0.34);
  background: rgba(255, 253, 248, 0.08);
}
.v2-page .dark .scan-steps {
  margin: 22px 0;
}
.v2-page .dark .scan-steps span {
  display: grid;
  min-height: 78px;
  place-items: center;
  padding: 14px;
}
.v2-page .dark .scan-note.light {
  max-width: 760px;
  margin: 34px auto 24px;
  text-align: center;
}
.v2-page .sand .info-box {
  max-width: 980px;
  margin: 34px auto 22px;
  padding: clamp(28px, 3vw, 38px);
  text-align: center;
}
.v2-page .sand .money-steps {
  width: min(860px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.v2-page .sand .scan-note {
  width: min(700px, 100%);
  margin-inline: auto;
  text-align: center;
}
.v2-page .cream > .container > h2 {
  margin-inline: 0;
}
.v2-page .cream > .container > .lead {
  margin-inline: 0;
  max-width: 740px;
}
.comparison {
  width: min(1060px, 100%);
  margin-inline: auto;
}
.bio-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(34px, 5vw, 66px);
}
.consequence-grid {
  align-items: center;
}
.consequence-grid .lead {
  margin-inline: 0;
}
.consequence-photo {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  background: rgba(255, 253, 248, 0.08);
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}
.consequence-photo figcaption {
  display: grid;
  min-height: 520px;
  place-items: center;
  padding: 22px;
  color: rgba(255, 253, 248, 0.72);
  font-weight: 800;
  text-align: center;
}
.compare-card, .fit-grid article, .product-grid article, .checkout-box, .proof-card, .bio-photos figure, .modal-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.compare-card {
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 46px);
  min-height: 320px;
  text-align: center;
}
.compare-card.muted {
  background: rgba(232, 228, 218, 0.78);
  color: rgba(24, 37, 31, 0.68);
  filter: saturate(0.58);
}
.compare-card.winner {
  background: var(--moss-deep);
  color: var(--white);
}
.compare-card span, .tag, .role {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.compare-card.winner span, .compare-card.winner em, .tag { color: var(--amber); }
.compare-card strong {
  display: block;
  margin: 12px 0 0;
  font-family: "Fraunces", serif;
  font-size: clamp(3.3rem, 7.2vw, 5.9rem);
  line-height: 0.92;
}
.compare-card.winner strong {
  display: block;
  color: var(--amber);
}
.compare-card .number-prefix {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-family: inherit;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.compare-card strong .number-safe {
  display: block;
  color: inherit;
  font-family: "Fraunces", serif;
  font-size: clamp(3.6rem, 8vw, 6.4rem);
  line-height: 0.92;
}
.compare-card em {
  display: block;
  color: var(--terracotta-dark);
  font-style: normal;
  font-weight: 900;
}

.origin { padding: 78px 0 96px; }
.origin-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  grid-template-rows: repeat(2, 220px);
  gap: 16px;
}
.origin-shot {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  background-color: rgba(16, 37, 29, 0.42);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--shadow);
}
.origin-shot picture,
.consequence-photo picture,
.bio-photos picture {
  display: block;
  width: 100%;
  height: 100%;
}
.origin-shot img,
.consequence-photo img,
.bio-photos img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.origin-gallery.duo .origin-shot:first-child {
  background-position: center;
}
.origin-gallery.duo .origin-shot:last-child {
  background-position: center 48%;
}
.origin-shot.main {
  grid-row: span 2;
}
.origin-gallery.duo {
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  grid-template-rows: 520px;
}
.origin-gallery.duo .origin-shot {
  min-height: 520px;
}
.origin-shot figcaption {
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 18px;
  color: rgba(255, 253, 248, 0.72);
  font-weight: 800;
  text-align: center;
}
.origin-copy { padding-top: 54px; }
.origin blockquote {
  margin: 34px 0;
  padding-left: 24px;
  border-left: 5px solid var(--amber);
  color: var(--amber);
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-style: italic;
  line-height: 1.08;
}

.metric-grid {
  display: grid;
  gap: 16px;
}
.metric-grid article {
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  background: rgba(255, 253, 248, 0.1);
  text-align: left;
}
.metric-grid .hot {
  background: rgba(232, 181, 106, 0.14);
  color: var(--amber);
}
.metric-grid strong {
  display: block;
  color: var(--amber);
  font-family: "Fraunces", serif;
  font-size: 4rem;
  line-height: 1;
}

.fit-grid article {
  padding: 30px;
  color: var(--ink);
  text-align: left;
}
.fit-grid h3 {
  color: var(--terracotta);
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.fit-grid .dim {
  background: rgba(255, 249, 239, 0.88);
}

.product-grid article, .checkout-box {
  padding: clamp(24px, 4vw, 38px);
  color: var(--ink);
  text-align: left;
}
.product-grid .emission {
  background: var(--moss-deep);
  color: var(--white);
}
.product-grid .emission h3 { color: var(--white); }
.lesson-list {
  display: grid;
  gap: 12px;
  padding-left: 24px;
  text-align: left;
}
.product small, .checkout small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
}

.mockup-section {
  background: var(--moss);
  color: var(--white);
  text-align: center;
}
.mockup-section h2 {
  max-width: 780px;
  margin-inline: auto;
  color: var(--white);
}
.mockup-frame {
  margin: 34px 0 0;
  padding: clamp(10px, 1.8vw, 18px);
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.08);
  box-shadow: var(--shadow);
}
.mockup-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}
.proof-card {
  display: grid;
  min-height: 210px;
  margin: 0;
  padding: 8px;
  place-items: center;
  overflow: hidden;
}
.proof-card img {
  display: block;
  width: 100%;
  max-height: 330px;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}
.proof-card figcaption, .bio-photos figcaption {
  display: grid;
  min-height: inherit;
  place-items: center;
  padding: 22px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.bio-photos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-self: start;
  height: auto;
  padding-left: 0;
}
.bio-photos figure {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background-position: center;
  background-size: cover;
}
.bio-photos figure:nth-child(2) {
  aspect-ratio: 4 / 3;
}
.bio-photos img {
  object-position: center;
}
.role {
  color: var(--terracotta);
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.stats span {
  display: grid;
  align-content: center;
  min-height: 104px;
  padding: 18px;
  border-radius: 8px;
  background: var(--sand);
  line-height: 1.25;
}
.stats strong {
  display: block;
  color: var(--moss-mid);
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3.4vw, 2.55rem);
  line-height: 0.95;
}

.guarantee-line {
  color: var(--amber);
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-style: italic;
}
.link-button, .inline-link {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
}
.link-button {
  display: block;
  margin: 18px auto 0;
  color: rgba(255, 253, 248, 0.76);
}

.fare-box {
  display: grid;
  gap: 10px;
  margin: 26px 0;
  padding: 22px;
  border-radius: 8px;
  background: var(--cream);
  text-align: left;
}
.offer-anchor {
  width: min(100%, 760px);
  margin: 24px auto 8px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--cream);
  box-shadow: 0 18px 46px rgba(16, 37, 29, 0.1);
}
.offer-anchor img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.price {
  color: var(--moss);
  font-family: "Fraunces", serif;
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 750;
  line-height: 0.95;
  text-align: center;
}
.installment {
  margin: 18px 0 4px;
  color: var(--terracotta);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 900;
  text-align: center;
}
.price-anchor {
  max-width: 560px;
  margin: 16px auto 10px;
  color: var(--moss);
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}
.full { width: 100%; }

.faq-item {
  border-top: 1px solid var(--line);
  text-align: left;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item > button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-align: left;
}
.faq-item p {
  display: none;
  margin-top: 0;
  color: var(--muted);
}
.faq-item.open p { display: block; }
.faq-item.open span { transform: rotate(45deg); }

.footer {
  padding: 28px 0;
  background: var(--moss-deep);
  color: var(--white);
}
.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(16, 37, 29, 0.72);
}
.modal.open { display: grid; }
.modal-box {
  position: relative;
  width: min(680px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  padding: clamp(28px, 5vw, 44px);
}
.modal-box h2 { color: var(--moss); }
.exit-box {
  background:
    linear-gradient(135deg, rgba(16, 37, 29, 0.98), rgba(32, 63, 50, 0.96)),
    var(--moss);
  color: var(--white);
  text-align: center;
}
.exit-box h2 { color: var(--white); }
.exit-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
}
.exit-price-main {
  color: var(--terracotta);
  font-family: "Fraunces", serif;
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  line-height: 0.9;
  text-shadow: 0 10px 30px rgba(196, 95, 53, 0.28);
}
.exit-price-compare {
  color: var(--amber);
  font-family: "Fraunces", serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .container, .narrow { width: min(100% - 72px, 1120px); }
  .tickets, .comparison, .fit-grid, .product-grid, .two-col, .proof-grid, .bio-grid, .bio-photos, .consequence-grid, .pain-grid {
    grid-template-columns: 1fr;
  }
  .scan-lines,
  .scan-steps,
  .hero-shopping-strip,
  .scan-comparison-copy,
  .scan-contrast {
    grid-template-columns: 1fr;
  }
  .v2-page .sand .money-steps {
    width: min(100%, 420px);
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .v2-page .sand .money-steps span {
    min-height: auto;
    padding: 16px 18px;
    font-size: 1rem;
    line-height: 1.35;
    text-wrap: balance;
  }
  .origin-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .origin-shot,
  .origin-shot.main {
    min-height: 300px;
    grid-row: auto;
  }
  .origin-gallery.duo {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .origin-gallery.duo .origin-shot {
    min-height: auto;
  }
  .origin-gallery.duo .origin-shot:first-child {
    aspect-ratio: 4 / 3;
    background-position: center;
  }
  .origin-gallery.duo .origin-shot:last-child {
    aspect-ratio: 3 / 4;
    background-position: center;
  }
  .bio-photos {
    height: auto;
  }
  .bio-photos figure {
    aspect-ratio: 4 / 5;
  }
  .consequence-photo, .consequence-photo figcaption { min-height: 420px; }
  .proof-card { max-width: 420px; width: 100%; margin: 0 auto; }
  .stats { grid-template-columns: 1fr; }
  .footer .container { display: grid; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(100% - 40px, 1120px); }
  .hero {
    min-height: auto;
    padding: 58px 0 64px;
  }
  .hero-elegant-panel {
    padding: 18px;
  }
  .hero-shopping-strip {
    gap: 8px;
  }
  .hero .print-tickets {
    display: none;
  }
  .hero-mobile-fares {
    display: grid;
    gap: 10px;
    width: 100%;
    margin: 26px 0 24px;
  }
  .hero-mobile-fares article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 16px 14px;
    border: 1px solid rgba(255, 253, 248, 0.72);
    border-radius: 8px;
    background: rgba(255, 249, 239, 0.96);
    color: var(--ink);
    box-shadow: 0 14px 34px rgba(16, 37, 29, 0.16);
    text-align: left;
  }
  .hero-mobile-fares span {
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.2;
  }
  .hero-mobile-fares strong {
    color: #05070a;
    font-size: clamp(1.35rem, 7vw, 1.85rem);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }
  .button { width: 100%; }
  .topbar { font-size: 12px; }
  .fare-box {
    gap: 14px;
  }
  .fare-box > .fare-print {
    display: none;
  }
  .mobile-fare-cards {
    display: grid;
    gap: 10px;
  }
  .mobile-fare-cards article {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 15px 14px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 12px 28px rgba(16, 37, 29, 0.08);
  }
  .mobile-fare-cards span {
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.2;
  }
  .mobile-fare-cards strong {
    position: relative;
    color: #05070a;
    font-size: clamp(1.55rem, 8vw, 2.15rem);
    font-weight: 900;
    line-height: 1;
  }
  .mobile-fare-cards strong::before,
  .mobile-fare-cards strong::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 3px;
    border-radius: 999px;
    background: rgba(217, 45, 32, 0.82);
    transform-origin: center;
    box-shadow: 0 1px 4px rgba(217, 45, 32, 0.18);
  }
  .mobile-fare-cards strong::before {
    transform: translate(-50%, -50%) rotate(28deg);
  }
  .mobile-fare-cards strong::after {
    transform: translate(-50%, -50%) rotate(-28deg);
  }
}

@media (max-width: 700px) {
  .hero {
    background-image:
      linear-gradient(90deg, rgba(16, 37, 29, 0.84), rgba(16, 37, 29, 0.62)),
      url("assets/optimized/hero1-640.webp");
  }
}
