:root {
  --navy: #071c42;
  --navy-2: #0b2d64;
  --blue: #1469e5;
  --blue-bright: #2f8cff;
  --blue-pale: #eaf3ff;
  --sky: #9dd5ff;
  --amber: #ffbd4a;
  --green: #15b978;
  --ink: #12213a;
  --muted: #66738a;
  --line: #dde5ef;
  --surface: #ffffff;
  --soft: #f5f8fc;
  --radius: 24px;
  --shadow: 0 22px 70px rgba(15, 42, 83, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: relative;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(221, 229, 239, 0.8);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 500; letter-spacing: -0.035em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px 13px 13px 4px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue-bright), var(--blue));
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(20, 105, 229, 0.28);
}
.brand-name strong { color: var(--blue); }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 650; color: #506078; }
.desktop-nav a { transition: color 160ms ease; }
.desktop-nav a:hover { color: var(--blue); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 13px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 19px; font-size: 14px; }
.button-large { min-height: 62px; padding-inline: 28px; border-radius: 16px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-bright), var(--blue)); box-shadow: 0 15px 34px rgba(20, 105, 229, 0.3); }
.button-primary:hover { box-shadow: 0 19px 38px rgba(20, 105, 229, 0.38); }
.button-white { color: var(--navy); background: #fff; box-shadow: 0 16px 40px rgba(4, 19, 48, 0.22); }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 75% 25%, rgba(48, 140, 255, 0.24), transparent 29%), linear-gradient(124deg, #071b40 0%, #0b2d64 62%, #0d3976 100%);
}
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: 56px; padding-block: 90px 78px; }
.hero-copy { position: relative; z-index: 3; max-width: 660px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #b8d8ff; font-size: 13px; font-weight: 850; letter-spacing: 0.115em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #a9ceff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.045em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(48px, 5.7vw, 78px); }
h1 em { color: var(--sky); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: #d2dff1; font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button-phone { font-size: 20px; }
.availability { display: flex; align-items: center; gap: 11px; }
.availability > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.availability strong { font-size: 14px; }
.availability small { color: #9fb1cb; font-size: 12px; }
.availability-dot { width: 11px; height: 11px; border-radius: 50%; background: #24d68c; box-shadow: 0 0 0 7px rgba(36, 214, 140, 0.12); animation: pulse 2s infinite; }
.independence-note { margin: 22px 0 0; color: #96abc8; font-size: 13px; }

.hero-visual { position: relative; min-height: 480px; }
.status-card { position: absolute; border: 1px solid rgba(255, 255, 255, 0.13); background: rgba(255, 255, 255, 0.09); box-shadow: 0 28px 70px rgba(0, 10, 32, 0.3); backdrop-filter: blur(18px); }
.status-card-main { z-index: 3; top: 70px; right: 0; width: min(100%, 410px); padding: 32px; border-radius: 26px; transform: rotate(1.5deg); }
.card-topline { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: #c3d5ee; font-size: 13px; font-weight: 750; }
.round-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; font-weight: 900; }
.round-icon.blue { color: #bfe0ff; background: rgba(47, 140, 255, 0.2); }
.round-icon.amber { color: #805200; background: var(--amber); }
.status-card-main > strong { display: block; margin-bottom: 14px; font-size: 30px; line-height: 1.15; letter-spacing: -0.04em; }
.status-card-main > p { color: #bfd0e7; font-size: 15px; }
.live-pill { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; padding: 9px 14px; border: 1px solid rgba(36, 214, 140, 0.25); border-radius: 999px; color: #53eba8; background: rgba(21, 185, 120, 0.1); font-size: 12px; font-weight: 800; }
.live-pill span { width: 8px; height: 8px; border-radius: 50%; background: #24d68c; }
.status-card-float { z-index: 5; right: 120px; bottom: 55px; display: flex; align-items: center; gap: 14px; padding: 17px 20px; border-radius: 18px; transform: rotate(-3deg); }
.status-card-float div { display: flex; flex-direction: column; }
.status-card-float small { color: #9fb3cf; }
.status-card-float strong { font-size: 13px; }
.visual-ring { position: absolute; top: 5px; left: 5px; width: 260px; height: 260px; border: 1px solid rgba(157, 213, 255, 0.18); border-radius: 50%; }
.visual-ring::after { content: ""; position: absolute; inset: 35px; border: 1px solid rgba(157, 213, 255, 0.15); border-radius: 50%; }
.visual-ring span { position: absolute; inset: 75px; display: grid; place-items: center; border-radius: 50%; color: rgba(255,255,255,.7); background: rgba(47, 140, 255, 0.11); font: 700 54px Georgia, serif; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 300px; height: 300px; top: -180px; right: 8%; background: rgba(35, 126, 249, 0.18); }
.hero-orb-two { width: 180px; height: 180px; bottom: 90px; left: -110px; background: rgba(31, 135, 255, 0.14); }
.trust-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.trust-strip span { padding: 23px 0; color: #c2d1e5; font-size: 13px; font-weight: 700; }
.trust-strip b { margin-right: 12px; color: #69aaff; }

.disclosure { background: #eaf3ff; border-bottom: 1px solid #d4e5fa; }
.disclosure-inner { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding-block: 23px; }
.disclosure strong { color: var(--blue); }
.disclosure p { margin: 0; color: #425370; font-size: 14px; }

.section { padding-block: 110px; }
.section-heading { max-width: 570px; }
.section-heading.centered { margin: 0 auto 54px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4.4vw, 58px); }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }

.topics { background: var(--soft); }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.topic-card { position: relative; min-height: 350px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 35px rgba(21, 46, 86, 0.055); transition: transform 180ms ease, box-shadow 180ms ease; }
.topic-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.topic-card.featured { color: #fff; border-color: var(--blue); background: linear-gradient(145deg, var(--blue-bright), var(--blue)); }
.topic-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 32px; border-radius: 15px; color: var(--blue); background: var(--blue-pale); font-size: 20px; font-weight: 900; }
.featured .topic-icon { color: #fff; background: rgba(255,255,255,.16); }
.topic-number { position: absolute; top: 27px; right: 27px; color: #a5afbf; font-size: 12px; font-weight: 850; }
.featured .topic-number { color: #c9e2ff; }
.topic-card h3 { margin-bottom: 14px; font-size: 22px; }
.topic-card > p:not(.topic-number) { color: var(--muted); font-size: 14px; }
.featured > p:not(.topic-number) { color: #dcecff; }
.topic-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--blue); font-size: 13px; font-weight: 850; }
.featured a { border-top-color: rgba(255,255,255,.2); color: #fff; }

.process { color: #fff; background: var(--navy); }
.process-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 90px; align-items: start; }
.process-intro { position: sticky; top: 30px; }
.process-intro p:not(.eyebrow) { max-width: 500px; color: #aebed4; }
.text-link-light { display: inline-flex; gap: 10px; margin-top: 14px; color: #94c6ff; font-weight: 800; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps li:first-child { padding-top: 0; }
.step-number { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(122, 183, 255, .35); border-radius: 50%; color: #91c5ff; font-weight: 850; }
.steps h3 { margin-bottom: 9px; font-size: 23px; }
.steps p { margin: 0; color: #aebed4; }

.identity { background: #fff; }
.identity-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.identity-card, .quote-card { border-radius: 26px; }
.identity-card { padding: 48px; background: var(--soft); border: 1px solid var(--line); }
.identity-label { display: inline-block; margin-bottom: 24px; padding: 7px 12px; border-radius: 999px; color: var(--blue); background: var(--blue-pale); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.identity-card h2 { max-width: 690px; font-size: 42px; }
.identity-card > p { max-width: 680px; color: var(--muted); }
.identity-card dl { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 18px; margin: 34px 0 0; }
.identity-card dl div { padding-top: 18px; border-top: 1px solid var(--line); }
.identity-card dt { margin-bottom: 7px; color: #8490a3; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.identity-card dd { margin: 0; font-size: 14px; font-weight: 700; }
.quote-card { display: flex; flex-direction: column; justify-content: flex-end; min-height: 420px; padding: 44px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(75,151,255,.3), transparent 33%), var(--navy-2); }
.quote-mark { color: var(--sky); font: 92px/0.65 Georgia, serif; }
.quote-card blockquote { margin: 35px 0 30px; font: 400 30px/1.3 Georgia, serif; }
.quote-card p { margin: 0; color: #9ab1d0; font-size: 13px; font-weight: 800; }

.faq { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; }
.faq-list details { border-top: 1px solid #cfd9e6; }
.faq-list details:last-child { border-bottom: 1px solid #cfd9e6; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 25px 0; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; border-radius: 50%; color: var(--blue); background: var(--blue-pale); transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 660px; padding: 0 44px 22px 0; color: var(--muted); }

.final-cta { padding-block: 98px; color: #fff; text-align: center; background: linear-gradient(128deg, #0e5fd2, #2f8cff); }
.final-cta-inner { display: flex; flex-direction: column; align-items: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 800px; }
.final-number { margin: 5px 0 25px; font-size: clamp(40px, 6vw, 72px); font-weight: 900; letter-spacing: -0.055em; }

.site-footer { padding-block: 66px 24px; color: #b4c2d6; background: #061733; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 44px; }
.footer-brand { color: #fff; margin-bottom: 18px; }
.footer-grid > div, .footer-grid nav { display: flex; flex-direction: column; gap: 7px; font-size: 13px; }
.footer-grid > div:first-child p { max-width: 310px; color: #879bb8; }
.footer-grid strong { margin-bottom: 8px; color: #fff; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); color: #7188a8; font-size: 12px; }

.mobile-call-bar { display: none; }
.call-modal { display: none; }

@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 6px rgba(36,214,140,.10); } 50% { box-shadow: 0 0 0 11px rgba(36,214,140,.02); } }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 70px 35px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 400px; max-width: 620px; width: 100%; margin-inline: auto; }
  .status-card-main { right: 5%; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .process-intro { position: static; }
  .identity-grid { grid-template-columns: 1fr; }
  .identity-card dl { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-call span:last-child { display: none; }
  .header-call { min-width: 44px; padding: 0; }
  .hero-grid { gap: 15px; padding-top: 55px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .availability { justify-content: center; }
  .independence-note { text-align: center; }
  .hero-visual { min-height: 365px; }
  .status-card-main { top: 48px; right: 0; width: 95%; padding: 25px; }
  .status-card-main > strong { font-size: 25px; }
  .status-card-float { right: 0; bottom: 37px; max-width: 90%; }
  .visual-ring { width: 200px; height: 200px; }
  .visual-ring span { inset: 58px; }
  .trust-strip { grid-template-columns: 1fr; padding-block: 12px; }
  .trust-strip span { padding: 8px 0; }
  .disclosure-inner { grid-template-columns: 1fr; gap: 8px; }
  .section { padding-block: 78px; }
  .section-heading.centered { text-align: left; }
  .section-heading.centered .eyebrow { justify-content: flex-start; }
  h2 { font-size: 38px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: 320px; }
  .process-grid { gap: 42px; }
  .steps li { grid-template-columns: 52px 1fr; gap: 16px; }
  .step-number { width: 46px; height: 46px; }
  .identity-card { padding: 31px 24px; }
  .identity-card h2 { font-size: 34px; }
  .identity-card dl { grid-template-columns: 1fr; }
  .quote-card { min-height: 350px; padding: 32px 25px; }
  .quote-card blockquote { font-size: 27px; }
  .faq-grid { gap: 35px; }
  .final-cta { padding-block: 76px; }
  .final-number { font-size: 42px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .site-footer { padding-bottom: 110px; }

  .mobile-call-bar {
    position: fixed;
    z-index: 70;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: block;
    transform: translateY(0);
    transition: transform 220ms ease, opacity 220ms ease;
  }
  .mobile-call-bar.is-hidden { opacity: 0; transform: translateY(120%); pointer-events: none; }
  .mobile-call-bar a { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 66px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--blue-bright), var(--blue)); box-shadow: 0 15px 35px rgba(9, 57, 132, .38); font-weight: 850; }
  .mobile-call-bar a > span:first-child { font-size: 24px; }
  .mobile-call-bar a > span:last-child { display: flex; flex-direction: column; line-height: 1.18; }
  .mobile-call-bar small { color: #cce4ff; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

  .call-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 18px; visibility: hidden; opacity: 0; transition: opacity 180ms ease, visibility 180ms ease; }
  .call-modal.is-open { visibility: visible; opacity: 1; }
  .modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2, 11, 28, .78); backdrop-filter: blur(9px); }
  .call-dialog { position: relative; width: min(100%, 430px); max-height: calc(100dvh - 36px); overflow-y: auto; padding: 40px 27px 31px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; color: #fff; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(47,140,255,.3), transparent 30%), #071b40; box-shadow: 0 24px 80px rgba(0, 5, 20, .6); transform: translateY(18px) scale(.98); transition: transform 200ms ease; }
  .call-modal.is-open .call-dialog { transform: translateY(0) scale(1); }
  .dialog-close { position: absolute; top: 15px; right: 15px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #b9c8dc; background: rgba(255,255,255,.08); font-size: 28px; cursor: pointer; }
  .dialog-phone { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 24px; border-radius: 24px; color: #a9d6ff; background: rgba(47,140,255,.17); font-size: 32px; }
  .dialog-kicker { margin-bottom: 8px; color: #91c7ff; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
  .call-dialog h2 { margin-bottom: 20px; font-size: 34px; }
  .dialog-live { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 21px; padding: 9px 14px; border: 1px solid rgba(36,214,140,.25); border-radius: 999px; color: #53eba8; background: rgba(21,185,120,.1); font-size: 12px; font-weight: 850; }
  .dialog-live span { width: 8px; height: 8px; border-radius: 50%; background: #24d68c; }
  .call-dialog > p:not(.dialog-kicker) { color: #b8c8de; }
  .dialog-number { display: block; margin: 18px 0 21px; color: #8dcbff; font-size: 34px; font-weight: 900; letter-spacing: -.05em; }
  .dialog-button { width: 100%; min-height: 62px; }
  .call-dialog small { display: block; margin-top: 17px; color: #7f94b0; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
