:root {
  --ink: #0B0F1A;
  --cobalt: #1F45FF;
  --gold: #C8972F;
  --paper: #FCFBF8;
  --mist: #F4F6FB;
  --line: #E7EAF3;
  --muted: #5B647A;
  --disp: 'Space Grotesk', sans-serif;
  --body: 'Manrope', sans-serif;
  --mono: 'Space Mono', monospace;
  --serif: 'Instrument Serif', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

.page {
  font-family: var(--body);
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}

a { text-decoration: none; color: inherit; }

/* ── Navigation ────────────────────────────────────────── */
.topnav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(252, 252, 254, .82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo { display: flex; align-items: center; gap: 10px; }
.mark { display: flex; align-items: center; justify-content: center; }
.mark svg { display: block; }
.logo-t { line-height: 1.08; }
.logo-t b { font: 700 18px var(--disp); letter-spacing: -.012em; display: block; }
.logo-t b .hl { color: var(--cobalt); }
.logo-t span { font: 700 9.5px var(--mono); letter-spacing: .2em; color: var(--muted); text-transform: uppercase; }
.navlinks {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  font-weight: 600;
  color: #39435a;
}
.navlinks a { cursor: pointer; transition: color .2s; }
.navlinks a:hover { color: var(--cobalt); }
.navcta { display: flex; align-items: center; gap: 14px; }

/* mobile menu toggle (hidden on desktop) */
.navtoggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
}
.navtoggle-bar {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform .25s, opacity .25s;
}
.navtoggle[aria-expanded="true"] .navtoggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navtoggle[aria-expanded="true"] .navtoggle-bar:nth-child(2) { opacity: 0; }
.navtoggle[aria-expanded="true"] .navtoggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--cobalt);
  color: #fff;
  font: 600 15px var(--body);
  padding: 13px 22px;
  border-radius: 11px;
  cursor: pointer;
  border: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 12px 26px -10px color-mix(in srgb, var(--cobalt) 70%, transparent);
}
.btn:hover { transform: translateY(-2px); }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  color: var(--ink);
  font: 600 15px var(--body);
  padding: 13px 20px;
  border-radius: 11px;
  cursor: pointer;
  border: 1px solid var(--line);
  transition: border-color .2s, color .2s;
}
.btn-ghost:hover { border-color: var(--cobalt); color: var(--cobalt); }
.btn-sm { padding: 10px 17px; font-size: 14px; }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn-lg.btn-ghost { padding: 16px 22px; }
.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 600 14px var(--body);
  color: var(--ink);
  cursor: pointer;
}

