:root{--sky: #73b8f5;--sky-deep: #4a9fe0;--mint: #59d1ad;--mint-deep: #3bb890;--ink: #2e3140;--ink-soft: rgba(46, 49, 64, .62);--paper: #e8f4fc;--paper-2: #d4ebf8;--white: #ffffff;--radius: 18px;--font-display: "Fraunces", Georgia, serif;--font-body: "Manrope", "Segoe UI", sans-serif;--max: 1080px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}a{color:inherit}img{max-width:100%;display:block}.page{min-height:100dvh;display:flex;flex-direction:column}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.5rem;max-width:var(--max);margin:0 auto;width:100%;position:relative;z-index:2}.brand-mark{font-family:var(--font-display);font-weight:700;font-size:1.35rem;text-decoration:none;letter-spacing:-.02em;display:inline-flex;align-items:center;gap:.55rem}.brand-logo{width:40px;height:40px;object-fit:contain;border-radius:10px}.site-nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.nav-link{text-decoration:none;font-size:.92rem;font-weight:600;color:var(--ink-soft)}.nav-link:hover{color:var(--ink)}.nav-cta{text-decoration:none;font-size:.9rem;font-weight:700;padding:.55rem 1rem;background:var(--ink);color:var(--white);border-radius:12px}.nav-cta:hover{background:#1a1c28}.hero-plane{position:relative;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 15% 20%,rgba(89,209,173,.35),transparent 55%),radial-gradient(ellipse 70% 50% at 90% 10%,rgba(115,184,245,.55),transparent 50%),linear-gradient(165deg,#cfe9f9,#e8f4fc 45%,#d9f0ea);min-height:100dvh;display:flex;flex-direction:column}.hero{flex:1;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:2rem;max-width:var(--max);margin:0 auto;padding:1rem 1.5rem 3.5rem;width:100%}.hero-brand{margin:0 0 .65rem;font-family:var(--font-display);font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;animation:rise .7s ease both}.hero-title{margin:0 0 1rem;font-family:var(--font-body);font-size:clamp(1.35rem,2.6vw,1.75rem);font-weight:700;line-height:1.25;max-width:18ch;animation:rise .7s ease .08s both}.hero-lead{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.55;color:var(--ink-soft);max-width:34ch;font-weight:500;animation:rise .7s ease .16s both}.hero-actions{animation:rise .7s ease .24s both}.hero-visual{display:flex;justify-content:center;animation:float-in .9s ease .2s both}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes float-in{0%{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse-soft{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;font-size:1rem;padding:.95rem 1.4rem;background:var(--mint);color:var(--ink);border-radius:14px;border:none;box-shadow:0 10px 28px #3bb89059;transition:transform .15s ease,background .15s ease}.btn-primary:hover{background:var(--mint-deep);color:var(--white);transform:translateY(-1px)}.btn-primary--on-mint{background:var(--ink);color:var(--white);box-shadow:none}.btn-primary--on-mint:hover{background:#1a1c28;color:var(--white)}.phone{width:min(280px,72vw)}.phone-bezel{background:#1e2230;border-radius:36px;padding:12px;box-shadow:0 24px 48px #2e314038}.phone-screen{background:linear-gradient(180deg,#e8f4fc,#f4fbf8);border-radius:28px;min-height:460px;padding:1.4rem 1.2rem 2rem;display:flex;flex-direction:column;align-items:center}.phone-brand{margin:.4rem 0 .2rem;font-family:var(--font-display);font-size:1.45rem;font-weight:700}.phone-logo{width:72px;height:72px;object-fit:contain;margin-top:.5rem}.phone-status{margin:0 0 1.6rem;font-size:.82rem;font-weight:600;color:var(--ink-soft)}.phone-lock{width:168px;height:168px;border-radius:50%;background:#f5847a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;color:var(--white);text-align:center;padding:1rem;animation:pulse-soft 2.4s ease-in-out infinite;box-shadow:0 14px 32px #f5847a66}.phone-lock-icon{width:22px;height:28px;border:3px solid #fff;border-radius:6px;position:relative}.phone-lock-icon:before{content:"";position:absolute;top:-12px;left:50%;transform:translate(-50%);width:14px;height:12px;border:3px solid #fff;border-bottom:none;border-radius:10px 10px 0 0}.phone-lock-label{font-size:.72rem;font-weight:800;line-height:1.2}.phone-lock-child{font-size:.7rem;font-weight:600;opacity:.85}.section{max-width:var(--max);margin:0 auto;padding:4.5rem 1.5rem;width:100%}.section--mint{max-width:none;background:linear-gradient(135deg,#b8efe0,#9ad9f5);padding:4.5rem 1.5rem;text-align:center}.section--mint .section-title,.section--mint .section-lead,.section--mint .feature-list{max-width:640px;margin-left:auto;margin-right:auto}.section-title{margin:0 0 .75rem;font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:700;letter-spacing:-.02em}.section-lead{margin:0 0 2.5rem;color:var(--ink-soft);font-size:1.05rem;font-weight:500;max-width:36ch}.steps{list-style:none;margin:0;padding:0;display:grid;gap:1.75rem}.steps li{display:grid;grid-template-columns:auto 1fr;gap:1.1rem;align-items:start}.step-num{width:2.4rem;height:2.4rem;border-radius:12px;background:var(--sky);color:var(--white);display:grid;place-items:center;font-weight:800}.steps h3{margin:.15rem 0 .35rem;font-size:1.15rem}.steps p{margin:0;color:var(--ink-soft);font-weight:500;line-height:1.5}.feature-list{list-style:none;margin:0 auto 2rem;padding:0;text-align:left;display:grid;gap:.85rem}.feature-list li{font-weight:700;padding-left:1.4rem;position:relative}.feature-list li:before{content:"";position:absolute;left:0;top:.45rem;width:.65rem;height:.65rem;border-radius:50%;background:var(--ink)}.site-footer{margin-top:auto;padding:2.5rem 1.5rem;background:#d6eaf7;border-top:1px solid rgba(46,49,64,.06)}.footer-inner{max-width:var(--max);margin:0 auto}.footer-brand{margin:0 0 .75rem;font-family:var(--font-display);font-weight:700;font-size:1.2rem}.footer-links{display:flex;flex-wrap:wrap;gap:1rem 1.4rem;margin-bottom:1rem}.footer-links a{font-size:.92rem;font-weight:600;color:var(--ink-soft);text-decoration:none}.footer-links a:hover{color:var(--ink);text-decoration:underline}.footer-note{margin:0;font-size:.85rem;color:var(--ink-soft);max-width:42ch}.page--legal{background:linear-gradient(180deg,#e8f4fc,#f7fbfd 30%)}.legal{max-width:720px;margin:0 auto;padding:2rem 1.5rem 4rem}.legal h1{font-family:var(--font-display);font-size:clamp(1.9rem,4vw,2.5rem);margin:0 0 .5rem}.legal-meta{color:var(--ink-soft);font-size:.9rem;margin:0 0 2rem}.legal h2{margin:2rem 0 .75rem;font-size:1.15rem}.legal p,.legal li{line-height:1.65;color:var(--ink);font-weight:500}.legal a{color:var(--sky-deep);font-weight:700}.legal ul{padding-left:1.2rem}@media(max-width:840px){.hero{grid-template-columns:1fr;padding-top:.5rem;padding-bottom:3rem}.hero-copy{order:1}.hero-visual{order:2}.hero-title{max-width:none}.hero-plane{min-height:auto}.site-nav .nav-link:not(:last-child){display:none}}
