/* ============================================================
   EZShine Mobile Detailing — core stylesheet
   Palette sampled from the EZShine logo:
   ice blue #6FD2F7 · deep blue #1E86C8 · navy #0A1424 · chrome #EAF2F9
   ============================================================ */

/* ---------- fonts ---------- */
@font-face {
  font-family: 'Sora';
  src: url('../assets/fonts/sora-latin.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122, U+2212;
}
@font-face {
  font-family: 'Manrope';
  src: url('../assets/fonts/manrope-latin.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122, U+2212;
}

/* ---------- tokens ---------- */
:root {
  --ink:        #04070c;
  --ink-1:      #070d16;
  --ink-2:      #0b1322;
  --ink-3:      #101c2e;
  --ink-4:      #16263c;

  --ice:        #6fd2f7;
  --ice-hi:     #a9e7ff;
  --ice-deep:   #1e86c8;
  --ice-dark:   #0d4f7d;

  --chrome:     #eaf2f9;
  --silver:     #9fb4c8;
  --muted:      #6d8299;
  --dim:        #4b5f74;

  --line:       rgba(122, 176, 214, .14);
  --line-soft:  rgba(122, 176, 214, .08);
  --line-hot:   rgba(111, 210, 247, .38);

  --grad-ice:   linear-gradient(120deg, #a9e7ff 0%, #6fd2f7 38%, #1e86c8 100%);
  --grad-chrome:linear-gradient(180deg, #ffffff 0%, #dfe9f2 42%, #8ea4b8 58%, #f2f7fb 100%);
  --glow:       0 0 40px rgba(111, 210, 247, .28);

  --r-sm: 8px;
  --r:    14px;
  --r-lg: 22px;
  --r-xl: 30px;

  --ff-display: 'Sora', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ff-body:    'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --nav-h: 76px;
  --pad: clamp(20px, 5vw, 56px);
  --sec: clamp(58px, 8vw, 124px);
  --wrap: 1240px;

  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  font-family: var(--ff-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--silver);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, svg, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
/* inline UI icons get a predictable box; components below override as needed */
svg { width: 18px; height: 18px; flex: 0 0 auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
ul, ol { list-style: none; padding: 0; }
::selection { background: var(--ice); color: var(--ink); }

/* scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--ink-1); }
::-webkit-scrollbar-thumb { background: #1c3550; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #2a5578; }

/* ---------- type ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--ff-display);
  color: var(--chrome);
  line-height: 1.04;
  letter-spacing: -.025em;
  font-weight: 700;
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 6.6vw, 5.4rem); font-weight: 800; letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 4.2vw, 3.5rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
h4 { font-size: 1.08rem; letter-spacing: -.01em; }
p  { text-wrap: pretty; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--ff-display);
  font-size: .72rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--ice);
}
.eyebrow::before {
  content: ''; width: 30px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ice));
}
.eyebrow.center::after {
  content: ''; width: 30px; height: 1px;
  background: linear-gradient(270deg, transparent, var(--ice));
}

.lead { font-size: clamp(1.02rem, 1.35vw, 1.18rem); color: var(--silver); }
.dim  { color: var(--muted); }
.ice  { color: var(--ice); }

.gtext {
  background: var(--grad-ice);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.ctext {
  background: var(--grad-chrome);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.wrap-wide { max-width: 1500px; }
.section { padding-block: var(--sec); position: relative; }
.section + .section { padding-top: calc(var(--sec) * .62); }
.section-head { max-width: 720px; margin-bottom: clamp(38px, 5vw, 64px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-top: 18px; }
.section-head p  { margin-top: 20px; }

.grid { display: grid; gap: clamp(16px, 2vw, 26px); }
.g2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 980px) { .g3, .g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .g2, .g3, .g4 { grid-template-columns: minmax(0, 1fr); } }

/* soft ambient light behind sections */
.aura { position: relative; isolation: isolate; }
.aura::before {
  content: ''; position: absolute; inset: -10% 0 auto; height: 620px;
  background: radial-gradient(90% 100% at 50% 0%, rgba(30,134,200,.20), transparent 72%);
  z-index: -1; pointer-events: none;
}

/* hairline rule */
.rule { height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); border: 0; }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--grad-ice);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 15px 30px; border-radius: 100px; border: 0; cursor: pointer;
  font-family: var(--ff-display); font-size: .87rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
  color: #03121d; background: var(--bg);
  box-shadow: 0 10px 30px -12px rgba(111, 210, 247, .8);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), filter .35s var(--ease);
  overflow: hidden;
}
.btn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.75) 50%, transparent 65%);
  transform: translateX(-120%); transition: transform .75s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -14px rgba(111, 210, 247, .95); }
