:root{--night:#050912;--navy:#091426;--line:rgba(151,188,230,.24);--blue:#31a9ff;--blue2:#72c5ff;--text:#f8fbff;--muted:#9caec4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--night);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.wrap{width:min(1320px,calc(100% - 64px));margin-inline:auto}
.hero{position:relative;min-height:900px;overflow:hidden;background:radial-gradient(circle at 69% 58%,rgba(27,139,255,.28),transparent 31%),linear-gradient(180deg,#030710 0%,#071325 72%,#06101e 100%)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:2px;background:linear-gradient(90deg,transparent,var(--blue2),transparent);box-shadow:0 0 80px 22px rgba(44,163,255,.45)}.hero-glow{position:absolute;width:680px;height:680px;border:1px solid rgba(49,169,255,.12);border-radius:50%;left:50%;top:165px;box-shadow:0 0 120px 30px rgba(22,116,222,.13)}
.site-header{height:110px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:13px;font-weight:800;font-size:27px;letter-spacing:-1.2px}.brand img{width:52px;height:52px;border-radius:13px;object-fit:cover}.site-header nav{display:flex;gap:45px;color:#dbe6f4;font-size:16px}.site-header nav a,.site-footer a{transition:color .18s}.site-header nav a:hover,.site-footer a:hover{color:var(--blue2)}
.hero-content{display:grid;grid-template-columns:46% 54%;min-height:790px;align-items:center;position:relative;z-index:2}.hero-copy{padding:40px 0 120px}.eyebrow{text-transform:uppercase;letter-spacing:.31em;color:var(--blue);font-weight:800;font-size:12px;margin:0 0 28px}.hero h1{font-size:clamp(58px,6.1vw,91px);line-height:.98;letter-spacing:-.055em;margin:0;max-width:670px}.hero h1 span{background:linear-gradient(100deg,#199cff,#62c4ff);background-clip:text;color:transparent}.lede{font-size:24px;line-height:1.5;color:#b2c2d6;max-width:510px;margin:34px 0}.app-store-button{display:inline-flex;align-items:center;gap:14px;padding:10px 22px 11px 17px;background:#000;border:1px solid rgba(255,255,255,.68);border-radius:12px;box-shadow:0 15px 40px rgba(0,0,0,.35);transition:transform .18s,box-shadow .18s}.app-store-button:hover{transform:translateY(-2px);box-shadow:0 20px 50px rgba(24,144,255,.18)}.app-store-button svg{width:40px;height:40px}.app-store-button span{font-size:27px;line-height:.9;font-weight:500}.app-store-button small{font-size:12px;display:block;letter-spacing:.02em;margin-bottom:6px}
.hero-visual{height:730px;position:relative;display:flex;align-items:center}.phone{position:absolute;left:30px;top:42px;width:365px;height:730px;border-radius:55px;background:linear-gradient(145deg,#b7d9fb,#172332 18%,#06101c 75%,#8cbdeb);padding:10px;box-shadow:0 30px 70px rgba(0,0,0,.7),0 0 60px rgba(37,151,255,.24);animation:rise .65s ease-out both}.phone-screen{height:100%;border-radius:46px;background:#06101d;overflow:hidden}.phone-screen img{display:block;width:100%;height:100%;object-fit:cover}.phone-island{position:absolute;z-index:2;top:20px;left:50%;transform:translateX(-50%);width:110px;height:31px;background:#000;border-radius:20px}
.feature-float{position:absolute;left:430px;width:270px;padding:20px;border:1px solid rgba(133,189,240,.5);border-radius:18px;background:linear-gradient(120deg,rgba(17,42,70,.82),rgba(7,18,34,.74));backdrop-filter:blur(12px);display:flex;align-items:center;gap:16px;box-shadow:0 0 45px rgba(38,151,255,.13);animation:rise .6s ease-out both}.feature-float b{width:48px;height:48px;border:1px solid #316a9c;border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:23px}.feature-float div{display:flex;flex-direction:column;gap:7px}.feature-float strong{font-size:15px}.feature-float span{font-size:12px;color:#a8bdd3}.float-one{top:165px;animation-delay:.08s}.float-two{top:330px;animation-delay:.16s}.float-three{top:495px;animation-delay:.24s}@keyframes rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.features-section{padding:145px 0}.section-heading{margin-bottom:70px}.section-heading h2,.screens-section h2,.final-cta h2,.legal h1,.error-page h1{font-size:clamp(42px,5vw,72px);letter-spacing:-.045em;line-height:1.02;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-grid article{min-height:270px;padding:34px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,rgba(13,30,51,.9),rgba(7,16,29,.7))}.feature-grid article>span{color:var(--blue);font-size:12px;letter-spacing:.2em}.feature-grid h3{font-size:24px;margin:75px 0 14px}.feature-grid p,.screens-section>div>p,.legal p,.legal li{color:var(--muted);line-height:1.75}
.screens-section{padding:40px 0 150px;display:grid;grid-template-columns:31% minmax(0,1fr);gap:70px;align-items:center}.screen-gallery{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.screen-gallery>div{aspect-ratio:9/17;border:1px solid #28415c;border-radius:28px;background:#081321;overflow:hidden;box-shadow:0 30px 50px rgba(0,0,0,.26)}.screen-gallery>div:nth-child(2){transform:translateY(-28px)}.screen-gallery img{display:block;width:100%;height:100%;object-fit:cover}
.final-cta{margin-bottom:130px;border:1px solid var(--line);border-radius:32px;min-height:480px;padding:58px 80px;display:flex;align-items:center;justify-content:center;gap:90px;background:radial-gradient(circle at 20% 50%,rgba(200,153,85,.13),transparent 26%),linear-gradient(135deg,#0e1d30,#07111f)}.final-cta img{width:290px;height:290px;object-fit:cover;border-radius:68px;box-shadow:0 28px 80px rgba(0,0,0,.45)}.final-cta h2{margin-bottom:32px}.site-footer{border-top:1px solid var(--line);padding:45px 0 60px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:20px;color:var(--muted)}.site-footer .brand{color:white}.site-footer>div{display:flex;gap:28px;justify-self:end}.site-footer small{grid-column:1/-1;font-size:12px;margin-top:20px}
.subpage-header{border-bottom:1px solid var(--line);background:#07101e}.legal{width:min(800px,calc(100% - 48px));margin:0 auto;padding:100px 0 140px}.legal .updated{margin:24px 0 54px;color:var(--blue2)}.legal h2{font-size:26px;margin:44px 0 12px}.legal a{color:var(--blue2)}.legal ul{padding-left:20px}.error-page{min-height:100vh;display:grid;place-items:center;text-align:center;padding:40px;background:radial-gradient(circle at 50% 42%,rgba(36,149,255,.25),transparent 27%),#050912}.error-page img{width:130px;height:130px;border-radius:32px}.error-page .code{color:var(--blue);letter-spacing:.25em;text-transform:uppercase;font-size:12px;font-weight:800;margin:28px 0}.error-page p{color:var(--muted);font-size:19px;max-width:500px;line-height:1.6;margin:24px auto 32px}.primary-link{display:inline-block;background:var(--blue);color:#04101c;padding:15px 24px;border-radius:12px;font-weight:800}
@media(max-width:1100px){.hero-content{grid-template-columns:44% 56%}.feature-float{display:none}.phone{left:50%;transform:translateX(-50%)}.hero h1{font-size:64px}.screens-section{grid-template-columns:1fr}.screen-gallery{max-width:700px}.final-cta{gap:50px}}
@media(max-width:760px){.wrap{width:min(100% - 36px,620px)}.site-header{height:86px}.site-header nav{gap:20px;font-size:14px}.brand{font-size:23px}.brand img{width:44px;height:44px}.hero{min-height:1220px}.hero-content{display:block}.hero-copy{text-align:center;padding:75px 0 50px}.hero-copy .eyebrow{margin-bottom:20px}.hero h1{font-size:55px}.lede{font-size:19px;margin:26px auto}.hero-visual{height:700px}.phone{width:330px;height:660px;top:10px}.stay-card{height:108px}.shot-placeholder{height:87px}.features-section{padding:95px 0}.section-heading .eyebrow{margin-bottom:22px}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:220px}.feature-grid h3{margin-top:45px}.screens-section{padding-bottom:100px;gap:60px}.screen-gallery{gap:9px}.screen-gallery>div{border-radius:16px}.final-cta{margin-bottom:80px;padding:55px 25px;display:block;text-align:center}.final-cta img{width:170px;height:170px;border-radius:40px;margin-bottom:45px}.site-footer{grid-template-columns:1fr;text-align:center}.site-footer .brand{justify-content:center}.site-footer>div{justify-self:center}.site-footer small{grid-column:auto}.legal{padding:70px 0 100px}.error-page h1{font-size:48px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.phone,.feature-float{animation:none}.app-store-button{transition:none}}
