:root {
  --ink: #17233f;
  --ink-soft: #4e5b75;
  --paper: #f7f0e6;
  --paper-2: #fffaf3;
  --white: #ffffff;
  --indigo: #17233f;
  --indigo-2: #22335f;
  --lotus: #b73e5c;
  --lotus-dark: #8f2846;
  --gold: #e5a93e;
  --gold-soft: #f6dfad;
  --sea: #16868d;
  --sea-soft: #d9f0ee;
  --sky: #e5eef8;
  --terracotta: #d66a43;
  --line: #d9d2c7;
  --positive: #2f7666;
  --negative: #a5454e;
  --shadow: 0 24px 70px rgba(22, 34, 63, 0.13);
  --shadow-soft: 0 14px 38px rgba(22, 34, 63, 0.09);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --max: 1380px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.58 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -90px; z-index: 500; background: var(--white); padding: 12px 18px; border-radius: 12px; font-weight: 800; }
.skip-link:focus { top: 12px; }

h1, h2, h3, h4 { font-family: var(--serif); letter-spacing: -0.025em; }
h1 { margin: 14px 0 22px; font-size: clamp(46px, 5.2vw, 82px); line-height: 0.99; }
h2 { margin: 10px 0 18px; font-size: clamp(37px, 4vw, 62px); line-height: 1.04; }
h3 { margin: 8px 0 11px; font-size: 28px; line-height: 1.13; }
p { margin: 0 0 1em; }
.lead { max-width: 770px; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--lotus); font-size: 12px; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 3px; border-radius: 99px; background: currentColor; content: ""; }
.section { padding: 92px 0; }
.section.compact { padding: 64px 0; }
.section.paper { background: var(--paper-2); }
.section.sky { background: var(--sky); }
.section.indigo { background: var(--indigo); color: var(--white); }
.section.indigo .section-copy { color: #cdd5e4; }
.section.indigo .eyebrow { color: #f1c86d; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); align-items: end; gap: 54px; margin-bottom: 38px; }
.section-head > * { min-width: 0; }
.section-head h2 { overflow-wrap: anywhere; }
.section-copy { max-width: 580px; margin: 0 0 10px auto; color: var(--ink-soft); font-size: 18px; }
.muted { color: var(--ink-soft); }
.source-note { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); color: #6d778b; font-size: 13px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--sea-soft); color: #145e64; font-size: 12px; font-weight: 800; }

.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid rgba(23, 35, 63, 0.18); border-radius: 14px; background: var(--white); color: var(--ink); font-weight: 850; line-height: 1.2; cursor: pointer; transition: transform 0.18s, background 0.18s, border-color 0.18s; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { border-color: var(--lotus); background: var(--lotus); color: var(--white); }
.btn.primary:hover { background: var(--lotus-dark); }
.btn.gold { border-color: var(--gold); background: var(--gold); color: var(--indigo); }
.btn.dark { border-color: var(--indigo); background: var(--indigo); color: var(--white); }
.btn.ghost-light { border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.1); color: var(--white); backdrop-filter: blur(10px); }
.btn.small { min-height: 42px; padding-inline: 15px; font-size: 14px; }
.button-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 120; border-bottom: 1px solid rgba(23,35,63,.12); background: rgba(255,250,243,.94); backdrop-filter: blur(18px); }
.header-row { display: flex; min-height: 82px; align-items: center; gap: 20px; }
.brand { flex: 0 0 auto; }
.brand img { width: 236px; height: auto; }
.main-nav { height: 82px; margin-left: auto; }
.main-nav > ul { display: flex; height: 100%; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; display: flex; height: 100%; align-items: center; }
.nav-link { display: inline-flex; align-items: center; gap: 6px; padding: 12px 10px; border-radius: 11px; font-size: 14px; font-weight: 820; }
.nav-link[data-mega]::after { content: ""; width: 6px; height: 6px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); opacity: .55; }
.nav-link:hover, .nav-link:focus-visible { background: rgba(183,62,92,.08); }
.mega { position: absolute; top: 72px; left: 50%; width: min(760px, 78vw); padding: 23px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: .18s; }
.nav-item:hover .mega, .nav-item:focus-within .mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-item:last-child .mega { right: 0; left: auto; transform: translateY(10px); }
.nav-item:last-child:hover .mega, .nav-item:last-child:focus-within .mega { transform: translateY(0); }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.mega h4 { margin: 0 0 9px; font-size: 19px; }
.mega a { display: block; padding: 7px 9px; border-radius: 9px; color: var(--ink-soft); font-size: 14px; }
.mega a:hover { background: var(--sky); color: var(--indigo); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--indigo); cursor: pointer; }
.icon-btn svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.menu-toggle { display: none; }
.plan-cta { min-height: 44px; padding-inline: 16px; }
.mobile-drawer { display: none; }

