:root {
  --blue-950: #071b45;
  --blue-900: #0b2c78;
  --blue-800: #123e9d;
  --blue: #2563eb;
  --blue-soft: #dce9ff;
  --ink: #0b1c30;
  --muted: #596275;
  --line: #c3c6d7;
  --paper: #f8f9ff;
  --white: #fff;
  --green: #006c49;
  --green-soft: #c9f6df;
  --red: #ab0b1c;
  --display: "Plus Jakarta Sans", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --mono: "JetBrains Mono", monospace;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.material-symbols-outlined { font-size: 20px; line-height: 1; font-variation-settings: "FILL" 0, "wght" 500; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 128px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(248, 249, 255, .9); border-bottom: 1px solid rgba(195, 198, 215, .45); backdrop-filter: blur(18px); }
.nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 20px var(--display); letter-spacing: -.04em; }
.brand img { width: 32px; height: 32px; border-radius: 9px; box-shadow: 0 5px 14px rgba(37, 99, 235, .22); }
.nav-links { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 10px; }
.nav-links a, .footer-links a, .footer-links button { color: var(--muted); font: 700 11px var(--display); letter-spacing: .1em; text-transform: uppercase; transition: color .25s ease; }
.nav-links a:hover, .footer-links a:hover, .footer-links button:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font: 700 11px var(--display); letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 26px rgba(37, 99, 235, .22); }
.button-primary:hover { background: var(--blue-800); box-shadow: 0 16px 32px rgba(37, 99, 235, .3); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-ghost { border-color: rgba(115, 118, 134, .35); background: transparent; }
.button-ghost:hover { background: var(--blue-soft); border-color: var(--blue-soft); }
.button-white { color: var(--blue-900); background: var(--white); box-shadow: 0 12px 25px rgba(0, 16, 70, .18); }
.button-white:hover { background: var(--blue-soft); }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding-top: 92px; padding-bottom: 112px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 13px; color: var(--muted); font: 700 11px var(--display); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 45px; height: 1px; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 650px; margin: 26px 0 25px; font-size: clamp(48px, 6.2vw, 82px); line-height: 1.05; letter-spacing: -.075em; }
h1 em, h2 em, h3 em, blockquote em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 570px; margin-bottom: 33px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.micro-note { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--muted); font: 500 11px var(--mono); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #36c883; box-shadow: 0 0 0 4px rgba(54, 200, 131, .15); }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(37, 99, 235, .18); border-radius: 50%; }
.orbit-one { width: 530px; height: 530px; }
.orbit-two { width: 390px; height: 390px; background: rgba(220, 233, 255, .55); border: 0; }
.phone { position: relative; z-index: 2; overflow: hidden; border: 8px solid #0c1525; border-radius: 37px; background: #0c1525; box-shadow: 0 26px 55px rgba(7, 27, 69, .22); }
.phone img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-hero { width: 286px; height: 572px; transform: rotate(5deg); }
.phone-speaker { position: absolute; z-index: 3; top: 8px; left: 50%; width: 68px; height: 16px; border-radius: 20px; background: #0c1525; transform: translateX(-50%); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1px solid rgba(195, 198, 215, .4); border-radius: 14px; background: rgba(255, 255, 255, .88); box-shadow: 0 15px 28px rgba(7, 27, 69, .14); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font: 700 12px var(--display); }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.floating-safe { top: 82px; right: -6px; }
.floating-safe > .material-symbols-outlined { padding: 8px; border-radius: 10px; color: var(--green); background: var(--green-soft); }
.floating-data { bottom: 75px; left: 2px; padding: 13px 17px; }
.data-number { color: var(--blue); font: 700 27px var(--display); line-height: 1; }

.trust-bar { border-block: 1px solid rgba(195, 198, 215, .55); background: #eff4ff; }
.trust-inner { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.trust-items { display: flex; align-items: center; gap: 18px; color: var(--blue-800); font: 700 10px var(--display); letter-spacing: .14em; }
.trust-items i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }

.section-label span { color: var(--blue); font: 700 13px var(--mono); letter-spacing: 0; }
.section-label i { width: 45px; height: 1px; background: var(--line); }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; margin-top: 45px; }
h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 51px); line-height: 1.12; letter-spacing: -.065em; }
.intro-copy { padding-top: 4px; }
.intro-copy p, .section-head > p, .showcase-copy > p, .process-intro > p, .privacy-copy > p, .faq-intro > p { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font: 700 11px var(--display); letter-spacing: .08em; text-transform: uppercase; transition: gap .25s ease; }
.text-link:hover, .card-link:hover { gap: 13px; }
.text-link .material-symbols-outlined, .card-link .material-symbols-outlined { font-size: 17px; }
.feature-section { padding-block: 124px; background: #eff4ff; }
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head h2 { margin: 23px 0 19px; }
.section-head > p { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 390px; display: flex; flex-direction: column; gap: 28px; padding: 34px; border-radius: 17px; box-shadow: 0 12px 28px rgba(7, 27, 69, .05); transition: transform .3s ease, box-shadow .3s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(7, 27, 69, .12); }
.card-blue { background: #fff; }
.card-green { color: var(--green); background: var(--green-soft); }
.card-dark { color: #fff; background: var(--blue-950); }
.card-top { display: flex; justify-content: space-between; color: var(--blue); font: 700 13px var(--mono); }
.card-green .card-top { color: var(--green); }
.card-dark .card-top { color: #a9c6ff; }
.card-top .material-symbols-outlined { font-size: 30px; }
.feature-card h3 { margin: 0 0 13px; font-size: 25px; line-height: 1.15; letter-spacing: -.06em; }
.feature-card p { max-width: 290px; margin: 0; color: var(--muted); line-height: 1.6; }
.card-green p { color: #315c4c; }
.card-dark p { color: #c1d0ec; }
.feature-card .card-link { margin-top: auto; }
.card-dark .card-link { color: #fff; }

.showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.showcase-copy h2 { margin: 23px 0 20px; }
.metric-list { display: grid; gap: 0; margin-top: 35px; border-top: 1px solid rgba(195, 198, 215, .7); }
.metric-list > div { display: flex; align-items: flex-start; gap: 15px; padding: 20px 0; border-bottom: 1px solid rgba(195, 198, 215, .7); }
.metric-list > div > .material-symbols-outlined { flex: 0 0 auto; padding: 9px; color: var(--blue); border-radius: 10px; background: var(--blue-soft); }
.metric-list p { margin: 0; }
.metric-list strong, .metric-list small { display: block; }
.metric-list strong { font: 700 15px var(--display); }
.metric-list small { margin-top: 4px; color: var(--muted); }
.showcase-visual { position: relative; min-height: 610px; display: flex; justify-content: center; align-items: center; }
.showcase-blob { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: #dce9ff; }
.phone-secondary { width: 280px; height: 560px; transform: rotate(-6deg); }
.mini-screen { position: absolute; right: 18px; bottom: 38px; width: 210px; height: 350px; overflow: hidden; border: 7px solid #0c1525; border-radius: 25px; background: #0c1525; box-shadow: 0 22px 40px rgba(7, 27, 69, .22); transform: rotate(8deg); }
.mini-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.quote-section { position: relative; overflow: hidden; padding: 135px 24px; color: #fff; background: var(--blue-950); }
.quote-rings { position: absolute; top: 50%; left: 50%; width: 800px; height: 800px; border: 1px solid rgba(169, 198, 255, .16); border-radius: 50%; transform: translate(-50%, -50%); }
.quote-rings::after { content: ""; position: absolute; inset: 100px; border: 1px solid rgba(169, 198, 255, .12); border-radius: 50%; }
.quote-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 32px; text-align: center; }
.quote-label { display: flex; align-items: center; gap: 16px; color: #b4c5ff; font: 700 11px var(--display); letter-spacing: .14em; text-transform: uppercase; }
.quote-label i { width: 44px; height: 1px; background: rgba(180, 197, 255, .4); }
blockquote { max-width: 900px; margin: 0; font: 700 clamp(34px, 5vw, 60px)/1.12 var(--display); letter-spacing: -.07em; }
blockquote em { color: #6cf8bb; }
.quote-content p { margin: 0; color: #a9bce4; font: 500 13px var(--mono); }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-intro h2 { margin: 23px 0 20px; }
.process-list { border-top: 1px solid rgba(195, 198, 215, .8); }
.process-item { display: grid; grid-template-columns: 52px 1fr 22px; gap: 18px; align-items: start; padding: 23px 0; border-bottom: 1px solid rgba(195, 198, 215, .8); }
.process-item > span:first-child { padding-top: 2px; color: var(--blue); font: 700 13px var(--mono); }
.process-item h3 { margin: 0 0 4px; font-size: 21px; letter-spacing: -.045em; }
.process-item p { margin: 0; color: var(--muted); }
.process-item > .material-symbols-outlined { color: var(--blue); }
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 75px 85px; border-radius: 20px; color: var(--green); background: var(--green-soft); }
.audience h2 { margin-top: 22px; }
.audience h2 em { color: #08714e; }
.audience .section-label { color: #427a64; }
.audience .section-label span { color: var(--green); }
.audience .section-label i { background: rgba(0, 108, 73, .25); }
.audience-list p { display: flex; align-items: center; gap: 15px; margin: 0; padding: 16px 0; border-bottom: 1px solid rgba(0, 108, 73, .2); line-height: 1.45; }
.audience-list p:first-child { border-top: 1px solid rgba(0, 108, 73, .2); }
.audience-list span { color: #55ab87; font: 700 12px var(--mono); }
.privacy { display: grid; grid-template-columns: 230px 1fr; gap: 90px; align-items: center; }
.privacy-badge { width: 170px; height: 170px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; border-radius: 50%; color: var(--blue); background: var(--blue-soft); text-align: center; transform: rotate(-8deg); }
.privacy-badge .material-symbols-outlined { font-size: 39px; }
.privacy-badge small { font: 700 9px/1.4 var(--display); letter-spacing: .12em; }
.privacy-copy h2 { margin: 22px 0 20px; }
.privacy-copy > p { margin-bottom: 25px; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro h2 { margin: 23px 0 20px; }
.faq-list { border-top: 1px solid rgba(195, 198, 215, .8); }
details { border-bottom: 1px solid rgba(195, 198, 215, .8); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font: 700 18px var(--display); letter-spacing: -.035em; }
summary::-webkit-details-marker { display: none; }
summary .material-symbols-outlined { color: var(--blue); transition: transform .25s ease; }
details[open] summary .material-symbols-outlined { transform: rotate(45deg); }
details p { max-width: 650px; margin: -4px 0 23px; color: var(--muted); line-height: 1.6; }

.download-section { padding-bottom: 128px; }
.download-inner { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 390px; align-items: center; gap: 50px; padding: 65px 80px; overflow: hidden; border-radius: 20px; color: #fff; background: linear-gradient(115deg, #1451c9, #0c2f80); }
.section-label-light { color: #b9ccf5; }
.section-label-light span { color: #6cf8bb; }
.section-label-light i { background: rgba(185, 204, 245, .4); }
.download-copy h2 { margin: 22px 0 16px; max-width: 660px; }
.download-copy h2 em { color: #6cf8bb; }
.download-copy p { margin-bottom: 25px; color: #d5e1ff; font-size: 17px; }
.download-copy small { display: block; max-width: 410px; margin-top: 17px; color: #b9ccf5; font-size: 11px; }
.download-mark { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 230px; }
.download-mark::before, .download-mark::after { content: ""; position: absolute; border: 1px solid rgba(185, 204, 245, .2); border-radius: 50%; }
.download-mark::before { width: 360px; height: 360px; }
.download-mark::after { width: 260px; height: 260px; }
.mark-square { position: relative; z-index: 1; padding: 17px; border-radius: 27px; background: rgba(255, 255, 255, .12); }
.mark-square img { display: block; width: 110px; height: 110px; border-radius: 22px; }
.download-mark > span { position: relative; z-index: 1; margin-top: 17px; color: #fff; font: 800 13px var(--display); letter-spacing: .22em; }
.site-footer { border-top: 1px solid rgba(195, 198, 215, .55); background: #eff4ff; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; padding-block: 48px; }
.footer-inner p { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 25px; }
.footer-links button { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.footer-links button .material-symbols-outlined { font-size: 16px; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 17px; border-top: 1px solid rgba(195, 198, 215, .55); color: #7b8192; font: 500 10px var(--mono); }

.reveal { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: no-preference) {
  .reveal-ready .reveal { transform: translateY(18px); transition: transform .7s ease; }
  .reveal-ready .reveal.is-visible { transform: translateY(0); }
  .reveal-ready .reveal-delay { transition-delay: .12s; }
}

@media (max-width: 900px) {
  .section { padding-block: 90px; }
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: var(--blue-soft); cursor: pointer; }
  .mobile-menu { flex-direction: column; gap: 0; padding: 8px 24px 18px; border-top: 1px solid rgba(195, 198, 215, .35); background: var(--paper); }
  .mobile-menu.is-open { display: flex; }
  .mobile-menu a { display: flex; align-items: center; gap: 8px; padding: 13px 0; border-bottom: 1px solid rgba(195, 198, 215, .35); font: 700 11px var(--display); letter-spacing: .1em; text-transform: uppercase; }
  .mobile-menu a:last-child { color: var(--blue); border-bottom: 0; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 30px; padding-top: 76px; }
  .hero-visual { min-height: 550px; }
  .split-heading, .showcase, .process, .faq { grid-template-columns: 1fr; gap: 50px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 320px; }
  .showcase { gap: 0; }
  .showcase-visual { margin-top: -10px; }
  .audience { grid-template-columns: 1fr; gap: 45px; padding: 50px 40px; }
  .privacy { grid-template-columns: 130px 1fr; gap: 50px; }
  .privacy-badge { width: 130px; height: 130px; }
  .privacy-badge .material-symbols-outlined { font-size: 30px; }
  .download-inner { padding: 52px 42px; }
}

@media (max-width: 600px) {
  .container { width: min(var(--max), calc(100% - 36px)); }
  .section { padding-block: 76px; }
  .nav { min-height: 68px; }
  .hero { padding-top: 60px; padding-bottom: 76px; }
  h1 { font-size: 51px; }
  .hero-lead { font-size: 17px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .button { width: 100%; }
  .hero-visual { min-height: 470px; margin-top: 5px; }
  .phone-hero { width: 235px; height: 470px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 275px; height: 275px; }
  .floating-safe { top: 38px; right: -5px; transform: scale(.88); transform-origin: right top; }
  .floating-data { bottom: 42px; left: -5px; transform: scale(.88); transform-origin: left bottom; }
  .trust-inner { min-height: 96px; flex-direction: column; justify-content: center; text-align: center; }
  .trust-items { gap: 10px; font-size: 9px; }
  .split-heading, .showcase, .process, .faq { gap: 36px; }
  h2 { font-size: 36px; }
  .feature-section { padding-block: 76px; }
  .feature-card { padding: 28px; }
  .showcase-visual { min-height: 490px; }
  .showcase-blob { width: 350px; height: 350px; }
  .phone-secondary { width: 235px; height: 470px; }
  .mini-screen { right: -2px; bottom: 16px; width: 150px; height: 250px; border-width: 5px; border-radius: 18px; }
  .quote-section { padding-block: 92px; }
  blockquote { font-size: 36px; }
  .audience { padding: 40px 28px; }
  .privacy { grid-template-columns: 1fr; gap: 32px; }
  .privacy-badge { width: 120px; height: 120px; }
  .faq-list summary { font-size: 16px; }
  .download-section { padding-bottom: 76px; }
  .download-inner { grid-template-columns: 1fr; padding: 42px 28px; }
  .download-mark { min-height: 190px; }
  .download-mark::before { width: 280px; height: 280px; }
  .download-mark::after { width: 205px; height: 205px; }
  .footer-inner, .footer-bottom { flex-direction: column; gap: 24px; }
  .footer-links { justify-content: flex-start; gap: 17px; }
}
