/* Dezén · вариант 2 — «премиальный сервис с фотографиями».
   Светлая холодная база, графитовые секции, красный — только для действий. Inter Tight + Inter.
   Фотографии сгенерированы FLUX.2-pro (Azure). Без декоративных градиентов: затемнение на фото — только ради читаемости. */

:root {
  --bg: #F4F5F7; --surface: #FFFFFF; --alt: #EDEFF3;
  --ink: #0B1220; --text: #1F2937; --muted: #4B5563; --line: #E3E6EB; --line-2: #C9D0D9;
  --dark: #0F172A; --dark-2: #1E293B; --dark-line: #334155; --on-dark: #F8FAFC; --on-dark-muted: #CBD5E1;
  --red: #DC2626; --red-hover: #B91C1C; --red-soft: #FEF2F2;
  --ok: #15803D; --ok-soft: #DCFCE7; --warn: #B45309; --warn-soft: #FEF3C7; --star: #F59E0B;
  --f-head: "Inter Tight", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-text: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --r: 16px; --r-sm: 10px;
  --shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 14px 36px -14px rgba(15, 23, 42, .22);
  --shadow-lg: 0 2px 4px rgba(15, 23, 42, .06), 0 30px 60px -24px rgba(15, 23, 42, .35);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --nav-h: 72px;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
.reduce { scroll-behavior: auto; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 17px/1.6 var(--f-text); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, select { font: inherit; color: inherit; }
button { background: none; border: 0; padding: 0; cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 6px; }
.sprite { display: none; }
.i { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.skip { position: absolute; left: 12px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 10px; background: var(--dark); color: #fff; font-weight: 600; text-decoration: none; }
.skip:focus { top: 12px; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.wrap--mid { max-width: 980px; }

/* ---------- кнопки ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: var(--r-sm); font: 600 16px/1 var(--f-text); text-decoration: none; white-space: nowrap; transition: background-color .2s var(--ease), color .2s, box-shadow .2s, transform .15s var(--ease); cursor: pointer; }
.btn:active { transform: translateY(1px); }
.btn-lg { min-height: 56px; padding: 0 28px; font-size: 17px; }
.btn-block { width: 100%; }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 20px -10px rgba(220, 38, 38, .8); }
.btn-red:hover { background: var(--red-hover); }
.btn-red .i { transition: transform .2s var(--ease); }
.btn-red:hover .i { transform: translateX(3px); }
.btn-ghost { background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line-2); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: var(--dark-2); }

/* ---------- верхняя полоса и навигация ---------- */
.topbar { background: var(--dark); color: var(--on-dark-muted); font-size: 13.5px; }
.topbar-in { display: flex; align-items: center; gap: 8px 26px; min-height: 40px; flex-wrap: wrap; }
.tb-demo { margin-right: auto; color: #94A3B8; }
.tb-demo a { display: inline-flex; align-items: center; gap: 3px; color: #fff; font-weight: 600; text-decoration: none; }
.tb-demo a:hover { text-decoration: underline; }
.tb-demo .i { width: 14px; height: 14px; }
.tb-item { display: inline-flex; align-items: center; gap: 7px; }
.tb-item .i { width: 16px; height: 16px; color: #94A3B8; }
.tb-open.is-open .i { color: #4ADE80; }
.tb-open.is-open span { color: #fff; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--line); backdrop-filter: saturate(1.4) blur(8px); transition: box-shadow .25s; }
.nav.is-scrolled { box-shadow: 0 10px 30px -18px rgba(15, 23, 42, .35); }
.nav-in { display: flex; align-items: center; gap: 28px; min-height: var(--nav-h); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font: 800 24px/1 var(--f-head); letter-spacing: -.01em; }
.brand-mark { width: 30px; height: 30px; }
.brand-mark circle:first-child { stroke: var(--ink); }
.brand-mark circle:last-child { fill: var(--red); }
.brand--light { color: #fff; }
.brand--light .brand-mark circle:first-child { stroke: #fff; }
.links { display: flex; gap: 4px; }
.links a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px; border-radius: 8px; color: var(--text); font-weight: 500; font-size: 15.5px; text-decoration: none; transition: background-color .2s, color .2s; }
.links a:hover { background: var(--alt); color: var(--ink); }
.nav-tools { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.lang { display: inline-flex; padding: 3px; border-radius: 10px; background: var(--alt); }
.lang a { display: inline-grid; place-items: center; min-width: 40px; min-height: 36px; border-radius: 8px; color: var(--muted); font-size: 13.5px; font-weight: 600; text-decoration: none; }
.lang a:hover { color: var(--ink); }
.lang a[aria-current="page"] { background: var(--surface); color: var(--ink); box-shadow: 0 1px 3px rgba(15, 23, 42, .15); }
.nav-cta { min-height: 44px; }
.burger { display: none; place-items: center; width: 46px; height: 46px; border-radius: 10px; box-shadow: inset 0 0 0 1.5px var(--line-2); }
.burger .i { width: 22px; height: 22px; }
.drawer { position: fixed; inset: var(--nav-h) 0 0; z-index: 49; display: grid; align-content: start; gap: 22px; padding: 20px 24px 32px; background: var(--surface); overflow-y: auto; }
.drawer nav { display: grid; }
.drawer nav a { display: flex; align-items: center; min-height: 58px; border-bottom: 1px solid var(--line); font: 700 26px var(--f-head); letter-spacing: -.01em; color: var(--ink); text-decoration: none; }
.drawer-langs { display: flex; flex-wrap: wrap; gap: 8px; }
.drawer-langs a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px; border-radius: 10px; box-shadow: inset 0 0 0 1.5px var(--line-2); font-weight: 600; text-decoration: none; }
.drawer-langs a[aria-current="page"] { background: var(--ink); color: #fff; box-shadow: none; }
.drawer-open body { overflow: hidden; }

/* ---------- первый экран ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--dark); color: #fff; }
.hero-img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }
.js:not(.reduce) .hero-img { animation: settle 1.8s var(--ease) both; }
@keyframes settle { from { transform: scale(1.06); } }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15, 23, 42, .94) 0%, rgba(15, 23, 42, .86) 38%, rgba(15, 23, 42, .35) 70%, rgba(15, 23, 42, .15) 100%); }
.hero-in { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 48px; align-items: center; min-height: min(760px, calc(100svh - var(--nav-h) - 40px)); padding-top: 64px; padding-bottom: 112px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #FCA5A5; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); }
.hero h1 { max-width: 640px; margin-top: 18px; font: 800 clamp(42px, 5.8vw, 78px)/1.02 var(--f-head); letter-spacing: -.03em; }
.hero h1 span { display: block; color: #F1F5F9; opacity: .72; }
.hero-lead { max-width: 540px; margin-top: 22px; font-size: 19px; line-height: 1.6; color: var(--on-dark-muted); }
.rating { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; margin-top: 28px; font-size: 15px; color: var(--on-dark-muted); }
.rating b { font: 700 20px var(--f-head); color: #fff; }
.stars { display: inline-flex; gap: 2px; color: var(--star); }
.stars .i { width: 18px; height: 18px; fill: currentColor; stroke: none; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.badges li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 999px; background: rgba(255, 255, 255, .08); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16); font-size: 14.5px; font-weight: 500; }
.badges .i { width: 17px; height: 17px; color: #4ADE80; stroke-width: 2.4; }

.quick { display: grid; gap: 14px; padding: 26px; border-radius: 20px; background: var(--surface); color: var(--text); box-shadow: var(--shadow-lg); }
.quick h2 { font: 700 22px var(--f-head); letter-spacing: -.01em; color: var(--ink); }
.quick-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sel { position: relative; display: grid; gap: 6px; font-size: 13.5px; font-weight: 600; color: var(--muted); }
.sel select { width: 100%; min-height: 50px; padding: 0 40px 0 14px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); background: var(--surface); color: var(--ink); font-size: 16px; font-weight: 500; appearance: none; -webkit-appearance: none; cursor: pointer; transition: border-color .2s; }
.sel select:hover { border-color: var(--ink); }
.sel .i { position: absolute; right: 12px; bottom: 15px; width: 18px; height: 18px; pointer-events: none; color: var(--muted); }
.sel--plain .i { bottom: 16px; }
.quick-price { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 12px 14px; border-radius: var(--r-sm); background: var(--alt); }
.quick-price span { font: 700 22px var(--f-head); color: var(--ink); }
.quick-price small { font-size: 13.5px; color: var(--ok); font-weight: 600; text-align: right; }
.quick-note { font-size: 13.5px; color: var(--muted); text-align: center; }

.stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: -64px; border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.stats li { display: grid; gap: 2px; padding: 26px 28px; }
.stats li + li { border-left: 1px solid var(--line); }
.stats b { font: 800 clamp(28px, 3vw, 38px)/1.05 var(--f-head); letter-spacing: -.02em; color: var(--ink); }
.stats span { font-size: 15px; color: var(--muted); }

/* ---------- секции ---------- */
.sec { padding: 112px 0; }
.sec--alt { background: var(--alt); }
.sec--dark { background: var(--dark); color: var(--on-dark-muted); }
.head { display: grid; gap: 12px; margin-bottom: 44px; max-width: 720px; }
.head--center { margin-inline: auto; text-align: center; justify-items: center; }
.head--row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px 32px; max-width: none; }
.head--row > div { display: grid; gap: 12px; }
.kicker { font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--red); }
.kicker--light { color: #FCA5A5; }
.head h2, .season h2 { font: 800 clamp(32px, 3.8vw, 50px)/1.08 var(--f-head); letter-spacing: -.025em; color: var(--ink); text-wrap: balance; }
.sec--dark .head h2, .season h2 { color: #fff; }
.lead { font-size: 18.5px; color: var(--muted); }
.sec--dark .lead { color: var(--on-dark-muted); }
.js:not(.reduce) .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js:not(.reduce) .reveal.in { opacity: 1; transform: none; }

/* ---------- услуги ---------- */
.sec#sluzby { padding-top: 104px; }
.svc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.svc { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border-radius: var(--r); background: var(--surface); box-shadow: var(--shadow); transition: transform .3s var(--ease), box-shadow .3s; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.svc-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--alt); }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc:hover .svc-img img { transform: scale(1.04); }
.svc-body { display: grid; align-content: start; gap: 8px; padding: 22px 22px 24px; }
.svc h3 { font: 700 20px/1.25 var(--f-head); letter-spacing: -.01em; color: var(--ink); }
.svc p { font-size: 15.5px; line-height: 1.55; color: var(--muted); }
.svc .svc-price { margin-top: 6px; font-size: 15px; color: var(--ink); }
.svc-price b { font: 700 20px var(--f-head); }
.svc-price small { margin-left: 4px; color: var(--muted); font-size: 13.5px; }

/* ---------- цены ---------- */
.price-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
.price-photo { overflow: hidden; border-radius: var(--r); aspect-ratio: 4 / 3; box-shadow: var(--shadow); }
.price-photo img { width: 100%; height: 100%; object-fit: cover; }
.price-card { padding: 28px; border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.seg { display: inline-grid; grid-auto-flow: column; gap: 4px; padding: 4px; border-radius: 12px; background: var(--alt); }
.seg--full { display: grid; grid-auto-columns: minmax(0, 1fr); width: 100%; }
.seg button { min-height: 42px; padding: 0 16px; border-radius: 9px; font-weight: 600; font-size: 15px; color: var(--muted); transition: background-color .2s, color .2s; }
.seg button:hover { color: var(--ink); }
.seg button[aria-checked="true"] { background: var(--surface); color: var(--ink); box-shadow: 0 1px 3px rgba(15, 23, 42, .18); }
.table-wrap { margin-top: 20px; overflow-x: auto; }
.ptable { width: 100%; border-collapse: collapse; font-size: 16px; }
.ptable th, .ptable td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.ptable th:first-child, .ptable td:first-child { text-align: left; padding-left: 0; }
.ptable thead th { vertical-align: bottom; font-size: 13.5px; font-weight: 600; color: var(--muted); white-space: normal; }
.ptable thead small { display: block; font-weight: 400; font-size: 12.5px; }
.ptable tbody th { font: 700 17px var(--f-head); color: var(--ink); }
.ptable td { font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 500; }
.ptable td.hl { color: var(--red); font-weight: 700; }
.ptable tr.flash td { animation: tflash .6s var(--ease); }
@keyframes tflash { from { background: var(--red-soft); } }
.extras-h { margin: 26px 0 10px; font: 700 17px var(--f-head); color: var(--ink); }
.extras { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; }
.extras li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px dashed var(--line-2); font-size: 15.5px; }
.extras b { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.price-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; margin-top: 24px; }
.price-foot p { font-size: 13.5px; color: var(--muted); }

/* ---------- сезон ---------- */
.season { position: relative; isolation: isolate; overflow: hidden; color: var(--on-dark-muted); }
.season-img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.season::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15, 23, 42, .92) 0%, rgba(15, 23, 42, .7) 45%, rgba(15, 23, 42, .25) 100%); }
.season-in { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; padding-top: 120px; padding-bottom: 120px; }
.season-copy { display: grid; gap: 16px; justify-items: start; max-width: 600px; }
.season-copy p:not(.kicker) { font-size: 18px; }
.count { display: grid; justify-items: center; min-width: 220px; padding: 26px 30px; border-radius: 20px; background: rgba(15, 23, 42, .55); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); backdrop-filter: blur(6px); text-align: center; }
.count span { font-size: 14.5px; }
.count b { font: 800 88px/1 var(--f-head); letter-spacing: -.04em; color: #fff; font-variant-numeric: tabular-nums; }

/* ---------- почему мы ---------- */
.why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.why-photo { overflow: hidden; border-radius: 20px; aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
.why-photo img { width: 100%; height: 100%; object-fit: cover; }
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 28px; }
.why li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; align-items: start; }
.why-ic { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--red-soft); color: var(--red); }
.why-ic .i { width: 22px; height: 22px; }
.why h3 { font: 700 17.5px/1.3 var(--f-head); color: var(--ink); }
.why p { margin-top: 4px; font-size: 15px; line-height: 1.55; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); counter-reset: none; }
.steps li { position: relative; display: grid; gap: 10px; padding-right: 18px; }
.steps li > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--dark); color: #fff; font: 700 15px var(--f-head); }
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 46px; right: 10px; top: 18px; height: 2px; background: repeating-linear-gradient(90deg, var(--line-2) 0 6px, transparent 6px 12px); }
.steps b { font: 700 16.5px var(--f-head); color: var(--ink); }
.steps p { font-size: 14.5px; color: var(--muted); line-height: 1.5; }

/* ---------- шинный готель ---------- */
.hotel-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.ticks { display: grid; gap: 12px; margin: -10px 0 28px; }
.ticks li { display: flex; gap: 12px; font-size: 16.5px; color: #E2E8F0; }
.ticks .i { margin-top: 3px; color: #4ADE80; stroke-width: 2.4; }
.hotel-prices { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hotel-prices p { display: grid; gap: 2px; min-width: 150px; padding: 14px 18px; border-radius: 14px; background: var(--dark-2); box-shadow: inset 0 0 0 1px var(--dark-line); }
.hotel-prices span { font-size: 13.5px; }
.hotel-prices b { font: 800 28px var(--f-head); color: #fff; letter-spacing: -.01em; }
.hotel-photo { overflow: hidden; border-radius: 20px; aspect-ratio: 4 / 3; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .8); }
.hotel-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- отзывы ---------- */
.rev-sum { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; font-size: 15px; color: var(--muted); }
.rev-sum > b { font: 800 44px/1 var(--f-head); letter-spacing: -.03em; color: var(--ink); }
.revs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.rev { display: grid; grid-template-rows: auto 1fr auto; gap: 16px; padding: 28px; border-radius: var(--r); background: var(--surface); box-shadow: var(--shadow); }
.rev blockquote p { font-size: 17px; line-height: 1.6; color: var(--ink); }
.rev-who { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.rev-who b { display: block; font-weight: 600; color: var(--ink); }
.rev-who small { font-size: 14px; color: var(--muted); }
.ava { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--dark); color: #fff; font: 700 15px var(--f-head); }
.rev-note { margin-top: 18px; font-size: 13.5px; color: var(--muted); }

/* ---------- запись ---------- */
.wizard { overflow: hidden; border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-lg); }
.progress { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.progress li { position: relative; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 64px; padding: 0 12px; font-weight: 600; font-size: 15.5px; color: var(--muted); }
.progress li span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--line-2); font-size: 14px; transition: background-color .25s, color .25s, box-shadow .25s; }
.progress li::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: transparent; transition: background-color .25s; }
.progress li.on { color: var(--ink); }
.progress li.on span { background: var(--red); color: #fff; box-shadow: none; }
.progress li.on::after { background: var(--red); }
.progress li.done span { background: var(--ink); color: #fff; box-shadow: none; }
.panel { padding: 30px 32px 8px; }
.js:not(.reduce) .panel.enter { animation: panel-in .35s var(--ease); }
@keyframes panel-in { from { opacity: 0; transform: translateX(14px); } }
fieldset { margin: 0 0 24px; padding: 0; border: 0; min-width: 0; }
legend { margin-bottom: 10px; padding: 0; font-size: 14px; font-weight: 600; color: var(--muted); }
.opts { display: grid; gap: 10px; }
.opt { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 68px; padding: 12px 18px; border-radius: 12px; border: 1.5px solid var(--line-2); background: var(--surface); text-align: left; transition: border-color .2s, background-color .2s; }
.opt:hover { border-color: var(--ink); }
.opt b { display: block; font-weight: 600; color: var(--ink); }
.opt small { font-size: 14px; color: var(--muted); }
.opt .dot { width: 20px; height: 20px; border-radius: 50%; box-shadow: inset 0 0 0 2px var(--line-2); transition: box-shadow .2s; }
.opt[aria-checked="true"] { border-color: var(--red); background: var(--red-soft); }
.opt[aria-checked="true"] .dot { box-shadow: inset 0 0 0 6px var(--red); }
.opt-p { font: 700 18px var(--f-head); color: var(--ink); white-space: nowrap; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.checks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.check { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 8px 14px; border-radius: 12px; border: 1.5px solid var(--line-2); cursor: pointer; font-size: 15px; font-weight: 500; color: var(--ink); transition: border-color .2s; }
.check:hover { border-color: var(--ink); }
.check input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check em { margin-left: auto; font-style: normal; font-size: 14px; color: var(--muted); white-space: nowrap; }
.cb { display: grid; place-items: center; flex: none; width: 22px; height: 22px; border-radius: 6px; box-shadow: inset 0 0 0 2px var(--line-2); transition: background-color .15s, box-shadow .15s; }
.cb .i { width: 15px; height: 15px; stroke-width: 3; color: #fff; opacity: 0; }
.check input:checked + .cb { background: var(--red); box-shadow: none; }
.check input:checked + .cb .i { opacity: 1; }
.check input:focus-visible + .cb { outline: 3px solid var(--red); outline-offset: 3px; }
.check.is-incl { opacity: .6; cursor: default; }
.cal-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 32px; }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cal-head b { font: 700 18px var(--f-head); color: var(--ink); }
.icon-btn { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; box-shadow: inset 0 0 0 1.5px var(--line-2); }
.icon-btn:hover:not(:disabled) { box-shadow: inset 0 0 0 1.5px var(--ink); }
.icon-btn:disabled { opacity: .35; cursor: not-allowed; }
.cal-wd, .cal-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; }
.cal-wd span { padding: 6px 0; text-align: center; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.day { position: relative; display: grid; place-items: center; align-content: center; aspect-ratio: 1; min-height: 44px; line-height: 1.1; border-radius: 10px; font-weight: 600; font-size: 15.5px; color: var(--ink); font-variant-numeric: tabular-nums; transition: background-color .15s, color .15s; }
.day:hover:not(:disabled) { background: var(--alt); }
.day small { display: block; font-size: 10.5px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .03em; }
.day[aria-pressed="true"] small { color: #CBD5E1; }
.day::after { content: ""; position: absolute; bottom: 6px; width: 6px; height: 6px; border-radius: 50%; }
.day.free::after { background: var(--ok); }
.day.few::after { background: var(--warn); }
.day:disabled { color: #9CA3AF; font-weight: 400; cursor: not-allowed; }
.day.full:disabled { text-decoration: line-through; }
.day.today { box-shadow: inset 0 0 0 1.5px var(--line-2); }
.day[aria-pressed="true"] { background: var(--ink); color: #fff; }
.day[aria-pressed="true"]::after { background: #fff; }
.cal-legend { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 12px; font-size: 13px; color: var(--muted); }
.lg { display: inline-flex; align-items: center; gap: 6px; }
.lg::before { content: ""; width: 8px; height: 8px; border-radius: 50%; }
.lg-free::before { background: var(--ok); }
.lg-few::before { background: var(--warn); }
.lg-full::before { background: #D1D5DB; }
.times h3 { margin-bottom: 12px; font: 700 18px var(--f-head); color: var(--ink); }
.slots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.slots .muted { grid-column: 1 / -1; font-size: 15px; }
.slot { min-height: 46px; border-radius: 10px; border: 1.5px solid var(--line-2); font-weight: 600; font-size: 15px; font-variant-numeric: tabular-nums; color: var(--ink); transition: border-color .15s, background-color .15s, color .15s; }
.slot:hover { border-color: var(--ink); }
.slot[aria-checked="true"] { background: var(--red); border-color: var(--red); color: #fff; }
.fld { display: grid; gap: 6px; margin-bottom: 16px; }
.fld label { font-size: 14px; font-weight: 600; color: var(--muted); }
.fld small { font-weight: 400; }
.fld input { width: 100%; min-height: 52px; padding: 0 14px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); background: var(--surface); color: var(--ink); font-size: 16.5px; transition: border-color .2s, box-shadow .2s; }
.fld input:hover { border-color: var(--muted); }
.fld input:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(220, 38, 38, .16); }
.fld input[aria-invalid="true"] { border-color: var(--red); }
.plate-in { font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.err { font-size: 14px; font-weight: 500; color: var(--red); }
.err:empty { display: none; }
.demo-note { margin: 4px 0 18px; font-size: 13.5px; color: var(--muted); }
.wiz-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 32px 22px; border-top: 1px solid var(--line); background: #FAFBFC; }
.sum { display: grid; grid-template-columns: auto auto; column-gap: 12px; align-items: baseline; }
.sum span { font-size: 14px; color: var(--muted); }
.sum b { font: 800 28px var(--f-head); letter-spacing: -.02em; color: var(--ink); font-variant-numeric: tabular-nums; }
.sum small { grid-column: 1 / -1; font-size: 13.5px; color: var(--muted); }
.wiz-btns { display: flex; gap: 10px; margin-left: auto; }
.panel--done { display: grid; justify-items: center; gap: 12px; padding: 44px 32px 30px; text-align: center; outline: none; }
.done-ic { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--ok-soft); color: var(--ok); }
.done-ic .i { width: 32px; height: 32px; stroke-width: 2.6; }
.panel--done h3 { font: 800 30px var(--f-head); letter-spacing: -.02em; color: var(--ink); }
.panel--done > p { max-width: 460px; color: var(--muted); }
.done-dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; width: 100%; max-width: 560px; margin: 14px 0; padding: 20px 24px; border-radius: 14px; background: var(--alt); text-align: left; }
.done-dl dt { font-size: 13px; color: var(--muted); }
.done-dl dd { margin-top: 2px; font-weight: 600; color: var(--ink); }
.done-acts { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

/* ---------- вопросы ---------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
.call { display: inline-flex; align-items: center; gap: 10px; justify-self: start; margin-top: 10px; min-height: 48px; padding: 0 18px; border-radius: var(--r-sm); background: var(--surface); box-shadow: inset 0 0 0 1.5px var(--line-2); font-weight: 600; color: var(--ink); text-decoration: none; }
.call:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }
.faq { display: grid; gap: 10px; }
.faq details { border-radius: 14px; background: var(--surface); box-shadow: 0 1px 2px rgba(15, 23, 42, .06); transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 14px 22px; font: 600 17px/1.35 var(--f-head); color: var(--ink); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .i { transition: transform .25s var(--ease); color: var(--muted); }
.faq details[open] summary .i { transform: rotate(180deg); color: var(--red); }
.faq details p { padding: 0 22px 20px; color: var(--muted); font-size: 16px; }

/* ---------- контакты ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 56px; align-items: start; }
.clist { display: grid; gap: 18px; }
.clist dt { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--muted); }
.clist dt .i { width: 17px; height: 17px; color: var(--red); }
.clist dd { margin-top: 2px; font: 600 19px var(--f-head); color: var(--ink); }
.hours-h { margin: 30px 0 10px; font: 700 18px var(--f-head); color: var(--ink); }
.hours { width: 100%; max-width: 380px; border-collapse: collapse; font-size: 16px; }
.hours th, .hours td { padding: 9px 0; border-bottom: 1px solid var(--line-2); }
.hours th { text-align: left; font-weight: 500; color: var(--muted); }
.hours td { text-align: right; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.hours tr.today th, .hours tr.today td { color: var(--red); }
.map-card { overflow: hidden; border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.map { background: #E8EBEF; }
.map svg { display: block; width: 100%; height: auto; }
.map-card figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 20px; font-size: 15px; }
.map-card figcaption b { color: var(--ink); }
.mp-bg { fill: #E4E7EB; }
.mp-block { fill: #EEF0F3; }
.mp-house { fill: #DADFE5; }
.mp-shop { fill: #FECACA; stroke: var(--red); stroke-width: 2; }
.mp-park { fill: #D5E6D3; }
.mp-water { fill: #C9DDEA; }
.mp-road { fill: none; stroke: #FFFFFF; stroke-linecap: round; }
.mp-road--main { stroke: #FFFFFF; }
.mp-road-edge { fill: none; stroke: #D3D8DF; stroke-linecap: round; }
.mp-label { font: 600 13px var(--f-text); fill: #6B7280; letter-spacing: .02em; }
.mp-pin path { fill: var(--red); }
.mp-pin circle { fill: #fff; }
.mp-pulse { fill: var(--red); opacity: .18; }
.js:not(.reduce) .mp-pulse { animation: pulse 2.4s var(--ease) infinite; transform-origin: center; transform-box: fill-box; }
@keyframes pulse { 0% { transform: scale(.4); opacity: .35; } 100% { transform: scale(1.6); opacity: 0; } }

/* ---------- подвал, липкая кнопка, тост ---------- */
.foot { padding-top: 64px; background: var(--dark); color: var(--on-dark-muted); font-size: 15px; }
.foot-in { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto; gap: 32px; padding-bottom: 40px; }
.foot-brand p { margin-top: 12px; max-width: 320px; }
.foot-links { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 20px; align-content: start; }
.foot-links a, .foot-langs a { display: inline-flex; align-items: center; min-height: 36px; color: var(--on-dark-muted); text-decoration: none; }
.foot-links a:hover, .foot-langs a:hover { color: #fff; }
.foot-langs { display: grid; align-content: start; }
.foot-langs a[aria-current="page"] { color: #fff; font-weight: 600; }
.foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 20px; padding-bottom: 28px; border-top: 1px solid var(--dark-line); font-size: 13.5px; color: #94A3B8; }
.foot-bottom a { display: inline-flex; align-items: center; gap: 4px; color: #fff; font-weight: 600; text-decoration: none; }
.foot-bottom a:hover { text-decoration: underline; }
.foot-bottom .i { width: 15px; height: 15px; }
.sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 45; display: none; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 10px 10px 18px; border-radius: 16px; background: var(--dark); color: var(--on-dark-muted); box-shadow: 0 16px 40px -12px rgba(15, 23, 42, .6); transform: translateY(140%); transition: transform .35s var(--ease); }
.sticky p { display: grid; font-size: 13px; line-height: 1.3; }
.sticky b { font: 800 20px var(--f-head); color: #fff; }
.sticky.show { transform: none; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 80; max-width: min(440px, calc(100% - 24px)); padding: 14px 20px; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 500; font-size: 15px; translate: -50% 16px; opacity: 0; pointer-events: none; transition: opacity .2s, translate .25s var(--ease); }
.toast.show { opacity: 1; translate: -50% 0; }

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

/* ---------- адаптив ---------- */
@media (max-width: 1180px) {
  .links { display: none; }
  .burger { display: inline-grid; }
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-in { grid-template-columns: minmax(0, 1fr) 360px; gap: 32px; }
}
@media (max-width: 960px) {
  .hero-in { grid-template-columns: minmax(0, 1fr); padding-top: 48px; padding-bottom: 100px; min-height: 0; }
  .hero::before { background: linear-gradient(180deg, rgba(15, 23, 42, .78) 0%, rgba(15, 23, 42, .9) 55%, rgba(15, 23, 42, .96) 100%); }
  .quick { max-width: 520px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats li:nth-child(3) { border-left: 0; }
  .stats li:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .price-grid, .why-grid, .hotel-grid, .faq-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .price-side .head { margin-bottom: 24px; }
  .price-photo { display: none; }
  .why-photo { aspect-ratio: 16 / 10; }
  .revs { grid-template-columns: minmax(0, 1fr); }
  .cal-grid { grid-template-columns: minmax(0, 1fr); }
  .season-in { grid-template-columns: minmax(0, 1fr); align-items: start; padding-top: 88px; padding-bottom: 88px; }
  .count { justify-self: start; }
  .foot-in { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .sec { padding: 84px 0; }
}
@media (max-width: 720px) {
  .tb-addr, .tb-phone { display: none; }
  .topbar-in { gap: 4px 16px; padding-top: 6px; padding-bottom: 6px; }
  .nav-cta, .lang { display: none; }
  .wrap { padding: 0 18px; }
  .hero h1 { font-size: clamp(38px, 10.5vw, 52px); }
  .hero-lead { font-size: 17.5px; }
  .quick { padding: 20px; }
  .quick-row { grid-template-columns: 1fr 1fr; }
  .stats li { padding: 18px 18px; }
  .sec { padding: 68px 0; }
  .head { margin-bottom: 30px; }
  .svc-grid { grid-template-columns: minmax(0, 1fr); }
  .price-card { padding: 20px 16px; }
  .seg:not(.seg--full) { display: grid; grid-auto-columns: minmax(0, 1fr); width: 100%; }
  .seg button { padding: 0 8px; }
  .ptable { font-size: 15px; }
  .ptable th, .ptable td { padding: 12px 6px; }
  .extras { grid-template-columns: minmax(0, 1fr); }
  .why { grid-template-columns: minmax(0, 1fr); }
  .steps { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .steps li { grid-template-columns: 36px minmax(0, 1fr); align-items: start; }
  .steps li:not(:last-child)::after { display: none; }
  .count b { font-size: 68px; }
  .panel { padding: 22px 18px 4px; }
  .progress li { flex-direction: column; gap: 4px; min-height: 70px; font-size: 13px; }
  .row2, .checks { grid-template-columns: minmax(0, 1fr); }
  .row2 { gap: 0; }
  .slots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wiz-foot { padding: 16px 18px 18px; }
  .wiz-btns { width: 100%; }
  .wiz-btns .btn { flex: 1; }
  .done-dl { grid-template-columns: minmax(0, 1fr); }
  .sticky { display: flex; }
  .foot { padding-bottom: 80px; }
  .foot-in { grid-template-columns: minmax(0, 1fr); }
}