.home-hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: var(--indigo); }
.home-hero::before, .page-hero::before { position: absolute; inset: 0; z-index: -2; background: var(--hero-image) center / cover no-repeat; content: ""; }
.home-hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,20,48,.93) 0%, rgba(15,28,61,.78) 48%, rgba(17,32,68,.38) 100%), linear-gradient(180deg, rgba(13,22,46,.05) 50%, rgba(12,22,47,.78)); content: ""; }
.page-hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,20,48,.94) 0%, rgba(14,25,53,.76) 56%, rgba(14,25,53,.38)), linear-gradient(0deg, rgba(14,25,53,.74), transparent 60%); content: ""; }
.home-hero { min-height: 690px; padding: 76px 0 48px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr); gap: 72px; align-items: center; }
.hero-copy { max-width: 800px; }
.hero-copy .eyebrow, .page-hero .eyebrow { color: #f1ca75; }
.hero-copy .lead, .page-hero .lead { color: #e1e6ef; }
.hero-note { margin-top: 20px; color: #bdc7d9; font-size: 13px; }
.month-starter { overflow: hidden; border: 1px solid rgba(255,255,255,.26); border-radius: 27px; background: rgba(20,34,68,.78); box-shadow: 0 28px 80px rgba(5,12,30,.34); backdrop-filter: blur(16px); }
.month-starter-head { padding: 24px 25px 17px; border-bottom: 1px solid rgba(255,255,255,.14); }
.month-starter-head h2 { margin: 0; font-size: 30px; }
.month-starter-head p { margin: 7px 0 0; color: #cbd3e1; font-size: 14px; }
.month-buttons { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; padding: 16px 20px; }
.month-button { min-height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.06); color: #f6f8fb; font-size: 12px; font-weight: 850; cursor: pointer; }
.month-button:hover, .month-button.active { border-color: var(--gold); background: var(--gold); color: var(--indigo); }
.month-result { min-height: 148px; padding: 19px 24px 24px; background: rgba(255,255,255,.07); }
.month-result small { display: block; color: #f0c96f; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.month-result strong { display: block; margin: 5px 0 7px; font: 700 25px/1.2 var(--serif); }
.month-result p { margin: 0 0 14px; color: #dce1e9; font-size: 14px; }
.month-result a { font-weight: 850; color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.hero-trust { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: rgba(16,29,60,.68); backdrop-filter: blur(10px); }
.hero-trust div { min-height: 92px; padding: 18px 20px; }
.hero-trust div + div { border-left: 1px solid rgba(255,255,255,.16); }
.hero-trust b { display: block; font: 700 19px/1.2 var(--serif); }
.hero-trust span { display: block; margin-top: 6px; color: #cbd3df; font-size: 12px; }

.page-hero { min-height: 560px; padding: 58px 0 44px; }
.page-hero-inner { display: grid; min-height: 450px; grid-template-columns: minmax(0, 1fr) minmax(300px, .5fr); align-items: end; gap: 54px; }
.page-hero-copy { max-width: 860px; }
.breadcrumbs { margin-bottom: 20px; color: #c6cfde; font-size: 13px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.page-hero h1 { max-width: 980px; }
.quick-facts { align-self: end; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 21px; background: rgba(17,31,65,.72); backdrop-filter: blur(12px); }
.quick-fact { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 9px; padding: 14px 17px; }
.quick-fact + .quick-fact { border-top: 1px solid rgba(255,255,255,.14); }
.quick-fact span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: rgba(229,169,62,.18); color: #f2c968; font-size: 12px; font-weight: 900; }
.quick-fact b { font-size: 14px; line-height: 1.3; }

.answer-box { margin-bottom: 32px; padding: 24px 27px; border-left: 5px solid var(--sea); border-radius: 0 19px 19px 0; background: var(--sea-soft); }
.answer-box strong { display: block; margin-bottom: 6px; font: 700 21px var(--serif); }
.answer-box p { margin: 0; color: #294f56; font-size: 17px; }
.jump-wrap { position: sticky; top: 82px; z-index: 90; border-bottom: 1px solid var(--line); background: rgba(247,240,230,.95); backdrop-filter: blur(14px); }
.jump-nav { display: flex; gap: 8px; overflow-x: auto; padding: 12px 0; scrollbar-width: none; }
.jump-nav::-webkit-scrollbar { display: none; }
.jump-nav a { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 13px; font-weight: 800; }
.jump-nav a:hover { border-color: var(--lotus); color: var(--lotus); }

.selector { overflow: hidden; border: 1px solid var(--line); border-radius: 29px; background: var(--white); box-shadow: var(--shadow-soft); }
.selector-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.selector-tab { min-height: 64px; border: 0; border-right: 1px solid var(--line); background: var(--paper-2); color: #707a8c; font-weight: 850; cursor: pointer; }
.selector-tab:last-child { border-right: 0; }
.selector-tab.active { background: var(--sky); color: var(--indigo); }
.selector-body { padding: 38px; }
.selector-panel { display: none; }
.selector-panel.active { display: block; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 22px; }
.choice { min-height: 126px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-2); color: var(--ink); text-align: left; cursor: pointer; }
.choice:hover, .choice.selected { border-color: var(--lotus); box-shadow: inset 0 0 0 1px var(--lotus); background: #fff3f5; }
.choice b { display: block; font-size: 17px; }
.choice span { display: block; margin-top: 7px; color: var(--ink-soft); font-size: 13px; }
.selector-result { padding: 24px; border-radius: 18px; background: var(--sky); }
.selector-result h3 { margin-top: 0; }

.map-shell { display: grid; grid-template-columns: minmax(230px, .58fr) minmax(500px, 1.25fr) minmax(320px, .8fr); gap: 22px; padding: 24px; border: 1px solid #cdd9e6; border-radius: 32px; background: #f7fbff; box-shadow: var(--shadow-soft); }
.region-list { display: flex; flex-direction: column; gap: 10px; }
.region-list h3 { margin-bottom: 12px; }
.map-chip { display: grid; grid-template-columns: 12px 1fr auto; gap: 11px; align-items: center; min-height: 61px; padding: 12px 14px; border: 1px solid #d6ddea; border-radius: 14px; background: var(--white); color: var(--ink); text-align: left; cursor: pointer; }
.map-chip::before { width: 10px; height: 10px; border-radius: 50%; background: var(--sea); content: ""; }
.map-chip::after { content: "›"; color: #8690a1; font-size: 20px; }
.map-chip:hover, .map-chip.active { border-color: var(--lotus); background: #fff3f5; }
.map-chip.active::before { background: var(--lotus); box-shadow: 0 0 0 4px rgba(183,62,92,.13); }
.map-stage { position: relative; display: grid; min-height: 720px; place-items: center; overflow: hidden; border: 1px solid #bfd3df; border-radius: 24px; background: radial-gradient(circle at 50% 44%, #ffffff 0 20%, #e4f4f3 58%, #d5ecf1 100%); }
.map-stage::before { position: absolute; inset: 18px; border: 1px dashed rgba(23,35,63,.13); border-radius: 18px; content: ""; pointer-events: none; }
.map-canvas { position: relative; width: min(96%, 550px); aspect-ratio: 611 / 758; }
.map-canvas > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: saturate(1.12) contrast(1.04); }
.map-pin { position: absolute; display: grid; width: 21px; height: 21px; place-items: center; border: 3px solid var(--white); border-radius: 50%; background: var(--indigo); box-shadow: 0 0 0 3px rgba(23,35,63,.18), 0 4px 12px rgba(23,35,63,.25); cursor: pointer; transition: transform .18s; }
.map-pin::after { position: absolute; top: 24px; left: 50%; padding: 4px 8px; border-radius: 7px; background: rgba(23,35,63,.9); color: var(--white); content: attr(data-label); font-size: 10px; font-weight: 800; white-space: nowrap; transform: translateX(-50%); }
.map-pin:hover, .map-pin.active { z-index: 4; background: var(--lotus); transform: scale(1.25); }
.map-legend { position: absolute; right: 14px; bottom: 13px; display: flex; gap: 10px; padding: 8px 10px; border-radius: 11px; background: rgba(255,255,255,.9); font-size: 10px; font-weight: 800; }
.map-legend span { display: inline-flex; align-items: center; gap: 4px; }
.map-legend i { width: 8px; height: 8px; border-radius: 50%; background: var(--sea); }
.map-legend span:nth-child(2) i { background: var(--gold); }
.map-legend span:nth-child(3) i { background: var(--lotus); }
.map-panel { display: flex; min-height: 100%; flex-direction: column; padding: 28px; border-radius: 24px; background: var(--indigo); color: var(--white); }
.map-panel .kicker { color: #f0c66e; }
.map-panel h3 { font-size: 42px; }
.map-panel p { color: #d4dbe7; }
.map-panel ul { margin: 4px 0 24px; padding-left: 20px; color: #e2e6ed; }
.map-panel li { margin: 9px 0; }
.map-panel .btn { margin-top: auto; }
.mobile-map-list { display: none; }

.cards-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 8px 28px rgba(23,35,63,.05); }
.card-media { position: relative; height: 246px; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.card:hover .card-media img { transform: scale(1.035); }
.card-body { padding: 23px; }
.card h3 { margin-top: 2px; }
.card p { color: var(--ink-soft); }
.kicker { color: var(--lotus); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.card .btn { margin-top: 6px; }
.story-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; grid-template-rows: 275px 275px; gap: 15px; }
.story-card { position: relative; isolation: isolate; overflow: hidden; border-radius: 23px; color: var(--white); }
.story-card:first-child { grid-row: 1 / 3; }
.story-card::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(9,18,42,.86)); content: ""; }
.story-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.story-copy { position: absolute; right: 22px; bottom: 20px; left: 22px; }
.story-copy h3 { margin: 0 0 4px; font-size: 29px; }
.story-copy p { margin: 0; color: #e3e8f0; font-size: 14px; }

.month-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 11px; }
.month-card { min-height: 150px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.month-card b { display: block; font: 700 21px var(--serif); }
.month-card span { display: block; margin-top: 8px; color: var(--ink-soft); font-size: 12px; }
.month-card:hover { border-color: var(--sea); background: #f3fbfa; }
.season-regions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.season-region { padding: 24px; border: 1px solid var(--line); border-top: 6px solid var(--sea); border-radius: 20px; background: var(--white); }
.season-region:nth-child(2) { border-top-color: var(--gold); }
.season-region:nth-child(3) { border-top-color: var(--lotus); }
.season-region h3 { margin-top: 0; }
.season-region ul { margin-bottom: 0; padding-left: 19px; color: var(--ink-soft); }
.season-region li { margin: 8px 0; }

.partner-zone { position: relative; overflow: hidden; padding: 30px; border: 1px solid #cbd5e5; border-radius: 28px; background: linear-gradient(135deg, #eef4fb 0%, #fff9ee 100%); }
.top-commercial-section { padding-top: 34px; padding-bottom: 34px; background: var(--paper-2); }
.top-commercial-section .partner-zone { border-color: rgba(183,62,92,.28); box-shadow: 0 20px 48px rgba(23,35,63,.09); }
.partner-zone::after { position: absolute; top: -90px; right: -70px; width: 260px; height: 260px; border-radius: 50%; background: rgba(229,169,62,.16); content: ""; }
.partner-zone-head { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .8fr; gap: 30px; align-items: end; margin-bottom: 20px; }
.partner-zone-head h2 { margin-bottom: 0; font-size: 39px; }
.partner-zone-head p { margin: 0; color: var(--ink-soft); }
.service-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-card { display: flex; min-height: 218px; flex-direction: column; padding: 21px; border: 1px solid rgba(23,35,63,.13); border-radius: 18px; background: rgba(255,255,255,.9); }
.service-card.featured { border-color: var(--lotus); box-shadow: inset 0 0 0 1px var(--lotus), 0 12px 30px rgba(183,62,92,.1); }
.service-label { align-self: flex-start; padding: 6px 9px; border-radius: 8px; background: var(--indigo); color: var(--white); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.service-card h3 { margin: 16px 0 7px; font-size: 23px; }
.service-card p { color: var(--ink-soft); font-size: 14px; }
.service-card a { margin-top: auto; color: var(--lotus); font-weight: 900; }
.service-card a::after { content: " →"; }
.commercial-inline { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: center; padding: 28px; border-radius: 23px; background: var(--indigo); color: var(--white); }
.commercial-inline p { margin: 0; color: #d3dae6; }
.commercial-inline .button-row { justify-content: flex-end; margin: 0; }

.calculator { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 26px; padding: 30px; border: 1px solid var(--line); border-radius: 29px; background: var(--white); box-shadow: var(--shadow-soft); }
.calculator-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 850; }
.field small { color: #778095; font-size: 11px; }
.field input, .field select { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper-2); color: var(--ink); outline: none; }
.field input:focus, .field select:focus { border-color: var(--sea); box-shadow: 0 0 0 3px rgba(22,134,141,.13); }
.calculator-actions { display: flex; flex-wrap: wrap; gap: 10px; grid-column: 1 / -1; margin-top: 4px; }
.calculator-result { display: flex; min-height: 100%; flex-direction: column; padding: 27px; border-radius: 22px; background: var(--indigo); color: var(--white); }
.calculator-result small { color: #bdc6d8; }
.calculator-total { display: block; margin: 7px 0 22px; font: 700 clamp(38px, 4vw, 58px)/1 var(--serif); }
.breakdown { display: grid; gap: 10px; margin-top: auto; }
.breakdown div { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.13); color: #dce1e9; }
.breakdown b { color: var(--white); }
.calculator-disclaimer { margin-top: 17px; color: #aeb8ca; font-size: 11px; }

.content-narrow { width: min(980px, 100%); }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin: 30px 0 44px; }
.decision-box { padding: 25px; border: 1px solid var(--line); border-radius: 21px; background: var(--white); }
.decision-box.positive { border-top: 5px solid var(--positive); }
.decision-box.negative { border-top: 5px solid var(--negative); }
.decision-box h3 { display: flex; align-items: center; gap: 10px; margin-top: 0; }
.decision-box h3::before { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--sea-soft); color: var(--positive); content: "+"; font-family: var(--sans); font-size: 20px; font-weight: 900; }
.decision-box.negative h3::before { background: #f8e2e5; color: var(--negative); content: "−"; }
.decision-box ul { margin-bottom: 0; padding-left: 20px; color: var(--ink-soft); }
.decision-box li { margin: 9px 0; }
.area-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.area-card { position: relative; min-height: 420px; overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: var(--white); }
.area-photo { width: 100%; height: 225px; object-fit: cover; }
.area-card-body { padding: 21px 24px 24px; }
.area-number { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--gold-soft); font-weight: 900; }
.area-card h3 { margin-top: 17px; }
.area-card p { color: var(--ink-soft); }
.area-card::after { display: none; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.editorial-card { overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: var(--white); }
.editorial-card img { width: 100%; height: 245px; object-fit: cover; }
.editorial-card-body { padding: 21px; }
.editorial-card h3 { margin-top: 0; font-size: 25px; }
.editorial-card p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.entity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.entity-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 12px 34px rgba(23,35,63,.07); }
.entity-gallery { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(150px, .78fr); grid-template-rows: 150px 150px; gap: 4px; padding: 4px; background: var(--indigo); }
.entity-photo-button { min-width: 0; min-height: 0; overflow: hidden; padding: 0; border: 0; background: #dfe7ee; cursor: zoom-in; }
.entity-photo-button:first-child { grid-row: 1 / 3; }
.entity-photo-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.entity-photo-button:hover img { transform: scale(1.035); }
.entity-card-body { padding: 23px 25px 26px; }
.entity-card-body h3 { margin-top: 16px; }
.entity-card-body p { color: var(--ink-soft); }
.entity-facts { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.entity-facts span { padding: 6px 9px; border-radius: 999px; background: var(--sea-soft); color: #145e64; font-size: 11px; font-weight: 850; }
.month-region-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.month-region-card { overflow: hidden; border: 1px solid #c8d6e3; border-radius: 22px; background: var(--white); }
.month-region-card img { width: 100%; height: 270px; object-fit: cover; }
.month-region-card > div { padding: 21px 22px 24px; }
.month-region-card h3 { margin-top: 16px; }
.month-region-card p { margin-bottom: 0; color: var(--ink-soft); }
.route-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.route-compare article { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.route-compare span { color: var(--lotus); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.route-compare p { color: var(--ink-soft); font-size: 17px; }
.route-subhead { margin-top: 42px; }
.month-prev-next { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; margin-top: 31px; padding-top: 22px; border-top: 1px solid var(--line); }
.month-prev-next a { padding: 11px 13px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-weight: 800; text-align: center; }
.month-prev-next a:last-child { text-align: right; }
.route-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; counter-reset: route; }
.route-step { min-height: 198px; padding: 21px; border: 1px solid var(--line); border-radius: 19px; background: var(--white); counter-increment: route; }
.route-step::before { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 11px; background: var(--gold); content: counter(route); font-weight: 900; }
.route-step h3 { margin-top: 16px; font-size: 23px; }
.route-step p { color: var(--ink-soft); font-size: 14px; }
.checklist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.check-card { padding: 22px; border: 1px solid var(--line); border-radius: 19px; background: var(--white); }
.check-card b { display: block; font: 700 22px var(--serif); }
.check-card p { margin: 8px 0 0; color: var(--ink-soft); font-size: 14px; }
.faq { display: grid; gap: 9px; }
.faq details { padding: 17px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.faq summary { position: relative; padding-right: 30px; font-weight: 850; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; right: 0; content: "+"; color: var(--lotus); font-size: 21px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 12px 0 0; color: var(--ink-soft); }

.search-hero { padding: 76px 0 60px; }
.search-shell { max-width: 950px; }
.search-form { display: flex; overflow: hidden; margin-top: 26px; border: 2px solid var(--gold); border-radius: 17px; background: var(--white); }
.search-form input { flex: 1; min-width: 0; min-height: 60px; padding: 0 20px; border: 0; outline: none; font-size: 18px; }
.search-form button { width: 62px; border: 0; background: var(--gold); color: var(--indigo); cursor: pointer; }
.search-form svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 2; }
.search-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 26px; }
.filter-chip { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); font-size: 13px; font-weight: 800; cursor: pointer; }
.filter-chip.active { border-color: var(--lotus); background: var(--lotus); color: var(--white); }
.search-results { display: grid; gap: 11px; }
.search-result { padding: 20px 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.search-result small { color: var(--lotus); font-weight: 900; text-transform: uppercase; }
.search-result h3 { margin: 5px 0 7px; font-size: 25px; }
.search-result p { margin: 0; color: var(--ink-soft); }
.empty-state { padding: 30px; border: 1px dashed #aeb7c7; border-radius: 18px; color: var(--ink-soft); text-align: center; }

.lightbox { position: fixed; inset: 0; z-index: 300; display: none; place-items: center; padding: 30px; background: rgba(8,13,28,.9); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1200px, 92vw); max-height: 84vh; border-radius: 14px; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.lightbox button { position: fixed; top: 20px; right: 20px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.12); color: var(--white); font-size: 26px; cursor: pointer; }
.zoomable { cursor: zoom-in; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 260; max-width: 380px; padding: 14px 17px; border-radius: 14px; background: var(--indigo); color: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s; }
.toast.show { opacity: 1; transform: translateY(0); }

.telegram { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: var(--indigo); color: var(--white); box-shadow: var(--shadow); }
.telegram-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #278fc7; font-weight: 900; }
.telegram strong, .telegram small { display: block; }
.telegram small { color: #bfc8d8; font-size: 10px; }
.site-footer { padding: 62px 0 25px; background: #0e1934; color: #bec7d8; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 40px; }
.footer-brand img { width: 230px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 370px; }
.site-footer h4 { margin: 3px 0 13px; color: var(--white); font-size: 20px; }
.site-footer a { display: block; padding: 5px 0; color: #b9c3d5; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 38px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

@media (max-width: 1180px) {
  .container { width: min(var(--max), calc(100% - 40px)); }
  .main-nav, .plan-cta { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: grid; }
  .mobile-drawer.open { position: fixed; inset: 82px 0 0; z-index: 110; display: block; overflow-y: auto; padding: 20px; background: var(--paper-2); }
  .mobile-drawer a { display: block; min-height: 48px; padding: 13px 10px; border-bottom: 1px solid var(--line); font-weight: 800; }
  .mobile-drawer .mobile-plan { margin-top: 14px; border: 0; border-radius: 13px; background: var(--lotus); color: var(--white); text-align: center; }
  .hero-grid { grid-template-columns: 1fr .76fr; gap: 35px; }
  .page-hero-inner { grid-template-columns: 1fr .55fr; }
  .map-shell { grid-template-columns: .7fr 1fr; }
  .map-panel { grid-column: 1 / -1; min-height: 280px; }
  .map-panel .btn { align-self: flex-start; }
  .cards-4, .service-grid { grid-template-columns: 1fr 1fr; }
  .month-grid { grid-template-columns: repeat(4, 1fr); }
  .route-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 850px) {
  .section { padding: 70px 0; }
  .section-head, .hero-grid, .page-hero-inner, .partner-zone-head, .commercial-inline, .calculator { grid-template-columns: 1fr; }
  .section-head { gap: 8px; }
  .section-copy { margin-left: 0; }
  .home-hero { padding-top: 54px; }
  .month-starter { max-width: 610px; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .hero-trust div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .hero-trust div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .quick-facts { max-width: 620px; }
  .map-shell { grid-template-columns: 1fr; }
  .region-list { display: grid; grid-template-columns: repeat(2, 1fr); }
  .region-list h3 { grid-column: 1 / -1; }
  .map-stage { min-height: 560px; }
  .cards-3, .editorial-grid, .season-regions, .checklist, .month-region-grid { grid-template-columns: 1fr 1fr; }
  .entity-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 260px 260px; }
  .story-card:first-child { grid-column: 1 / -1; grid-row: auto; }
  .partner-zone-head h2 { font-size: 34px; }
  .commercial-inline .button-row { justify-content: flex-start; }
  .area-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 132px; }
  .container { width: calc(100% - 30px); }
  .header-row { min-height: 72px; }
  .brand img { width: 194px; }
  .mobile-drawer.open { top: 72px; }
  h1 { font-size: 43px; }
  h2 { font-size: 36px; }
  h3 { font-size: 25px; }
  .section { padding: 58px 0; }
  .home-hero { min-height: 0; padding: 48px 0 30px; }
  .home-hero::after { background: linear-gradient(180deg, rgba(10,20,48,.92), rgba(10,20,48,.78)); }
  .button-row { align-items: stretch; }
  .button-row .btn { flex: 1 1 100%; }
  .month-buttons { grid-template-columns: repeat(4, 1fr); }
  .month-result { min-height: 175px; }
  .hero-trust { margin-top: 30px; }
  .hero-trust div { min-height: 100px; padding: 15px; }
  .hero-trust b { font-size: 16px; }
  .page-hero { min-height: 510px; padding-top: 36px; }
  .page-hero-inner { min-height: 430px; }
  .quick-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .quick-fact + .quick-fact { border-top: 0; }
  .quick-fact:nth-child(2), .quick-fact:nth-child(4) { border-left: 1px solid rgba(255,255,255,.14); }
  .quick-fact:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .jump-wrap { top: 72px; }
  .selector-body { padding: 24px 18px; }
  .selector-tabs { grid-template-columns: 1fr; }
  .selector-tab { min-height: 48px; border-right: 0; border-bottom: 1px solid var(--line); }
  .choice-grid, .cards-3, .cards-4, .editorial-grid, .season-regions, .service-grid, .checklist, .pros-cons, .route-steps, .month-region-grid, .route-compare { grid-template-columns: 1fr; }
  .entity-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 140px; }
  .entity-photo-button:first-child { grid-column: 1 / -1; grid-row: auto; }
  .month-region-card img { height: 230px; }
  .month-prev-next { grid-template-columns: 1fr; }
  .month-prev-next a:last-child { text-align: center; }
  .map-shell { padding: 14px; border-radius: 23px; }
  .region-list { grid-template-columns: 1fr; }
  .region-list h3 { grid-column: auto; }
  .map-stage { min-height: 520px; }
  .map-canvas { width: min(94%, 390px); }
  .map-pin::after { display: none; }
  .map-legend { display: none; }
  .story-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 280px); }
  .story-card:first-child { grid-column: auto; }
  .month-grid { grid-template-columns: 1fr 1fr; }
  .month-card { min-height: 132px; }
  .partner-zone { padding: 21px 16px; }
  .calculator { padding: 20px 16px; }
  .calculator-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .calculator-actions { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .telegram { right: 12px; bottom: 12px; left: 12px; justify-content: center; }
  .toast { right: 12px; bottom: 82px; left: 12px; }
  .search-form input { min-height: 56px; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
