:root {
  --ink: #11231f;
  --deep: #073f39;
  --deep-2: #062f2b;
  --green: #0d6f63;
  --aqua: #0db9aa;
  --sea: #0d9fab;
  --sun: #ffb948;
  --coral: #ff765f;
  --cream: #fff7e8;
  --cream-2: #f7eddb;
  --white: #ffffff;
  --muted: #63746e;
  --line: rgba(17, 35, 31, .12);
  --shadow: 0 26px 80px rgba(6, 47, 43, .20);
  --shadow-soft: 0 18px 45px rgba(6, 47, 43, .12);
  --radius-xl: 34px;
  --radius-lg: 25px;
  --radius-md: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff4df 0%, #f7efe2 43%, #f3f0eb 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

.page-shell { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.topbar { position: sticky; top: 14px; z-index: 50; margin-top: 14px; }
.nav {
  min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 10px 12px 10px 18px; border-radius: 999px; background: rgba(255,255,255,.83);
  border: 1px solid rgba(255,255,255,.78); box-shadow: 0 16px 54px rgba(7,63,57,.14); backdrop-filter: blur(22px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 950; letter-spacing: -.045em; color: var(--deep-2); }
.brand-mark { width: 42px; height: 42px; border-radius: 16px; background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.98) 0 10%, transparent 11%), linear-gradient(135deg, var(--sun), var(--coral) 45%, var(--aqua)); position: relative; box-shadow: 0 12px 28px rgba(255,118,95,.24); }
.brand-mark::after { content: ""; position: absolute; right: 7px; bottom: 7px; width: 15px; height: 15px; border-radius: 50%; border: 3px solid rgba(255,255,255,.88); }
.brand strong { font-size: 1.08rem; }
.nav-links { display: flex; align-items: center; gap: 3px; }
.nav-links a { padding: 10px 13px; border-radius: 999px; color: rgba(17,35,31,.70); font-size: .92rem; font-weight: 850; }
.nav-links a:hover { background: rgba(7,63,57,.07); color: var(--deep-2); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 17px; border-radius: 999px; background: var(--deep); color: white; font-weight: 950; box-shadow: 0 16px 30px rgba(7,63,57,.26); transition: .2s ease; }
.nav-cta:hover { transform: translateY(-1px); background: var(--deep-2); }

h1, h2, h3 { margin: 0; font-family: "Fraunces", Georgia, serif; letter-spacing: -.055em; line-height: .93; }

.hero { position: relative; min-height: 815px; margin-top: -82px; padding: 145px 0 54px; display: flex; align-items: end; overflow: hidden; color: white; isolation: isolate; }
.hero-placeholder { background: linear-gradient(135deg, #0b564f 0%, #0d9fab 42%, #ffc466 70%, #ff7a60 100%); }
.hero-gradient { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 78% 18%, rgba(255,255,255,.35), transparent 20%), linear-gradient(180deg, rgba(6,47,43,.18) 0%, rgba(6,47,43,.22) 40%, rgba(6,47,43,.82) 100%), linear-gradient(90deg, rgba(6,47,43,.76) 0%, rgba(6,47,43,.32) 100%); }
.hero::after { content: ""; position: absolute; left: -15%; right: -15%; bottom: -88px; height: 210px; background: linear-gradient(180deg, rgba(255,244,223,0), #fff4df 58%, #fff4df 100%); z-index: -1; }
.hero-grid { display: grid; grid-template-columns: minmax(0,.98fr) minmax(375px,.72fr); gap: 34px; align-items: end; }
.kicker { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px 8px 9px; border-radius: 999px; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.26); backdrop-filter: blur(18px); color: rgba(255,255,255,.93); font-size: .9rem; font-weight: 900; box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.kicker span:first-child { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--sun), var(--coral)); color: white; }
h1 { margin-top: 21px; max-width: 820px; color: white; font-size: clamp(3.7rem, 8.6vw, 8.15rem); text-shadow: 0 20px 50px rgba(0,0,0,.20); }
.hero-lead { max-width: 705px; margin: 22px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1.13rem, 2.05vw, 1.42rem); line-height: 1.47; font-weight: 650; text-shadow: 0 10px 35px rgba(0,0,0,.18); }
.hero-lead strong { color: white; font-weight: 950; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 57px; padding: 0 22px; border-radius: 999px; border: 0; cursor: pointer; font-weight: 950; letter-spacing: -.02em; transition: .2s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white !important; background: linear-gradient(135deg, var(--coral), #ff9d55); box-shadow: 0 18px 38px rgba(255,118,95,.35); }
.btn-deep { color: white !important; background: linear-gradient(135deg, var(--deep), #0b7669); box-shadow: 0 18px 38px rgba(7,63,57,.28); }
.btn-secondary { color: white; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.32); backdrop-filter: blur(18px); box-shadow: 0 14px 34px rgba(0,0,0,.09); }
.btn-light { background: white; color: var(--deep); border: 1px solid rgba(17,35,31,.08); box-shadow: 0 16px 34px rgba(7,63,57,.13); }
.btn-ghost { background: rgba(7,63,57,.07); color: var(--deep); border: 1px solid rgba(7,63,57,.10); }
.full-btn { width: 100%; margin-top: 18px; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.micro-proof span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.20); backdrop-filter: blur(18px); color: rgba(255,255,255,.86); font-size: .86rem; font-weight: 850; }

.hero-search { border-radius: 30px; padding: 16px; background: rgba(255,255,255,.91); border: 1px solid rgba(255,255,255,.74); box-shadow: var(--shadow); color: var(--ink); backdrop-filter: blur(22px); }
.hero-search-inner { border-radius: 23px; overflow: hidden; background: white; border: 1px solid rgba(17,35,31,.10); }
.search-image { min-height: 185px; display: grid; place-items: center; color: white; font-weight: 950; text-align: center; padding: 24px; }
.search-image-placeholder { background: linear-gradient(135deg, rgba(7,63,57,.96), rgba(13,185,170,.78), rgba(255,185,72,.90)); }
.quick-form { padding: 17px; display: grid; gap: 12px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
label { display: grid; gap: 8px; color: rgba(17,35,31,.76); font-size: .83rem; font-weight: 900; }
.full { grid-column: 1 / -1; }
input, select { width: 100%; min-height: 50px; border: 1px solid rgba(17,35,31,.13); border-radius: 16px; padding: 0 13px; background: #fffdf8; color: var(--ink); outline: none; font-weight: 800; }
input:focus, select:focus { border-color: rgba(13,185,170,.78); box-shadow: 0 0 0 4px rgba(13,185,170,.16); }
.search-note { padding: 11px 12px; border-radius: 15px; background: rgba(13,185,170,.10); color: rgba(17,35,31,.69); font-size: .84rem; line-height: 1.43; font-weight: 650; }
.search-note strong { color: var(--deep); font-weight: 950; }

.section { padding: 58px 0; }
.first-section { padding-top: 28px; }
.section-head { max-width: 780px; margin-bottom: 24px; }
.section-head.center { text-align: center; margin-inline: auto; }
.small-head h2 { font-size: clamp(2rem, 3.5vw, 3.8rem); }
.section-label { margin-bottom: 10px; color: var(--coral); text-transform: uppercase; letter-spacing: .115em; font-size: .76rem; font-weight: 950; }
.section-head h2, .content-card h2, .budget-panel h2, .summary-panel h2, .ladder-top h2 { color: var(--deep-2); font-size: clamp(2.35rem, 4.8vw, 5.1rem); }
.section-head p, .content-card p, .budget-panel p, .summary-panel p, .ladder-top p { margin: 13px 0 0; color: rgba(17,35,31,.66); font-size: 1.04rem; line-height: 1.56; font-weight: 630; }

.destination-strip { position: relative; z-index: 3; margin-top: -34px; }
.strip-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; overflow: hidden; border-radius: var(--radius-xl); background: white; border: 1px solid rgba(255,255,255,.82); box-shadow: var(--shadow); }
.strip-photo { min-height: 360px; display: grid; place-items: center; padding: 30px; text-align: center; color: white; font-weight: 950; }
.strip-photo-placeholder { background: linear-gradient(135deg, #0a5951, #0db9aa 45%, #ffd077); }
.strip-content { padding: clamp(24px,4vw,48px); background: radial-gradient(circle at 100% 0%, rgba(255,185,72,.18), transparent 32%), white; }
.strip-content h2 { color: var(--deep-2); font-size: clamp(2.2rem, 4.5vw, 4.8rem); }
.strip-content p { margin: 15px 0 0; color: rgba(17,35,31,.68); line-height: 1.58; font-weight: 640; font-size: 1.06rem; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 22px; }
.trust-item { padding: 14px; border-radius: 19px; background: rgba(7,63,57,.055); border: 1px solid rgba(7,63,57,.08); }
.trust-item strong { display: block; color: var(--deep); font-size: 1.15rem; font-weight: 950; }
.trust-item span { display: block; margin-top: 4px; color: rgba(17,35,31,.62); font-size: .82rem; line-height: 1.35; font-weight: 700; }

.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 27px; }
.cards-grid-wide { grid-template-columns: repeat(3, 1fr); }
.travel-tile { min-height: 440px; position: relative; overflow: hidden; border-radius: 28px; box-shadow: 0 22px 60px rgba(6,47,43,.16); background: var(--deep); color: white; isolation: isolate; transition: .22s ease; }
.travel-tile:hover { transform: translateY(-5px); box-shadow: 0 30px 78px rgba(6,47,43,.22); }
.tile-content { position: absolute; left: 17px; right: 17px; bottom: 17px; display: grid; gap: 10px; z-index: 3; }
.tile-top { display: flex; flex-wrap: wrap; gap: 7px; }
.tile-top span, .mini-meta span { padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); font-size: .75rem; font-weight: 900; }
.travel-tile h3 { color: white; font-size: 2.3rem; text-shadow: 0 12px 36px rgba(0,0,0,.22); }
.travel-tile p { margin: 0; color: rgba(255,255,255,.84); line-height: 1.42; font-size: .93rem; font-weight: 680; }
.tile-price { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.76); font-size: .84rem; font-weight: 780; }
.tile-price strong { color: white; font-size: 1rem; font-weight: 950; }

.image-placeholder { position: relative; overflow: hidden; background: linear-gradient(135deg, #0c5b53, #0db9aa 45%, #ffbd61 72%, #ff765f 100%); color: white; }
.image-placeholder--tile { position: absolute; inset: 0; }
.image-placeholder--result { min-height: 280px; border-radius: 24px 24px 0 0; }
.image-placeholder--hero { min-height: 430px; border-radius: 34px; box-shadow: var(--shadow); }
.image-placeholder::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,47,43,.02) 0%, rgba(6,47,43,.26) 44%, rgba(6,47,43,.84) 100%); }
.placeholder-noise { position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(circle at 18% 22%, rgba(255,255,255,.42), transparent 18%), radial-gradient(circle at 78% 12%, rgba(255,255,255,.28), transparent 18%), linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.24) 43% 45%, transparent 46% 100%); }
.placeholder-content { position: absolute; left: 20px; right: 20px; bottom: 22px; z-index: 2; display: grid; gap: 5px; text-shadow: 0 12px 34px rgba(0,0,0,.25); }
.placeholder-emoji { font-size: 2.2rem; }
.placeholder-content strong { font-family: "Fraunces", Georgia, serif; font-size: 2.5rem; line-height: .95; letter-spacing: -.05em; }
.placeholder-content small { font-weight: 850; color: rgba(255,255,255,.78); }
.image-placeholder--alicante { background: linear-gradient(135deg, #0b7d78, #4fc3b7 42%, #ffd372 72%, #ff7a63); }
.image-placeholder--mallorca { background: linear-gradient(135deg, #166b9b, #49c3c5 42%, #ffe19a 72%, #ff875f); }
.image-placeholder--malaga { background: linear-gradient(135deg, #0b5c74, #0db9aa 45%, #ffc35d 75%, #e85b52); }
.image-placeholder--kopenhamn { background: linear-gradient(135deg, #233d67, #4e9cc1 42%, #f4c26f 75%, #d9535f); }
.image-placeholder--billund { background: linear-gradient(135deg, #5d3996, #3fb2c8 44%, #ffc64d 72%, #ff6f61); }
.image-placeholder--goteborg { background: linear-gradient(135deg, #0d4a58, #128e93 44%, #f6bc5d 72%, #ff7667); }

.split-section { display: grid; grid-template-columns: .93fr 1.07fr; gap: 18px; align-items: stretch; }
.photo-panel { min-height: 610px; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-soft); position: relative; }
.photo-panel-placeholder { background: linear-gradient(135deg, #073f39, #0db9aa 46%, #f7c36a 74%, #ff765f); }
.photo-callout { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 18px; border-radius: 22px; background: rgba(255,255,255,.91); backdrop-filter: blur(18px); box-shadow: 0 20px 55px rgba(6,47,43,.16); border: 1px solid rgba(255,255,255,.60); }
.photo-callout strong { display: block; color: var(--deep); font-size: 1.05rem; font-weight: 950; }
.photo-callout span { display: block; margin-top: 5px; color: rgba(17,35,31,.64); line-height: 1.42; font-size: .9rem; font-weight: 660; }
.budget-panel, .content-card, .summary-panel { padding: clamp(22px,4vw,44px); border-radius: var(--radius-xl); background: radial-gradient(circle at 92% 6%, rgba(255,185,72,.20), transparent 35%), rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.86); box-shadow: var(--shadow-soft); }
.narrow { max-width: 820px; }
.budget-breakdown { display: grid; gap: 10px; margin-top: 24px; }
.budget-breakdown.compact { margin-top: 14px; }
.budget-row { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(17,35,31,.10); color: rgba(17,35,31,.70); font-weight: 780; }
.budget-row strong { color: var(--deep); font-weight: 950; }
.budget-row.total { margin-top: 6px; padding: 16px; border: 0; border-radius: 18px; background: var(--deep); color: white; }
.budget-row.total strong { color: white; font-size: 1.12rem; }

.ladder { margin-top: 26px; padding: 20px; border-radius: var(--radius-xl); background: radial-gradient(circle at 90% 0%, rgba(13,185,170,.18), transparent 31%), white; border: 1px solid rgba(255,255,255,.85); box-shadow: var(--shadow-soft); }
.ladder-top { display: flex; justify-content: space-between; gap: 22px; align-items: end; margin-bottom: 18px; }
.ladder-top p { max-width: 420px; margin: 0; }
.ladder-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 11px; }
.ladder-item { min-height: 150px; padding: 16px; border-radius: 22px; background: #fff8ec; border: 1px solid rgba(17,35,31,.08); display: block; }
.ladder-item.active { color: white; background: linear-gradient(135deg, #073f39, #0d9fab); box-shadow: 0 20px 50px rgba(6,47,43,.20); }
.ladder-item strong { display: block; color: var(--deep); font-size: 1.05rem; font-weight: 950; }
.ladder-item.active strong { color: white; }
.ladder-item em { display: block; font-style: normal; margin-top: 3px; color: rgba(17,35,31,.58); font-size: .78rem; font-weight: 850; }
.ladder-item.active em { color: rgba(255,255,255,.78); }
.ladder-item span { display: block; margin-top: 9px; color: rgba(17,35,31,.63); line-height: 1.38; font-size: .88rem; font-weight: 660; }
.ladder-item.active span { color: rgba(255,255,255,.83); }
.partner-band { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; margin-top: 28px; padding: 22px; border-radius: 26px; background: linear-gradient(135deg, rgba(7,63,57,.96), rgba(8,91,82,.90)); color: white; box-shadow: var(--shadow-soft); overflow: hidden; }
.partner-band h3 { color: white; font-size: clamp(2rem,3.2vw,3.2rem); }
.partner-band p { max-width: 720px; margin: 10px 0 0; color: rgba(255,255,255,.77); line-height: 1.5; font-weight: 650; }
.cta-band { margin: 38px auto 66px; padding: clamp(28px,5vw,52px); border-radius: 42px; color: white; background: linear-gradient(135deg, #073f39, #0d9fab 55%, #ffb948); min-height: 430px; display: flex; align-items: end; box-shadow: var(--shadow); overflow: hidden; }
.cta-content { max-width: 800px; }
.cta-content h2 { color: white; font-size: clamp(2.8rem,5.7vw,6.1rem); }
.cta-content p { max-width: 690px; margin: 14px 0 0; color: rgba(255,255,255,.82); line-height: 1.54; font-size: 1.08rem; font-weight: 650; }

.page-hero { margin-top: -82px; padding: 150px 0 74px; color: white; background: linear-gradient(135deg, #073f39, #0d9fab 62%, #ffb948); }
.compact-hero h1, .destination-hero h1 { font-size: clamp(3rem, 6vw, 6.5rem); }
.result-layout { display: grid; grid-template-columns: 360px minmax(0,1fr); gap: 18px; align-items: start; }
.result-main { min-width: 0; }
.match-grid { display: grid; gap: 18px; }
.match-card { overflow: hidden; border-radius: 28px; background: rgba(255,255,255,.80); border: 1px solid rgba(255,255,255,.88); box-shadow: var(--shadow-soft); }
.match-content { padding: 20px; }
.status-row { display: flex; justify-content: space-between; gap: 12px; align-items: center; flex-wrap: wrap; color: rgba(17,35,31,.60); font-weight: 850; font-size: .86rem; }
.status-badge { display: inline-flex; padding: 8px 10px; border-radius: 999px; font-weight: 950; color: white; }
.status-excellent, .status-good { background: #0d8f73; }
.status-tight { background: #d5891c; }
.status-almost { background: #c56f4e; }
.status-no { background: #8f4b49; }
.match-card h3 { margin-top: 12px; color: var(--deep-2); font-size: clamp(2.1rem,4vw,4.2rem); }
.match-card p { color: rgba(17,35,31,.68); line-height: 1.55; font-weight: 640; }
.mini-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }
.mini-meta span { background: rgba(7,63,57,.07); color: rgba(17,35,31,.70); border-color: rgba(7,63,57,.08); }
.advice-box { padding: 14px; border-radius: 18px; background: rgba(13,185,170,.10); color: rgba(17,35,31,.70); display: grid; gap: 4px; }
.advice-box strong { color: var(--deep); }
.scenario-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.scenario-grid.roomy { margin-top: 22px; }
.scenario-grid div { padding: 14px; border-radius: 18px; background: rgba(255,255,255,.70); border: 1px solid rgba(17,35,31,.08); }
.scenario-grid strong { display: block; color: var(--deep); font-weight: 950; }
.scenario-grid span { display: block; margin-top: 5px; color: rgba(17,35,31,.65); line-height: 1.4; font-weight: 650; }
.partner-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.partner-buttons.vertical { display: grid; }
.truth-box { padding: 18px; border-radius: 22px; background: rgba(255, 118, 95, .12); border: 1px solid rgba(255, 118, 95, .20); margin-bottom: 18px; }
.truth-box strong { color: var(--deep-2); font-size: 1.05rem; }
.truth-box p { margin: 7px 0 0; color: rgba(17,35,31,.70); font-weight: 650; line-height: 1.5; }

.destination-hero { margin-top: -82px; padding: 150px 0 72px; color: white; background: linear-gradient(135deg, #073f39, #0d9fab 62%, #ffb948); }
.destination-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; align-items: center; }
.detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: 18px; align-items: start; }
.sticky-card { position: sticky; top: 100px; }
.table-wrap { overflow-x: auto; margin-top: 20px; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 13px 12px; border-bottom: 1px solid rgba(17,35,31,.10); }
th { color: var(--deep); font-weight: 950; background: rgba(7,63,57,.05); }
td { color: rgba(17,35,31,.72); font-weight: 650; }
td a { color: var(--deep); font-weight: 950; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { padding: 24px; min-height: 250px; border-radius: var(--radius-lg); background: rgba(255,255,255,.70); border: 1px solid rgba(255,255,255,.85); box-shadow: 0 18px 48px rgba(16,35,31,.08); }
.step-num { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 17px; background: var(--deep); color: white; font-weight: 950; }
.step h3 { margin-top: 18px; font-size: 1.65rem; color: var(--deep); }
.step p { margin: 10px 0 0; color: rgba(16,35,31,.68); line-height: 1.52; font-weight: 610; }

.footer { padding: 28px 0 45px; color: rgba(17,35,31,.56); font-size: .9rem; font-weight: 650; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; padding-top: 22px; border-top: 1px solid rgba(17,35,31,.10); }
.footer a { color: var(--deep); font-weight: 950; }
.toast { position: fixed; left: 50%; bottom: 22px; z-index: 100; transform: translateX(-50%) translateY(18px); opacity: 0; width: min(540px, calc(100% - 32px)); padding: 13px 15px; border-radius: 18px; background: rgba(6,47,43,.95); color: white; box-shadow: 0 20px 60px rgba(6,47,43,.28); border: 1px solid rgba(255,255,255,.14); transition: .25s ease; font-weight: 760; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 1060px) {
  .cards-grid, .cards-grid-wide { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .strip-card, .split-section, .result-layout, .destination-hero-grid, .detail-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-search { margin-top: 20px; }
  .strip-photo, .photo-panel { min-height: 430px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ladder-grid { grid-template-columns: repeat(2, 1fr); }
  .ladder-item.active { grid-column: 1 / -1; }
  .partner-band { grid-template-columns: 1fr; }
  .sticky-card { position: static; }
}
@media (max-width: 800px) {
  .nav-links { display: none; }
  .nav { border-radius: 25px; }
  .field-grid, .scenario-grid, .steps { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .cards-grid, .cards-grid-wide { grid-template-columns: 1fr; }
  .travel-tile { min-height: 390px; }
  .ladder-top { display: block; }
  .ladder-top p { margin-top: 12px; }
  .footer-inner { display: block; }
  .footer-inner div + div { margin-top: 10px; }
}
@media (max-width: 560px) {
  .page-shell { width: min(100% - 24px, var(--max)); }
  .brand strong { font-size: .96rem; }
  .brand-mark { width: 38px; height: 38px; border-radius: 14px; }
  .nav-cta { min-height: 42px; padding: 0 12px; font-size: .86rem; }
  h1 { font-size: clamp(3.2rem, 17vw, 5.1rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions .btn, .quick-form .btn, .partner-band .btn, .cta-content .btn, .partner-buttons .btn { width: 100%; }
  .hero-search, .quick-form, .budget-panel, .ladder, .strip-content, .content-card, .summary-panel { padding: 14px; }
  .strip-card, .hero-search, .budget-panel, .ladder, .cta-band, .content-card, .summary-panel { border-radius: 27px; }
  .trust-grid, .ladder-grid { grid-template-columns: 1fr; }
  .travel-tile h3 { font-size: 2.05rem; }
  .photo-panel { min-height: 390px; }
}
