@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--background:#050914;--foreground:#eef5fb;--card:rgba(18, 24, 36, 0.92);--card-soft:rgba(20, 28, 42, 0.8);--muted:#8d99ae;--border:#21293a;--primary:#00e7ff;--accent:#9a63ff;--pink:#ff4fa3;--shadow:0 0 20px rgba(0, 231, 255, 0.12), 0 0 40px rgba(154, 99, 255, 0.08), inset 0 1px 0 rgba(0, 231, 255, 0.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--foreground);background:radial-gradient(circle at 50% 24%,rgba(0,231,255,8%),transparent 24rem),radial-gradient(circle at 78% 50%,rgba(154,99,255,7%),transparent 18rem),radial-gradient(circle at 20% 88%,rgba(255,79,163,5%),transparent 16rem),linear-gradient(180deg,#070b15 0%,#040811 100%);font-family:inter,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:space grotesk,sans-serif;margin:0}p{margin:0}header{position:sticky;top:0;z-index:50;backdrop-filter:blur(24px);background:rgba(5,9,20,.72);border-bottom:1px solid var(--border)}main{overflow:hidden}footer{border-top:1px solid var(--border);padding:3rem 0}.site-shell{width:min(1200px,calc(100% - 3rem));margin:0 auto}.narrow{max-width:950px}.site-header,.header-nav,.header-actions,.hero-actions,.steps-grid,.feature-grid,.proof-grid,.phone-grid,.trust-grid,.faq-columns,.footer-grid{display:flex;gap:1rem}.site-header{display:block;min-height:72px;padding:.7rem 0}.header-top-row{display:flex;align-items:center;justify-content:space-between;min-height:56px}.header-panel{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-toggle{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:.85rem;background:rgba(18,24,36,.84);padding:.55rem}.header-toggle span{display:block;width:100%;height:2px;margin:4px 0;background:var(--foreground);border-radius:999px}.brand,.footer-logo{display:inline-flex;align-items:center;gap:.75rem}.brand-mark{--mark-width:2.9rem;position:relative;width:var(--mark-width);height:calc(var(--mark-width) * .92);display:inline-flex;align-items:center;justify-content:center;flex:none;overflow:visible}.brand-mark-small{--mark-width:2.35rem}.brand-wordmark{font-family:space grotesk,sans-serif;font-size:1.25rem;font-weight:700}.brand-mark img{display:block;width:220%;height:220%;object-fit:contain;transform:translateY(2%);pointer-events:none}.header-nav{align-items:center}.header-link{color:var(--muted);font-size:.95rem;transition:color 160ms ease}.header-link:hover,.footer-links a:hover{color:var(--foreground)}.header-actions{align-items:center}.header-panel.is-open{display:block}.header-outline,.header-cta,.button-solid,.button-outline{border-radius:.9rem;font-weight:600;transition:transform 180ms ease,opacity 180ms ease,border-color 180ms ease,background 180ms ease}.header-outline,.button-outline{padding:.9rem 1.25rem;border:1px solid var(--border);background:rgba(18,24,36,.72)}.header-cta,.button-solid,.mini-button{padding:.9rem 1.35rem;color:#08101d;background:linear-gradient(135deg,var(--primary),var(--accent),var(--pink));box-shadow:var(--shadow)}.header-outline:hover,.button-outline:hover,.header-cta:hover,.button-solid:hover{transform:translateY(-1px)}.lang-switch{display:inline-flex;align-items:center;gap:.2rem;padding:.25rem;border-radius:999px;border:1px solid var(--border);background:rgba(18,24,36,.9)}.lang-btn{display:inline-flex;align-items:center;border:0;background:0 0;color:var(--foreground);padding:.6rem .85rem;border-radius:999px;font-weight:700;cursor:pointer;text-decoration:none}.lang-btn.is-active{color:#08101d;background:linear-gradient(135deg,var(--primary),var(--accent),var(--pink))}.hero-section{position:relative;overflow:visible;min-height:calc(100vh - 72px)}.hero-scroll-track{position:relative;min-height:inherit}.hero-shell{position:sticky;top:72px;width:100%;min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;z-index:1}.hero-stage-frame{position:relative;width:100%;min-height:calc(100vh - 72px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0 6rem;text-align:center;z-index:1}.hero-stage-stack{position:relative;width:100%;min-height:17rem}.hero-stage{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:1.5rem;opacity:0;will-change:opacity,transform,filter}.hero-stage[data-hero-stage="0"]{opacity:1}.hero-stage-title{margin:0;max-width:14ch;font-size:clamp(4.8rem,10vw,8.2rem);font-weight:700;line-height:.94;letter-spacing:-.065em}.hero-stage-word .hero-stage-title{max-width:10ch}.hero-stage-title-meet{max-width:15ch;color:var(--foreground)}.hero-stage-logo{display:flex;justify-content:center;margin-bottom:.25rem}.hero-brand-mark{--mark-width:clamp(7.5rem, 13vw, 10.5rem);filter:drop-shadow(0 24px 48px rgba(0,0,0,.28))}.hero-stage-title-meet .hero-stage-static,.hero-stage-title-meet .gradient-text{display:inline}.hero-stage-actions,.hero-stage-scroll{transition:opacity 240ms ease,transform 240ms ease;will-change:opacity,transform}.hero-stage-actions{margin-top:5.75rem;display:inline-flex;align-items:center;gap:.95rem}.hero-stage-button{min-width:11.75rem;padding:1.1rem 1.75rem;border-radius:1rem;font-size:1rem;font-weight:500;letter-spacing:-.02em;transition:transform 180ms ease,border-color 180ms ease,background 180ms ease,opacity 180ms ease}.hero-stage-button::after{content:"\2192";margin-left:.65rem}.hero-stage-button-solid{color:#08101d;background:#f4f7fb;box-shadow:0 18px 40px rgba(0,0,0,.18)}.hero-stage-button-outline{color:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,8%);background:rgba(10,14,22,.24);box-shadow:inset 0 1px rgba(255,255,255,3%)}.hero-stage-button:hover{transform:translateY(-1px)}.hero-stage-scroll{margin-top:2.8rem;opacity:0}.hero-section::before,.hero-section::after{content:"";position:absolute;inset:auto;pointer-events:none;border-radius:999px;filter:blur(80px);opacity:.24}.hero-section::before{width:24rem;height:24rem;left:14%;top:20%;background:radial-gradient(circle,rgba(58,212,255,.24) 0%,rgba(58,212,255,0) 72%);animation:heroGlowDriftLeft 9s ease-in-out infinite}.hero-section::after{width:30rem;height:30rem;right:10%;bottom:12%;background:radial-gradient(circle,rgba(182,99,255,.2) 0%,rgba(182,99,255,0) 74%);animation:heroGlowDriftRight 10.5s ease-in-out infinite}.section-kicker{color:var(--muted);font-size:1rem;font-weight:500;letter-spacing:.04em}.gradient-text{background:linear-gradient(135deg,var(--primary),var(--accent),var(--pink));background-size:120% 120%;-webkit-background-clip:text;background-clip:text;color:transparent}.section-heading p,.feature-card p,.faq-card p,.trust-card p,.step-item p{color:var(--muted);line-height:1.7}.scroll-hint{display:flex;flex-direction:column;align-items:center;gap:.7rem;color:rgba(141,153,174,.7);text-transform:uppercase;letter-spacing:.18em;font-size:.72rem}.scroll-line{width:1px;height:2rem;background:linear-gradient(180deg,rgba(141,153,174,.45),transparent);animation:heroScrollPulse 2.4s ease-in-out infinite}@keyframes heroScrollPulse{0%,100%{opacity:.45;transform:scaleY(.9)}50%{opacity:.95;transform:scaleY(1.08)}}@keyframes heroGlowDriftLeft{0%,100%{transform:translate3d(0,0,0)scale(.96);opacity:.18}50%{transform:translate3d(1.4rem,-1.25rem,0)scale(1.06);opacity:.28}}@keyframes heroGlowDriftRight{0%,100%{transform:translate3d(0,0,0)scale(.98);opacity:.16}50%{transform:translate3d(-1.2rem,1rem,0)scale(1.08);opacity:.24}}@media(prefers-reduced-motion:reduce){.hero-section::before,.hero-section::after,.scroll-line{animation:none!important}.hero-stage,.hero-stage-actions,.hero-stage-scroll{opacity:1;transform:none!important;filter:none}}.glow-line{height:1px;background:linear-gradient( 90deg,transparent 0%,rgba(0,231,255,.35) 20%,rgba(0,231,255,.8) 50%,rgba(0,231,255,.35) 80%,transparent 100% )}.section{position:relative;padding:6rem 0}.section-heading{margin-bottom:3.5rem}.section-heading.centered{text-align:center}.section-heading h2,.problem-section h2,.cta-panel h2{margin-top:.85rem;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.75rem);line-height:1.08}.problem-emphasis{display:inline-block;margin-top:1rem;color:var(--primary);font-family:space grotesk,sans-serif;font-size:1.15rem}.grid-overlay{position:absolute;inset:0;opacity:.04;background-image:linear-gradient(#8d99ae 1px,transparent 1px),linear-gradient(90deg,#8d99ae 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.proof-grid,.feature-grid,.phone-grid,.trust-grid,.faq-columns{flex-wrap:wrap}.proof-grid{justify-content:center}.proof-card,.feature-card,.phone-card,.trust-card,.faq-card,.cta-panel{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow)}.proof-card{position:relative;width:calc(25% - .75rem);min-width:12rem;padding:1.65rem 1.2rem;border-radius:1.15rem;display:flex;flex-direction:column;gap:.9rem;align-items:center;text-align:center;overflow:hidden;transition:transform 220ms ease,border-color 220ms ease,box-shadow 220ms ease,background 220ms ease}.proof-card::before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 50% 0%,rgba(0,231,255,.14),transparent 58%),linear-gradient(180deg,rgba(255,255,255,3%),transparent 38%);opacity:0;transition:opacity 220ms ease;pointer-events:none}.proof-icon,.feature-icon{width:3rem;height:3rem;display:grid;place-items:center;border-radius:.9rem;color:var(--primary);background:rgba(18,24,36,.9);border:1px solid rgba(0,231,255,.14);transition:color 220ms ease,background 220ms ease,border-color 220ms ease,box-shadow 220ms ease,transform 220ms ease}.proof-icon svg{display:block;width:1.45rem;height:1.45rem;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.proof-card:hover{transform:translateY(-8px);border-color:rgba(0,231,255,.4);background:rgba(16,23,34,.98);box-shadow:0 22px 44px rgba(3,8,16,.45),0 0 0 1px rgba(0,231,255,8%),0 0 24px rgba(0,231,255,.14)}.proof-card:hover::before{opacity:1}.proof-card:hover .proof-icon{color:#7cf4ff;background:rgba(0,231,255,.12);border-color:rgba(0,231,255,.3);box-shadow:0 0 24px rgba(0,231,255,.16);transform:translateY(-2px)}.feature-grid{justify-content:center}.feature-card{flex:1 1 18rem;padding:1.85rem;border-radius:1.2rem}.feature-card h3,.steps-column h3,.faq-group h3{margin:1rem 0 .85rem;font-size:1.4rem}.steps-grid{flex-wrap:wrap;align-items:flex-start}.steps-column{flex:1 1 25rem}.step-list{display:flex;flex-direction:column;gap:1.4rem}.step-item{display:flex;align-items:flex-start;gap:1rem}.step-icon{width:2.6rem;height:2.6rem;flex:none;display:grid;place-items:center;border-radius:.9rem;color:var(--primary);font-family:space grotesk,sans-serif;font-weight:700;background:rgba(0,231,255,9%);border:1px solid rgba(0,231,255,.18)}.step-item.accent .step-icon{color:var(--accent);background:rgba(154,99,255,9%);border-color:rgba(154,99,255,.18)}.step-item h4{margin-bottom:.35rem;font-size:1.05rem}.product-section{background:linear-gradient(180deg,transparent,rgba(0,231,255,3%),transparent)}.phone-grid{justify-content:center}.phone-card{width:calc(25% - .75rem);min-width:15rem;border-radius:1.1rem;overflow:hidden}.phone-top{padding:.7rem 1rem;display:flex;justify-content:space-between;border-bottom:1px solid var(--border);color:var(--muted);font-size:.65rem}.phone-body{padding:1rem}.phone-body h4{margin-bottom:.8rem;font-size:.95rem}.phone-step{padding:0 1rem .9rem;color:var(--muted);font-size:.7rem}.mini-qr{width:3.5rem;height:3.5rem;display:grid;place-items:center;margin:0 auto .9rem;border-radius:1rem;color:var(--primary);background:rgba(0,231,255,8%);border:1px solid rgba(0,231,255,.18)}.mini-title{margin-bottom:.35rem;text-align:center;font-family:space grotesk,sans-serif;font-weight:600;font-size:.86rem}.mini-copy,.fake-label,.mini-check em,.match-copy small{color:var(--muted);font-size:.72rem;line-height:1.5}.mini-copy{margin-bottom:.75rem}.mini-button{width:100%;border:0;border-radius:.8rem;font-weight:700}.chip-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem}.mini-chip,.mini-tag{padding:.35rem .55rem;border-radius:.5rem;border:1px solid var(--border);font-size:.66rem}.mini-chip{color:rgba(238,245,251,.75);background:rgba(18,24,36,.75)}.mini-tag{color:var(--primary);background:rgba(0,231,255,.12);border-color:rgba(0,231,255,.26)}.mini-check{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem}.mini-check span{width:.9rem;height:.9rem;border-radius:.25rem;background:rgba(0,231,255,.2);border:1px solid rgba(0,231,255,.35)}.fake-field{margin-bottom:.75rem}.fake-input{margin-top:.35rem;padding:.75rem;border-radius:.8rem;background:rgba(18,24,36,.78);border:1px solid var(--border);color:rgba(238,245,251,.8);font-size:.72rem}.match-preview{display:flex;align-items:center;gap:.7rem;padding:.75rem;margin-bottom:.85rem;border-radius:.8rem;background:rgba(18,24,36,.7);border:1px solid var(--border)}.match-avatar{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:999px;overflow:hidden;background:#11151f;box-shadow:inset 0 0 0 1px rgba(255,255,255,6%)}.match-brand-mark{--mark-width:1.05rem;transform:translateY(-1%)}.match-copy{flex:1}.match-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.15rem}.match-head strong{font-size:.8rem}.match-head span{color:var(--primary);font-size:.68rem;font-weight:700}.italic{font-style:italic}.trust-grid{justify-content:center}.trust-card{flex:1 1 22rem;display:flex;gap:1rem;padding:1.8rem;border-radius:1.5rem}.faq-shell{max-width:760px}.faq-group{flex:1 1 24rem}.faq-group h3{margin-bottom:.9rem;font-size:1.1rem}.faq-item{margin-bottom:.45rem;background:rgba(18,24,36,.9);border:1px solid var(--border);border-radius:.9rem;overflow:hidden}.faq-item summary{list-style:none;position:relative;padding:1.1rem 3rem 1.1rem 1rem;color:var(--foreground);font-size:.95rem;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"⌄";position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--muted);font-size:.9rem}.faq-item[open] summary::after{transform:translateY(-50%)rotate(180deg)}.faq-item p{padding:0 1rem 1rem;color:var(--muted);font-size:.88rem;line-height:1.65}.cta-section{background:linear-gradient(180deg,transparent,rgba(0,231,255,4%),transparent)}.cta-panel{border-radius:1.8rem;padding:3rem;text-align:center}.cta-panel p{max-width:38rem;margin:0 auto 2rem}.demo-dialog{width:min(100% - 1.5rem,38rem);padding:0;border:0;background:0 0;color:var(--foreground)}.demo-dialog::backdrop{background:rgba(3,8,16,.72);backdrop-filter:blur(12px)}.demo-dialog-card{position:relative;display:grid;gap:1rem;padding:2rem;border:1px solid rgba(255,255,255,8%);border-radius:1.6rem;background:radial-gradient(circle at top,rgba(0,231,255,8%),transparent 38%),rgba(8,12,20,.96);box-shadow:0 28px 80px rgba(0,0,0,.4)}.demo-dialog-copy h2{margin-top:.7rem;font-size:clamp(1.9rem,4vw,2.8rem)}.demo-dialog-copy p:last-child{margin-top:.8rem;color:var(--muted)}.demo-dialog-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border:0;border-radius:999px;color:var(--foreground);background:rgba(255,255,255,6%);font-size:1.35rem;cursor:pointer}.demo-field{display:grid;gap:.45rem}.demo-field span{font-size:.95rem;font-weight:500}.demo-field input,.demo-field select,.demo-field textarea{width:100%;padding:.95rem 1rem;border:1px solid rgba(255,255,255,8%);border-radius:1rem;color:var(--foreground);background:rgba(255,255,255,4%);font:inherit}.demo-field textarea{resize:vertical;min-height:7.5rem}.demo-field input:focus,.demo-field select:focus,.demo-field textarea:focus{outline:0;border-color:rgba(0,231,255,.42);box-shadow:0 0 0 3px rgba(0,231,255,8%)}.demo-dialog-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.demo-dialog-submit{border:0;cursor:pointer}.footer-grid{justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-brand-group{max-width:26rem}.footer-copy,.footer-meta{color:var(--muted);font-size:.9rem}.footer-links{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}@media(max-width:980px){header{position:static;top:auto;backdrop-filter:none}.site-header{padding:.9rem 0}.header-toggle{display:inline-flex;align-items:center;justify-content:center}.header-top-row{width:100%}.header-panel{display:none;width:100%;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.header-panel.is-open{display:block}.header-nav{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.header-link{white-space:normal;padding:.45rem .1rem;font-size:.98rem}.header-actions{margin-top:.65rem;display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;align-items:stretch}.header-outline,.header-cta{width:100%;text-align:center;padding:.82rem 1rem}.lang-switch{justify-self:center}.phone-card,.proof-card{width:calc(50% - .5rem)}}@media(max-width:720px){.site-shell{width:min(100% - 1.4rem,1200px)}.header-actions{grid-template-columns:1fr}.hero-section{min-height:calc(100vh - 72px)}.hero-shell,.hero-stage-frame{min-height:calc(100vh - 72px)}.hero-stage-stack{min-height:13rem}.hero-stage-title{max-width:9ch;font-size:clamp(3.55rem,17vw,5.4rem);line-height:.97}.hero-stage-title-meet{max-width:9.5ch}.hero-stage{gap:1rem}.hero-brand-mark{--mark-width:clamp(5.75rem, 24vw, 7.5rem)}.hero-stage-actions{width:100%;flex-direction:column;gap:.75rem}.hero-stage-button{width:100%;max-width:18rem}.demo-dialog-card{padding:1.4rem}.demo-dialog-actions{justify-content:stretch}.demo-dialog-submit{width:100%}.phone-card,.proof-card,.feature-card,.trust-card,.steps-column{width:100%;min-width:0}.cta-panel{padding:2rem 1.25rem}}@media(max-width:390px){.header-outline,.header-cta{font-size:.92rem;padding:.72rem .82rem}.hero-stage-button{font-size:.95rem;padding:.95rem 1rem}.cta-panel{padding:1.6rem 1rem}}