
:root {
  --ink: #0a1424;
  --muted: #5e6d80;
  --line: #dfe8f2;
  --soft: #f3f8fc;
  --blue: #1597ff;
  --blue-dark: #0876d6;
  --green: #16a86a;
  --gold: #f4af1b;
  --danger: #da4b56;
  --radius: 24px;
  --shadow: 0 26px 70px rgba(13, 53, 91, .14);
  --max: 1160px;
}
* { 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: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: #fff; padding: 12px 16px; border-radius: 12px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(223,232,242,.78); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.12rem; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; color: #33455a; font-weight: 650; font-size: .95rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue-dark); }
.nav-cta { background: var(--ink); color: #fff !important; padding: 10px 16px; border-radius: 999px; }
.menu-button { display: none; border: 1px solid var(--line); background: #fff; border-radius: 12px; width: 44px; height: 44px; font-size: 1.3rem; }
.hero { position: relative; overflow: hidden; padding: 84px 0 104px; background: radial-gradient(circle at 84% 12%, rgba(21,151,255,.16), transparent 31%), linear-gradient(180deg,#fff 0%,#f5faff 100%); }
.hero::before { content: ""; position: absolute; width: 380px; height: 380px; border: 72px solid rgba(21,151,255,.055); border-radius: 50%; right: -170px; bottom: -170px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 62px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-dark); background: #e9f5ff; border: 1px solid #d3ebff; padding: 8px 13px; border-radius: 999px; font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
h1 { font-size: clamp(3rem, 6vw, 5.65rem); line-height: .98; letter-spacing: -.065em; margin: 24px 0 23px; }
.hero-copy > p { font-size: 1.22rem; color: var(--muted); max-width: 630px; margin: 0 0 31px; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 21px; border-radius: 14px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--blue), #0877e6); box-shadow: 0 14px 30px rgba(21,151,255,.25); }
.button.secondary { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.microcopy { margin-top: 18px; color: #7d8a99; font-size: .86rem; }
.phone-stage { min-height: 690px; position: relative; display: grid; place-items: center; }
.phone { position: absolute; width: 312px; padding: 10px; border-radius: 49px; background: linear-gradient(150deg,#253241,#070b10); box-shadow: 0 35px 80px rgba(15,36,60,.28); }
.phone::before { content: ""; position: absolute; width: 106px; height: 26px; background: #090c10; border-radius: 99px; top: 18px; left: 50%; transform: translateX(-50%); z-index: 3; }
.phone img { border-radius: 39px; width: 100%; }
.phone.main { z-index: 3; transform: translateY(0); }
.phone.left { z-index: 1; transform: translate(-170px, 42px) rotate(-7deg) scale(.78); opacity: .92; }
.phone.right { z-index: 2; transform: translate(170px, 58px) rotate(7deg) scale(.78); opacity: .92; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding: 24px 28px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display:block; font-size:1.02rem; }
.trust-item span { color:var(--muted); font-size:.9rem; }
.section { padding: 104px 0; }
.section.soft { background: var(--soft); }
.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .split-copy h2, .page-hero h1 { margin: 15px 0 17px; font-size: clamp(2.25rem,4.4vw,4rem); letter-spacing: -.055em; line-height: 1.03; }
.section-heading p, .split-copy > p, .page-hero p { color:var(--muted); font-size:1.08rem; }
.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.feature-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px; box-shadow:0 12px 35px rgba(13,53,91,.06); }
.icon { width:50px; height:50px; border-radius:15px; display:grid; place-items:center; background:#e8f5ff; color:var(--blue-dark); font-weight:900; font-size:1.35rem; }
.feature-card h3 { margin:20px 0 9px; font-size:1.28rem; letter-spacing:-.02em; }
.feature-card p { color:var(--muted); margin:0; }
.split { display:grid; grid-template-columns: .92fr 1.08fr; align-items:center; gap:76px; }
.split.reverse { grid-template-columns: 1.08fr .92fr; }
.split.reverse .split-copy { order:2; }
.split.reverse .visual { order:1; }
.check-list { list-style:none; padding:0; margin:28px 0 0; display:grid; gap:13px; }
.check-list li { display:flex; gap:12px; align-items:flex-start; color:#34485e; }
.check-list li::before { content:"✓"; flex:0 0 auto; display:grid; place-items:center; width:24px; height:24px; border-radius:50%; background:#e6f8f0; color:var(--green); font-weight:900; }
.visual { display:grid; place-items:center; min-height:590px; position:relative; }
.visual::before { content:""; position:absolute; width:80%; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,#dcefff 0%,rgba(220,239,255,.5) 45%,transparent 72%); }
.visual .phone { position:relative; width:330px; }
.screenshot-row { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; align-items:start; }
.screenshot-row .phone { position:relative; width:100%; padding:7px; border-radius:34px; }
.screenshot-row .phone::before { width:76px; height:19px; top:12px; }
.screenshot-row .phone img { border-radius:28px; }
.quote { max-width:800px; margin:0 auto; text-align:center; font-size:clamp(1.6rem,3vw,2.45rem); font-weight:800; letter-spacing:-.04em; line-height:1.22; }
.quote small { display:block; color:var(--muted); font-size:.95rem; font-weight:600; letter-spacing:0; margin-top:18px; }
.cta { padding:86px 0; }
.cta-box { color:#fff; background:linear-gradient(135deg,#07182c,#0d3c67 58%,#0a75ca); border-radius:34px; padding:62px; display:flex; align-items:center; justify-content:space-between; gap:44px; box-shadow:var(--shadow); position:relative; overflow:hidden; }
.cta-box::after { content:""; position:absolute; width:330px; height:330px; border:58px solid rgba(255,255,255,.08); border-radius:50%; right:-110px; top:-130px; }
.cta-box h2 { font-size:clamp(2rem,4vw,3.5rem); line-height:1.02; letter-spacing:-.05em; margin:0 0 12px; }
.cta-box p { color:#c7d9e8; margin:0; max-width:620px; }
.cta-box .button { background:#fff; color:#0b2946; position:relative; z-index:2; white-space:nowrap; }
.site-footer { background:#071321; color:#dce7f1; padding:62px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:48px; }
.footer-brand p { color:#9eb0c3; max-width:360px; }
.footer-col h3 { color:#fff; font-size:.95rem; margin:4px 0 16px; }
.footer-col a { display:block; text-decoration:none; color:#9eb0c3; margin:9px 0; }
.footer-col a:hover { color:#fff; }
.footer-bottom { margin-top:46px; padding-top:24px; border-top:1px solid #1c2d40; display:flex; justify-content:space-between; gap:20px; color:#8196ab; font-size:.84rem; }
.page-hero { padding:86px 0 70px; background:linear-gradient(180deg,#f4f9fe,#fff); border-bottom:1px solid var(--line); }
.page-hero .container { max-width:900px; }
.page-hero h1 { max-width:760px; }
.content { padding:72px 0 100px; }
.prose { max-width:860px; }
.prose h2 { margin:48px 0 14px; font-size:1.75rem; letter-spacing:-.03em; }
.prose h3 { margin:32px 0 10px; font-size:1.2rem; }
.prose p, .prose li { color:#40536a; }
.prose a { color:var(--blue-dark); }
.prose ul { padding-left:22px; }
.notice { padding:18px 20px; border:1px solid #cae6ff; background:#edf7ff; border-radius:16px; color:#315775; }
.support-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:30px; align-items:start; }
.support-card, .form-card, .faq-item { border:1px solid var(--line); background:#fff; border-radius:22px; padding:26px; box-shadow:0 12px 34px rgba(13,53,91,.055); }
.support-card h2, .form-card h2 { margin-top:0; }
.support-stack { display:grid; gap:16px; }
.contact-link { display:flex; gap:14px; align-items:center; text-decoration:none; padding:18px; border-radius:16px; background:var(--soft); }
.contact-link strong { display:block; }
.contact-link span { display:block; color:var(--muted); font-size:.9rem; }
form { display:grid; gap:15px; }
label { display:grid; gap:7px; font-weight:750; font-size:.92rem; }
input, select, textarea { width:100%; border:1px solid #cad7e4; border-radius:12px; padding:13px 14px; font:inherit; color:var(--ink); background:#fff; }
textarea { min-height:145px; resize:vertical; }
input:focus, select:focus, textarea:focus { outline:3px solid rgba(21,151,255,.16); border-color:var(--blue); }
button.button { border:0; cursor:pointer; font:inherit; }
.faq-list { display:grid; gap:14px; margin-top:32px; }
.faq-item summary { cursor:pointer; font-weight:850; list-style:none; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; float:right; color:var(--blue-dark); }
.faq-item[open] summary::after { content:"–"; }
.faq-item p { color:var(--muted); margin:16px 0 0; }
.legal-meta { color:var(--muted); font-size:.92rem; }
.table-wrap { overflow-x:auto; }
table { width:100%; border-collapse:collapse; margin:24px 0; }
th, td { text-align:left; padding:14px; border-bottom:1px solid var(--line); vertical-align:top; }
th { background:var(--soft); }
.badge { display:inline-block; padding:5px 9px; border-radius:999px; font-size:.78rem; font-weight:800; background:#e9f6ff; color:var(--blue-dark); }
@media (max-width: 920px) {
  .nav-links { display:none; position:absolute; top:74px; left:0; right:0; background:#fff; padding:20px; border-bottom:1px solid var(--line); flex-direction:column; align-items:stretch; }
  .nav-links.open { display:flex; }
  .menu-button { display:block; }
  .hero-grid, .split, .split.reverse, .support-grid { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .hero-copy > p { margin-left:auto; margin-right:auto; }
  .actions { justify-content:center; }
  .phone-stage { min-height:650px; }
  .split.reverse .split-copy, .split.reverse .visual { order:initial; }
  .card-grid { grid-template-columns:1fr 1fr; }
  .screenshot-row { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1.3fr 1fr 1fr; }
  .footer-grid .footer-col:last-child { grid-column:2/4; }
}
@media (max-width: 640px) {
  .container { width:min(100% - 28px, var(--max)); }
  .hero { padding-top:62px; }
  h1 { font-size:3.35rem; }
  .phone-stage { min-height:560px; transform:scale(.86); margin:-20px -30px; }
  .phone.left { transform:translate(-126px,42px) rotate(-7deg) scale(.68); }
  .phone.right { transform:translate(126px,55px) rotate(7deg) scale(.68); }
  .trust-grid, .card-grid, .screenshot-row { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line); }
  .trust-item:last-child { border-bottom:0; }
  .section { padding:76px 0; }
  .visual { min-height:525px; }
  .visual .phone { width:285px; }
  .screenshot-row .phone { width:78%; margin:0 auto; }
  .cta-box { padding:38px 28px; flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-grid .footer-col:last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}
