/* =========================================================================
   Movers24 – Design System
   Bold, dependable moving brand. White-anchored, orange accent (from logo).
   Geometric-friendly type (Plus Jakarta Sans). Tasteful motion.
   Two accent options (orange / light blue) + rounded vs sharp corners,
   both driven from <html data-accent> / <html data-shape>.
   ========================================================================= */

/* ---------- Tokens ---------- */
:root {
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Neutrals */
  --bg: #ffffff;
  --bg-soft: #f5f7fb;
  --bg-soft-2: #eef2f8;
  --ink: #0d1322;
  --ink-2: #353d54;
  --muted: #6b7488;
  --line: #e6e9f1;
  --line-soft: #eef1f7;

  /* Accent (orange default – from the Movers24 logo) */
  --accent: #ff5c00;
  --accent-strong: #e04e00;
  --accent-soft: #ff8334;
  --accent-tint: #fff1e9;
  --accent-tint-2: #ffddc7;
  --on-accent: #ffffff;
  --accent-glow: rgba(255, 92, 0, 0.26);
  /* small/normal-size text in brand color: 4.5:1+ on --bg, --bg-soft,
     --bg-soft-2 and --accent-tint (5.40 / 5.03 / 4.81 / 4.89) */
  --accent-text: #b84500;

  /* Radius */
  --r-xs: 10px;
  --r-sm: 14px;
  --r-md: 18px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  /* Shadow (soft, ink-tinted) */
  --sh-xs: 0 1px 2px rgba(13, 19, 34, 0.06);
  --sh-sm: 0 2px 10px rgba(13, 19, 34, 0.06);
  --sh-md: 0 12px 30px -12px rgba(13, 19, 34, 0.16);
  --sh-lg: 0 30px 60px -22px rgba(13, 19, 34, 0.26);
  --sh-accent: 0 18px 40px -14px var(--accent-glow);

  /* Layout */
  --maxw: 1200px;
  --gutter: clamp(22px, 5vw, 60px);
  --section-y: clamp(100px, 12vw, 184px);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Accent variants (tweakable) – blue alternative */
:root[data-accent="blue"] {
  --accent: #1666e8;
  /* blue accent itself clears 4.5:1 on the light backgrounds (5.12 on --bg) */
  --accent-text: #1666e8;
  --accent-strong: #0f50bd;
  --accent-soft: #5b94f0;
  --accent-tint: #e9f1fe;
  --accent-tint-2: #d6e5fd;
  --accent-glow: rgba(22, 102, 232, 0.24);
}

/* Sharp-corner mode – squares off every rounded surface to match the
   hard-edged geometry of the Movers24 mark. */
:root[data-shape="sharp"] {
  --r-xs: 0px; --r-sm: 0px; --r-md: 0px; --r-lg: 0px; --r-xl: 0px; --r-pill: 0px;
}
:root[data-shape="sharp"] :where(
  .btn, .eyebrow, .lang-btn, .lang-menu, .lang-menu button, .call-link, .nav-toggle,
  .nav-links a, .mobile-menu, .hero-photo image-slot, .hero-badge, .hero-badge .ic,
  .svc, .svc .ic, .svc.feature .tag, .svc.feature .flag-row .fl, .route-board, .rb-pin,
  .rb-badge, .routes-points .dot, .why-card, .why-card .ic, .why-banner,
  .client-wall .logo, .price-card, .price-card .ic, .calc, .ctrl, select.ctrl, .seg,
  .seg button, .addon, .addon .box, .review, .review .av, .step, .step .num, .channel,
  .channel .ic, .contact-form, .callback-card, .price-cta, .form-success, .hours-pill,
  .chat-fab, .footer-bottom .socials a
) { border-radius: 0 !important; }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
/* No global scroll-behavior: smooth – it fights Lenis (scroll.js applies the
   CSS fallback inline only when Lenis is unavailable). */
html { -webkit-text-size-adjust: 100%; }
html.lenis { scroll-behavior: auto !important; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
h1, h2, h3, h4 { margin: 0; line-height: 1.04; letter-spacing: -0.025em; font-weight: 800; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 3px; border-radius: 6px; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); position: relative; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent); padding: 6px 14px; border-radius: var(--r-pill);
  background: var(--accent-tint); border: 1px solid var(--accent-tint-2);
}
.section-head { max-width: 720px; margin-bottom: clamp(52px, 6vw, 84px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.25rem); margin-top: 22px; color: var(--ink);
  text-wrap: balance;
}
.section-head p {
  margin-top: 22px; font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--muted);
  max-width: 620px; text-wrap: pretty; line-height: 1.6;
}
.section-head.center p { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  --pad-y: 14px; --pad-x: 24px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: var(--pad-y) var(--pad-x); border-radius: var(--r-sm);
  font-weight: 700; font-size: 0.98rem; letter-spacing: -0.01em;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease),
              background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
  will-change: transform; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--accent); color: var(--on-accent); box-shadow: var(--sh-accent); }
