@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";
:root{--green:#3eec8f;--green-dark:#2bc976;--bg:#0a0a0a;--bg-card:#111a1e;--bg-card-hover:#152428;--border:#3eec8f14;--border-hover:#3eec8f40;--white:#fff;--gray:#ffffff73;--text:#ffffffd9;--text-muted:#fff6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);font-family:Montserrat,sans-serif;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0a0a99;border-bottom:1px solid #3eec8f0f;justify-content:space-between;align-items:center;height:72px;padding:0 60px;transition:background .3s,border-color .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{background:#0a0a0ad9;border-bottom-color:#3eec8f1a;box-shadow:0 4px 30px #0000004d}.nav-logo{align-items:center;text-decoration:none;display:flex}.nav-logo-img{width:auto;height:40px}.nav-links{align-items:center;gap:36px;list-style:none;display:flex}.nav-links a{color:#fff9;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--green);border-radius:8px;padding:10px 24px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;color:var(--navy)!important}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 20px #3eec8f4d}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.nav-hamburger span{background:var(--white);border-radius:2px;width:24px;height:2px;display:block}.mobile-menu{z-index:99;background:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--white);font-size:1.6rem;font-weight:700;text-decoration:none}.mobile-menu a:hover{color:var(--green)}.mobile-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;font-size:1.8rem;position:absolute;top:1.5rem;right:1.5rem}.hero{--mouse-x:50%;--mouse-y:50%;text-align:center;background:#0a0a0a;flex-direction:column;align-items:center;min-height:100vh;padding:120px 40px 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(#3eec8f1f 0%,#0000 60%);width:70%;height:80%;animation:12s ease-in-out infinite auroraMove1;position:absolute;top:-30%;left:-10%}.hero:after{content:"";filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(#2bc9761a 0%,#224f5a14 40%,#0000 70%);width:60%;height:70%;animation:15s ease-in-out infinite auroraMove2;position:absolute;bottom:-20%;right:-10%}.hero-grid{pointer-events:none;z-index:0;background-image:radial-gradient(#3eec8f2e 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 10%,#0000 80%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 10%,#0000 80%)}.hero-glow{width:280px;height:280px;left:var(--mouse-x);top:var(--mouse-y);pointer-events:none;z-index:0;background:radial-gradient(circle,#3eec8f38 0%,#3eec8f0f 40%,#0000 70%);transition:left .15s ease-out,top .15s ease-out;position:absolute;transform:translate(-50%,-50%)}.hero-orb{filter:blur(60px);pointer-events:none;z-index:0;background:radial-gradient(circle,#3eec8f12 0%,#0000 70%);width:300px;height:300px;animation:8s ease-in-out infinite orbFloat;position:absolute;top:20%;right:15%}@keyframes auroraMove1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(5%,8%)scale(1.1)}66%{transform:translate(-3%,4%)scale(.95)}}@keyframes auroraMove2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-6%,-5%)scale(1.05)}66%{transform:translate(4%,-8%)scale(1.1)}}@keyframes orbFloat{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(-20px,15px)}}.hero>:not(.hero-glow):not(.hero-grid):not(.hero-orb){z-index:1;position:relative}.hero-badge{color:var(--green);letter-spacing:.5px;text-transform:uppercase;background:#3eec8f1f;border:1px solid #3eec8f4d;border-radius:20px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;font-size:12px;font-weight:600;animation:.6s both fadeUp;display:inline-flex}.hero-badge-dot{background:var(--green);border-radius:50%;width:6px;height:6px}.hero h1{color:var(--white);letter-spacing:-2px;max-width:800px;margin-bottom:24px;font-size:clamp(40px,6vw,72px);font-weight:800;line-height:1.1;animation:.6s .15s both fadeUp}.hero h1 em{color:var(--green);font-style:normal}.hero-sub{color:#ffffffa6;max-width:560px;margin-bottom:48px;font-size:18px;font-weight:400;line-height:1.7;animation:.6s .28s both fadeUp}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;animation:.6s .4s both fadeUp;display:flex}.btn-primary{background:var(--green);color:var(--navy);border-radius:10px;padding:16px 36px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 0 #3eec8f66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #3eec8f59}.btn-secondary{color:#fffc;border:1px solid #fff3;border-radius:10px;padding:16px 36px;font-size:15px;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s}.btn-secondary:hover{color:var(--white);border-color:#ffffff80}.hero-scroll{color:#ffffff4d;letter-spacing:1px;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:11px;font-weight:500;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero-scroll-line{background:linear-gradient(#3eec8f80,#0000);width:1px;height:40px}.dash-preview{background:#1a2e35;border:1px solid #3eec8f1f;border-radius:20px;width:90%;max-width:960px;margin:60px auto 0;display:flex;position:relative;overflow:visible;box-shadow:0 20px 60px #0006}.dash-sidebar,.dash-main{overflow:hidden}.dash-notif{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:#14323ceb;border:1px solid #3eec8f2e;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;display:flex;position:absolute;box-shadow:0 8px 24px #00000059}.dash-notif strong{color:var(--white);font-size:12px;display:block}.dash-notif span{color:#ffffff73;font-size:10px}.dash-notif-icon-box{background:#3eec8f26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-notif-check-box{background:var(--green);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-notif-top{top:-35px;right:-90px}.dash-notif-bottom{bottom:20px;left:-80px}.dash-float{animation:4s ease-in-out infinite dashFloat}.dash-float-alt{animation:5s ease-in-out infinite dashFloatAlt}@keyframes dashFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes dashFloatAlt{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(6px)translate(4px)}}.dash-sidebar{background:#152428;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;width:180px;min-width:180px;padding:20px 0;display:flex;overflow:hidden}.dash-sidebar-header{justify-content:space-between;align-items:center;padding:0 14px 14px;display:flex}.dash-sidebar-logo{align-items:center;gap:8px;display:flex}.dash-logo-icon-img{flex-shrink:0;width:auto;height:30px}.dash-logo-text{color:var(--white);font-size:20px;font-weight:700}.dash-logo-text small{color:var(--green);letter-spacing:1px;vertical-align:super;margin-left:1px;font-size:8px;font-weight:500}.dash-collapse-btn{border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.dash-search-box{color:#ffffff40;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;margin:0 12px 10px;padding:8px 12px;font-size:11px;display:flex}.dash-sidebar-nav{flex-direction:column;flex:1;gap:0;display:flex;overflow:hidden}.dash-sidebar-nav div{color:#ffffff73;cursor:default;white-space:nowrap;border-left:3px solid #0000;align-items:center;gap:8px;padding:8px 14px;font-size:12px;display:flex;position:relative}.dash-sidebar-nav div.active{color:var(--white);border-left-color:var(--green);background:#3eec8f0f;font-weight:600}.dash-sidebar-nav div svg{flex-shrink:0}.dash-chevron{opacity:.4;margin-left:auto}.dash-sidebar-logout{color:var(--green);border-top:1px solid #ffffff0f;align-items:center;gap:8px;margin-top:auto;padding:14px;font-size:12px;display:flex}.dash-main{flex-direction:column;flex:1;min-width:0;padding:0;display:flex;overflow:hidden}.dash-topbar{background:#ffffff05;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.dash-topbar-badge{color:var(--white);background:#ffffff0f;border-radius:6px;align-items:center;gap:6px;padding:5px 12px;font-size:10px;font-weight:600;display:flex}.dash-topbar-badge small{color:#fff6;font-weight:400}.dash-topbar-right{align-items:center;gap:12px;display:flex}.dash-topbar-icons{color:#fff6;gap:10px;display:flex}.dash-topbar-user{color:var(--white);text-align:right;font-size:10px;font-weight:500}.dash-topbar-user small{color:#ffffff59;font-size:9px;font-weight:400;display:block}.dash-topbar-avatar{color:#fff6;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.dash-welcome{background:#ffffff08;border:1px solid #3eec8f1f;border-radius:10px;margin:16px 20px 0;padding:16px 20px}.dash-welcome h3{color:var(--white);margin-bottom:4px;font-size:16px;font-weight:700}.dash-welcome p{color:#fff6;font-size:11px}.dash-stats{grid-template-columns:repeat(4,1fr);gap:10px;padding:16px 20px;display:grid}.dash-stat-card{text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;padding:12px}.dash-stat-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.dash-stat-header span{color:#ffffff80;font-size:10px}.dash-stat-icon{font-size:14px}.dash-stat-card strong{color:var(--white);margin-bottom:4px;font-size:20px;font-weight:800;display:block}.dash-stat-card em{margin-bottom:8px;font-size:9px;font-style:normal;font-weight:500;display:block}.dash-stat-green{color:var(--green)}.dash-stat-orange{color:#f59e0b}.dash-stat-blue{color:#3b82f6}.dash-stat-card small{color:#ffffff4d;font-size:9px}.dash-progress{background:#ffffff14;border-radius:2px;height:4px;margin-bottom:6px;overflow:hidden}.dash-progress-fill{border-radius:2px;height:100%}.dash-fill-green{background:var(--green)}.dash-fill-orange{background:#f59e0b}.dash-fill-blue{background:#3b82f6}.dash-bottom{grid-template-columns:1fr 1fr 1fr;gap:10px;padding:0 20px 20px;display:grid}.dash-info-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;padding:14px}.dash-info-header{color:var(--white);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:11px;font-weight:600;display:flex}.dash-info-card p{color:#fff6;margin-bottom:6px;font-size:10px}.dash-info-card p strong{color:var(--white);font-weight:500}.dash-quick-links{flex-direction:column;gap:6px;display:flex}.dash-quick-btn{border:1px solid var(--green);color:var(--green);text-align:center;border-radius:6px;padding:6px 12px;font-size:10px;font-weight:500}@media (max-width:900px){.dash-preview{flex-direction:column;max-width:100%}.dash-sidebar{border-bottom:1px solid #ffffff0f;border-right:none;width:100%;min-width:auto;padding:12px 0}.dash-sidebar-nav{flex-direction:row;gap:0;overflow-x:auto}.dash-sidebar-nav div{white-space:nowrap;border-left:none;padding:6px 10px;font-size:10px}.dash-sidebar-nav div.active{border-left:none;border-bottom:2px solid var(--green)}.dash-sidebar-logout,.dash-search-box,.dash-chevron,.dash-collapse-btn,.dash-notif{display:none}.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-bottom{grid-template-columns:1fr}.dash-topbar{flex-wrap:wrap;gap:8px}.dash-topbar-user{display:none}}.trust-banner{background:linear-gradient(90deg,#060e0b,#0a1f16,#0e2a1e,#0a1f16,#060e0b) 0 0/200% 100%;border-top:1px solid #3eec8f26;border-bottom:1px solid #3eec8f26;padding:28px 0;animation:8s linear infinite trustGradient;position:relative;overflow:hidden}@keyframes trustGradient{0%{background-position:0%}to{background-position:200%}}.trust-banner p{text-align:center;color:#3eec8f99;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:600}.trust-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.trust-track{white-space:nowrap;gap:48px;width:max-content;animation:25s linear infinite marqueeScroll;display:flex}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-item{color:#fffc;letter-spacing:-.3px;align-items:center;gap:10px;font-size:14px;font-weight:700;display:inline-flex}.trust-dot-icon{background:var(--green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #3eec8f80}.pain{text-align:center;max-width:1100px;margin:0 auto;padding:100px 60px}.section-label{letter-spacing:2px;text-transform:uppercase;color:var(--green);margin-bottom:16px;font-size:12px;font-weight:600}.section-title{color:var(--white);letter-spacing:-1px;margin-bottom:20px;font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.15}.section-sub{color:var(--text-muted);max-width:560px;margin:0 auto 60px;font-size:17px;line-height:1.7}.pain-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.pain-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px;transition:border-color .2s,transform .2s,background .2s}.pain-card:hover{border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-4px)}.pain-icon{background:#3eec8f14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-size:18px;display:flex}.pain-card h3{color:var(--white);margin-bottom:8px;font-size:15px;font-weight:700}.pain-card p{color:var(--text-muted);font-size:13px;line-height:1.65}.solution{background:var(--bg-card);text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 60px}.modules-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1000px;margin:0 auto;display:grid}.module-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;padding:24px;transition:background .2s,border-color .2s}.module-card:hover{background:#3eec8f14;border-color:#3eec8f40}.module-icon{background:#3eec8f14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:14px;display:flex}.module-card h3{color:var(--white);margin-bottom:6px;font-size:14px;font-weight:700}.module-card p{color:#ffffff73;font-size:12px;line-height:1.6}.compliance{padding:100px 60px;position:relative}.compliance-inner{text-align:center;max-width:1100px;margin:0 auto}.compliance .section-title em{color:var(--green);font-style:normal}.compliance-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:56px;display:grid}.compliance-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px;transition:border-color .2s,background .2s,transform .2s}.compliance-card:hover{border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-4px)}.compliance-icon{background:#3eec8f14;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.compliance-card h3{color:var(--white);margin-bottom:8px;font-size:15px;font-weight:700}.compliance-card p{color:var(--text-muted);font-size:12px;line-height:1.7}.compliance-partners{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:48px;display:flex}.compliance-badge{border:1px solid var(--border);color:var(--text-muted);background:#ffffff0a;border-radius:12px;align-items:center;gap:14px;padding:14px 24px;font-size:12px;transition:border-color .2s;display:flex}.compliance-badge:hover{border-color:var(--border-hover)}.compliance-partner-logo{background:#fff;border-radius:6px;width:auto;height:36px;padding:4px 8px}.compliance-logo-dian{height:28px}@media (max-width:900px){.compliance{padding:60px 24px}.compliance-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.compliance-grid{grid-template-columns:1fr}}.forwho{text-align:center;max-width:1100px;margin:0 auto;padding:100px 60px}.forwho-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:56px;display:grid}.forwho-card{border:1px solid var(--border);background:var(--bg-card);border-radius:16px;padding:28px 24px;transition:border-color .2s,transform .2s,background .2s}.forwho-card:hover{border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-4px)}.forwho-num{color:var(--green);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:700}.forwho-card h3{color:var(--white);margin-bottom:10px;font-size:15px;font-weight:700}.forwho-card p{color:var(--text-muted);font-size:13px;line-height:1.65}.forwho-tag{color:var(--green);background:#3eec8f1a;border-radius:20px;margin-top:16px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.testimonials{background:var(--bg-card);text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 60px}.testimonials-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:56px auto 0;display:grid}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:32px;transition:border-color .2s}.testimonial-card:hover{border-color:var(--border-hover)}.testimonial-quote{color:var(--green);margin-bottom:16px;font-size:32px;font-weight:800;line-height:1}.testimonial-card p{color:var(--text);margin-bottom:24px;font-size:14px;font-style:italic;line-height:1.75}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{width:42px;height:42px;color:var(--green);background:#3eec8f1a;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.testimonial-name{color:var(--white);font-size:13px;font-weight:700}.testimonial-role{color:var(--text-muted);font-size:12px}.why{max-width:1100px;margin:0 auto;padding:100px 60px}.why-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.why-content .section-label{text-align:left}.why-content .section-title{text-align:left;font-size:38px}.why-list{flex-direction:column;gap:20px;margin-top:40px;display:flex}.why-item{align-items:flex-start;gap:16px;display:flex}.why-check{background:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;display:flex}.why-item h4{color:var(--white);margin-bottom:4px;font-size:14px;font-weight:700}.why-item p{color:var(--text-muted);font-size:13px;line-height:1.6}.why-visual{background:var(--bg-card);border:1px solid var(--border);border-radius:24px;flex-direction:column;gap:16px;padding:40px;display:flex}.why-stat{background:#ffffff0a;border-radius:12px;padding:20px 24px}.why-stat-num{color:var(--green);letter-spacing:-1px;font-size:32px;font-weight:800}.why-stat-label{color:var(--text-muted);margin-top:4px;font-size:12px}.why-stat-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ai-support{border-top:1px solid var(--border);padding:100px 60px}.ai-support-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1100px;margin:0 auto;display:grid}.ai-support .section-title em{color:var(--green);font-style:normal}.ai-support .section-label{text-align:left}.ai-support .section-title{text-align:left;font-size:38px}.ai-features{flex-direction:column;gap:20px;display:flex}.ai-feature{align-items:flex-start;gap:14px;display:flex}.ai-feature-icon{background:#3eec8f14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ai-feature h4{color:var(--white);margin-bottom:4px;font-size:14px;font-weight:700}.ai-feature p{color:var(--text-muted);font-size:12px;line-height:1.6}.ai-chat-window{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 16px 48px #0000004d}.ai-chat-header{border-bottom:1px solid var(--border);color:var(--white);align-items:center;gap:10px;padding:14px 20px;font-size:13px;font-weight:600;display:flex}.ai-chat-status{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #3eec8f80}.ai-chat-messages{flex-direction:column;gap:12px;padding:20px;display:flex}.ai-msg p{border-radius:14px;margin:0;padding:12px 16px;font-size:12px;line-height:1.65}.ai-msg-user p{color:var(--white);background:#3eec8f1a;border-bottom-right-radius:4px;max-width:85%;margin-left:auto}.ai-msg-bot p{border:1px solid var(--border);color:var(--text);background:#ffffff0a;border-bottom-left-radius:4px;max-width:90%}.ai-msg-bot p strong{color:var(--green)}.ai-msg-user{justify-content:flex-end;display:flex}.ai-msg-bot{justify-content:flex-start;display:flex}.ai-msg-typing{border:1px solid var(--border);background:#ffffff0a;border-radius:14px 14px 14px 4px;align-items:center;gap:4px;width:fit-content;padding:12px 16px;display:flex}.ai-msg-typing span{background:var(--green);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typingDot}.ai-msg-typing span:nth-child(2){animation-delay:.2s}.ai-msg-typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (max-width:900px){.ai-support{padding:60px 24px}.ai-support-inner{grid-template-columns:1fr;gap:40px}.ai-support .section-title{font-size:28px}}.cta-section{background:var(--bg-card);text-align:center;border-top:1px solid var(--border);padding:100px 60px;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#3eec8f14 0%,#0000 65%);width:600px;height:600px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}.cta-section h2{color:var(--white);letter-spacing:-1.5px;max-width:700px;margin:0 auto 20px;font-size:clamp(30px,4vw,52px);font-weight:800;line-height:1.15;position:relative}.cta-section h2 em{color:var(--green);font-style:normal}.cta-section>p{color:#ffffff8c;max-width:480px;margin:0 auto 40px;font-size:17px;line-height:1.7;position:relative}.cta-whatsapp{color:#fff;background:#25d366;border-radius:12px;align-items:center;gap:12px;padding:16px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:relative}.cta-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 32px #25d36659}.cta-divider{align-items:center;gap:16px;max-width:520px;margin:32px auto;display:flex;position:relative}.cta-divider:before,.cta-divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.cta-divider span{color:#ffffff4d;white-space:nowrap;font-size:12px}.cta-form{flex-direction:column;gap:12px;max-width:520px;margin:0 auto;display:flex;position:relative}.cta-form-row{gap:12px;display:flex}.cta-form input{min-width:0;color:var(--white);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;outline:none;flex:1;padding:14px 20px;font-family:Montserrat,sans-serif;font-size:13px;transition:border-color .2s}.cta-form input::placeholder{color:#ffffff4d}.cta-form input:focus{border-color:var(--green)}.cta-form button{background:var(--green);color:#0a0a0a;cursor:pointer;border:none;border-radius:10px;width:100%;padding:14px 32px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s}.cta-form button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3eec8f4d}.cta-success{flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.cta-success p{color:var(--text-muted);max-width:400px;font-size:14px}.cta-note{color:#ffffff40;letter-spacing:.3px;margin-top:20px;font-size:12px;position:relative}@media (max-width:600px){.cta-form-row{flex-direction:column}}footer{border-top:1px solid var(--border);background:#050505;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:48px 60px;display:flex}.footer-logo{align-items:center;display:flex}.footer-logo-img{width:auto;height:30px}.footer-links{gap:28px;display:flex}.footer-links a{color:#fff6;font-size:12px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-copy{color:#ffffff40;font-size:12px}.jbot-fab{z-index:200;background:var(--green);color:#0a0a0a;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #3eec8f59}.jbot-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #3eec8f80}.jbot-widget{z-index:200;border:1px solid var(--border);background:#0e1517;border-radius:20px;flex-direction:column;width:380px;max-height:520px;animation:.25s ease-out jbotSlideUp;display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden;box-shadow:0 16px 48px #00000080}@keyframes jbotSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.jbot-header{background:var(--green);border-bottom:none;border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.jbot-header-left{align-items:center;gap:12px;display:flex}.jbot-avatar{background:#00000026;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.jbot-name{color:#0a0a0a;font-size:14px;font-weight:700}.jbot-status{color:#00000080;align-items:center;gap:6px;font-size:11px;display:flex}.jbot-dot{opacity:.4;background:#0a0a0a;border-radius:50%;width:6px;height:6px}.jbot-close{color:#0006;cursor:pointer;background:0 0;border:none;padding:4px}.jbot-close:hover{color:#0a0a0a}.jbot-messages{flex-direction:column;flex:1;gap:10px;min-height:200px;max-height:340px;padding:16px;display:flex;overflow-y:auto}.jbot-msg{align-items:flex-end;gap:8px;display:flex}.jbot-msg-user{justify-content:flex-end}.jbot-msg-bot{justify-content:flex-start}.jbot-msg-avatar{background:#3eec8f1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex;overflow:hidden}.jbot-msg-avatar-img{width:auto;height:16px}.jbot-bubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:80%;padding:10px 14px;font-size:13px;line-height:1.6}.jbot-msg-user .jbot-bubble{color:var(--white);background:#3eec8f1f;border-bottom-right-radius:4px}.jbot-msg-bot .jbot-bubble{border:1px solid var(--border);color:var(--text);background:#ffffff0d;border-bottom-left-radius:4px}.jbot-typing{gap:4px;padding:2px 0;display:inline-flex}.jbot-typing span{background:var(--green);opacity:.4;border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite jbotDot}.jbot-typing span:nth-child(2){animation-delay:.2s}.jbot-typing span:nth-child(3){animation-delay:.4s}@keyframes jbotDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.jbot-input-row{border-top:1px solid var(--border);background:#ffffff05;gap:8px;padding:12px 16px;display:flex}.jbot-input{color:var(--white);background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;outline:none;flex:1;padding:10px 14px;font-family:Montserrat,sans-serif;font-size:13px;transition:border-color .2s}.jbot-input::placeholder{color:#ffffff40}.jbot-input:focus{border-color:var(--green)}.jbot-send{background:var(--green);color:#0a0a0a;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .2s;display:flex}.jbot-send:disabled{opacity:.4;cursor:not-allowed}@media (max-width:480px){.jbot-widget{width:calc(100vw - 32px);max-height:70vh;bottom:88px;right:16px}.jbot-fab{bottom:16px;right:16px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){nav{padding:0 24px}.nav-links{display:none}.nav-hamburger{display:flex}.hero{padding:100px 24px 60px}.pain,.solution,.forwho,.testimonials,.why,.cta-section{padding:60px 24px}.trust-banner{padding:20px 0}.pain-grid,.modules-grid,.testimonials-grid,.forwho-grid{grid-template-columns:1fr 1fr}.why-inner{grid-template-columns:1fr;gap:40px}footer{flex-direction:column;align-items:flex-start;padding:32px 24px}}@media (max-width:600px){.pain-grid,.modules-grid,.testimonials-grid,.forwho-grid{grid-template-columns:1fr}}