.btn:hover::after { transform: translateX(120%); }
.btn:active { transform: translateY(0); }

.btn-ghost {
  background: rgba(255,255,255,.03); color: var(--chrome);
  border: 1px solid var(--line); box-shadow: none;
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { border-color: var(--line-hot); background: rgba(111,210,247,.08); box-shadow: none; }
.btn-sm { padding: 11px 22px; font-size: .78rem; }
.btn-lg { padding: 18px 38px; font-size: .93rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
@media (max-width: 480px) {
  .btn { white-space: normal; text-align: center; padding-inline: 22px; }
  .btn-lg { padding: 16px 24px; font-size: .86rem; }
  .btn-row > .btn { flex: 1 1 100%; }
}

/* text link with animated underline */
.tlink {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--ff-display); font-size: .82rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ice);
}
.tlink svg { transition: transform .4s var(--ease); }
.tlink:hover svg { transform: translateX(5px); }

/* ---------- chip / badge ---------- */
.chip {
  display: inline-flex; align-items: center; gap: .5em;
  padding: 7px 15px; border-radius: 100px;
  border: 1px solid var(--line); background: rgba(111,210,247,.05);
  font-size: .76rem; font-weight: 600; letter-spacing: .04em; color: var(--ice-hi);
}
.chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 10px var(--ice); }
.chip .dot.live { animation: pulse 2.2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.8); } }

/* ---------- surfaces ---------- */
.card {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  background: linear-gradient(165deg, rgba(22,38,60,.62), rgba(7,13,22,.85));
  border: 1px solid var(--line);
  transition: border-color .45s var(--ease), transform .45s var(--ease), background .45s var(--ease);
}
.card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(360px 180px at var(--mx, 50%) var(--my, 0%), rgba(111,210,247,.13), transparent 70%);
  opacity: 0; transition: opacity .45s var(--ease);
}
.card:hover { border-color: var(--line-hot); transform: translateY(-4px); }
.card:hover::before { opacity: 1; }
.card-body { padding: clamp(22px, 2.4vw, 32px); }

/* glass panel */
.glass {
  background: rgba(9, 16, 27, .62);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.topbar {
  position: relative; z-index: 1;
  background: linear-gradient(90deg, var(--ice-dark), var(--ice-deep) 55%, var(--ice-dark));
  color: #eafaff; font-size: .78rem; font-weight: 600; letter-spacing: .05em;
}
.topbar .wrap { display: flex; align-items: center; justify-content: center; gap: 26px; height: 38px; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: .5em; white-space: nowrap; }
.topbar svg { width: 14px; height: 14px; }
.topbar a:hover { color: #fff; }
.topbar .sep { opacity: .45; }
@media (max-width: 760px) { .topbar .hide-sm { display: none; } .topbar .sep { display: none; } }

.header {
  position: sticky; top: 0; z-index: 56;
  height: var(--nav-h);
  border-bottom: 1px solid transparent;
  transition: background .45s var(--ease), border-color .45s var(--ease), backdrop-filter .45s var(--ease);
}
.header.stuck {
  background: rgba(4, 8, 14, .82);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom-color: var(--line);
}
.header .wrap { max-width: 1500px; height: 100%; display: flex; align-items: center; gap: 24px; }

.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { height: 46px; width: auto; filter: drop-shadow(0 2px 14px rgba(111,210,247,.35)); transition: filter .4s var(--ease); }
.brand:hover img { filter: drop-shadow(0 2px 22px rgba(111,210,247,.7)); }

.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav a {
  position: relative; padding: 10px 15px; border-radius: 8px;
  font-size: .87rem; font-weight: 600; color: var(--silver);
  transition: color .3s var(--ease);
}
.nav a::after {
  content: ''; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 1.5px;
  background: var(--grad-ice); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease);
}
.nav a:hover { color: var(--chrome); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.nav a.active { color: var(--chrome); }

.nav-cta { display: flex; align-items: center; gap: 12px; margin-left: 8px; }
.nav-phone {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--ff-display); font-weight: 700; font-size: .92rem; color: var(--chrome);
}
.nav-phone:hover { color: var(--ice); }

.burger {
  display: none; width: 44px; height: 44px; margin-left: auto;
  border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.03);
  cursor: pointer; padding: 0; align-content: center; justify-items: center; gap: 5px;
}
.burger span { display: block; width: 20px; height: 1.8px; border-radius: 2px; background: var(--chrome); transition: .35s var(--ease); }
.burger.open span:nth-child(1) { transform: translateY(6.8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-6.8px) rotate(-45deg); }