.btn-primary:hover { background: var(--accent-strong); transform: translateY(-2px); box-shadow: 0 24px 48px -16px var(--accent-glow); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost { background: var(--bg); color: var(--ink); border: 1.5px solid var(--line); box-shadow: var(--sh-xs); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); box-shadow: var(--sh-sm); }
.btn-light { background: rgba(255,255,255,0.14); color: #fff; border: 1.5px solid rgba(255,255,255,0.28); backdrop-filter: blur(6px); }
.btn-light:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }
.btn-lg { --pad-y: 17px; --pad-x: 30px; font-size: 1.04rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.38s var(--ease);
  border-bottom: 1px solid transparent;
}
/* hide on scroll down, reveal on scroll up (app.js toggles .hide) */
.site-header.hide { transform: translateY(-100%); }
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--line);
  box-shadow: var(--sh-sm);
}
.nav { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.16rem; letter-spacing: -0.03em; color: var(--ink); }
.brand .mark {
  height: 30px; display: inline-flex; align-items: center; flex: none;
}
.brand .mark svg { height: 30px; width: auto; }
.brand .brand-name { font-weight: 800; color: var(--ink); letter-spacing: -0.03em; }
.brand .brand-name .bnum { color: var(--accent); font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 14px; }
.nav-links a {
  padding: 9px 14px; border-radius: var(--r-xs); font-weight: 600; font-size: 0.95rem; color: var(--ink-2);
  transition: color 0.2s, background 0.2s; position: relative; white-space: nowrap;
}
.nav-links a:hover { color: var(--accent); background: var(--accent-tint); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }

.lang-dd { position: relative; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border-radius: var(--r-sm);
  border: 1.5px solid var(--line); background: var(--bg); font-weight: 700; font-size: 0.9rem; color: var(--ink);
  transition: border-color 0.2s, color 0.2s;
}
.lang-btn:hover { border-color: var(--accent); color: var(--accent); }
.lang-btn .globe { width: 17px; height: 17px; color: var(--accent); }
.lang-btn .chev { width: 14px; height: 14px; color: var(--muted); transition: transform 0.2s; }
.lang-dd.open .lang-btn .chev { transform: rotate(180deg); }
.lang-menu {
  position: absolute; top: calc(100% + 8px); right: 0; min-width: 150px; background: var(--bg);
  border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-md); padding: 6px;
  opacity: 0; visibility: hidden; transform: translateY(-6px); pointer-events: none; transition: opacity 0.18s var(--ease), transform 0.18s var(--ease), visibility 0.18s; z-index: 80;
}
.lang-dd.open .lang-menu { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.lang-menu button {
  display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 10px 12px;
  border-radius: var(--r-xs); font-weight: 600; font-size: 0.92rem; color: var(--ink-2); text-align: left;
  transition: background 0.15s, color 0.15s;
}
.lang-menu button:hover { background: var(--accent-tint); color: var(--accent); }
.lang-menu button.active { color: var(--accent); font-weight: 700; }
.lang-menu button .tick { width: 15px; height: 15px; opacity: 0; }
.lang-menu button.active .tick { opacity: 1; }

.call-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.95rem; color: var(--ink); padding: 9px 12px; border-radius: var(--r-xs); transition: color 0.2s; white-space: nowrap; }
.call-link:hover { color: var(--accent); }
.call-link svg { width: 17px; height: 17px; color: var(--accent); }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: var(--r-xs); border: 1.5px solid var(--line); background: var(--bg); align-items: center; justify-content: center; }
.nav-toggle svg { width: 22px; height: 22px; color: var(--ink); }
.nav-toggle .ic-close { display: none; }
.nav-toggle[aria-expanded="true"] .ic-burger { display: none; }
.nav-toggle[aria-expanded="true"] .ic-close { display: block; }

