:root {
  --blue-950:#061d58;
  --blue-900:#082b86;
  --blue-800:#073dad;
  --blue-700:#0759e6;
  --blue-600:#1476ff;
  --blue-500:#2a91ff;
  --blue-100:#dcecff;
  --blue-50:#f3f8ff;
  --ink:#0b1733;
  --muted:#63708a;
  --line:#dbe7f7;
  --white:#fff;
  --shadow:0 24px 70px rgba(8,53,143,.14);
  --radius-lg:32px;
  --radius-md:22px;
  --radius-sm:14px;
  --container:1180px;
}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input{font:inherit}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-60px;z-index:999;padding:10px 16px;border-radius:10px;background:#fff;color:var(--blue-800);box-shadow:var(--shadow)}
.skip-link:focus{top:16px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,231,247,.75)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand img{width:190px}
.main-nav{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:700;color:#384763}
.main-nav a{transition:.2s ease}
.main-nav a:hover{color:var(--blue-700)}
.nav-cta{padding:11px 18px;border-radius:999px!important;color:#fff!important;background:linear-gradient(135deg,var(--blue-800),var(--blue-600));box-shadow:0 10px 26px rgba(7,89,230,.22)}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:9px;cursor:pointer}
.menu-toggle span{display:block;height:2px;margin:6px 0;border-radius:2px;background:var(--ink);transition:.25s}
.hero{position:relative;overflow:hidden;padding:88px 0 82px;background:linear-gradient(150deg,#fff 0%,#f8fbff 48%,#eaf4ff 100%)}
.hero::before{content:"";position:absolute;inset:auto -15% -45% 30%;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(23,123,255,.16),transparent 68%)}
.hero::after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(7,89,230,.11) 1px,transparent 1px);background-size:26px 26px;mask-image:linear-gradient(90deg,transparent,black 80%);opacity:.55;pointer-events:none}
.hero-glow{position:absolute;border-radius:50%;filter:blur(12px);pointer-events:none}
.hero-glow-one{width:230px;height:230px;right:7%;top:11%;background:rgba(45,147,255,.18)}
.hero-glow-two{width:150px;height:150px;left:-50px;bottom:10%;background:rgba(7,89,230,.11)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:84px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border:1px solid #cfe0f8;border-radius:999px;background:rgba(255,255,255,.78);color:var(--blue-800);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.pulse-dot{width:9px;height:9px;border-radius:50%;background:var(--blue-600);box-shadow:0 0 0 0 rgba(20,118,255,.45);animation:pulse 2s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 9px rgba(20,118,255,0)}100%{box-shadow:0 0 0 0 rgba(20,118,255,0)}}
.hero h1{margin:24px 0 22px;max-width:720px;font-size:clamp(46px,6vw,76px);line-height:1.06;letter-spacing:-.045em}
.hero h1 span{background:linear-gradient(95deg,var(--blue-900),var(--blue-600) 70%,#41b5ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{max-width:650px;margin:0;color:var(--muted);font-size:18px;line-height:1.85}
.hero-actions{display:flex;align-items:center;gap:14px;margin:34px 0 18px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:14px 24px;border-radius:16px;font-weight:800;transition:.22s ease;border:1px solid transparent;cursor:pointer}
.button svg{width:22px;height:22px}
.button-primary{color:#fff;background:linear-gradient(135deg,var(--blue-900),var(--blue-600));box-shadow:0 15px 34px rgba(7,89,230,.28)}
.button-primary:not(.is-disabled):hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(7,89,230,.34)}
.button-secondary{background:#fff;border-color:#d6e4f6;color:var(--blue-900);box-shadow:0 8px 20px rgba(8,43,134,.06)}
.button-secondary:hover{border-color:#aac8ef;transform:translateY(-2px)}
.button.is-disabled{opacity:.58;cursor:not-allowed;box-shadow:none}
.release-meta{display:flex;gap:18px;flex-wrap:wrap;color:#6a7690;font-size:14px}
.release-meta span{display:flex;align-items:center;gap:4px}
.release-meta span:not(:last-child)::after{content:"";width:4px;height:4px;margin-left:14px;border-radius:50%;background:#b4c6df}
.availability-note{margin:10px 0 0;color:#7a87a0;font-size:13px}
.hero-visual{position:relative;display:grid;place-items:center;min-height:590px}
.phone-shell{position:relative;z-index:3;width:292px;height:580px;padding:12px;border-radius:48px;background:linear-gradient(145deg,#06194e,#0c55ce);box-shadow:0 40px 100px rgba(5,42,130,.32),inset 0 0 0 1px rgba(255,255,255,.18);transform:rotate(3deg)}
.phone-shell::before{content:"";position:absolute;inset:4px;border-radius:44px;border:1px solid rgba(255,255,255,.18);pointer-events:none}
.phone-top{position:absolute;z-index:4;left:50%;top:17px;transform:translateX(-50%);width:92px;height:22px;border-radius:20px;background:#04153f;display:grid;place-items:center}
.phone-top span{width:30px;height:4px;border-radius:4px;background:#213b70}
.phone-screen{position:relative;overflow:hidden;height:100%;border-radius:37px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;background:linear-gradient(180deg,#fff 0%,#f2f8ff 56%,#ddebff 100%)}
.phone-screen::before,.phone-screen::after{content:"";position:absolute;border-radius:45%;background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(13,104,244,.38));transform:rotate(-14deg)}
.phone-screen::before{width:420px;height:160px;left:-80px;bottom:40px}
.phone-screen::after{width:400px;height:150px;left:-45px;bottom:-40px;background:linear-gradient(135deg,#0e4ed4,#22a8ff)}
.screen-shine{position:absolute;width:220px;height:220px;top:110px;border-radius:50%;background:radial-gradient(circle,rgba(48,158,255,.2),transparent 68%)}
.screen-icon{position:relative;z-index:2;width:122px;filter:drop-shadow(0 18px 26px rgba(15,79,193,.24));animation:float 4s ease-in-out infinite}
.screen-logo{position:relative;z-index:2;width:215px;margin-top:12px}
.phone-screen p{position:relative;z-index:2;margin:16px 0 24px;color:#53627e;font-size:13px;font-weight:700;letter-spacing:.08em}
.screen-loader{position:relative;z-index:2;width:172px;height:6px;border-radius:999px;background:#dbe8f8;overflow:hidden}
.screen-loader i{display:block;width:38%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue-900),#3ab7ff);animation:load 2.2s ease-in-out infinite}
.phone-screen small{position:relative;z-index:2;margin-top:11px;color:var(--blue-800);font-size:9px;font-weight:900;letter-spacing:.25em}
@keyframes float{50%{transform:translateY(-8px)}}
@keyframes load{0%{transform:translateX(-110%)}70%,100%{transform:translateX(340%)}}
.orbit{position:absolute;border:1px solid rgba(34,130,255,.24);border-radius:50%}
.orbit-one{width:480px;height:480px;animation:spin 18s linear infinite}
.orbit-one::before{content:"";position:absolute;width:12px;height:12px;border-radius:50%;top:43px;right:75px;background:var(--blue-500);box-shadow:0 0 22px var(--blue-500)}
.orbit-two{width:390px;height:390px;border-style:dashed;animation:spin 24s linear infinite reverse}
@keyframes spin{to{transform:rotate(360deg)}}
.floating-card{position:absolute;z-index:5;display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid rgba(255,255,255,.7);border-radius:16px;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);box-shadow:0 18px 45px rgba(5,54,148,.13)}
.floating-card strong,.floating-card small{display:block}
.floating-card strong{font-size:13px}.floating-card small{font-size:11px;color:#77839a}
.mini-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--blue-900),var(--blue-500));font-size:13px;font-weight:900}
.floating-card-version{left:0;top:105px}.floating-card-android{right:-12px;bottom:118px}
.trust-strip{position:relative;z-index:5;border-block:1px solid #e2ebf7;background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{display:grid;grid-template-columns:44px 1fr;column-gap:12px;padding:23px 26px;border-right:1px solid #e5edf8}
.trust-grid>div:last-child{border-right:0}
.trust-icon{grid-row:1/3;display:grid;place-items:center;width:44px;height:44px;border-radius:14px;color:var(--blue-700);background:var(--blue-50);font-weight:900}
.trust-grid strong{font-size:14px}.trust-grid small{color:#7b879d;font-size:12px}
.section{padding:105px 0}
.section-heading{max-width:760px;margin:0 auto 52px;text-align:center}
.section-kicker{display:inline-block;margin-bottom:12px;color:var(--blue-700);font-size:12px;font-weight:900;letter-spacing:.18em}
.section-heading h2,.install-copy h2,.update-copy h2{margin:0;color:var(--ink);font-size:clamp(34px,4.5vw,52px);line-height:1.16;letter-spacing:-.035em}
.section-heading p,.install-copy>p{margin:18px auto 0;color:var(--muted);font-size:17px;line-height:1.8}
.features{background:#fff}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.feature-card{padding:30px 26px;border:1px solid #e2ebf7;border-radius:24px;background:linear-gradient(180deg,#fff,#f9fbff);transition:.25s ease}
.feature-card:hover{transform:translateY(-7px);border-color:#c8daf2;box-shadow:0 24px 55px rgba(8,55,145,.1)}
.feature-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;color:#fff;background:linear-gradient(135deg,var(--blue-900),var(--blue-500));box-shadow:0 12px 28px rgba(7,89,230,.2)}
.feature-icon svg{width:27px;height:27px}
.feature-card h3{margin:24px 0 10px;font-size:20px}
.feature-card p{margin:0;color:#6c7891;font-size:14px;line-height:1.8}
.install-section{background:linear-gradient(150deg,#f7faff,#edf5ff)}
.install-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:80px}
.install-copy h2{margin-top:3px}
.notice-box{display:flex;gap:14px;margin-top:28px;padding:17px 18px;border:1px solid #cfe0f6;border-radius:17px;background:rgba(255,255,255,.75)}
.notice-box svg{flex:0 0 auto;width:23px;height:23px;color:var(--blue-700)}
.notice-box p{margin:0;color:#53627d;font-size:13px}
.steps-list{display:grid;gap:16px;margin:0;padding:0;list-style:none}
.steps-list li{display:grid;grid-template-columns:68px 1fr;gap:19px;padding:24px;border:1px solid rgba(211,225,244,.9);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(8,48,125,.055)}
.steps-list>li>span{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--blue-900),var(--blue-600));font-size:14px;font-weight:900}
.steps-list h3{margin:0 0 6px;font-size:19px}.steps-list p{margin:0;color:#6b7891;font-size:14px}
.update-section{background:#fff}
.update-card{position:relative;overflow:hidden;display:grid;grid-template-columns:310px 1fr;align-items:center;gap:70px;padding:60px 70px;border-radius:34px;color:#fff;background:linear-gradient(125deg,#061e60,#0759e6 68%,#2aa7ff);box-shadow:0 35px 90px rgba(6,69,187,.28)}
.update-card::before{content:"";position:absolute;inset:-100px -50px auto auto;width:420px;height:420px;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.035),0 0 0 120px rgba(255,255,255,.025)}
.update-art{position:relative;display:grid;place-items:center;height:260px}
.update-ring{display:grid;place-items:center;width:190px;height:190px;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(255,255,255,.1);box-shadow:inset 0 0 40px rgba(255,255,255,.08),0 24px 60px rgba(0,20,77,.22)}
.update-ring img{width:135px;filter:drop-shadow(0 16px 25px rgba(0,25,90,.28))}
.update-arrow{position:absolute;right:20px;top:26px;display:grid;place-items:center;width:58px;height:58px;border-radius:20px;color:var(--blue-800);background:#fff;font-size:30px;font-weight:800;box-shadow:0 14px 32px rgba(0,31,107,.2)}
.section-kicker-light{color:#b9dcff}.update-copy{position:relative;z-index:2}.update-copy h2{color:#fff}.update-copy p{max-width:690px;margin:18px 0 0;color:rgba(255,255,255,.78);font-size:16px}.update-copy code{padding:2px 7px;border-radius:7px;color:#fff;background:rgba(255,255,255,.13)}
.update-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.update-tags span{padding:8px 12px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:800}
.faq-section{background:#f8fbff}
.faq-wrap{max-width:900px}
.faq-list{display:grid;gap:13px}
details{border:1px solid #dfe9f6;border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(7,51,133,.04)}
summary{position:relative;padding:22px 60px 22px 24px;cursor:pointer;list-style:none;font-weight:800}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";position:absolute;right:23px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:30px;height:30px;border-radius:10px;color:var(--blue-700);background:var(--blue-50);font-size:20px}
details[open] summary::after{content:"–"}
details p{margin:0;padding:0 24px 23px;color:#68758e;font-size:14px}
.download-banner{padding:0 0 100px;background:#f8fbff}
.download-banner-inner{display:grid;grid-template-columns:105px 1fr auto;align-items:center;gap:25px;padding:32px 38px;border-radius:28px;color:#fff;background:linear-gradient(120deg,#061f66,#0759e6);box-shadow:0 28px 70px rgba(5,67,184,.22)}
.download-banner img{filter:drop-shadow(0 12px 20px rgba(0,20,90,.25))}
.download-banner span{font-size:11px;font-weight:900;letter-spacing:.18em;color:#bfe1ff}.download-banner h2{margin:4px 0 2px;font-size:30px}.download-banner p{margin:0;color:rgba(255,255,255,.72);font-size:14px}
.button-white{color:var(--blue-800);background:#fff;box-shadow:0 14px 34px rgba(0,25,95,.22)}
.site-footer{padding:70px 0 24px;color:#68748b;background:#fff;border-top:1px solid #e2eaf5}
.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:50px}
.footer-brand img{width:195px;margin-bottom:16px}.footer-brand p{max-width:350px;margin:0;font-size:14px}
.footer-grid h3{margin:3px 0 17px;color:var(--ink);font-size:14px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.footer-grid a{font-size:13px}.footer-grid a:hover{color:var(--blue-700)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:21px;border-top:1px solid #e8eef7;font-size:12px}.footer-bottom p{margin:0}.age-note{color:#8792a7}
.toast{position:fixed;z-index:500;left:50%;bottom:28px;transform:translate(-50%,120px);padding:12px 18px;border-radius:14px;color:#fff;background:#0b214e;box-shadow:0 16px 40px rgba(0,25,80,.25);opacity:0;transition:.28s ease;font-size:13px;font-weight:700}.toast.show{transform:translate(-50%,0);opacity:1}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
.legal-page{min-height:100vh;background:#f7faff}.legal-hero{padding:75px 0 50px;text-align:center;background:linear-gradient(150deg,#fff,#edf5ff)}.legal-hero img{width:210px;margin:0 auto 30px}.legal-hero h1{margin:0;font-size:clamp(38px,6vw,64px);letter-spacing:-.04em}.legal-hero p{max-width:650px;margin:15px auto 0;color:var(--muted)}.legal-content{max-width:860px;margin:55px auto;padding:40px;border:1px solid #e0e9f5;border-radius:26px;background:#fff;box-shadow:0 24px 60px rgba(8,43,120,.06)}.legal-content h2{margin:30px 0 8px;font-size:23px}.legal-content h2:first-child{margin-top:0}.legal-content p,.legal-content li{color:#5f6d86;font-size:15px}.legal-content a{color:var(--blue-700);font-weight:700}.legal-back{display:inline-flex;margin-bottom:22px;color:var(--blue-700);font-weight:800}
@media(max-width:1000px){
  .hero-grid{gap:35px}.feature-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(-n+2){border-bottom:1px solid #e5edf8}.install-grid{gap:40px}.update-card{grid-template-columns:240px 1fr;padding:50px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.floating-card-version{left:-20px}.floating-card-android{right:-18px}
}
@media(max-width:760px){
  .container{width:min(calc(100% - 28px),var(--container))}.nav-wrap{height:70px}.brand img{width:158px}.menu-toggle{display:block}.main-nav{position:absolute;left:14px;right:14px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:12px;border:1px solid #dce8f7;border-radius:18px;background:#fff;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:12px 14px;border-radius:12px}.nav-cta{text-align:center;margin-top:4px}.hero{padding:62px 0 66px}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{order:1}.hero-visual{order:2;min-height:515px;margin-top:16px}.hero h1{font-size:46px}.hero-lead{font-size:16px}.hero-actions,.release-meta{justify-content:center}.release-meta span:not(:last-child)::after{display:none}.availability-note{text-align:center}.phone-shell{width:248px;height:492px;border-radius:42px}.phone-screen{border-radius:32px}.screen-icon{width:102px}.screen-logo{width:183px}.orbit-one{width:390px;height:390px}.orbit-two{width:320px;height:320px}.floating-card{display:none}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{padding:18px 12px;grid-template-columns:38px 1fr;column-gap:9px}.trust-icon{width:38px;height:38px}.section{padding:78px 0}.section-heading{margin-bottom:36px}.feature-grid{grid-template-columns:1fr}.install-grid{grid-template-columns:1fr}.install-copy{text-align:center}.notice-box{text-align:left}.steps-list li{grid-template-columns:54px 1fr;text-align:left}.steps-list>li>span{width:50px;height:50px}.update-card{grid-template-columns:1fr;gap:22px;padding:38px 24px;text-align:center}.update-art{height:210px}.update-copy p{font-size:14px}.update-tags{justify-content:center}.download-banner-inner{grid-template-columns:74px 1fr;padding:26px 22px}.download-banner-inner .button{grid-column:1/3;width:100%;margin-top:5px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;text-align:center}.legal-content{margin:30px 14px;padding:26px 20px}
}
@media(max-width:460px){
  .hero h1{font-size:39px}.button{width:100%}.hero-actions{display:grid}.phone-shell{width:226px;height:450px}.hero-visual{min-height:470px}.orbit-one{width:340px;height:340px}.orbit-two{width:280px;height:280px}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0!important;border-bottom:1px solid #e5edf8}.trust-grid>div:last-child{border-bottom:0}.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-grid>div:last-child{grid-column:auto}.download-banner-inner{grid-template-columns:1fr;text-align:center}.download-banner-inner img{margin:auto}.download-banner-inner .button{grid-column:auto}.update-ring{width:160px;height:160px}.update-ring img{width:115px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