@media (max-width: 1080px) {
  .nav, .nav-cta { display: none; }
  .burger { display: grid; }
}

/* mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 55;
  background: rgba(4, 8, 14, .97);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  padding: calc(var(--nav-h) + 22px) var(--pad) 28px;
  display: flex; flex-direction: column; gap: 4px;
  transform: translateY(-100%); opacity: 0; visibility: hidden;
  transition: transform .55s var(--ease), opacity .45s var(--ease), visibility .45s;
  overflow-y: auto;
}
.drawer.open { transform: translateY(0); opacity: 1; visibility: visible; }
body.locked .header {
  background: rgba(4, 8, 14, .98);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom-color: transparent;
}
.drawer a.dlink {
  font-family: var(--ff-display); font-size: clamp(1.3rem, 5.6vw, 1.6rem); font-weight: 700; letter-spacing: -.02em;
  color: var(--chrome); padding: clamp(9px, 1.6vh, 13px) 0; border-bottom: 1px solid var(--line-soft);
  display: flex; align-items: center; justify-content: space-between;
}
.drawer a.dlink span { font-family: var(--ff-body); font-size: .7rem; color: var(--dim); letter-spacing: .2em; }
.drawer a.dlink.active { color: var(--ice); }
.drawer .drawer-foot { margin-top: auto; padding-top: 22px; display: grid; gap: 10px; }
body.locked { overflow: hidden; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: min(940px, calc(100svh - var(--nav-h)));
  display: flex; align-items: center;
  padding-block: clamp(60px, 9vw, 110px);
  overflow: hidden;
}
#hero-gl { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(90% 65% at 18% 45%, rgba(4,7,12,.86) 0%, rgba(4,7,12,.55) 45%, transparent 78%),
    linear-gradient(180deg, rgba(4,7,12,.65) 0%, transparent 22%, transparent 62%, var(--ink) 100%);
}
.hero .wrap { position: relative; z-index: 2; max-width: 1500px; width: 100%; }
.hero-inner { max-width: 780px; }
.hero h1 { margin-top: 22px; }
.hero h1 .ln { display: block; overflow: hidden; }
.hero p.lead { margin-top: 26px; max-width: 560px; font-size: clamp(1.02rem, 1.5vw, 1.22rem); }
.hero .btn-row { margin-top: 38px; }

.hero-meta {
  margin-top: 52px; padding-top: 30px; border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 56px);
}
.hero-meta .m-k {
  font-family: var(--ff-display); font-size: clamp(1.5rem, 2.4vw, 2.1rem); font-weight: 800;
  color: var(--chrome); letter-spacing: -.03em; line-height: 1;
}
.hero-meta .m-l { margin-top: 7px; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--dim); }

.scroll-hint {
  position: absolute; left: 50%; bottom: 26px; z-index: 3; transform: translateX(-50%);
  display: grid; justify-items: center; gap: 9px;
  font-size: .64rem; letter-spacing: .32em; text-transform: uppercase; color: var(--dim);
}
.scroll-hint i { display: block; width: 1px; height: 46px; background: linear-gradient(180deg, var(--ice), transparent); }
.scroll-hint i::after {
  content: ''; display: block; width: 1px; height: 14px; background: var(--ice-hi);
  animation: drop 2.1s var(--ease) infinite;
}
@keyframes drop { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(46px); opacity: 0; } }
@media (max-width: 700px) { .scroll-hint { display: none; } }

/* compact page hero (interior pages) */
.phero {
  position: relative; overflow: hidden;
  padding-block: clamp(58px, 7.5vw, 104px) clamp(48px, 6.5vw, 80px);
  border-bottom: 1px solid var(--line-soft);
}
.phero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(70% 130% at 78% 12%, rgba(30,134,200,.30), transparent 62%),
    radial-gradient(46% 90% at 8% 88%, rgba(111,210,247,.13), transparent 66%);
}
.phero-bg {
  position: absolute; inset: 0; pointer-events: none; opacity: .55;
  background-size: cover; background-position: center;
  filter: saturate(.34) brightness(.46) contrast(1.12);
  -webkit-mask-image: linear-gradient(102deg, transparent 12%, rgba(0,0,0,.55) 44%, #000 82%);
          mask-image: linear-gradient(102deg, transparent 12%, rgba(0,0,0,.55) 44%, #000 82%);
}
@media (max-width: 900px) {
  .phero-bg {
    opacity: .40;
    -webkit-mask-image: linear-gradient(180deg, transparent 10%, #000 90%);
            mask-image: linear-gradient(180deg, transparent 10%, #000 90%);
  }
}
.phero .wrap { position: relative; z-index: 2; }
.phero h1 { margin-top: 20px; font-size: clamp(2.4rem, 5.4vw, 4.4rem); }
.phero p { margin-top: 22px; max-width: 640px; }
.crumbs { display: flex; gap: 10px; font-size: .76rem; color: var(--dim); margin-bottom: 22px; }
.crumbs a:hover { color: var(--ice); }

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.svc {
  position: relative; display: block; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); background: var(--ink-1);
  min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end;
  transition: border-color .5s var(--ease), transform .5s var(--ease);
}
.svc:hover { border-color: var(--line-hot); transform: translateY(-5px); }
.svc-img { position: absolute; inset: 0; z-index: 0; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .6s var(--ease); filter: saturate(.34) contrast(1.10) brightness(.52); }
.svc:hover .svc-img img { transform: scale(1.07); filter: saturate(.85) contrast(1.06) brightness(.68); }
.svc-img::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(6,14,26,.30) 0%, rgba(4,7,12,.62) 42%, rgba(4,7,12,.94) 74%, #04070c 100%),
    linear-gradient(210deg, rgba(30,134,200,.22), transparent 55%);
}
.svc-body { position: relative; z-index: 1; padding: clamp(22px, 2.4vw, 32px); }
.svc-num {
  position: absolute; top: 22px; right: 26px; z-index: 1;
  font-family: var(--ff-display); font-size: 2.6rem; font-weight: 800; letter-spacing: -.05em;
  color: rgba(234,242,249,.10);
}
.svc h3 { margin-bottom: 10px; }
.svc p { font-size: .93rem; color: var(--muted); }
.svc:hover p { color: var(--silver); }
.svc-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.svc-tags li {
  font-size: .69rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 600;
  padding: 4px 10px; border-radius: 100px; border: 1px solid var(--line); color: var(--muted);
}
.svc-more {
  margin-top: 18px; display: inline-flex; align-items: center; gap: .5em;
  font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ice);
  opacity: 0; transform: translateY(6px); transition: .45s var(--ease);
}
.svc:hover .svc-more { opacity: 1; transform: translateY(0); }

/* feature card (icon based) */
.feat { padding: clamp(24px, 2.6vw, 34px); }
.feat-ico {
  width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(111,210,247,.20), rgba(30,134,200,.06));
  border: 1px solid var(--line-hot); color: var(--ice); margin-bottom: 20px;
}
.feat-ico svg { width: 24px; height: 24px; }
.feat h3 { font-size: 1.14rem; margin-bottom: 10px; }
.feat p { font-size: .94rem; color: var(--muted); }

