:root{--color-primary:#312e81;--color-secondary:#4f46e5;--color-accent:#f59e0b;--color-background:#f8fafc;--color-surface:#fff;--color-card:#fff;--color-text:#312e81;--color-text-secondary:#4f46e5;--color-success:#059669;--color-danger:#e11d48;--color-warning:#f59e0b;--color-border:#312e811a;--font-primary:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif}:root[data-theme=dark]{--color-primary:#a5b4fc;--color-secondary:#818cf8;--color-accent:#fbbf24;--color-background:#0f172a;--color-surface:#111827;--color-card:#1f2937;--color-text:#e5e7eb;--color-text-secondary:#c7d2fe;--color-success:#34d399;--color-danger:#fb7185;--color-warning:#fbbf24;--color-border:#94a3b840}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .25s,color .25s}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-secondary)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.glass{-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border);background:#ffffffe6;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #00000006}:root[data-theme=dark] .glass{background:#111827e0;box-shadow:0 10px 28px #0006}.glass-card{-webkit-backdrop-filter:blur(16px);background:#fffffff2;border:1px solid #0f172a0f;border-radius:20px;padding:24px;box-shadow:0 10px 40px #0f172a0f}:root[data-theme=dark] .glass-card{background:#111827e6;border:1px solid #94a3b838;box-shadow:0 10px 35px #0006}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s ease-in-out;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--color-accent);color:#fff;position:relative;overflow:hidden;box-shadow:0 4px 14px #f59e0b40}.btn-primary:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#fff6 0%,#0000 60%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%}.btn-primary:hover:after{opacity:1}.btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b59}.btn-outline{border:1px solid var(--color-border);color:var(--color-text);background:0 0}.btn-outline:hover{background:var(--color-surface);border-color:var(--color-primary)}.text-gradient{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg, var(--color-primary), var(--color-secondary))}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.navbar{z-index:1000;border-bottom:1px solid var(--color-border);width:100%;padding:16px 0;position:fixed;top:0;left:0}.navbar-content{justify-content:space-between;align-items:center;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-logo{object-fit:contain;width:46px;height:46px}.brand-name{color:var(--color-text);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.nav-links{gap:22px;display:flex}.nav-link{color:var(--color-text-secondary);font-weight:500}.nav-link:hover{color:var(--color-text)}.nav-actions{align-items:center;gap:16px;display:flex}.theme-toggle{border:1px solid var(--color-border);background:var(--color-surface);width:40px;height:40px;color:var(--color-text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.theme-toggle:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0f172a1f}:root[data-theme=dark] .theme-toggle{background:#1e293be6}@media (width<=768px){.nav-links,.nav-actions{display:none}}.site-footer{background:radial-gradient(120% 120% at 0 100%,#0e749014 0%,#0e749000 55%),radial-gradient(90% 120% at 100% 0,#0ea5e91a 0%,#0ea5e900 55%),#f8fafc;border-top:1px solid #94a3b840;margin-top:auto}.site-footer-inner{grid-template-columns:1.1fr 1.4fr;gap:2rem;padding:2.5rem 0 2rem;display:grid}.site-footer-brand p{color:#475569;max-width:42ch;margin-top:.75rem}.footer-brand-link{gap:.65rem}.site-footer-logo{object-fit:contain;width:42px;height:42px}.site-footer-links{grid-template-columns:repeat(3,minmax(120px,1fr));gap:1.25rem;display:grid}.site-footer-links h4{color:#0f172a;margin:0 0 .65rem;font-size:.95rem}.site-footer-links a{color:#475569;margin:.35rem 0;text-decoration:none;display:block}.site-footer-links a:hover{color:#0f172a}.site-footer-bottom{color:#64748b;border-top:1px solid #94a3b833;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 0 1.5rem;font-size:.9rem;display:flex}.site-footer-credit a{color:#0f766e;font-weight:600;text-decoration:none}.site-footer-credit a:hover{text-decoration:underline}:root[data-theme=dark] .site-footer{background:radial-gradient(120% 120% at 0 100%,#0e74902e 0%,#0e749000 55%),radial-gradient(90% 120% at 100% 0,#0ea5e92e 0%,#0ea5e900 55%),#0b1220;border-top:1px solid #94a3b838}:root[data-theme=dark] .site-footer-brand p,:root[data-theme=dark] .site-footer-links a,:root[data-theme=dark] .site-footer-bottom{color:#cbd5e1}:root[data-theme=dark] .site-footer-credit a{color:#67e8f9}:root[data-theme=dark] .site-footer-links h4,:root[data-theme=dark] .site-footer-links a:hover{color:#f1f5f9}@media (width<=900px){.site-footer-inner{grid-template-columns:1fr}.site-footer-links{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media (width<=560px){.site-footer-links{grid-template-columns:1fr}.site-footer-bottom{flex-direction:column;align-items:flex-start}}:root[data-theme=dark] .landing-container{background:radial-gradient(75% 45% at 90% 5%, #6366f12e 0%, #6366f100 65%), radial-gradient(60% 40% at 8% 35%, #f59e0b24 0%, #f59e0b00 68%), var(--color-background)}:root[data-theme=dark] .capabilities-head h3,:root[data-theme=dark] .capability-card h4,:root[data-theme=dark] .price-card-premium h3,:root[data-theme=dark] .testimonial-card-premium h4,:root[data-theme=dark] .kb-section-header h2,:root[data-theme=dark] .story-text-lp h3,:root[data-theme=dark] .mockup-title,:root[data-theme=dark] .price-value{color:#f8fafc}:root[data-theme=dark] .capabilities-head p,:root[data-theme=dark] .capability-card p,:root[data-theme=dark] .price-desc,:root[data-theme=dark] .testimonial-card-premium p,:root[data-theme=dark] .kb-section-header p,:root[data-theme=dark] .story-text-lp p{color:#cbd5e1}:root[data-theme=dark] .capability-card,:root[data-theme=dark] .kb-white-card,:root[data-theme=dark] .price-card-premium,:root[data-theme=dark] .testimonial-card-premium,:root[data-theme=dark] .mockup-header{background:#111827e0;border-color:#94a3b840}:root[data-theme=dark] .stat-item{background:#111827d6;border-color:#94a3b847}:root[data-theme=dark] .hero-stats .text-gradient{background-image:linear-gradient(120deg,#f8fafc,#c7d2fe 62%)}:root[data-theme=dark] .app-promo-container{background:linear-gradient(#0f172a 0%,#111827 45%,#0f172a 100%)}:root[data-theme=dark] .app-promo-card{background:linear-gradient(125deg,#111827f5,#1e293beb);border-color:#94a3b847;box-shadow:0 28px 90px #02061785,0 6px 24px #38bdf824}:root[data-theme=dark] .app-promo-card:before{background:linear-gradient(105deg,#38bdf81f,#f59e0b1a 48%,#02061700)}:root[data-theme=dark] .promo-grid-text h2{color:#f8fafc}:root[data-theme=dark] .promo-grid-text p{color:#cbd5e1}:root[data-theme=dark] .capability-card img,:root[data-theme=dark] .capability-media,:root[data-theme=dark] .capability-media-first,:root[data-theme=dark] .capability-media-third{background:#020617;border-color:#94a3b83d}:root[data-theme=dark] .bento-content h3,:root[data-theme=dark] .bento-content h4{color:#f8fafc}:root[data-theme=dark] .bento-content p,:root[data-theme=dark] .pf-item,:root[data-theme=dark] .duration{color:#dbe4f2}:root[data-theme=dark] .bento-grid>div.kb-white-card:hover{box-shadow:0 20px 50px #02061773}:root[data-theme=dark] .mockup-header{border-bottom-color:#94a3b840}:root[data-theme=dark] .kb-light-section,:root[data-theme=dark] .kb-features-section,:root[data-theme=dark] .pricing-premium,:root[data-theme=dark] .testimonials-premium{background:0 0}.avatar-img{object-fit:cover;border:2px solid #e0e7ff;border-radius:50%;width:54px;height:54px;margin-right:16px;box-shadow:0 2px 8px #1e293b1a}:root{--shadow-glow:0 0 20px #818cf826;--shadow-card:0 10px 30px #0003;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1)}.landing-container{background:radial-gradient(75% 45% at 90% 5%, #4f46e514 0%, #4f46e500 65%), radial-gradient(60% 40% at 8% 35%, #f59e0b17 0%, #f59e0b00 68%), var(--color-background);flex-direction:column;min-height:100vh;display:flex}.glass-card{-webkit-backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #0000000d;border-radius:16px;box-shadow:0 10px 40px #0000000a}.glass-card:hover{background:#fff;border-color:#0000001a;box-shadow:0 15px 50px #00000014}.hero{align-items:center;min-height:80vh;padding:128px 0 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";opacity:1;filter:blur(60px);z-index:0;background:radial-gradient(circle,#4f46e538 0%,#0000 72%);width:min(700px,52vw);height:min(700px,52vw);animation:20s ease-in-out infinite floatingSlow;position:absolute;top:-25%;right:-12%}.hero:after{content:"";filter:blur(70px);z-index:0;background:radial-gradient(circle,#f59e0b33 0%,#0000 70%);width:min(760px,56vw);height:min(760px,56vw);position:absolute;bottom:-38%;left:-18%}@keyframes floatingSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content{z-index:1;grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);max-width:1300px;display:grid;position:relative}.hero-title{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.06;animation:.8s ease-out slideInDown}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{color:var(--color-text-secondary);max-width:44ch;margin-bottom:32px;font-size:clamp(1.02rem,1.7vw,1.25rem)}.hero-actions{flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.hero-badges{flex-wrap:wrap;gap:.75rem;margin-bottom:1.6rem;display:flex}.hero-badge{color:#312e81;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;border:1px solid #4f46e533;border-radius:999px;padding:.5rem .9rem;font-size:.82rem;font-weight:700}.hero-stats{gap:32px;display:flex}.stat-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #312e8124;border-radius:12px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.stat-value{font-size:2rem;font-weight:800}.stat-label{color:var(--color-text-secondary);font-size:.9rem}.capabilities-strip{padding:34px 0 84px;position:relative}.capabilities-head{text-align:center;max-width:760px;margin:0 auto 2.4rem}.capabilities-head h3{color:#1e1b4b;letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.9rem,4vw,2.6rem)}.capabilities-head p{color:#475569;font-size:1.02rem}.capability-grid{grid-template-columns:repeat(3,minmax(240px,1fr));gap:1.15rem;display:grid}.capability-card{background:linear-gradient(160deg,#fffffff0,#ffffffbd);border:1px solid #94a3b84d;border-radius:20px;padding:1.2rem;box-shadow:0 12px 30px #1e293b14}.capability-icon-wrap{color:#4338ca;background:#6366f11f;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:.8rem;display:flex}.capability-card h4{color:#0f172a;margin-bottom:.45rem;font-size:1.1rem}.capability-card p{color:#475569;margin-bottom:.95rem;font-size:.95rem;line-height:1.55}.capability-card img,.capability-media{object-fit:cover;border:1px solid #94a3b859;border-radius:14px;width:100%;height:158px}.capability-media-first,.capability-media-third{object-fit:contain;object-position:center center;background:linear-gradient(#f8fafc,#eef2ff)}.capability-card-wide img{object-position:center top}.capability-card-wide .capability-media-third{object-position:center center}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.floating-element{background:radial-gradient(circle, var(--color-primary) 0%, transparent 70%);opacity:.2;filter:blur(20px);z-index:-1;border-radius:50%;width:100px;height:100px;animation:4s ease-in-out infinite pulse-float;position:absolute}@keyframes pulse-float{0%,to{opacity:.2;transform:translateY(0)scale(1)}50%{opacity:.3;transform:translateY(-20px)scale(1.1)}}.element-1{background:radial-gradient(circle, var(--color-secondary) 0%, transparent 70%);top:-20px;right:-20px}.element-2{bottom:-30px;left:-40px}.dashboard-mockup{border-radius:22px;width:100%;padding:0;animation:.8s ease-out .3s both slideInUp;overflow:hidden;box-shadow:0 28px 70px #0f172a42}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mockup-header{background:#f1f5f9;border-bottom:1px solid #e2e8f0;align-items:center;height:36px;padding:0 16px;display:flex;position:relative}.dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background-color:var(--color-danger)}.dot.yellow{background-color:var(--color-warning)}.dot.green{background-color:var(--color-success)}.mockup-title{color:var(--color-text-secondary);font-family:monospace;font-size:.75rem;position:absolute;left:50%;transform:translate(-50%)}.mockup-body{background:var(--color-surface);height:100%;display:flex}.mockup-sidebar{border-right:1px solid var(--color-border);background:#0f172a4d;width:20%}.mockup-content{flex-direction:column;flex:1;gap:16px;padding:24px;display:flex}.mockup-cards{gap:12px;display:flex}.m-card{border:1px solid var(--color-border);background:#818cf81a;border-radius:8px;flex:1;height:60px}.m-table{border:1px solid var(--color-border);background:#0f172a80;border-radius:8px;flex:1}.stats-section{position:relative;overflow:hidden}.stats-grid{z-index:1;position:relative}.stat-card{transition:var(--transition-smooth);border-radius:16px;padding:40px 24px;position:relative;overflow:hidden}.stat-card:hover{box-shadow:var(--shadow-glow);transform:translateY(-10px)}.stat-card h3{margin-bottom:8px;font-size:2.5rem;font-weight:800}.how-it-works-premium{overflow:hidden}.split-story-lp{flex-direction:column;gap:8rem;margin-top:4rem;display:flex}.story-row-lp{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.story-row-lp.reverse{direction:rtl}.story-row-lp.reverse>*{direction:ltr}.story-text-lp{flex-direction:column;justify-content:center;display:flex}.kb-step-badge{color:var(--color-primary);margin-bottom:1rem;font-family:Manrope,sans-serif;font-size:5rem;font-weight:900;line-height:1}.kb-section-header{text-align:center;margin-bottom:5rem}.kb-section-header h2{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.kb-text-gradient{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.kb-text-secondary{color:#64748b;font-size:1.25rem}.story-text-lp h3{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.story-text-lp p{color:#475569;font-size:1.15rem;line-height:1.7}.kb-visual-container{justify-content:center;align-items:center;width:100%;display:flex}.kb-visual-container img{object-fit:contain;filter:drop-shadow(0 20px 30px #00000014);width:100%;max-width:450px;height:auto;margin-top:30px}.bento-grid{grid-template-columns:repeat(3,minmax(280px,1fr));grid-auto-rows:280px;gap:1.5rem;margin-top:3rem;display:grid}.bento-box-large{grid-area:span 2/span 2}.bento-box-tall{grid-area:span 2/span 1}.bento-box-wide{grid-area:span 1/span 2}.bento-box-small{grid-area:span 1/span 1}.bento-grid>div.kb-white-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;justify-content:flex-start;padding:2rem;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000a}.bento-grid>div.kb-white-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000014}.bento-content h3{color:#0f172a;margin:0 0 1rem;font-size:1.75rem;font-weight:800}.bento-content h4{color:#0f172a;margin-top:1rem;font-size:1.5rem;font-weight:800}.bento-content p{color:#475569;font-size:1.1rem;line-height:1.6}.pricing-grid-premium{grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:3rem auto 0;display:grid}.price-card-premium{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border:1px solid #e2e8f0;border-radius:32px;flex-direction:column;padding:3rem;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000a}.elite-card{border-color:var(--color-primary);box-shadow:0 10px 60px #312e8114}.elite-card:before{content:"";background:linear-gradient(90deg,#312e81,#4f46e5);height:4px;position:absolute;top:0;left:0;right:0}.elite-badge{color:#d97706;letter-spacing:.08em;background:#f59e0b26;border-radius:20px;padding:.35rem .85rem;font-size:.7rem;font-weight:800;position:absolute;top:1.5rem;right:1.5rem}.price-header h3{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.price-value{color:#0f172a;margin-bottom:1rem;font-family:Manrope,sans-serif;font-size:3rem;font-weight:800}.duration{color:#64748b;font-size:1rem;font-weight:500}.price-desc{color:#475569;margin-bottom:2rem;line-height:1.5}.price-features{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.pf-item{color:#475569;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.testimonial-track-premium{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.testimonial-card-premium{padding:2.5rem}.testimonial-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.bento-icon-wrapper{background:linear-gradient(135deg,#312e81,#4f46e5);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.avatar-orb{color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.1rem;font-weight:800;display:flex}.testimonial-header h4{color:#0f172a;margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.testimonial-header span{color:#64748b;font-size:.85rem}.testimonial-card-premium p{color:#475569;font-size:1.05rem;font-style:italic;line-height:1.7}.cta-glass-banner{background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);border:1px solid #e2e8f0;border-radius:32px;justify-content:space-between;align-items:center;padding:4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d}.cta-text{z-index:2;max-width:500px;position:relative}.cta-text h2{color:#0f172a;margin-bottom:1.5rem;font-size:2.5rem}.cta-text p{color:#475569;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.store-buttons{gap:1rem;display:flex}.store-badge-premium{color:#0f172a;cursor:pointer;background:#f8f9fa;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:.75rem 1.25rem;transition:all .3s;display:flex}.store-badge-premium:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px)}.store-badge-premium span{color:#64748b;font-size:.7rem}.store-badge-premium strong{font-size:1.1rem}.footer-global{background:linear-gradient(#eef2ff 0%,#e8edf9 100%);border-top:1px solid #dbe4f6;margin-top:3.25rem;padding:3rem 0 2.3rem}.footer-top-inner{padding-top:.25rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;display:grid}.footer-brand{align-items:center;gap:.55rem;margin-bottom:1rem;display:flex}.footer-logo{width:auto;height:28px}.footer-brand-col .brand-name{color:#1e1b4b;font-size:1.25rem;font-weight:800}.footer-tagline{color:#475569;max-width:310px;line-height:1.6}.footer-links-col h4{color:#0f172a;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.footer-links-col a{color:#475569;margin-bottom:.75rem;text-decoration:none;transition:color .2s;display:block}.footer-links-col a:hover{color:var(--color-primary)}.footer-bottom-row{color:#64748b;border-top:1px solid #d0dcf4;justify-content:space-between;align-items:center;gap:1rem;margin-top:3.2rem;padding-top:1.35rem;font-size:.92rem;display:flex}.footer-credit-link{color:#4338ca;font-weight:600;text-decoration:none}.footer-credit-link:hover{color:#312e81}@media (width<=992px){.story-row-lp{text-align:center;grid-template-columns:1fr;gap:2rem}.story-row-lp.reverse{direction:ltr}.bento-grid{grid-template-columns:1fr 1fr;grid-auto-rows:minmax(280px,auto)}.bento-box-large,.bento-box-tall,.bento-box-wide,.bento-box-small{grid-area:span 1/span 1}.bento-box-large,.bento-box-wide{grid-column:span 2}.pricing-grid-premium,.testimonial-track-premium{grid-template-columns:1fr}.cta-glass-banner{text-align:center;flex-direction:column}.store-buttons{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom-row{flex-direction:column;align-items:flex-start}}@media (width<=768px){.bento-grid{grid-template-columns:1fr}.bento-box-large,.bento-box-wide{grid-column:span 1}.footer-grid{grid-template-columns:1fr}}.ambient-asset{filter:blur(8px)opacity(.5);z-index:1;pointer-events:none;position:absolute}.orb-1{width:120px;top:10%;left:5%}.orb-2{width:180px;bottom:20%;right:10%}.orb-3{width:100px;top:40%;right:5%}.orb-4{width:150px;bottom:10%;left:15%}.device-showcase{flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin-top:5rem;padding:0 2rem;display:flex;position:relative}.device-laptop-wrap{z-index:5;flex-shrink:0;width:65%;max-width:800px}.laptop-abstract{perspective:1500px;position:relative}.kb-laptop-screen{background:#09090b;border:12px solid #18181b;border-bottom-width:24px;border-radius:16px 16px 0 0;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0006}.kb-mock-top-bar{background:#27272a;border-bottom:1px solid #18181b;align-items:center;gap:6px;height:24px;padding:0 12px;display:flex}.kb-mock-top-bar span{background:#52525b;border-radius:50%;width:10px;height:10px}.kb-mock-top-bar span:first-child{background:#ef4444}.kb-mock-top-bar span:nth-child(2){background:#eab308}.kb-mock-top-bar span:last-child{background:#22c55e}.kb-laptop-base{z-index:10;background:linear-gradient(90deg,#18181b,#3f3f46,#18181b);border-radius:0 0 16px 16px;width:108%;height:12px;margin-left:-4%;position:relative;box-shadow:0 15px 30px #0000004d}.kb-laptop-base:after{content:"";background:#09090b;border-radius:0 0 4px 4px;width:15%;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.kb-mobile-abstract{aspect-ratio:9/19;background:#09090b;border:8px solid #18181b;border-radius:36px;position:relative;overflow:hidden;box-shadow:-20px 20px 60px #0003}.kb-mobile-notch{z-index:20;background:#18181b;border-radius:0 0 12px 12px;width:40%;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.screen-img-laptop{width:100%;height:auto;display:block}.screen-img-mobile{object-fit:cover;width:100%;height:100%;display:block}.app-promo-container{background:linear-gradient(#eef2ff 0%,#f8fafc 38%,#eef2ff 100%);padding:112px 0;position:relative;overflow:hidden}.app-promo-container:before,.app-promo-container:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.app-promo-container:before{filter:blur(8px);background:radial-gradient(circle,#4f46e533 0%,#4f46e500 72%);width:430px;height:430px;top:-160px;right:-120px}.app-promo-container:after{background:radial-gradient(circle,#f59e0b38 0%,#f59e0b00 74%);width:420px;height:420px;bottom:-180px;left:-100px}.app-promo-card{background:linear-gradient(125deg,#fffffff7,#ffffffe6);border:1px solid #4f46e524;border-radius:36px;grid-template-columns:1fr 1.05fr;align-items:center;gap:clamp(1.6rem,3.4vw,3.6rem);padding:clamp(2.2rem,4vw,4.2rem);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 90px #1e293b1f,0 6px 24px #4f46e514}.app-promo-card:before{content:"";pointer-events:none;background:linear-gradient(105deg,#6366f11a,#f59e0b14 48%,#fff0);position:absolute;inset:0}.promo-grid-text{z-index:10;position:relative}.promo-grid-text h2{color:#1e1b4b;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:800;line-height:1.03}.promo-grid-text .everywhere{background:linear-gradient(135deg,#f59e0b,#4f46e5 62%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.promo-grid-text p{color:#334155;max-width:52ch;margin-bottom:2.5rem;font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.6}.store-btn-group{flex-wrap:wrap;gap:.9rem;display:flex}.store-badge{cursor:pointer;background:linear-gradient(140deg,#0f172a,#1e293b 70%);border:1px solid #94a3b859;border-radius:12px;align-items:center;gap:12px;min-width:208px;padding:12px 20px;transition:transform .28s,border-color .28s,box-shadow .28s;display:flex}.store-badge:hover{border-color:#f59e0b8c;transform:translateY(-4px);box-shadow:0 12px 26px #0f172a3d}.badge-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.badge-text{text-align:left}.badge-text .pre-title{color:#ffffff80;font-size:.7rem;display:block}.badge-text .main-title{color:#fff;font-size:1.02rem;font-weight:700;display:block}.promo-visual{justify-content:center;align-items:flex-end;min-height:500px;padding:.5rem .45rem 1.35rem;display:flex;position:relative}.promo-visual:after{content:"";filter:blur(7px);z-index:2;pointer-events:none;background:radial-gradient(#0f172a47 0%,#0f172a14 45%,#0000 75%);height:34px;position:absolute;bottom:0;left:10%;right:10%}.iphone-screen img{object-fit:cover;width:100%;height:100%}.device-backlight-glow{filter:blur(80px);z-index:1;pointer-events:none;background:radial-gradient(circle,#4f46e526 0%,#f59e0b14 30%,#0000 70%);width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-30%,-50%)}.laptop-mockup-backdrop{aspect-ratio:16/10;z-index:5;transform-origin:bottom;background:linear-gradient(#1e1e24 0%,#09090b 100%);border:1px solid #ffffff24;border-radius:24px;width:min(100%,840px);height:auto;margin-left:0;margin-right:0;transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:visible;transform:perspective(1200px)rotateX(2deg);box-shadow:0 10px 40px #00000080,0 50px 120px #000000b3,inset 0 1px 2px #ffffff26}.laptop-mockup-backdrop:after{content:"";pointer-events:none;z-index:10;background:radial-gradient(circle at 50% 7px,#1a1a1f 2px,#0000 2px);border:14px solid #111114;border-bottom-width:38px;border-radius:22px;position:absolute;inset:0;box-shadow:inset 0 0 2px #fff3,inset 0 0 60px #000000f2}.laptop-screen-content{background:#000;border-radius:10px;width:100%;height:100%;position:relative;overflow:hidden}.laptop-screen-content img{object-fit:cover;width:100%;height:100%;display:block}.laptop-screen-reflection{pointer-events:none;z-index:5;background:linear-gradient(135deg,#ffffff1a 0%,#0000 40%,#ffffff0d 50%,#0000 60%);width:150%;height:150%;position:absolute;top:0;left:0;transform:translate(-25%,-25%)}.laptop-base-bottom{z-index:4;background:linear-gradient(#27272a 0%,#18181b 40%,#09090b 100%);border-radius:4px 4px 100px 100px;height:22px;position:absolute;bottom:-20px;left:-8%;right:-8%;box-shadow:0 15px 35px #0009,inset 0 1px #ffffff1a}.laptop-base-notch{background:#09090b;border-radius:0 0 12px 12px;width:120px;height:6px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:inset 0 -2px 4px #ffffff0d}.iphone-frame{z-index:20;background:linear-gradient(#05070d 0%,#02040a 100%);border:2px solid #0f172a;border-right-color:#1e293b;border-radius:36px;width:clamp(130px,9.2vw,154px);height:clamp(272px,19.2vw,318px);padding:5px;position:absolute;bottom:8px;left:auto;right:clamp(-8px,-.4vw,8px);overflow:hidden;box-shadow:0 18px 46px #00000057,inset 0 0 0 1px #94a3b838,inset 0 -16px 24px #020617a6}.iphone-frame:before{content:"";z-index:100;background:#02040a;border-bottom-right-radius:14px;border-bottom-left-radius:14px;width:42%;height:20px;position:absolute;top:3px;left:50%;transform:translate(-50%);box-shadow:inset 0 -1px #94a3b833}.iphone-frame:after{content:"";width:2px;height:34px;box-shadow:0 52px 0 #475569, 0 104px 0 #475569, calc(100% + 2px) 36px 0 #64748b;opacity:.9;background:#475569;border-radius:2px;position:absolute;top:92px;left:-2px}.iphone-screen{border-radius:29px;width:100%;height:100%;position:relative;overflow:hidden}.iphone-screen:before{content:"";z-index:3;pointer-events:none;background:linear-gradient(115deg,#ffffff2e 0%,#ffffff0f 18%,#0000 36%);position:absolute;inset:0}@media (width<=992px){.app-promo-card{text-align:center;grid-template-columns:1fr;gap:3rem;padding:2.4rem 1.4rem}.promo-visual{justify-content:center;min-height:430px;padding-bottom:.95rem}.promo-grid-text p{margin-left:auto;margin-right:auto}.store-btn-group{justify-content:center}.iphone-frame{width:142px;height:286px;bottom:8px;left:auto;right:3%}.laptop-mockup-backdrop{width:min(100%,730px);margin-left:0;margin-right:0;transform:none}.hero{min-height:unset;padding:110px 0 70px}.hero-content{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions,.hero-stats,.hero-badges{justify-content:center}.capability-grid{grid-template-columns:1fr 1fr}.capability-card-wide{grid-column:span 2}}@media (width<=768px){.promo-grid-text h2{font-size:2.1rem}.promo-visual{min-height:340px}.iphone-frame{display:none}.store-badge{justify-content:center;min-width:100%}.hero-stats{flex-direction:column;align-items:center;gap:.8rem}.capability-grid{grid-template-columns:1fr}.capability-card-wide{grid-column:span 1}}.live-analytics-section{background:var(--color-background);padding:100px 0 80px;position:relative;overflow:hidden}.live-analytics-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f10f 0%,#0000 70%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.analytics-subtitle{color:var(--color-text-secondary);margin-top:.5rem;font-size:1.1rem}.live-pulse-bar{background:#22c55e14;border:1px solid #22c55e33;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:fit-content;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;padding:10px 24px;display:flex}.pulse-dot-wrapper{width:12px;height:12px;position:relative}.pulse-dot{z-index:2;background:#22c55e;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pulse-ring{background:0 0;border:2px solid #22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-out infinite pulseRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulseRing{0%{opacity:1;width:8px;height:8px}to{opacity:0;width:28px;height:28px}}.pulse-text{letter-spacing:.12em;color:#22c55e;font-size:.72rem;font-weight:800}.pulse-count{color:var(--color-text-secondary);align-items:center;gap:4px;font-size:.92rem;font-weight:500;display:flex}.pulse-count>span{color:var(--color-text);min-width:30px;font-size:1.05rem;font-weight:800;display:inline-block}.analytics-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.analytics-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .35s;display:flex;position:relative;box-shadow:0 4px 20px #00000008}.analytics-stat-card:hover{border-color:#6366f133;box-shadow:0 12px 40px #00000014}.asc-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.asc-data{flex-direction:column;flex:1;gap:2px;display:flex}.asc-value{color:var(--color-text);align-items:baseline;font-size:1.65rem;font-weight:800;line-height:1.15;display:flex}.asc-label{color:var(--color-text-secondary);font-size:.82rem;font-weight:500}.asc-trend{border-radius:8px;align-items:center;gap:2px;padding:3px 8px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:1.25rem;right:1.25rem}.asc-trend.up{color:#22c55e;background:#22c55e1a}.asc-trend.down{background:#22c55e1a}.analytics-body-grid{grid-template-columns:1.6fr 1fr;gap:1.5rem;display:grid}.analytics-chart-card,.analytics-active-pages{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #00000008}.chart-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.chart-header h4{color:var(--color-text);margin:0;font-size:1.05rem;font-weight:700}.chart-legend{color:var(--color-text-secondary);align-items:center;gap:6px;font-size:.82rem;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px}.chart-area{width:100%;position:relative}.traffic-chart-svg{width:100%;height:160px;display:block}.chart-time-labels{color:var(--color-text-secondary);justify-content:space-between;margin-top:.5rem;padding:0 2px;font-size:.72rem;display:flex}.analytics-feed-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;overflow:hidden;box-shadow:0 4px 20px #00000008}.feed-live-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite feedPulse}@keyframes feedPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.feed-list{flex-direction:column;gap:0;display:flex;overflow:hidden}.feed-item{border-bottom:1px solid #0000000a;align-items:center;gap:12px;padding:10px 0;display:flex;overflow:hidden}.feed-item:last-child{border-bottom:none}.feed-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.feed-city{color:var(--color-text-secondary);align-items:center;gap:3px;font-size:.72rem;font-weight:500;display:flex}.feed-action{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.feed-time{color:var(--color-text-secondary);white-space:nowrap;flex-shrink:0;font-size:.68rem}.analytics-regions-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-top:1.5rem;padding:1.5rem;box-shadow:0 4px 20px #00000008}.region-total{color:var(--color-text-secondary);font-size:.82rem;font-weight:500}.regions-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.region-item{cursor:default;background:#6366f108;border:1px solid #6366f114;border-radius:14px;padding:1rem;transition:all .3s;position:relative;overflow:hidden}.region-item:hover{border-color:#6366f133;box-shadow:0 4px 16px #6366f114}.region-bar-bg{background:#6366f114;border-radius:0 0 14px 14px;height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.region-bar-fill{background:linear-gradient(90deg,#6366f1,#818cf8);border-radius:0 0 14px 14px;height:100%;transition:width 1s}.region-info{justify-content:space-between;align-items:center;display:flex}.region-name{color:var(--color-text);font-size:.88rem;font-weight:600}.region-count{color:#6366f1;font-size:1.1rem;font-weight:800;display:inline-block}:root[data-theme=dark] .analytics-stat-card,:root[data-theme=dark] .analytics-chart-card,:root[data-theme=dark] .analytics-feed-card,:root[data-theme=dark] .analytics-regions-card{background:#111827e0;border-color:#94a3b840}:root[data-theme=dark] .analytics-stat-card:hover{border-color:#6366f159;box-shadow:0 12px 40px #0000004d}:root[data-theme=dark] .live-pulse-bar{background:#22c55e0f;border-color:#22c55e26}:root[data-theme=dark] .feed-item{border-bottom-color:#94a3b81a}:root[data-theme=dark] .region-item{background:#6366f10f;border-color:#6366f11f}:root[data-theme=dark] .region-item:hover{border-color:#6366f14d;box-shadow:0 4px 16px #6366f11f}:root[data-theme=dark] .region-bar-bg{background:#6366f11f}:root[data-theme=dark] .live-analytics-section{background:0 0}@media (width<=992px){.analytics-stats-grid{grid-template-columns:repeat(2,1fr)}.analytics-body-grid{grid-template-columns:1fr}.regions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.analytics-stats-grid,.regions-grid{grid-template-columns:1fr}.live-pulse-bar{text-align:center;flex-wrap:wrap;justify-content:center}}.legal-page{color:#0f172a;background-color:#f8f9fa;flex-direction:column;min-height:100vh;padding-top:140px;display:flex;position:relative;overflow:hidden}.legal-page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at top,#818cf80d 0%,#0000 70%);width:100vw;height:60vh;position:absolute;top:0;left:50%;transform:translate(-50%)}.legal-header{text-align:center;z-index:1;max-width:800px;margin:0 auto 4rem;position:relative}.legal-header h1{color:#0f172a;letter-spacing:-.03em;margin-bottom:1rem;font-family:Manrope,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.legal-header p{color:#818cf8;text-transform:uppercase;letter-spacing:.1em;font-size:1.1rem;font-weight:600}.legal-content-wrap{z-index:1;max-width:800px;margin:0 auto 6rem;position:relative}.legal-glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:4rem;box-shadow:0 15px 40px #0000000d}.legal-glass-card h2{color:#0f172a;align-items:center;gap:1rem;margin-top:3rem;margin-bottom:1.5rem;font-family:Manrope,system-ui,sans-serif;font-size:1.75rem;font-weight:700;display:flex}.legal-glass-card h2:first-child{margin-top:0}.legal-glass-card h2:before{content:"";background:var(--color-accent);border-radius:4px;width:6px;height:24px;display:block}.legal-glass-card p{color:#475569;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.legal-glass-card ul{margin-bottom:2rem;padding-left:1.5rem;list-style:none}.legal-glass-card li{color:#475569;margin-bottom:.75rem;font-size:1.05rem;line-height:1.8;position:relative}.legal-glass-card li:before{content:"→";color:var(--color-primary);font-weight:700;position:absolute;left:-1.75rem}.legal-glass-card strong{color:#0f172a;font-weight:700}.legal-abstract-assets{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.asset-left,.asset-right{opacity:.4;filter:blur(4px);animation:15s ease-in-out infinite float-abstract;position:absolute}.asset-left{width:400px;top:20%;left:-10%}.asset-right{width:350px;animation-duration:20s;animation-direction:reverse;bottom:10%;right:-5%}@keyframes float-abstract{0%{transform:translateY(0)rotate(0)scale(1)}50%{transform:translateY(-50px)rotate(10deg)scale(1.05)}to{transform:translateY(0)rotate(0)scale(1)}}@media (width<=768px){.legal-glass-card{border-radius:24px;padding:2.5rem}}:root[data-theme=dark] .legal-page{background-color:var(--color-background);color:#e5e7eb}:root[data-theme=dark] .legal-glass-card{background:#111827e6;border-color:#94a3b842}:root[data-theme=dark] .legal-header h1,:root[data-theme=dark] .legal-glass-card h2,:root[data-theme=dark] .legal-glass-card strong{color:#f1f5f9}:root[data-theme=dark] .legal-header p,:root[data-theme=dark] .legal-glass-card p,:root[data-theme=dark] .legal-glass-card li{color:#cbd5e1}.about-page{position:relative}.about-hero{padding:138px 0 72px;position:relative;overflow:hidden}.about-hero:before{content:"";pointer-events:none;background:radial-gradient(70% 80% at 10% 5%,#3b82f624 0%,#3b82f600 70%),radial-gradient(60% 80% at 90% 30%,#0ea5e91f 0%,#0ea5e900 70%),linear-gradient(#f8fbff 0%,#fff 100%);position:absolute;inset:0}.about-page:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle at top,#818cf814 0%,#0000 60%);width:100vw;height:60vh;position:absolute;top:0;left:50%;transform:translate(-50%)}.about-hero-content{text-align:center;z-index:1;max-width:880px;margin:0 auto 6rem;position:relative}.about-eyebrow{color:#0c4a6e;letter-spacing:.03em;text-transform:uppercase;background:#fffc;border:1px solid #0ea5e940;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1.1rem;padding:.4rem .9rem;font-size:.82rem;font-weight:700;display:inline-flex}.about-hero-content h1{letter-spacing:-.03em;color:#0f172a;margin-bottom:1.5rem;font-family:Manrope,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.about-hero-content p{color:#475569;font-size:1.25rem;line-height:1.6}.about-hero-metrics{grid-template-columns:repeat(3,minmax(160px,1fr));gap:.9rem;margin-top:2rem;display:grid}.about-hero-metrics div{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe0;border:1px solid #94a3b847;border-radius:14px;padding:.95rem 1rem}.about-hero-metrics strong{color:#0f172a;font-size:1.1rem;line-height:1.2;display:block}.about-hero-metrics span{color:#64748b;margin-top:.25rem;font-size:.88rem;display:block}.about-sections{z-index:1;flex-direction:column;gap:8rem;padding-bottom:8rem;display:flex;position:relative}.story-split{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.story-split.reverse{direction:rtl}.story-split.reverse>*{direction:ltr}.story-content h2{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Manrope,system-ui,sans-serif;font-size:2.25rem;font-weight:700}.story-content p{color:#475569;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.story-visual{justify-content:center;align-items:center;display:flex;position:relative}.story-visual .glow-blob{filter:blur(80px);z-index:0;background:#818cf826;border-radius:50%;width:300px;height:300px;animation:8s ease-in-out infinite alternate pulse;position:absolute}.story-visual img{object-fit:contain;z-index:1;filter:drop-shadow(0 20px 40px #0006);width:100%;max-width:450px;animation:6s ease-in-out infinite float-slow;position:relative}@keyframes pulse{0%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}@keyframes float-slow{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.about-stats{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.about-values{grid-template-columns:repeat(3,minmax(200px,1fr));gap:1.2rem;margin-top:2rem;display:grid}.about-value-card{background:linear-gradient(160deg,#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:18px;padding:1.25rem;box-shadow:0 10px 30px #0f172a0d}.about-value-card h3{color:#0f172a;margin:0 0 .55rem;font-size:1.05rem}.about-value-card p{color:#475569;margin:0;line-height:1.6}.stat-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:2.5rem;transition:all .3s;box-shadow:0 10px 30px #00000008}.stat-card:hover{border-color:var(--color-primary);background:#fff;transform:translateY(-5px);box-shadow:0 15px 40px #0000000f}.stat-card h3{color:var(--color-primary);margin-bottom:.5rem;font-family:Manrope,system-ui,sans-serif;font-size:3rem;font-weight:800}.stat-card p{color:#475569;font-size:1.1rem;font-weight:500}.about-cta{text-align:center;padding:6rem 0}.cta-glass-card{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #e2e8f0;border-radius:32px;max-width:800px;margin:0 auto;padding:4rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d}.cta-glass-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#3b82f60d 0%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.cta-glass-card h2{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-glass-card p{color:#475569;margin-bottom:3rem;font-size:1.2rem}.about-cta-actions{justify-content:center;align-items:center;gap:1.5rem;display:flex}@media (width<=992px){.story-split{text-align:center;grid-template-columns:1fr;gap:3rem}.story-split.reverse{direction:ltr}.about-stats,.about-values,.about-hero-metrics{grid-template-columns:1fr}.cta-glass-card{padding:3rem 2rem}}@media (width<=768px){.about-hero-content h1{font-size:2.5rem}.about-cta-actions{flex-direction:column}.about-cta-actions .btn{width:100%}}:root[data-theme=dark] .about-page:before{background:radial-gradient(circle at top,#6366f138 0%,#0000 65%)}:root[data-theme=dark] .about-hero:before{background:radial-gradient(70% 80% at 10% 5%,#3b82f633 0%,#3b82f600 70%),radial-gradient(60% 80% at 90% 30%,#0ea5e933 0%,#0ea5e900 70%),linear-gradient(#0f172a 0%,#111827 100%)}:root[data-theme=dark] .about-eyebrow,:root[data-theme=dark] .about-hero-metrics div,:root[data-theme=dark] .about-value-card,:root[data-theme=dark] .stat-card,:root[data-theme=dark] .cta-glass-card{background:#111827e0;border-color:#94a3b840}:root[data-theme=dark] .about-hero-content h1,:root[data-theme=dark] .story-content h2,:root[data-theme=dark] .about-hero-metrics strong,:root[data-theme=dark] .about-value-card h3,:root[data-theme=dark] .about-value-card p,:root[data-theme=dark] .stat-card p,:root[data-theme=dark] .cta-glass-card h2,:root[data-theme=dark] .cta-glass-card p{color:#e5e7eb}:root[data-theme=dark] .about-hero-content p,:root[data-theme=dark] .story-content p,:root[data-theme=dark] .about-hero-metrics span,:root[data-theme=dark] .about-cta .btn-outline{color:#cbd5e1}.contact-page{color:#0f172a;background-color:#f8f9fa;flex-direction:column;min-height:100vh;padding-top:120px;display:flex;position:relative;overflow:hidden}.contact-page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#818cf814 0%,#0000 60%);width:50vw;height:50vh;position:absolute;top:10%;left:20%}.contact-page:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#c084fc0f 0%,#0000 60%);width:40vw;height:50vh;position:absolute;bottom:10%;right:10%}.contact-split{z-index:1;flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem 0 8rem;display:grid;position:relative}.contact-visual{flex-direction:column;justify-content:center;align-items:flex-start;display:flex;position:relative}.contact-visual h1{color:#0f172a;letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Manrope,system-ui,sans-serif;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.1}.contact-visual p{color:#475569;max-width:500px;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.illustration-wrap{width:100%;max-width:500px;position:relative}.illustration-wrap .glow-blob{filter:blur(60px);z-index:0;background:#818cf826;border-radius:50%;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.illustration-wrap img{object-fit:contain;z-index:1;filter:drop-shadow(0 20px 40px #0006);width:100%;animation:6s ease-in-out infinite float-contact;position:relative}@keyframes float-contact{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(2deg)}to{transform:translateY(0)rotate(0)}}.contact-form-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:3rem;box-shadow:0 10px 40px #0000000d}.glass-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#475569;margin-left:.5rem;font-size:.95rem;font-weight:600}.glass-input{color:#0f172a;background:#f8f9fa;border:1px solid #cbd5e1;border-radius:16px;outline:none;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.glass-input::placeholder{color:#94a3b8}.glass-input:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #3b82f61a}.glass-input[type=submit],button[type=submit]{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:16px;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 20px #6366f14d}button[type=submit]:hover{transform:translateY(-3px);box-shadow:0 15px 30px #6366f166}.success-message{text-align:center;padding:4rem 2rem}.success-message h3{color:#34d399;margin-bottom:1rem;font-size:1.5rem}.success-message p{color:#94a3b8}@media (width<=992px){.contact-split{grid-template-columns:1fr;gap:3rem;padding:2rem 0 6rem}.contact-visual{text-align:center;align-items:center}.illustration-wrap{margin-top:2rem}}@media (width<=768px){.contact-visual h1{font-size:2.5rem}.contact-form-wrap{border-radius:24px;padding:2rem}}:root[data-theme=dark] .contact-page{background-color:var(--color-background);color:#e5e7eb}:root[data-theme=dark] .contact-form-wrap,:root[data-theme=dark] .glass-input{color:#e5e7eb;background:#111827e6;border-color:#94a3b84d}:root[data-theme=dark] .contact-visual h1,:root[data-theme=dark] .form-group label,:root[data-theme=dark] .success-message h3{color:#f1f5f9}:root[data-theme=dark] .contact-visual p,:root[data-theme=dark] .success-message p,:root[data-theme=dark] .glass-input::placeholder{color:#cbd5e1}:root[data-theme=dark] .glass-input:focus{background:#1e293bf2}.analytics-page{min-height:100vh}.analytics-hero-section{padding:120px 0 80px;position:relative}.analytics-hero-header{text-align:center;margin-bottom:2.5rem}.analytics-hero-header h1{letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800}.analytics-hero-header p{color:var(--color-text-secondary);max-width:500px;margin:0 auto;font-size:1.1rem}.real-live-banner{background:linear-gradient(135deg,#22c55e14,#22c55e08);border:1px solid #22c55e33;border-radius:20px;justify-content:center;align-items:center;gap:1.25rem;width:fit-content;margin:0 auto 3rem;padding:1.5rem 2.5rem;display:flex}.rlb-pulse-wrap{width:16px;height:16px;position:relative}.rlb-pulse-dot{z-index:2;background:#22c55e;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rlb-pulse-ring{border:2px solid #22c55e;border-radius:50%;width:12px;height:12px;animation:2s ease-out infinite rlbPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rlbPulse{0%{opacity:1;width:12px;height:12px}to{opacity:0;width:40px;height:40px}}.rlb-content{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.rlb-label{letter-spacing:.14em;color:#22c55e;font-size:.68rem;font-weight:800}.rlb-count{color:var(--color-text);font-size:2.8rem;font-weight:900;line-height:1;display:inline-block}.rlb-sub{color:var(--color-text-secondary);font-size:.88rem}.real-stats-grid{grid-template-columns:repeat(3,1fr);gap:1.15rem;margin-bottom:2rem;display:grid}.real-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:center;gap:1rem;padding:1.35rem;transition:all .3s;display:flex;box-shadow:0 2px 12px #00000008}.real-stat-card:hover{border-color:#6366f133;transform:translateY(-4px);box-shadow:0 8px 30px #00000012}.rsc-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.rsc-info{flex-direction:column;display:flex}.rsc-value{color:var(--color-text);font-size:1.6rem;font-weight:800;line-height:1.15;display:inline-block}.rsc-label{color:var(--color-text-secondary);font-size:.78rem;font-weight:500}.real-analytics-body{grid-template-columns:1.6fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.real-chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;box-shadow:0 2px 12px #00000008}.rcc-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.rcc-header h3{margin:0;font-size:1.05rem;font-weight:700}.rcc-badge{color:#22c55e;background:#22c55e1a;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:700;display:flex}.rcc-chart-wrap{width:100%;overflow-x:auto}.rcc-bar-chart{align-items:flex-end;gap:4px;height:180px;padding-bottom:24px;display:flex;position:relative}.rcc-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.rcc-bar{background:linear-gradient(#6366f1,#818cf8);border-radius:4px 4px 0 0;width:100%;max-width:16px;min-height:2px}.rcc-bar-active{background:linear-gradient(#22c55e,#4ade80);box-shadow:0 0 10px #22c55e4d}.rcc-bar-future{background:#6366f126}.rcc-bar-label{color:var(--color-text-secondary);white-space:nowrap;font-size:.65rem;position:absolute;bottom:-20px}.real-sidebar{flex-direction:column;gap:1.25rem;display:flex}.real-sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.35rem;box-shadow:0 2px 12px #00000008}.rsc-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.rsc-card-header h4{margin:0;font-size:.95rem;font-weight:700}.real-pages-list{flex-direction:column;gap:.7rem;display:flex}.no-data-text{color:var(--color-text-secondary);text-align:center;padding:1rem 0;font-size:.88rem}.real-page-row{grid-template-columns:100px 1fr 36px;align-items:center;gap:10px;display:grid}.rpr-page{white-space:nowrap;text-overflow:ellipsis;font-family:SF Mono,Cascadia Code,monospace;font-size:.82rem;font-weight:600;overflow:hidden}.rpr-bar-wrap{background:#6366f114;border-radius:999px;height:7px;overflow:hidden}.rpr-bar-fill{background:linear-gradient(90deg,#6366f1,#818cf8);border-radius:999px;height:100%}.rpr-count{text-align:right;font-size:.8rem;font-weight:700;display:inline-block}.device-breakdown{flex-direction:column;gap:.6rem;display:flex}.device-row{color:var(--color-text-secondary);align-items:center;gap:10px;font-size:.9rem;display:flex}.device-row strong{color:var(--color-text);margin-left:auto;font-weight:800}.device-donut-wrap{justify-content:center;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.device-donut{width:70px;height:70px;transform:rotate(-90deg)}.donut-legend{color:var(--color-text-secondary);flex-direction:column;gap:4px;font-size:.78rem;display:flex}.legend-swatch{border-radius:50%;width:8px;height:8px;margin-right:4px;display:inline-block}.daily-history-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;box-shadow:0 2px 12px #00000008}.daily-table-wrap{overflow-x:auto}.daily-table{border-collapse:collapse;width:100%}.daily-table th{text-align:left;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #e2e8f0;padding:.6rem 1rem;font-size:.78rem;font-weight:600}.daily-table td{border-bottom:1px solid #f1f5f9;padding:.75rem 1rem;font-size:.9rem}.daily-table tbody tr:hover{background:#6366f10a}:root[data-theme=dark] .real-stat-card,:root[data-theme=dark] .real-chart-card,:root[data-theme=dark] .real-sidebar-card,:root[data-theme=dark] .daily-history-card{background:#111827e0;border-color:#94a3b840}:root[data-theme=dark] .real-stat-card:hover{border-color:#6366f159;box-shadow:0 8px 30px #0000004d}:root[data-theme=dark] .real-live-banner{background:linear-gradient(135deg,#22c55e0f,#22c55e05);border-color:#22c55e26}:root[data-theme=dark] .rpr-bar-wrap{background:#6366f126}:root[data-theme=dark] .rcc-bar-future{background:#6366f11a}:root[data-theme=dark] .daily-table th{border-bottom-color:#94a3b833}:root[data-theme=dark] .daily-table td{border-bottom-color:#94a3b81a}:root[data-theme=dark] .daily-table tbody tr:hover{background:#6366f10f}@media (width<=992px){.real-stats-grid{grid-template-columns:repeat(2,1fr)}.real-analytics-body{grid-template-columns:1fr}}@media (width<=576px){.real-stats-grid{grid-template-columns:1fr}.real-live-banner{text-align:center;flex-direction:column;padding:1.25rem 1.5rem}.rlb-content{align-items:center}.real-page-row{grid-template-columns:80px 1fr 30px}}
