:root {
  --red: #8f1227;
  --red-dark: #5e0717;
  --gold: #c79f62;
  --gold-soft: #eadcc6;
  --ink: #251d1d;
  --muted: #736a66;
  --paper: #fbfaf7;
  --white: #ffffff;
  --line: #e7ded3;
  --green: #2f6b50;
  --shadow: 0 22px 70px rgba(56, 26, 19, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
button, select, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.035em; }
h2 { margin-bottom: 14px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.05; }
h3 { line-height: 1.3; }

.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; padding: 10px clamp(20px, 5vw, 72px); border-bottom: 1px solid rgba(143,18,39,.11); background: rgba(251,250,247,.94); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; text-decoration: none; }
.brand-logo { width: 46px; height: 46px; object-fit: contain; mix-blend-mode: multiply; }
.brand strong, .brand small { display: block; line-height: 1.25; }
.brand strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.brand small { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: #574b47; font-size: 13px; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover { color: var(--red); }
.icon-button { justify-self: end; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; }
.icon-button:hover { border-color: var(--gold); background: #fff; }

.version-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1280px; margin: 0 auto; padding: 16px clamp(20px, 5vw, 72px); background: var(--paper); }
.version-bar strong { display: block; color: var(--red); font-size: 14px; }
.version-actions { display: flex; align-items: center; gap: 12px; }
.version-actions label, .version-actions > span, .compare-selects > span { color: var(--muted); font-size: 13px; }
select { min-height: 40px; padding: 0 34px 0 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }
.eyebrow { display: block; margin-bottom: 8px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.text-button { padding: 0; border: 0; background: none; color: var(--red); font-size: 13px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.text-button.muted { color: var(--muted); }

.hero { position: relative; min-height: min(740px, calc(100vh - 125px)); display: grid; align-items: end; overflow: hidden; background: #2f3d35; }
.hero-image { position: absolute; inset: 0; background: url("assets/hero-zhangjiajie.webp") center 50% / cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,13,12,.84) 0%, rgba(26,13,12,.55) 48%, rgba(26,13,12,.10) 78%), linear-gradient(0deg, rgba(25,13,11,.48), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 100%); padding: clamp(56px, 8vw, 112px) clamp(24px, 7vw, 110px); color: #fff; }
.hero-kicker { display: flex; gap: 10px; margin-bottom: 22px; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.hero-kicker span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(255,255,255,.08); }
.hero h1 { margin-bottom: 20px; font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .9; text-wrap: balance; }
.hero h1 em { color: #e8c893; font-weight: 400; }
.hero-content > p { max-width: 680px; margin-bottom: 24px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.8vw, 1.2rem); line-height: 1.7; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.fact-pill { padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.10); font-size: 13px; }
.primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; text-decoration: none; cursor: pointer; }
.primary-button { color: #fff; background: var(--red); }
.primary-button.light { color: var(--red-dark); background: #fff; }
.secondary-button { color: var(--red); background: transparent; border-color: var(--red); }
.light-outline { color: #fff; border-color: rgba(255,255,255,.48); }
.disabled { opacity: .48; cursor: not-allowed; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 72px); background: #fff; box-shadow: 0 16px 50px rgba(55,30,21,.07); }
.trust-strip div { padding: 25px 22px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { margin-bottom: 4px; color: var(--red); font-family: var(--serif); font-size: 17px; }
.trust-strip span { color: var(--muted); font-size: 12px; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(70px, 10vw, 130px) 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 30px; }
.section-heading p { color: var(--muted); font-size: 17px; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; max-width: none; }
.split-heading > div:first-child { max-width: 760px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: why; }
.why-card { min-height: 220px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.why-card::before { counter-increment: why; content: "0" counter(why); display: block; margin-bottom: 30px; color: var(--gold); font-family: var(--serif); font-size: 26px; }
.why-card h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.why-card p { margin-bottom: 0; color: var(--muted); }
.photo-ribbon { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 10px; margin-top: 40px; }
.photo-ribbon figure { position: relative; min-height: 310px; margin: 0; overflow: hidden; border-radius: 18px; }
.photo-ribbon img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-ribbon figure:hover img { transform: scale(1.03); }
.photo-ribbon figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 34px 18px 16px; color: #fff; background: linear-gradient(transparent, rgba(20,10,9,.72)); font-size: 12px; font-weight: 700; }

.route-section { padding-top: 30px; }
.route-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.route-leg { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.route-leg-cities { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 8px; padding-bottom: 13px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 16px; }
.route-leg-cities strong:last-child { text-align: right; }
.route-leg-cities span { color: var(--gold); }
.route-leg-meta { display: flex; align-items: center; gap: 11px; padding-top: 13px; }
.route-leg-meta > span:last-child, .route-leg-meta strong, .route-leg-meta small { display: block; }
.route-leg-meta strong { font-size: 12px; }
.route-leg-meta small { color: var(--muted); font-size: 12px; }
.transport-icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; color: var(--red); background: #f5ece7; }
.transport-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.transport-icon svg path:first-child:not(:last-child) { fill: none; }
.transport-icon svg circle { fill: var(--red); stroke: none; }

.programme-section { width: min(1080px, calc(100% - 40px)); }
.expand-actions { display: flex; gap: 18px; padding-bottom: 8px; }
.stage { margin-bottom: 14px; border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: clip; }
.stage summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 26px; list-style: none; cursor: pointer; }
.stage summary::-webkit-details-marker { display: none; }
.stage-title strong, .stage-title span { display: block; }
.stage-title strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.stage-title span { color: var(--muted); font-size: 12px; }
.stage-toggle { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; color: var(--red); background: #f6eee8; font-size: 20px; transition: transform .2s ease; }
.stage[open] .stage-toggle { transform: rotate(45deg); }
.stage-days { padding: 0 26px 24px; }
.day-card { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 24px; padding: 28px 0; border-top: 1px solid var(--line); }
.day-number { position: sticky; top: 96px; align-self: start; color: var(--red); }
.day-number strong, .day-number span { display: block; }
.day-number strong { font-family: var(--serif); font-size: 23px; }
.day-number span { color: var(--muted); font-size: 12px; }
.day-content h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.day-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.day-meta span { padding: 6px 9px; border-radius: 7px; background: #f6f1eb; color: #62554f; font-size: 12px; }
.day-description { max-width: 820px; margin: 0 0 17px; color: #4f4541; font-family: var(--serif); font-size: 17px; line-height: 1.65; }
.day-content ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 22px; margin: 0; padding-left: 20px; }
.day-content li { color: #4f4642; }
.hotel-line { margin: 15px 0 0; color: var(--muted); font-size: 13px; }
.hotel-line strong { color: var(--ink); }

.quote-section { width: min(1120px, calc(100% - 40px)); }
.expired-banner { margin-bottom: 24px; padding: 14px 18px; border: 1px solid #e1b7a9; border-radius: 12px; color: #7a291d; background: #fff3ee; font-size: 13px; font-weight: 700; }
.quote-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: 24px; align-items: start; }
.quote-lines { border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: hidden; }
.quote-line { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 21px 24px; border-bottom: 1px solid var(--line); }
.quote-line:last-child { border-bottom: 0; }
.quote-line strong, .quote-line small { display: block; }
.quote-line small { margin-top: 5px; color: var(--muted); }
.quote-line .amount { color: var(--red); font-family: var(--serif); font-size: 19px; font-weight: 600; text-align: right; white-space: nowrap; }
.quote-summary { position: sticky; top: 96px; padding: 28px; border-radius: 20px; color: #fff; background: var(--red-dark); box-shadow: var(--shadow); }
.quote-summary .summary-label { display: block; margin-bottom: 5px; color: #e7c794; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quote-summary .grand-total { margin-bottom: 2px; font-family: var(--serif); font-size: 40px; line-height: 1.1; }
.quote-summary .rmb-total { color: rgba(255,255,255,.66); font-size: 13px; }
.summary-divider { height: 1px; margin: 22px 0; background: rgba(255,255,255,.18); }
.summary-row { display: flex; justify-content: space-between; gap: 18px; margin-top: 10px; font-size: 13px; }
.summary-row span { color: rgba(255,255,255,.68); }
.family-totals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.family-card { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.family-card span, .family-card strong, .family-card small { display: block; }
.family-card span { min-height: 42px; color: var(--muted); font-size: 12px; }
.family-card strong { margin: 10px 0 2px; color: var(--red); font-family: var(--serif); font-size: 23px; }
.family-card small { color: var(--muted); }

.included-section { padding-top: 40px; }
.included-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.list-card { padding: 30px; border-radius: 20px; }
.list-card h3 { margin-bottom: 18px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.list-card ul, .supplement-box ul { margin: 0; padding: 0; list-style: none; }
.list-card li { position: relative; margin-bottom: 11px; padding-left: 28px; }
.list-card li::before { position: absolute; left: 0; top: 0; font-weight: 900; }
.included-card { border: 1px solid #cfe1d8; background: #f2f8f4; }
.included-card li::before { content: "✓"; color: var(--green); }
.excluded-card { border: 1px solid #ead9d2; background: #fff7f3; }
.excluded-card li::before { content: "–"; color: var(--red); }
.supplement-box, .terms-details { margin-top: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.supplement-box summary, .terms-details summary { padding: 18px 22px; color: var(--red); font-weight: 750; cursor: pointer; }
.supplement-box ul { padding: 0 22px 20px 42px; list-style: disc; }

.comparison-section { width: min(1100px, calc(100% - 40px)); }
.compare-selects { display: flex; align-items: center; gap: 8px; padding-bottom: 6px; }
.change-summary { padding: 27px 30px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; background: #f3eadf; }
.change-summary strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.change-summary ul { margin-bottom: 0; }
.comparison-table-wrap { margin-top: 18px; border: 1px solid var(--line); border-radius: 18px; overflow-x: auto; background: #fff; }
.comparison-table { width: 100%; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { color: var(--muted); background: #f7f2ed; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.comparison-table th:first-child, .comparison-table td:first-child { width: 22%; color: var(--red); font-weight: 750; }
.comparison-table tr:last-child td { border-bottom: 0; }

.process-section { width: min(1050px, calc(100% - 40px)); }
.process-grid { margin: 0; padding: 0; list-style: none; }
.process-grid li { display: grid; grid-template-columns: 75px 1fr; gap: 26px; padding: 26px 0; border-top: 1px solid var(--line); }
.process-grid li:last-child { border-bottom: 1px solid var(--line); }
.process-grid li > span { color: var(--gold); font-family: var(--serif); font-size: 34px; }
.process-grid h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.process-grid p { margin-bottom: 0; color: var(--muted); }

.decision-section { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: center; padding: clamp(60px, 8vw, 100px) max(24px, calc((100vw - 1120px) / 2)); color: #fff; background: var(--red-dark); }
.decision-section h2 { max-width: 760px; margin-bottom: 12px; }
.decision-section p { max-width: 770px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.light-eyebrow { color: #e7c794; }
.decision-actions { display: grid; gap: 10px; min-width: 285px; }

.terms-section { width: min(1000px, calc(100% - 40px)); }
.document-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.document-card { display: flex; align-items: center; gap: 18px; width: 100%; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.document-card > span { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; border-radius: 12px; color: #fff; background: var(--red); font-size: 12px; font-weight: 800; }
.document-card strong, .document-card small { display: block; }
.document-card small { color: var(--muted); }
.document-card.unavailable { opacity: .66; cursor: default; }
.terms-copy { padding: 0 25px 26px; }
.terms-copy h3 { margin-top: 22px; font-family: var(--serif); font-size: 21px; }
.terms-copy p { color: var(--muted); }
.terms-copy a { color: var(--red); font-weight: 750; }

footer { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; padding: 55px max(24px, calc((100vw - 1120px) / 2)); border-top: 1px solid var(--line); background: #fff; }
footer > div:not(.brand) { display: grid; align-content: start; gap: 4px; }
footer a, footer span { color: var(--muted); font-size: 13px; text-decoration: none; }
.footer-brand small { margin-top: 4px; }
.footer-logo { width: 64px; height: 64px; }
.mobile-cta { display: none; }

dialog { width: min(620px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 24px; box-shadow: 0 30px 100px rgba(30,8,10,.28); }
dialog::backdrop { background: rgba(32,18,18,.62); backdrop-filter: blur(5px); }
.dialog-card { position: relative; padding: 34px; }
.dialog-card h2 { max-width: 470px; font-size: 36px; }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f3ece6; color: var(--ink); font-size: 25px; cursor: pointer; }
.dialog-warning { padding: 12px 14px; border-radius: 10px; color: #7a291d; background: #fff1eb; font-size: 13px; font-weight: 700; }
.payment-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
.payment-summary div { padding: 14px; border-radius: 12px; background: #f7f3ee; }
.payment-summary span, .payment-summary strong { display: block; }
.payment-summary span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.bank-details { display: grid; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; }
.bank-details div { position: relative; display: grid; }
.bank-details span { color: var(--muted); font-size: 11px; }
.copy-button { position: absolute; right: 0; bottom: 0; border: 0; background: none; color: var(--red); font-size: 12px; font-weight: 750; cursor: pointer; }
.acceptance-check { display: flex; gap: 10px; margin: 20px 0; color: var(--muted); font-size: 13px; }
.dialog-card > .primary-button { width: 100%; }
.dialog-card > a.primary-button.disabled { pointer-events: none; }
.payment-method-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.qr-panel { display: grid; justify-items: center; gap: 8px; margin-top: 16px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.qr-panel[hidden] { display: none; }
.qr-panel img { width: 150px; height: 150px; object-fit: contain; }
.qr-panel span { color: var(--muted); font-size: 12px; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .why-grid { grid-template-columns: 1fr; }
  .photo-ribbon { grid-template-columns: repeat(2, 1fr); }
  .photo-ribbon figure { min-height: 300px; }
  .quote-layout { grid-template-columns: 1fr; }
  .route-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quote-summary { position: static; }
  .family-totals { grid-template-columns: 1fr; }
  .decision-section { grid-template-columns: 1fr; }
  .decision-actions { min-width: 0; }
}

@media (max-width: 700px) {
  body { font-size: 15px; padding-bottom: 66px; }
  html { scroll-padding-top: 72px; }
  .site-header { min-height: 66px; padding: 8px 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-logo { width: 40px; height: 40px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .icon-button { padding: 7px 10px; font-size: 12px; }
  .version-bar { align-items: flex-start; padding: 13px 16px; }
  .version-actions { align-items: flex-end; flex-direction: column; gap: 6px; }
  .version-actions label { display: none; }
  .version-actions select { min-height: 36px; max-width: 190px; }
  .version-actions .text-button { font-size: 11px; }
  .hero { min-height: 680px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(25,11,10,.86) 0%, rgba(25,11,10,.54) 62%, rgba(25,11,10,.12) 100%); }
  .hero-content { padding: 80px 22px 48px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-content > p { font-size: 15px; }
  .hero-facts { gap: 6px; }
  .fact-pill { padding: 6px 9px; font-size: 11px; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 0; }
  .trust-strip div { padding: 18px 14px; }
  .trust-strip strong { font-size: 14px; }
  .section { width: min(100% - 28px, 1180px); padding: 72px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading p { font-size: 15px; }
  .split-heading { display: block; }
  .expand-actions { margin-top: 18px; }
  .why-card { min-height: 0; padding: 24px; }
  .why-card::before { margin-bottom: 18px; }
  .photo-ribbon { grid-template-columns: 1fr 1fr; }
  .photo-ribbon figure { min-height: 210px; }
  .photo-ribbon .photo-large { grid-column: span 2; min-height: 290px; }
  .route-flow { grid-template-columns: 1fr; }
  .stage summary { padding: 19px 18px; }
  .stage-title strong { font-size: 20px; }
  .stage-days { padding: 0 18px 18px; }
  .day-card { grid-template-columns: 1fr; gap: 8px; padding: 23px 0; }
  .day-number { position: static; display: flex; align-items: baseline; gap: 8px; }
  .day-content h3 { font-size: 21px; }
  .day-content ul { grid-template-columns: 1fr; }
  .quote-line { grid-template-columns: 1fr; gap: 8px; }
  .quote-line .amount { text-align: left; }
  .quote-summary .grand-total { font-size: 35px; }
  .included-grid { grid-template-columns: 1fr; }
  .comparison-table { min-width: 760px; }
  .compare-selects { margin-top: 16px; }
  .process-grid li { grid-template-columns: 48px 1fr; gap: 14px; }
  .process-grid li > span { font-size: 27px; }
  .decision-section { padding: 64px 20px; }
  .document-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 30px; padding: 45px 22px; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; padding: 10px 14px max(10px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
  .mobile-cta a { padding: 9px; text-align: center; text-decoration: none; font-size: 13px; font-weight: 750; }
  .mobile-cta a:first-child { border-radius: 999px; color: #fff; background: var(--red); }
  .payment-summary { grid-template-columns: 1fr; }
  .dialog-card { padding: 30px 22px 22px; }
}

@media print {
  @page { size: A4; margin: 14mm; }
  body { padding: 0; background: #fff; color: #111; font-size: 10pt; }
  [data-print-hide], .mobile-cta, dialog, .photo-ribbon, .decision-actions { display: none !important; }
  .hero { min-height: 110mm; break-after: page; }
  .hero-image { filter: grayscale(.15); }
  .hero-content { padding: 25mm 18mm 18mm; }
  .hero h1 { font-size: 38pt; }
  .trust-strip { box-shadow: none; }
  .section { width: 100%; padding: 12mm 0; }
  .why-card, .stage, .quote-lines, .quote-summary, .list-card, .change-summary, .comparison-table-wrap { break-inside: avoid; box-shadow: none; }
  details:not([open]) > *:not(summary) { display: block !important; }
  details summary .stage-toggle { display: none; }
  .day-card { break-inside: avoid; }
  .day-number { position: static; }
  .quote-layout { grid-template-columns: 1.5fr .75fr; }
  .quote-summary { position: static; color-adjust: exact; print-color-adjust: exact; }
  .comparison-table { font-size: 8.5pt; }
  .decision-section { break-before: page; color-adjust: exact; print-color-adjust: exact; }
  footer { break-before: page; }
}
