/* ==========================================================================
   A1 Anna Packers & Movers — Design System
   Brand: magenta #EC2277 + deep navy #222266 (sampled from the logo)
   Author: Aswam.in
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand */
  --brand: #ec2277;
  --brand-700: #c2115f;
  --brand-600: #d61a6c;
  --brand-400: #f75e9c;
  --brand-100: #ffd9e8;
  --brand-050: #fff2f7;

  --navy: #141639;
  --navy-800: #222266;
  --navy-700: #2c2f7a;
  --navy-600: #3a3e96;
  --navy-100: #e5e6f5;

  --gold: #ffb020;
  --green: #12b76a;

  /* Neutrals */
  --ink: #0f1230;
  --ink-2: #2a2f52;
  --muted: #5e6488;
  --muted-2: #8b90ad;
  --line: #e7e9f4;
  --line-2: #f0f1f8;
  --bg: #ffffff;
  --bg-soft: #f6f7fc;
  --bg-soft-2: #eef0f9;

  /* Gradients */
  --grad-brand: linear-gradient(135deg, #ec2277 0%, #ff6a3d 100%);
  --grad-brand-soft: linear-gradient(135deg, #ff4d92 0%, #ff8a4c 100%);
  --grad-navy: linear-gradient(160deg, #1b1e4d 0%, #141639 55%, #0d0f28 100%);
  --grad-sheen: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, .55) 50%, transparent 80%);

  /* Type */
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Shape */
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 22px;
  --r-xl: 30px;
  --r-pill: 999px;

  /* Elevation */
  --sh-xs: 0 1px 2px rgba(15, 18, 48, .06);
  --sh-sm: 0 4px 14px rgba(15, 18, 48, .07);
  --sh: 0 12px 34px rgba(15, 18, 48, .09);
  --sh-lg: 0 26px 64px rgba(15, 18, 48, .14);
  --sh-brand: 0 16px 40px rgba(236, 34, 119, .32);

  /* Layout */
  --wrap: 1200px;
  --wrap-wide: 1360px;
  --gutter: 24px;
  --header-h: 78px;

  /* Motion */
  --e-out: cubic-bezier(.22, .61, .36, 1);
  --e-spring: cubic-bezier(.34, 1.56, .64, 1);
  --t-fast: .18s var(--e-out);
  --t: .34s var(--e-out);
  --t-slow: .6s var(--e-out);
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
}

body {
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-2);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }

h1, h2, h3, h4, h5 {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.028em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 1.15rem + 4.6vw, 4.25rem); }
h2 { font-size: clamp(1.85rem, 1.05rem + 2.9vw, 3rem); }
h3 { font-size: clamp(1.2rem, .98rem + .82vw, 1.55rem); letter-spacing: -.02em; }
h4 { font-size: 1.09rem; letter-spacing: -.015em; }
p { text-wrap: pretty; }

::selection { background: var(--brand); color: #fff; }

:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 999;
  background: var(--brand); color: #fff; padding: 12px 20px;
  border-radius: 0 0 var(--r-sm) var(--r-sm); font-weight: 700;
  transition: top var(--t);
}
.skip-link:focus { top: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

/* --------------------------------------------------------------------------
   3. Layout utilities
   -------------------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-wide { max-width: var(--wrap-wide); }

.section { padding-block: clamp(64px, 7vw, 116px); position: relative; }
.section--tight { padding-block: clamp(48px, 5vw, 76px); }
.section--soft { background: var(--bg-soft); }
.section--dark { background: var(--grad-navy); color: #c9cce8; }
.section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }

.head { max-width: 720px; margin-bottom: clamp(36px, 4vw, 60px); }
.head--center { margin-inline: auto; text-align: center; }
.head p { margin-top: 16px; font-size: 1.06rem; color: var(--muted); }
.section--dark .head p { color: #a2a7cd; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .74rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--brand);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; border-radius: 2px;
  background: var(--grad-brand);
}
.head--center .eyebrow::after {
  content: ""; width: 26px; height: 2px; border-radius: 2px;
  background: var(--grad-brand);
}
.section--dark .eyebrow { color: var(--brand-400); }

.grid { display: grid; gap: 24px; }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }

.lede { font-size: clamp(1.02rem, .96rem + .3vw, 1.2rem); color: var(--muted); }

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn {
  --btn-bg: var(--grad-brand);
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: var(--r-pill);
  font-weight: 700; font-size: .95rem; letter-spacing: -.01em;
  color: #fff; background: var(--btn-bg);
  box-shadow: var(--sh-brand);
  transition: transform var(--t), box-shadow var(--t), background-color var(--t);
  overflow: hidden; white-space: nowrap;
}
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--grad-sheen); transform: translateX(-120%);
  transition: transform .75s var(--e-out);
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(236, 34, 119, .4); }
.btn:hover::after { transform: translateX(120%); }
.btn:active { transform: translateY(-1px); }
.btn svg { flex: none; }

.btn--ghost {
  background: transparent; color: var(--ink);
  box-shadow: inset 0 0 0 1.6px var(--line);
}
.btn--ghost:hover { box-shadow: inset 0 0 0 1.6px var(--brand); color: var(--brand); }
.section--dark .btn--ghost { color: #fff; box-shadow: inset 0 0 0 1.6px rgba(255, 255, 255, .28); }
.section--dark .btn--ghost:hover { box-shadow: inset 0 0 0 1.6px #fff; color: #fff; background: rgba(255, 255, 255, .07); }

.btn--white { background: #fff; color: var(--navy-800); box-shadow: var(--sh); }
.btn--white:hover { box-shadow: var(--sh-lg); }

.btn--wa { background: linear-gradient(135deg, #25d366, #0fae4f); box-shadow: 0 16px 40px rgba(18, 183, 106, .3); }
.btn--wa:hover { box-shadow: 0 22px 48px rgba(18, 183, 106, .38); }

.btn--sm { padding: 11px 20px; font-size: .875rem; }
.btn--lg { padding: 18px 36px; font-size: 1.02rem; }
.btn--block { display: flex; width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; color: var(--brand); font-size: .93rem;
}
.link-arrow svg { transition: transform var(--t); }
.link-arrow:hover svg { transform: translateX(5px); }

/* Magnetic buttons (JS-driven) */
.magnetic { will-change: transform; }

/* --------------------------------------------------------------------------
   5. Chips, badges, pills
   -------------------------------------------------------------------------- */
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: var(--r-pill);
  background: var(--bg-soft); color: var(--ink-2);
  font-size: .84rem; font-weight: 600;
  border: 1px solid var(--line);
  transition: all var(--t);
}
.chip svg { color: var(--brand); flex: none; }

.badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 15px; border-radius: var(--r-pill);
  background: var(--brand-050); color: var(--brand-700);
  font-size: .78rem; font-weight: 800; letter-spacing: .02em;
  border: 1px solid var(--brand-100);
}
.badge--glass {
  background: rgba(255, 255, 255, .1); color: #fff;
  border-color: rgba(255, 255, 255, .2);
  backdrop-filter: blur(10px);
}

.dot-live {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(18, 183, 106, .6);
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  70% { box-shadow: 0 0 0 9px rgba(18, 183, 106, 0); }
  100% { box-shadow: 0 0 0 0 rgba(18, 183, 106, 0); }
}

/* --------------------------------------------------------------------------
   6. Scroll reveal system
   -------------------------------------------------------------------------- */
/* Content is only hidden once JS has confirmed it can reveal it again.
   The `js` class is set by an inline script in <head> and removed again if
   main.js has not booted within 2.5s — so a script failure can never leave
   the page blank. */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s var(--e-out), transform .75s var(--e-out);
  transition-delay: var(--d, 0ms);
}
.js [data-reveal="left"]  { transform: translateX(-34px); }
.js [data-reveal="right"] { transform: translateX(34px); }
.js [data-reveal="zoom"]  { transform: scale(.93); }
.js [data-reveal="clip"]  { opacity: 1; clip-path: inset(0 100% 0 0); transform: none; transition: clip-path 1s var(--e-out); transition-delay: var(--d, 0ms); }
.js .is-in[data-reveal] { opacity: 1; transform: none; }
.js .is-in[data-reveal="clip"] { clip-path: inset(0 0 0 0); }

/* Scroll progress bar */
.scroll-bar {
  position: fixed; inset: 0 auto auto 0; z-index: 200;
  height: 3px; width: 100%; transform-origin: 0 50%; transform: scaleX(0);
  background: var(--grad-brand); pointer-events: none;
}

/* --------------------------------------------------------------------------
   7. Header
   -------------------------------------------------------------------------- */
.topbar {
  background: var(--navy); color: #b9bde0;
  font-size: .83rem; line-height: 1;
  transition: height var(--t), opacity var(--t);
  height: 42px; overflow: hidden;
}
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 42px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; transition: color var(--t-fast); }
.topbar a:hover { color: #fff; }
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 22px; }
.topbar svg { color: var(--brand-400); }
.topbar__note { display: inline-flex; align-items: center; gap: 8px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: box-shadow var(--t), border-color var(--t), background-color var(--t);
}
.site-header.is-stuck {
  box-shadow: 0 6px 26px rgba(15, 18, 48, .08);
  border-bottom-color: var(--line-2);
}
body.nav-open .site-header { background: #fff; }

.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  height: var(--header-h);
  transition: height var(--t);
}
.is-stuck .nav { height: 68px; }

/* Logo — the real A1 Anna wordmark */
.logo { display: flex; align-items: center; flex: none; }
.logo img {
  width: auto; height: 46px; display: block;
  transition: transform var(--t) var(--e-spring), height var(--t);
  filter: drop-shadow(0 2px 10px rgba(236, 34, 119, .16));
}
.logo:hover img { transform: scale(1.04); }
.is-stuck .logo img { height: 40px; }
.logo--footer img { height: 52px; filter: none; }

/* Sheen sweep — a light bar crossing the logo mark, replays on a loop so it
   stays noticeable without ever becoming distracting (long pause between). */
.logo__wrap { position: relative; display: block; overflow: hidden; border-radius: 8px; }
.logo__sheen {
  position: absolute; top: 0; left: -65%; width: 45%; height: 100%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .85) 50%, transparent 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  animation: logoSheen 4.6s ease-in-out infinite;
}
@keyframes logoSheen {
  0%, 8%   { left: -65%; }
  38%      { left: 135%; }
  100%     { left: 135%; }
}
@media (prefers-reduced-motion: reduce) { .logo__sheen { display: none; } }

/* Nav links */
.nav__menu { display: flex; align-items: center; gap: 4px; }
.nav__link {
  position: relative; display: inline-flex; align-items: center; gap: 5px;
  padding: 10px 14px; border-radius: var(--r-sm);
  font-size: .93rem; font-weight: 600; color: var(--ink-2);
  transition: color var(--t-fast), background-color var(--t-fast);
}
.nav__link:hover, .nav__item:focus-within > .nav__link { color: var(--brand); background: var(--brand-050); }
.nav__link[aria-current="page"] { color: var(--brand); }
.nav__link[aria-current="page"]::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px;
  height: 2px; border-radius: 2px; background: var(--grad-brand);
}
.nav__item { position: relative; }
.nav__caret { transition: transform var(--t-fast); }
.nav__item:hover .nav__caret { transform: rotate(180deg); }

