/* ManulanPro — dark navy + brass. Hebrew-first (RTL), Heebo/Rubik.
   Palette discipline: navy = surface, white = information, brass = ACTION only
   (primary buttons, prices, the one accent word). Green/red = live availability. */
:root {
  --navy900: #081C36;
  --navy850: #09203C;
  --navy800: #0B2440;
  --navy700: #103258;
  --navy600: #16406F;

  --brass: #CBA14B;
  --brass-lt: #E3C782;
  --brass-soft: #E4CF9E;

  --green: #2FBE86;
  --red: #F0705F;
  --amber: #E8A13D;

  --line: rgba(255,255,255,0.13);
  --line2: rgba(255,255,255,0.085);
  --card: rgba(255,255,255,0.045);
  --card2: rgba(255,255,255,0.075);

  --mut: rgba(255,255,255,0.70);
  --mut2: rgba(255,255,255,0.58);

  --maxw: 1180px;
  --r-lg: 22px;
  --r-md: 16px;
  --r-sm: 12px;
  --ease: cubic-bezier(.2,.75,.3,1);
  --bar-h: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--navy900);
  color: #fff;
  /* Heebo covers Hebrew+Latin; Rubik fills in Cyrillic for Russian */
  font-family: 'Heebo', 'Rubik', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--brass-lt); outline-offset: 3px; border-radius: 6px;
}

/* Hebrew gets NO negative tracking (it hurts legibility); Latin headings keep it. */
h1, h2, h3 { letter-spacing: 0; }
html[dir="ltr"] h1, html[dir="ltr"] h2 { letter-spacing: -0.02em; }
html[dir="ltr"] h3 { letter-spacing: -0.01em; }

.skip-link {
  position: absolute; top: -70px; inset-inline-start: 16px; z-index: 100;
  background: var(--brass); color: var(--navy900); font-weight: 800;
  padding: 12px 20px; border-radius: 0 0 10px 10px; transition: top .15s;
}
.skip-link:focus { top: 0; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 800; text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}
html[dir="ltr"] .eyebrow { letter-spacing: 0.08em; }
.lucide { stroke-width: 2; }

/* live-status dot */
.dot { position: relative; width: 10px; height: 10px; display: inline-flex; flex: none; }
.dot::before { content:''; position:absolute; inset:0; border-radius:50%; background: var(--green); animation: pulse 2.4s ease-out infinite; }
.dot::after { content:''; position:relative; width:10px; height:10px; border-radius:50%; background: var(--green); box-shadow: 0 0 10px rgba(47,190,134,.7); transition: background .3s var(--ease), box-shadow .3s; }
.dot::before { transition: background .3s var(--ease); }
@keyframes pulse { 0%{transform:scale(1);opacity:.6} 70%{transform:scale(2.8);opacity:0} 100%{opacity:0} }
/* the closed state still breathes — slower and smaller, so "we are here, just
   not right now" reads as a live signal instead of a dead graphic */
@keyframes pulseSlow { 0%{transform:scale(1);opacity:.5} 70%{transform:scale(2.2);opacity:0} 100%{opacity:0} }

/* ── Header ───────────────────────────────── */
header.nav {
  position: sticky; top: 0; z-index: 60;
  /* the blur fades in with the background instead of snapping on at scroll */
  transition: background .25s var(--ease), backdrop-filter .25s var(--ease), border-color .25s;
  border-bottom: 1px solid transparent;
}
header.nav.scrolled {
  background: rgba(8,28,54,0.86);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line2);
}
.nav-inner { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 20px; font-weight: 800; letter-spacing: -0.02em; white-space: nowrap; }
.brand .word { display: inline-flex; }
.brand .mark {
  width: 36px; height: 36px; border-radius: 11px; background: rgba(203,161,75,0.16);
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(203,161,75,0.42);
  transition: background .2s, transform .2s var(--ease);
}
.brand .dash { color: var(--brass); }
.nav-links { display: flex; gap: 26px; margin-inline-start: 8px; }
.nav-links a { position: relative; display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; font-weight: 600; color: var(--mut); transition: color .18s; white-space: nowrap; }
.nav-links a::after {
  content:''; position:absolute; inset-inline-start:0; bottom:10px; height:2px; width:100%;
  background: rgba(255,255,255,0.55); border-radius: 2px;
  transform: scaleX(0); transform-origin: center; transition: transform .22s var(--ease);
}
.nav-right { margin-inline-start: auto; display: flex; align-items: center; gap: 16px; }
.lang-switch { display: inline-flex; gap: 2px; background: rgba(255,255,255,0.06); border: 1px solid var(--line2); border-radius: 999px; padding: 3px; flex: none; }
.lang-switch button {
  appearance: none; border: 0; background: transparent; color: var(--mut);
  font-family: inherit; font-size: 13px; font-weight: 700;
  min-width: 46px; min-height: 44px; padding: 0 10px;
  border-radius: 999px; cursor: pointer; transition: color .15s, background .15s;
}
/* the toggle is navigation, not action — brass fill stays reserved for calling */
.lang-switch button.active { background: rgba(255,255,255,0.14); color: #fff; }
.nav-avail { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--mut); white-space: nowrap; }