/* Mobile nav – full-screen overlay with staggered entrance */
.mobile-menu {
  position: fixed; inset: 0; z-index: 55; background: var(--bg);
  display: flex; flex-direction: column;
  padding: 100px var(--gutter) 36px;
  opacity: 0; pointer-events: none; visibility: hidden;
  transition: opacity 0.32s var(--ease), visibility 0s linear 0.34s;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; visibility: visible; transition: opacity 0.32s var(--ease); }
.mobile-menu > * { opacity: 0; transform: translateY(18px); transition: opacity 0.34s var(--ease), transform 0.34s var(--ease); }
.mobile-menu.open > * { opacity: 1; transform: none; }
.mobile-menu.open > *:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu.open > *:nth-child(2) { transition-delay: 0.1s; }
.mobile-menu.open > *:nth-child(3) { transition-delay: 0.15s; }
.mobile-menu.open > *:nth-child(4) { transition-delay: 0.2s; }
.mobile-menu.open > *:nth-child(5) { transition-delay: 0.26s; }
.mobile-menu.open > *:nth-child(6) { transition-delay: 0.3s; }
.mobile-menu.open > *:nth-child(7) { transition-delay: 0.34s; }
.mobile-menu a:not(.btn):not(.mobile-call) { display: block; padding: 16px 2px; font-weight: 700; font-size: 1.45rem; letter-spacing: -0.02em; border-bottom: 1px solid var(--line-soft); color: var(--ink); }
.mobile-lang { margin-top: auto; display: flex; gap: 10px; padding-top: 24px; }
.mobile-lang button { flex: 1; padding: 12px; border-radius: var(--r-sm); border: 1.5px solid var(--line); background: var(--bg); font-weight: 600; font-size: 0.98rem; color: var(--muted); cursor: pointer; }
.mobile-lang button.active { border-color: var(--accent); color: var(--accent); background: var(--accent-tint); }
.mobile-menu .mobile-call { display: flex; align-items: center; gap: 10px; color: var(--accent); font-weight: 700; font-size: 1.15rem; border-bottom: none; margin-top: 6px; }
.mobile-menu .mobile-call svg { width: 18px; height: 18px; }
.mobile-menu .btn { margin-top: 10px; }
html.menu-locked, html.menu-locked body { overflow: hidden; }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(40px, 5vw, 72px); padding-bottom: clamp(80px, 9vw, 130px); background: var(--bg); min-height: calc(100svh - 76px); display: flex; align-items: center; }
.hero > .wrap { width: 100%; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(40px, 5vw, 80px); align-items: center; }
.hero-copy { max-width: 600px; }
.hero h1 {
  font-size: clamp(2.55rem, 5.6vw, 4.2rem); color: var(--ink); text-wrap: balance; line-height: 1.06;
}
.hero h1 .hl { color: var(--accent); }
.hero .lede { margin-top: 26px; font-size: clamp(1.08rem, 1.6vw, 1.26rem); color: var(--ink-2); max-width: 520px; text-wrap: pretty; line-height: 1.6; }
.hero .lede b { color: var(--ink); font-weight: 700; }
.hero-cta { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 16px; }

.trust-strip { margin-top: 52px; display: grid; grid-template-columns: repeat(4, auto); gap: clamp(22px, 3vw, 44px); justify-content: start; }
.trust-strip .ts { display: flex; flex-direction: column; gap: 4px; }
.trust-strip .ts b { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 800; color: var(--ink); letter-spacing: -0.03em; }
.trust-strip .ts span { font-size: 0.86rem; color: var(--muted); font-weight: 600; }
.trust-strip .ts + .ts { padding-left: clamp(22px, 3vw, 44px); border-left: 1px solid var(--line); }

