.hero{flex-direction:column;min-height:100vh;padding:0 clamp(20px,5vw,80px);display:flex;position:relative}.hero__grid-bg{pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 30%,#000 20%,#0000 70%);mask-image:radial-gradient(80% 60% at 50% 30%,#000 20%,#0000 70%)}.hero__glow{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.hero__glow--teal{background:#4ecdc41f;width:500px;height:500px;animation:8s ease-in-out infinite heroFloat;top:-100px;right:10%}.hero__glow--purple{background:#6366f114;width:400px;height:400px;animation:10s ease-in-out infinite reverse heroFloat;bottom:-150px;left:-100px}.hero__orb{pointer-events:none;border-radius:50%;position:absolute}.hero__orb--1{background:var(--teal);width:6px;height:6px;box-shadow:0 0 12px var(--teal);animation:3s ease-in-out infinite heroPulse;top:20%;right:25%}.hero__orb--2{background:#6366f1;width:4px;height:4px;animation:4s ease-in-out 1s infinite heroPulse;bottom:30%;left:15%;box-shadow:0 0 10px #6366f1}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes heroPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.hero__nav{z-index:10;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:24px 0;display:flex;position:relative}.hero__logo{letter-spacing:2px;color:var(--text-primary);align-items:center;gap:8px;font-size:20px;font-weight:800;display:flex}.hero__logo-icon{color:var(--teal);font-size:16px}.hero__nav-btn{color:var(--teal);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#4ecdc414;border:1px solid #4ecdc43d;border-radius:999px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.hero__nav-btn:hover{background:#4ecdc42e;box-shadow:0 4px 16px #4ecdc426}.hero__body{z-index:5;flex:1;align-items:center;gap:80px;width:100%;max-width:1200px;margin:0 auto;padding:60px 0;display:flex;position:relative}.hero__content{flex-direction:column;flex:1;justify-content:center;display:flex}.hero__badge{color:var(--teal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;background:#4ecdc414;border:1px solid #4ecdc42e;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-bottom:28px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex;position:relative}.hero__badge-dot{background:var(--teal);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite heroPulse}.hero__title{letter-spacing:-1.5px;margin-bottom:24px;font-size:clamp(38px,6vw,68px);font-weight:800;line-height:1.08}.hero__title-accent{background:linear-gradient(135deg, var(--teal) 0%, #6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:var(--text-secondary);max-width:520px;margin-bottom:40px;font-size:clamp(16px,2vw,20px);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:12px;margin-bottom:48px;display:flex}.btn{border-radius:14px;align-items:center;gap:8px;padding:16px 28px;font-size:15px;font-weight:600;transition:all .25s cubic-bezier(.25,.46,.45,.94);display:inline-flex}.btn--primary{background:linear-gradient(135deg, var(--teal) 0%, #3bb8b0 100%);color:var(--bg-primary);box-shadow:0 4px 16px #4ecdc440}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #4ecdc459}.btn--secondary{color:var(--text-primary);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0a}.btn--secondary:hover{background:#ffffff14;border-color:#ffffff1f}.hero__social-proof{color:var(--text-muted);align-items:center;gap:12px;font-size:13px;display:flex}.hero__social-proof strong{color:var(--text-primary)}.hero__avatars{display:flex}.hero__avatar{border:2px solid var(--bg-primary);border-radius:50%;width:30px;height:30px;margin-right:-8px}.hero__phone{flex-shrink:0;position:relative}.hero__phone-shine{background:conic-gradient(from 180deg,#0000 60%,#4ecdc426 75%,#0000 90%);border-radius:52px;animation:6s linear infinite heroSpin;position:absolute;inset:-20px}@keyframes heroSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__phone-frame{background:var(--surface-primary);border:2px solid #ffffff14;border-radius:40px;width:280px;height:580px;position:relative;overflow:hidden;box-shadow:0 40px 80px #00000080,0 0 0 1px #ffffff0a,inset 0 1px #ffffff0f}.hero__phone-screen{object-fit:cover;border-radius:38px;width:100%;height:100%}.hero__float{background:var(--surface-secondary);border:1px solid var(--border-subtle);color:var(--text-primary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap;z-index:10;pointer-events:none;border-radius:14px;align-items:center;gap:10px;padding:12px 18px;font-size:13px;font-weight:500;display:flex;position:absolute;box-shadow:0 12px 32px #0000004d}.hero__float--1{animation:4s ease-in-out infinite floatCard;top:20%;right:-30px}.hero__float--2{animation:5s ease-in-out 1.5s infinite floatCard;bottom:25%;left:-20px}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__float-icon{width:28px;height:28px;color:var(--teal);background:#4ecdc426;border-radius:8px;justify-content:center;align-items:center;font-size:14px;display:flex}.hero__float-icon--amber{color:var(--amber);background:#ffe66d26}@media (width<=1024px){.hero__phone{display:none}}@media (width<=640px){.hero__body{padding:40px 0}.hero__actions{flex-direction:column}.btn{justify-content:center}}.features{padding:120px clamp(20px,5vw,80px);position:relative;overflow:hidden}.features:before{content:"";pointer-events:none;background:radial-gradient(circle,#4ecdc40d 0%,#0000 60%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.features__container{max-width:1200px;margin:0 auto;position:relative}.features__header{text-align:center;margin-bottom:72px}.features__label{letter-spacing:1.2px;text-transform:uppercase;color:var(--teal);background:#4ecdc41a;border:1px solid #4ecdc438;border-radius:999px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.features__title{letter-spacing:-.5px;margin-bottom:12px;font-size:clamp(28px,4vw,44px);font-weight:700}.features__subtitle{color:var(--text-secondary);max-width:480px;margin:0 auto;font-size:16px}.features__bento{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feature-card{background:var(--surface-primary);border:1px solid var(--border-subtle);border-radius:24px;padding:36px 32px;transition:all .35s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.feature-card--large{grid-column:span 2}.feature-card--small{grid-column:span 1}.feature-card__glow{background:radial-gradient(circle, var(--card-accent) 0%, transparent 70%);opacity:0;pointer-events:none;filter:blur(40px);width:160px;height:160px;transition:opacity .4s;position:absolute;top:-40px;right:-40px}.feature-card:hover .feature-card__glow{opacity:.15}.feature-card:hover{border-color:color-mix(in srgb, var(--card-accent) 30%, transparent);box-shadow:0 20px 40px #0000004d, 0 0 0 1px color-mix(in srgb, var(--card-accent) 10%, transparent);transform:translateY(-4px)}.feature-card__icon{background:color-mix(in srgb, var(--card-accent) 12%, transparent);border:1px solid color-mix(in srgb, var(--card-accent) 20%, transparent);width:56px;height:56px;color:var(--card-accent);border-radius:16px;justify-content:center;align-items:center;margin-bottom:20px;transition:transform .3s,box-shadow .3s;display:flex}.feature-card:hover .feature-card__icon{box-shadow:0 4px 16px color-mix(in srgb, var(--card-accent) 25%, transparent);transform:scale(1.08)}.feature-card__title{letter-spacing:-.2px;margin-bottom:8px;font-size:18px;font-weight:650}.feature-card__desc{color:var(--text-secondary);max-width:360px;font-size:14px;line-height:1.7}@media (width<=900px){.features__bento{grid-template-columns:repeat(2,1fr)}.feature-card--large{grid-column:span 2}}@media (width<=640px){.features__bento{grid-template-columns:1fr}.feature-card--large,.feature-card--small{grid-column:span 1}.feature-card{padding:28px 24px}}.screenshots{background:var(--surface-primary);padding:120px clamp(20px,5vw,80px);position:relative;overflow:hidden}.screenshots__bg-glow{pointer-events:none;background:radial-gradient(circle,#4ecdc40f 0%,#6366f108 40%,#0000 70%);width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.screenshots__container{max-width:1200px;margin:0 auto;position:relative}.screenshots__header{text-align:center;margin-bottom:72px}.screenshots__label{letter-spacing:1.2px;text-transform:uppercase;color:var(--teal);background:#4ecdc41a;border:1px solid #4ecdc438;border-radius:999px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.screenshots__title{letter-spacing:-.5px;margin-bottom:12px;font-size:clamp(28px,4vw,44px);font-weight:700}.screenshots__subtitle{color:var(--text-secondary);max-width:420px;margin:0 auto;font-size:16px}.carousel{flex-direction:column;align-items:center;display:flex}.carousel__stage{justify-content:center;align-items:center;width:100%;height:540px;display:flex;position:relative}.carousel__slide{cursor:pointer;flex-direction:column;align-items:center;transition:all .5s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute}.carousel__slide--active{cursor:default}.screenshot__frame{background:var(--bg-primary);border:2px solid #ffffff14;border-radius:36px;width:250px;height:520px;transition:box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 32px 64px #0006,0 0 0 1px #ffffff0a,inset 0 1px #ffffff0f}.carousel__slide--active .screenshot__frame{border-color:#4ecdc433;box-shadow:0 32px 64px #0006,0 0 0 1px #4ecdc41a,0 0 60px #4ecdc414}.screenshot__shine{z-index:2;background:linear-gradient(90deg,#0000,#ffffff0a,#0000);width:60%;height:100%;animation:3s ease-in-out infinite shine;position:absolute;top:0;left:-100%}@keyframes shine{0%{left:-100%}50%{left:150%}to{left:150%}}.screenshot__img{object-fit:cover;width:100%;height:100%}.carousel__info{flex-direction:column;align-items:center;gap:4px;min-height:48px;margin-top:28px;display:flex}.carousel__info-label{color:var(--text-primary);font-size:16px;font-weight:600}.carousel__info-desc{color:var(--text-muted);font-size:14px}.carousel__controls{justify-content:center;align-items:center;gap:20px;margin-top:28px;display:flex}.carousel__btn{border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff08;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.carousel__btn:hover{color:var(--teal);background:#4ecdc41a;border-color:#4ecdc44d;transform:scale(1.05)}.carousel__progress{align-items:center;gap:6px;display:flex}.carousel__bar{cursor:pointer;background:#ffffff1f;border:none;border-radius:2px;width:24px;height:4px;transition:all .3s}.carousel__bar--active{background:var(--teal);width:40px;box-shadow:0 0 8px #4ecdc466}@media (width<=768px){.carousel__stage{height:460px}.screenshot__frame{border-radius:28px;width:200px;height:420px}.carousel__slide{transition:all .4s}.carousel__slide:not(.carousel__slide--active){opacity:0!important}}@media (width<=640px){.carousel__stage{height:420px}.screenshot__frame{border-radius:24px;width:180px;height:380px}}.cta{padding:120px clamp(20px,5vw,80px);position:relative;overflow:hidden}.cta__container{max-width:900px;margin:0 auto;position:relative}.cta__glow{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.cta__glow--1{background:#4ecdc41a;width:500px;height:400px;animation:7s ease-in-out infinite ctaFloat;top:-120px;left:50%;transform:translate(-50%)}.cta__glow--2{background:#6366f112;width:300px;height:300px;animation:9s ease-in-out infinite reverse ctaFloat;bottom:-100px;right:-100px}@keyframes ctaFloat{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-15px)}}.cta__grid{pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 50%,#000 20%,#0000 70%);mask-image:radial-gradient(70% 50%,#000 20%,#0000 70%)}.cta__card{text-align:center;background:var(--surface-primary);border:1px solid #ffffff0f;border-radius:32px;padding:72px 48px;position:relative;overflow:hidden}.cta__border-glow{z-index:-1;background:conic-gradient(#0000 60%,#4ecdc44d 75%,#0000 90%);border-radius:32px;animation:8s linear infinite borderSpin;position:absolute;inset:-1px}@keyframes borderSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta__content{z-index:1;position:relative}.cta__icon{width:64px;height:64px;color:var(--teal);background:#4ecdc41a;border:1px solid #4ecdc433;border-radius:20px;justify-content:center;align-items:center;margin-bottom:28px;display:inline-flex}.cta__title{letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2}.cta__title-accent{background:linear-gradient(135deg, var(--teal) 0%, #6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cta__subtitle{color:var(--text-secondary);max-width:420px;margin:0 auto 36px;font-size:16px;line-height:1.7}.cta__buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px;display:flex}.btn--large{border-radius:16px;padding:18px 32px;font-size:16px}.cta__trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.cta__trust-item{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:flex}@media (width<=640px){.cta__card{border-radius:24px;padding:48px 24px}.cta__buttons{flex-direction:column}.btn--large{justify-content:center}.cta__trust{flex-direction:column;gap:12px}}.footer{border-top:1px solid var(--border-subtle);padding:64px clamp(20px,5vw,80px) 32px}.footer__container{flex-wrap:wrap;justify-content:space-between;gap:48px;max-width:1200px;margin:0 auto;display:flex}.footer__left{max-width:280px}.footer__logo{letter-spacing:2px;margin-bottom:8px;font-size:18px;font-weight:800}.footer__tagline{color:var(--text-muted);font-size:14px;line-height:1.5}.footer__links{flex-wrap:wrap;gap:64px;display:flex}.footer__col{flex-direction:column;gap:8px;display:flex}.footer__col-title{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:4px;font-size:12px;font-weight:600}.footer__col a{color:var(--text-secondary);font-size:14px;transition:color .15s}.footer__col a:hover{color:var(--teal)}.footer__bottom{border-top:1px solid var(--border-subtle);max-width:1200px;color:var(--text-muted);margin:48px auto 0;padding-top:24px;font-size:13px}@media (width<=640px){.footer__links{gap:32px}}.legal{min-height:100vh;padding:0 clamp(20px,5vw,80px);position:relative}.legal__glow{pointer-events:none;background:radial-gradient(circle,#4ecdc40f 0%,#0000 60%);width:600px;height:400px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.legal__nav{justify-content:space-between;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:24px 0;display:flex}.legal__logo{letter-spacing:2px;color:var(--text-primary);align-items:center;gap:8px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.legal__logo-icon{color:var(--teal);font-size:16px}.legal__back{color:var(--text-secondary);align-items:center;gap:6px;font-size:14px;font-weight:500;transition:color .2s;display:flex}.legal__back:hover{color:var(--teal)}.legal__container{max-width:800px;margin:0 auto;padding:60px 0 120px;position:relative}.legal__header{border-bottom:1px solid var(--border-subtle);margin-bottom:48px;padding-bottom:32px}.legal__title{letter-spacing:-.5px;margin-bottom:12px;font-size:clamp(28px,4vw,40px);font-weight:700}.legal__meta{color:var(--text-muted);font-size:14px}.legal__content h2{color:var(--text-primary);margin-top:40px;margin-bottom:16px;font-size:20px;font-weight:650}.legal__content h3{color:var(--text-primary);margin-top:28px;margin-bottom:12px;font-size:16px;font-weight:600}.legal__content p{color:var(--text-secondary);margin-bottom:16px;font-size:15px;line-height:1.8}.legal__content ul{margin-bottom:16px;padding:0;list-style:none}.legal__content li{color:var(--text-secondary);margin-bottom:8px;padding-left:20px;font-size:15px;line-height:1.8;position:relative}.legal__content li:before{content:"";background:var(--teal);opacity:.6;border-radius:50%;width:6px;height:6px;position:absolute;top:11px;left:0}.legal__content a{color:var(--teal);text-underline-offset:2px;text-decoration:underline}.legal__content a:hover{opacity:.8}.legal__footer{border-top:1px solid var(--border-subtle);text-align:center;color:var(--text-muted);margin-top:64px;padding-top:32px;font-size:13px}.app{flex-direction:column;min-height:100vh;display:flex}:root{--bg-primary:#161b22;--surface-primary:#1b222c;--surface-secondary:#202936;--text-primary:#e0e0e0;--text-secondary:#e0e0e0b8;--text-muted:#888;--border-subtle:#ffffff0f;--teal:#4ecdc4;--amber:#ffe66d;--red:#ff6b6b;--grey:#888}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;display:block}