.btn-call {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--brass); color: var(--navy900);
  font-weight: 800; font-size: 15px;
  padding: 13px 20px; border-radius: 13px; white-space: nowrap; min-height: 48px;
  box-shadow: 0 10px 24px rgba(203,161,75,0.28);
  transition: transform .14s var(--ease), box-shadow .2s, background .2s;
}
.btn-call:active { transform: translateY(1px) scale(.985); box-shadow: 0 6px 14px rgba(203,161,75,0.25); }

/* ── Hero ─────────────────────────────────── */
.hero {
  position: relative; padding: 44px 0 0;
  background: radial-gradient(120% 90% at 18% -10%, var(--navy700) 0%, var(--navy900) 58%);
}
html[dir="ltr"] .hero { background: radial-gradient(120% 90% at 82% -10%, var(--navy700) 0%, var(--navy900) 58%); }
.hero::after { content:''; position:absolute; left:0; right:0; bottom:0; height:1px; background: var(--line2); }
.hero-grid { display: grid; grid-template-columns: 1.16fr 0.84fr; gap: 50px; align-items: center; }
/* column flow so every hero element gets its own line (eyebrow → H1 → lede →
   live status → CTA → price line), regardless of inline-flex children */
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
/* the phone number, not the headline, is the largest glyph on the fold */
/* 1.16 keeps Hebrew descenders (ץ, ק) clear of the next line */
.hero h1 { font-size: clamp(38px, 3.6vw, 50px); line-height: 1.16; font-weight: 900; margin: 14px 0 0; }
.hero h1 .accent { color: var(--brass); }
.hero p.lede { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.5; color: var(--mut); margin: 14px 0 0; max-width: 34ch; }
/* closed: the reopen time is the headline, so the H1 steps back */
body.is-closed .hero h1 { font-size: clamp(28px, 3vw, 40px); }

/* live availability — OPEN */
.live {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 20px;
  background: rgba(47,190,134,0.10); border: 1px solid rgba(47,190,134,0.36);
  color: #DFF6EC; border-radius: 999px; padding: 9px 16px;
  font-size: 15px; font-weight: 700;
}

/* live availability — CLOSED */
.closed-card {
  display: block; margin-top: 24px; width: 100%; max-width: 34rem;
  background: linear-gradient(180deg, rgba(240,112,95,0.10), rgba(255,255,255,0.03));
  border: 1px solid rgba(240,112,95,0.40); border-radius: var(--r-lg);
  padding: 20px 22px;
}
.closed-card .cc-head {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 800; text-transform: uppercase; color: var(--red);
}
html[dir="ltr"] .closed-card .cc-head { letter-spacing: 0.08em; }
/* the reopen time informs, it does not act — the phone number below outranks it */
.closed-card .cc-open {
  display: flex; align-items: flex-start; gap: 12px; margin-top: 10px;
  font-size: clamp(19px, 1.9vw, 24px); font-weight: 700; line-height: 1.25; color: #fff;
}
.closed-card .cc-open .lucide { color: var(--brass); flex: none; margin-top: .18em; }
.closed-card .cc-p { color: var(--mut); font-size: 17px; margin: 10px 0 0; line-height: 1.55; }

/* primary tap-to-call block */
.call-block {
  display: inline-flex; flex-direction: column; margin-top: 20px;
  background: var(--brass); border-radius: var(--r-lg); padding: 16px 30px 18px;
  box-shadow: 0 22px 50px rgba(203,161,75,0.32);
  transition: transform .16s var(--ease), box-shadow .25s, background .2s;
  position: relative; overflow: hidden;
}
/* Composited, finite arrival sheen: two passes to draw the eye to the number,
   then it stops for good. Transform-only — no layout thrash, no perpetual glare. */
.call-block::after {
  content:''; position:absolute; top:0; bottom:0; width:60%;
  inset-inline-start:-70%; pointer-events:none;
  --sheen-x: -333%;
  /* no will-change: the animation runs twice and then stops for good — pinning a
     compositor layer for the life of the page would cost more than it buys */
  transform: translateX(0);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  animation: sheen .9s ease-out 1.2s 2;
}
html[dir="ltr"] .call-block::after { --sheen-x: 333%; }
@keyframes sheen { 0%{transform:translateX(0)} 100%{transform:translateX(var(--sheen-x))} }
.call-block:active { transform: translateY(0) scale(.99); }
.call-block .label {
  display: inline-flex; align-items: center; gap: 8px; color: var(--navy900);
  font-size: 13px; font-weight: 800; text-transform: uppercase; opacity: .78;
}
html[dir="ltr"] .call-block .label { letter-spacing: 0.09em; }
.call-block .num {
  color: var(--navy900); font-size: clamp(44px, 4.6vw, 62px); font-weight: 900;
  letter-spacing: -0.02em; line-height: 1.06; margin-top: 4px; white-space: nowrap;
}
.call-block .msg {
  color: var(--navy900); font-size: clamp(24px, 3vw, 32px); font-weight: 900;
  line-height: 1.15; margin-top: 4px;
}
.call-block .sub { color: rgba(8,28,54,0.78); font-size: 15px; font-weight: 700; margin-top: 3px; }

