@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Outfit:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0c0a1a;--violet:#7c3aed;--violet-light:#a78bfa;--violet-glow:#7c3aed1f;--gold:#f59e0b;--green:#10b981;--surface:#fff;--surface2:#f5f3ff;--border:#e8e4f9;--text:#1e1a3a;--muted:#6b6490;--radius:16px}html{scroll-behavior:smooth}body{color:var(--text);background:var(--surface);font-family:Outfit,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Syne,sans-serif}.nav{z-index:100;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 2.5%;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#fffffff2;box-shadow:0 2px 20px #7c3aed14}.nav-logo{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo-icon{background:linear-gradient(135deg,var(--violet),var(--violet-light));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-family:Syne,sans-serif;font-size:16px;font-weight:800;display:flex}.nav-logo-text{color:var(--ink);font-family:Syne,sans-serif;font-size:1.05rem;font-weight:800}.nav-links{flex:1;justify-content:center;align-items:center;gap:0;list-style:none;display:flex}.nav-links li{flex-shrink:0}.nav-links a{color:var(--muted);white-space:nowrap;padding:.35rem .5rem;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.nav-links a:hover{color:var(--violet)}.nav-cta{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.nav-cta .btn{padding:.5rem 1rem;font-size:.82rem}.btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost{color:var(--text);border:1.5px solid var(--border);background:0 0}.btn-ghost:hover{border-color:var(--violet);color:var(--violet);background:var(--violet-glow)}.btn-primary{background:var(--violet);color:#fff;box-shadow:0 4px 14px #7c3aed4d}.btn-primary:hover{background:#6d28d9;transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}.btn-lg{border-radius:14px;padding:.875rem 2rem;font-size:1.05rem}.btn-xl{border-radius:14px;padding:1rem 2.5rem;font-size:1.1rem}.hero{text-align:center;background:linear-gradient(160deg,#0c0a1a 0%,#1e1a3a 45%,#2d1b69 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:6rem 5% 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(circle,#7c3aed40 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-badge{color:var(--violet-light);background:#7c3aed33;border:1px solid #a78bfa4d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;animation:.6s both fadeInUp;display:inline-flex}.hero h1{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1.1;animation:.6s .1s both fadeInUp}.hero h1 span{background:linear-gradient(135deg,#a78bfa,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:#ffffffa6;max-width:640px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;animation:.6s .2s both fadeInUp}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;animation:.6s .3s both fadeInUp;display:flex}.btn-hero-ghost{color:#fff;background:#ffffff14;border:1.5px solid #fff3}.btn-hero-ghost:hover{background:#ffffff26}.hero-stats{flex-wrap:wrap;justify-content:center;gap:3rem;animation:.6s .4s both fadeInUp;display:flex}.hero-stat{text-align:center}.hero-stat-val{color:#fff;font-family:Syne,sans-serif;font-size:1.75rem;font-weight:800}.hero-stat-label{color:#ffffff80;margin-top:2px;font-size:.8rem}.hero-screen{width:100%;max-width:900px;margin-top:4rem;animation:.8s .5s both fadeInUp;position:relative}.hero-screen-inner{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;padding:1.5rem}.screen-bar{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.screen-dot{border-radius:50%;width:12px;height:12px}.screen-content{aspect-ratio:16/7;background:linear-gradient(135deg,#1e1a3a,#2d1b69);border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.screen-ad-badge{color:#fff;background:#7c3aedcc;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.screen-live{color:#fff;background:#ef4444e6;border-radius:6px;align-items:center;gap:4px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;animation:2s infinite pulse;display:flex;position:absolute;top:1rem;right:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.screen-text{color:#fff;opacity:.4;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:700}.screen-terminals{gap:.5rem;margin-top:.75rem;display:flex}.terminal-pill{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:.5rem}.terminal-pill-name{color:#fff9;font-size:.7rem}.terminal-pill-status{color:#10b981;margin-top:2px;font-size:.65rem}.section{padding:6rem 5%}.section-tag{background:var(--surface2);border:1px solid var(--border);color:var(--violet);border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.3rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-title{color:var(--ink);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.2}.section-title span{color:var(--violet)}.section-sub{color:var(--muted);max-width:560px;font-size:1.05rem;line-height:1.7}.section-header{text-align:center;margin-bottom:4rem}.section-header .section-sub{margin:0 auto}.how-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.how-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:transform .25s,box-shadow .25s}.how-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #7c3aed1f}.how-num{color:var(--violet);opacity:.2;margin-bottom:1rem;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:800}.how-icon{margin-bottom:1rem;font-size:2rem}.how-card h3{color:var(--ink);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.how-card p{color:var(--muted);font-size:.9rem;line-height:1.7}.features-bg{background:linear-gradient(160deg,#0c0a1a 0%,#1e1a3a 100%)}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{border-radius:var(--radius);background:#ffffff0a;border:1px solid #ffffff14;padding:1.75rem;transition:all .25s}.feature-card:hover{background:#7c3aed1a;border-color:#7c3aed4d;transform:translateY(-3px)}.feature-icon{margin-bottom:1rem;font-size:1.75rem}.feature-card h3{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.feature-card p{color:#ffffff80;font-size:.875rem;line-height:1.7}.partner-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.partner-card{background:var(--surface2);border:1.5px solid var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;padding:1.5rem 1rem;transition:all .25s}.partner-card:hover{border-color:var(--violet);background:var(--violet-glow);transform:translateY(-3px)}.partner-card-icon{margin-bottom:.75rem;font-size:2.5rem}.partner-card h3{color:var(--ink);margin-bottom:.25rem;font-size:.9rem;font-weight:700}.partner-card p{color:var(--muted);font-size:.75rem}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto;display:grid}.pricing-card{background:var(--surface2);border:1.5px solid var(--border);border-radius:20px;padding:2rem;transition:transform .25s,box-shadow .25s}.pricing-card.featured{background:var(--violet);border-color:var(--violet);transform:scale(1.04);box-shadow:0 20px 60px #7c3aed59}.pricing-card:hover:not(.featured){transform:translateY(-4px);box-shadow:0 12px 40px #7c3aed1f}.pricing-badge{color:#fff;background:#fff3;border-radius:999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.pricing-card h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.pricing-card p{opacity:.7;margin-bottom:1.5rem;font-size:.875rem}.pricing-price{margin-bottom:.25rem;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:800}.pricing-price span{opacity:.7;font-size:1rem;font-weight:400}.pricing-features{flex-direction:column;gap:.625rem;margin:1.5rem 0;list-style:none;display:flex}.pricing-features li{align-items:center;gap:.5rem;font-size:.875rem;display:flex}.pricing-features li:before{content:"✓";color:var(--green);font-weight:700}.pricing-card.featured .pricing-features li:before{color:#fffc}.pricing-card.featured .pricing-features li,.pricing-card.featured h3,.pricing-card.featured p,.pricing-card.featured .pricing-price{color:#fff}.btn-pricing{text-align:center;border-radius:12px;padding:.875rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.btn-pricing-outline{color:var(--violet);border:2px solid var(--violet);background:0 0}.btn-pricing-outline:hover{background:var(--violet);color:#fff}.btn-pricing-white{color:var(--violet);background:#fff}.btn-pricing-white:hover{background:#ffffffe6;transform:translateY(-1px)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-image{aspect-ratio:4/3;background:linear-gradient(135deg,#1e1a3a,#2d1b69);border-radius:24px;justify-content:center;align-items:center;font-size:5rem;display:flex;position:relative;overflow:hidden}.about-stats{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.about-stat{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.about-stat-val{color:var(--violet);font-family:Syne,sans-serif;font-size:1.75rem;font-weight:800}.about-stat-label{color:var(--muted);margin-top:4px;font-size:.8rem}.contact-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{background:var(--violet-glow);border:1px solid var(--border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.contact-form{background:var(--surface2);border:1px solid var(--border);border-radius:20px;padding:2rem}.form-group{margin-bottom:1.25rem}.form-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.form-input{border:1.5px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:10px;padding:.75rem 1rem;font-family:Outfit,sans-serif;font-size:.95rem;transition:border-color .2s}.form-input:focus{border-color:var(--violet);outline:none}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cta-banner{background:linear-gradient(135deg,var(--violet) 0%,#4c1d95 100%);text-align:center;border-radius:24px;margin:0 5% 6rem;padding:5rem;position:relative;overflow:hidden}.cta-banner h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800}.cta-banner p{color:#ffffffb3;margin-bottom:2rem;font-size:1.05rem}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-white{color:var(--violet);background:#fff;font-weight:700}.btn-white:hover{background:#ffffffe6;transform:translateY(-1px)}.btn-outline-white{color:#fff;background:0 0;border:2px solid #fff6}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.footer{background:var(--ink);color:#ffffffb3;padding:4rem 5% 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo-icon{background:linear-gradient(135deg,var(--violet),var(--violet-light));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-family:Syne,sans-serif;font-size:16px;font-weight:800;display:flex}.footer-desc{opacity:.6;max-width:280px;font-size:.875rem;line-height:1.7}.footer-col h4{color:#fff;margin-bottom:1rem;font-family:Syne,sans-serif;font-size:.95rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-col ul li a{color:#ffffff80;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:var(--violet-light)}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.footer-bottom p{opacity:.4;font-size:.8rem}.lang-switcher{background:#ffffff0f;border-radius:8px;gap:.25rem;padding:3px;display:flex}.lang-btn{cursor:pointer;color:#ffffff80;background:0 0;border:none;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;transition:all .15s}.lang-btn.active{color:#fff;background:#ffffff1f}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s both fadeInUp}.live-stats-bar{grid-template-columns:repeat(4,1fr);justify-content:center;gap:1rem;margin-bottom:3rem;display:grid}.live-stat-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1rem 1.5rem}.live-section-grid{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}input[type=range]{-webkit-appearance:none;cursor:pointer;background:#ffffff1f;border-radius:99px;outline:none;width:100%;height:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#a78bfa);border:2px solid #fff3;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 8px #7c3aed80}input[type=range]::-moz-range-thumb{cursor:pointer;background:linear-gradient(135deg,#7c3aed,#a78bfa);border:2px solid #fff3;border-radius:50%;width:20px;height:20px}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:4px;display:none}.nav-hamburger span{border-radius:2px;height:2px;transition:all .25s;display:block}.mobile-nav{z-index:99;flex-direction:column;gap:0;padding-top:72px;display:none;position:fixed;inset:0}.mobile-nav.open{display:flex}.mobile-nav-bg{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c0a1af7;position:absolute;inset:0}.mobile-nav-links{z-index:1;flex-direction:column;gap:0;padding:1rem 1.5rem;display:flex;position:relative}.mobile-nav-links a{color:#ffffffbf;border-bottom:1px solid #ffffff12;padding:1rem 0;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.mobile-nav-links a:hover{color:#a78bfa}.mobile-nav-cta{z-index:1;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:relative}.mobile-lang-switcher{background:#ffffff14;border-radius:8px;gap:.25rem;width:fit-content;margin-bottom:.5rem;padding:3px;display:flex}@media (width<=1024px){.how-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.partner-grid{grid-template-columns:repeat(3,1fr)}.about-grid,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.live-stats-bar{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem}.live-stat-card{padding:.875rem 1rem}.live-section-grid{grid-template-columns:1fr}.nav{padding:.875rem 4%}.nav-links,.nav-cta .btn-ghost,.nav-cta .btn-primary{display:none}.nav-hamburger{display:flex}.hero{padding:5rem 4% 3.5rem}.hero h1{font-size:clamp(2rem,8vw,3rem)}.hero-sub{padding:0 .5rem;font-size:.95rem}.hero-btns{flex-direction:column;align-items:center;gap:.75rem}.hero-btns .btn-xl{justify-content:center;width:100%;max-width:300px}.hero-stats{flex-wrap:wrap;gap:1rem}.hero-stat{min-width:calc(50% - .5rem)}.hero-stat-val{font-size:1.4rem}.hero-screen{margin-top:2.5rem}.screen-terminals{flex-wrap:wrap}.screen-terminals .terminal-pill{flex:calc(50% - .25rem);min-width:0}.section{padding:3.5rem 4%}.section-title{font-size:clamp(1.5rem,6vw,2rem)}.how-grid,.features-grid,.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.calc-grid{grid-template-columns:1fr!important}.partner-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr;gap:2rem}.about-image{aspect-ratio:3/2;font-size:3rem}.about-stats{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.cta-banner{border-radius:16px;margin:0 1rem 3rem;padding:2.5rem 1.5rem}.cta-btns{flex-direction:column;align-items:center}.cta-btns .btn{justify-content:center;width:100%;max-width:280px}.footer{padding:3rem 4% 1.5rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:.75rem}}@media (width<=480px){.hero{padding:4.5rem 4% 3rem}.hero-badge{padding:.35rem .8rem;font-size:.75rem}.hero-stat{min-width:calc(50% - .5rem)}.section{padding:3rem 4%}.how-card,.feature-card{padding:1.5rem}.contact-form{padding:1.25rem}.pricing-card{padding:1.5rem}.section-header{margin-bottom:2.5rem}.partner-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.partner-card{padding:1.25rem .75rem}.partner-card-icon{font-size:2rem}}
