:root {
  --ink: #152019;
  --ink-2: #28342d;
  --muted: #6f786f;
  --paper: #fbfaf5;
  --paper-2: #f3f1e9;
  --white: #ffffff;
  --line: rgba(21, 32, 25, .11);
  --line-dark: rgba(255,255,255,.13);
  --lime: #c8ff62;
  --lime-deep: #91c92c;
  --forest: #10281d;
  --forest-2: #173728;
  --warm: #ff815f;
  --shadow: 0 28px 80px rgba(22, 38, 27, .12);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--lime); color: var(--ink); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.hidden { display: none !important; }

.topbar { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; transition: .28s ease; }
.topbar.scrolled { background: rgba(251,250,245,.86); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: var(--ink); color: var(--lime); font-weight: 900; transform: rotate(-12deg); }
.brand-copy { display: flex; align-items: baseline; gap: 5px; font-size: 19px; letter-spacing: -.04em; }
.brand-copy strong { font-weight: 900; }
.brand-copy em { font-style: normal; color: #5b8d13; font-weight: 900; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 750; color: #4e5a52; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--ink); }
.nav-cta { justify-self: end; display: inline-flex; gap: 14px; align-items: center; padding: 12px 16px 12px 20px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.75); font-size: 13px; font-weight: 850; box-shadow: 0 6px 22px rgba(21,32,25,.05); }
.nav-cta span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: var(--lime); }