/* Mega menu */
.mega {
  position: absolute; top: calc(100% + 10px); left: 50%;
  transform: translate(-50%, 12px);
  width: min(760px, calc(100vw - 40px));
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--sh-lg);
  padding: 22px; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity var(--t), transform var(--t), visibility var(--t);
}
.nav__item:hover > .mega, .nav__item:focus-within > .mega {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translate(-50%, 0);
}
.mega__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.mega__link {
  display: flex; gap: 13px; align-items: flex-start;
  padding: 12px 14px; border-radius: var(--r);
  transition: background-color var(--t-fast), transform var(--t-fast);
}
.mega__link:hover { background: var(--bg-soft); transform: translateX(3px); }
.mega__ico {
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  display: grid; place-items: center;
  background: var(--brand-050); color: var(--brand);
}
.mega__link:hover .mega__ico { background: var(--grad-brand); color: #fff; }
.mega__t { display: block; font-weight: 700; font-size: .91rem; color: var(--ink); line-height: 1.3; }
.mega__d { display: block; font-size: .79rem; color: var(--muted); line-height: 1.5; margin-top: 2px; }
.mega__foot {
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-size: .86rem; color: var(--muted);
}

/* Call/WhatsApp/social block at the foot of the mobile drawer only — desktop
   already has the phone button and full footer for this. */
.nav__mobile-foot { display: none; }

.nav__cta { display: flex; align-items: center; gap: 12px; flex: none; }
.nav__phone {
  display: flex; align-items: center; gap: 10px;
  padding-right: 4px;
}
.nav__phone-ico {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: var(--brand-050); color: var(--brand);
  animation: ring 2.6s var(--e-out) infinite;
}
@keyframes ring {
  0%, 68%, 100% { transform: rotate(0); }
  72% { transform: rotate(-14deg); }
  76% { transform: rotate(12deg); }
  80% { transform: rotate(-10deg); }
  84% { transform: rotate(8deg); }
  88% { transform: rotate(0); }
}
.nav__phone-txt { line-height: 1.15; }
.nav__phone-txt small { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.nav__phone-txt b { font-size: .95rem; color: var(--navy-800); letter-spacing: -.02em; }

/* Burger */
.burger {
  display: none; width: 46px; height: 46px; border-radius: 13px;
  background: var(--bg-soft); border: 1px solid var(--line);
  place-items: center; flex: none;
}
.burger span {
  display: block; width: 19px; height: 2px; border-radius: 2px;
  background: var(--navy-800); transition: transform var(--t), opacity var(--t-fast);
}
.burger span + span { margin-top: 5px; }
body.nav-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .burger span:nth-child(2) { opacity: 0; }
body.nav-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --------------------------------------------------------------------------
   8. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  padding-block: clamp(56px, 6vw, 96px) clamp(72px, 8vw, 120px);
  background:
    radial-gradient(900px 480px at 88% -8%, rgba(236, 34, 119, .1), transparent 62%),
    radial-gradient(760px 420px at 4% 104%, rgba(34, 34, 102, .09), transparent 60%),
    var(--bg);
}
.hero__mesh {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  opacity: .55;
}
.hero__blob {
  position: absolute; border-radius: 50%; filter: blur(70px);
  animation: float 17s ease-in-out infinite;
}
.hero__blob:nth-child(1) { width: 420px; height: 420px; top: -110px; right: -60px; background: rgba(236, 34, 119, .22); }
.hero__blob:nth-child(2) { width: 340px; height: 340px; bottom: -120px; left: -70px; background: rgba(58, 62, 150, .2); animation-delay: -6s; }
.hero__blob:nth-child(3) { width: 260px; height: 260px; top: 44%; left: 46%; background: rgba(255, 106, 61, .14); animation-delay: -11s; }
@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(28px, -34px) scale(1.07); }
  66% { transform: translate(-24px, 22px) scale(.95); }
}
.hero__grid-lines {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(ellipse 80% 62% at 50% 42%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 80% 62% at 50% 42%, #000 30%, transparent 78%);
  opacity: .8;
}

.hero__in {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.06fr .94fr;
  gap: clamp(32px, 4vw, 64px); align-items: center;
}
.hero h1 { margin-block: 18px 0; color: var(--navy); }
.grad {
  background: var(--grad-brand);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__kinetic {
  margin-block: 14px 20px;
  font-size: clamp(1.1rem, .95rem + .85vw, 1.55rem);
  font-weight: 700; letter-spacing: -.024em; color: var(--navy-800);
  line-height: 1.35;
}
.hero__lede { font-size: clamp(1.02rem, .96rem + .38vw, 1.19rem); color: var(--muted); max-width: 54ch; }

/* Kinetic rotating word.
   NOTE: overflow:hidden makes an inline-grid use its bottom margin edge as the
   baseline, so it must be pulled back up with an explicit vertical-align. */
.rotator {
  display: inline-grid; overflow: hidden;
  height: 1.22em; line-height: 1.22; vertical-align: -.26em;
}
.rotator span {
  grid-area: 1 / 1; line-height: 1.22; white-space: nowrap;
  background: var(--grad-brand);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  opacity: 0; transform: translateY(100%);
  transition: opacity .5s var(--e-out), transform .5s var(--e-out);
}
.rotator span.is-active { opacity: 1; transform: translateY(0); }
.rotator span.is-out { opacity: 0; transform: translateY(-100%); }

.hero__proof {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px;
  margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line);
}
.hero__stars { display: flex; align-items: center; gap: 9px; font-size: .88rem; color: var(--muted); }
.hero__stars b { color: var(--ink); }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.hero__avatars { display: flex; }
.hero__avatars i {
  width: 34px; height: 34px; border-radius: 50%; margin-left: -10px;
  border: 2.5px solid #fff; display: grid; place-items: center;
  font-style: normal; font-size: .7rem; font-weight: 800; color: #fff;
  background: var(--grad-brand);
}
.hero__avatars i:first-child { margin-left: 0; }
.hero__avatars i:nth-child(2) { background: linear-gradient(135deg, #3a3e96, #6b70d6); }
.hero__avatars i:nth-child(3) { background: linear-gradient(135deg, #ff8a4c, #ffb020); }
.hero__avatars i:nth-child(4) { background: linear-gradient(135deg, #12b76a, #4ade80); }

/* Hero selling points */
.hero__points { display: grid; gap: 11px; margin-top: 26px; }
.hero__points li {
  display: flex; gap: 11px; align-items: flex-start;
  font-size: .96rem; color: var(--ink-2);
}
.hero__points svg { flex: none; margin-top: 3px; color: var(--green); }

/* Hero enquiry form — the primary conversion path on the page */
.quick {
  position: relative;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-xl); box-shadow: var(--sh-lg);
  overflow: hidden;
}
.quick__head {
  background: var(--grad-navy); color: #a2a7cd;
  padding: 24px 26px; position: relative; overflow: hidden;
}
.quick__head::before {
  content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  background: rgba(236, 34, 119, .34); filter: blur(60px); top: -110px; right: -70px;
}
.quick__head > * { position: relative; }
.quick__head h2 { color: #fff; font-size: 1.42rem; letter-spacing: -.028em; }
.quick__head p { font-size: .89rem; margin-top: 6px; }

.quick__body { padding: 24px 26px 26px; }
.quick .f-group { margin-bottom: 14px; }
.quick .f-row { gap: 14px; }
.quick .f-group label { font-size: .76rem; font-weight: 700; color: var(--muted); margin-bottom: 6px; }
.quick .f-control { padding: 12px 14px; font-size: .93rem; }
.quick .btn { margin-top: 6px; }

.quick__note {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-size: .76rem; color: var(--muted-2); margin-top: 12px;
}
.quick__or {
  display: flex; align-items: center; gap: 14px;
  margin: 18px 0 14px; color: var(--muted-2); font-size: .78rem;
}
.quick__or::before, .quick__or::after {
  content: ""; flex: 1; height: 1px; background: var(--line);
}
.quick__direct { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quick__direct a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 12px; border-radius: var(--r-sm);
  border: 1.5px solid var(--line); background: var(--bg-soft);
  font-size: .87rem; font-weight: 700; color: var(--navy-800);
  transition: all var(--t-fast);
}
.quick__direct a:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-050); }
.quick__direct a:last-child:hover { border-color: #25d366; color: #0fae4f; background: rgba(37, 211, 102, .08); }
.quick .form-msg { margin: 0 26px 22px; }

/* Floating cards around tracker.
   .hero__vis carries a padding band top and bottom that is exactly as tall as a
   card, so each card can hang off the tracker's corner without ever covering
   the text inside it. */
.hero__vis { position: relative; padding-block: 34px 38px; }
.float-card {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: 11px;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); box-shadow: var(--sh);
  padding: 10px 14px; font-size: .84rem; font-weight: 700; color: var(--ink);
  animation: bob 5.5s ease-in-out infinite;
}
.float-card i {
  width: 34px; height: 34px; border-radius: 10px; flex: none;
  display: grid; place-items: center; font-style: normal;
}
.float-card--a { top: 0; left: -24px; }
.float-card--a i { background: rgba(18, 183, 106, .12); color: var(--green); }
.float-card--b { bottom: 0; right: -20px; animation-delay: -2.7s; }
.float-card--b i { background: var(--brand-050); color: var(--brand); }
.float-card small { display: block; font-size: .72rem; font-weight: 600; color: var(--muted); }
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-11px); }
}

/* --------------------------------------------------------------------------
   9. Marquee
   -------------------------------------------------------------------------- */
.marquee {
  --speed: 42s;
  overflow: hidden; padding-block: 20px;
  background: var(--navy); color: #fff;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.marquee__track { display: flex; width: max-content; animation: slide var(--speed) linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__row { display: flex; align-items: center; gap: 44px; padding-right: 44px; }
.marquee__item {
  display: inline-flex; align-items: center; gap: 11px;
  font-size: .95rem; font-weight: 700; letter-spacing: -.01em; white-space: nowrap;
  color: rgba(255, 255, 255, .82);
}
.marquee__item svg { color: var(--brand-400); flex: none; }
.marquee__sep { width: 5px; height: 5px; border-radius: 50%; background: var(--brand); flex: none; }
@keyframes slide { to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   10. Stats / counters
   -------------------------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.stat { background: #fff; padding: 34px 26px; text-align: center; transition: background-color var(--t); }
.stat:hover { background: var(--brand-050); }
.stat__n {
  font-size: clamp(2.1rem, 1.4rem + 2.4vw, 3.1rem); font-weight: 800;
  letter-spacing: -.04em; line-height: 1;
  background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat__l { margin-top: 10px; font-size: .82rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.section--dark .stats { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .12); }
.section--dark .stat { background: rgba(255, 255, 255, .02); }
.section--dark .stat:hover { background: rgba(255, 255, 255, .06); }
.section--dark .stat__l { color: #9296bd; }

/* --------------------------------------------------------------------------
   11. Service cards (3D tilt + spotlight)
   -------------------------------------------------------------------------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.svc {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.svc:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); border-color: var(--brand-100); }

/* Photo header */
.svc__media {
  position: relative; display: block; overflow: hidden;
  aspect-ratio: 16 / 10; background: var(--bg-soft-2);
}
.svc__media picture, .svc__media img {
  width: 100%; height: 100%; display: block;
}
.svc__media img { object-fit: cover; transition: transform .9s var(--e-out); }
.svc:hover .svc__media img { transform: scale(1.07); }
.svc__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20, 22, 57, .1) 0%, transparent 40%, rgba(20, 22, 57, .38) 100%);
}

.svc__ico {
  position: absolute; left: 20px; bottom: -26px; z-index: 2;
  width: 56px; height: 56px; border-radius: 17px;
  display: grid; place-items: center;
  background: #fff; color: var(--brand);
  box-shadow: var(--sh); border: 1px solid var(--line-2);
  transition: background var(--t), color var(--t), transform var(--t-slow) var(--e-spring);
}
.svc:hover .svc__ico {
  background: var(--grad-brand); color: #fff; border-color: transparent;
  transform: rotate(-7deg) scale(1.07); box-shadow: var(--sh-brand);
}

.svc__body { padding: 42px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.svc h3 { margin-bottom: 10px; }
.svc h3 a { transition: color var(--t-fast); }
.svc h3 a:hover { color: var(--brand); }
.svc p { font-size: .92rem; color: var(--muted); }
.svc__list { margin: 16px 0 22px; display: grid; gap: 8px; }
.svc__list li { display: flex; gap: 9px; font-size: .87rem; color: var(--ink-2); }
.svc__list svg { flex: none; color: var(--green); margin-top: 4px; }
.svc__foot { margin-top: auto; }

/* --------------------------------------------------------------------------
   12. Process — scroll-linked timeline
   -------------------------------------------------------------------------- */
.process { position: relative; }
.process__rail {
  position: absolute; left: 50%; top: 40px; bottom: 40px; width: 2px;
  transform: translateX(-50%); background: rgba(255, 255, 255, .12);
}
.process__prog {
  position: absolute; left: 0; top: 0; width: 100%; height: var(--p, 0%);
  background: var(--grad-brand); box-shadow: 0 0 18px rgba(236, 34, 119, .6);
  transition: height .12s linear;
}
.steps { display: grid; gap: 30px; position: relative; }
.step { display: grid; grid-template-columns: 1fr 84px 1fr; align-items: center; gap: 0; }
.step__card {
  background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-lg); padding: 26px 28px;
  backdrop-filter: blur(6px);
  transition: transform var(--t), border-color var(--t), background-color var(--t);
}
.step:hover .step__card { transform: translateY(-5px); border-color: rgba(236, 34, 119, .45); background: rgba(255, 255, 255, .07); }
.step__card p { font-size: .92rem; color: #a2a7cd; margin-top: 9px; }
.step__num {
  justify-self: center; width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 800; font-size: 1.1rem;
  color: #fff; background: var(--navy-700); border: 2px solid rgba(255, 255, 255, .16);
  position: relative; z-index: 2;
  transition: all .5s var(--e-spring);
}
.step.is-in .step__num { background: var(--grad-brand); border-color: transparent; box-shadow: var(--sh-brand); transform: scale(1.06); }
.step:nth-child(even) .step__card { grid-column: 3; }
.step:nth-child(even) .step__num { grid-column: 2; grid-row: 1; }
.step:nth-child(odd) .step__card { grid-column: 1; text-align: right; }
.step__ico { color: var(--brand-400); margin-bottom: 12px; }
.step:nth-child(odd) .step__ico { margin-left: auto; }

/* --------------------------------------------------------------------------
   13. Indicative price list (service sidebars)
   -------------------------------------------------------------------------- */
.price-list { display: grid; gap: 12px; }
.price-list li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  font-size: .88rem; padding-bottom: 12px;
  border-bottom: 1px dashed var(--line);
}
.price-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.price-list li b {
  color: var(--brand); font-weight: 800; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

/* --------------------------------------------------------------------------
   14. Coverage map
   -------------------------------------------------------------------------- */
.coverage { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(30px, 4vw, 64px); align-items: center; }
.map-wrap { position: relative; }
.map-wrap svg { width: 100%; height: auto; overflow: visible; }
.map-route { stroke-dasharray: 6 6; animation: dash 2.4s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -24; } }
.map-pin { transform-box: fill-box; transform-origin: center; animation: pinPulse 2.6s ease-in-out infinite; }
.map-pin:nth-of-type(2) { animation-delay: -.5s; }
.map-pin:nth-of-type(3) { animation-delay: -1s; }
.map-pin:nth-of-type(4) { animation-delay: -1.5s; }
.map-pin:nth-of-type(5) { animation-delay: -2s; }
@keyframes pinPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.28); opacity: .82; }
}
.cities { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.cities a {
  padding: 9px 16px; border-radius: var(--r-pill);
  background: #fff; border: 1px solid var(--line);
  font-size: .85rem; font-weight: 600; color: var(--ink-2);
  transition: all var(--t-fast);
}
.cities a:hover { background: var(--grad-brand); color: #fff; border-color: transparent; transform: translateY(-2px); box-shadow: var(--sh-sm); }

/* --------------------------------------------------------------------------
   14b. Split photo module
   -------------------------------------------------------------------------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4.5vw, 72px); align-items: center;
}
.split__media { position: relative; padding-bottom: 46px; padding-right: 46px; }
.split__main { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-lg); }
.split__main img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; display: block; }
.split__inset {
  position: absolute; right: 0; bottom: 0; width: 46%;
  border-radius: var(--r-lg); overflow: hidden;
  border: 6px solid #fff; box-shadow: var(--sh);
}
.split__inset img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; display: block; }
.split__badge {
  position: absolute; left: -18px; top: 30px; z-index: 2;
  display: flex; align-items: center; gap: 12px;
  background: var(--grad-brand); color: #fff;
  border-radius: var(--r); padding: 14px 20px;
  box-shadow: var(--sh-brand);
}
.split__badge b { font-size: 2.1rem; font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.split__badge b span { font-size: 1.2rem; vertical-align: super; }
.split__badge > span { font-size: .78rem; font-weight: 700; line-height: 1.3; }

/* --------------------------------------------------------------------------
   15. Bento — why choose us
   -------------------------------------------------------------------------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bento__cell {
  position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 28px;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.bento__cell:hover { transform: translateY(-6px); box-shadow: var(--sh); border-color: var(--brand-100); }
.bento__cell h3 { margin-bottom: 9px; }
.bento__cell p { font-size: .9rem; color: var(--muted); }
.bento__ico {
  width: 50px; height: 50px; border-radius: 15px; margin-bottom: 18px;
  display: grid; place-items: center; background: var(--brand-050); color: var(--brand);
  transition: all var(--t);
}
.bento__cell:hover .bento__ico { background: var(--grad-brand); color: #fff; }
.b-2 { grid-column: span 2; }
.b-4 { grid-column: span 4; }
.bento__cell--brand {
  background: var(--grad-brand); border-color: transparent; color: rgba(255, 255, 255, .9);
}
.bento__cell--brand h3 { color: #fff; }
.bento__cell--brand p { color: rgba(255, 255, 255, .88); }
.bento__cell--brand .bento__ico { background: rgba(255, 255, 255, .18); color: #fff; }
.bento__cell--dark { background: var(--grad-navy); border-color: transparent; }
.bento__cell--dark h3 { color: #fff; }
.bento__cell--dark p { color: #a2a7cd; }
.bento__cell--dark .bento__ico { background: rgba(255, 255, 255, .1); color: var(--brand-400); }
.bento__cell--split { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; }

/* --------------------------------------------------------------------------
   16. Gallery
   -------------------------------------------------------------------------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 34px; }
.filters button {
  padding: 10px 20px; border-radius: var(--r-pill);
  background: #fff; border: 1.5px solid var(--line);
  font-size: .875rem; font-weight: 600; color: var(--ink-2);
  transition: all var(--t-fast);
}
.filters button:hover { border-color: var(--brand-100); color: var(--brand); }
.filters button.is-active { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: 0 8px 20px rgba(236, 34, 119, .26); }

.gal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gal__item {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  aspect-ratio: 4 / 3; background: var(--bg-soft-2);
  border: 1px solid var(--line); cursor: zoom-in;
  transition: transform var(--t), box-shadow var(--t), opacity var(--t);
}
.gal__item:hover { transform: scale(1.015); box-shadow: var(--sh); }
.gal__item picture { display: block; width: 100%; height: 100%; }
.gal__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--e-out); }
.gal__item:hover img { transform: scale(1.09); }
.gal__cap {
  position: absolute; inset: auto 0 0; padding: 34px 20px 18px;
  background: linear-gradient(transparent, rgba(15, 18, 48, .88));
  color: #fff; font-weight: 700; font-size: .92rem;
  transform: translateY(12px); opacity: 0; transition: all var(--t);
}
.gal__item:hover .gal__cap { transform: none; opacity: 1; }
.gal__cap small { display: block; font-weight: 500; font-size: .78rem; opacity: .8; }
.gal__item.is-hidden { display: none; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 300;
  display: grid; place-items: center; padding: 24px;
  background: rgba(10, 12, 32, .92); backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; transition: all var(--t);
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img, .lightbox__ph {
  max-width: min(1000px, 92vw); max-height: 84vh; border-radius: var(--r-lg);
  transform: scale(.94); transition: transform var(--t) var(--e-spring);
}
.lightbox.is-open img, .lightbox.is-open .lightbox__ph { transform: scale(1); }
.lightbox__ph { width: min(700px, 90vw); aspect-ratio: 4/3; display: grid; place-items: center; background: var(--navy-700); color: #fff; }
.lightbox__close {
  position: absolute; top: 22px; right: 22px; width: 46px; height: 46px;
  border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff;
  display: grid; place-items: center; transition: all var(--t-fast);
}
.lightbox__close:hover { background: var(--brand); transform: rotate(90deg); }
.lightbox__cap { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: #fff; font-weight: 600; font-size: .92rem; }

/* --------------------------------------------------------------------------
   17. Testimonials
   -------------------------------------------------------------------------- */
.reviews { position: relative; }
.reviews__track {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-block: 6px 22px; scrollbar-width: none;
  cursor: grab;
}
.reviews__track::-webkit-scrollbar { display: none; }
.reviews__track.is-drag { cursor: grabbing; scroll-snap-type: none; }
.review {
  flex: 0 0 clamp(280px, 32%, 400px); scroll-snap-align: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px 28px; display: flex; flex-direction: column;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.review:hover { transform: translateY(-5px); box-shadow: var(--sh); border-color: var(--brand-100); }
.review__q { color: var(--brand-100); margin-bottom: 14px; }
.review p { font-size: .95rem; color: var(--ink-2); flex: 1; }
.review__by { display: flex; align-items: center; gap: 13px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line-2); }
.review__av {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-weight: 800; font-size: 1rem; color: #fff;
  background: var(--grad-brand);
}
.review__by b { display: block; font-size: .93rem; color: var(--ink); letter-spacing: -.015em; }
.review__by span { font-size: .8rem; color: var(--muted); }
.reviews__nav { display: flex; gap: 10px; justify-content: center; margin-top: 8px; }
.reviews__nav button {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid var(--line); background: #fff; color: var(--ink-2);
  display: grid; place-items: center; transition: all var(--t-fast);
}
.reviews__nav button:hover { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: var(--sh-brand); }

/* --------------------------------------------------------------------------
   18. FAQ accordion
   -------------------------------------------------------------------------- */
.faq { display: grid; gap: 14px; max-width: 860px; margin-inline: auto; }
.faq__item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; transition: border-color var(--t), box-shadow var(--t);
}
.faq__item.is-open { border-color: var(--brand-100); box-shadow: var(--sh-sm); }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 21px 24px; text-align: left;
  font-weight: 700; font-size: 1rem; color: var(--ink); letter-spacing: -.015em;
  transition: color var(--t-fast);
}
.faq__q:hover { color: var(--brand); }
.faq__ico {
  width: 32px; height: 32px; border-radius: 50%; flex: none;
  display: grid; place-items: center; background: var(--bg-soft); color: var(--brand);
  transition: all var(--t);
}
.faq__item.is-open .faq__ico { background: var(--grad-brand); color: #fff; transform: rotate(45deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .42s var(--e-out); }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding: 0 24px 22px; font-size: .94rem; color: var(--muted); }

/* --------------------------------------------------------------------------
   19. CTA band
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative; overflow: hidden;
  background: var(--grad-navy); color: #c9cce8;
  border-radius: var(--r-xl); padding: clamp(38px, 4.4vw, 66px);
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
}
.cta-band::before {
  content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: rgba(236, 34, 119, .3); filter: blur(90px); top: -140px; right: -80px;
}
.cta-band::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(120deg, #000, transparent 70%);
  -webkit-mask-image: linear-gradient(120deg, #000, transparent 70%);
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; }
.cta-band p { margin-top: 14px; color: #a2a7cd; max-width: 56ch; }

/* --------------------------------------------------------------------------
   20. Forms
   -------------------------------------------------------------------------- */
.form-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-xl); box-shadow: var(--sh-lg);
  padding: clamp(26px, 3vw, 40px);
}
.f-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.f-group { margin-bottom: 18px; position: relative; }
.f-group label {
  display: block; font-size: .8rem; font-weight: 700; color: var(--ink-2);
  margin-bottom: 8px;
}
.f-group label .req { color: var(--brand); }
.f-control {
  width: 100%; padding: 14px 16px; border-radius: var(--r-sm);
  border: 1.6px solid var(--line); background: var(--bg-soft);
  font-size: .95rem; transition: all var(--t-fast);
}
.f-control::placeholder { color: var(--muted-2); }
.f-control:hover { border-color: var(--brand-100); }
.f-control:focus {
  outline: none; border-color: var(--brand); background: #fff;
  box-shadow: 0 0 0 4px var(--brand-050);
}
textarea.f-control { resize: vertical; min-height: 118px; }
select.f-control {
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235e6488' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  padding-right: 42px;
}
.f-hint { font-size: .78rem; color: var(--muted-2); margin-top: 7px; }

