:root {
  --ink: #101c36;
  --ink-soft: #42506a;
  --paper: #fbfaf6;
  --white: #ffffff;
  --yellow: #ffc92f;
  --yellow-soft: #fff3bf;
  --blue: #3056d3;
  --blue-deep: #172b70;
  --mint: #8de5c0;
  --border: rgba(16, 28, 54, 0.12);
  --shadow: 0 28px 80px rgba(25, 43, 91, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Tahoma, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--yellow); color: var(--ink); }

.site-shell { min-height: 100vh; overflow: hidden; }
.section-wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  position: relative;
  z-index: 20;
  background: rgba(251, 250, 246, 0.88);
  border-bottom: 1px solid rgba(16, 28, 54, 0.07);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 14px; position: relative;
  display: grid; place-items: center; background: var(--yellow); box-shadow: 0 8px 24px rgba(255, 201, 47, .32);
}
.brand-mark span, .mini-bolt, .shield-bolt {
  width: 15px; height: 24px; background: var(--ink);
  clip-path: polygon(55% 0, 100% 0, 72% 40%, 100% 40%, 28% 100%, 42% 55%, 8% 55%);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { font-size: 17px; letter-spacing: -.4px; }
.brand-copy small { font-size: 10px; color: var(--ink-soft); margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.main-nav a { font-size: 14px; color: #44516a; transition: color .2s ease; }
.main-nav a:hover { color: var(--blue); }
.header-cta {
  border: 1px solid var(--ink); border-radius: 12px; padding: 11px 18px; font-size: 13px; font-weight: 700;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.header-cta:hover { background: var(--ink); color: white; transform: translateY(-2px); }

.hero {
  min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px;
  padding-block: 86px 96px; position: relative;
}
.hero::before {
  content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 201, 47, .17), rgba(255, 201, 47, 0) 70%);
  inset: -80px auto auto -240px; pointer-events: none;
}
.eyebrow, .kicker {
  display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 800;
  letter-spacing: .2px; margin-bottom: 18px;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #1caf73; box-shadow: 0 0 0 5px rgba(28,175,115,.11); }
.hero h1 { font-size: clamp(48px, 6.1vw, 78px); line-height: 1.14; letter-spacing: -3.6px; margin: 0; max-width: 640px; }
.hero h1 em { color: var(--blue); font-style: normal; position: relative; }
.hero h1 em::after {
  content: ""; position: absolute; height: 8px; border-radius: 9px; background: var(--yellow);
  right: 0; left: 10%; bottom: -6px; transform: rotate(-1.2deg); z-index: -1;
}
.hero-lead { font-size: 18px; line-height: 2; color: var(--ink-soft); max-width: 610px; margin: 32px 0 26px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button {
  min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  border-radius: 14px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 14px 32px rgba(48, 86, 211, .25); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(48, 86, 211, .32); }
.button-ghost { border: 1px solid var(--border); background: rgba(255,255,255,.7); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #657086; font-size: 11px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }

.hero-visual { min-height: 530px; display: grid; place-items: center; position: relative; isolation: isolate; }
.hero-visual::before {
  content: ""; position: absolute; width: 405px; height: 405px; border-radius: 50%; z-index: -3;
  background: var(--yellow); box-shadow: inset -40px -50px 80px rgba(246,153,0,.18);
}
.orbit { position: absolute; border: 1px dashed rgba(23,43,112,.23); border-radius: 50%; z-index: -2; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 578px; height: 578px; }
.phone-card {
  width: 326px; min-height: 455px; padding: 18px; border-radius: 36px; background: #111d38; color: white;
  box-shadow: 0 42px 90px rgba(16,28,54,.32); transform: rotate(-3deg); border: 8px solid rgba(255,255,255,.92);
}
.phone-top { display: flex; align-items: center; justify-content: space-between; font-size: 11px; padding: 7px 6px 20px; color: #c4cbe0; }
.mini-brand { display: flex; align-items: center; gap: 8px; color: white; font-weight: 700; }
.mini-bolt { display: inline-block; width: 9px; height: 15px; background: var(--yellow); }
.message { border-radius: 19px; padding: 19px; }
.message-main { background: white; color: var(--ink); box-shadow: 0 15px 32px rgba(0,0,0,.18); }
.message-label { display: inline-block; font-size: 10px; font-weight: 800; color: #1b805b; background: #e1f8ef; padding: 6px 9px; border-radius: 20px; margin-bottom: 18px; }
.message strong { display: block; font-size: 16px; }
.message p { margin: 10px 0 18px; font-size: 14px; color: #4b5971; }
.message small { display: block; color: #8490a5; font-size: 9px; }
.message-secondary { display: flex; gap: 12px; align-items: center; margin-top: 12px; background: #243358; }
.message-secondary strong { font-size: 12px; margin-bottom: 6px; }
.message-secondary small { color: #b9c1d6; }
.change-mark { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; background: var(--yellow); color: var(--ink); font-size: 19px; font-weight: 900; }
.phone-footer { display: flex; gap: 7px; justify-content: center; padding-top: 33px; }
.phone-footer span { width: 6px; height: 6px; border-radius: 50%; background: #3a496d; }
.phone-footer .active { width: 22px; border-radius: 10px; background: var(--yellow); }
.floating-note { position: absolute; background: white; border-radius: 15px; box-shadow: var(--shadow); font-size: 11px; padding: 14px 17px; color: var(--ink-soft); }
.floating-note strong { color: var(--blue); margin-right: 5px; }
.note-top { top: 80px; left: 5px; transform: rotate(3deg); }
.note-bottom { bottom: 75px; right: -4px; display: flex; gap: 8px; align-items: center; }
.note-bottom span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #087a51; background: #dcf8ec; font-weight: 900; }

.proof-strip { background: white; border-block: 1px solid var(--border); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 128px; align-items: center; }
.proof-grid div { padding: 8px 28px; border-left: 1px solid var(--border); }
.proof-grid div:last-child { border-left: 0; }
.proof-grid strong { display: block; font-size: 20px; margin-bottom: 8px; }
.proof-grid span { font-size: 11px; color: #69758b; }

.content-section { padding-block: 120px; }
.section-heading { max-width: 650px; margin-bottom: 48px; }
.section-heading h2, .alerts-copy h2, .privacy-copy h2, .final-cta h2 { margin: 0; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.35; letter-spacing: -2px; }
.section-heading > p, .alerts-copy > p, .privacy-copy > p, .final-cta p { color: var(--ink-soft); line-height: 2; font-size: 15px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { min-height: 255px; padding: 30px; border: 1px solid var(--border); border-radius: 24px; background: rgba(255,255,255,.7); transition: transform .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(27,45,91,.1); }
.step-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: var(--yellow-soft); color: #9b6c00; font-size: 12px; font-weight: 900; }
.step-card h3 { margin: 28px 0 12px; font-size: 19px; }
.step-card p { color: #5c6880; font-size: 13px; line-height: 2; margin: 0; }

.alerts-section { color: white; background: var(--blue-deep); padding-block: 112px; position: relative; overflow: hidden; }
.alerts-section::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: #24439e; left: -180px; top: -250px; opacity: .65; }
.alerts-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; position: relative; }
.kicker-light { color: var(--yellow); }
.alerts-copy > p { color: #c1c9df; max-width: 510px; }
.text-link { display: inline-flex; margin-top: 18px; color: var(--yellow); font-size: 13px; font-weight: 800; }
.alert-types { display: grid; gap: 13px; }
.alert-type { display: flex; gap: 18px; align-items: center; padding: 21px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.07); border-radius: 20px; backdrop-filter: blur(10px); }
.alert-icon { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); font-size: 22px; font-weight: 900; }
.alert-type h3 { font-size: 16px; margin: 0 0 6px; }
.alert-type p { margin: 0; color: #bbc4dc; font-size: 12px; }

.privacy-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.privacy-visual { min-height: 390px; display: grid; place-items: center; position: relative; }
.shield { width: 175px; height: 205px; display: grid; place-items: center; background: var(--yellow); clip-path: polygon(50% 0, 94% 16%, 87% 73%, 50% 100%, 13% 73%, 6% 16%); box-shadow: 0 35px 70px rgba(255,201,47,.24); }
.shield-bolt { display: block; width: 38px; height: 65px; }
.privacy-ring { position: absolute; border-radius: 50%; border: 1px dashed rgba(48,86,211,.24); z-index: -1; }
.ring-a { width: 285px; height: 285px; }
.ring-b { width: 370px; height: 370px; }
.privacy-copy > p { max-width: 620px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; color: #4e5b72; font-size: 13px; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list li::before { content: "✓"; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: #dff8ee; color: #087a51; font-weight: 900; }
.dark-link { color: var(--blue); }

.faq-section { padding-top: 40px; }
.compact-heading { margin-bottom: 32px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--border); }
.faq-grid article { padding: 30px 0 30px 36px; border-bottom: 1px solid var(--border); }
.faq-grid article:nth-child(odd) { border-left: 1px solid var(--border); padding-right: 36px; }
.faq-grid h3 { margin: 0 0 11px; font-size: 16px; }
.faq-grid p { margin: 0; color: #5b677d; font-size: 12px; line-height: 2; }

.final-cta { margin-block: 20px 110px; min-height: 300px; border-radius: 34px; padding: 58px 64px; color: white; background: var(--blue); display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; }
.final-cta::after { content: ""; width: 230px; height: 230px; border: 54px solid rgba(255,255,255,.08); border-radius: 50%; position: absolute; left: -45px; top: -70px; }
.final-cta p { color: #dce2f7; margin-bottom: 0; }
.button-light { background: var(--yellow); color: var(--ink); position: relative; z-index: 1; flex: 0 0 auto; }

.site-footer { background: #0c1730; color: white; padding-top: 68px; }
.site-footer .brand-mark { box-shadow: none; }
.site-footer .brand-copy small { color: #9ba7c0; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer-about p { max-width: 420px; color: #aeb8cf; font-size: 12px; line-height: 2; margin-top: 24px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { font-size: 13px; margin-bottom: 7px; }
.footer-links a { color: #aeb8cf; font-size: 11px; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { min-height: 76px; border-top: 1px solid rgba(255,255,255,.11); display: flex; align-items: center; justify-content: space-between; color: #818da6; font-size: 10px; }

.legal-shell { background: #f8f7f2; }
.legal-main { padding-block: 75px 110px; max-width: 900px; }
.legal-hero { padding-bottom: 45px; border-bottom: 1px solid var(--border); }
.legal-hero h1 { margin: 0 0 18px; font-size: clamp(42px, 6vw, 66px); letter-spacing: -3px; }
.legal-hero > p { max-width: 760px; color: var(--ink-soft); font-size: 15px; line-height: 2; }
.legal-hero small { color: #7f899c; font-size: 10px; }
.legal-content { padding-top: 30px; }
.legal-content section { padding: 23px 0; border-bottom: 1px solid var(--border); }
.legal-content h2 { font-size: 19px; margin: 0 0 12px; }
.legal-content p { color: #536076; font-size: 13px; line-height: 2.2; margin: 0; }
.contact-card { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; padding: 28px !important; border: 0 !important; border-radius: 24px; background: white; box-shadow: 0 18px 45px rgba(16,28,54,.08); }
.contact-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: var(--yellow); font-size: 22px; font-weight: 900; }
.contact-card h2 { margin-bottom: 8px; }

@media (max-width: 920px) {
  .main-nav { display: none; }
  .header-inner { justify-content: space-between; }
  .hero { grid-template-columns: 1fr; gap: 40px; text-align: center; padding-top: 68px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero h1 { max-width: 760px; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 560px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); padding-block: 18px; }
  .proof-grid div { padding-block: 18px; }
  .proof-grid div:nth-child(2) { border-left: 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 210px; }
  .alerts-layout, .privacy-feature { grid-template-columns: 1fr; gap: 55px; }
  .privacy-feature { text-align: center; }
  .privacy-copy { display: flex; flex-direction: column; align-items: center; }
  .check-list { text-align: right; }
  .final-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .section-wrap { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 39px; height: 39px; border-radius: 12px; }
  .brand-copy strong { font-size: 15px; }
  .header-cta { padding: 9px 12px; font-size: 11px; }
  .hero { padding-block: 58px 70px; }
  .hero h1 { font-size: 46px; letter-spacing: -2.5px; }
  .hero-lead { font-size: 15px; }
  .hero-visual { min-height: 470px; transform: scale(.84); margin: -45px -40px; }
  .floating-note { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { padding: 17px 12px; }
  .proof-grid strong { font-size: 16px; }
  .content-section, .alerts-section { padding-block: 82px; }
  .section-heading h2, .alerts-copy h2, .privacy-copy h2, .final-cta h2 { font-size: 34px; letter-spacing: -1.5px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid article, .faq-grid article:nth-child(odd) { border-left: 0; padding: 24px 0; }
  .privacy-visual { min-height: 300px; transform: scale(.82); margin-block: -30px; }
  .final-cta { width: calc(100% - 28px); margin-bottom: 75px; padding: 38px 28px; border-radius: 26px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; justify-content: center; text-align: center; gap: 10px; padding-block: 20px; }
  .legal-main { padding-block: 55px 80px; }
  .legal-hero h1 { font-size: 44px; }
  .contact-card { grid-template-columns: 1fr; justify-items: start; }
  .contact-card .button { width: 100%; }
}

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