.hero { min-height: 720px; padding: 90px 0 88px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.hero-copy-block { max-width: 590px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; color: #607062; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #7cab21; box-shadow: 0 0 0 5px rgba(124,171,33,.12); }
.hero h1 { margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(58px, 6.4vw, 92px); line-height: .92; letter-spacing: -.065em; }
.hero h1 span { color: #558210; font-style: italic; }
.hero-copy { max-width: 570px; margin: 30px 0 0; color: #667067; font-size: 18px; line-height: 1.65; }
.legacy-tagline { margin: 13px 0 0; font-size: 13px; color: #889088; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.primary-action, .primary-button { border: 0; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 850; }
.primary-action { padding: 15px 17px 15px 22px; display: inline-flex; align-items: center; gap: 25px; font-size: 14px; box-shadow: 0 16px 38px rgba(21,32,25,.18); transition: transform .2s ease, box-shadow .2s ease; }
.primary-action span { color: var(--lime); font-size: 18px; }
.primary-action:hover { transform: translateY(-2px); box-shadow: 0 20px 45px rgba(21,32,25,.22); }
.text-action { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
.play-dot { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; font-size: 9px; padding-left: 2px; background: var(--white); }
.trust-row { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 9px; }
.trust-row span { border: 1px solid var(--line); background: rgba(255,255,255,.64); border-radius: 999px; padding: 8px 11px; font-size: 11px; font-weight: 750; color: #687268; }

.hero-collage { min-height: 565px; position: relative; isolation: isolate; }
.travel-shot { position: absolute; overflow: hidden; border-radius: 32px; margin: 0; box-shadow: var(--shadow); background: #dfe2d8; }
.travel-shot img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.travel-shot:hover img { transform: scale(1.045); }
.shot-main { width: 68%; height: 86%; left: 15%; top: 4%; transform: rotate(1.6deg); z-index: 2; }
.shot-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,25,18,.67), transparent 40%); }
.shot-main figcaption { position: absolute; left: 26px; right: 26px; bottom: 24px; z-index: 2; color: white; display: grid; gap: 4px; }
.shot-main figcaption span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; opacity: .72; }
.shot-main figcaption strong { font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.shot-top { width: 38%; height: 39%; right: 0; top: 0; transform: rotate(5.5deg); z-index: 1; }
.shot-bottom { width: 37%; height: 39%; left: 0; bottom: 0; transform: rotate(-5deg); z-index: 3; }
.glass { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.65); box-shadow: 0 22px 60px rgba(28,42,32,.13); backdrop-filter: blur(22px); }
.hero-float { position: absolute; z-index: 5; border-radius: 18px; }
.hero-float-budget { right: 1%; bottom: 7%; padding: 16px 18px; min-width: 170px; animation: float 5.2s ease-in-out infinite; }
.hero-float-budget small, .hero-float-save small { display: block; color: #718078; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-float-budget strong { display: block; font-size: 28px; letter-spacing: -.05em; margin-top: 3px; }
.hero-float-budget span { font-size: 11px; color: #748077; }
.hero-float-save { left: 4%; top: 15%; padding: 12px 14px; display: flex; align-items: center; gap: 10px; animation: float 5.8s .4s ease-in-out infinite; }
.save-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-weight: 900; }
.hero-float-save strong { display: block; margin-top: 1px; font-size: 18px; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(.8deg); } }

.proof-strip { border-block: 1px solid var(--line); background: #f4f2eb; }
.proof-inner { min-height: 74px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 13px; font-size: 12px; color: #6f776f; }
.proof-inner span { font-weight: 750; }
.proof-inner i { font-style: normal; color: #a0a79f; }
.proof-inner b { margin-left: 8px; color: var(--ink); padding: 8px 12px; border-radius: 999px; background: var(--lime); }

.inspiration { padding: 112px 0; }
.section-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 38px; }
.section-intro h2 { margin: 11px 0 0; font-family: Georgia, serif; font-size: clamp(42px, 4vw, 62px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.section-intro p { margin: 0; max-width: 440px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.destination-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 16px; }
.destination-card { min-height: 415px; position: relative; overflow: hidden; border: 0; border-radius: 28px; padding: 0; text-align: left; background: #d8ddd5; color: white; box-shadow: 0 18px 44px rgba(27,42,31,.1); transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease; }
.destination-card:hover { transform: translateY(-7px); box-shadow: 0 28px 70px rgba(27,42,31,.18); }
.destination-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.destination-card:hover img { transform: scale(1.055); }
.destination-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,18,12,.78), rgba(9,18,12,.04) 62%); }
.destination-content { position: absolute; z-index: 2; left: 24px; bottom: 24px; right: 55px; display: grid; }
.destination-content small { font-size: 10px; font-weight: 900; letter-spacing: .13em; opacity: .7; }
.destination-content strong { font-family: Georgia, serif; font-size: 31px; font-weight: 500; margin-top: 5px; }
.destination-content em { font-style: normal; margin-top: 4px; font-size: 13px; opacity: .78; }
.card-arrow { position: absolute; z-index: 3; right: 18px; top: 18px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-weight: 900; transition: transform .25s ease; }
.destination-card:hover .card-arrow { transform: rotate(45deg); }

.planner-section { padding: 112px 0; background: var(--forest); color: white; position: relative; overflow: hidden; }
.planner-section::before { content: ""; position: absolute; width: 680px; height: 680px; border-radius: 50%; background: radial-gradient(circle, rgba(200,255,98,.11), transparent 62%); right: -160px; top: -250px; pointer-events: none; }
.planner-shell { position: relative; display: grid; grid-template-columns: .73fr 1.27fr; gap: 70px; align-items: start; }
.planner-copy { padding-top: 28px; position: sticky; top: 120px; }
.planner-copy .section-kicker { color: #a5b4a7; }
.planner-copy h2 { margin: 13px 0 0; font-family: Georgia, serif; font-size: clamp(42px, 4.1vw, 60px); line-height: .98; font-weight: 500; letter-spacing: -.045em; }
.planner-copy > p { margin: 24px 0 0; color: #a9b8ad; line-height: 1.7; font-size: 14px; max-width: 420px; }
.planner-benefits { margin-top: 35px; display: grid; gap: 6px; }
.planner-benefits article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); }
.planner-benefits article > span { color: var(--lime); font-size: 11px; font-weight: 900; }
.planner-benefits strong { display: block; font-size: 13px; }
.planner-benefits small { display: block; color: #899b8e; margin-top: 3px; }
.planner-dock { border-radius: var(--radius-xl); padding: 28px; color: var(--ink); background: rgba(253,252,247,.97); }
.dock-heading { display: flex; align-items: start; justify-content: space-between; gap: 18px; margin-bottom: 25px; }
.dock-heading small { color: #718076; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.dock-heading h3 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 30px; font-weight: 500; letter-spacing: -.03em; }
.dock-badge { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--lime); font-weight: 900; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.form-grid label { display: grid; gap: 7px; min-width: 0; }
.form-grid label > span, .style-picks legend { color: #6f786f; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-grid label > span i { font-style: normal; opacity: .65; }
.form-grid .full { grid-column: 1 / -1; }
.input-shell { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 5px; border: 1px solid var(--line); background: #fff; border-radius: 15px; padding: 0 13px; transition: border .2s ease, box-shadow .2s ease, transform .2s ease; }
.input-shell:focus-within { border-color: #93be44; box-shadow: 0 0 0 4px rgba(147,190,68,.12); transform: translateY(-1px); }
.input-shell b { font-size: 13px; color: #6e796f; }
.form-grid input, .form-grid textarea { border: 1px solid var(--line); background: #fff; border-radius: 15px; min-width: 0; outline: 0; color: var(--ink); }
.input-shell input { border: 0; border-radius: 0; padding: 14px 0; width: 100%; background: transparent; }
.form-grid textarea { padding: 13px 14px; resize: vertical; min-height: 72px; transition: border .2s ease, box-shadow .2s ease; }
.form-grid textarea:focus { border-color: #93be44; box-shadow: 0 0 0 4px rgba(147,190,68,.12); }
.style-picks { border: 0; margin: 18px 0 0; padding: 0; }
.style-picks legend { margin-bottom: 9px; }
.style-picks { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.style-picks legend { grid-column: 1/-1; }
.style-picks label { position: relative; }
.style-picks input { position: absolute; opacity: 0; pointer-events: none; }
.style-picks span { display: block; border: 1px solid var(--line); border-radius: 15px; background: #fff; padding: 11px 12px; transition: .2s ease; }
.style-picks b { display: block; font-size: 12px; }
.style-picks small { display: block; color: #899189; margin-top: 2px; font-size: 10px; }
.style-picks input:checked + span { background: #efffd5; border-color: #99c449; box-shadow: inset 0 0 0 1px #99c449; }
.planner-submit { width: 100%; margin-top: 18px; min-height: 58px; padding: 0 17px 0 22px; display: flex; align-items: center; justify-content: space-between; font-size: 14px; }
.planner-submit b { display: grid; place-items: center; width: 37px; height: 37px; background: var(--lime); color: var(--ink); border-radius: 50%; }
.planner-submit:hover b { transform: rotate(45deg); transition: transform .25s ease; }
.planner-submit:disabled { opacity: .64; cursor: wait; }
.microcopy { color: #829087; font-size: 10px; line-height: 1.5; text-align: center; margin: 10px 0 0; }
.status { min-height: 18px; color: #4b6d14; text-align: center; font-size: 11px; font-weight: 800; margin: 7px 0 0; }
.planner-skeleton { display: grid; grid-template-columns: 1.3fr .9fr 1fr; gap: 8px; margin-top: 10px; }
.planner-skeleton span { height: 5px; border-radius: 999px; background: linear-gradient(90deg, #e9ebdf 0%, #cfe7a1 45%, #e9ebdf 90%); background-size: 200% 100%; animation: shimmer 1.2s linear infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }

.results { padding: 0 0 115px; background: var(--forest); color: white; }
.results-shell { background: #fbfaf5; color: var(--ink); border-radius: 36px; overflow: hidden; box-shadow: 0 35px 100px rgba(0,0,0,.22); }
.results-hero { min-height: 250px; padding: 38px 40px 30px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; background: radial-gradient(circle at 82% 10%, rgba(200,255,98,.42), transparent 26%), linear-gradient(145deg, #f5f3ea, #fff); border-bottom: 1px solid var(--line); }
.results-heading h2 { margin: 12px 0 0; font-family: Georgia, serif; font-size: clamp(38px,4vw,58px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.results-heading > p { color: var(--muted); margin: 12px 0 0; font-size: 13px; }
.source-pill { margin-top: 13px; display: inline-flex; width: max-content; border-radius: 999px; padding: 7px 10px; border: 1px solid var(--line); background: rgba(255,255,255,.7); color: #55700f; font-size: 10px; font-weight: 850; }
.result-note { max-width: 760px; color: #7d867d; font-size: 11px !important; line-height: 1.55; }
.fit-orbit { --score: 0; width: 150px; height: 150px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(#76a51c calc(var(--score) * 1%), #e4e8da 0); padding: 8px; transition: background 1s ease; }
.fit-orbit > div { width: 100%; height: 100%; border-radius: 50%; background: #fff; display: grid; place-content: center; text-align: center; box-shadow: inset 0 0 0 1px var(--line); }
.fit-orbit small { color: #7a847b; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.fit-orbit strong { font-size: 34px; letter-spacing: -.05em; margin-top: 2px; }
.fit-orbit span { font-size: 9px; color: #8f978f; }
.result-tabs { padding: 13px 20px; display: flex; gap: 6px; overflow-x: auto; border-bottom: 1px solid var(--line); background: #fff; }
.result-tabs button { border: 0; background: transparent; padding: 10px 14px; border-radius: 999px; color: #768078; font-weight: 800; font-size: 12px; white-space: nowrap; }
.result-tabs button.active { background: var(--ink); color: white; }
.result-panel { display: none; padding: 30px; }
.result-panel.active { display: block; animation: panelIn .3s ease both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.premium-stats article { border: 1px solid var(--line); background: #fff; border-radius: 19px; padding: 19px; }
.premium-stats article.accent { background: var(--lime); border-color: #a6d84a; }
.premium-stats small { color: #7b847c; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }
.premium-stats strong { display: block; font-size: 30px; letter-spacing: -.055em; margin-top: 5px; }
.premium-stats span { display: block; color: #8a928a; font-size: 10px; margin-top: 3px; }
.premium-stats .accent small, .premium-stats .accent span { color: #486510; }
.overview-grid { margin-top: 14px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 14px; }
.workspace-card { border: 1px solid var(--line); background: #fff; border-radius: 23px; padding: 22px; }
.workspace-head { display: flex; justify-content: space-between; align-items: end; gap: 15px; }
.workspace-head small { color: #899289; font-size: 9px; letter-spacing: .13em; font-weight: 900; }
.workspace-head h3 { margin: 4px 0 0; font-family: Georgia, serif; font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.tab-jump { border: 0; background: #eff2eb; border-radius: 999px; color: #516056; padding: 7px 10px; font-size: 10px; font-weight: 800; }
.cost-list { display: grid; gap: 7px; margin-top: 16px; }
.cost-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid #eef0ea; padding: 9px 2px; font-size: 12px; }
.cost-row span { color: #6f786f; }
.cost-row strong { font-size: 13px; }
.savings-ribbon { margin-top: 15px; border-radius: 15px; background: #eefbd9; padding: 12px 13px; display: flex; align-items: center; justify-content: space-between; color: #557215; font-size: 11px; font-weight: 800; }
.route-visual { min-height: 260px; margin-top: 16px; border-radius: 18px; background: radial-gradient(circle at 18% 78%, rgba(200,255,98,.9) 0 8px, transparent 9px), radial-gradient(circle at 47% 45%, #1f4630 0 8px, transparent 9px), radial-gradient(circle at 78% 28%, #ff9878 0 8px, transparent 9px), linear-gradient(135deg,#f0f3eb,#e8ede3); position: relative; overflow: hidden; }
.route-visual::before, .route-visual::after { content: ""; position: absolute; border: 2px dashed rgba(30,68,46,.22); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-10deg); }
.route-visual::before { width: 56%; height: 55%; left: 17%; top: 23%; }
.route-visual::after { width: 37%; height: 34%; left: 43%; top: 18%; transform: rotate(19deg); }
.route-stop { position: absolute; z-index: 2; display: grid; gap: 2px; max-width: 125px; padding: 8px 10px; border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 8px 28px rgba(28,45,31,.11); font-size: 10px; }
.route-stop b { font-size: 10px; }
.route-stop span { color: #7c857c; font-size: 9px; }
.route-stop:nth-child(1) { left: 6%; bottom: 7%; }
.route-stop:nth-child(2) { left: 38%; top: 35%; }
.route-stop:nth-child(3) { right: 6%; top: 8%; }
.route-stop:nth-child(n+4) { display: none; }
.itinerary-layout { display: grid; grid-template-columns: 1fr 310px; gap: 22px; }
.itinerary-title { margin-bottom: 17px; }
.premium-itinerary { display: grid; gap: 10px; }
.day { border: 1px solid var(--line); border-radius: 18px; background: white; overflow: hidden; }
.day-button { width: 100%; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 13px; text-align: left; padding: 13px; border: 0; background: transparent; color: var(--ink); }
.day-num { width: 44px; height: 44px; border-radius: 14px; background: #eff4ea; display: grid; place-items: center; color: #5e8715; font-weight: 900; }
.day-button strong { display: block; font-size: 13px; }
.day-button small { display: block; margin-top: 2px; color: #879087; font-size: 10px; }
.day-chevron { transition: transform .25s ease; color: #7b867c; }
.day.open .day-chevron { transform: rotate(180deg); }
.day-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.day-content > div { overflow: hidden; }
.day.open .day-content { grid-template-rows: 1fr; }
.day-content-inner { padding: 0 16px 16px 75px; }
.day-content p { color: #6d776e; line-height: 1.6; margin: 0; font-size: 12px; }
.day-save { display: inline-flex; margin-top: 10px; border-radius: 999px; background: #effbdc; color: #557513; padding: 6px 9px; font-size: 10px; font-weight: 800; }
.route-aside { align-self: start; position: sticky; top: 118px; border-radius: 25px; padding: 25px; background: #173425; color: white; }
.route-aside small { font-size: 9px; letter-spacing: .15em; font-weight: 900; color: #9fb1a3; }
.route-aside h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1.05; }
.route-aside p { color: #a6b5a9; font-size: 12px; line-height: 1.65; }
.route-dots { display: flex; align-items: center; gap: 4px; margin-top: 24px; }
.route-dots i { height: 8px; border-radius: 999px; background: var(--lime); flex: 1; opacity: .35; }
.route-dots i:nth-child(2) { opacity: .55; }
.route-dots i:nth-child(3) { opacity: .75; }
.route-dots i:nth-child(4) { opacity: 1; }
.savings-ideas { margin-top: 15px; border-radius: 18px; padding: 18px; background: #f0f6e8; color: #4d611d; }
.savings-ideas h4 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 20px; }
.savings-ideas ul { margin: 0; padding-left: 18px; font-size: 11px; line-height: 1.7; }
.budget-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 14px; }
.premium-totals { display: grid; gap: 3px; margin-top: 16px; }
.premium-totals > div { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #eff1ec; color: #6f796f; font-size: 12px; }
.premium-totals strong { color: var(--ink); }
.premium-totals .saving strong { color: #679314; }
.premium-totals .grand { margin-top: 5px; padding: 15px 14px; border: 0; border-radius: 15px; background: var(--ink); color: white; }
.premium-totals .grand strong { color: var(--lime); font-size: 20px; }
.rewards-card { background: #effbdc; border-color: #d5eab2; }
.rewards-card > small { color: #688421; font-size: 9px; letter-spacing: .14em; font-weight: 900; }
.rewards-card h3 { margin: 10px 0; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.rewards-card p { color: #597019; font-size: 12px; line-height: 1.65; }
.perks-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.perks-list span { border: 1px solid rgba(82,111,20,.18); background: rgba(255,255,255,.45); padding: 7px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; color: #587017; }
.verify-stage { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: center; min-height: 340px; border-radius: 25px; padding: 32px; background: var(--forest); color: white; overflow: hidden; position: relative; }
.verify-stage::after { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; right: -100px; top: -160px; background: radial-gradient(circle, rgba(200,255,98,.18), transparent 65%); }
.verify-stage h3 { margin: 12px 0 0; font-family: Georgia, serif; font-size: 42px; font-weight: 500; line-height: 1; }
.verify-stage p { color: #9eb0a3; line-height: 1.65; font-size: 12px; }
.premium-verify-links { display: grid; gap: 9px; position: relative; z-index: 2; }
.premium-verify-links a { display: grid; grid-template-columns: 45px 1fr auto; gap: 12px; align-items: center; min-height: 76px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.06); padding: 11px 15px; transition: background .2s ease, transform .2s ease; }
.premium-verify-links a:hover { background: rgba(255,255,255,.11); transform: translateX(4px); }
.premium-verify-links a > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--lime); color: var(--ink); font-weight: 900; }
.premium-verify-links small { display: block; color: #8ea092; font-size: 8px; letter-spacing: .12em; font-weight: 900; }
.premium-verify-links strong { display: block; margin-top: 3px; font-size: 14px; }
.premium-verify-links b { color: var(--lime); font-size: 17px; }
.affiliate-note { color: #879087; font-size: 10px; text-align: center; margin: 12px 0 0; }
.share-zone { margin-top: 16px; padding: 27px; border-radius: 25px; background: #efece2; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.share-copy h3 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.share-copy p { color: #778077; font-size: 11px; max-width: 600px; }
.share-button { border: 0; border-radius: 999px; background: var(--ink); color: white; padding: 13px 15px 13px 18px; font-weight: 850; font-size: 12px; display: inline-flex; gap: 18px; align-items: center; }
.share-button span { color: var(--lime); }
.share-preview { grid-column: 1/-1; max-width: 730px; border-radius: 24px; padding: 25px; background: var(--forest); color: white; box-shadow: 0 18px 50px rgba(20,37,26,.15); }
.share-brand { display: flex; align-items: center; gap: 6px; font-weight: 900; }
.share-brand > span { width: 26px; height: 26px; border-radius: 50%; background: var(--lime); color: var(--ink); display: grid; place-items: center; }
.share-brand em { font-style: normal; color: var(--lime); }
.share-preview > small { display: block; color: #819589; margin-top: 30px; font-size: 8px; letter-spacing: .15em; font-weight: 900; }
.share-preview h4 { font-family: Georgia, serif; font-size: 34px; line-height: 1.03; font-weight: 500; margin: 8px 0 20px; max-width: 640px; }
.share-mini-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.share-mini-grid > div { border: 1px solid var(--line-dark); border-radius: 14px; padding: 11px; background: rgba(255,255,255,.05); }
.share-mini-grid .green { background: var(--lime); color: var(--ink); }
.share-mini-grid small { display: block; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; opacity: .55; }
.share-mini-grid b { display: block; margin-top: 4px; font-size: 18px; }
.share-preview footer { display: flex; justify-content: space-between; border-top: 1px solid var(--line-dark); margin-top: 15px; padding-top: 13px; color: #9eb0a3; font-size: 10px; }
.share-preview footer b { color: var(--lime); }

.how-it-works { padding: 115px 0; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.steps-grid article { min-height: 285px; border-radius: 24px; border: 1px solid var(--line); background: white; padding: 22px; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.steps-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.steps-grid article > b { color: #9ba29b; font-size: 10px; }
.step-icon { margin-top: 45px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #eff5e9; color: #5f8a13; font-size: 18px; font-weight: 900; }
.steps-grid h3 { margin: 22px 0 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.steps-grid p { color: #778078; font-size: 11px; line-height: 1.65; }
.manifesto { padding: 0 0 110px; }
.manifesto-card { border-radius: 34px; background: #e8ebdf; padding: 55px; text-align: center; position: relative; overflow: hidden; }
.manifesto-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; left: -70px; top: -120px; background: rgba(200,255,98,.55); filter: blur(30px); }
.manifesto-card blockquote { position: relative; margin: 19px auto 0; max-width: 850px; font-family: Georgia, serif; font-size: clamp(42px,5vw,68px); line-height: 1; letter-spacing: -.045em; }
.manifesto-card p { position: relative; margin: 20px auto 0; max-width: 600px; color: #69736a; line-height: 1.65; font-size: 13px; }
.manifesto-card a { position: relative; margin-top: 25px; display: inline-flex; gap: 16px; align-items: center; font-size: 12px; font-weight: 850; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }

.early-access { background: var(--ink); color: white; }
.early-inner { min-height: 300px; display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; padding-block: 55px; }
.early-inner .section-kicker { color: #94a196; }
.early-inner h2 { margin: 9px 0 0; font-family: Georgia, serif; font-size: 44px; font-weight: 500; }
.early-inner p { color: #9ca89e; font-size: 12px; line-height: 1.6; max-width: 540px; }
.email-shell { display: grid; grid-template-columns: 1fr auto; background: white; padding: 5px; border-radius: 999px; }
.email-shell input { min-width: 0; border: 0; outline: 0; padding: 0 16px; border-radius: 999px; }
.email-shell button { border: 0; border-radius: 999px; padding: 12px 15px 12px 18px; background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 900; display: inline-flex; gap: 14px; align-items: center; }
.early-inner .status { color: var(--lime); }
.site-footer { background: #0b120e; color: white; }
.footer-inner { min-height: 132px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand .brand-mark { background: var(--lime); color: var(--ink); }
.footer-brand strong { display: block; font-size: 13px; }
.footer-brand small { display: block; color: #748077; font-size: 10px; margin-top: 2px; }
.footer-links { display: flex; gap: 20px; font-size: 11px; color: #a1aaa2; }
.footer-inner > small { justify-self: end; color: #6f7a71; font-size: 9px; text-align: right; }
.mobile-plan-cta { display: none; position: fixed; z-index: 45; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); border: 0; border-radius: 18px; min-height: 56px; padding: 0 12px 0 18px; align-items: center; justify-content: space-between; background: var(--ink); color: white; font-weight: 900; box-shadow: 0 18px 50px rgba(13,25,17,.3); }
.mobile-plan-cta b { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: var(--lime); color: var(--ink); }
.celebration { position: fixed; inset: 0; pointer-events: none; z-index: 80; overflow: hidden; }
.confetti { position: absolute; top: -20px; width: 9px; height: 16px; border-radius: 3px; background: var(--lime); animation: confettiFall 1.2s ease-in forwards; }
.confetti:nth-child(3n) { background: #ff896c; }
.confetti:nth-child(4n) { background: #1c5037; }
@keyframes confettiFall { to { transform: translate3d(var(--drift), 110vh,0) rotate(540deg); opacity: .1; } }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 28px, 840px); }
  .nav-shell { grid-template-columns: 1fr auto; min-height: 72px; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 42px; min-height: 0; padding-top: 55px; }
  .hero-copy-block { max-width: 690px; }
  .hero-collage { min-height: 520px; }
  .planner-shell { grid-template-columns: 1fr; gap: 42px; }
  .planner-copy { position: static; max-width: 680px; }
  .section-intro { grid-template-columns: 1fr; gap: 17px; align-items: start; }
  .destination-grid { grid-template-columns: 1fr 1fr; }
  .destination-card:first-child { grid-column: 1/-1; }
  .overview-grid, .budget-layout, .verify-stage, .itinerary-layout { grid-template-columns: 1fr; }
  .route-aside { position: static; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .early-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-inner { grid-template-columns: 1fr auto; padding: 25px 0; }
  .footer-inner > small { grid-column: 1/-1; justify-self: start; text-align: left; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 24px); }
  body { padding-bottom: 78px; }
  .topbar { background: rgba(251,250,245,.9); border-color: var(--line); backdrop-filter: blur(16px); }
  .nav-cta { display: none; }
  .nav-shell { min-height: 64px; }
  .brand-copy { font-size: 17px; }
  .hero { padding: 36px 0 62px; gap: 32px; }
  .hero h1 { font-size: clamp(49px, 15vw, 68px); }
  .hero-copy { font-size: 15px; line-height: 1.6; margin-top: 20px; }
  .hero-actions { margin-top: 25px; }
  .trust-row { margin-top: 27px; }
  .hero-collage { min-height: 425px; }
  .shot-main { width: 72%; height: 83%; left: 13%; }
  .shot-top { width: 38%; height: 32%; }
  .shot-bottom { width: 38%; height: 33%; }
  .hero-float-budget { right: 0; padding: 12px 14px; min-width: 145px; }
  .hero-float-budget strong { font-size: 23px; }
  .hero-float-save { left: 0; top: 9%; }
  .proof-inner { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; padding-inline: 6px; }
  .inspiration, .how-it-works { padding: 78px 0; }
  .section-intro h2 { font-size: 39px; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card:first-child { grid-column: auto; }
  .destination-card { min-height: 330px; }
  .planner-section { padding: 78px 0 92px; }
  .planner-copy h2 { font-size: 41px; }
  .planner-dock { border-radius: 25px; padding: 18px; }
  .dock-heading h3 { font-size: 25px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .style-picks { grid-template-columns: 1fr; }
  .results { padding-bottom: 80px; }
  .results-shell { width: 100%; border-radius: 0; }
  .results-hero { padding: 28px 18px; grid-template-columns: 1fr; }
  .fit-orbit { width: 118px; height: 118px; }
  .fit-orbit strong { font-size: 28px; }
  .result-panel { padding: 18px 12px; }
  .premium-stats { grid-template-columns: 1fr; }
  .overview-grid { grid-template-columns: 1fr; }
  .workspace-card { padding: 17px; }
  .route-visual { min-height: 220px; }
  .itinerary-layout { gap: 12px; }
  .day-content-inner { padding-left: 18px; }
  .verify-stage { padding: 24px 18px; }
  .verify-stage h3 { font-size: 35px; }
  .share-zone { padding: 18px; grid-template-columns: 1fr; }
  .share-button { width: 100%; justify-content: space-between; }
  .share-preview h4 { font-size: 27px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 240px; }
  .step-icon { margin-top: 28px; }
  .manifesto { padding-bottom: 78px; }
  .manifesto-card { padding: 42px 19px; border-radius: 25px; }
  .manifesto-card blockquote { font-size: 42px; }
  .email-shell { grid-template-columns: 1fr; background: transparent; padding: 0; gap: 8px; }
  .email-shell input { min-height: 52px; background: white; }
  .email-shell button { min-height: 50px; justify-content: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .mobile-plan-cta { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Phase 1 money-optimization services — intentionally extends the existing premium system. */
.rewards-wallet-builder { border: 1px solid var(--line); background: #f7f8f1; border-radius: 17px; padding: 14px; display: grid; gap: 11px; }
.rewards-wallet-builder > div:first-child { display: grid; gap: 2px; }
.rewards-wallet-builder strong { font-size: 12px; }
.rewards-wallet-builder small { color: #7a857c; font-size: 10px; line-height: 1.45; }
.wallet-quick-add { display: flex; flex-wrap: wrap; gap: 6px; }
.wallet-quick-add button { border: 1px solid #d8ddcf; background: white; color: #536056; border-radius: 999px; padding: 7px 9px; font-size: 9px; font-weight: 850; transition: .18s ease; }
.wallet-quick-add button:hover { background: #edffd0; border-color: #a8d45e; transform: translateY(-1px); }
.true-cost-inputs { border: 1px solid var(--line); background: #fff; border-radius: 17px; overflow: hidden; }
.true-cost-inputs summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 14px; cursor: pointer; }
.true-cost-inputs summary::-webkit-details-marker { display: none; }
.true-cost-inputs summary span { display: grid; gap: 2px; }
.true-cost-inputs summary b { font-size: 12px; }
.true-cost-inputs summary small { color: #7f8981; font-size: 10px; text-transform: none; letter-spacing: 0; font-weight: 600; }
.true-cost-inputs summary > strong { border-radius: 999px; background: #eef6df; color: #5d7c1f; padding: 6px 9px; font-size: 9px; }
.true-cost-inputs[open] summary { border-bottom: 1px solid #edf0e8; }
.fee-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 13px; }
.fee-grid label { display: grid; gap: 6px; }
.fee-grid label > span { color: #6f786f; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.fee-results { margin-top: 12px; border-top: 1px solid #edf0e8; padding-top: 9px; display: grid; gap: 6px; }
.fee-results > div { display: flex; justify-content: space-between; gap: 12px; color: #6f796f; font-size: 10px; }
.fee-results > div strong { color: #9c5b32; }
.fee-results > small { color: #8a928b; line-height: 1.5; font-size: 9px; }
.wallet-results { margin-top: 17px; display: grid; gap: 7px; }
.wallet-item { display: grid; grid-template-columns: 35px 1fr; gap: 10px; align-items: center; border: 1px solid rgba(82,111,20,.14); background: rgba(255,255,255,.48); border-radius: 14px; padding: 9px; }
.wallet-item > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 11px; background: white; color: #5b791d; font-weight: 900; }
.wallet-item b { display: block; font-size: 10px; color: #3f5416; }
.wallet-item small { display: block; margin-top: 2px; font-size: 8px; color: #78903f; }
.wallet-empty { border: 1px dashed rgba(82,111,20,.24); border-radius: 14px; padding: 14px; color: #6e852d; font-size: 10px; line-height: 1.5; }
.wallet-note { margin: 12px 0 0 !important; font-size: 9px !important; opacity: .8; }
.squeeze-lab-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 35px; align-items: end; margin-bottom: 18px; }
.squeeze-lab-intro h3 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 36px; font-weight: 500; letter-spacing: -.035em; }
.squeeze-lab-intro > p { margin: 0; color: #747e75; font-size: 11px; line-height: 1.6; }
.squeeze-lab-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 14px; }
.squeeze-score-card { background: linear-gradient(145deg,#fff,#f6f7ef); }
.score-grade { border: 1px solid #d9e8bb; background: #effbdc; color: #5f7c1b; border-radius: 999px; padding: 7px 9px; font-size: 9px; font-weight: 900; }
.score-layout { display: grid; grid-template-columns: 142px 1fr; gap: 18px; align-items: center; margin-top: 20px; }
.score-ring { --score: 0; width: 132px; height: 132px; border-radius: 50%; padding: 8px; background: conic-gradient(#7ca91f calc(var(--score) * 1%), #e6e9df 0); transition: background .55s ease; }
.score-ring > div { width: 100%; height: 100%; border-radius: 50%; background: white; display: flex; align-items: baseline; justify-content: center; padding-top: 39px; box-shadow: inset 0 0 0 1px var(--line); }
.score-ring strong { font-size: 37px; letter-spacing: -.06em; }
.score-ring small { font-size: 10px; color: #879087; }
.score-copy { margin: 0 0 12px; color: #677168; font-size: 10px; line-height: 1.55; }
.score-factors { display: grid; gap: 9px; }
.score-factor > div { display: flex; justify-content: space-between; gap: 12px; font-size: 9px; color: #758077; }
.score-factor > div b { color: #344039; }
.score-factor > i { margin-top: 4px; display: block; height: 5px; border-radius: 999px; background: #e8ece4; overflow: hidden; }
.score-factor > i em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#9ccf40,#6d9a16); }
.scenario-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.scenario-option { text-align: left; border: 1px solid var(--line); background: #fafbf7; border-radius: 16px; padding: 12px; display: grid; transition: .2s ease; }
.scenario-option:hover { border-color: #a6c86b; background: #f1fadf; transform: translateY(-2px); box-shadow: 0 9px 24px rgba(21,32,25,.08); }
.scenario-option small { color: #899288; font-size: 8px; letter-spacing: .12em; font-weight: 900; }
.scenario-option strong { margin-top: 6px; font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.scenario-option span { margin-top: 7px; color: #526058; font-size: 11px; font-weight: 800; }
.scenario-option b { margin-top: 3px; color: #648717; font-size: 9px; }
.lab-disclaimer { margin: 10px 0 0; color: #8a928b; font-size: 8px; line-height: 1.5; }
.swap-card { grid-column: 1/-1; background: #17271d; color: white; border-color: #24382b; }
.swap-card .workspace-head small, .swap-card .mini-label { color: #92a096; }
.swap-card .workspace-head h3 { color: white; }
.swap-savings { color: var(--lime); font-size: 12px; }
.swap-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 25px; margin-top: 21px; }
.mini-label { display: block; font-size: 8px; letter-spacing: .14em; font-weight: 900; }
.lock-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.lock-pills label { position: relative; }
.lock-pills input { position: absolute; opacity: 0; pointer-events: none; }
.lock-pills span { display: block; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.05); border-radius: 999px; padding: 8px 10px; color: #b3beb6; font-size: 9px; font-weight: 800; cursor: pointer; }
.lock-pills input:checked + span { background: #f8a489; border-color: #f8a489; color: #381a12; }
.swap-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin-top: 10px; }
.swap-options button { display: grid; grid-template-columns: 35px 1fr; gap: 9px; align-items: center; text-align: left; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.055); color: white; border-radius: 14px; padding: 9px; transition: .2s ease; }
.swap-options button > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 10px; background: rgba(200,255,98,.1); color: var(--lime); }
.swap-options button b { display: block; font-size: 9px; }
.swap-options button small { display: block; color: #86958b; font-size: 8px; margin-top: 2px; }
.swap-options button:hover, .swap-options button.active { background: rgba(200,255,98,.12); border-color: rgba(200,255,98,.45); transform: translateY(-1px); }
.swap-options button.active > span { background: var(--lime); color: var(--ink); }
.swap-preview { margin-top: 17px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 14px; display: grid; grid-template-columns: auto auto 1fr; gap: 12px; align-items: center; }
.swap-preview > span { color: #8e9a91; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.swap-preview > strong { color: var(--lime); font-size: 22px; letter-spacing: -.04em; }
.swap-preview > small { justify-self: end; max-width: 560px; color: #839087; font-size: 8px; line-height: 1.5; text-align: right; }

@media (max-width: 980px) {
  .squeeze-lab-grid, .squeeze-lab-intro, .swap-grid { grid-template-columns: 1fr; }
  .swap-preview { grid-template-columns: auto 1fr; }
  .swap-preview > small { grid-column: 1/-1; justify-self: start; text-align: left; }
}

@media (max-width: 640px) {
  .fee-grid, .scenario-grid, .swap-options { grid-template-columns: 1fr; }
  .squeeze-lab-intro h3 { font-size: 31px; }
  .score-layout { grid-template-columns: 105px 1fr; gap: 12px; }
  .score-ring { width: 98px; height: 98px; padding: 6px; }
  .score-ring > div { padding-top: 27px; }
  .score-ring strong { font-size: 28px; }
  .swap-card { padding: 17px; }
}

/* Destination Conditions — additive premium travel-intelligence layer */
.conditions-hero { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin-bottom: 18px; padding: 4px 2px 0; }
.conditions-hero h3 { margin: 8px 0 0; max-width: 760px; font-family: Georgia, serif; font-size: clamp(33px,3.8vw,49px); line-height: 1.02; font-weight: 500; letter-spacing: -.04em; }
.conditions-hero p { max-width: 760px; color: #727d74; font-size: 11px; line-height: 1.65; }
.timing-badge { min-width: 132px; border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 13px 15px; text-align: center; box-shadow: 0 10px 30px rgba(21,32,25,.06); }
.timing-badge small { display: block; color: #8a938b; font-size: 8px; letter-spacing: .13em; font-weight: 900; }
.timing-badge strong { display: block; margin-top: 5px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.timing-badge[data-rating="great"], .timing-badge[data-rating="good"] { background: #effbdc; border-color: #d3e9ae; }
.timing-badge[data-rating="rough"] { background: #fff0eb; border-color: #f0c5b8; }
.conditions-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 14px; }
.conditions-grid > .workspace-card { min-width: 0; }
.conditions-card-icon { width: 45px; height: 45px; border-radius: 15px; display: grid; place-items: center; background: #edf7df; color: #638a18; font-size: 20px; }
.conditions-copy { margin: 16px 0 0; color: #6f796f; font-size: 12px; line-height: 1.65; }
.weather-stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin-top: 18px; }
.weather-stat-grid > div { border: 1px solid #e7eadf; background: #fafbf7; border-radius: 15px; padding: 11px; }
.weather-stat-grid small { display: block; color: #8b948c; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; font-weight: 900; }
.weather-stat-grid strong { display: block; margin-top: 3px; font-size: 19px; letter-spacing: -.04em; }
.conditions-weather-card .mini-label { display: block; margin-top: 18px; color: #8b948c; }
.conditions-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.conditions-tags span { border: 1px solid #dfe5d8; background: #f6f8f2; color: #627064; border-radius: 999px; padding: 7px 9px; font-size: 9px; line-height: 1.3; }
.packing-tags span { background: #effbdc; border-color: #d6eab7; color: #587315; }
.conditions-safety-card { background: linear-gradient(145deg,#fff,#fbfaf5); }
.advisory-pill { max-width: 210px; border-radius: 999px; background: #eef4e6; color: #5d741f; padding: 7px 10px; font-size: 9px; line-height: 1.3; font-weight: 850; text-align: right; }
.safety-lanes { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 18px; }
.safety-lane { border-radius: 16px; border: 1px solid var(--line); overflow: hidden; background: #fff; }
.safety-lane > div:first-child { display: flex; gap: 7px; align-items: center; padding: 10px 11px; border-bottom: 1px solid #edf0e8; }
.safety-lane > div:first-child span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; font-weight: 900; }
.safety-lane > div:first-child strong { font-size: 10px; }
.safety-lane.go > div:first-child span { background: #e8f8d0; color: #547b0d; }
.safety-lane.caution > div:first-child span { background: #fff1cc; color: #8d6413; }
.safety-lane.avoid > div:first-child span { background: #ffe5dc; color: #9c462d; }
.safety-lane > div:last-child { padding: 9px; display: grid; gap: 7px; }
.safety-lane article { border-radius: 11px; background: #f8f9f5; padding: 9px; }
.safety-lane article strong { display: block; font-size: 9px; }
.safety-lane article small { display: block; margin-top: 3px; color: #7c867d; font-size: 8px; line-height: 1.45; }
.lane-empty { margin: 0; color: #8a938a; font-size: 8px; line-height: 1.5; }
.emergency-note { margin-top: 13px; border-radius: 12px; background: #f1f4ed; color: #657167; padding: 9px 11px; font-size: 9px; font-weight: 750; }
.emergency-note:empty { display: none; }
.conditions-disclaimer { color: #929991; font-size: 8px; line-height: 1.55; margin: 10px 0 0; }
.conditions-timing-card { background: var(--forest); color: #fff; }
.conditions-timing-card > small { color: #98a89c; font-size: 9px; letter-spacing: .13em; font-weight: 900; }
.conditions-timing-card h3 { margin: 12px 0 0; max-width: 620px; font-family: Georgia, serif; font-size: 28px; line-height: 1.08; font-weight: 500; }
.conditions-buffer { margin-top: 23px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: end; border-top: 1px solid rgba(255,255,255,.11); padding-top: 17px; }
.conditions-buffer span { display: block; color: #95a499; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; font-weight: 900; }
.conditions-buffer strong { display: block; color: var(--lime); margin-top: 4px; font-size: 25px; }
.conditions-buffer small { display: block; color: #829087; font-size: 8px; margin-top: 3px; }
.conditions-buffer button { border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.08); color: white; padding: 10px 12px 10px 15px; font-size: 9px; font-weight: 850; display: flex; gap: 12px; align-items: center; }
.conditions-buffer button span { color: var(--lime); font-size: 13px; }
.conditions-buffer button:hover:not(:disabled) { background: rgba(200,255,98,.14); border-color: rgba(200,255,98,.36); }
.conditions-buffer button:disabled { opacity: .4; cursor: default; }
.conditions-sources-card { background: #f0eee5; }
.conditions-source-list { display: grid; gap: 7px; margin-top: 15px; }
.conditions-source-list a { display: grid; grid-template-columns: 80px 1fr auto; gap: 10px; align-items: center; border-radius: 13px; background: rgba(255,255,255,.68); border: 1px solid rgba(21,32,25,.08); padding: 9px 10px; transition: .18s ease; }
.conditions-source-list a:hover { background: white; transform: translateY(-1px); }
.conditions-source-list span { color: #7b877d; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.conditions-source-list strong { font-size: 9px; line-height: 1.35; }
.conditions-source-list b { color: #638a18; }
.conditions-sources-card > p { color: #858d85; font-size: 8px; line-height: 1.5; margin: 12px 0 0; }

@media (max-width: 980px) {
  .conditions-grid { grid-template-columns: 1fr; }
  .safety-lanes { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .conditions-hero { grid-template-columns: 1fr; align-items: start; }
  .timing-badge { justify-self: start; min-width: 118px; }
  .weather-stat-grid { grid-template-columns: repeat(2,1fr); }
  .conditions-buffer { grid-template-columns: 1fr; }
  .conditions-buffer button { width: 100%; justify-content: space-between; }
  .conditions-source-list a { grid-template-columns: 62px 1fr auto; }
}