/* Multi-step */
.steps-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; }
.steps-bar__s { flex: 1; height: 5px; border-radius: 3px; background: var(--line); overflow: hidden; }
.steps-bar__s i { display: block; height: 100%; width: 0; background: var(--grad-brand); transition: width .5s var(--e-out); }
.steps-bar__s.is-done i, .steps-bar__s.is-active i { width: 100%; }
.steps-bar__s.is-active i { width: 100%; }
.fstep { display: none; animation: fadeUp .45s var(--e-out); }
.fstep.is-active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.fstep__label { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); margin-bottom: 6px; }
.form-nav { display: flex; gap: 12px; justify-content: space-between; margin-top: 24px; }
.form-msg {
  padding: 14px 18px; border-radius: var(--r-sm); font-size: .9rem; font-weight: 600;
  margin-top: 16px; display: none;
}
.form-msg.is-ok { display: block; background: rgba(18, 183, 106, .1); color: #087443; border: 1px solid rgba(18, 183, 106, .25); }
.form-msg.is-err { display: block; background: var(--brand-050); color: var(--brand-700); border: 1px solid var(--brand-100); }

/* --------------------------------------------------------------------------
   21. Inner page hero + breadcrumbs + prose
   -------------------------------------------------------------------------- */
.page-hero {
  position: relative; overflow: hidden;
  background: var(--grad-navy); color: #c9cce8;
  padding-block: clamp(52px, 6vw, 92px) clamp(56px, 6.5vw, 100px);
}
.page-hero::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: rgba(236, 34, 119, .26); filter: blur(100px); top: -190px; right: -90px;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(ellipse 70% 80% at 30% 50%, #000, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 30% 50%, #000, transparent 75%);
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; max-width: 20ch; }
.page-hero__lede { margin-top: 18px; font-size: clamp(1rem, .95rem + .3vw, 1.14rem); color: #a2a7cd; max-width: 62ch; }
.page-hero__cta { margin-top: 30px; }

/* Wide photo that straddles the page hero and the content below it */
.page-photo {
  margin-top: clamp(-70px, -5vw, -40px);
  position: relative; z-index: 2;
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-lg); border: 6px solid #fff;
}
.page-photo picture { display: block; }
.page-photo img {
  width: 100%; height: auto; display: block;
  aspect-ratio: 21 / 9; object-fit: cover;
}

.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .84rem; margin-bottom: 22px; }
.crumbs a { color: #9296bd; transition: color var(--t-fast); }
.crumbs a:hover { color: #fff; }
.crumbs span[aria-current] { color: var(--brand-400); font-weight: 600; }
.crumbs svg { color: #5c608f; }
.crumbs--light a { color: var(--muted); }
.crumbs--light a:hover { color: var(--brand); }

.prose > * + * { margin-top: 20px; }
.prose h2 { margin-top: 44px; }
.prose h3 { margin-top: 32px; }
.prose p, .prose li { color: var(--ink-2); font-size: 1.01rem; }
.prose a { color: var(--brand); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--brand-700); }
.prose ul { display: grid; gap: 11px; }
.prose ul li { position: relative; padding-left: 30px; }
.prose ul li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--grad-brand);
}
.prose ol { display: grid; gap: 11px; counter-reset: n; }
.prose ol li { position: relative; padding-left: 42px; counter-increment: n; }
.prose ol li::before {
  content: counter(n); position: absolute; left: 0; top: .1em;
  width: 27px; height: 27px; border-radius: 50%;
  background: var(--brand-050); color: var(--brand);
  display: grid; place-items: center; font-size: .8rem; font-weight: 800;
}
.prose blockquote {
  border-left: 4px solid var(--brand); background: var(--bg-soft);
  padding: 22px 26px; border-radius: 0 var(--r) var(--r) 0;
  font-size: 1.04rem; color: var(--ink);
}
.prose strong { color: var(--ink); font-weight: 700; }