/* ============================================================
   SPLIT / MEDIA BLOCKS
   ============================================================ */
.split { display: grid; gap: clamp(30px, 5vw, 76px); align-items: stretch; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
.split > .split-copy { align-self: center; }
/* a pinned copy column only makes sense while the two columns sit side by side */
.sticky-col { position: sticky; top: 112px; align-self: start; }
@media (max-width: 900px) { .sticky-col { position: static; } }
.split.rev .split-media { order: 2; }
@media (max-width: 900px) {
  .split { grid-template-columns: minmax(0, 1fr); }
  .split.rev .split-media { order: 0; }
  .split-media { min-height: 0; aspect-ratio: 4/3; }
  .split-media img { position: absolute; }
}
.split-media {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  border: 1px solid var(--line); min-height: min(460px, 44vw); max-height: 660px;
}
.split-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.split-media::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(200deg, rgba(111,210,247,.10), transparent 46%);
}
.split-copy h2 { margin-top: 18px; }
.split-copy > p { margin-top: 20px; }

/* floating stat over media */
.media-stat {
  position: absolute; left: 22px; bottom: 22px; z-index: 2;
  padding: 16px 22px; border-radius: 16px;
  background: rgba(4,8,14,.72); backdrop-filter: blur(14px);
  border: 1px solid var(--line-hot);
}
.media-stat b { display: block; font-family: var(--ff-display); font-size: 1.7rem; font-weight: 800; color: var(--chrome); line-height: 1; }
.media-stat span { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ice); }

