:root {
  color-scheme: light;
  --navy: #073c73;
  --blue: #0865a5;
  --blue-bright: #1596c9;
  --aqua: #55bfcb;
  --ink: #132331;
  --muted: #5e6f7c;
  --line: #dce6eb;
  --surface: #f4f8fa;
  --surface-blue: #eaf5fa;
  --white: #ffffff;
  --orange: #ff8a2a;
  --shadow: 0 30px 70px rgba(6, 41, 70, .16);
  --radius: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(220,230,235,.8); backdrop-filter: blur(18px); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.2rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { border-radius: 11px; box-shadow: 0 8px 22px rgba(8,101,165,.16); }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 3vw, 36px); }
.nav-links a { text-decoration: none; color: var(--muted); font-size: .95rem; font-weight: 600; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--blue); }

h1, h2, h3 { line-height: 1.1; letter-spacing: -.04em; margin-top: 0; }
h1 { font-size: clamp(3.1rem, 6.3vw, 6.1rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); margin-bottom: 20px; }
h3 { font-size: 1.35rem; margin-bottom: 12px; }
p { margin-top: 0; }
.eyebrow { margin-bottom: 16px; color: var(--blue); font-size: .77rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #8ce5ec; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(28px, 5vw, 74px); padding-block: clamp(72px, 8vw, 120px); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { max-width: 660px; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.34rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 23px; border-radius: 12px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--navy), var(--blue)); box-shadow: 0 12px 26px rgba(7,60,115,.22); }
.button-primary:hover { box-shadow: 0 17px 34px rgba(7,60,115,.28); }
.button-secondary { color: var(--navy); background: var(--surface-blue); border: 1px solid #cfe4ee; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; list-style: none; padding: 0; margin: 28px 0 0; color: var(--muted); font-size: .9rem; font-weight: 600; }
.trust-list li::before { content: "✓"; color: var(--blue); margin-right: 8px; font-weight: 800; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.phone { position: absolute; overflow: hidden; border: 6px solid #101820; border-radius: 46px; background: #f3f5f8; box-shadow: var(--shadow); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { z-index: 3; width: min(47%, 286px); aspect-ratio: 1320 / 2868; transform: translateY(-8px); }
.phone-left, .phone-right { z-index: 2; width: min(37%, 224px); aspect-ratio: 1320 / 2868; filter: saturate(.9); }
.phone-left { left: 1%; transform: translateY(50px) rotate(-8deg); }
.phone-right { right: 1%; transform: translateY(50px) rotate(8deg); }
.glow { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .72; }
.glow-one { width: 430px; height: 430px; background: #daf4f6; }
.glow-two { width: 310px; height: 310px; background: #d9eafb; transform: translate(110px,-120px); }

.proof-strip { color: white; background: var(--navy); }
.proof-grid { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 1px; }
.proof-grid div { min-height: 62px; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.18); }
.proof-grid div:first-child { border-left: 0; }
.proof-grid strong { font-size: 1.25rem; }
.proof-grid span { color: #bcd0df; font-size: .86rem; }

.section { padding-block: clamp(80px, 10vw, 136px); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.feature-card { position: relative; overflow: hidden; min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, #fff, #f7fafb); }
.feature-card p { color: var(--muted); }
.feature-card-large { grid-row: span 2; min-height: 588px; background: var(--surface-blue); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 14px; color: var(--blue); background: white; box-shadow: 0 8px 20px rgba(8,101,165,.1); font-size: 1.15rem; font-weight: 800; }
.feature-shot { position: absolute; width: 72%; left: 50%; bottom: -40%; transform: translateX(-50%); border: 5px solid #16202b; border-radius: 35px; box-shadow: var(--shadow); }

.workflow-section { background: var(--surface); }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 90px; }
.workflow-grid article { padding: 30px; border-top: 3px solid var(--aqua); background: white; }
.workflow-grid span { display: inline-block; margin-bottom: 34px; color: var(--blue); font-weight: 800; }
.workflow-grid p { color: var(--muted); }
.report-showcase { min-height: 720px; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 64px; padding: clamp(42px, 7vw, 84px); overflow: hidden; color: white; border-radius: 34px; background: linear-gradient(135deg, #073c73, #086fa6 68%, #1596c9); }
.report-showcase .report-copy { max-width: 570px; }
.report-showcase .report-copy > p:not(.eyebrow) { color: #d9e8f1; }
.report-phone { position: relative; justify-self: center; width: min(100%, 310px); aspect-ratio: 1320 / 2868; transform: rotate(3deg); border-color: white; box-shadow: 0 28px 90px rgba(0,0,0,.28); }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { position: relative; padding: 9px 0 9px 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua); font-weight: 900; }

.privacy-section { color: white; background: #082b4d; }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 100px); align-items: center; }
.privacy-grid > div:first-child > p:not(.eyebrow) { color: #bdd0df; font-size: 1.08rem; }
.privacy-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.privacy-points article { min-height: 156px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.06); }
.privacy-points strong { margin-bottom: 8px; }
.privacy-points span { color: #bdd0df; font-size: .9rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 700; text-underline-offset: 4px; }
.text-link.light { color: #8ce5ec; }

.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 940px; margin-inline: auto; }
.plan-card { padding: clamp(30px, 5vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.plan-card.featured { color: white; border-color: var(--navy); background: var(--navy); box-shadow: var(--shadow); }
.plan-label { color: var(--blue); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.featured .plan-label { color: #8ce5ec; }
.plan-card h3 { font-size: clamp(1.65rem, 3vw, 2.2rem); }
.plan-card .check-list li { color: var(--muted); }
.plan-card.featured .check-list li { color: #d2e0ea; }
.subscription-note { max-width: 760px; margin: 30px auto 0; color: var(--muted); text-align: center; font-size: .88rem; }

.support-cta { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 44px; }
.support-cta > div:first-child { max-width: 690px; }
.support-cta > div:first-child > p:last-child { color: var(--muted); }
.support-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.launch-section { padding-block: 68px; color: white; background: linear-gradient(110deg, var(--navy), var(--blue)); }
.launch-inner { display: flex; align-items: center; gap: 34px; }
.launch-inner img { flex: 0 0 auto; border-radius: 25px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.launch-inner h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3.4rem); }
.launch-inner p:last-child { margin-bottom: 0; color: #d3e4ef; }

.site-footer { padding-block: 70px 28px; color: #bdd0df; background: #051c31; }
.site-footer .brand { color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 42px; }
.footer-brand p { max-width: 300px; margin-top: 18px; }
.footer-grid h2 { margin-bottom: 18px; color: white; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid a:not(.brand) { color: #bdd0df; text-decoration: none; font-size: .92rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

/* Legal and support pages */
.page-hero { padding-block: 86px 52px; background: linear-gradient(180deg, var(--surface-blue), white); }
.page-hero .shell { max-width: 860px; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.page-main { max-width: 860px; padding-block: 40px 100px; }
.legal-meta { display: inline-flex; margin-bottom: 28px; padding: 7px 12px; color: var(--blue); border-radius: 999px; background: var(--surface-blue); font-size: .8rem; font-weight: 700; }
.legal-content h2 { margin: 40px 0 12px; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #465966; }
.legal-content a { color: var(--blue); text-underline-offset: 3px; }
.notice-card { margin: 20px 0 36px; padding: 24px; border-left: 4px solid var(--aqua); border-radius: 0 16px 16px 0; background: var(--surface); }
.support-contact { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin-bottom: 54px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.support-contact h2 { margin: 0 0 8px; font-size: 1.45rem; }
.support-contact p { margin: 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 1.08rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--blue); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 720px; margin: 14px 0 0; color: var(--muted); }

@media (max-width: 920px) {
  .hero { min-height: auto; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 760px; margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-visual { min-height: 580px; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding-block: 20px; }
  .proof-grid div:nth-child(3) { border-left: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card-large { grid-row: span 2; }
  .report-showcase { grid-template-columns: 1fr .65fr; gap: 30px; padding: 50px; }
  .privacy-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { position: static; }
  .nav { min-height: 68px; }
  .nav-links { gap: 16px; overflow-x: auto; }
  .nav-links a { font-size: .82rem; }
  .nav-links a:nth-child(-n+2) { display: none; }
  .hero { padding-block: 60px 76px; }
  .hero-visual { min-height: 460px; }
  .phone { border-width: 4px; border-radius: 32px; }
  .phone-main { width: 48%; }
  .phone-left, .phone-right { width: 38%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 18px 10px; text-align: center; }
  .proof-grid div:first-child { border-top: 0; }
  .feature-grid, .workflow-grid, .plan-grid, .support-cta { grid-template-columns: 1fr; }
  .feature-card-large { grid-row: auto; min-height: 520px; }
  .workflow-grid { margin-bottom: 54px; }
  .report-showcase { grid-template-columns: 1fr; padding: 34px 24px 0; }
  .report-phone { position: relative; height: 460px; align-self: end; transform: translateY(56px) rotate(2deg); }
  .privacy-points { grid-template-columns: 1fr; }
  .privacy-points article { min-height: 130px; }
  .launch-inner { align-items: flex-start; }
  .launch-inner img { width: 76px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .support-contact { grid-template-columns: 1fr; }
}

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