:root{--sky:#73b8f5;--sky-deep:#4a9fe0;--mint:#59d1ad;--mint-deep:#3bb890;--ink:#2e3140;--ink-soft:#2e31409e;--paper:#e8f4fc;--paper-2:#d4ebf8;--white:#fff;--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{font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit}img{max-width:100%;display:block}.page{flex-direction:column;min-height:100dvh;display:flex}.site-header{max-width:var(--max);z-index:2;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin:0 auto;padding:1.1rem 1.5rem;display:flex;position:relative}.brand-mark{font-family:var(--font-display);letter-spacing:-.02em;align-items:center;gap:.55rem;font-size:1.35rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;border-radius:10px;width:40px;height:40px}.site-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.nav-link{color:var(--ink-soft);font-size:.92rem;font-weight:600;text-decoration:none}.nav-link:hover{color:var(--ink)}.nav-cta{background:var(--ink);color:var(--white);border-radius:12px;padding:.55rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none}.nav-cta:hover{background:#1a1c28}.lang-switch{align-items:center;display:inline-flex}.lang-select{appearance:none;font-family:var(--font-body);color:var(--ink);cursor:pointer;background:#ffffff8c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232e3140' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") right .55rem center/10px no-repeat;border:1px solid #2e314024;border-radius:10px;padding:.45rem 1.85rem .45rem .7rem;font-size:.88rem;font-weight:600}.lang-select:hover,.lang-select:focus{border-color:#2e314059;outline:none}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero-plane{background:radial-gradient(80% 60% at 15% 20%,#59d1ad59,#0000 55%),radial-gradient(70% 50% at 90% 10%,#73b8f58c,#0000 50%),linear-gradient(165deg,#cfe9f9 0%,#e8f4fc 45%,#d9f0ea 100%);flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero{max-width:var(--max);flex:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:2rem;width:100%;margin:0 auto;padding:1rem 1.5rem 3.5rem;display:grid}.hero-brand{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 .65rem;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;line-height:1.05;animation:.7s both rise}.hero-title{font-family:var(--font-body);max-width:18ch;margin:0 0 1rem;font-size:clamp(1.35rem,2.6vw,1.75rem);font-weight:700;line-height:1.25;animation:.7s 80ms both rise}.hero-lead{color:var(--ink-soft);max-width:34ch;margin:0 0 1.75rem;font-size:1.05rem;font-weight:500;line-height:1.55;animation:.7s .16s both rise}.hero-actions{animation:.7s .24s both rise}.hero-visual{justify-content:center;animation:.9s .2s both float-in;display:flex}@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{background:var(--mint);color:var(--ink);border:none;border-radius:14px;justify-content:center;align-items:center;padding:.95rem 1.4rem;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex;box-shadow:0 10px 28px #3bb89059}.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{color:var(--white);background:#1a1c28}.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(#e8f4fc,#f4fbf8);border-radius:28px;flex-direction:column;align-items:center;min-height:460px;padding:1.4rem 1.2rem 2rem;display:flex}.phone-brand{font-family:var(--font-display);margin:.4rem 0 .2rem;font-size:1.45rem;font-weight:700}.phone-logo{object-fit:contain;width:72px;height:72px;margin-top:.5rem}.phone-status{color:var(--ink-soft);margin:0 0 1.6rem;font-size:.82rem;font-weight:600}.phone-lock{width:168px;height:168px;color:var(--white);text-align:center;background:#f5847a;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1rem;animation:2.4s ease-in-out infinite pulse-soft;display:flex;box-shadow:0 14px 32px #f5847a66}.phone-lock-icon{border:3px solid #fff;border-radius:6px;width:22px;height:28px;position:relative}.phone-lock-icon:before{content:"";border:3px solid #fff;border-bottom:none;border-radius:10px 10px 0 0;width:14px;height:12px;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.phone-lock-label{font-size:.72rem;font-weight:800;line-height:1.2}.phone-lock-child{opacity:.85;font-size:.7rem;font-weight:600}.section{max-width:var(--max);width:100%;margin:0 auto;padding:4.5rem 1.5rem}.section--mint{text-align:center;background:linear-gradient(135deg,#b8efe0,#9ad9f5);max-width:none;padding:4.5rem 1.5rem}.section--mint .section-title,.section--mint .section-lead,.section--mint .feature-list{max-width:640px;margin-left:auto;margin-right:auto}.section-title{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:700}.section-lead{color:var(--ink-soft);max-width:36ch;margin:0 0 2.5rem;font-size:1.05rem;font-weight:500}.steps{gap:1.75rem;margin:0;padding:0;list-style:none;display:grid}.steps li{grid-template-columns:auto 1fr;align-items:start;gap:1.1rem;display:grid}.step-num{background:var(--sky);width:2.4rem;height:2.4rem;color:var(--white);border-radius:12px;place-items:center;font-weight:800;display:grid}.steps h3{margin:.15rem 0 .35rem;font-size:1.15rem}.steps p{color:var(--ink-soft);margin:0;font-weight:500;line-height:1.5}.feature-list{text-align:left;gap:.85rem;margin:0 auto 2rem;padding:0;list-style:none;display:grid}.feature-list li{padding-left:1.4rem;font-weight:700;position:relative}.feature-list li:before{content:"";background:var(--ink);border-radius:50%;width:.65rem;height:.65rem;position:absolute;top:.45rem;left:0}.site-footer{background:#d6eaf7;border-top:1px solid #2e31400f;margin-top:auto;padding:2.5rem 1.5rem}.footer-inner{max-width:var(--max);margin:0 auto}.footer-brand{font-family:var(--font-display);margin:0 0 .75rem;font-size:1.2rem;font-weight:700}.footer-links{flex-wrap:wrap;gap:1rem 1.4rem;margin-bottom:1rem;display:flex}.footer-links a{color:var(--ink-soft);font-size:.92rem;font-weight:600;text-decoration:none}.footer-links a:hover{color:var(--ink);text-decoration:underline}.footer-note{color:var(--ink-soft);max-width:42ch;margin:0;font-size:.85rem}.page--legal{background:linear-gradient(#e8f4fc,#f7fbfd 30%)}.legal{max-width:720px;margin:0 auto;padding:2rem 1.5rem 4rem}.legal h1{font-family:var(--font-display);margin:0 0 .5rem;font-size:clamp(1.9rem,4vw,2.5rem)}.legal-meta{color:var(--ink-soft);margin:0 0 2rem;font-size:.9rem}.legal h2{margin:2rem 0 .75rem;font-size:1.15rem}.legal p,.legal li{color:var(--ink);font-weight:500;line-height:1.65}.legal a{color:var(--sky-deep);font-weight:700}.legal ul{padding-left:1.2rem}@media (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}}.tt-land{min-height:100svh;color:var(--ink);padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:linear-gradient(165deg,#cfe9f9 0%,#e8f4fc 42%,#d9f0ea 100%);flex-direction:column;display:flex;position:relative;overflow:hidden}.tt-glow{pointer-events:none;filter:blur(40px);border-radius:50%;position:absolute}.tt-glow--mint{background:#59d1ad73;width:70vw;height:50vh;animation:9s ease-in-out infinite alternate tt-drift;top:-8%;left:-20%}.tt-glow--sky{background:#73b8f58c;width:65vw;height:45vh;animation:11s ease-in-out infinite alternate-reverse tt-drift;top:5%;right:-25%}@keyframes tt-drift{0%{transform:translate(0)scale(1)}to{transform:translate(4%,6%)scale(1.08)}}.tt-main{z-index:1;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:28rem;margin:0 auto;padding:1.5rem 1.35rem 1rem;display:flex;position:relative}.tt-logo{object-fit:cover;border-radius:22px;width:88px;height:88px;animation:.65s both rise;box-shadow:0 14px 36px #2e31402e}.tt-brand{font-family:var(--font-display);letter-spacing:-.03em;margin:1.1rem 0 .45rem;font-size:clamp(2.35rem,9vw,3rem);font-weight:700;line-height:1.05;animation:.65s 60ms both rise}.tt-title{font-family:var(--font-body);max-width:18ch;margin:0 0 .75rem;font-size:clamp(1.15rem,4.4vw,1.35rem);font-weight:700;line-height:1.3;animation:.65s .12s both rise}.tt-lead{color:var(--ink-soft);max-width:28ch;margin:0 0 1.5rem;font-size:1rem;font-weight:500;line-height:1.5;animation:.65s .18s both rise}.tt-cta{background:var(--ink);width:100%;max-width:22rem;color:var(--white);-webkit-tap-highlight-color:transparent;border-radius:16px;justify-content:center;align-items:center;gap:.55rem;padding:1.05rem 1.25rem;font-size:1.05rem;font-weight:800;text-decoration:none;transition:transform .15s,background .15s;animation:.65s .24s both rise,2.8s ease-in-out 1s infinite pulse-soft;display:inline-flex;box-shadow:0 14px 32px #2e314047}.tt-cta:active{background:#1a1c28;transform:scale(.98)}.tt-cta--secondary{cursor:pointer;border:none;font-family:inherit;animation:.65s .24s both rise}.tt-escape{text-align:left;width:100%;max-width:22rem;animation:.65s .2s both rise}.tt-escape-title{font-family:var(--font-display);letter-spacing:-.02em;text-align:center;margin:0 0 .85rem;font-size:1.2rem;font-weight:700}.tt-escape-steps{color:var(--ink);background:#ffffff8c;border-radius:16px;margin:0 0 1.15rem;padding:.9rem .9rem .9rem 1.6rem;font-size:.95rem;font-weight:600;line-height:1.45}.tt-escape-steps li+li{margin-top:.55rem}.tt-escape-hint{text-align:center;color:var(--ink-soft);margin:.75rem 0 0;font-size:.82rem;font-weight:600}.tt-apple{flex-shrink:0}.tt-visual{justify-content:center;width:100%;margin-top:1.75rem;animation:.85s .28s both float-in;display:flex}.tt-phone{background:#1e2230;border-radius:28px;width:min(200px,52vw);padding:10px;box-shadow:0 20px 40px #2e314033}.tt-phone-screen{aspect-ratio:9/14;color:var(--ink-soft);background:linear-gradient(#e8f4fc,#f4fbf8);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;padding:1rem;font-size:.72rem;font-weight:700;display:flex}.tt-phone-screen img{border-radius:14px}.tt-phone-lock{background:var(--mint);border-radius:50%;width:64px;height:64px;position:relative;box-shadow:0 8px 20px #3bb89066}.tt-phone-lock:after{content:"";border:3px solid #fff;border-radius:8px 8px 10px 10px;position:absolute;inset:18px;box-shadow:inset 0 -6px #ffffff40}.tt-phone-lock:before{content:"";border:3px solid #fff;border-bottom:none;border-radius:10px 10px 0 0;width:16px;height:14px;margin-left:-8px;position:absolute;top:12px;left:50%}.tt-foot{z-index:1;color:var(--ink-soft);justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1rem 1.25rem;font-size:.8rem;font-weight:600;display:flex;position:relative}.tt-foot a{text-decoration:none}.tt-foot a:hover{color:var(--ink)}@media (width>=720px){.tt-main{max-width:32rem}}