/* Hero photo */
.hero-photo { position: relative; }
.hero-photo image-slot { width: 100%; height: clamp(420px, 46vw, 560px); box-shadow: var(--sh-lg); }
.hero-badge {
  position: absolute; left: -22px; bottom: 34px; background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--r-md); box-shadow: var(--sh-md); padding: 15px 19px; display: flex; align-items: center; gap: 13px; z-index: 3;
}
.hero-badge .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--accent); color: #fff; flex: none; }
.hero-badge .ic svg { width: 22px; height: 22px; }
.hero-badge .tx b { display: block; font-size: 0.96rem; font-weight: 700; color: var(--ink); }
.hero-badge .tx span { font-size: 0.8rem; color: var(--muted); }
.hero-badge.rating { left: auto; right: -18px; bottom: auto; top: 28px; }
.hero-badge.rating .ic { background: #f5a623; }
.hero-badge .stars-mini { display: flex; gap: 2px; color: #f5a623; }
.hero-badge .stars-mini svg { width: 13px; height: 13px; }

/* Hero variant – minimal (centered type, no photo). Minimal is the default
   from first paint; data-hero="photo" opts into the photo layout. */
:root:not([data-hero="photo"]) .hero-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
:root:not([data-hero="photo"]) .hero-copy { max-width: 880px; }
:root:not([data-hero="photo"]) .hero h1 { font-size: clamp(2.8rem, 7vw, 5rem); }
:root:not([data-hero="photo"]) .hero .lede { margin-inline: auto; max-width: 660px; }
:root:not([data-hero="photo"]) .hero-cta { justify-content: center; }
:root:not([data-hero="photo"]) .trust-strip { justify-content: center; }
:root:not([data-hero="photo"]) .hero-photo { display: none; }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.svc {
  position: relative; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 32px 30px 30px; box-shadow: var(--sh-xs); overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: var(--accent-tint-2); }
.svc .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent); margin-bottom: 22px; transition: transform 0.3s var(--ease); }
.svc:hover .ic { transform: scale(1.05); }
.svc .ic svg { width: 25px; height: 25px; }
.svc h3 { font-size: 1.12rem; font-weight: 700; letter-spacing: -0.02em; }
.svc p { margin-top: 11px; font-size: 0.95rem; color: var(--muted); line-height: 1.55; }

.svc.feature { grid-column: span 2; grid-row: span 2; background: var(--accent); color: #fff; border: none; box-shadow: var(--sh-lg); display: flex; flex-direction: column; padding: 38px 36px; }
.svc.feature .ic { background: rgba(255,255,255,0.16); color: #fff; width: 60px; height: 60px; }
.svc.feature h3 { font-size: clamp(1.55rem, 2.4vw, 2.05rem); margin-top: auto; }
.svc.feature p { color: rgba(255,255,255,0.88); font-size: 1.04rem; max-width: 92%; margin-top: 14px; line-height: 1.6; }
.svc.feature .tag { position: absolute; top: 28px; right: 28px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 7px 13px; border-radius: var(--r-pill); background: rgba(255,255,255,0.18); }
.svc.feature .flag-row { display: flex; gap: 10px; margin-top: 22px; }
.svc.feature .flag-row .fl { padding: 8px 15px; border-radius: var(--r-pill); background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.22); font-weight: 700; font-size: 0.9rem; white-space: nowrap; }
.svc.feature .flag-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; font-size: 1.35rem; line-height: 1; }
.svc.feature .flag-strip span { filter: saturate(1.05); }

