:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-soft: #eef4fb;
  --navy: #0c2b55;
  --navy-2: #143e72;
  --blue: #1686ed;
  --cyan: #18b7d6;
  --green: #12b981;
  --text: #0f1d31;
  --muted: #6d7c91;
  --line: #dfe7f0;
  --shadow: 0 18px 50px rgba(12, 43, 85, 0.08);
  --radius: 24px;
  --radius-sm: 15px;
  --max: 1140px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(244, 247, 251, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223, 231, 240, 0.75);
}
.nav-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-size: 29px; font-weight: 800; letter-spacing: -1.5px; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; font-weight: 650; }
.nav-links a:hover { color: var(--navy); }
.nav-cta { padding: 11px 16px; border-radius: 12px; background: var(--navy); color: #fff !important; }
.hero { padding: 92px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #cfe2fa; background: #eaf4ff; color: var(--blue); border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
h1 { margin: 24px 0 22px; max-width: 760px; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -4px; color: var(--navy); }
.hero p { margin: 0; max-width: 690px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 20px; border-radius: 14px; font-weight: 780; font-size: 15px; }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(22, 134, 237, .22); }
.button-secondary { background: var(--surface); color: var(--navy); border: 1px solid var(--line); }
.hero-note { margin-top: 18px; color: #8796aa; font-size: 12px; }
.phone {
  width: min(100%, 370px); margin: 0 auto; padding: 13px;
  background: #0d1e34; border-radius: 42px; box-shadow: 0 35px 80px rgba(12,43,85,.22);
  transform: rotate(2deg);
}
.phone-screen { border-radius: 32px; overflow: hidden; background: #f4f7fb; padding: 22px 16px 18px; min-height: 660px; }
.phone-status { display:flex; justify-content:space-between; color:#111; font-size:11px; font-weight:800; margin-bottom: 30px; }
.phone-brand { display:flex; align-items:center; gap:8px; font-size:22px; font-weight:850; color:var(--navy); }
.phone-brand img { width:31px; height:31px; }
.phone-location { margin-top: 24px; display:inline-flex; gap:8px; align-items:center; padding:10px 13px; border-radius:11px; background:#eaf4ff; color:var(--navy); font-size:13px; font-weight:800; }
.phone-tabs { margin: 18px 0; padding:6px; background:#e9eef5; border-radius:13px; display:grid; grid-template-columns:repeat(4,1fr); gap:3px; font-size:10px; font-weight:800; color:#627188; }
.phone-tabs span:first-child { background:#fff; border-radius:9px; padding:10px 5px; color:var(--navy); text-align:center; box-shadow:0 4px 14px rgba(12,43,85,.06); }
.phone-tabs span:not(:first-child) { padding:10px 3px; text-align:center; }
.demo-card { border-radius:16px; overflow:hidden; background:#fff; border:1px solid var(--line); box-shadow:0 8px 24px rgba(12,43,85,.06); }
.demo-image { height:180px; background:linear-gradient(135deg,#d6e8f8,#a9cce8 45%,#2d669d); position:relative; }
.demo-image::before { content:""; position:absolute; left:0; bottom:0; width:100%; height:55%; background:linear-gradient(170deg,transparent 40%,rgba(12,43,85,.55)); }
.demo-pill { position:absolute; top:12px; left:12px; color:#fff; background:rgba(12,43,85,.9); padding:6px 9px; border-radius:8px; font-size:10px; font-weight:800; }
.demo-content { padding:16px 15px 18px; }
.demo-official { display:inline-flex; align-items:center; gap:7px; background:#e6f8fc; color:#08a9c8; border-radius:8px; padding:6px 9px; font-size:10px; font-weight:850; }
.demo-content h3 { margin:12px 0 8px; font-size:19px; line-height:1.18; letter-spacing:-.5px; color:#111d31; }
.demo-content p { font-size:11px; line-height:1.5; color:#6b7a8f; }
.trust-row { margin-top:12px; color:#526378; font-size:10px; font-weight:800; display:flex; align-items:center; gap:6px; }
.trust-check { width:14px; height:14px; border-radius:50%; background:var(--green); color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size:9px; }
.section { padding: 76px 0; }
.section-white { background: var(--surface); }
.section-head { max-width: 720px; margin-bottom: 40px; }
.kicker { color: var(--blue); text-transform: uppercase; letter-spacing: .9px; font-weight: 850; font-size: 12px; }
h2 { color: var(--navy); margin: 10px 0 14px; font-size: clamp(32px, 4vw, 50px); letter-spacing: -2.4px; line-height: 1.05; }
.section-head p { color: var(--muted); margin: 0; font-size: 17px; line-height: 1.6; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 27px; min-height: 250px; }
.feature-icon { width: 48px; height: 48px; border-radius: 14px; display:flex; align-items:center; justify-content:center; background:#eaf4ff; color:var(--blue); font-size:22px; margin-bottom:22px; }
.feature h3 { margin: 0 0 10px; color: var(--navy); font-size: 20px; letter-spacing: -.5px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.principles { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.principle { background:var(--surface-soft); border-radius:var(--radius); padding:28px; }
.principle strong { display:block; color:var(--navy); font-size:18px; margin-bottom:8px; }
.principle span { color:var(--muted); font-size:14px; line-height:1.6; }
.cta { border-radius: 32px; padding: 50px; background: linear-gradient(135deg, #0c2b55, #15497f); color:#fff; display:flex; justify-content:space-between; gap:30px; align-items:center; }
.cta h2 { color:#fff; margin:0 0 10px; font-size:clamp(30px,4vw,46px); }
.cta p { margin:0; color:#c8d8ea; max-width:630px; line-height:1.55; }
.cta .button { background:#fff; color:var(--navy); white-space:nowrap; }
.footer { padding: 34px 0 42px; color: var(--muted); font-size: 13px; }
.footer-inner { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; border-top:1px solid var(--line); padding-top:28px; }
.footer-links { display:flex; gap:18px; flex-wrap:wrap; }
.page-hero { padding:72px 0 38px; }
.page-hero h1 { font-size:clamp(38px,5vw,62px); margin-bottom:16px; }
.page-hero p { max-width:720px; }
.legal-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:clamp(24px,4vw,46px); margin-bottom:60px; box-shadow:var(--shadow); }
.legal-card h2 { font-size:26px; letter-spacing:-.8px; margin-top:36px; }
.legal-card h2:first-child { margin-top:0; }
.legal-card h3 { color:var(--navy); margin-top:26px; font-size:18px; }
.legal-card p, .legal-card li { color:#4f6075; font-size:15px; line-height:1.7; }
.legal-card ul { padding-left:20px; }
.notice { border-left:4px solid #f2b94b; background:#fff7e5; padding:16px 18px; border-radius:0 12px 12px 0; color:#70531d; margin:18px 0; font-size:14px; line-height:1.55; }
.contact-card { display:grid; grid-template-columns:1fr auto; gap:24px; align-items:center; background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px; }
@media (max-width: 820px) {
  .nav-links a:not(.nav-cta) { display:none; }
  .hero { padding-top:58px; }
  .hero-grid { grid-template-columns:1fr; gap:48px; }
  h1 { letter-spacing:-2.7px; }
  .phone { max-width:330px; transform:none; }
  .features { grid-template-columns:1fr; }
  .principles { grid-template-columns:1fr; }
  .cta { padding:34px 26px; flex-direction:column; align-items:flex-start; }
  .footer-inner { flex-direction:column; }
  .contact-card { grid-template-columns:1fr; }
}
@media (max-width: 480px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .nav-inner { height:70px; }
  .brand { font-size:25px; }
  .brand img { width:36px; height:36px; }
  .hero { padding-bottom:48px; }
  .hero-actions .button { width:100%; }
  .section { padding:58px 0; }
  .legal-card { padding:22px; }
}
