:root {
  --navy-950: #031024;
  --navy-900: #06172f;
  --navy-800: #0a2346;
  --blue: #1976f3;
  --blue-bright: #2a8cff;
  --cyan: #28d8f4;
  --ink: #0a1730;
  --muted: #5b6880;
  --line: #dfe8f3;
  --surface: #f5f9fd;
  --white: #fff;
  --shadow: 0 22px 70px rgba(6, 23, 47, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 200;
  padding: 12px 18px; background: var(--white); color: var(--ink); border-radius: 8px;
}
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hidden-field { position: absolute; left: -9999px; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; font-weight: 900; letter-spacing: .12em; }
.brand img { width: 48px; height: 48px; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 13px; box-shadow: 0 9px 28px rgba(0,0,0,.25); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #d6e5f6; font-weight: 700; text-decoration: none; font-size: .94rem; }
.site-nav a:hover, .site-nav a:focus { color: var(--white); }
.site-nav .nav-cta { padding: 10px 17px; border: 1px solid rgba(40,216,244,.55); border-radius: 999px; color: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 5px 0; background: var(--white); }

.hero {
  position: relative; overflow: hidden; min-height: 795px; padding: 170px 0 95px;
  color: var(--white); background:
    radial-gradient(circle at 78% 42%, rgba(25,118,243,.25), transparent 29%),
    radial-gradient(circle at 8% 72%, rgba(40,216,244,.10), transparent 25%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 58%, #071f43);
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .26; pointer-events: none;
  background-image: linear-gradient(rgba(63,145,234,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(63,145,234,.14) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to right, transparent, #000 46%, #000);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.hero .eyebrow { color: var(--cyan); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3.7rem, 7vw, 6.7rem); line-height: .93; letter-spacing: -.066em; font-weight: 900; }
h1 span { color: var(--cyan); }
.hero-lead { max-width: 680px; margin: 30px 0; color: #cbd9e9; font-size: clamp(1.08rem, 2vw, 1.34rem); line-height: 1.6; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 11px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), #1461d7); box-shadow: 0 13px 32px rgba(25,118,243,.28); }
.button-primary:hover, .button-primary:focus { box-shadow: 0 16px 38px rgba(25,118,243,.4); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.06); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 30px 0 0; list-style: none; color: #b7c9db; font-size: .9rem; }
.trust-row li::before { content: "✓"; margin-right: 8px; color: var(--cyan); font-weight: 900; }
.hero-mark { position: relative; width: min(470px, 100%); aspect-ratio: 1 / 1; justify-self: end; align-self: center; }
.hero-mark > img { position: relative; z-index: 2; display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 28%; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.mark-glow { position: absolute; inset: 12%; border-radius: 50%; background: var(--blue); filter: blur(65px); opacity: .5; }
.status-card { position: absolute; z-index: 3; left: -36px; bottom: 36px; display: flex; align-items: center; gap: 13px; padding: 15px 19px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; background: rgba(3,16,36,.82); box-shadow: 0 18px 40px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: #4ce9a4; box-shadow: 0 0 0 6px rgba(76,233,164,.13); }
.status-card strong, .status-card span { display: block; }
.status-card strong { font-size: .92rem; }
.status-card div span { color: #b9c9d9; font-size: .76rem; }
.circuit { position: absolute; z-index: 1; height: 2px; background: linear-gradient(90deg, transparent, rgba(40,216,244,.45)); transform: rotate(-20deg); }
.circuit::after { content: ""; position: absolute; right: 0; top: -5px; width: 10px; height: 10px; border: 2px solid var(--cyan); border-radius: 50%; }
.circuit-one { width: 340px; right: -20px; top: 180px; }
.circuit-two { width: 260px; left: -75px; bottom: 130px; transform: rotate(18deg); }

.proof-strip { position: relative; z-index: 4; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 38px rgba(6,23,47,.05); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 25px 25px 26px; border-right: 1px solid var(--line); }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: .96rem; }
.proof-grid span { margin-top: 2px; color: var(--muted); font-size: .82rem; }

.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.compact { max-width: none; margin-bottom: 38px; }
h2 { margin: 0; font-size: clamp(2.2rem, 4.4vw, 4.05rem); line-height: 1.04; letter-spacing: -.047em; font-weight: 900; }
.section-heading > p:last-child, .area-grid > div > p:last-child, .split-copy > p { color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.service-card { position: relative; min-height: 310px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #bdd5ef; box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); border-color: transparent; background: linear-gradient(145deg, var(--navy-800), var(--navy-950)); }
.service-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 24px; border-radius: 12px; color: var(--blue); background: #eaf3ff; font-weight: 900; }
.featured .service-icon { color: var(--cyan); background: rgba(40,216,244,.12); }
.service-kicker { margin: -4px 0 10px; color: var(--cyan); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.service-card h3 { margin: 0 0 10px; font-size: 1.14rem; line-height: 1.25; }
.service-card p:not(.service-kicker) { margin: 0 0 22px; color: var(--muted); font-size: .91rem; line-height: 1.55; }
.service-card.featured p:not(.service-kicker) { color: #bfcfe0; }
.price { position: absolute; left: 28px; right: 28px; bottom: 25px; color: var(--blue); font-weight: 900; font-size: 1.08rem; }
.featured .price { color: var(--cyan); }
.price span { color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.featured .price span { color: #a9bdd1; }
.price small { color: var(--muted); font-size: .72rem; font-weight: 750; }
.price-note { max-width: 880px; margin: 24px 0 0; color: var(--muted); font-size: .82rem; }

.split-section { color: var(--white); background: var(--navy-950); }
.split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 95px; align-items: center; }
.split-copy .eyebrow { color: var(--cyan); }
.split-copy > p { color: #b7c8da; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 40px; }
.audience-grid > div { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
.audience-number { color: var(--cyan); font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.audience-grid h3 { margin: 12px 0 5px; font-size: 1.05rem; }
.audience-grid p { margin: 0; color: #aebed0; font-size: .9rem; }
.credential-panel { padding: 42px; border: 1px solid rgba(40,216,244,.28); border-radius: 26px; background: linear-gradient(145deg, rgba(25,118,243,.19), rgba(255,255,255,.035)); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.panel-label { color: var(--cyan); font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.credential-panel h3 { margin: 7px 0 25px; font-size: 1.8rem; line-height: 1.16; }
.credential-list { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.credential-list li { position: relative; padding: 13px 14px 13px 43px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: #dce8f5; background: rgba(255,255,255,.035); font-size: .92rem; }
.credential-list li::before { content: "✓"; position: absolute; left: 15px; color: var(--cyan); font-weight: 900; }

.area-section { background: var(--surface); }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.location-cloud { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 11px; padding: 35px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.location-cloud span { padding: 11px 17px; border: 1px solid #cfddec; border-radius: 999px; color: #34435b; background: #f9fbfe; font-weight: 780; font-size: .9rem; }
.location-cloud .primary-location { color: var(--white); border-color: var(--blue); background: var(--blue); }

.process-section { padding-bottom: 80px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.process-grid li { padding: 30px; border-top: 3px solid var(--blue); background: var(--surface); }
.process-grid li > span { display: grid; place-items: center; width: 37px; height: 37px; margin-bottom: 22px; border-radius: 50%; color: var(--white); background: var(--blue); font-weight: 900; }
.process-grid h3 { margin: 0 0 8px; }
.process-grid p { margin: 0; color: var(--muted); font-size: .93rem; }

.faq-section { padding-top: 50px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; list-style: none; cursor: pointer; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--blue); font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -8px 55px 24px 0; color: var(--muted); }

.contact-section { color: var(--white); background: linear-gradient(135deg, #071a37, var(--navy-950)); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.contact-copy .eyebrow { color: var(--cyan); }
.contact-copy > p { color: #b8c8d9; }
.email-card { display: block; margin-top: 32px; padding: 19px 21px; border: 1px solid rgba(40,216,244,.28); border-radius: 14px; text-decoration: none; background: rgba(40,216,244,.07); }
.email-card span, .email-card strong { display: block; }
.email-card span { color: #99aec3; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.email-card strong { margin-top: 3px; color: var(--cyan); font-size: 1.05rem; }
.appointment-note { margin-top: 18px; padding: 18px 20px; border-left: 3px solid var(--blue); background: rgba(255,255,255,.045); }
.appointment-note strong, .appointment-note span { display: block; }
.appointment-note span { margin-top: 4px; color: #afc0d1; font-size: .85rem; }
.contact-form { padding: 37px; border-radius: 24px; color: var(--ink); background: var(--white); box-shadow: 0 36px 90px rgba(0,0,0,.28); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 16px; font-size: .78rem; font-weight: 850; letter-spacing: .03em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid #ccd8e6; border-radius: 10px; color: var(--ink); background: #fbfdff; outline: 0; }
.contact-form input, .contact-form select { height: 49px; padding: 0 13px; }
.contact-form textarea { resize: vertical; min-height: 125px; padding: 12px 13px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(25,118,243,.12); }
.submit-button { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

.site-footer { padding: 32px 0; color: #9fb0c2; background: #020b18; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand img { width: 38px; height: 38px; }
.footer-inner p { margin: 0; font-size: .78rem; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 35px; }
  .hero-mark { max-width: 390px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid, .area-grid, .contact-grid { gap: 50px; }
}

@media (max-width: 790px) {
  .shell { width: min(100% - 28px, 680px); }
  .section { padding: 78px 0; }
  .site-header { position: absolute; }
  .header-inner { height: 76px; }
  .brand img { width: 42px; height: 42px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; left: 14px; right: 14px; display: none; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(3,16,36,.97); box-shadow: 0 25px 60px rgba(0,0,0,.35); }
  .site-nav.open { display: grid; gap: 8px; }
  .site-nav a { padding: 10px 11px; }
  .site-nav .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 128px 0 74px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { order: 1; }
  .hero-mark { order: 2; width: min(370px, 88%); justify-self: center; margin-top: 20px; }
  .status-card { left: -16px; bottom: 20px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div, .proof-grid div:first-child { padding: 20px; border-bottom: 1px solid var(--line); }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(n+3) { border-bottom: 0; }
  .split-grid, .area-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .process-grid { grid-template-columns: 1fr; }
  .area-grid { gap: 35px; }
  .location-cloud { padding: 25px 15px; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(3.25rem, 17vw, 4.4rem); }
  h2 { font-size: 2.45rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .hero-mark { width: 88%; }
  .status-card { left: 50%; bottom: -16px; width: calc(100% + 12px); transform: translateX(-50%); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div, .proof-grid div:first-child, .proof-grid div:nth-child(n+3) { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid div:last-child { border-bottom: 0; }
  .service-grid, .audience-grid, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .credential-panel, .contact-form { padding: 27px 22px; }
  .location-cloud { justify-content: flex-start; }
  .faq-list details p { margin-right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