/* closed-state phone fallback: honest, secondary, still a real 54px target */
.call-fallback {
  display: inline-flex; align-items: center; gap: 11px; margin-top: 14px;
  min-height: 54px; padding: 11px 20px; border-radius: 14px;
  border: 1px solid rgba(203,161,75,0.68); background: rgba(203,161,75,0.08);
  color: #fff; font-size: 17px; font-weight: 800; line-height: 1.25;
  transition: background .18s, border-color .18s;
}
.call-fallback .lucide { color: var(--brass); flex: none; }
.call-fallback .cf-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
/* closed state: the number is the action, so it is the largest thing here */
.call-fallback .cf-main span[dir="ltr"] {
  display: block; white-space: nowrap;
  font-size: clamp(30px, 3.2vw, 38px); font-weight: 900;
  letter-spacing: -0.02em; line-height: 1.08; margin-top: 2px;
}
.call-fallback { align-items: flex-start; }
.call-fallback .cf-note { font-size: 13px; font-weight: 600; color: var(--mut); }
.call-fallback:active { background: rgba(203,161,75,0.16); }

.price-hint {
  display: flex; align-items: flex-start; gap: 9px; margin-top: 16px;
  font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.84); max-width: 42ch;
}
.price-hint .lucide { color: var(--brass); flex: none; margin-top: 3px; }

/* ── Fold trust strip ─────────────────────── */
/* Sits between the H1 and the availability card, so it clears the fold in BOTH
   the open and the closed state — a stranger gets four true claims before the
   page has told them anything else. The cards further down expand on others. */
/* 2-column grid on wrap: Hebrew and English fit one row, Russian wraps 2+2
   instead of orphaning a single chip on a second line */
.trust-strip {
  list-style: none; display: flex; flex-wrap: wrap; gap: 8px;
  width: 100%; margin: 16px 0 0; padding: 0;
}
html[lang="ru"] .trust-strip { display: grid; grid-template-columns: repeat(2, max-content); }
/* information, not action — brass stays reserved for things you can tap */
.trust-strip li {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 15px; font-weight: 700; line-height: 1.2; color: rgba(255,255,255,0.92);
  padding: 9px 13px; border-radius: 999px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.18);
}
.trust-strip .lucide { color: var(--mut); flex: none; }

/* ── Trust row (directly under the hero) ──── */
.trust-grid {
  grid-column: 1 / -1;
  list-style: none; margin: 10px 0 0; padding: 18px 0 36px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  border-top: 1px solid var(--line2);
}
.tcard {
  background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 20px 20px 22px; transition: border-color .2s, background .2s, transform .2s var(--ease);
}
.tcard .ti {
  width: 44px; height: 44px; border-radius: 12px; display: inline-flex;
  align-items: center; justify-content: center; color: #fff;
  background: rgba(255,255,255,0.08); border: 1px solid var(--line);
}
.tcard h3 { font-size: 20px; font-weight: 800; margin: 14px 0 5px; }
.tcard p { font-size: 16px; line-height: 1.5; color: var(--mut); margin: 0; }

/* hero visual */
.hero-visual { position: relative; }
.map {
  position: relative; height: 420px; border-radius: 26px; overflow: hidden;
  background: var(--navy700);
  border: 1px solid var(--line2);
  box-shadow: 0 40px 80px rgba(0,0,0,0.42);
}
.map .streets { position:absolute; inset:0;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 1.5px, transparent 1.5px 58px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1.5px, transparent 1.5px 66px); }
.map .streets.big { background-image:
    linear-gradient(26deg, transparent 49.3%, rgba(255,255,255,.11) 49.3% 50.7%, transparent 50.7%),
    linear-gradient(-56deg, transparent 48.7%, rgba(255,255,255,.11) 48.7% 50.3%, transparent 50.3%); }
.ring { position:absolute; top:50%; left:50%; border-radius:50%; transform: translate(-50%,-50%); }
/* decorative rings stay neutral — brass is for things you can tap */
/* static: perpetual motion on a decorative map carries no information and
   competes with the live availability dot, which does */
