:root {
  color-scheme: light;
  --navy: #082a5b;
  --blue: #1e5bff;
  --green: #22c55e;
  --green-dark: #079447;
  --ink: #101b35;
  --muted: #667085;
  --surface: #ffffff;
  --soft: #f4f7fb;
  --border: #dfe5ee;
  --shadow: 0 18px 55px rgba(8, 42, 91, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(145deg, #f8faff 0%, #ffffff 48%, #f0fff5 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--blue); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--navy); }
.shell { width: min(1080px, calc(100% - 36px)); margin: 0 auto; }
.topbar { padding: 20px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 19px; font-weight: 900; text-decoration: none; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span span { color: var(--green-dark); }
.navlinks { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.navlinks a { color: var(--muted); font-size: 14px; font-weight: 750; text-decoration: none; }
.hero { padding: 86px 0 68px; }
.hero-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 52px; align-items: center; }
.eyebrow { color: var(--green-dark); font-size: 12px; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 10px 0 16px; color: var(--navy); font-size: clamp(40px, 7vw, 72px); line-height: 0.99; letter-spacing: -0.045em; }
.lead { max-width: 700px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.hero-mark { display: grid; place-items: center; min-height: 310px; border: 1px solid rgba(30, 91, 255, 0.1); border-radius: 44px; background: radial-gradient(circle at 60% 30%, rgba(34, 197, 94, 0.2), transparent 42%), linear-gradient(145deg, #0c3f8d, #1e5bff); box-shadow: var(--shadow); }
.hero-mark img { width: min(82%, 300px); filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.18)); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 14px; background: var(--blue); color: white; font-weight: 850; text-decoration: none; box-shadow: 0 10px 25px rgba(30, 91, 255, 0.2); }
.button.secondary { border: 1px solid var(--border); background: var(--surface); color: var(--navy); box-shadow: none; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 10px 0 80px; }
.card { padding: 25px; border: 1px solid var(--border); border-radius: 22px; background: rgba(255,255,255,0.9); box-shadow: var(--shadow); }
.card h2 { margin: 0 0 8px; color: var(--navy); font-size: 20px; }
.card p { margin: 0; color: var(--muted); }
.card a { display: inline-block; margin-top: 15px; font-weight: 800; }
.document { width: min(820px, calc(100% - 36px)); margin: 52px auto 88px; padding: clamp(25px, 5vw, 58px); border: 1px solid var(--border); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.document h1 { font-size: clamp(38px, 7vw, 60px); }
.document h2 { margin: 34px 0 10px; color: var(--navy); font-size: 22px; line-height: 1.25; }
.document h3 { margin: 25px 0 7px; color: var(--ink); font-size: 17px; }
.document p, .document li { color: #455066; }
.document ul, .document ol { padding-left: 22px; }
.notice { margin: 24px 0; padding: 18px 20px; border-left: 4px solid var(--green); border-radius: 0 14px 14px 0; background: #effcf4; }
.metadata { color: var(--muted); font-size: 13px; }
.contact-box { margin-top: 28px; padding: 22px; border-radius: 18px; background: var(--soft); }
footer { border-top: 1px solid var(--border); background: rgba(255,255,255,0.75); }
.footer { display: flex; justify-content: space-between; gap: 24px; padding: 30px 0; color: var(--muted); font-size: 13px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
.gradient-text { background: linear-gradient(100deg, var(--blue), var(--green-dark)); background-clip: text; -webkit-background-clip: text; color: transparent; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; color: var(--muted); font-size: 13px; font-weight: 750; }
.phone-stage { display: flex; justify-content: center; }.phone { width: min(100%,330px); min-height: 585px; padding: 18px 20px 22px; border: 9px solid #0b1325; border-radius: 44px; background: #fbfcff; box-shadow: 0 35px 80px rgba(8,42,91,.25); }.phone-bar,.phone-brand { display: flex; align-items: center; justify-content: space-between; color: #17223b; font-size: 11px; }.phone-brand { justify-content: flex-start; gap: 8px; margin-top: 22px; font-size: 13px; }.phone-brand img { width: 30px; height: 30px; object-fit: contain; }.phone-kicker { margin: 42px 0 5px!important; color: var(--green-dark)!important; font-size: 9px!important; font-weight: 900; letter-spacing: .16em; text-align: center!important; }.phone h2 { margin: 0; color: var(--navy); font-size: 27px; line-height: 1.05; text-align: center; }.phone h2 span { color: var(--blue); }.phone>p { color: var(--muted); font-size: 12px; text-align: center; }.voice-orb { display: flex; width: 145px; height: 145px; margin: 28px auto 18px; align-items: center; justify-content: center; flex-direction: column; gap: 8px; border: 8px solid #dfe9ff; border-radius: 50%; background: linear-gradient(145deg,#1e5bff,#22c55e); color: white; box-shadow: 0 16px 35px rgba(30,91,255,.3); }.voice-orb span { display: grid; width: 34px; height: 45px; place-items: center; border: 3px solid white; border-radius: 18px; }.or { display: flex; align-items: center; gap: 8px; color: #8b95a8; font-size: 10px; }.or span { height: 1px; flex: 1; background: #e5e9f0; }.write-card { display: flex; align-items: center; gap: 10px; margin-top: 15px; padding: 14px; border: 1px solid var(--border); border-radius: 14px; background: white; box-shadow: 0 8px 24px rgba(8,42,91,.06); }.write-card b { color: var(--blue); font-size: 22px; }.write-card span { display: flex; flex: 1; flex-direction: column; color: var(--ink); font-size: 12px; }.write-card small { color: var(--muted); }.write-card i { color: var(--muted); font-size: 22px; }
.section-block { padding: 88px 0; }.section-heading { max-width: 720px; margin: 0 auto 42px; text-align: center; }.section-heading h2,.feature-grid h2,.download-card h2 { margin: 8px 0 12px; color: var(--navy); font-size: clamp(32px,5vw,50px); line-height: 1.05; letter-spacing: -.035em; }.section-heading p,.section-copy { color: var(--muted); font-size: 17px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.steps article { position: relative; padding: 30px; border: 1px solid var(--border); border-radius: 24px; background: white; box-shadow: var(--shadow); }.step-number { position: absolute; top: 22px; right: 24px; color: #dce3ee; font-size: 28px; font-weight: 900; }.step-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 16px; background: var(--blue); color: white; font-weight: 900; }.steps h3,.feature-list h3 { margin: 20px 0 6px; color: var(--navy); }.steps p,.feature-list p { margin: 0; color: var(--muted); }
.feature-section { background: linear-gradient(145deg,#071f44,#0b3e82); }.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }.feature-grid .eyebrow { color: #86efac; }.feature-grid h2 { color: white; }.feature-grid .section-copy { color: #c9d7ec; }.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }.feature-list article { display: flex; gap: 12px; }.feature-list article>span { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border-radius: 50%; background: var(--green); color: white; font-weight: 900; }.feature-list h3 { margin: 0 0 4px; color: white; font-size: 16px; }.feature-list p { color: #b9c9df; font-size: 13px; }
.quote-demo { padding: 28px; border-radius: 26px; background: white; box-shadow: 0 30px 70px rgba(0,0,0,.25); }.demo-top,.demo-line,.demo-total { display: flex; align-items: center; justify-content: space-between; gap: 18px; }.demo-top { color: var(--muted); font-size: 12px; }.status-pill { padding: 5px 9px; border-radius: 99px; background: #e9fbef; color: var(--green-dark); font-weight: 850; }.quote-demo h3 { margin: 24px 0 0; color: var(--navy); font-size: 25px; }.quote-demo>p { margin: 1px 0 20px; color: var(--muted); }.demo-line { padding: 14px 0; border-top: 1px solid var(--border); color: #47516a; font-size: 13px; }.demo-line b { color: var(--ink); }.demo-total { margin-top: 8px; padding: 18px 0; border-top: 2px solid var(--navy); color: var(--navy); }.demo-total strong { font-size: 22px; }.demo-button { padding: 13px; border-radius: 12px; background: var(--blue); color: white; font-weight: 850; text-align: center; }.quote-demo small { display: block; margin-top: 12px; color: var(--muted); text-align: center; }
.pricing { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }.price-card { position: relative; display: flex; padding: 25px 21px; border: 1px solid var(--border); border-radius: 22px; background: white; flex-direction: column; box-shadow: 0 12px 35px rgba(8,42,91,.07); }.price-card.featured { border: 2px solid var(--green); transform: translateY(-10px); }.popular { position: absolute; top: -14px; left: 50%; padding: 5px 14px; border-radius: 99px; background: var(--green-dark); color: white; font-size: 10px; font-weight: 900; transform: translateX(-50%); white-space: nowrap; }.plan-name { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; }.price-card h3 { margin: 12px 0 0; color: var(--navy); font-size: 27px; }.price-card h3 small { color: var(--muted); font-size: 12px; }.plan-note { min-height: 45px; color: var(--muted); font-size: 13px; }.quota { margin: 12px 0; padding: 9px; border-radius: 99px; background: var(--soft); color: var(--navy); font-size: 12px; font-weight: 850; text-align: center; }.price-card ul { flex: 1; padding-left: 18px; color: #4c586e; font-size: 13px; }.price-card li { margin: 8px 0; }.plan-button { display: block; padding: 11px; border: 1px solid var(--blue); border-radius: 12px; color: var(--blue); font-size: 12px; font-weight: 850; text-align: center; text-decoration: none; }.plan-button.muted { border-color: var(--border); color: var(--navy); }
.download-section { padding-top: 40px; }.download-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(28px,5vw,55px); border-radius: 32px; background: linear-gradient(130deg,#eff4ff,#effcf4); box-shadow: var(--shadow); }.download-card>div { max-width: 680px; }.download-card>img { width: min(30%,220px); filter: drop-shadow(0 15px 20px rgba(8,42,91,.16)); }.store-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }.store-badge { display: flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 13px; background: #0c1428; color: white; opacity: .82; }.store-badge>span { font-size: 23px; }.store-badge div { display: flex; flex-direction: column; }.store-badge small { font-size: 8px; }.store-badge strong { font-size: 16px; }.faq-wrap { max-width: 820px; }.faq details { margin-bottom: 12px; padding: 18px 20px; border: 1px solid var(--border); border-radius: 16px; background: white; }.faq summary { cursor: pointer; color: var(--navy); font-weight: 850; }.faq details p { margin: 12px 0 0; color: var(--muted); }.landing-footer { align-items: flex-start; }.landing-footer>div p { margin: 6px 0; }.landing-footer>span { white-space: nowrap; }
@media (max-width: 760px) {
  .nav { align-items: flex-start; flex-direction: column; }
  .navlinks { justify-content: flex-start; }
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-mark { min-height: 250px; }
  .cards { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
  .phone { min-height: 570px; transform: none; }.steps,.feature-grid,.pricing { grid-template-columns: 1fr; }.feature-list { grid-template-columns: 1fr; }.price-card.featured { transform: none; }.download-card { align-items: flex-start; flex-direction: column; }.download-card>img { width: 150px; align-self: center; }
}