/* ── Hero ──────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 780px;
  background: linear-gradient(180deg, #FCFCFE 0%, #F4F6FB 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, #e3e7f1 1px, transparent 0);
  background-size: 30px 30px;
  opacity: .5;
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 78% 50%, #000, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 80% at 78% 50%, #000, transparent 75%);
}
.bg-glow {
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  left: -220px;
  bottom: -260px;
  background: radial-gradient(circle, color-mix(in srgb, var(--cobalt) 14%, transparent), transparent 68%);
}
.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 4;
  padding: 46px 0 64px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 9px 17px 9px 13px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #39435a;
  box-shadow: 0 6px 16px -10px rgba(16, 24, 52, .3);
}
.pill b { color: var(--ink); font-weight: 800; }
.pill-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0F9D58;
}
.pill-ic svg { display: block; }
.h1 { font: 600 70px/1.02 var(--disp); letter-spacing: -.038em; margin: 24px 0 0; }
.serif { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--cobalt); }
.sub { font-size: 19px; line-height: 1.55; color: var(--muted); margin: 26px 0 0; max-width: 500px; }
.cta { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.trust { display: flex; align-items: center; gap: 16px; margin-top: 38px; }
.avs { display: flex; }
.av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 13px var(--body);
  color: #fff;
  margin-left: -12px;
  box-shadow: 0 2px 8px -2px rgba(16, 24, 52, .3);
}
.av:first-child { margin-left: 0; }
.trust-t { font-size: 14px; color: var(--muted); line-height: 1.4; }
.trust-t b { color: var(--ink); font-weight: 700; }
.stars { color: #F5A623; letter-spacing: 1px; font-size: 13px; }

/* avatar / accent fills */
.bg-blue { background: #1F45FF; }
.bg-green { background: #0F9D58; }
.bg-gold { background: #C8972F; }

/* entrance animation */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: reveal .8s cubic-bezier(.2, .8, .2, 1) forwards;
}
.r1 { animation-delay: .05s; } .r2 { animation-delay: .14s; }
.r3 { animation-delay: .23s; } .r4 { animation-delay: .32s; }
.r5 { animation-delay: .41s; } .r6 { animation-delay: .5s; }
.r7 { animation-delay: .59s; } .r8 { animation-delay: .68s; }
.r9 { animation-delay: .77s; } .r10 { animation-delay: .86s; }
@keyframes reveal { to { opacity: 1; transform: none; } }

/* ── Receipt graphic ───────────────────────────────────── */
.r-col { position: relative; display: flex; justify-content: center; }
.r-stack { position: relative; width: 380px; animation: rfloat 7s ease-in-out infinite 1.6s; }
@keyframes rfloat {
  0%, 100% { transform: rotate(-2.2deg) translateY(0); }
  50% { transform: rotate(-2.2deg) translateY(-12px); }
}
.paper-behind {
  position: absolute;
  top: 96px;
  left: 50%;
  width: 336px;
  height: 430px;
  background: #fff;
  border-radius: 6px;
  transform: translateX(-46%) rotate(3.5deg);
  box-shadow: 0 30px 60px -30px rgba(16, 24, 52, .3);
  opacity: .55;
}
.printer {
  position: relative;
  z-index: 3;
  width: 380px;
  height: 74px;
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(180deg, #323845, #191d26);
  box-shadow: 0 18px 40px -16px rgba(11, 15, 26, .6), inset 0 1px 0 rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}
.p-led {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #34d058;
  animation: led 2s ease-in-out infinite;
}
@keyframes led {
  0%, 100% { opacity: 1; box-shadow: 0 0 9px #34d058; }
  50% { opacity: .45; box-shadow: 0 0 2px #34d058; }
}
.p-label { font: 700 11px var(--mono); letter-spacing: .2em; color: #7b8395; }
.p-slot {
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 312px;
  height: 7px;
  border-radius: 4px;
  background: #0c0e14;
  transform: translateX(-50%);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .8);
}
.receipt {
  position: relative;
  z-index: 2;
  width: 336px;
  margin: -6px auto 0;
  background: var(--paper);
  font-family: var(--mono);
  box-shadow: 0 40px 70px -28px rgba(16, 24, 52, .45);
}
.tear {
  height: 13px;
  background-image:
    linear-gradient(45deg, #F4F6FB 50%, transparent 50%),
    linear-gradient(-45deg, #F4F6FB 50%, transparent 50%);
  background-size: 14px 14px;
  background-repeat: repeat-x;
}
.tear-flip { transform: scaleY(-1); }
.rbody { padding: 14px 28px 16px; }
.rcenter { text-align: center; }
.rmark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.rmark svg { display: block; }
.rbrand { font-weight: 700; font-size: 19px; letter-spacing: .14em; color: var(--ink); }
.rmeta { font-size: 10.5px; color: #9aa3b6; letter-spacing: .08em; margin-top: 5px; line-height: 1.6; }
.rmeta-row { display: flex; justify-content: space-between; letter-spacing: .06em; }
.rhr { border: none; border-top: 1px dashed #cdd3df; margin: 13px 0; }
.rcolh {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: .12em;
  color: #aeb6c6;
  margin-bottom: 2px;
}
.ritem { display: flex; align-items: center; font-size: 13px; color: #2a3245; padding: 6.5px 0; }
.ridx { color: #b6bdcc; width: 20px; }
.rdots { flex: 1; border-bottom: 1px dotted #cdd3df; margin: 0 9px; transform: translateY(-3px); }
.rincl { color: #0F9D58; font-weight: 700; font-size: 11px; letter-spacing: .06em; }
.rtot { display: flex; align-items: center; justify-content: space-between; font-size: 12.5px; color: #39435a; padding: 4px 0; }
.rgrand { display: flex; align-items: flex-end; justify-content: space-between; padding: 8px 0 2px; }
.rgrand .gl { font-weight: 700; font-size: 14px; color: var(--ink); }
.rgrand .gv { font-weight: 700; font-size: 30px; line-height: 1; color: var(--cobalt); }
.rdouble { border: none; border-top: 3px double var(--ink); margin: 11px 0; }
.rstamp {
  display: block;
  width: max-content;
  margin: 14px auto 4px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--cobalt);
  font-size: 14px;
  border: 2.5px solid var(--cobalt);
  border-radius: 9px;
  padding: 7px 16px;
  transform: rotate(-7deg);
}
.barcode {
  height: 40px;
  margin: 16px 14px 6px;
  background: repeating-linear-gradient(90deg, #0B0F1A 0, #0B0F1A 2px, transparent 2px, transparent 4px, #0B0F1A 4px, #0B0F1A 7px, transparent 7px, transparent 9px, #0B0F1A 9px, #0B0F1A 10px, transparent 10px, transparent 13px);
}
.rcode { text-align: center; font-size: 10px; letter-spacing: .18em; color: #9aa3b6; }
.rthanks { text-align: center; font-size: 10px; color: #aeb6c6; letter-spacing: .22em; margin-top: 9px; }
.fchip {
  position: absolute;
  z-index: 5;
  top: 262px;
  left: -118px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 11px 15px;
  font: 700 13px var(--body);
  box-shadow: 0 18px 40px -18px rgba(16, 24, 52, .35);
  animation: rfloat2 6s ease-in-out infinite;
}
@keyframes rfloat2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
.fchk {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #E9FBF1;
  color: #0F9D58;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fchip-sub { font-weight: 600; font-size: 11px; color: var(--muted); }

/* ── Marquee ───────────────────────────────────────────── */
.marquee {
  background: var(--ink);
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 62px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.mtrack { display: flex; gap: 0; white-space: nowrap; animation: marq 32s linear infinite; }
.mtrack span {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font: 700 15px var(--disp);
  letter-spacing: .01em;
  color: #cfd6e6;
  padding: 0 24px;
}
.mtrack span::after { content: '✦'; color: var(--cobalt); font-size: 11px; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ── Scroll reveal + sections ──────────────────────────── */
.sr {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s cubic-bezier(.2, .8, .2, 1), transform .75s cubic-bezier(.2, .8, .2, 1);
}
.sr.in { opacity: 1; transform: none; }
.d4 { transition-delay: .04s; }
.d5 { transition-delay: .05s; }
.d6 { transition-delay: .06s; }
.d7 { transition-delay: .07s; }
.d8 { transition-delay: .08s; }
.d10 { transition-delay: .1s; }
.d14 { transition-delay: .14s; }

.section { padding: 112px 0; position: relative; scroll-margin-top: 84px; }
.section--mist { background: var(--mist); }
.section--flush-b { padding-bottom: 0; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 700 12px var(--mono);
  letter-spacing: .2em;
  color: var(--cobalt);
  text-transform: uppercase;
}
.kicker--light { color: #8aa0ff; }
.kicker--center { justify-content: center; }
.h2 { font: 600 50px/1.05 var(--disp); letter-spacing: -.032em; margin: 18px 0 0; max-width: 760px; text-wrap: balance; }
.h2--46 { font-size: 46px; }
.h2--42 { font-size: 42px; }
.h2--32 { font-size: 32px; margin-bottom: 22px; }
.h2--light { color: #fff; }
.h2--740 { max-width: 740px; }
.h2--center { margin-left: auto; margin-right: auto; }
.lead { font-size: 18px; line-height: 1.6; color: var(--muted); margin: 22px 0 0; max-width: 620px; }
.lead--flush { margin-top: 0; }
.lead--center { margin-left: auto; margin-right: auto; }
.sec-head { margin-bottom: 56px; }
.sec-head--center { text-align: center; }
.eyerow { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; }

/* ── About ─────────────────────────────────────────────── */
.about { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.vcards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
.vcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  transition: transform .26s, box-shadow .26s;
}
.vcard:hover { transform: translateY(-5px); box-shadow: 0 28px 54px -32px rgba(16, 24, 52, .3); }
.vic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--cobalt) 9%, #fff);
  color: var(--cobalt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.vcard h4 { font: 600 17px var(--disp); letter-spacing: -.01em; margin: 0 0 7px; }
.vcard p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }
.vcard.accent {
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.vcard.accent .big { font: 700 52px var(--mono); letter-spacing: -.02em; line-height: 1; }
.vcard.accent .lbl { font-size: 14px; color: #aab2c5; margin-top: 8px; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 26px; margin: 30px 0 0; }
.chk { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 600; color: #2a3245; }
.chk-ic {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: #E9FBF1;
  color: #0F9D58;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-p p { font-size: 16px; line-height: 1.7; color: var(--muted); margin: 0 0 18px; }
.about-p p b { color: var(--ink); font-weight: 700; }
.mt-30 { margin-top: 30px; }

/* ── Services cards ────────────────────────────────────── */
.scards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.scard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 34px;
  transition: transform .28s, box-shadow .28s, border-color .28s;
}
.scard:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -34px rgba(16, 24, 52, .32); border-color: #d6dbe8; }
.scard-h { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.sicon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--cobalt) 9%, #fff);
  color: var(--cobalt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.scard h3 { font: 600 23px var(--disp); letter-spacing: -.02em; margin: 0; }
.scard .sidx { font: 700 12px var(--mono); color: #b6bdcc; letter-spacing: .12em; }
.slist .sl-row {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #39435a;
  padding: 11px 0;
  border-top: 1px solid #f0f2f8;
}
.slist .sl-row:first-child { border-top: none; }
.sl-row .sdots { flex: 1; border-bottom: 1px dotted var(--line); margin: 0 10px; transform: translateY(-3px); }
.sl-row .schk { color: var(--cobalt); font-weight: 700; font-size: 12px; }

/* ── Dark ledger ───────────────────────────────────────── */
.dark { background: var(--ink); color: #fff; }
.dark .lead { color: #aab2c5; }
.dir { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 56px; margin-top: 50px; }
.dircat h4 {
  font: 700 12px var(--mono);
  letter-spacing: .16em;
  color: #8aa0ff;
  text-transform: uppercase;
  margin: 0 0 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}
.dirrow { display: flex; align-items: center; font-size: 15px; color: #c2c9d8; padding: 9px 0; transition: color .2s; }
.dirrow:hover { color: #fff; }
.ddots { flex: 1; border-bottom: 1px dotted rgba(255, 255, 255, .17); margin: 0 11px; transform: translateY(-3px); }
.dchk { color: #8aa0ff; font-size: 11px; }

/* ── Stats ─────────────────────────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--mist); border-radius: 26px; padding: 54px 20px; }
.stat { text-align: center; padding: 0 20px; }
.stat + .stat { border-left: 1px solid #e1e6f2; }
.sv { font: 700 52px var(--mono); letter-spacing: -.02em; color: var(--ink); }
.sl { font-size: 14px; color: var(--muted); font-weight: 600; margin-top: 8px; }

/* ── Why us ────────────────────────────────────────────── */
.whygrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 40px; }
.why {
  position: relative;
  padding-top: 26px;
}
/* track + progress line that "draws" as each step appears */
.why::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 2px;
  background: var(--line);
}
.why::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 2px;
  background: linear-gradient(90deg, var(--cobalt), var(--gold));
}
.why .wn {
  display: inline-block;
  font: 700 15px var(--mono);
  color: var(--cobalt);
  letter-spacing: .1em;
}
.why h3 { font: 600 20px var(--disp); letter-spacing: -.015em; margin: 14px 0 10px; }
.why p { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0; }

/* stepped reveal: items rise in sequence and their progress line fills */
.steps .why {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s cubic-bezier(.2, .8, .2, 1), transform .6s cubic-bezier(.2, .8, .2, 1);
}
.steps .why::after { transition: width .7s cubic-bezier(.2, .8, .2, 1); }
.steps.in .why { opacity: 1; transform: none; }
.steps.in .why::after { width: 100%; }
.steps.in .why:nth-child(1), .steps.in .why:nth-child(1)::after { transition-delay: .05s; }
.steps.in .why:nth-child(2), .steps.in .why:nth-child(2)::after { transition-delay: .17s; }
.steps.in .why:nth-child(3), .steps.in .why:nth-child(3)::after { transition-delay: .29s; }
.steps.in .why:nth-child(4), .steps.in .why:nth-child(4)::after { transition-delay: .41s; }
.steps.in .why:nth-child(5), .steps.in .why:nth-child(5)::after { transition-delay: .53s; }
.steps.in .why:nth-child(6), .steps.in .why:nth-child(6)::after { transition-delay: .65s; }

/* ── Team ──────────────────────────────────────────────── */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.member {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 32px;
  transition: transform .26s, box-shadow .26s;
}
.member:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -34px rgba(16, 24, 52, .3); }
.m-top { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.m-av {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 700 22px var(--disp);
  flex-shrink: 0;
}
.m-name { font: 600 21px var(--disp); letter-spacing: -.015em; }
.m-role { font: 700 11px var(--mono); letter-spacing: .1em; color: var(--cobalt); text-transform: uppercase; margin-top: 4px; }
.member p { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0 0 18px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.tag {
  font: 600 12px var(--body);
  color: #39435a;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 11px;
}
.m-phone {
  display: flex;
  align-items: center;
  gap: 9px;
  font: 600 14px var(--body);
  color: var(--ink);
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.m-phone svg { color: var(--cobalt); }

/* ── FAQ ───────────────────────────────────────────────── */
.faq { max-width: 840px; margin: 0 auto; }
.faqitem { border-bottom: 1px solid var(--line); }
.faqq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0;
  cursor: pointer;
  font: 600 20px var(--disp);
  letter-spacing: -.012em;
}
.fq-ic {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--mist);
  color: var(--cobalt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  transition: transform .3s;
  line-height: 1;
}
.fq-ic.open { transform: rotate(45deg); }
.faqa {
  font-size: 16px;
  line-height: 1.62;
  color: var(--muted);
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
  max-width: 700px;
}
.faqa.open { max-height: 260px; padding-bottom: 26px; }

/* ── Contact ───────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.cinfo { display: flex; flex-direction: column; gap: 22px; margin-top: 34px; }
.cblock { display: flex; gap: 16px; }
.cb-ic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--cobalt) 9%, #fff);
  color: var(--cobalt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cblock h4 { font: 600 16px var(--body); margin: 0 0 5px; }
.cblock p { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin: 0; }
.form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 38px;
  box-shadow: 0 40px 80px -44px rgba(16, 24, 52, .3);
}
.form-title { font: 600 24px var(--disp); letter-spacing: -.02em; margin: 0 0 22px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font: 600 13px var(--body); color: #39435a; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%;
  font: 500 15px var(--body);
  color: var(--ink);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 13px 15px;
  outline: none;
  transition: border-color .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cobalt); background: #fff; }
.field textarea { resize: vertical; min-height: 104px; }
.form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.fnote { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-top: 16px; justify-content: center; }

/* ── CTA band ──────────────────────────────────────────── */
.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #0B0F1A, #162055);
  border-radius: 30px;
  padding: 80px 60px;
  text-align: center;
  color: #fff;
}
.cta-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--cobalt) 50%, transparent), transparent 65%);
  top: -200px;
  right: -120px;
  pointer-events: none;
}
.cta-band .h2 { color: #fff; margin: 18px auto 0; }
.cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.lead--cta { color: #aeb6c8; margin-left: auto; margin-right: auto; }
.btn-white { background: #fff; color: var(--ink); box-shadow: 0 14px 30px -12px rgba(0, 0, 0, .4); }
.btn-line { background: transparent; border: 1px solid rgba(255, 255, 255, .3); color: #fff; }

/* ── Footer ────────────────────────────────────────────── */
.footer { background: #080B12; color: #fff; padding: 74px 0 34px; }
.logo--light, .logo--light b { color: #fff; }
.fgrid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: 40px; }
.fbrand p { color: #8b93a5; font-size: 14.5px; line-height: 1.6; margin: 18px 0 0; max-width: 300px; }
.fbrand .faddr { color: #6b7488; font-size: 13px; margin-top: 16px; line-height: 1.6; }
.fcol h5 { font: 700 12px var(--mono); letter-spacing: .16em; color: #6b7488; text-transform: uppercase; margin: 0 0 18px; }
.fcol a { display: block; color: #bcc3d2; font-size: 15px; padding: 7px 0; cursor: pointer; transition: color .2s; }
.fcol a:hover { color: #fff; }
.fbottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  font-size: 13px;
  color: #6b7488;
  flex-wrap: wrap;
}
.fbottom .fb-links { display: flex; gap: 22px; }
.fbottom a { cursor: pointer; transition: color .2s; }
.fbottom a:hover { color: #fff; }

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 1024px) {
  .container { padding: 0 36px; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; padding: 40px 0 56px; }
  .r-col { justify-content: flex-start; }
  .h1 { font-size: 54px; }
  .about { grid-template-columns: 1fr; gap: 48px; }
  .scards { grid-template-columns: 1fr; }
  .dir { grid-template-columns: repeat(2, 1fr); }
  .whygrid { grid-template-columns: repeat(2, 1fr); }
  .team { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .fgrid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 680px) {
  .container { padding: 0 22px; }
  .navtoggle { display: flex; }
  .navcta .btn-call,
  .navcta .btn-sm { display: none; }
  .navlinks {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 22px 16px;
    background: rgba(252, 252, 254, .97);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px -28px rgba(16, 24, 52, .4);
  }
  .navlinks.open { display: flex; }
  .navlinks a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .navlinks a:last-child { border-bottom: none; }
  .section { padding: 72px 0; }
  .h1 { font-size: 40px; }
  .h2, .h2--46, .h2--42 { font-size: 32px; }
  .vcards, .checks, .frow { grid-template-columns: 1fr; }
  .dir { grid-template-columns: 1fr; }
  .whygrid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .stat + .stat { border-left: none; }
  .fgrid { grid-template-columns: 1fr; }
  .cta-band { padding: 56px 26px; }
  .fbottom { flex-direction: column; align-items: flex-start; }
}

/* ── Reduced motion ────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .receipt { clip-path: none !important; }
  .sr { opacity: 1 !important; transform: none !important; }
  .steps .why { opacity: 1 !important; transform: none !important; transition: none !important; }
  .steps .why::after { width: 100% !important; transition: none !important; }
}
