:root {
  --night: #041a2e;
  --navy: #00243c;
  --navy-2: #0b3354;
  --teal: #c0282f;      /* brand crimson */
  --teal-d: #a51f2a;    /* crimson for text on light */
  --green: #ef8a80;     /* soft rose accent for text on dark */
  --ok: #4ade80;
  --ink: #0a1a2b;
  --body: #4b5670;
  --muted: #7d879c;
  --line: #e6eaf1;
  --bg: #ffffff;
  --bg-soft: #f4f7fb;
  --grad: linear-gradient(180deg, #c8323a 0%, #ad222b 100%);
  --grad-light: linear-gradient(115deg, #f6a79e 0%, #e0685f 100%);
  --grad-dark: linear-gradient(115deg, #b3232c 0%, #7d1726 100%);
  --r-lg: 28px;
  --r-md: 20px;
  --shadow-sm: 0 1px 2px rgba(4,26,46, .06), 0 4px 14px -6px rgba(4,26,46, .1);
  --shadow: 0 2px 4px rgba(4,26,46, .04), 0 18px 40px -16px rgba(4,26,46, .22);
  --shadow-lg: 0 40px 80px -30px rgba(3, 8, 20, .6);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --display: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--teal-d); text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.025em; font-weight: 800; }
h1 { font-size: clamp(2.3rem, 4.6vw, 3.7rem); line-height: 1.08; }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.75rem); }
h3 { font-size: 1.25rem; letter-spacing: -.02em; font-weight: 700; line-height: 1.2; }
p { margin: 0 0 1em; }
::selection { background: var(--teal); color: #fff; }

.container { width: min(1200px, 100% - 48px); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 8px 14px; z-index: 100; border-radius: 8px; }
.skip-link:focus { left: 8px; }
.grad { background: var(--grad-light); -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-dark { background: var(--grad-dark); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Buttons ---------- */
.btn {
  --b-pad: .85rem 1.4rem;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font: 600 1rem/1 var(--display); border: 0; cursor: pointer;
  padding: var(--b-pad); border-radius: 14px; white-space: nowrap; isolation: isolate;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
}
.btn svg { width: 19px; height: 19px; fill: currentColor; transition: transform .25s var(--ease); }
.btn:hover svg:last-child { transform: translateX(3px); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 24px -8px rgba(150,25,35,.45), inset 0 1px 0 rgba(255,255,255,.18); }
.btn-primary:hover { filter: brightness(1.06); transform: translateY(-2px); box-shadow: 0 14px 34px -10px rgba(150,25,35,.6), inset 0 1px 0 rgba(255,255,255,.18); }
.btn-glass { background: rgba(255,255,255,.07); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); backdrop-filter: blur(10px); }
.btn-glass:hover { background: rgba(255,255,255,.13); transform: translateY(-2px); }
.btn-dark { background: var(--night); color: #fff; box-shadow: 0 12px 30px -12px rgba(4,26,46,.6); }
.btn-dark:hover { transform: translateY(-2px); background: var(--navy-2); }
.btn-sm { --b-pad: .65rem 1.05rem; font-size: .9rem; border-radius: 12px; }
.btn-lg { --b-pad: 1.05rem 1.6rem; font-size: 1.02rem; }
.btn-block { width: 100%; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 6px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 10px 30px -18px rgba(4,26,46,.35); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .6rem; color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.25rem; letter-spacing: -.03em; }
.brand img { height: 54px; width: auto; }
.brand b { font-weight: 800; background: var(--grad-dark); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav { display: flex; gap: .2rem; }
.nav a { color: var(--body); font-weight: 500; font-size: .92rem; padding: .5rem .85rem; border-radius: 10px; transition: color .2s, background .2s; }
.nav a:hover { color: var(--ink); background: var(--bg-soft); }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-phone { display: flex; align-items: center; gap: .45rem; color: var(--ink); font-weight: 600; font-size: .9rem; }
.nav-phone svg { width: 16px; height: 16px; fill: var(--teal); }
.nav-toggle { display: none; background: var(--bg-soft); border: 0; padding: 10px; cursor: pointer; border-radius: 10px; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Aurora background ---------- */
.aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.aurora i { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; animation: drift 18s ease-in-out infinite alternate; }
.aurora i:nth-child(1) { width: 560px; height: 560px; background: #8e1d2c; opacity: .38; top: -180px; right: -80px; }
.aurora i:nth-child(2) { width: 460px; height: 460px; background: #1d5fa8; opacity: .4; bottom: -200px; left: -120px; animation-duration: 22s; }
.aurora i:nth-child(3) { width: 380px; height: 380px; background: #5e1424; opacity: .3; top: 30%; left: 40%; animation-duration: 26s; }
@keyframes drift { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-60px, 50px) scale(1.12); } }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--night); color: #b8c3d9; padding: 128px 0 0; overflow: hidden; }
.hero-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  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: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 75%);
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 4.5rem; align-items: center; padding-bottom: 4.5rem; }
.hero h1 { color: #fff; margin-bottom: .5em; max-width: 13em; }
.pill {
  display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.6rem;
  padding: .35rem .9rem .35rem .35rem; border-radius: 999px; font-size: .88rem; font-weight: 500; color: #e3eaf6;
  background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  transition: background .2s;
}
.pill:hover { background: rgba(255,255,255,.1); }
.pill svg { width: 15px; height: 15px; fill: var(--green); }
.pill-tag { background: var(--grad); color: #fff; font-weight: 700; font-size: .75rem; padding: .22rem .6rem; border-radius: 999px; }
.lead { font-size: 1.15rem; max-width: 34rem; color: #aab6cd; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2.1rem 0 2.6rem; }
.hero-proof { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.proof-item strong { display: block; font-family: var(--display); color: #fff; font-size: 1.45rem; letter-spacing: -.02em; line-height: 1.1; }
.proof-item span { font-size: .85rem; color: #8e9ab3; }
.proof-sep { width: 1px; height: 36px; background: rgba(255,255,255,.14); }

/* Quote card */
.quote-wrap { position: relative; }
.quote-wrap::before {
  content: ""; position: absolute; inset: -1px; border-radius: calc(var(--r-lg) + 1px);
  background: linear-gradient(140deg, rgba(239,138,128,.7), rgba(192,40,47,.15) 40%, rgba(255,255,255,.05) 60%, rgba(192,40,47,.5));
  z-index: 0;
}
.quote-card {
  position: relative; z-index: 1; display: grid; gap: .95rem;
  background: linear-gradient(180deg, rgba(9, 44, 74, .92), rgba(4, 28, 50, .96));
  backdrop-filter: blur(20px);
  border-radius: var(--r-lg); padding: 1.8rem; box-shadow: var(--shadow-lg);
  color: #c9d3e6;
}
.quote-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: .2rem; }
.quote-head h2 { color: #fff; font-size: 1.6rem; margin: .25rem 0 0; }
.quote-kicker { font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.field { display: grid; gap: .4rem; }
.field > span, .seg legend { font-size: .8rem; font-weight: 600; color: #93a0ba; }
.field em { font-style: normal; color: #6d7a94; font-weight: 500; }
.quote-card input, .quote-card select {
  width: 100%; font: 500 .98rem var(--display); color: #fff;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 12px;
  padding: .8rem .95rem; transition: border-color .2s, background .2s, box-shadow .2s;
  color-scheme: dark;
}
.quote-card input::placeholder { color: #66738e; }
.quote-card select option { background: var(--navy); }
.quote-card input:focus, .quote-card select:focus { outline: none; border-color: var(--teal); background: rgba(192,40,47,.08); box-shadow: 0 0 0 4px rgba(192,40,47,.15); }
.quote-card .invalid { border-color: #ff6b6b; background: rgba(255,107,107,.08); }
.route-fields { position: relative; display: grid; gap: .8rem; padding-left: 1.8rem; }
.route-rail { position: absolute; left: 4px; top: 2.25rem; bottom: 1.15rem; width: 12px; display: flex; flex-direction: column; align-items: center; }
.route-rail i { width: 12px; height: 12px; border-radius: 50%; flex: none; }
.route-rail .r-from { border: 3px solid var(--teal); }
.route-rail .r-to { background: var(--green); box-shadow: 0 0 0 4px rgba(239,138,128,.2); }
.route-rail span { flex: 1; width: 2px; margin: 4px 0; background: repeating-linear-gradient(to bottom, rgba(255,255,255,.35) 0 4px, transparent 4px 8px); }
.seg { border: 0; padding: 0; margin: 0; display: grid; gap: .4rem; }
.seg legend { padding: 0; margin-bottom: .4rem; }
.seg-opts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .35rem; background: rgba(255,255,255,.05); padding: .3rem; border-radius: 12px; border: 1px solid rgba(255,255,255,.08); }
.seg-opts label { position: relative; cursor: pointer; }
.seg-opts input { position: absolute; opacity: 0; inset: 0; }
.seg-opts span { display: block; text-align: center; padding: .55rem .4rem; border-radius: 9px; font-size: .9rem; font-weight: 600; color: #a7b3ca; transition: background .2s, color .2s; }
.seg-opts input:checked + span { background: #fff; color: var(--night); box-shadow: 0 4px 12px -4px rgba(0,0,0,.4); }
.seg-opts input:focus-visible + span { outline: 2px solid var(--teal); }
.field-row { display: grid; grid-template-columns: 1fr; gap: .8rem; }
.field-row.has-date { grid-template-columns: 1.3fr 1fr; }
.quote-note { margin: 0; text-align: center; font-size: .84rem; color: #7d8aa4; }
.quote-note.error { color: #ff8a8a; font-weight: 600; }

.open-badge { display: inline-flex; align-items: center; gap: .4rem; font-size: .75rem; font-weight: 600; padding: .3rem .65rem; border-radius: 999px; white-space: nowrap; }
.open-badge:empty { display: none; }
.open-badge.is-open { background: rgba(74,222,128,.14); color: var(--ok); }
.open-badge.is-open::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ok); animation: blink 1.6s infinite; }
.open-badge.is-closed { background: rgba(255,255,255,.08); color: #aab6cd; }
@keyframes blink { 50% { opacity: .3; } }

/* Marquee */
.marquee { position: relative; border-top: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02); overflow: hidden; padding: 1.1rem 0; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 2rem; width: max-content; animation: marquee 38s linear infinite; font-family: var(--display); font-weight: 700; font-size: 1.15rem; letter-spacing: -.01em; color: #dbe3f1; white-space: nowrap; }
.marquee-track b { color: var(--teal); font-weight: 400; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; position: relative; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 3.5rem; }
.section-head p { font-size: 1.1rem; max-width: 560px; margin-inline: auto; }
.kicker {
  display: inline-flex; align-items: center; gap: .5rem; font-size: .78rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--teal-d); margin-bottom: 1rem;
}
.kicker::before { content: ""; width: 18px; height: 2px; background: currentColor; border-radius: 2px; }
.kicker-light { color: var(--green); }

/* Spotlight hover */
.spot { position: relative; overflow: hidden; }
.spot::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .3s;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(192,40,47,.13), transparent 45%);
}
.spot:hover::before { opacity: 1; }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(220px, auto); gap: 1.1rem; }
.b-card {
  background: var(--bg-soft); border-radius: var(--r-lg); padding: 1.8rem;
  border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.b-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; background: #fff; }
.b-card h3 { margin-top: auto; }
.b-card p { margin: 0; font-size: .96rem; }
.b-icon { width: 48px; height: 48px; border-radius: 14px; background: #fff; display: grid; place-items: center; box-shadow: var(--shadow-sm); margin-bottom: 1.4rem; flex: none; }
.b-icon svg { width: 24px; height: 24px; fill: var(--teal-d); }
.b-hero { grid-column: span 2; grid-row: span 2; background: linear-gradient(160deg, #fff2f1, #f4f7fb 60%); }
.b-hero h3 { margin-top: 1rem; font-size: 1.9rem; }
.b-hero p { font-size: 1.05rem; max-width: 30rem; }
.chip { align-self: flex-start; display: inline-block; font-size: .75rem; font-weight: 700; padding: .3rem .7rem; border-radius: 999px; background: rgba(192,40,47,.14); color: var(--teal-d); letter-spacing: .02em; }
.chip-hot { background: var(--night); color: var(--green); }
.sameday-visual { margin-top: auto; padding-top: 2rem; display: flex; align-items: center; gap: 2rem; }
.sd-clock { position: relative; width: 150px; height: 150px; flex: none; }
.sd-clock svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.sd-track { fill: none; stroke: rgba(4,26,46,.07); stroke-width: 10; }
.sd-prog { fill: none; stroke: var(--teal); stroke-width: 10; stroke-linecap: round; stroke-dasharray: 327; stroke-dashoffset: 327; transition: stroke-dashoffset 1.8s var(--ease) .3s; }
.b-hero.in .sd-prog { stroke-dashoffset: 80; }
.sd-label { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.sd-label strong { font-family: var(--display); font-size: 1.6rem; color: var(--ink); line-height: 1; }
.sd-label span { font-size: .8rem; color: var(--muted); }
.sd-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.sd-steps li { display: flex; align-items: center; gap: .7rem; font-size: .93rem; font-weight: 500; color: var(--muted); }
.sd-steps i { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #cdd5e2; flex: none; display: grid; place-items: center; }
.sd-steps .ok { color: var(--ink); }
.sd-steps .ok i { background: var(--teal); border-color: var(--teal); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E"); background-size: 14px; background-position: center; background-repeat: no-repeat; }
.sd-steps .now { color: var(--teal-d); font-weight: 600; }
.sd-steps .now i { border-color: var(--teal); box-shadow: 0 0 0 5px rgba(192,40,47,.18); animation: blink 1.6s infinite; }

.b-wide { grid-column: span 4; flex-direction: row; align-items: center; justify-content: space-between; gap: 2rem; min-height: 240px; }
.b-dark { background: var(--night); border-color: var(--night); color: #aab6cd; }
.b-dark:hover { background: var(--navy); }
.b-dark h3 { color: #fff; font-size: 1.8rem; margin-top: .8rem; }
.b-dark .chip { background: rgba(239,138,128,.14); color: var(--green); }
.b-dark.spot::before { background: radial-gradient(500px circle at var(--mx, 50%) var(--my, 50%), rgba(239,138,128,.12), transparent 45%); }
.b-wide-copy { max-width: 560px; position: relative; }
.b-wide-copy p { margin-bottom: 1.2rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; color: var(--green); }
.link-arrow svg { width: 18px; height: 18px; fill: currentColor; transition: transform .25s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }
.boxes { position: relative; width: 260px; height: 170px; flex: none; margin-right: 1rem; }
.box { position: absolute; border-radius: 14px; background: linear-gradient(145deg, #d9a86a, #b8844a); box-shadow: 0 20px 30px -12px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.25); animation: float 6s ease-in-out infinite; }
.box::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 18%; transform: translateX(-50%); background: rgba(255,255,255,.18); }
.box::after { content: ""; position: absolute; right: 12%; bottom: 14%; width: 26%; height: 16%; border-radius: 3px; background: #fff; opacity: .85; }
.bx1 { width: 120px; height: 100px; left: 10px; bottom: 0; }
.bx2 { width: 92px; height: 80px; left: 120px; bottom: 14px; animation-delay: -2s; background: linear-gradient(145deg, #0b3354, #00243c); }
.bx3 { width: 76px; height: 64px; left: 70px; top: 0; animation-delay: -4s; background: linear-gradient(145deg, #cf3d3f, #a51f2a); }
@keyframes float { 50% { transform: translateY(-10px); } }

/* ---------- How ---------- */
.how { background: var(--bg-soft); }
.timeline { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; position: relative; }
.timeline::before {
  content: ""; position: absolute; top: 44px; left: 12%; right: 12%; height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--green)); transform-origin: left; transform: scaleX(var(--progress, 0)); transition: transform 1.4s var(--ease);
}
.timeline::after { content: ""; position: absolute; top: 44px; left: 12%; right: 12%; height: 2px; background: #d8e0eb; z-index: -1; }
.timeline li { position: relative; text-align: center; padding: 0 1.2rem; }
.t-icon {
  width: 88px; height: 88px; margin: 0 auto 1.4rem; border-radius: 26px; display: grid; place-items: center;
  background: #fff; box-shadow: var(--shadow); position: relative; z-index: 1;
}
.t-icon::after { content: ""; position: absolute; inset: -8px; border-radius: 32px; border: 1px dashed rgba(192,40,47,.4); }
.t-icon svg { width: 34px; height: 34px; fill: var(--teal-d); }
.t-num { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-d); margin-bottom: .5rem; }
.timeline p { max-width: 300px; margin: 0 auto; }

/* ---------- Why ---------- */
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4.5rem; align-items: center; }
.why-copy p { font-size: 1.1rem; margin-bottom: 2rem; }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.w-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.7rem; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.w-card:nth-child(even) { transform: translateY(2rem); }
.w-card:hover { box-shadow: var(--shadow); }
.w-card .b-icon { background: var(--bg-soft); box-shadow: none; margin-bottom: 1.2rem; }
.w-card p { margin: 0; font-size: .95rem; }

/* ---------- Coverage ---------- */
.coverage { background: var(--night); color: #aab6cd; overflow: hidden; }
.coverage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 500px at 20% 50%, rgba(192,40,47,.16), transparent 70%); pointer-events: none; }
.coverage-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.coverage h2 { color: #fff; }
.coverage-copy > p { font-size: 1.1rem; }
.orbit { position: relative; aspect-ratio: 1; max-width: 480px; width: 100%; margin: 0 auto; display: grid; place-items: center; }
.ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); animation: spin linear infinite; }
.r1 { inset: 28%; border-color: rgba(192,40,47,.45); animation-duration: 14s; background: radial-gradient(circle, rgba(192,40,47,.1), transparent 70%); }
.r2 { inset: 14%; border-color: rgba(239,138,128,.3); animation-duration: 24s; animation-direction: reverse; }
.r3 { inset: 0; border-style: dashed; border-color: rgba(255,255,255,.18); animation-duration: 40s; }
.sat { position: absolute; top: -7px; left: 50%; width: 14px; height: 14px; margin-left: -7px; border-radius: 50%; }
.s1 { background: var(--teal); box-shadow: 0 0 20px var(--teal); }
.s2 { background: var(--green); box-shadow: 0 0 20px var(--green); }
.s3 { background: #fff; box-shadow: 0 0 20px #fff; }
@keyframes spin { to { transform: rotate(360deg); } }
.core { position: relative; z-index: 1; display: grid; place-items: center; gap: .4rem; text-align: center; }
.core img { border-radius: 22px; background: #fff; padding: 8px; box-shadow: 0 0 0 10px rgba(192,40,47,.12), 0 0 60px rgba(192,40,47,.5); }
.core strong { color: #fff; font-family: var(--display); font-size: 1.1rem; }
.tiers { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: .9rem; }
.tiers li { display: flex; gap: 1rem; align-items: center; padding: 1rem 1.2rem; border-radius: 16px; background: rgba(255,255,255,.04); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); transition: background .25s; }
.tiers li:hover { background: rgba(255,255,255,.07); }
.tiers strong { display: block; color: #fff; font-weight: 600; }
.tiers small { color: #8e9ab3; font-size: .88rem; }
.tier-dot { width: 14px; height: 14px; border-radius: 50%; flex: none; }
.tier-dot.t1 { background: var(--teal); box-shadow: 0 0 0 5px rgba(192,40,47,.18); }
.tier-dot.t2 { background: var(--green); box-shadow: 0 0 0 5px rgba(239,138,128,.15); }
.tier-dot.t3 { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.12); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4.5rem; align-items: center; }
.about-copy p { font-size: 1.07rem; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.as-card { border-radius: var(--r-md); padding: 1.6rem; background: var(--bg-soft); border: 1px solid var(--line); }
.as-card strong { display: block; font-family: var(--display); font-size: 2.4rem; color: var(--ink); letter-spacing: -.03em; line-height: 1.05; }
.as-card > span { color: var(--muted); font-size: .92rem; }
.as-main { grid-column: span 2; background: var(--night); border-color: var(--night); display: grid; grid-template-columns: auto 1fr; column-gap: 1.2rem; align-items: center; position: relative; overflow: hidden; }
.as-main::after { content: ""; position: absolute; right: -60px; top: -60px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(192,40,47,.35), transparent 70%); }
.as-main img { grid-row: span 2; border-radius: 16px; background: #fff; padding: 6px; }
.as-main strong { color: #fff; font-size: 1.8rem; }
.as-main > span { color: #8e9ab3; }

/* ---------- FAQ ---------- */
.faq-sec { background: var(--bg-soft); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro p { font-size: 1.07rem; }
.faq { display: grid; gap: .8rem; }
.faq details { background: #fff; border-radius: 18px; padding: 0 1.5rem; border: 1px solid var(--line); transition: box-shadow .25s, border-color .25s; }
.faq details[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq summary { cursor: pointer; list-style: none; padding: 1.25rem 0; font-weight: 600; font-size: 1.04rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--bg-soft) center/14px no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a51f2a'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E");
  transition: transform .3s var(--ease), background-color .3s;
}
.faq details[open] summary::after { transform: rotate(45deg); background-color: rgba(192,40,47,.15); }
.faq details p { padding-bottom: 1.3rem; margin: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 1.4rem; }
.contact-list { display: grid; gap: .8rem; align-content: start; }
.c-item { display: flex; align-items: center; gap: 1rem; padding: 1.05rem 1.2rem; border-radius: 18px; background: #fff; border: 1px solid var(--line); color: inherit; transition: transform .25s var(--ease), box-shadow .25s var(--ease); min-width: 0; }
a.c-item:hover { transform: translateX(4px); box-shadow: var(--shadow); }
.c-icon { width: 46px; height: 46px; border-radius: 14px; background: var(--bg-soft); display: grid; place-items: center; flex: none; }
.c-icon svg { width: 22px; height: 22px; fill: var(--teal-d); }
.c-wa { background: #25d366; } .c-wa svg { fill: #fff; }
.c-text { min-width: 0; flex: 1; }
.c-text small { display: block; color: var(--muted); font-size: .8rem; }
.c-text strong { color: var(--ink); font-weight: 600; overflow-wrap: anywhere; }
.c-go { width: 20px; height: 20px; fill: var(--muted); flex: none; transition: transform .25s, fill .25s; }
a.c-item:hover .c-go { fill: var(--teal-d); transform: translateX(3px); }
.hours { background: var(--night); color: #aab6cd; border-radius: 18px; padding: 1.4rem 1.5rem; }
.hours-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: .9rem; gap: 1rem; }
.hours h3 { color: #fff; margin: 0; font-size: 1.1rem; }
.hours dl { margin: 0; display: grid; gap: .55rem; }
.hours dl div { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .55rem; border-bottom: 1px dashed rgba(255,255,255,.12); }
.hours dl div:last-child { border: 0; padding: 0; }
.hours dd { margin: 0; color: #fff; font-weight: 600; }
.map-embed { border-radius: var(--r-lg); overflow: hidden; min-height: 420px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; filter: saturate(.9); }

/* ---------- CTA ---------- */
.cta-sec { padding: 0 0 clamp(4.5rem, 9vw, 7rem); }
.cta { position: relative; overflow: hidden; border-radius: 36px; background: var(--night); padding: clamp(2.5rem, 6vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta .aurora i { opacity: .45; }
.cta-copy, .cta-actions { position: relative; }
.cta h2 { color: #fff; margin-bottom: .3em; }
.cta p { color: #b8c3d9; font-size: 1.12rem; margin: 0; }
.cta p strong { color: var(--green); }
.cta-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--night); color: #8e9ab3; padding: 4.5rem 0 0; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2.5rem; padding-bottom: 3.5rem; }
.f-brand p { max-width: 320px; margin-top: 1.2rem; }
.f-tag { display: block; color: #fff; font-weight: 600; margin-bottom: .3rem; }
.site-footer h4 { color: #fff; font-size: .95rem; font-weight: 600; letter-spacing: 0; margin-bottom: 1.1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.site-footer a { color: #8e9ab3; transition: color .2s; }
.site-footer a:hover { color: var(--green); }
.site-footer .brand { display: inline-flex; background: #fff; padding: .7rem 1rem; border-radius: 14px; }
.site-footer .brand img { height: 40px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1.5rem 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .88rem; }
.footer-bottom p { margin: 0; }

/* Card links */
.card-link { margin-top: 1rem; font-weight: 600; font-size: .92rem; color: var(--teal-d); display: inline-flex; gap: .35rem; }
.card-link span { transition: transform .25s var(--ease); }
.card-link:hover span { transform: translateX(4px); }
.link-dark { color: var(--teal-d); margin-top: 1rem; }

/* Areas */
.areas { position: relative; margin-top: 4rem; padding-top: 3rem; border-top: 1px solid rgba(255,255,255,.08); text-align: center; }
.areas h3 { color: #fff; font-size: 1.5rem; }
.areas > p { max-width: 560px; margin-inline: auto; }
.area-chips { list-style: none; padding: 0; margin: 1.6rem auto; display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; max-width: 900px; }
.area-chips li { padding: .5rem 1rem; border-radius: 999px; font-size: .9rem; font-weight: 500; color: #dbe3f1; background: rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); transition: background .2s, color .2s; }
.area-chips li:hover { background: rgba(192,40,47,.16); color: #fff; }
.areas-note { font-size: .95rem; margin: 0; }
.areas-note a { color: var(--green); font-weight: 600; }
.areas-note strong { color: #fff; }

.hindi { display: inline-block; font-size: .95rem; font-weight: 600; color: var(--green); margin-bottom: .6rem; letter-spacing: .01em; }

/* Mobile action bar */
.mobile-bar { display: none; }

/* WhatsApp float */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 14px 30px -8px rgba(37,211,102,.7); transition: transform .25s var(--ease); }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25d366; animation: waPing 2.4s ease-out infinite; z-index: -1; }
@keyframes waPing { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.7); opacity: 0; } }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.w-card.reveal.in:nth-child(even) { transform: translateY(2rem); }


/* ---------- Service pages ---------- */
.page-hero { padding-bottom: clamp(4rem, 8vw, 6rem); }
.page-hero-inner { position: relative; max-width: 860px; }
.page-hero h1 { max-width: 16em; }
.breadcrumb { display: flex; gap: .5rem; align-items: center; font-size: .88rem; color: #8e9ab3; margin-bottom: 1.6rem; }
.breadcrumb a { color: #c3cde0; }
.breadcrumb a:hover { color: var(--green); }
.page-chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; font-size: .94rem; font-weight: 500; color: #dfe7f5; }
.page-chips li { display: flex; align-items: center; gap: .4rem; }
.page-chips svg { width: 18px; height: 18px; fill: var(--green); }
.page-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 4rem; align-items: start; }
.page-copy p { font-size: 1.07rem; }
.page-copy h3 { margin-top: 2.2rem; }
.check-list { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.check-list li { display: flex; gap: .7rem; align-items: flex-start; padding: 1rem 1.1rem; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 14px; color: var(--ink); font-weight: 500; }
.check-list svg { width: 20px; height: 20px; flex: none; fill: var(--teal-d); margin-top: 2px; }
.side-card { position: sticky; top: 100px; background: var(--night); color: #aab6cd; border-radius: var(--r-lg); padding: 1.8rem; display: grid; gap: .8rem; box-shadow: var(--shadow-lg); overflow: hidden; }
.side-card::before { content: ""; position: absolute; right: -80px; top: -80px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(192,40,47,.3), transparent 70%); pointer-events: none; }
.side-card h3 { color: #fff; font-size: 1.5rem; margin: 0; }
.side-card p { margin: 0 0 .4rem; }
.side-hours { margin: .6rem 0 0; display: grid; gap: .4rem; font-size: .9rem; padding-top: .9rem; border-top: 1px dashed rgba(255,255,255,.14); }
.side-hours div { display: flex; justify-content: space-between; }
.side-hours dd { margin: 0; color: #fff; font-weight: 600; }
.side-offer { font-size: .9rem; text-align: center; padding: .7rem; border-radius: 12px; background: rgba(239,138,128,.1); border: 1px dashed rgba(239,138,128,.4); margin: .4rem 0 0 !important; }
.side-offer strong { color: var(--green); }
.faq-light .faq details { background: #fff; }
.other-sec { padding-top: clamp(4rem, 8vw, 6rem); }
.other-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.other-card { display: flex; flex-direction: column; gap: .5rem; padding: 1.7rem; border-radius: var(--r-md); border: 1px solid var(--line); background: #fff; color: var(--body); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.other-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.other-card strong { font-family: var(--display); font-size: 1.2rem; color: var(--ink); }
.other-card span { font-size: .93rem; }
.other-card em { font-style: normal; margin-top: auto; padding-top: .6rem; display: inline-flex; align-items: center; gap: .35rem; font-weight: 600; color: var(--teal-d); font-size: .92rem; }
.other-card em svg { width: 16px; height: 16px; fill: currentColor; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav-phone span { display: none; }
  .nav a { padding: .5rem .6rem; }
}
@media (max-width: 960px) {
  .nav {
    position: fixed; top: 76px; left: 12px; right: 12px; flex-direction: column; gap: .2rem;
    background: #fff; padding: .6rem; border-radius: 18px;
    box-shadow: var(--shadow-lg), inset 0 0 0 1px var(--line);
    opacity: 0; transform: translateY(-10px) scale(.98); pointer-events: none; transition: opacity .25s, transform .25s var(--ease);
  }
  .nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .nav a { padding: .9rem 1rem; font-size: 1.05rem; }
  .nav-toggle { display: block; }
  .hero { padding-top: 116px; }
  .hero-inner, .why-grid, .coverage-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .quote-wrap { max-width: 560px; width: 100%; }
  .bento { grid-template-columns: 1fr 1fr; }
  .b-hero { grid-column: span 2; grid-row: auto; }
  .b-wide { grid-column: span 2; }
  .faq-intro { position: static; }
  .page-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .side-card { position: relative; top: 0; }
  .other-grid { grid-template-columns: 1fr; }
  .coverage-copy { order: -1; }
  .orbit { max-width: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 32px); }
  .nav-cta .btn { display: none; }
  .hero-actions .btn { flex: 1 1 auto; }
  .proof-sep { display: none; }
  .hero-proof { gap: 1.2rem 1.8rem; }
  .quote-card { padding: 1.4rem; }
  .field-row.has-date { grid-template-columns: 1fr; }
  .bento, .why-cards, .timeline, .about-stats { grid-template-columns: 1fr; }
  .b-hero, .b-wide, .as-main { grid-column: auto; }
  .b-card { padding: 1.5rem; }
  .sameday-visual { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .sd-clock { width: 120px; height: 120px; }
  .b-wide { flex-direction: column; align-items: flex-start; }
  .boxes { width: 220px; height: 150px; align-self: center; margin: 0; }
  .w-card:nth-child(even), .w-card.reveal.in:nth-child(even) { transform: none; }
  .timeline::before, .timeline::after { display: none; }
  .check-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta { border-radius: 26px; }
  .cta-actions, .cta-actions .btn { width: 100%; }
  .wa-float { display: none; }
  body { padding-bottom: 76px; }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1.6fr; gap: .6rem; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: .7rem 16px calc(.7rem + env(safe-area-inset-bottom)); background: rgba(4,26,46,.94); backdrop-filter: blur(14px);
    box-shadow: 0 -1px 0 rgba(255,255,255,.08), 0 -10px 30px -10px rgba(0,0,0,.4);
  }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .85rem; border-radius: 12px; font-weight: 700; font-size: .95rem; }
  .mobile-bar svg { width: 19px; height: 19px; fill: currentColor; }
  .mb-call { color: #fff; background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
  .mb-wa { color: #fff; background: #25d366; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .b-hero .sd-prog { stroke-dashoffset: 80; }
  .timeline { --progress: 1; }
}