/* checklist */
.checks { display: grid; gap: 13px; margin-top: 26px; }
.checks li { position: relative; padding-left: 33px; font-size: .96rem; }
.checks li::before {
  content: ''; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2304070c' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat,
    var(--grad-ice);
}

/* ============================================================
   PROCESS / TIMELINE
   ============================================================ */
.proc { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(28px, 5vw, 76px); align-items: start; }
.proc > .section-head { position: sticky; top: 112px; margin-bottom: 0; }
@media (max-width: 940px) {
  .proc { grid-template-columns: minmax(0, 1fr); }
  .proc > .section-head { position: static; margin-bottom: 34px; }
}

.steps { counter-reset: s; display: grid; gap: 0; }
.step {
  counter-increment: s; position: relative;
  display: grid; grid-template-columns: 90px 1fr; gap: clamp(18px, 3vw, 40px);
  padding: clamp(26px, 3vw, 40px) 0; border-top: 1px solid var(--line-soft);
  transition: background .5s var(--ease);
}
.step:last-child { border-bottom: 1px solid var(--line-soft); }
.step::before {
  content: '0' counter(s);
  font-family: var(--ff-display); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 800;
  letter-spacing: -.05em; color: transparent;
  background: var(--grad-ice); -webkit-background-clip: text; background-clip: text;
  opacity: .38; transition: opacity .5s var(--ease);
}
.step:hover::before { opacity: 1; }
.step h3 { margin-bottom: 10px; }
.step p { color: var(--muted); max-width: 640px; }
@media (max-width: 620px) { .step { grid-template-columns: 1fr; gap: 10px; } }

/* ============================================================
   PRICING
   ============================================================ */
