@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#dbeafe;--secondary:#06b6d4;--accent:#7c3aed;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--text:#1e293b;--text-light:#64748b;--text-lighter:#94a3b8;--bg:#fff;--bg-alt:#f8fafc;--bg-dark:#0f172a;--border:#e2e8f0;--gradient-1:linear-gradient(135deg, #2563eb 0%, #7c3aed 50%, #06b6d4 100%);--gradient-2:linear-gradient(135deg, #dbeafe 0%, #ede9fe 50%, #cffafe 100%);--gradient-hero:linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);--radius:16px;--radius-sm:8px;--shadow:0 1px 3px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}body{color:var(--text);background:var(--bg);font-family:Inter,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 24px}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#ffffffe6;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar .container{justify-content:space-between;align-items:center;height:72px;display:flex}.nav-brand{color:var(--primary);align-items:center;gap:10px;font-size:22px;font-weight:800;display:flex}.nav-brand .logo-icon{background:var(--gradient-1);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.nav-brand span{color:var(--text-light);margin-top:-2px;font-size:11px;font-weight:500;display:block}.nav-links{align-items:center;gap:32px;list-style:none;display:flex}.nav-links a{color:var(--text-light);font-size:14px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-cta{align-items:center;gap:12px;display:flex}.nav-links .mobile-cta{display:none}.nav-hamburger{cursor:pointer;color:var(--text);z-index:1001;background:0 0;border:none;padding:8px;display:none}@media (width<=1024px){.navbar{background:#0f172af2}.navbar.scrolled{background:#0f172afa}.nav-hamburger{color:#fff;justify-content:center;align-items:center;width:44px;height:44px;display:flex!important}.nav-brand{color:#fff!important}.nav-cta .nav-desktop-cta{display:none}.nav-links{border-top:1px solid var(--border);z-index:999;background:#fff;flex-direction:column;gap:4px;padding:16px 24px 24px;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 10px 30px #0000001a}.nav-links.open{display:flex}.nav-links a{border-radius:8px;padding:12px 16px;font-size:15px}.nav-links a:hover{background:var(--bg-alt)}.nav-links .mobile-cta{border-top:1px solid var(--border);flex-direction:column;gap:8px;margin-top:12px;padding-top:16px;display:flex}.nav-links .mobile-cta .btn{justify-content:center;width:100%}}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #2563eb59}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.btn-outline{border:2px solid var(--border);color:var(--text);background:0 0}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-white{color:var(--primary);box-shadow:var(--shadow-md);background:#fff}.btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-ghost{color:var(--primary);background:0 0;padding:12px 16px}.btn-lg{border-radius:12px;padding:16px 32px;font-size:16px}.hero{background:var(--gradient-hero);color:#fff;padding:160px 0 100px;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#2563eb26 0%,#0000 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:-50%;right:-20%}.hero:after{content:"";background:radial-gradient(circle,#7c3aed1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-30%;left:-10%}.hero .container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.hero-content h1{letter-spacing:-1.5px;margin-bottom:20px;font-size:52px;font-weight:800;line-height:1.1}.hero-content h1 .gradient-text{color:#34d399;-webkit-text-fill-color:#34d399;text-shadow:0 0 2px #000000e6,0 1px 3px #000000e6,0 2px 14px #0009}@keyframes heroGradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-content h1 .hero-ai-line{color:#fff;text-shadow:0 0 2px #000000e6,0 1px 3px #000000d9,0 2px 14px #0009;display:inline-block;position:relative}.hero-content h1 .hero-ai-line:after{content:"";background:linear-gradient(90deg,#60a5fa,#a78bfa,#34d399) 0 0/200% 100%;border-radius:999px;height:5px;animation:6s infinite heroGradientShift;position:absolute;bottom:-6px;left:0;right:0;box-shadow:0 0 14px #60a5faa6}.hero-content p{color:#94a3b8;max-width:500px;margin-bottom:32px;font-size:18px;line-height:1.7}.hero-buttons{gap:16px;margin-bottom:40px;display:flex}.hero-stats{gap:40px;display:flex}.hero-stats .stat{text-align:left}.hero-stats .stat .num{color:#fff;font-size:28px;font-weight:800}.hero-stats .stat .label{color:#64748b;font-size:13px}.hero-visual{position:relative}.hero-screenshot{background:#1e293b;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:400px;display:flex;overflow:hidden;box-shadow:0 25px 50px #0006}.hero-screenshot img{object-fit:cover;border-radius:16px;width:100%;height:100%}.hero-screenshot .placeholder{color:#475569;text-align:center;padding:40px;font-size:14px}.floating-badge{box-shadow:var(--shadow-xl);color:var(--text);background:#fff;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:600;animation:3s ease-in-out infinite float;display:flex;position:absolute}.floating-badge.badge-1{animation-delay:0s;top:20%;right:-30px}.floating-badge.badge-2{animation-delay:1.5s;bottom:15%;left:-20px}.floating-badge .badge-icon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.floating-badge .badge-icon.green{background:#d1fae5}.floating-badge .badge-icon.blue{background:#dbeafe}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-slider{width:100%;position:relative}.hero-slider-card{text-align:center;color:#fff;border:1px solid #ffffff26;border-radius:24px;height:440px;padding:0;position:relative;overflow:hidden;box-shadow:0 25px 60px #0000004d}.hero-slider-image{object-fit:cover;object-position:center top;width:100%;height:100%;animation:.5s ease-out slideIn;display:block;position:absolute;inset:0}.hero-slider-overlay{z-index:2;justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.hero-slider-overlay-content{text-align:center;width:100%;padding:24px 32px 28px}@keyframes slideIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.hero-slider-emoji-sm{vertical-align:middle;filter:drop-shadow(0 2px 6px #0000004d);margin-right:8px;font-size:28px}.hero-slider-name{letter-spacing:-.5px;vertical-align:middle;text-shadow:0 2px 8px #0000004d;margin-bottom:2px;font-size:28px;font-weight:800;display:inline}.hero-slider-speciality{text-transform:uppercase;letter-spacing:2px;opacity:.85;text-shadow:0 1px 4px #0000004d;margin:8px 0 16px;font-size:13px;font-weight:600}.hero-slider-btn{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border:2px solid #ffffff80;border-radius:12px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.hero-slider-btn:hover{background:#ffffff59;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.hero-slider-btn-soon{opacity:.6;cursor:default}.hero-slider-btn-soon:hover{box-shadow:none;background:#fff3;transform:none}.hero-slider-dots{justify-content:center;gap:8px;margin-top:20px;display:flex}.hero-dot{cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.hero-dot.active{border-radius:5px;width:28px}.hero-slider-thumbs{justify-content:center;gap:6px;margin-top:14px;display:flex}.hero-thumb{cursor:pointer;background:#ffffff0d;border:2px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:20px;transition:all .2s;display:flex}.hero-thumb:hover{background:#ffffff26;transform:scale(1.1)}.hero-thumb.active{background:#fff3;border-color:#fff;transform:scale(1.15);box-shadow:0 4px 12px #0000004d}.trusted{background:var(--bg-alt);border-bottom:1px solid var(--border);padding:60px 0}.trusted .container{text-align:center}.trusted p{text-transform:uppercase;letter-spacing:2px;color:var(--text-lighter);margin-bottom:24px;font-size:13px;font-weight:600}.trusted-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.trusted-logos span{color:var(--text-lighter);opacity:.5;font-size:18px;font-weight:700}.section{padding:100px 0}.section-alt{background:var(--bg-alt)}.section-dark{background:var(--bg-dark);color:#fff}.section-header{text-align:center;max-width:600px;margin:0 auto 60px}.section-badge{background:var(--primary-light);color:var(--primary);border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.section-dark .section-badge{color:#60a5fa;background:#2563eb33}.section-header h2{letter-spacing:-1px;margin-bottom:16px;font-size:40px;font-weight:800;line-height:1.2}.section-dark .section-header h2{color:#fff}.section-header p{color:var(--text-light);font-size:16px;line-height:1.7}.section-dark .section-header p{color:#94a3b8}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:32px;transition:all .3s;position:relative;overflow:hidden}.feature-card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary);transform:translateY(-4px)}.feature-card .feature-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:24px;display:flex}.feature-icon.blue{background:var(--primary-light);color:var(--primary)}.feature-icon.green{color:var(--success);background:#d1fae5}.feature-icon.purple{color:var(--accent);background:#ede9fe}.feature-icon.orange{color:var(--warning);background:#fef3c7}.feature-icon.cyan{color:var(--secondary);background:#cffafe}.feature-icon.red{color:var(--danger);background:#fee2e2}.feature-card h3{margin-bottom:8px;font-size:18px;font-weight:700}.feature-card p{color:var(--text-light);font-size:14px;line-height:1.6}.feature-card .feature-tag{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;margin-top:16px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.feature-tag.ai{color:var(--accent);background:linear-gradient(135deg,#ede9fe,#dbeafe)}.feature-tag.core{color:#065f46;background:#d1fae5}.feature-tag.smart{color:#92400e;background:#fef3c7}.product-card{text-align:center;border:2px solid;border-radius:20px;padding:32px 28px 28px;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-card:before{content:"";background:inherit;border-radius:20px 20px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.product-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0000001f!important}.product-card-badge{position:absolute;top:16px;right:16px}.product-badge-live{color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.product-badge-soon{color:#64748b;background:#0000000f;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.product-card-icon{border-radius:24px;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 20px;transition:transform .3s;display:flex}.product-card:hover .product-card-icon{transform:scale(1.1)rotate(-3deg)}.product-card-name{letter-spacing:-.5px;margin-bottom:4px;font-size:22px;font-weight:800}.product-card-speciality{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:13px;font-weight:600}.product-card-desc{color:var(--text-light);margin-bottom:20px;font-size:14px;line-height:1.6}.product-card-link{color:#fff;border-radius:10px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.product-card-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.product-card-link-disabled{cursor:default;color:#94a3b8!important;background:#e2e8f0!important}.product-card-link-disabled:hover{box-shadow:none;transform:none}.showcase-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.showcase-item{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);transition:all .3s;overflow:hidden}.showcase-item:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.showcase-img{background:var(--gradient-2);justify-content:center;align-items:center;width:100%;height:280px;display:flex;position:relative;overflow:hidden}.showcase-img img{object-fit:cover;width:100%;height:100%}.showcase-img .img-placeholder{color:var(--text-lighter);text-align:center;padding:20px;font-size:14px}.showcase-info{padding:20px 24px}.showcase-info h3{margin-bottom:6px;font-size:16px;font-weight:700}.showcase-info p{color:var(--text-light);font-size:13px}.steps{grid-template-columns:repeat(4,1fr);gap:32px;display:grid;position:relative}.steps:before{content:"";background:var(--border);height:2px;position:absolute;top:40px;left:12.5%;right:12.5%}.step{text-align:center;position:relative}.step-num{background:var(--gradient-1);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:28px;font-weight:800;display:flex;position:relative}.step h3{margin-bottom:8px;font-size:16px;font-weight:700}.step p{color:var(--text-light);font-size:14px}.integrations-row{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.integration-badge{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;padding:16px 28px;transition:all .3s;display:flex}.integration-badge:hover{background:#ffffff1a;transform:translateY(-2px)}.integration-badge .int-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.integration-badge .int-icon.razorpay{background:#dbeafe}.integration-badge .int-icon.whatsapp{background:#d1fae5}.integration-badge .int-icon.ai-int{background:#ede9fe}.integration-badge .int-icon.token{background:#fef3c7}.integration-badge .int-icon.analytics{background:#fee2e2}.integration-badge .int-name{color:#fff;font-size:14px;font-weight:600}.integration-badge .int-desc{color:#94a3b8;font-size:12px}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.price-card{background:var(--bg);border:2px solid var(--border);border-radius:var(--radius);padding:36px;transition:all .3s;position:relative}.price-card.popular{border-color:var(--primary);transform:scale(1.05);box-shadow:0 25px 50px #2563eb26}.price-card.popular .popular-badge{background:var(--gradient-1);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:20px;padding:6px 20px;font-size:12px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.price-card h3{margin-bottom:8px;font-size:20px;font-weight:700}.price-card .price{color:var(--text);margin:16px 0;font-size:44px;font-weight:800}.price-card .price span{color:var(--text-light);font-size:16px;font-weight:500}.price-card .price-desc{color:var(--text-light);border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:24px;font-size:14px}.price-features{margin-bottom:28px;list-style:none}.price-features li{align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}.price-features li svg{color:var(--success);flex-shrink:0}.price-card .btn{justify-content:center;width:100%}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:32px}.testimonial-card .stars{color:#f59e0b;margin-bottom:16px;font-size:18px}.testimonial-card blockquote{color:var(--text);margin-bottom:20px;font-size:14px;font-style:italic;line-height:1.7}.testimonial-card .author{align-items:center;gap:12px;display:flex}.testimonial-card .author-avatar{background:var(--gradient-1);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:700;display:flex}.testimonial-card .author-info .name{font-size:14px;font-weight:700}.testimonial-card .author-info .role{color:var(--text-light);font-size:12px}.cta-section{background:var(--gradient-1);text-align:center;color:#fff;padding:100px 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;left:-20%}.cta-section h2{margin-bottom:16px;font-size:40px;font-weight:800;position:relative}.cta-section p{opacity:.9;max-width:500px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:18px;position:relative}.cta-buttons{justify-content:center;gap:16px;display:flex;position:relative}.footer{background:var(--bg-dark);color:#94a3b8;padding:80px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand h3{color:#fff;margin-bottom:12px;font-size:20px;font-weight:800}.footer-brand p{margin-bottom:20px;font-size:14px;line-height:1.7}.footer-col h4{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:14px;font-weight:700}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:10px}.footer-col ul a{color:#94a3b8;font-size:14px;transition:color .2s}.footer-col ul a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:32px;font-size:13px;display:flex}.footer-bottom a{color:#94a3b8}.footer-bottom a:hover{color:#fff}.trust-row{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.trust-badge-item{align-items:center;gap:12px;display:flex}.trust-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.trust-badge-item strong{color:var(--text);font-size:14px;font-weight:700;display:block}.trust-badge-item span{color:var(--text-light);font-size:12px}@media (width<=768px){.trust-row{gap:20px}.trust-badge-item{flex:0 0 calc(50% - 10px)}}@media (width<=480px){.trust-badge-item{flex:0 0 100%}}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9000;background:#0f172abf;justify-content:center;align-items:center;padding:16px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:20px;width:100%;max-width:520px;max-height:90vh;animation:.25s cubic-bezier(.22,.68,0,1.2) slideUp;overflow-y:auto;box-shadow:0 24px 64px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{justify-content:space-between;align-items:flex-start;gap:12px;padding:24px 24px 0;display:flex}.modal-badge{background:var(--primary-light);color:var(--primary);border-radius:20px;align-items:center;gap:5px;margin-bottom:8px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.modal-title{color:var(--text);margin-bottom:4px;font-size:20px;font-weight:800}.modal-subtitle{color:var(--text-light);font-size:13px}.modal-close{background:var(--bg-alt);cursor:pointer;width:36px;height:36px;color:var(--text-light);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.modal-close:hover{background:var(--border);color:var(--text)}.modal-price-bar{background:linear-gradient(135deg,#eff6ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin:16px 24px;padding:16px 20px;display:flex}.modal-amount{color:var(--primary);font-size:28px;font-weight:800;line-height:1}.modal-cycle{color:var(--text-light);margin-top:2px;font-size:13px}.modal-saving{color:#065f46;background:#d1fae5;border-radius:20px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:700;display:flex}.modal-body{padding:4px 24px 24px}.modal-body .form-field{margin-bottom:12px}.modal-body .form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.modal-body .form-field label{color:var(--text-light);align-items:center;gap:5px;margin-bottom:5px;font-size:12px;font-weight:600;display:flex}.modal-body .form-field input{border:1.5px solid var(--border);width:100%;color:var(--text);border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.modal-body .form-field input:focus{border-color:var(--primary)}.modal-body .form-field input:disabled{background:var(--bg-alt);cursor:not-allowed}.modal-trust{color:var(--text-light);justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:11px;display:flex}.modal-success{text-align:center;padding:24px}.success-icon{color:#059669;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 16px;display:flex}.modal-success h3{margin-bottom:6px;font-size:22px;font-weight:800}.modal-success p{color:var(--text-light);font-size:14px}.success-details{background:var(--bg-alt);text-align:left;border-radius:12px;margin:16px 0;padding:16px}.success-details div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;display:flex}.success-details div:last-child{border-bottom:none}.success-details span{color:var(--text-light)}.success-details code{background:#e2e8f0;border-radius:4px;padding:2px 6px;font-size:11px}.success-note{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:12px;color:var(--text-light)!important;margin-top:12px!important;font-size:13px!important}@media (width<=640px){.modal-body .form-row{grid-template-columns:1fr}.modal-price-bar{flex-direction:column;align-items:flex-start}}.footer-newsletter{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;padding:28px 0;display:flex}.newsletter-form{gap:0;display:flex}.newsletter-form input{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;border-right:none;border-radius:10px 0 0 10px;outline:none;width:240px;padding:12px 16px;font-family:inherit;font-size:14px;transition:border .2s}.newsletter-form input::placeholder{color:#64748b}.newsletter-form input:focus{border-color:var(--primary)}.newsletter-form button{background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:0 10px 10px 0;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s}.newsletter-form button:hover{background:var(--primary-dark)}@media (width<=640px){.footer-newsletter{text-align:center;flex-direction:column}.newsletter-form input{width:180px}}.scroll-top-btn{background:var(--text);color:#fff;cursor:pointer;z-index:900;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;animation:.3s fadeInUp;display:flex;position:fixed;bottom:28px;left:28px;box-shadow:0 4px 14px #00000040}.scroll-top-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.whatsapp-float{z-index:900;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;animation:2s infinite pulse-wa;display:flex;position:fixed;bottom:96px;right:28px;box-shadow:0 4px 14px #25d36666}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 24px #25d36680}@keyframes pulse-wa{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 14px #25d36600}to{box-shadow:0 0 #25d36600}}.chatbot-toggle{background:var(--gradient-1);color:#fff;cursor:pointer;z-index:901;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 14px #2563eb66}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 24px #2563eb80}.chatbot-toggle.open{background:#334155;box-shadow:0 4px 14px #0000004d}.chatbot-window{z-index:901;background:#fff;border-radius:20px;flex-direction:column;width:370px;max-height:520px;animation:.3s ease-out chatSlideUp;display:flex;position:fixed;bottom:96px;right:28px;overflow:hidden;box-shadow:0 20px 60px #0003}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{background:var(--gradient-1);color:#fff;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chatbot-avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chatbot-messages{flex-direction:column;flex:1;gap:10px;max-height:320px;padding:14px 14px 8px;display:flex;overflow-y:auto}.chat-msg{align-items:flex-end;gap:6px;display:flex}.chat-msg.bot{justify-content:flex-start}.chat-msg.user{justify-content:flex-end}.chat-bot-icon{background:var(--gradient-1);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-bottom:2px;display:flex}.chat-bubble{border-radius:14px;max-width:82%;padding:9px 13px;font-size:13px;line-height:1.65;animation:.2s fadeInUp}.chat-msg.bot .chat-bubble{color:var(--text);background:#f1f5f9;border-bottom-left-radius:4px}.chat-msg.user .chat-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.chat-bubble-error{color:#991b1b!important;background:#fee2e2!important}.chat-bubble-typing{align-items:center;gap:4px;padding:12px 16px;display:flex}.typing-dot{background:#94a3b8;border-radius:50%;width:7px;height:7px;animation:1.2s infinite typingBounce}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chat-quick-chips{flex-wrap:wrap;gap:6px;padding:4px 0;animation:.3s fadeInUp;display:flex}.chat-chip{border:1px solid var(--border);color:var(--primary);cursor:pointer;white-space:nowrap;background:#fff;border-radius:20px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.chat-chip:hover{background:var(--primary-light);border-color:var(--primary);transform:translateY(-1px)}.chatbot-input-row{border-top:1px solid var(--border);background:#fff;align-items:center;gap:8px;padding:10px 12px;display:flex}.chatbot-input{border:1.5px solid var(--border);color:var(--text);background:#f8fafc;border-radius:22px;outline:none;flex:1;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.chatbot-input:focus{border-color:var(--primary);background:#fff}.chatbot-input:disabled{opacity:.6;cursor:not-allowed}.chatbot-send{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.chatbot-send:hover:not(:disabled){background:var(--primary-dark);transform:scale(1.08)}.chatbot-send:disabled{cursor:not-allowed;background:#cbd5e1}.chatbot-footer{border-top:1px solid var(--border);gap:8px;padding:12px 16px;display:flex}.chat-action-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:10px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.chat-action-demo{background:var(--primary);color:#fff}.chat-action-demo:hover{background:var(--primary-dark)}.chat-action-wa{color:#065f46;background:#d1fae5}.chat-action-wa:hover{background:#a7f3d0}.faq-row-btn{border:none;border-bottom:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;font-family:inherit;font-size:14px;transition:background .15s;display:flex}.faq-row-btn:last-child{border-bottom:none}.faq-row-btn:hover{background:var(--bg-alt)}.faq-cta-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.faq-cta-wa{color:#065f46;background:#d1fae5}.faq-cta-wa:hover{background:#a7f3d0}.faq-cta-demo{background:var(--primary);color:#fff}.faq-cta-demo:hover{background:var(--primary-dark)}@media (width<=640px){.chatbot-window{width:auto;max-height:70vh;bottom:88px;left:12px;right:12px}.whatsapp-float{width:50px;height:50px;bottom:88px;right:20px}.chatbot-toggle{width:50px;height:50px;bottom:20px;right:20px}.scroll-top-btn{width:40px;height:40px;bottom:20px;left:20px}}@media (width<=1024px){.hero .container{text-align:center;flex-direction:column-reverse;grid-template-columns:1fr;gap:0;display:flex}.hero-content h1{font-size:32px}.hero-content p{display:none}.hero-buttons{justify-content:center}.hero-stats{display:none}.hero{padding:72px 0 40px;overflow:visible}.hero-content{padding:20px 0 10px}.hero-visual{width:calc(100% + 48px);margin:0 -24px}.hero-visual .floating-badge{display:none}.hero-slider{border-radius:0}.hero-slider-card{height:360px;box-shadow:none;border:none;border-radius:0}.hero-slider-image{object-position:center center}.hero-slider-overlay{text-align:center}.hero-slider-overlay-content{text-align:center;flex-direction:column;align-items:center;padding:16px 16px 20px;display:flex}.hero-slider-name{font-size:20px;display:inline}.hero-slider-emoji-sm{font-size:20px}.hero-slider-speciality{letter-spacing:1.5px;margin:4px 0 12px;font-size:11px}.hero-slider-btn{padding:8px 20px;font-size:13px}.hero-slider-dots{margin-top:12px}.hero-slider-thumbs{margin-top:8px}.hero-slider-thumbs .hero-thumb{width:34px;height:34px;font-size:17px}.features-grid{grid-template-columns:repeat(2,1fr)}.showcase-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.steps:before{display:none}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.price-card.popular{transform:none}.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.section-header h2{font-size:32px}}@media (width<=640px){.features-grid{grid-template-columns:1fr}.section{padding:52px 0}.section-header{margin-bottom:32px}.hero-content h1{font-size:27px;line-height:1.2}.hero-content h1 .hero-ai-line:after{height:4px;bottom:-4px}.hero-buttons .btn-label-extra{display:none}.hero-buttons{flex-direction:row;justify-content:center;gap:10px;width:100%;margin-bottom:4px}.hero-fullbleed .hero-buttons .btn{white-space:nowrap;border-radius:999px;flex:none;justify-content:center;padding:7px 18px;font-size:12px}.hero-fullbleed .hero-buttons .btn svg{flex-shrink:0;width:13px;height:13px}.hero-buttons .btn:nth-child(2){display:none}.hero-buttons .btn:first-child{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1.5px solid #ffffff8c}.hero-stats{flex-direction:column;gap:16px}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:12px}.integrations-row{flex-direction:column;align-items:center}.featured-video,.videos-grid{grid-template-columns:1fr}}.demo-section{background:var(--bg-alt);padding:100px 0}.demo-section .container{grid-template-columns:1fr 1.2fr;align-items:start;gap:60px;display:grid}.demo-left h2{letter-spacing:-1px;margin-bottom:16px;font-size:36px;font-weight:800}.demo-left p{color:var(--text-light);margin-bottom:32px;font-size:16px;line-height:1.7}.demo-benefits{flex-direction:column;gap:16px;list-style:none;display:flex}.demo-benefits li{align-items:center;gap:14px;font-size:15px;font-weight:500;display:flex}.demo-benefits li .benefit-icon{background:var(--primary-light);width:40px;height:40px;color:var(--primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.demo-form-card{border-radius:var(--radius);box-shadow:var(--shadow-xl);background:#fff;overflow:hidden}.demo-form-header{background:var(--gradient-1);color:#fff;padding:28px 32px}.demo-form-header h3{margin-bottom:4px;font-size:20px;font-weight:700}.demo-form-header p{opacity:.85;font-size:13px}.demo-form{padding:28px 32px 32px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-field{margin-bottom:16px}.form-field label{color:var(--text);align-items:center;gap:6px;margin-bottom:6px;font-size:13px;font-weight:600;display:flex}.form-field input,.form-field select,.form-field textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);background:#fff;padding:11px 14px;font-family:inherit;font-size:14px;transition:border .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-field textarea{resize:vertical;min-height:80px}.form-error{color:#991b1b;border-radius:var(--radius-sm);background:#fee2e2;margin-bottom:16px;padding:12px 16px;font-size:14px}.form-note{color:var(--text-lighter);justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:12px;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1024px){.demo-section .container,.form-row{grid-template-columns:1fr}}.videos-nav{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border-bottom:1px solid #ffffff0f;position:fixed;top:0;left:0;right:0}.videos-nav .nav-brand{color:#fff;align-items:center;gap:10px;font-size:22px;font-weight:800;display:flex}.videos-nav .logo-icon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.videos-header{background:var(--gradient-hero);color:#fff;text-align:center;padding:140px 0 60px;position:relative;overflow:hidden}.videos-header-bg{background:radial-gradient(80% 50% at 20% 40%,#2563eb26 0%,#0000 70%),radial-gradient(60% 50% at 80% 60%,#7c3aed1f 0%,#0000 70%),radial-gradient(40% 30% at 50% 90%,#06b6d41a 0%,#0000 70%);position:absolute;inset:0}.videos-header-badge{color:#60a5fa;background:#2563eb33;border:1px solid #2563eb4d;border-radius:24px;align-items:center;gap:6px;margin-bottom:20px;padding:8px 20px;font-size:13px;font-weight:600;display:inline-flex}.videos-header h1{letter-spacing:-1.5px;margin-bottom:16px;font-size:44px;font-weight:800;line-height:1.1}.videos-header h1 .gradient-text{background:linear-gradient(135deg,#60a5fa,#a78bfa,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.videos-header p{color:#94a3b8;max-width:580px;margin:0 auto 32px;font-size:17px;line-height:1.7}.videos-header-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:16px;gap:32px;padding:16px 36px;display:inline-flex}.videos-header-stat{color:#94a3b8;align-items:center;gap:10px;display:flex}.videos-header-stat strong{color:#fff;font-size:20px;font-weight:800;line-height:1.2;display:block}.videos-header-stat span{color:#64748b;font-size:12px}@media (width<=640px){.videos-header{padding:110px 0 40px}.videos-header h1{font-size:28px}.videos-header-stats{flex-direction:column;gap:12px;padding:16px 24px}.videos-nav .btn-primary{display:none}}.featured-video{border-radius:var(--radius);box-shadow:var(--shadow-xl);background:#fff;grid-template-columns:1.4fr 1fr;gap:32px;margin-bottom:40px;display:grid;overflow:hidden}.featured-thumbnail{background:var(--gradient-2);cursor:pointer;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative}.play-overlay{opacity:0;z-index:2;background:#0000000d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.featured-thumbnail:hover .play-overlay,.video-thumbnail:hover .play-overlay{opacity:1;background:#0000004d}.play-btn-large{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 8px 30px #2563eb66}.play-btn-small{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 6px 20px #2563eb66}.featured-info{flex-direction:column;justify-content:center;padding:36px 32px;display:flex}.featured-info h2{margin-bottom:12px;font-size:24px;font-weight:700}.featured-info p{color:var(--text-light);font-size:14px;line-height:1.7}.video-badge{text-transform:uppercase;letter-spacing:.5px;background:var(--primary-light);color:var(--primary);border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.featured-badge{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a);align-items:center;gap:4px;display:inline-flex}.video-meta{color:var(--text-light);gap:20px;margin-top:12px;font-size:13px;display:flex}.video-meta span{align-items:center;gap:6px;display:flex}.video-categories{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.category-chip{border:1.5px solid var(--border);cursor:pointer;color:var(--text-light);background:#fff;border-radius:20px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.category-chip:hover{border-color:var(--primary);color:var(--primary)}.category-chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.videos-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px;display:grid}.video-card{border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;background:#fff;transition:all .3s;overflow:hidden}.video-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.video-thumbnail{background:var(--gradient-2);justify-content:center;align-items:center;min-height:160px;display:flex;position:relative}.video-duration{color:#fff;background:#000000b3;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:flex;position:absolute;bottom:8px;right:8px}.video-info{padding:18px 20px}.video-info h3{margin-bottom:6px;font-size:15px;font-weight:700}.video-info p{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.videos-cta{text-align:center;border-radius:var(--radius);box-shadow:var(--shadow-md);background:#fff;padding:48px}.videos-cta h3{margin-bottom:8px;font-size:24px;font-weight:800}.videos-cta p{color:var(--text-light);margin-bottom:24px;font-size:15px}@media (width<=1024px){.videos-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.videos-grid{grid-template-columns:1fr}}.group-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:20px;display:flex}.group-tab{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:6px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.group-tab:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.group-tab.active{background:var(--primary);color:#fff;border-color:var(--primary);animation:2s ease-in-out infinite groupTabPulse;box-shadow:0 6px 18px #2563eb47}.group-tab.active .group-tab-emoji{animation:2.4s ease-in-out infinite groupEmojiWiggle}.group-tab-emoji{font-size:16px;line-height:1;display:inline-block}@keyframes groupTabPulse{0%,to{box-shadow:0 6px 18px #2563eb47}50%{box-shadow:0 8px 28px #2563eb8c}}.product-chip-row{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:40px;display:flex}.product-group-block{margin-bottom:48px}.product-group-block:last-of-type{margin-bottom:0}.product-group-head{text-align:center;margin-bottom:28px;animation:.6s ease-out both groupHeadIn}.product-group-head h3{margin-bottom:14px;padding-bottom:10px;font-size:24px;font-weight:800;display:inline-block;position:relative}.product-group-head h3:after{content:"";background:currentColor;border-radius:3px;width:0;height:3px;animation:.7s cubic-bezier(.16,1,.3,1) .2s forwards groupUnderline;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 12px}.product-group-head p{color:var(--text-light);margin:0;font-size:14px}.group-head-emoji{transform-origin:70% 100%;animation:2.6s ease-in-out infinite groupEmojiPop;display:inline-block}@keyframes groupHeadIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes groupUnderline{0%{opacity:0;width:0}to{opacity:1;width:68px}}@keyframes groupEmojiPop{0%,to{transform:translateY(0)rotate(0)scale(1)}20%{transform:translateY(-5px)rotate(-8deg)scale(1.12)}40%{transform:translateY(0)rotate(0)scale(1)}60%{transform:translateY(-3px)rotate(6deg)scale(1.06)}80%{transform:translateY(0)rotate(0)scale(1)}}@media (prefers-reduced-motion:reduce){.group-tab.active,.group-tab.active .group-tab-emoji,.product-group-head,.group-head-emoji{animation:none}.product-group-head h3:after{width:68px;animation:none}}.demo-group-tabs{flex-wrap:wrap;gap:6px;margin:6px 0 10px;display:flex}.demo-group-tab{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:5px;padding:6px 12px;font-family:inherit;font-size:12.5px;font-weight:700;transition:all .18s;display:inline-flex}.demo-group-tab:hover{border-color:var(--primary);color:var(--primary)}.demo-group-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.demo-product-chips{flex-wrap:wrap;gap:6px;display:flex}.demo-product-chips .category-chip{padding:6px 12px;font-size:12.5px}.demo-product-chips .category-chip.active{color:var(--primary);border-color:var(--primary);background:#eff6ff;font-weight:600}.hero-slider-group-badge{z-index:3;color:#fff;letter-spacing:.3px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:999px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #00000040}.hero-slider-image-fallback{justify-content:center;align-items:center;display:flex}.hero-slider-fallback-emoji{filter:drop-shadow(0 8px 24px #00000059);font-size:140px;line-height:1}.hero-fullbleed{align-items:center;min-height:96vh;padding:120px 0 100px;display:flex;overflow:hidden}.hero-fullbleed .container{grid-template-columns:1fr;width:100%;max-width:none;margin:0;padding-left:clamp(24px,5vw,96px);padding-right:clamp(24px,5vw,96px)}.hero-fullbleed .hero-content{text-align:left;text-shadow:0 1px 3px #0009,0 2px 22px #0000008c;justify-self:start;max-width:620px;margin:0;transition:opacity .45s,visibility .45s}.hero-content-hidden{opacity:0;visibility:hidden;pointer-events:none}.hero-fullbleed .hero-content p{margin-left:0;margin-right:0}.hero-eyebrow{color:#fff;border:1px solid #0000;border-radius:20px;align-items:center;gap:8px;margin-bottom:20px;padding:7px 16px;font-size:13px;font-weight:600;animation:.7s ease-out heroEyebrowFade;display:inline-flex}.hero-eyebrow-emoji{font-size:15px;line-height:1}@keyframes heroEyebrowFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hero-eyebrow{animation:none}}.hero-buttons .btn{letter-spacing:.2px;border-radius:999px;padding:15px 30px;font-size:16px;font-weight:700;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s,background .28s,border-color .28s}.hero-buttons .btn svg{transition:transform .28s}.hero-buttons .btn-primary{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#3b82f68c,#7c3aed8c);border:1px solid #fff6;box-shadow:0 8px 24px #3b82f659,inset 0 1px #ffffff73}.hero-buttons .btn-primary:hover{background:linear-gradient(135deg,#3b82f6b8,#7c3aedb8);border-color:#fff9;transform:translateY(-3px)scale(1.03);box-shadow:0 14px 34px #7c3aed73,inset 0 1px #ffffff8c}.hero-buttons .btn-primary:hover svg{transform:translate(4px)}.hero-buttons .btn-outline{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff59;box-shadow:inset 0 1px #ffffff4d}.hero-buttons .btn-outline:hover{color:#fff;background:#ffffff2e;border-color:#fff;transform:translateY(-3px)scale(1.03);box-shadow:inset 0 1px #fff6}.hero-buttons .btn-outline:hover svg{transform:scale(1.18)}.hero-buttons .btn:active{transform:translateY(-1px)scale(.99)}.hero-fullbleed .hero-content h1,.hero-fullbleed .hero-content p,.hero-fullbleed .hero-buttons,.hero-fullbleed .hero-stats{animation:.7s ease-out both heroRise}.hero-fullbleed .hero-content h1{animation-delay:50ms}.hero-fullbleed .hero-content p{animation-delay:.15s}.hero-fullbleed .hero-buttons{animation-delay:.25s}.hero-fullbleed .hero-stats{animation-delay:.35s}@keyframes heroRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hero-content h1 .gradient-text,.hero-fullbleed .hero-content h1,.hero-fullbleed .hero-content p,.hero-fullbleed .hero-buttons,.hero-fullbleed .hero-stats{animation:none}.hero-buttons .btn,.hero-buttons .btn svg{transition:none}}.hero-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-bg-layer{opacity:0;transition:opacity .8s;position:absolute;inset:0}.hero-bg-layer.shown{opacity:1}.hero-bg-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-bg-emoji{opacity:.92;filter:drop-shadow(0 20px 50px #00000059);font-size:260px;line-height:1;animation:7s ease-in-out infinite heroBgFloat;position:absolute;top:50%;right:8%;transform:translateY(-50%)}@keyframes heroBgFloat{0%,to{transform:translateY(-50%)}50%{transform:translateY(-58%)}}.hero-bg-switch{z-index:3;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:48%;display:flex;position:absolute;bottom:40px;right:5%}.hero-bg-chip{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff47;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.hero-bg-chip:hover{background:#ffffff3d;transform:translateY(-1px)}.hero-bg-chip.active{border-color:#fff;box-shadow:0 6px 20px #0000004d}.hero-bg-chip-emoji{font-size:15px;line-height:1}@media (prefers-reduced-motion:reduce){.hero-bg-emoji{animation:none}.hero-bg-layer{transition:none}}@media (width<=900px){.hero-bg-emoji{opacity:.85;font-size:180px;right:4%}}@media (width>=641px) and (width<=1024px){.hero-fullbleed .hero-content{text-align:center;justify-self:center;max-width:760px;margin:0 auto}.hero-fullbleed .hero-content h1{font-size:40px}.hero-fullbleed .hero-buttons{justify-content:center}.hero-bg-switch{justify-content:center;max-width:100%;padding:0 20px;left:0;right:0}}@media (width<=640px){.hero-fullbleed{align-items:flex-end;min-height:56vh;padding:84px 0 30px}.hero-fullbleed .hero-content{text-align:center;justify-self:stretch;max-width:100%}.hero-bg-emoji{opacity:.45;font-size:120px;top:32%;right:50%;transform:translate(50%,-50%)}.hero-bg-switch{justify-content:center;max-width:100%;padding:0 12px;bottom:12px;left:0;right:0}.hero-bg-chip{padding:6px 10px;font-size:12px}.hero-bg-chip-label{display:none}.group-tab{padding:8px 16px;font-size:13px}.product-group-head h3{font-size:20px}.hero-slider-fallback-emoji{font-size:96px}}.hero-bg-offer{z-index:4;color:#fff;cursor:pointer;text-align:left;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#b45309eb,#f59e0beb);border:1px solid #ffffff59;border-radius:14px;align-items:center;gap:12px;padding:12px 18px;font-family:inherit;transition:transform .2s,box-shadow .2s;animation:.5s both refOfferIn;display:inline-flex;position:absolute;top:104px;right:5%;box-shadow:0 12px 32px #b4530966}.hero-bg-offer:hover{transform:translateY(-2px);box-shadow:0 16px 40px #b4530980}.hero-bg-offer-emoji{font-size:26px;line-height:1}.hero-bg-offer-text{flex-direction:column;line-height:1.25;display:flex}.hero-bg-offer-text strong{font-size:15px;font-weight:800}.hero-bg-offer-text span{opacity:.92;font-size:12px}@keyframes refOfferIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-refer{background:#f59e0b26;border-radius:999px;align-items:center;font-weight:700;display:inline-flex;color:#f59e0b!important;padding:5px 12px!important}.nav-refer:hover{background:#f59e0b47}@media (width<=640px){.hero-bg-offer{justify-content:center;padding:10px 14px;inset:auto 12px 74px}.hero-bg-offer-text strong{font-size:14px}}.ref-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#7c2d12 0%,#b45309 55%,#f59e0b 100%);padding:96px 0 72px}.ref-hero-badge{background:#ffffff29;border-radius:999px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-flex}.ref-hero h1{margin:0 0 18px;font-size:46px;font-weight:800;line-height:1.1}.ref-hero-amt{color:#fde68a}.ref-hero p{color:#fff7ed;max-width:640px;margin:0 auto 28px;font-size:17px;line-height:1.7}.ref-hero-cta{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.ref-hero .btn-primary{color:#b45309;background:#fff;border-color:#fff}.ref-hero .btn-primary:hover{color:#92400e;background:#fde68a}.ref-section{padding:72px 0}.ref-section-alt{background:#fff7ed}.ref-section-head{text-align:center;max-width:640px;margin:0 auto 44px}.ref-section-head h2{color:#0f172a;margin:0 0 10px;font-size:32px;font-weight:800}.ref-section-head p{color:#64748b;margin:0;font-size:16px}.ref-steps{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ref-step{text-align:center;background:#fff;border:1px solid #fde7c9;border-radius:18px;padding:32px 26px;position:relative;box-shadow:0 8px 24px #b453090f}.ref-step-num{color:#fff;background:#f59e0b;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:800;display:flex;position:absolute;top:-16px;left:50%;transform:translate(-50%);box-shadow:0 6px 16px #f59e0b66}.ref-step-icon{color:#b45309;background:#fff7ed;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin:10px auto 18px;display:flex}.ref-step h3{color:#0f172a;margin:0 0 10px;font-size:19px;font-weight:700}.ref-step p{color:#64748b;margin:0;font-size:14.5px;line-height:1.65}.ref-join-wrap{max-width:620px}.ref-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:36px;box-shadow:0 20px 50px #02061714}.ref-card-head{margin-bottom:24px}.ref-card-head h2{color:#0f172a;margin:0 0 6px;font-size:24px;font-weight:800}.ref-card-head p{color:#64748b;margin:0;font-size:15px}.ref-success{text-align:center}.ref-success-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 18px;display:flex}.ref-success h2{color:#0f172a;margin:0 0 8px;font-size:26px;font-weight:800}.ref-success-sub{color:#64748b;margin:0 0 26px;font-size:15px}.ref-code-box{background:#fff7ed;border:1px dashed #f59e0b;border-radius:14px;margin-bottom:20px;padding:20px}.ref-code-label{color:#c2410c;letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:700}.ref-code{color:#9a3412;letter-spacing:4px;margin-top:6px;font-family:monospace;font-size:34px;font-weight:800}.ref-link-row{gap:10px;margin-bottom:18px;display:flex}.ref-link-row input{color:#334155;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;flex:1;min-width:0;padding:12px 14px;font-family:inherit;font-size:14px}.ref-link-row .btn{white-space:nowrap}.ref-dash-link{color:#b45309;align-items:center;gap:8px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.ref-dash-link:hover{text-decoration:underline}.ref-dash-loading,.ref-empty,.ref-dash-hello{text-align:center}.ref-dash-loading{color:#64748b;justify-content:center;align-items:center;gap:10px;padding:40px 0;font-size:16px;display:flex}.ref-dash{max-width:900px;margin:0 auto}.ref-dash-hello{margin-bottom:24px}.ref-dash-name{color:#0f172a;font-size:22px;font-weight:800;display:block}.ref-dash-code{color:#64748b;margin-top:4px;font-size:14px;display:block}.ref-dash-code strong{color:#b45309;letter-spacing:1px;font-family:monospace}.ref-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;display:grid}.ref-stat{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px 18px}.ref-stat-hl{background:linear-gradient(135deg,#b45309,#f59e0b);border-color:#0000}.ref-stat-hl .ref-stat-num,.ref-stat-hl .ref-stat-label{color:#fff}.ref-stat-num{color:#0f172a;font-size:26px;font-weight:800}.ref-stat-label{color:#64748b;margin-top:4px;font-size:13px}.ref-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow-x:auto}.ref-table{border-collapse:collapse;width:100%;min-width:640px}.ref-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 18px;font-size:12px;font-weight:700}.ref-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:14px 18px;font-size:14px}.ref-table tr:last-child td{border-bottom:none}.ref-td-name{color:#0f172a;font-weight:600}.ref-td-sub{color:#94a3b8;margin-top:2px;font-size:12px}.ref-badge{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.ref-empty{color:#64748b;padding:40px 0;font-size:15px}.ref-recover{text-align:center;max-width:560px;margin:0 auto}.ref-recover h3{color:#0f172a;align-items:center;gap:8px;margin:0 0 8px;font-size:20px;font-weight:800;display:inline-flex}.ref-recover p{color:#64748b;margin:0 0 20px;font-size:15px}.ref-recover-form{gap:10px;display:flex}.ref-recover-form input{color:#334155;border:1.5px solid #e2e8f0;border-radius:10px;flex:1;min-width:0;padding:12px 14px;font-family:inherit;font-size:15px}.ref-recover-form .btn{white-space:nowrap}.ref-recover-msg{color:#16a34a;margin-top:16px;font-size:14px;font-weight:600}.ref-terms{max-width:760px;margin:0 auto}.ref-terms h3{color:#0f172a;text-align:center;margin:0 0 16px;font-size:20px;font-weight:800}.ref-terms ul{margin:0;padding-left:22px}.ref-terms li{color:#64748b;margin-bottom:8px;font-size:14.5px;line-height:1.8}.ref-terms li strong{color:#334155}.ref-footer{text-align:center;background:#0f172a;padding:40px 0}@media (width<=860px){.ref-steps{grid-template-columns:1fr}.ref-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.ref-hero h1{font-size:34px}.ref-card{padding:26px 20px}.ref-link-row,.ref-recover-form{flex-direction:column}}.voice-toggle{color:#fff;cursor:pointer;z-index:901;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s,box-shadow .3s,background .3s;display:flex;position:fixed;bottom:28px;right:96px;box-shadow:0 4px 14px #7c3aed73}.voice-toggle:hover{transform:scale(1.1);box-shadow:0 6px 24px #7c3aed8c}.voice-toggle.open{background:#334155;box-shadow:0 4px 14px #0000004d}.voice-window{z-index:902;background:#fff;border-radius:20px;flex-direction:column;width:370px;max-width:calc(100vw - 40px);max-height:560px;animation:.3s ease-out chatSlideUp;display:flex;position:fixed;bottom:96px;right:28px;overflow:hidden;box-shadow:0 20px 60px #00000040}.voice-header{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.voice-header-info{align-items:center;gap:10px;display:flex}.voice-avatar{background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.voice-avatar.speaking{animation:1s ease-in-out infinite voicePulse}.voice-title{font-size:14px;font-weight:700}.voice-sub{opacity:.85;font-size:11px}.voice-header-actions{align-items:center;gap:4px;display:flex}.voice-lang{color:#fff;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:8px;margin-right:2px;padding:4px 6px;font-family:inherit;font-size:12px}.voice-lang option{color:#1e293b}.voice-header-actions button{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:6px;align-items:center;padding:5px;display:flex}.voice-header-actions button:hover{background:#ffffff47}.voice-body{background:var(--bg-alt,#f8fafc);flex-direction:column;flex:1;gap:8px;min-height:160px;padding:14px;display:flex;overflow-y:auto}.voice-msg{border-radius:14px;max-width:85%;padding:10px 13px;font-size:13.5px;line-height:1.55}.voice-msg-bot{color:var(--text,#1e293b);background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;align-self:flex-start}.voice-msg-user{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-bottom-right-radius:4px;align-self:flex-end}.voice-msg-interim{opacity:.6;font-style:italic}.voice-note{color:var(--text-light,#64748b);background:#fff7ed;padding:8px 14px;font-size:12px}.voice-mic-row{background:#fff;justify-content:center;padding:12px 0 6px;display:flex}.voice-mic{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s;display:flex;box-shadow:0 4px 14px #7c3aed66}.voice-mic:hover{transform:scale(1.06)}.voice-mic:disabled{opacity:.45;cursor:not-allowed}.voice-mic.listening{background:linear-gradient(135deg,#dc2626,#f43f5e);animation:1.3s infinite voiceMicPulse;box-shadow:0 0 #f43f5e80}.voice-input-row{background:#fff;gap:8px;padding:10px 14px 14px;display:flex}.voice-input-row input{border:1px solid #e2e8f0;border-radius:999px;outline:none;flex:1;padding:9px 14px;font-family:inherit;font-size:13px}.voice-input-row input:focus{border-color:#7c3aed}.voice-input-row button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}@keyframes voicePulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes voiceMicPulse{0%{box-shadow:0 0 #f43f5e80}70%{box-shadow:0 0 0 14px #f43f5e00}to{box-shadow:0 0 #f43f5e00}}@media (prefers-reduced-motion:reduce){.voice-avatar.speaking,.voice-mic.listening{animation:none}}@media (width<=640px){.voice-toggle{width:50px;height:50px;bottom:20px;right:80px}.voice-window{width:auto;max-height:72vh;bottom:80px;left:12px;right:12px}}