.ring.r1 { width: 300px; height: 300px; border: 1.5px dashed rgba(255,255,255,0.20); }
.ring.r2 { width: 188px; height: 188px; border: 1.5px solid rgba(255,255,255,0.20); background: rgba(255,255,255,0.06); }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes breathe { 0%,100%{ transform: translate(-50%,-50%) scale(1); opacity:1 } 50%{ transform: translate(-50%,-50%) scale(1.07); opacity:.85 } }
.map .pin { position:absolute; top:50%; left:50%; transform: translate(-50%,-78%); color: var(--brass); filter: drop-shadow(0 4px 8px rgba(0,0,0,.4)); }
.map .chip {
  position:absolute; inset-inline-start:18px; bottom:18px; display:inline-flex; align-items:center; gap:8px;
  padding: 10px 15px; border-radius: 999px; background: rgba(8,28,54,0.82); backdrop-filter: blur(6px);
  font-size: 13px; font-weight: 700; border: 1px solid var(--line);
}
.map .chip .lucide { color: var(--brass); }
.float {
  position: absolute; background: #fff; color: var(--navy900); border-radius: var(--r-md);
  padding: 14px 18px; box-shadow: 0 18px 40px rgba(0,0,0,0.34);
}
.float .big { font-size: 24px; font-weight: 900; line-height: 1.1; white-space: nowrap; }
.float .sub { font-size: 13px; font-weight: 600; color: #4E5E75; margin-top: 3px; }
.float { max-width: 17rem; }
.float.f1 { top: -22px; inset-inline-end: -14px; }
/* clears the map chip, which sits 18px from the bottom on the opposite side —
   Russian copy runs long enough to reach across and collide at 38px */
.float.f2 { bottom: 84px; inset-inline-end: -26px; }
.stat-strip { display: none; }

/* ── Section scaffolding ──────────────────── */
section.block { padding: 86px 0; }
section.block.alt { background: var(--navy800); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 40px; flex-wrap: wrap; }
.sec-head h2 { font-size: clamp(32px, 3.5vw, 46px); font-weight: 800; margin: 12px 0 0; line-height: 1.12; }
.sec-head p { color: var(--mut); font-size: 17px; margin: 0; max-width: 40ch; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step {
  position: relative; background: var(--card); border: 1px solid var(--line2);
  border-radius: var(--r-lg); padding: 28px 26px;
  /* transform is in the list because .step:active scales — without it the press
     snapped instead of easing, unlike .svc and .tcard */
  transition: border-color .2s, background .2s, transform .16s var(--ease);
}
.step .ic { width: 56px; height: 56px; border-radius: 15px; background: rgba(203,161,75,0.14); border: 1px solid rgba(203,161,75,0.30); display: flex; align-items: center; justify-content: center; color: var(--brass); margin-bottom: 18px; }
.step h3 { font-size: 20px; font-weight: 800; margin: 0 0 7px; }
.step p { color: var(--mut); font-size: 15px; line-height: 1.58; margin: 0; }
.step .no { position: absolute; top: 20px; inset-inline-end: 26px; font-size: 32px; font-weight: 900; color: rgba(255,255,255,0.12); line-height: 1; }

/* services */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svc {
  display: flex; flex-direction: column;
  background: rgba(255,255,255,0.04); border: 1px solid var(--line2); border-radius: var(--r-lg);
  padding: 26px 24px 22px; transition: transform .2s var(--ease), border-color .2s, background .2s, box-shadow .2s;
}
.svc .ic { color: var(--brass-soft); margin-bottom: 16px; }
.svc h3 { font-size: 20px; font-weight: 800; margin: 0 0 8px; }
.svc p { color: var(--mut); font-size: 15px; margin: 0 0 16px; line-height: 1.5; }
.svc .from {
  margin-top: auto; font-size: 15px; font-weight: 800; color: var(--brass);
  border-top: 1px solid var(--line2); padding-top: 14px;
}

/* area */
.area-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 44px; align-items: center; }
.map.area { height: 380px; }
.area-copy h3 { font-size: 24px; font-weight: 800; margin: 0 0 8px; }
.area-copy p { color: var(--mut); font-size: 17px; margin: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.chips .c { font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.88); background: rgba(255,255,255,0.055); border: 1px solid var(--line2); padding: 10px 16px; border-radius: 999px; }

/* ── Prices ───────────────────────────────── */
.fee-card {
  background: linear-gradient(150deg, rgba(203,161,75,0.11), rgba(255,255,255,0.03));
  border: 1px solid rgba(203,161,75,0.34); border-radius: var(--r-lg);
  padding: 24px 26px 22px; margin-bottom: 30px;
}
.fee-card .formula {
  display: flex; align-items: stretch; flex-wrap: wrap; gap: 12px; margin-top: 16px;
}
.fee-card .f-part {
  flex: 1 1 190px; display: flex; flex-direction: column; gap: 4px;
  background: rgba(8,28,54,0.45); border: 1px solid var(--line2);
  border-radius: var(--r-md); padding: 14px 16px;
}
.fee-card .f-part .k { font-size: 13px; font-weight: 700; color: var(--mut); }
.fee-card .f-part .v { font-size: 20px; font-weight: 900; color: #fff; }
.fee-card .f-part .v.accent { color: var(--brass); }
.fee-card .f-part.total { border-color: rgba(203,161,75,0.45); background: rgba(203,161,75,0.10); }
.fee-card .f-part.total .v { font-size: 17px; color: var(--brass-lt); }
.fee-card .op { align-self: center; font-size: 24px; font-weight: 900; color: var(--brass); flex: none; }
.fee-card .ex { margin: 16px 0 0; font-size: 15px; color: rgba(255,255,255,0.88); }
.fee-card .ex .ex-lbl { color: var(--mut2); font-weight: 700; }

/* long Russian/English item names must wrap, never widen the page */
.price-list > *, .rate-cards > *, .services > *, .steps > *, .trust-grid > * { min-width: 0; }
.price-row .nm, .rate .lbl, .rate .lbl > span { min-width: 0; overflow-wrap: anywhere; }
/* the 3-column lockout table spans full width; the two flat-price groups
   sit side by side so their short rows don't leave a dead gulf */
.price-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.pgroup.multi { grid-column: 1 / -1; }
/* 10px of the group's side padding is handed to the rows, so a hovered row gets
   a fill with breathing room instead of one flush against the text */
.pgroup { background: var(--card); border: 1px solid var(--line2); border-radius: var(--r-lg); padding: 8px 10px 12px; transition: border-color .2s; }
.price-group {
  font-size: 13px; font-weight: 800; text-transform: uppercase; color: var(--brass-lt);
  padding: 18px 10px 10px; border-bottom: 1px solid var(--line2);
}
html[dir="ltr"] .price-group { letter-spacing: 0.08em; }
.price-row, .price-cols {
  display: grid; grid-template-columns: 1.7fr repeat(3, minmax(96px, 1fr));
  gap: 8px 14px; align-items: center;
  padding: 12px 10px; border-bottom: 1px solid var(--line2);
  border-radius: 8px; transition: background .15s var(--ease);
}
.pgroup .price-row:last-child { border-bottom: 0; }
.price-row .nm { font-weight: 600; font-size: 16.5px; line-height: 1.35; }
/* column headers: name + times, hidden on mobile where cells self-label */
.price-cols { padding-top: 14px; padding-bottom: 8px; }
.pcol-h { display: flex; flex-direction: column; gap: 1px; text-align: center; }
.pcol-h b { font-size: 13.5px; font-weight: 800; color: rgba(255,255,255,0.88); }
.pcol-h small { font-size: 11.5px; font-weight: 600; color: var(--mut2); direction: ltr; }
.price-row .pr {
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  font-weight: 900; font-size: 18px; white-space: nowrap; font-feature-settings: "tnum";
  color: rgba(255,255,255,0.88);
}
.price-row .pr .pl { display: none; font-size: 11px; font-weight: 700; color: var(--mut2); }
/* the Friday-day column is the anchor price — brass; the others stay white */
.price-row .pr[data-col="base"], .price-row .pr[data-col="base"] .pv { color: var(--brass); }
/* highlight whichever column applies RIGHT NOW while the business is open */
body[data-rate="base"] .pr[data-col="base"], body[data-rate="base"] .pcol-h[data-col="base"] b,
body[data-rate="eve"]  .pr[data-col="eve"],  body[data-rate="eve"]  .pcol-h[data-col="eve"] b,
body[data-rate="sat"]  .pr[data-col="sat"],  body[data-rate="sat"]  .pcol-h[data-col="sat"] b {
  color: var(--brass-lt);
}
.price-row.order-only .nm { color: rgba(255,255,255,0.92); }
/* planned-work groups: one price per row, dotted leader, + explanatory note */
.price-row.single { display: flex; align-items: baseline; gap: 12px; }
.price-row.single .pr, .price-row.single .pr .pv { color: var(--brass); }
.price-row.single .dots { flex: 1; min-width: 14px; border-bottom: 2px dotted rgba(255,255,255,0.22); transform: translateY(-4px); }
.price-row.single .pr { display: inline; }
.planned-note {
  margin: 0; padding: 12px 10px 4px;
  font-size: 13.5px; font-weight: 600; color: var(--mut2);
}
/* advance-order rows have no evening/Saturday price */
.price-row .pr.na .pv { color: var(--mut2); font-weight: 600; }
.all-in-claim {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px;
  font-size: 16px; font-weight: 800; color: var(--brass-lt);
}
.all-in-claim .lucide { color: var(--brass); flex: none; }
.guarantee-note { display: flex; align-items: flex-start; gap: 8px; color: rgba(255,255,255,0.85); }
.guarantee-note .lucide { color: var(--brass); flex: none; margin-top: 3px; }
.cta-guarantee {
  display: inline-flex; align-items: flex-start; gap: 8px; margin: 14px auto 0;
  max-width: 52ch; font-size: 15px; color: rgba(255,255,255,0.85);
}
.cta-guarantee .lucide { color: var(--brass); flex: none; margin-top: 3px; }
.fee-details { margin-top: 22px; }
.fee-details > summary { cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 8px; }
.fee-details > summary::-webkit-details-marker { display: none; }
.fee-details > summary::after { content: '+'; font-weight: 900; color: var(--brass); }
.fee-details[open] > summary::after { content: '−'; }
.fee-details .formula { margin-top: 14px; }
/* demoted closed notice under the WhatsApp block */
.closed-note {
  display: inline-flex; align-items: center; gap: 9px; margin: 12px 0 0;
  font-size: 14.5px; font-weight: 600; color: var(--mut);
}
@media (max-width: 980px) {
  .price-list { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .price-cols { display: none; }
  .price-row { grid-template-columns: repeat(3, 1fr); }
  .price-row .nm { grid-column: 1 / -1; }
  .price-row .pr .pl { display: block; }
  .price-row.single .nm { grid-column: auto; }
}
.order-badge {
  display: inline-block; font-size: 12px; font-weight: 800; color: #F9A79B;
  border: 1px solid rgba(240,112,95,0.55); background: rgba(240,112,95,0.09);
  border-radius: 999px; padding: 1px 9px; margin-inline-start: 8px; white-space: nowrap;
}

.rates-h { font-size: 20px; font-weight: 800; margin: 38px 0 14px; }
.rate-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.rate {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border: 1px solid rgba(203,161,75,0.40); background: rgba(203,161,75,0.07);
  border-radius: var(--r-md); padding: 16px 20px; min-height: 76px;
  transition: border-color .2s, background .2s;
}
.rate.base { border-color: var(--line); background: var(--card); }
.rate .lbl { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; line-height: 1.3; }
.rate .lbl .lucide { color: var(--brass); flex: none; }
.rate.base .lbl .lucide { color: var(--mut); }
.rate .times { display: block; font-size: 13px; font-weight: 600; color: var(--mut); margin-top: 2px; }
.rate .val { font-weight: 900; font-size: 20px; color: var(--brass); white-space: nowrap; }
.rate.base .val { color: rgba(255,255,255,0.85); font-size: 17px; }
.prices-note { color: var(--mut2); font-size: 15px; line-height: 1.6; margin: 20px 0 0; max-width: 70ch; }

/* FAQ */
.faq { display: grid; gap: 12px; max-width: 780px; }
.faq details {
  background: var(--card); border: 1px solid var(--line2); border-radius: var(--r-md);
  overflow: hidden; transition: border-color .2s, background .2s;
  interpolate-size: allow-keywords;
}
.faq details[open] { background: var(--card2); border-color: rgba(203,161,75,0.3); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 19px 24px; min-height: 60px; font-size: 17px; font-weight: 700;
  transition: background .15s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { flex: none; color: var(--brass); transition: transform .25s var(--ease); }
.faq details[open] summary .chev { transform: rotate(180deg); }
/* the box height carries the motion, so nothing below the tapped row teleports */
.faq details::details-content {
  block-size: 0; overflow: hidden;
  transition: block-size .28s var(--ease), content-visibility .28s allow-discrete;
}
.faq details[open]::details-content { block-size: auto; }
.faq details p { margin: 0; padding: 0 24px 20px; color: var(--mut); font-size: 17px; line-height: 1.65; }

/* final CTA */
.cta-band { background: linear-gradient(120% 140% at 80% 0%, var(--navy700), var(--navy900)); border-radius: 30px; padding: 60px; text-align: center; border: 1px solid var(--line2); position: relative; overflow: hidden; }
.cta-band h2 { font-size: clamp(32px, 4.4vw, 42px); font-weight: 900; margin: 14px 0 0; line-height: 1.08; }
.cta-band h2 .accent { color: var(--brass); }
.cta-band p { color: var(--mut); font-size: 20px; margin: 16px auto 0; max-width: 46ch; }
.cta-hours { display: inline-flex; align-items: center; gap: 9px; margin-top: 16px; font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.84); }
.cta-hours .lucide { color: var(--brass); flex: none; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 32px; }
.cta-closed { color: var(--brass-lt); font-weight: 800; font-size: 17px; margin: 18px 0 0; }
.btn-call.lg { font-size: 20px; padding: 18px 30px; border-radius: 15px; min-height: 60px; }
.btn-text { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 18px 28px; border-radius: 15px; font-weight: 700; font-size: 20px; min-height: 60px; border: 1px solid rgba(255,255,255,0.28); color: #fff; transition: background .18s, border-color .18s; white-space: nowrap; }
.btn-text:active { background: rgba(255,255,255,0.12); }

/* footer */
footer { border-top: 1px solid var(--line2); padding: 46px 0 60px; }
.foot-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot-grid .muted { color: var(--mut2); font-size: 13px; }
.foot-links { display: flex; gap: 22px; flex-wrap: wrap; }
.foot-links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--mut); font-size: 15px; font-weight: 600; }

/* ── Working-hours states ─────────────────── */
/* default (before js/hours.js runs) = open-only content visible */
body.is-closed .open-only { display: none !important; }
body:not(.is-closed) .closed-only { display: none !important; }
body.is-closed .dot::before { background: var(--red); animation: pulseSlow 3.6s ease-out infinite; }
body.is-closed .dot::after { background: var(--red); box-shadow: 0 0 10px rgba(240,112,95,.6); }
/* premium (surcharge) state: amber dot + rate notice */
.premium-only { display: none !important; }
body.is-premium .premium-only { display: inline-flex !important; }
body.is-premium .dot::before { background: var(--amber); }
body.is-premium .dot::after { background: var(--amber); box-shadow: 0 0 10px rgba(232,161,61,.6); }
body.is-premium .live { background: rgba(232,161,61,0.10); border-color: rgba(232,161,61,0.4); color: #F8E5C4; }

/* ── Mobile sticky call bar ───────────────── */
.mobile-call { display: none; }
.btn-sms {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 18px; border-radius: 13px; font-weight: 800; font-size: 17px; min-height: 54px;
  border: 1px solid rgba(255,255,255,0.28); background: rgba(255,255,255,0.06);
  color: #fff; white-space: nowrap; flex: none;
}
.btn-sms:active { background: rgba(255,255,255,0.14); }

/* ── Pointer feedback ─────────────────────── */
/* hover effects only where a real pointer exists — on a touch screen they stick
   after the tap and read as a stuck selection */
@media (hover: hover) and (pointer: fine) {
  .brand:hover .mark { background: rgba(203,161,75,0.26); transform: rotate(-8deg); }
  .nav-links a:hover { color: #fff; }
  .nav-links a:hover::after { transform: scaleX(1); }
  .lang-switch button:hover:not(.active) { color: #fff; background: rgba(255,255,255,0.07); }
  .btn-call:hover { background: var(--brass-lt); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(203,161,75,0.4); }
  .call-block:hover { background: var(--brass-lt); transform: translateY(-3px); box-shadow: 0 30px 62px rgba(203,161,75,0.46); }
  .call-fallback:hover { background: rgba(203,161,75,0.16); border-color: var(--brass); }
  .tcard:hover { border-color: rgba(255,255,255,0.3); background: var(--card2); transform: translateY(-3px); }
  .step:hover { border-color: var(--line); background: var(--card2); }
  /* the row itself was the only feedback and its alpha delta was invisible */
  .faq summary:hover { background: rgba(255,255,255,0.06); }
  .svc:hover { transform: translateY(-4px); border-color: rgba(203,161,75,0.60); background: var(--navy700); box-shadow: 0 20px 40px rgba(0,0,0,.28); }
  .chips .c:hover { background: rgba(255,255,255,0.10); border-color: var(--line); }
  .faq details:hover { border-color: var(--line); }
  .btn-text:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.4); }
  .foot-links a:hover { color: #fff; }
  /* the price list is the sharpest thing on the page and was dead under the
     pointer — a row now lights up so a reader can track their place down 20 rows */
  .pgroup:hover { border-color: var(--line); }
  .price-row:hover { background: rgba(255,255,255,0.05); }
  /* brass stays reserved for the surcharge cards; the base card lifts neutrally */
  .rate:not(.base):hover { border-color: var(--brass); background: rgba(203,161,75,0.12); }
  .rate.base:hover { border-color: var(--line); background: var(--card2); }
}
/* …and a pressed state for the ten big cards a thumb actually lands on */
.svc:active, .tcard:active, .step:active { transform: scale(.985); background: var(--card2); }
.faq summary:active { background: var(--card2); }

/* ── Scroll reveal (class only added by JS) ─ */
.reveal { opacity: 0; transform: translateY(16px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .55s var(--ease), transform .55s var(--ease); }

/* ── Responsive ───────────────────────────── */
/* Nav links no longer wrap (they must not), so they cannot shrink either.
   Between ~1000 and 1340px the header runs out of room in Hebrew and Russian —
   tighten the gaps and drop the availability label, which the hero repeats. */
@media (max-width: 1340px) {
  .nav-inner { gap: 18px; }
  .nav-links { gap: 20px; }
  .nav-avail { display: none; }
}

@media (max-width: 1080px) {
  /* the closed-state badge spells out the full reopen time, which is long enough
     in RU/EN to push the header CTA off-screen once .nav-links collapse */
  .nav-avail { display: none; }
  /* the floating stat card overhangs the grid column by design; at ~1024 that
     overhang lands past the viewport edge, so pull it back in */
  .float.f2 { inset-inline-end: -6px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .services { grid-template-columns: repeat(2, 1fr); }
  .price-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  /* mobile reading order: copy + CTA → trust proof → decorative map */
  .hero-copy { order: 0; }
  .trust-grid { order: 1; margin-top: 30px; padding: 30px 0 0; }
  .hero-visual { order: 2; margin-top: 34px; }
  .hero { padding-bottom: 52px; }
  .float.f1 { inset-inline-end: 6px; }
  .float.f2 { inset-inline-end: -6px; }
  .area-grid { grid-template-columns: 1fr; gap: 28px; }
  .nav-links { display: none; }
  .rate-cards { grid-template-columns: 1fr; }
  .hero p.lede { max-width: 46ch; }
  .call-block { align-self: flex-start; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 80px; }
  .nav-inner { height: 70px; gap: 14px; }
  .lang-switch button { min-height: 48px; min-width: 48px; }
  .steps { grid-template-columns: 1fr; }
  .price-list { grid-template-columns: 1fr; }
  .hero { padding: 24px 0 0; }
  .hero h1 { font-size: clamp(32px, 8.2vw, 40px); line-height: 1.08; margin-top: 14px; }
  body.is-closed .hero h1 { font-size: clamp(28px, 7vw, 40px); }
  .hero p.lede { font-size: 17px; margin-top: 12px; }
  /* the strip now costs fold height, so the closed stack below it is tightened
     to keep the WhatsApp block clear of the sticky bar in all three languages */
  .trust-strip { margin-top: 12px; gap: 7px; }
  .live, .closed-card { margin-top: 14px; }
  .closed-card { padding: 16px 18px; }
  .closed-card .cc-p { font-size: 15px; margin-top: 8px; }
  .call-block { margin-top: 14px; }
  section.block { padding: 58px 0; }
  .sec-head { margin-bottom: 28px; }
  .cta-band { padding: 40px 22px; }
  .cta-band h2 { font-size: clamp(32px, 8vw, 40px); }
  .fee-card { padding: 20px 18px; }
  .fee-card .formula { gap: 8px; }
  .fee-card .f-part { flex: 1 1 100%; flex-direction: row; align-items: center; justify-content: space-between; }
  .fee-card .op { align-self: flex-start; margin-inline-start: 18px; }
  .trust-grid { margin-top: 26px; padding-top: 26px; gap: 12px; }
  .tcard { padding: 16px 16px 18px; }
  .tcard .ti { width: 40px; height: 40px; border-radius: 11px; }
  .tcard h3 { font-size: 17px; margin-top: 11px; }
  .tcard p { font-size: 15px; }
  /* the hero call block must be a full-width thumb target */
  .call-block { display: flex; width: 100%; padding: 16px 22px 18px; }
  .call-fallback { display: flex; width: 100%; }
  .closed-card { max-width: none; }
  .btn-text { width: 100%; }
  .cta-actions .btn-call.lg { width: 100%; }

  /* swap header button for the sticky bottom bar */
  header.nav .btn-call { display: none; }
  .mobile-call {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(8,28,54,0.94); backdrop-filter: blur(16px) saturate(140%);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 30px rgba(0,0,0,.35);
  }
  .mobile-call .mc-status {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    font-size: 13px; font-weight: 700; color: var(--brass-lt); padding-bottom: 8px;
  }
  .mobile-call .mc-actions { display: flex; gap: 10px; }
  .mobile-call .btn-call { display: flex; flex: 1; min-width: 0; justify-content: center; font-size: 17px; padding: 14px; min-height: 54px; box-shadow: none; }
  /* the closed bar keeps a phone option next to WhatsApp — never a dead end */
  .mobile-call .call-fallback {
    display: flex; flex: 0 1 40%; min-width: 0; width: auto; justify-content: center;
    margin-top: 0; padding: 14px 10px; font-size: 15px; border-radius: 13px; white-space: nowrap;
  }
  /* keep the bar from ever covering page content (only on pages that have it) */
  body.is-open { padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
  body.is-closed { padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 460px) {
  .services { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .tcard { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: start; }
  .tcard .ti { grid-row: span 2; }
  .tcard h3 { margin: 2px 0 3px; }
  .float { display: none; }
  .map { height: 300px; }
  .stat-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
  body.is-closed .stat-strip { grid-template-columns: 1fr; }
  .stat-strip .float { display: block; position: static; }
  .stat-strip .float .big { font-size: 20px; }
  .call-block .num { font-size: 46px; }
  /* the WhatsApp headline wraps to two lines in RU/EN — keep the block short
     enough that it clears the sticky bar on a 375px screen */
  .call-block .msg { font-size: 22px; }
  .call-block { padding: 14px 20px 16px; }
}

/* ── Reduced motion ───────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  /* the universal selector does NOT match ::details-content, so the FAQ
     accordion — the most-tapped component on mobile — kept animating its
     height for 280ms after the user asked the OS for no motion */
  *::details-content {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .call-block::after { display: none; }
}