.plans { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0,1fr)); align-items: stretch; }
@media (max-width: 1000px) { .plans { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }
.plan { position: relative; display: flex; flex-direction: column; border-radius: var(--r-xl); padding: clamp(26px, 2.8vw, 38px); border: 1px solid var(--line); background: linear-gradient(170deg, rgba(16,28,46,.72), rgba(7,13,22,.9)); }
.plan.hot {
  border-color: var(--line-hot);
  background: linear-gradient(170deg, rgba(30,134,200,.22), rgba(7,13,22,.94));
  box-shadow: 0 34px 80px -50px rgba(111,210,247,.9);
}
.plan-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  padding: 6px 18px; border-radius: 100px; background: var(--grad-ice); color: #03121d;
  font-family: var(--ff-display); font-size: .67rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  white-space: nowrap;
}
.plan h3 { font-size: 1.35rem; }
.plan .plan-sub { font-size: .85rem; color: var(--muted); margin-top: 6px; }
.plan .price { display: flex; align-items: baseline; gap: 6px; margin: 22px 0 8px; }
.plan .price b { font-family: var(--ff-display); font-size: clamp(1.9rem, 2.7vw, 2.4rem); font-weight: 800; letter-spacing: -.035em; color: var(--chrome); line-height: 1.1; }
.plan .price .cur { font-family: var(--ff-display); font-size: 1.2rem; font-weight: 700; color: var(--ice); }
.plan .price .per { font-size: .8rem; color: var(--dim); }
.plan .plan-note { font-size: .78rem; color: var(--dim); }
.plan ul.plan-feats { display: grid; gap: 11px; margin: 24px 0 30px; padding-top: 22px; border-top: 1px solid var(--line-soft); align-content: start; }
.plan ul.plan-feats li { display: flex; gap: 11px; font-size: .91rem; align-items: flex-start; }
.plan ul.plan-feats li svg { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 4px; color: var(--ice); }
.plan ul.plan-feats li.off { color: var(--dim); }
.plan ul.plan-feats li.off svg { color: var(--dim); opacity: .5; }
.plan .btn { width: 100%; margin-top: auto; }

/* addon rows */
.addons { display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.addon { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 20px clamp(18px, 2.4vw, 30px); border-bottom: 1px solid var(--line-soft); transition: background .4s var(--ease); }
.addon:last-child { border-bottom: 0; }
@media (max-width: 560px) {
  .addon { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .addon .addon-price { justify-self: start; }
}
.addon:hover { background: rgba(111,210,247,.05); }
.addon h4 { margin-bottom: 4px; }
.addon p { font-size: .87rem; color: var(--muted); }
.addon .addon-price { font-family: var(--ff-display); font-weight: 700; font-size: 1.05rem; color: var(--ice); white-space: nowrap; }

/* ============================================================
   GALLERY
   ============================================================ */
.gal { columns: 3; column-gap: 16px; }
@media (max-width: 900px) { .gal { columns: 2; } }
@media (max-width: 560px) { .gal { columns: 1; } }
.gal-item {
  position: relative; break-inside: avoid; margin-bottom: 16px; border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line); cursor: zoom-in; display: block; width: 100%; padding: 0; background: none;
}
.gal-item img { width: 100%; transition: transform 1s var(--ease), filter .6s var(--ease); filter: saturate(.7) brightness(.82); }
.gal-item:hover img { transform: scale(1.05); filter: saturate(1) brightness(1); }
.gal-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 18px 15px; text-align: left;
  background: linear-gradient(0deg, rgba(4,7,12,.92), transparent);
  font-size: .8rem; font-weight: 600; color: var(--chrome);
  opacity: 0; transform: translateY(8px); transition: .45s var(--ease);
}
.gal-item:hover figcaption { opacity: 1; transform: translateY(0); }

/* lightbox */
.lb { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 4vmin;
  background: rgba(3,6,11,.94); backdrop-filter: blur(10px);
  opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility .4s; }
.lb.open { opacity: 1; visibility: visible; }
.lb img { max-width: 100%; max-height: 86vh; border-radius: var(--r); border: 1px solid var(--line-hot); box-shadow: 0 40px 120px -40px #000; }
.lb-cap { margin-top: 14px; text-align: center; font-size: .85rem; color: var(--silver); }
.lb-x, .lb-nav {
  position: absolute; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line); background: rgba(255,255,255,.05); color: var(--chrome); cursor: pointer;
  transition: .35s var(--ease);
}
.lb-x:hover, .lb-nav:hover { background: var(--ice); color: var(--ink); border-color: var(--ice); }
.lb-x { top: 3vmin; right: 3vmin; }
.lb-nav.prev { left: 3vmin; top: 50%; transform: translateY(-50%); }
.lb-nav.next { right: 3vmin; top: 50%; transform: translateY(-50%); }

