
:root {
  --navy: #0b2f57;
  --navy-2: #123f70;
  --ink: #102235;
  --muted: #66788a;
  --cream: #fbfaf6;
  --paper: #ffffff;
  --gold: #d4aa43;
  --gold-soft: #f2e6bd;
  --line: #e4e8ec;
  --surface: #f4f7f9;
  --shadow: 0 22px 60px rgba(17, 47, 78, .10);
  --radius: 24px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(228,232,236,.8); }
.nav { min-height: 74px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:10px; font-size:21px; font-weight:800; letter-spacing:-.03em; }
.brand img { width:37px; height:37px; object-fit:contain; border-radius:10px; }
.nav-links { display:flex; align-items:center; gap:4px; }
.nav-links a { padding:10px 13px; border-radius:999px; color:#536577; font-size:14px; font-weight:650; }
.nav-links a:hover, .nav-links a.active { color:var(--navy); background:#edf3f8; }
.nav-cta { margin-left:8px; background:var(--navy)!important; color:white!important; padding-inline:17px!important; }
.menu-button { display:none; border:0; background:transparent; width:42px; height:42px; border-radius:12px; font-size:23px; }
.hero { overflow:hidden; background: radial-gradient(circle at 82% 18%, rgba(212,170,67,.18), transparent 31%), radial-gradient(circle at 12% 30%, rgba(35,91,139,.12), transparent 29%), linear-gradient(180deg,#fff 0%,#fbfaf6 100%); }
.hero-grid { min-height:680px; display:grid; grid-template-columns:1.08fr .92fr; align-items:center; gap:70px; padding:72px 0 84px; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; color:var(--navy); background:#eef4f9; border:1px solid #dfeaf2; padding:7px 11px; border-radius:999px; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.eyebrow-dot { width:7px; height:7px; border-radius:50%; background:var(--gold); }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(49px, 6vw, 78px); line-height:.98; letter-spacing:-.055em; margin:24px 0 22px; color:#102c48; font-weight:500; }
.hero p { max-width:620px; font-size:19px; color:#5b6e80; margin:0 0 30px; }
.hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:12px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:0 20px; border-radius:14px; font-weight:750; font-size:14px; border:1px solid transparent; transition:.18s ease; }
.button.primary { color:white; background:var(--navy); box-shadow:0 10px 30px rgba(11,47,87,.18); }
.button.secondary { background:white; border-color:var(--line); color:var(--ink); }
.button:hover { transform:translateY(-1px); }
.hero-note { display:flex; gap:18px; flex-wrap:wrap; margin-top:26px; color:#738394; font-size:12px; font-weight:650; }
.hero-note span { display:flex; gap:7px; align-items:center; }
.hero-note i { width:6px; height:6px; border-radius:50%; background:#88a1b8; display:block; }
.phone-stage { position:relative; display:flex; justify-content:center; min-height:520px; }
.glow { position:absolute; inset:12% 3% 2%; background:radial-gradient(circle,rgba(38,91,137,.18),transparent 65%); filter:blur(10px); }
.phone { width:294px; height:586px; border-radius:48px; padding:10px; background:#102b45; box-shadow:0 38px 100px rgba(16,44,72,.28); position:relative; transform:rotate(3deg); }
.phone:before { content:""; position:absolute; width:112px; height:26px; top:17px; left:50%; transform:translateX(-50%); border-radius:20px; background:#102b45; z-index:4; }
.phone-screen { height:100%; overflow:hidden; border-radius:40px; background:#f7f5ef; padding:50px 18px 20px; }
.phone-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; }
.phone-brand { font-size:17px; font-weight:850; color:var(--navy); }
.avatar { width:28px; height:28px; border-radius:50%; background:linear-gradient(145deg,#d7b95c,#9a7424); }
.verse-card { background:white; border:1px solid #ebe8de; border-radius:21px; padding:19px; box-shadow:0 15px 35px rgba(21,49,76,.06); }
.verse-label { color:#95731e; text-transform:uppercase; letter-spacing:.09em; font-weight:800; font-size:9px; }
.verse-text { margin:10px 0; font-family:Georgia,serif; font-size:21px; line-height:1.35; color:#16324f; }
.verse-ref { font-size:11px; font-weight:750; color:#728090; }
.mini-title { margin:20px 0 11px; font-size:12px; font-weight:850; color:#1f3a54; }
.mini-row { display:grid; grid-template-columns:repeat(2,1fr); gap:9px; }
.mini-card { border-radius:16px; padding:14px; color:white; min-height:92px; display:flex; flex-direction:column; justify-content:flex-end; font-size:11px; font-weight:800; }
.mini-card.one { background:linear-gradient(145deg,#1d507d,#0c2e51); }
.mini-card.two { background:linear-gradient(145deg,#c6a446,#806019); }
.float-card { position:absolute; width:190px; background:white; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); padding:15px; z-index:5; }
.float-card.left { left:-15px; top:96px; }
.float-card.right { right:-24px; bottom:76px; }
.float-kicker { font-size:9px; text-transform:uppercase; letter-spacing:.08em; color:#8292a0; font-weight:850; }
.float-main { margin-top:4px; font-size:13px; font-weight:850; color:var(--ink); }
.float-sub { margin-top:2px; font-size:10px; color:#7d8b98; }
.section { padding:92px 0; }
.section.alt { background:var(--cream); }
.section-head { max-width:720px; margin-bottom:40px; }
.section-head h2, .legal-hero h1 { font-family:Georgia,serif; color:#133250; font-weight:500; letter-spacing:-.04em; }
.section-head h2 { font-size:46px; line-height:1.05; margin:13px 0; }
.section-head p { color:#6c7b89; font-size:17px; margin:0; }
.features { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.feature { border:1px solid var(--line); border-radius:21px; padding:25px; background:white; }
.feature-icon { width:40px; height:40px; border-radius:13px; background:#edf3f8; display:grid; place-items:center; color:var(--navy); font-size:19px; margin-bottom:20px; }
.feature h3 { margin:0 0 8px; font-size:16px; }
.feature p { margin:0; color:#738290; font-size:14px; }
.quote-band { background:var(--navy); color:white; padding:70px 0; }
.quote-band blockquote { margin:0; max-width:850px; font-family:Georgia,serif; font-size:clamp(31px,4vw,49px); line-height:1.15; letter-spacing:-.035em; }
.quote-band cite { display:block; margin-top:18px; font-style:normal; color:#bfd0df; font-size:13px; font-weight:750; }
.cta-card { border-radius:30px; padding:54px; color:white; background:linear-gradient(135deg,#0b2f57 0%,#194f7d 100%); display:flex; align-items:center; justify-content:space-between; gap:40px; overflow:hidden; position:relative; }
.cta-card:after { content:""; width:260px; height:260px; border-radius:50%; background:rgba(212,170,67,.13); position:absolute; right:-70px; top:-90px; }
.cta-card h2 { position:relative; margin:0 0 7px; font-family:Georgia,serif; font-size:36px; font-weight:500; }
.cta-card p { position:relative; margin:0; color:#cbd9e5; }
.cta-card .button { position:relative; z-index:2; white-space:nowrap; background:white; color:var(--navy); }
.site-footer { border-top:1px solid var(--line); padding:48px 0 34px; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; }
.footer-brand p { color:#7a8996; max-width:360px; font-size:13px; margin:12px 0 0; }
.footer-col h4 { font-size:12px; text-transform:uppercase; letter-spacing:.08em; color:#8292a0; margin:0 0 12px; }
.footer-col a { display:block; font-size:13px; color:#4f6274; margin:7px 0; }
.footer-bottom { border-top:1px solid var(--line); margin-top:34px; padding-top:20px; color:#8795a1; font-size:11px; display:flex; justify-content:space-between; gap:15px; }
.legal-hero { padding:74px 0 40px; background:linear-gradient(180deg,#fbfaf6,#fff); border-bottom:1px solid var(--line); }
.legal-hero .shell { max-width:900px; }
.legal-hero h1 { font-size:54px; margin:10px 0 12px; }
.legal-hero p { color:#71808d; max-width:680px; margin:0; }
.legal-wrap { max-width:900px; padding:46px 0 90px; }
.notice { background:#fff9e8; border:1px solid #efdfac; color:#755a18; padding:14px 16px; border-radius:14px; font-size:12px; margin-bottom:32px; }
.notice strong { color:#5f4813; }
.legal-content h2 { margin:35px 0 10px; font-size:20px; color:#173754; }
.legal-content h3 { margin:24px 0 8px; font-size:15px; color:#24435e; }
.legal-content p, .legal-content li { color:#5f7180; font-size:14px; }
.legal-content ul { padding-left:22px; }
.legal-content li { margin:6px 0; }
.legal-meta { color:#7f8d99; font-size:12px; }
.help-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; margin-top:32px; }
.help-card { padding:23px; border-radius:20px; border:1px solid var(--line); background:white; }
.help-card h3 { margin:11px 0 7px; font-size:15px; }
.help-card p { color:#758492; font-size:13px; margin:0; }
.steps { counter-reset:step; display:grid; gap:12px; margin:26px 0; }
.step { display:grid; grid-template-columns:42px 1fr; gap:14px; align-items:start; padding:18px; border:1px solid var(--line); border-radius:17px; }
.step:before { counter-increment:step; content:counter(step); width:34px; height:34px; border-radius:50%; display:grid; place-items:center; background:var(--navy); color:white; font-size:12px; font-weight:800; }
.step h3 { margin:1px 0 4px; font-size:14px; }
.step p { margin:0; color:#748391; font-size:13px; }
.support-box { background:var(--surface); border-radius:22px; padding:25px; margin-top:28px; }
.support-box h2 { margin-top:0; }
.placeholder { padding:2px 6px; border-radius:5px; background:#fff2c8; color:#72560e; font-family:ui-monospace, monospace; font-size:.92em; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns:1fr; gap:35px; padding-top:54px; }
  .hero-copy { text-align:center; }
  .hero p { margin-inline:auto; }
  .hero-actions, .hero-note { justify-content:center; }
  .phone-stage { margin-top:8px; }
  .features, .help-grid { grid-template-columns:1fr 1fr; }
  .nav-links { display:none; position:absolute; left:20px; right:20px; top:66px; background:white; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); padding:10px; flex-direction:column; align-items:stretch; }
  .nav-links.open { display:flex; }
  .nav-links a { text-align:center; }
  .nav-cta { margin-left:0; }
  .menu-button { display:block; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
}
@media (max-width: 620px) {
  .shell { width:min(calc(100% - 28px),var(--max)); }
  .hero-grid { min-height:auto; padding:46px 0 62px; }
  h1 { font-size:49px; }
  .hero p { font-size:16px; }
  .phone { width:260px; height:520px; }
  .phone-stage { min-height:520px; }
  .float-card.left { left:0; top:65px; }
  .float-card.right { right:0; bottom:45px; }
  .features, .help-grid { grid-template-columns:1fr; }
  .section { padding:66px 0; }
  .section-head h2 { font-size:37px; }
  .cta-card { padding:34px 26px; flex-direction:column; align-items:flex-start; }
  .legal-hero { padding-top:48px; }
  .legal-hero h1 { font-size:43px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}