/* ---------- Routes / coverage ---------- */
.routes { background: var(--bg-soft); border-block: 1px solid var(--line); }
.routes-inner { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.routes .reveal:first-child { align-self: center; }
.routes-points { margin-top: 28px; display: flex; flex-direction: column; gap: 30px; }
.routes-points li { display: flex; gap: 14px; align-items: flex-start; }
.routes-points .dot { width: 26px; height: 26px; border-radius: 8px; background: var(--accent-tint); color: var(--accent); display: grid; place-items: center; flex: none; margin-top: 2px; }
.routes-points .dot svg { width: 15px; height: 15px; }
.routes-points b { display: block; font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.routes-points p { font-size: 0.96rem; color: var(--muted); margin-top: 6px; line-height: 1.5; }
/* Route board (replaces map) */
.route-board { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-md); overflow: hidden; }
.rb-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 24px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.rb-origin { display: flex; align-items: center; gap: 13px; }
.rb-pin { width: 42px; height: 42px; border-radius: 12px; background: var(--accent); color: #fff; display: grid; place-items: center; flex: none; box-shadow: var(--sh-accent); }
.rb-pin svg { width: 21px; height: 21px; }
.rb-from-label { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.rb-origin b { font-size: 1.05rem; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.rb-badge { font-size: 0.76rem; font-weight: 700; color: var(--accent); background: var(--accent-tint); border: 1px solid var(--accent-tint-2); padding: 7px 13px; border-radius: var(--r-pill); white-space: nowrap; }
.rb-list { display: flex; flex-direction: column; }
.rb-row { display: flex; align-items: center; gap: 16px; padding: 14px 24px; border-bottom: 1px solid var(--line-soft); transition: background 0.2s var(--ease); }
.rb-row:last-child { border-bottom: none; }
.rb-row:hover { background: var(--accent-tint); }
.rb-flag { font-size: 1.55rem; line-height: 1; flex: none; width: 32px; text-align: center; }
.rb-dest { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.rb-dest b { font-size: 1.02rem; font-weight: 700; color: var(--ink); }
.rb-dest span { font-size: 0.85rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rb-meta { font-size: 0.85rem; font-weight: 700; color: var(--ink-2); white-space: nowrap; flex: none; font-variant-numeric: tabular-nums; }
.rb-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 24px; background: var(--bg-soft); border-top: 1px solid var(--line); font-size: 0.82rem; color: var(--muted); }
.rb-more b { color: var(--accent); font-weight: 700; }

/* ---------- Why ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 30px; box-shadow: var(--sh-xs); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.why-card .ic { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent); margin-bottom: 16px; }
.why-card .ic svg { width: 24px; height: 24px; }
.why-card h3 { font-size: 1.12rem; font-weight: 700; }
.why-card p { margin-top: 8px; font-size: 0.94rem; color: var(--muted); }
.why-banner { margin-top: 28px; display: flex; align-items: flex-start; gap: 20px; flex-wrap: wrap; background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: 32px 38px; }
.why-banner svg { width: 30px; height: 30px; color: #fff; flex: none; margin-top: 2px; }
.why-banner b { display: block; font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 700; letter-spacing: -0.02em; }
.why-banner span { display: block; margin-top: 8px; color: rgba(255,255,255,0.7); font-size: 1rem; line-height: 1.55; }
.why-banner > div { flex: 1 1 300px; }

/* ---------- Clients ---------- */
.clients { text-align: center; }
.clients h3 { font-size: 0.92rem; font-weight: 700; letter-spacing: 0.04em; color: var(--muted); text-transform: uppercase; }
.client-wall { margin-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.client-wall .logo {
  display: grid; place-items: center; padding: 30px 18px; border-radius: var(--r-md); border: 1px solid var(--line);
  background: var(--bg); font-weight: 800; font-size: 1.12rem; letter-spacing: -0.02em; color: var(--ink-2);
  transition: all 0.3s var(--ease); filter: grayscale(1); opacity: 0.78;
}
.client-wall .logo:hover { filter: none; opacity: 1; color: var(--accent); border-color: var(--accent-tint-2); transform: translateY(-3px); box-shadow: var(--sh-sm); }
.client-wall .logo small { font-weight: 600; font-size: 0.6em; color: var(--muted); }

/* ---------- Pricing ---------- */
.price-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 36px; }
.price-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--sh-xs); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.price-card .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent); margin-bottom: 16px; }
.price-card .ic svg { width: 22px; height: 22px; }
.price-card h4 { font-size: 1.02rem; font-weight: 700; }
.price-card .from { margin-top: 14px; display: flex; align-items: baseline; gap: 6px; }
.price-card .from span { font-size: 0.85rem; color: var(--muted); font-weight: 600; }
.price-card .from b { font-size: 1.85rem; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; }
.price-card .from .ph { color: var(--accent); }
.price-card .unit { font-size: 0.85rem; color: var(--muted); }

/* Calculator */
.calc { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-lg); overflow: hidden; display: grid; grid-template-columns: 1.25fr 0.85fr; }
.calc-form { padding: clamp(28px, 4vw, 44px); }
.calc-form h3 { font-size: 1.5rem; font-weight: 800; }
.calc-form .sub { margin-top: 8px; color: var(--muted); font-size: 0.96rem; }
.calc-grid { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field.full { grid-column: 1 / -1; }
.field > label { font-weight: 700; font-size: 0.88rem; color: var(--ink-2); }
.seg { display: flex; gap: 6px; background: var(--bg-soft-2); padding: 5px; border-radius: var(--r-sm); }
.seg button { flex: 1; padding: 10px 8px; border-radius: var(--r-xs); font-weight: 700; font-size: 0.86rem; color: var(--muted); transition: all 0.2s var(--ease); }
.seg button.active { background: var(--bg); color: var(--accent); box-shadow: var(--sh-xs); }
.ctrl, select.ctrl { padding: 13px 15px; border-radius: var(--r-sm); border: 1.5px solid var(--line); background: var(--bg); font-family: inherit; font-size: 0.95rem; font-weight: 600; color: var(--ink); transition: border-color 0.2s, box-shadow 0.2s; width: 100%; }
.ctrl:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-tint); }
select.ctrl { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7488' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; cursor: pointer; }
.addons { display: flex; flex-wrap: wrap; gap: 10px; }
.addon { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border-radius: var(--r-pill); border: 1.5px solid var(--line); font-weight: 600; font-size: 0.9rem; color: var(--ink-2); cursor: pointer; transition: all 0.2s var(--ease); user-select: none; }
.addon input { position: absolute; opacity: 0; pointer-events: none; }
.addon .box { width: 18px; height: 18px; border-radius: 6px; border: 1.5px solid var(--line); display: grid; place-items: center; transition: all 0.2s; }
.addon .box svg { width: 12px; height: 12px; color: #fff; opacity: 0; transition: opacity 0.15s; }
.addon:hover { border-color: var(--accent-soft); }
.addon.on { border-color: var(--accent); background: var(--accent-tint); color: var(--accent); }
.addon.on .box { background: var(--accent); border-color: var(--accent); }
.addon.on .box svg { opacity: 1; }
.range-row { display: flex; align-items: center; gap: 14px; }
.range-row input[type="range"] { flex: 1; accent-color: var(--accent); height: 6px; }
.range-row .val { font-weight: 800; color: var(--accent); min-width: 60px; text-align: right; font-size: 1.05rem; }

.calc-result { background: linear-gradient(165deg, var(--accent), var(--accent-strong)); color: #fff; padding: clamp(28px, 4vw, 44px); display: flex; flex-direction: column; }
.calc-result .rlabel { font-size: 0.84rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
.calc-result .ramount { margin-top: 10px; font-size: clamp(2.3rem, 4vw, 3.1rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.calc-result .ramount .cur { font-size: 0.55em; vertical-align: super; opacity: 0.8; margin-right: 2px; }
.calc-result .rnote { margin-top: 14px; font-size: 0.9rem; color: rgba(255,255,255,0.82); line-height: 1.5; }
.calc-breakdown { margin-top: 22px; display: flex; flex-direction: column; gap: 11px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.18); }
.calc-breakdown .row { display: flex; justify-content: space-between; font-size: 0.9rem; }
.calc-breakdown .row span { color: rgba(255,255,255,0.72); white-space: nowrap; }
.calc-breakdown .row b { font-weight: 700; }
.calc-result .btn { margin-top: auto; }
.calc-result .est-tag { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; padding: 8px 14px; border-radius: var(--r-pill); background: rgba(255,255,255,0.14); font-size: 0.82rem; font-weight: 600; }
.calc-result .est-tag svg { width: 15px; height: 15px; }

/* ---------- Reviews ---------- */
.reviews { background: var(--bg-soft); border-block: 1px solid var(--line); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 32px; box-shadow: var(--sh-xs); display: flex; flex-direction: column; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.review:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.stars { display: flex; gap: 3px; color: #f5a623; margin-bottom: 16px; }
.stars svg { width: 18px; height: 18px; }
.review p { font-size: 1.0rem; color: var(--ink-2); line-height: 1.6; text-wrap: pretty; }
.review .who { margin-top: 22px; display: flex; align-items: center; gap: 13px; }
.review .av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; flex: none; font-size: 1rem; }
.review .who b { display: block; font-weight: 700; font-size: 0.96rem; }
.review .who span { font-size: 0.84rem; color: var(--muted); }

/* ---------- Process ---------- */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px 30px; box-shadow: var(--sh-xs); }
.step .num { width: 46px; height: 46px; border-radius: 13px; background: var(--accent-tint); color: var(--accent); display: grid; place-items: center; font-weight: 800; font-size: 1.25rem; margin-bottom: 18px; }
.step h3 { font-size: 1.14rem; font-weight: 700; }
.step p { margin-top: 9px; font-size: 0.93rem; color: var(--muted); }
.step:not(:last-child)::after { content: ""; position: absolute; top: 52px; right: -13px; width: 26px; height: 2px; background: var(--line); z-index: 2; }

/* ---------- Contact ---------- */
.contact-inner { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(40px, 5vw, 72px); align-items: start; }
.channels { display: flex; flex-direction: column; gap: 16px; margin-top: 34px; }
.channel { display: flex; align-items: center; gap: 15px; padding: 16px 18px; border-radius: var(--r-md); border: 1px solid var(--line); background: var(--bg); box-shadow: var(--sh-xs); transition: all 0.25s var(--ease); }
.channel:hover { transform: translateX(4px); border-color: var(--accent-tint-2); box-shadow: var(--sh-sm); }
.channel .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; flex: none; color: #fff; }
.channel .ic svg { width: 22px; height: 22px; }
.channel .tx b { display: block; font-weight: 700; font-size: 0.98rem; }
.channel .tx span { font-size: 0.86rem; color: var(--muted); white-space: nowrap; }
.ic-phone { background: var(--accent); } .ic-mail { background: #5b6472; } .ic-wa { background: #25d366; } .ic-tg { background: #229ed9; }

.contact-form { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(26px, 4vw, 40px); box-shadow: var(--sh-md); }
.contact-form h3 { font-size: 1.4rem; font-weight: 800; }
.contact-form .sub { margin-top: 6px; color: var(--muted); font-size: 0.94rem; }
.form-grid { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .field.full { grid-column: 1 / -1; }
.contact-form textarea.ctrl { resize: vertical; min-height: 96px; }

/* Simple callback card */
.callback-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(30px, 4vw, 44px); box-shadow: var(--sh-md); align-self: center; }
.callback-card h3 { font-size: clamp(1.4rem, 2.2vw, 1.75rem); font-weight: 800; letter-spacing: -0.02em; }
.callback-card .sub { margin-top: 10px; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.callback-row { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.callback-quote-link { display: inline-block; margin-top: 20px; font-weight: 700; font-size: 0.94rem; color: var(--accent); transition: opacity 0.2s; }
.callback-quote-link:hover { opacity: 0.7; }

/* Pricing CTA band */
.price-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(30px, 4vw, 46px) clamp(30px, 4vw, 52px); box-shadow: var(--sh-md); }
.price-cta-tx h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 800; letter-spacing: -0.02em; }
.price-cta-tx p { margin-top: 10px; color: var(--muted); font-size: 1.02rem; line-height: 1.55; max-width: 540px; }
.price-cta .btn svg { width: 19px; height: 19px; }

.form-success { display: none; margin-top: 18px; padding: 16px 18px; border-radius: var(--r-md); background: var(--accent-tint); color: var(--accent); font-weight: 600; font-size: 0.94rem; align-items: center; gap: 10px; }
.form-success.show { display: flex; }
.form-success svg { width: 20px; height: 20px; flex: none; }
.hours-pill { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; padding: 10px 16px; border-radius: var(--r-pill); background: var(--accent-tint); color: var(--accent); font-weight: 700; font-size: 0.9rem; }
.hours-pill .dot-live { width: 9px; height: 9px; border-radius: 50%; background: #16a34a; }

/* Floating chat button */
.chat-fab { position: fixed; right: 22px; bottom: 22px; z-index: 70; width: 60px; height: 60px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; box-shadow: var(--sh-lg); transition: transform 0.25s var(--ease); }
.chat-fab:hover { transform: scale(1.06) translateY(-2px); }
.chat-fab svg { width: 27px; height: 27px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.72); padding-block: clamp(48px, 6vw, 76px) 32px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer .brand { color: #fff; }
.site-footer .brand .brand-name { color: #fff; }
.site-footer .brand .brand-name .bnum { color: var(--accent); }
.footer-about { margin-top: 18px; font-size: 0.94rem; line-height: 1.6; max-width: 320px; }
.footer-col h4 { color: #fff; font-size: 0.84rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; margin-bottom: 16px; }
.footer-col a, .footer-col p { display: block; font-size: 0.94rem; padding: 5px 0; color: rgba(255,255,255,0.72); transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; font-size: 0.86rem; }
.footer-bottom .socials { display: flex; gap: 10px; }
.footer-bottom .socials a { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,0.08); color: #fff; transition: all 0.2s; }
.footer-bottom .socials a:hover { background: var(--accent); transform: translateY(-2px); }
.footer-bottom .socials svg { width: 19px; height: 19px; }

/* Editable placeholder marker (invisible – no visible stroke) */
[data-ph] { }

/* ---------- Reveal animation (transform-only: always visible) ---------- */
.reveal { transform: translateY(28px); transition: transform 0.7s var(--ease-out); will-change: transform; }
.reveal.in { transform: none; }
.reveal.d1 { transition-delay: 0.07s; } .reveal.d2 { transition-delay: 0.14s; }
.reveal.d3 { transition-delay: 0.21s; } .reveal.d4 { transition-delay: 0.28s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { transform: none; transition: none; }
}

/* ---------- Keyframes (motion kept minimal) ---------- */

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-photo { margin-top: 8px; max-width: 620px; }
  .hero-photo image-slot { height: clamp(320px, 50vw, 440px); }
  .call-link { padding: 0; width: 42px; height: 42px; justify-content: center; border: 1.5px solid var(--line); border-radius: var(--r-sm); }
  .call-link span { display: none; }
  .call-link:hover { border-color: var(--accent); }
  .nav-links { gap: 0; margin-left: 6px; }
  .nav-links a { padding: 9px 11px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .svc.feature { grid-column: span 2; grid-row: auto; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .client-wall { grid-template-columns: repeat(4, 1fr); }
  .price-cards { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2)::after, .step:not(:last-child)::after { display: none; }
  .routes-inner, .contact-inner { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 760px) {
  .nav-links, .call-link { display: none; }
  .nav-right .btn-primary, .lang-dd { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav { height: 68px; }
  .mobile-menu { padding-top: 88px; }
  .trust-strip { grid-template-columns: 1fr 1fr; gap: 20px; }
  .trust-strip .ts + .ts { border-left: none; padding-left: 0; }
  .trust-strip .ts:nth-child(odd) { padding-left: 0; }
  .services-grid, .why-grid, .price-cards, .process-grid { grid-template-columns: 1fr; }
  .svc.feature { grid-column: auto; }
  .client-wall { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .callback-row { grid-template-columns: 1fr; }
  .price-cta { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-cta .btn { flex: 1; }
  .hero-badge { left: 12px; }
  .hero-badge.rating { right: 12px; }
}

/* =========================================================================
   Print / PDF export – prints the page in whatever tweak state is live
   (accent + corner style + hero layout all carry through). Just Cmd/Ctrl+P.
   ========================================================================= */
@media print {
  @page { size: A4 portrait; margin: 10mm; }
  html, body { background: #ffffff !important; }
  *, *::before, *::after {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  /* hide screen-only chrome */
  .chat-fab, .nav-toggle, .mobile-menu, .lang-wrap { display: none !important; }
  /* un-stick the header, drop blur/shadow so it prints flat */
  .site-header {
    position: static !important;
    background: #fff !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  /* reveal-on-scroll items must be fully visible on paper */
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  /* tighten vertical rhythm for paper */
  .section { padding-block: 54px !important; }
  .hero { padding-top: 32px !important; padding-bottom: 52px !important; min-height: 0 !important; }
  /* keep logical blocks from splitting across pages */
  section { break-inside: avoid-page; }
  .svc, .why-card, .price-card, .review, .step, .route-board,
  .price-cta, .callback-card, .client-wall .logo, .channel,
  .contact-form { break-inside: avoid; }
}