.layout-side { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(34px, 4vw, 64px); align-items: start; }
.sidebar { position: sticky; top: calc(var(--header-h) + 22px); display: grid; gap: 22px; }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.side-card h3 { font-size: 1.12rem; margin-bottom: 16px; }
.side-nav { display: grid; gap: 3px; }
.side-nav a {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 11px 14px; border-radius: var(--r-sm); font-size: .9rem; font-weight: 600;
  color: var(--ink-2); transition: all var(--t-fast);
}
.side-nav a:hover { background: var(--brand-050); color: var(--brand); transform: translateX(3px); }
.side-nav a[aria-current] { background: var(--grad-brand); color: #fff; }
.side-nav a[aria-current] svg { color: #fff; }
.side-card--brand { background: var(--grad-navy); border-color: transparent; color: #a2a7cd; text-align: center; }
.side-card--brand h3 { color: #fff; }
.side-card--brand p { font-size: .89rem; margin-bottom: 18px; }

/* Feature list with checks */
.checks { display: grid; gap: 13px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: .96rem; color: var(--ink-2); }
.checks svg { flex: none; margin-top: 3px; color: var(--green); }
.checks--2 { grid-template-columns: repeat(2, 1fr); }

/* Info tiles */
.info-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-tile {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 28px; text-align: center; transition: all var(--t);
}
.info-tile:hover { transform: translateY(-5px); box-shadow: var(--sh); border-color: var(--brand-100); }
.info-tile__ico {
  width: 56px; height: 56px; border-radius: 17px; margin: 0 auto 18px;
  display: grid; place-items: center; background: var(--brand-050); color: var(--brand);
  transition: all var(--t);
}
.info-tile:hover .info-tile__ico { background: var(--grad-brand); color: #fff; transform: scale(1.07); }
.info-tile h3 { font-size: 1.06rem; margin-bottom: 8px; }
.info-tile p, .info-tile a { font-size: .93rem; color: var(--muted); }
.info-tile a:hover { color: var(--brand); }

/* Blog cards */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post {
  display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: all var(--t);
}
.post:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--brand-100); }
.post__img { aspect-ratio: 16/10; background: linear-gradient(150deg, var(--bg-soft-2), #fff); display: grid; place-items: center; color: var(--muted-2); border-bottom: 1px solid var(--line-2); position: relative; overflow: hidden; }
.post__tag { position: absolute; top: 14px; left: 14px; }
.post__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post__meta { display: flex; gap: 14px; font-size: .78rem; color: var(--muted-2); margin-bottom: 11px; }
.post h3 { font-size: 1.12rem; margin-bottom: 10px; }
.post h3 a:hover { color: var(--brand); }
.post p { font-size: .9rem; color: var(--muted); flex: 1; }
.post__body .link-arrow { margin-top: 18px; }

/* --------------------------------------------------------------------------
   22. Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--navy); color: #9296bd; padding-top: clamp(56px, 6vw, 88px); position: relative; overflow: hidden; }
.site-footer::before {
  content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%;
  background: rgba(236, 34, 119, .16); filter: blur(120px); top: -240px; left: -140px;
}
.site-footer > * { position: relative; z-index: 1; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; }
.footer__brand .logo__name { color: #fff; }
.footer__brand p { font-size: .9rem; margin: 20px 0; max-width: 38ch; }
.footer h4 { color: #fff; font-size: .84rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 10px; }
.footer__sub { font-size: .8rem; color: #7d81a8; line-height: 1.5; margin-bottom: 16px; }
.footer__links { display: grid; gap: 11px; }
.footer__links a { font-size: .9rem; transition: all var(--t-fast); display: inline-flex; align-items: center; gap: 8px; }
.footer__links a::before {
  content: ""; width: 0; height: 1.5px; background: var(--brand); transition: width var(--t-fast);
}
.footer__links a:hover { color: #fff; }
.footer__links a:hover::before { width: 12px; }

/* Highlighted final row — this is the item that tells a visitor "we are not
   just a 4-locality operation", so it needs to read differently from the
   plain local links above it. */
.footer__all-india {
  margin-top: 6px; padding-top: 14px; border-top: 1px dashed rgba(255, 255, 255, .12);
  color: var(--brand-400) !important; font-weight: 700;
}
.footer__all-india::before { display: none; }
.footer__all-india svg:first-child { color: var(--brand-400); }
.footer__all-india:hover { color: #fff !important; }
.footer__contact { display: grid; gap: 16px; }
.footer__contact li { display: flex; gap: 13px; font-size: .9rem; }
.footer__contact svg { flex: none; color: var(--brand-400); margin-top: 3px; }
.footer__contact a:hover { color: #fff; }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 40px; height: 40px; border-radius: 12px;
  background: rgba(255, 255, 255, .07); color: #fff;
  display: grid; place-items: center; transition: all var(--t);
}
.socials a:hover { background: var(--grad-brand); transform: translateY(-3px); box-shadow: var(--sh-brand); }
.footer__seo {
  padding: 26px 0; border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: .8rem; line-height: 1.9; color: #6f739c;
}
.footer__seo a { color: #8b90bd; }
.footer__seo a:hover { color: var(--brand-400); text-decoration: underline; }
.footer__bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .84rem;
}
.footer__bar a:hover { color: #fff; }
.footer__bar nav { display: flex; gap: 20px; }

/* --------------------------------------------------------------------------
   23. Floating dock + mobile call bar
   -------------------------------------------------------------------------- */
.dock {
  position: fixed; right: 20px; bottom: 22px; z-index: 90;
  display: grid; gap: 12px;
}
.dock a {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  box-shadow: var(--sh-lg); position: relative;
  transition: transform var(--t), box-shadow var(--t);
}
.dock a:hover { transform: scale(1.09) translateY(-2px); }
.dock__wa { background: linear-gradient(135deg, #25d366, #0fae4f); }
.dock__wa::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid #25d366; animation: ripple 2.2s ease-out infinite;
}
@keyframes ripple {
  0% { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.7); opacity: 0; }
}
.dock__call { background: var(--grad-brand); }
/* needs `.dock a` specificity to beat the white colour set above */
.dock a.dock__top {
  background: #fff; color: var(--navy-800); border: 1px solid var(--line);
  opacity: 0; visibility: hidden; transform: translateY(10px);
}
.dock a.dock__top.is-show { opacity: 1; visibility: visible; transform: none; }
.dock__tip {
  position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%) translateX(8px);
  background: var(--navy); color: #fff; padding: 8px 14px; border-radius: var(--r-sm);
  font-size: .8rem; font-weight: 600; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: all var(--t);
}
.dock a:hover .dock__tip { opacity: 1; transform: translateY(-50%) translateX(0); }

.callbar { display: none; }

/* --------------------------------------------------------------------------
   24. 404
   -------------------------------------------------------------------------- */
.e404 { text-align: center; padding-block: clamp(70px, 9vw, 140px); }
.e404__n {
  font-size: clamp(6rem, 3rem + 16vw, 13rem); font-weight: 800; line-height: .85;
  letter-spacing: -.06em; background: var(--grad-brand);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* --------------------------------------------------------------------------
   25. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .hero__in { grid-template-columns: 1fr; }
  .hero__vis { max-width: 520px; margin-inline: auto; width: 100%; }
  .float-card--a { left: -10px; }
  .float-card--b { right: -10px; }
  .coverage { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split__media { max-width: 560px; }
  .layout-side { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .b-4 { grid-column: span 2; }
  .gal { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .nav__menu, .nav__phone { display: none; }
  .burger { display: grid; }

  /* `backdrop-filter` on .site-header makes it the containing block for any
     `position: fixed` descendant (same rule as `transform`/`filter`) — that
     silently breaks the full-viewport mobile drawer below, which is nested
     inside <header>, by fixing it relative to the ~70px header box instead
     of the viewport. The header stays readable on its own opaque background,
     so the blur is dropped here rather than restructuring the markup. */
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; }

  .nav__mobile-foot {
    display: block; margin-top: 18px; padding-top: 22px;
    border-top: 1px solid var(--line-2);
  }
  .nav__mobile-cta { display: grid; gap: 10px; }
  .nav__mobile-socials {
    display: flex; justify-content: center; gap: 10px; margin-top: 18px;
  }
  .nav__mobile-socials a {
    width: 42px; height: 42px; border-radius: 12px;
    display: grid; place-items: center;
    background: var(--bg-soft); color: var(--navy-800);
    transition: all var(--t-fast);
  }
  .nav__mobile-socials a:hover { background: var(--grad-brand); color: #fff; }

  .nav__menu {
    position: fixed; inset: calc(var(--header-h)) 0 0; z-index: 99;
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; padding: 22px var(--gutter) 40px;
    overflow-y: auto; transform: translateX(100%);
    transition: transform .4s var(--e-out), visibility .4s;
    box-shadow: var(--sh-lg);
    /* keeps the off-screen drawer links out of the tab order and the
       accessibility tree while it is closed */
    visibility: hidden;
  }
  body.nav-open .nav__menu { transform: none; visibility: visible; }
  body.nav-open { overflow: hidden; }
  .nav__link { padding: 15px 16px; font-size: 1rem; border-radius: var(--r); justify-content: space-between; }
  .nav__link[aria-current="page"]::after { display: none; }
  .mega {
    position: static; transform: none; width: 100%; opacity: 1; visibility: visible;
    pointer-events: auto; box-shadow: none; border: 0; padding: 0 0 8px 12px;
    display: none;
  }
  .nav__item.is-open .mega { display: block; }
  .nav__item.is-open .nav__caret { transform: rotate(180deg); }
  .mega__grid { grid-template-columns: 1fr; }
  .mega__foot { display: none; }
  .nav__cta .btn { display: none; }

  .svc-grid, .info-tiles, .posts { grid-template-columns: repeat(2, 1fr); }
  .svc--wide { grid-column: span 2; }
  .cta-band { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .step { grid-template-columns: 56px 1fr; gap: 18px; }
  .process__rail { left: 28px; }
  .step__num { grid-column: 1 !important; grid-row: 1; }
  .step__card { grid-column: 2 !important; text-align: left !important; }
  .step:nth-child(odd) .step__ico { margin-left: 0; }
}

@media (max-width: 720px) {
  :root { --gutter: 18px; --header-h: 68px; }
  .topbar__left span:not(.topbar__note), .topbar__right { display: none; }
  .topbar__note { font-size: .78rem; }

  /* Logo carries the brand alone on mobile (phone number is hidden here),
     so it runs bigger than desktop instead of shrinking with the header. */
  .logo img { height: 52px; }
  .is-stuck .logo img { height: 46px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .svc-grid, .info-tiles, .posts, .bento, .g-2, .g-3, .g-4 { grid-template-columns: 1fr; }
  .svc--wide { grid-column: span 1; flex-direction: column; align-items: flex-start; }
  .b-2, .b-4 { grid-column: span 1; }
  .gal { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gal__item.is-tall { grid-row: span 1; aspect-ratio: 4/3; }
  .f-row { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bar { flex-direction: column; text-align: center; }
  .checks--2 { grid-template-columns: 1fr; }
  .review { flex: 0 0 84%; }
  .quick__head, .quick__body { padding-inline: 20px; }
  .quick .f-row { grid-template-columns: 1fr; gap: 0; }

  /* mobile sticky call bar */
  .dock { bottom: 84px; right: 14px; }
  .dock a { width: 48px; height: 48px; }
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
    position: fixed; inset: auto 0 0; z-index: 95;
    background: var(--line); border-top: 1px solid var(--line);
    box-shadow: 0 -6px 24px rgba(15, 18, 48, .1);
  }
  .callbar a {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    padding: 15px 10px; background: #fff; font-weight: 700; font-size: .92rem;
    color: var(--navy-800);
  }
  .callbar a:first-child { background: var(--grad-brand); color: #fff; }
  body { padding-bottom: 56px; }
}

@media (max-width: 420px) {
  .gal { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .hero__proof { gap: 14px; }
}

/* --------------------------------------------------------------------------
   26. Accessibility / motion / print
   -------------------------------------------------------------------------- */
@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;
  }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .marquee__track { animation: none; }
}

@media print {
  .site-header, .topbar, .dock, .callbar, .site-footer, .cta-band, .scroll-bar { display: none !important; }
  body { color: #000; }
  a { text-decoration: underline; }
  .page-hero { background: none; color: #000; }
  .page-hero h1 { color: #000; }
}