/* filter pills */
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.filters button {
  padding: 9px 20px; border-radius: 100px; cursor: pointer;
  border: 1px solid var(--line); background: transparent; color: var(--muted);
  font-size: .8rem; font-weight: 600; letter-spacing: .04em;
  transition: .35s var(--ease);
}
.filters button:hover { color: var(--chrome); border-color: var(--line-hot); }
.filters button.on { background: var(--grad-ice); color: #03121d; border-color: transparent; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.quote { padding: clamp(26px, 2.8vw, 36px); display: flex; flex-direction: column; height: 100%; }
.stars { display: flex; gap: 3px; color: var(--ice); margin-bottom: 18px; }
.stars svg { width: 15px; height: 15px; }
.quote blockquote { font-size: 1rem; color: var(--chrome); line-height: 1.7; flex: 1; }
.quote footer { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line-soft); display: flex; align-items: center; gap: 13px; }
.avatar {
  width: 40px; height: 40px; border-radius: 50%; flex: 0 0 auto; display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(111,210,247,.28), rgba(30,134,200,.1)); border: 1px solid var(--line-hot);
  font-family: var(--ff-display); font-weight: 700; font-size: .85rem; color: var(--ice-hi);
}
.quote footer b { display: block; font-size: .9rem; color: var(--chrome); font-weight: 700; }
.quote footer span { font-size: .77rem; color: var(--dim); }

/* ============================================================
   COVERAGE
   ============================================================ */
.zones { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.zone { padding: 22px 24px; border-radius: var(--r); border: 1px solid var(--line); background: rgba(11,19,34,.5); transition: .4s var(--ease); }
.zone:hover { border-color: var(--line-hot); background: rgba(111,210,247,.05); transform: translateY(-3px); }
.zone h4 { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; }
.zone h4::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 10px var(--ice); }
.zone ul { display: flex; flex-wrap: wrap; gap: 5px 12px; font-size: .84rem; color: var(--muted); }
.zone ul li::after { content: '·'; margin-left: 12px; color: var(--dim); }
.zone ul li:last-child::after { display: none; }

