:root {
  --blue: #0b55ff;
  --blue-dark: #0737c7;
  --blue-deep: #071f69;
  --sky: #eaf3ff;
  --ink: #101b3e;
  --muted: #63708f;
  --line: #dce6f7;
  --surface: #ffffff;
  --surface-soft: #f7faff;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 20px 60px rgba(16, 52, 140, .13);
  --shadow-soft: 0 10px 35px rgba(16, 52, 140, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
code { padding: .12rem .4rem; border-radius: 6px; background: #eef3ff; color: var(--blue-deep); }

.skip-link { position: fixed; left: 14px; top: 12px; transform: translateY(-160%); z-index: 1000; background: #fff; color: var(--blue-deep); padding: .7rem 1rem; border-radius: 10px; box-shadow: var(--shadow-soft); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 100px 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,230,247,.75); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1.05; }
.brand > span:last-child { display: grid; gap: 4px; }
.brand strong { font-size: .98rem; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-weight: 700; font-size: .75rem; }
.brand-mark { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(145deg, var(--blue), var(--blue-dark)); box-shadow: 0 8px 22px rgba(11,85,255,.28); }
.brand-mark svg { width: 25px; height: 25px; fill: #fff; overflow: visible; }
.brand-mark .brand-arrow { fill: #b8d9ff; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #34415e; font-size: .93rem; font-weight: 700; }
.site-nav > a:not(.nav-cta) { transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--blue); color: #fff; box-shadow: 0 8px 22px rgba(11,85,255,.2); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; border-radius: 10px; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 10px; }

.hero { position: relative; overflow: hidden; padding-top: 90px; background: radial-gradient(circle at 70% 30%, #e7f2ff 0, transparent 34%), linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; min-height: 580px; position: relative; z-index: 2; }
.hero-copy { max-width: 640px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 800; color: var(--blue); }
.eyebrow.light { color: #cfe0ff; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(11,85,255,.1); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 18px 0 22px; font-size: clamp(3.2rem, 6vw, 5.7rem); line-height: .98; letter-spacing: -.055em; }
h1 span { color: var(--blue); }
.hero-lead { max-width: 650px; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 15px; font-weight: 800; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; fill: currentColor; }
.btn-primary { background: linear-gradient(135deg, var(--blue), #0042dc); color: #fff; box-shadow: 0 14px 30px rgba(11,85,255,.25); }
.btn-secondary { background: #fff; border-color: var(--line); color: var(--blue-deep); box-shadow: var(--shadow-soft); }
.hero-badges { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.hero-badges span { padding: 7px 11px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.78); color: #53617d; font-size: .78rem; font-weight: 750; }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: linear-gradient(145deg, rgba(11,85,255,.14), rgba(69,184,255,.03)); border: 1px solid rgba(11,85,255,.08); }
.phone-stack { position: absolute; width: 220px; border-radius: 34px; filter: drop-shadow(0 26px 35px rgba(15, 46, 112, .23)); overflow: hidden; }
.phone-stack img { width: 100%; height: auto; }
.phone-front { transform: translateX(-54px) rotate(-2deg); z-index: 3; }
.phone-back { transform: translate(90px, 28px) rotate(7deg); z-index: 2; opacity: .94; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 12px 14px; background: rgba(255,255,255,.95); border: 1px solid #e3ebf9; border-radius: 16px; box-shadow: 0 16px 34px rgba(25,55,120,.16); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .78rem; }
.floating-card small { color: var(--muted); font-size: .67rem; }
.route-card { right: -6px; top: 95px; }
.voice-card { left: -18px; bottom: 72px; }
.float-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #eaf2ff; color: var(--blue); font-weight: 900; }
.float-icon.mic { font-size: .6rem; box-shadow: inset 0 0 0 8px var(--blue); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 280px; height: 280px; left: -140px; top: 100px; background: rgba(50,145,255,.09); }
.hero-glow-two { width: 220px; height: 220px; right: -80px; bottom: 0; background: rgba(11,85,255,.08); }
.hero-road { position: absolute; left: 50%; bottom: -110px; transform: translateX(-50%); width: min(680px, 80vw); height: 220px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(11,85,255,.12) 0%, rgba(11,85,255,.03) 45%, transparent 70%); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 120px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 13px; align-content: center; padding: 20px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #eef4ff; color: var(--blue); font-weight: 900; }
.trust-grid strong { font-size: .9rem; }
.trust-grid small { color: var(--muted); }

.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .split-copy h2, .support-card h2 { margin: 13px 0 14px; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .split-copy > p { color: var(--muted); font-size: 1.03rem; }
.features { background: var(--surface-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 235px; padding: 27px; border: 1px solid #e5ebf7; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 12px 40px rgba(32,62,120,.045); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: #cad9f6; box-shadow: var(--shadow-soft); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #edf4ff, #f8fbff); font-size: 1.35rem; }
.feature-card h3 { margin: 18px 0 9px; font-size: 1.08rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .91rem; line-height: 1.72; }

.showcase { overflow: hidden; background: #fff; }
.screenshot-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 250px); gap: 22px; overflow-x: auto; padding: 8px 4px 26px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #afc7f7 transparent; }
.shot-card { scroll-snap-align: start; margin: 0; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(180deg, #fbfdff, #f1f6ff); padding: 14px 14px 18px; box-shadow: var(--shadow-soft); }
.shot-card img { width: 100%; border-radius: 19px; }
.shot-card figcaption { padding: 15px 6px 0; display: grid; gap: 3px; }
.shot-card strong { font-size: .94rem; }
.shot-card span { color: var(--muted); font-size: .79rem; }
.scroll-hint { text-align: center; color: #8a96ae; font-size: .83rem; margin: 12px 0 0; }

.split-feature { background: #f7faff; overflow: hidden; }
.split-feature.alt { background: #fff; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.split-media { min-height: 540px; position: relative; display: grid; place-items: center; }
.split-media > img { width: 270px; position: relative; z-index: 2; border-radius: 38px; filter: drop-shadow(0 24px 38px rgba(24, 52, 110, .2)); }
.media-orbit { position: absolute; width: 430px; height: 430px; border-radius: 50%; border: 1px solid rgba(11,85,255,.11); background: radial-gradient(circle, rgba(11,85,255,.08), rgba(11,85,255,.015) 57%, transparent 58%); }
.media-orbit::before, .media-orbit::after { content: ""; position: absolute; inset: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 8px rgba(11,85,255,.08); }
.media-orbit::before { transform: translate(180px,-70px); }
.media-orbit::after { transform: translate(-160px,120px); }
.mini-card { position: absolute; z-index: 4; min-width: 205px; display: flex; align-items: center; gap: 10px; padding: 13px 14px; border-radius: 16px; background: rgba(255,255,255,.96); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.mini-card span { width: 38px; height: 38px; border-radius: 11px; background: #eef4ff; display: grid; place-items: center; }
.mini-card strong, .mini-card small { display: block; }
.mini-card strong { font-size: .78rem; }
.mini-card small { color: var(--muted); font-size: .67rem; }
.mini-card-top { right: 0; top: 95px; }
.mini-card-bottom { left: 0; bottom: 110px; }
.split-copy { max-width: 520px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 17px; }
.check-list li { display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: start; }
.check-list li > span { width: 31px; height: 31px; border-radius: 10px; display: grid; place-items: center; background: #e9f3ff; color: var(--blue); font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list strong { font-size: .92rem; }
.check-list small { color: var(--muted); margin-top: 2px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.stat-row div { padding: 16px 14px; border-radius: 16px; border: 1px solid var(--line); background: #f9fbff; }
.stat-row strong, .stat-row span { display: block; }
.stat-row strong { color: var(--blue-deep); }
.stat-row span { margin-top: 3px; color: var(--muted); font-size: .74rem; line-height: 1.4; }
.multi-phone { grid-template-columns: 1fr 1fr; align-items: center; justify-items: center; gap: 0; }
.multi-phone > img { position: relative; width: 230px; }
.multi-phone .multi-a { transform: translateX(35px) rotate(-5deg); z-index: 3; }
.multi-phone .multi-b { transform: translateX(-35px) translateY(34px) rotate(5deg); z-index: 2; }

.support-section { background: linear-gradient(180deg, #fff, #f7faff); padding-top: 40px; }
.support-card { padding: 48px 54px; border-radius: var(--radius-xl); background: linear-gradient(135deg, #0a4ff5, #052f9c); color: #fff; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 34px; box-shadow: 0 25px 60px rgba(5,47,156,.25); overflow: hidden; position: relative; }
.support-card::after { content:""; position:absolute; width:300px; height:300px; border-radius:50%; right:-100px; top:-120px; border:1px solid rgba(255,255,255,.15); box-shadow: 0 0 0 40px rgba(255,255,255,.03), 0 0 0 80px rgba(255,255,255,.02); }
.support-card > * { position: relative; z-index: 2; }
.support-card h2 { max-width: 650px; }
.support-card p { margin-bottom: 0; color: #dfe9ff; }
.support-actions { display: grid; gap: 12px; justify-items: stretch; }
.btn-light { background: #fff; color: #0735a8; }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.07); }

.ads-section { padding: 0 0 90px; background: #f7faff; }
.ads-card { display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; padding: 22px 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.ads-icon { width: 48px; height: 48px; border-radius: 13px; background: #eef4ff; color: var(--blue); display: grid; place-items: center; font-size: .72rem; font-weight: 900; }
.ads-card h2 { margin: 0 0 3px; font-size: 1rem; }
.ads-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.text-link { color: var(--blue); font-weight: 800; font-size: .88rem; }

.site-footer { background: #07152f; color: #eaf1ff; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; }
.light-brand strong { color: #fff; }
.light-brand small { color: #94a8ce; }
.footer-brand p { max-width: 390px; margin: 20px 0 0; color: #95a8ca; font-size: .9rem; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-links > div { display: grid; gap: 10px; align-content: start; }
.footer-links strong { margin-bottom: 4px; color: #fff; }
.footer-links a { color: #9fb0d0; font-size: .88rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: #7187ad; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .section-pad { padding: 78px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .hero-copy { margin-inline: auto; }
  .hero-actions, .hero-badges { justify-content: center; }
  .hero-visual { min-height: 510px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .split-grid { gap: 48px; }
  .support-card { grid-template-columns: 1fr; }
  .support-actions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 1160px); }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 68px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 12px; border-radius: 11px; }
  .nav-cta { text-align: center; margin-top: 4px; }
  .hero { padding-top: 62px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .feature-grid, .split-grid, .footer-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 28px; }
  .split-copy { max-width: none; }
  .split-feature.alt .split-copy { order: 2; }
  .split-feature.alt .split-media { order: 1; }
  .footer-grid { gap: 44px; }
  .ads-card { grid-template-columns: auto 1fr; }
  .ads-card .text-link { grid-column: 2; }
}

@media (max-width: 560px) {
  .section-pad { padding: 64px 0; }
  .brand strong { font-size: .86rem; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-grid { min-height: auto; }
  .hero-visual { min-height: 430px; transform: scale(.93); margin-inline: -18px; }
  .phone-stack { width: 188px; }
  .phone-front { transform: translateX(-42px) rotate(-2deg); }
  .phone-back { transform: translate(70px, 23px) rotate(7deg); }
  .floating-card { transform: scale(.88); }
  .route-card { right: -7px; top: 66px; }
  .voice-card { left: -12px; bottom: 56px; }
  .hero-actions .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .screenshot-scroller { grid-auto-columns: minmax(205px, 76vw); }
  .split-media { min-height: 430px; }
  .split-media > img { width: 220px; }
  .media-orbit { width: 330px; height: 330px; }
  .mini-card { min-width: 180px; transform: scale(.86); }
  .mini-card-top { right: -15px; top: 60px; }
  .mini-card-bottom { left: -20px; bottom: 75px; }
  .stat-row { grid-template-columns: 1fr; }
  .multi-phone { min-height: 430px; }
  .multi-phone > img { width: 190px; }
  .multi-phone .multi-a { transform: translateX(48px) rotate(-5deg); }
  .multi-phone .multi-b { transform: translateX(-48px) translateY(28px) rotate(5deg); }
  .support-card { padding: 34px 24px; }
  .support-actions { grid-template-columns: 1fr; }
  .btn { padding-inline: 14px; }
  .ads-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .ads-card .text-link { grid-column: 1; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; }
}