/* map-ish visual */
.mapbox { position: relative; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line); background: var(--ink-1); aspect-ratio: 1000/400; }
.mapbox svg { width: 100%; height: 100%; }
@media (max-width: 780px) {
  .mapbox { aspect-ratio: auto; height: 320px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
  .mapbox svg { width: 800px; max-width: none; height: 320px; }
}
.pin { transform-box: fill-box; transform-origin: center; }
.pin circle.ring { animation: ping 3s ease-out infinite; transform-origin: center; }
@keyframes ping { 0% { r: 3; opacity: .9; } 100% { r: 26; opacity: 0; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq { border-top: 1px solid var(--line-soft); }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq summary {
  list-style: none; cursor: pointer; padding: 24px 46px 24px 0; position: relative;
  font-family: var(--ff-display); font-size: clamp(1rem, 1.5vw, 1.15rem); font-weight: 600; color: var(--chrome);
  transition: color .35s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--ice); }
.faq summary::after {
  content: ''; position: absolute; right: 6px; top: 50%; width: 13px; height: 13px; margin-top: -6px;
  background:
    linear-gradient(currentColor, currentColor) center/13px 1.6px no-repeat,
    linear-gradient(currentColor, currentColor) center/1.6px 13px no-repeat;
  color: var(--ice); transition: transform .4s var(--ease);
}
.faq details[open] summary::after { transform: rotate(135deg); }
.faq .faq-a { padding: 0 60px 26px 0; color: var(--muted); }

/* ============================================================
   FORM
   ============================================================ */
.form { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.field { display: grid; gap: 8px; min-width: 0; }
.field label { font-size: .77rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: 12px;
  background: rgba(4,8,14,.6); border: 1px solid var(--line); color: var(--chrome);
  transition: border-color .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
  font-size: .95rem; min-width: 0;
}
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236fd2f7' stroke-width='2.4' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 16px; padding-right: 40px; }
.field select option { background: var(--ink-2); color: var(--chrome); }
.field input::placeholder, .field textarea::placeholder { color: var(--dim); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--ice); background: rgba(111,210,247,.05);
  box-shadow: 0 0 0 3px rgba(111,210,247,.12);
}
.form-row { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 620px) { .form-row { grid-template-columns: 1fr; } }
.form-note { font-size: .8rem; color: var(--dim); }

/* pill choice group */
.choices { display: flex; flex-wrap: wrap; gap: 9px; }
.choices input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; clip-path: inset(50%); }
.choices label {
  padding: 10px 18px; border-radius: 100px; cursor: pointer; font-size: .84rem; font-weight: 600;
  border: 1px solid var(--line); color: var(--muted); text-transform: none; letter-spacing: 0;
  transition: .35s var(--ease);
}
.choices label:hover { color: var(--chrome); border-color: var(--line-hot); }
.choices input:checked + label { background: var(--grad-ice); color: #03121d; border-color: transparent; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-xl); padding: clamp(40px, 6vw, 80px) clamp(26px, 5vw, 70px); border: 1px solid var(--line-hot); }
.cta-band::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background: url('../assets/img/hero-black.jpg') center / cover;
  filter: brightness(.32) saturate(.5);
}
.cta-band::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(4,7,12,.94) 12%, rgba(13,79,125,.55) 65%, rgba(111,210,247,.25) 100%);
}
.cta-band h2 { max-width: 620px; }
.cta-band p { margin-top: 18px; max-width: 540px; }
.cta-band .btn-row { margin-top: 34px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); background: linear-gradient(180deg, var(--ink-1), var(--ink)); padding-top: clamp(56px, 7vw, 92px); }
.foot-grid { display: grid; gap: clamp(30px, 4vw, 56px); grid-template-columns: 1.6fr 1fr 1fr 1.3fr; }
@media (max-width: 980px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.footer img.flogo { height: 62px; width: auto; margin-bottom: 20px; }
.footer h5 { font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--chrome); margin-bottom: 18px; }
.footer ul.flinks { display: grid; gap: 11px; }
.footer ul.flinks a { font-size: .92rem; color: var(--muted); transition: color .3s var(--ease), padding-left .3s var(--ease); }
.footer ul.flinks a:hover { color: var(--ice); padding-left: 5px; }
.foot-contact { display: grid; gap: 14px; font-size: .93rem; }
.foot-contact a { display: flex; gap: 11px; align-items: flex-start; color: var(--muted); }
.foot-contact a:hover { color: var(--ice); }
.foot-contact svg { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 3px; color: var(--ice); }
.foot-bottom {
  margin-top: clamp(42px, 5vw, 66px); padding-block: 26px; border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center;
  font-size: .8rem; color: var(--dim);
}
.socials { display: flex; gap: 10px; }
.socials a {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--silver); transition: .35s var(--ease);
}
.socials a:hover { background: var(--grad-ice); color: var(--ink); border-color: transparent; transform: translateY(-2px); }
.socials svg { width: 17px; height: 17px; }

/* sticky mobile call bar */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: none;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(4,8,14,.92); backdrop-filter: blur(16px); border-top: 1px solid var(--line);
  gap: 10px;
}
.callbar .btn { flex: 1; padding: 13px 8px; font-size: .76rem; white-space: nowrap; }
@media (max-width: 760px) { .callbar { display: flex; } body { padding-bottom: 74px; } }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .08s; } .rv-d2 { transition-delay: .16s; }
.rv-d3 { transition-delay: .24s; } .rv-d4 { transition-delay: .32s; }
.rv-d5 { transition-delay: .40s; } .rv-d6 { transition-delay: .48s; }

/* focus visibility */
:focus-visible { outline: 2px solid var(--ice); outline-offset: 3px; border-radius: 4px; }
.skip {
  position: fixed; left: 0; top: 0; z-index: 100; transform: translateY(-120%);
  background: var(--ice); color: var(--ink); padding: 12px 20px; border-radius: 0 0 10px 0; font-weight: 700;
  transition: transform .25s var(--ease);
}
.skip:focus { transform: translateY(0); }
