.hero-wrapper{background:#000;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-mesh{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-mesh:before{content:"";background:radial-gradient(at 15% 60%,#00ff8821 0%,#0000 55%),radial-gradient(at 85% 20%,#7c3aed21 0%,#0000 55%),radial-gradient(at 55% 85%,#06b6d414 0%,#0000 50%);animation:18s ease-in-out infinite alternate meshDrift;position:absolute;inset:0}.hero-mesh:after{content:"";background:radial-gradient(#0000 30%,#000 80%);position:absolute;inset:0}@keyframes meshDrift{0%{transform:translate(0)scale(1)}30%{transform:translate(-2%,3%)scale(1.03)}60%{transform:translate(3%,-2%)scale(.97)}to{transform:translate(-1%,4%)scale(1.02)}}.hero-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero-content-new{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:140px 24px 80px;display:flex;position:relative}.hero-badge{color:#0f8;letter-spacing:.02em;background:#00ff8814;border:1px solid #0f83;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero-badge-dot{background:#0f8;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulseDot}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hero-headline{color:#fff;letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(42px,6.5vw,80px);font-weight:900;line-height:1.08}.hero-headline-accent{background:linear-gradient(135deg,#0f8 0%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:#ababab;max-width:600px;margin-bottom:44px;font-size:clamp(16px,2vw,20px);line-height:1.6}.hero-cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:40px;display:flex}.hero-btn-primary{color:#000;cursor:pointer;letter-spacing:-.01em;background:#0f8;border:none;border-radius:12px;align-items:center;gap:8px;padding:15px 36px;font-size:15px;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 50px #00ff8880}.hero-btn-ghost{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:8px;padding:15px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.hero-btn-ghost:hover{background:#ffffff0d;border-color:#fff6}.hero-trust{color:#a2a2a2;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.hero-trust-sep{background:#3f3f46;border-radius:50%;width:3px;height:3px}.hero-agents-section{z-index:1;width:100%;max-width:1300px;margin:0 auto;padding:0 24px 80px;position:relative}.hero-agents-label{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:#9a9a9a;margin-bottom:32px;font-size:13px;font-weight:600}.chat-preview-dark{background:#0a0a0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;min-height:340px;margin-bottom:16px;padding:16px;display:flex}.chat-header-dark{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.agent-info-dark{align-items:center;gap:8px;display:flex}.agent-info-dark span{color:#a1a1aa;font-size:12px;font-weight:600}.agent-dot{background:#0f8;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulseDot}.feature-card-dark{background:#0a0a0a;border:1px solid #ffffff14;border-radius:20px;padding:24px;transition:transform .25s,box-shadow .25s,border-color .25s}.feature-card-dark:hover{border-color:#00ff8840;transform:translateY(-5px);box-shadow:0 0 30px #00ff8826}.feature-title-dark{color:#fff;margin-top:12px;font-size:18px;font-weight:700;line-height:1.3}.hero-bottom-text{z-index:1;text-align:center;width:100%;max-width:900px;margin:0 auto;padding:0 24px 100px;position:relative}.hero-bottom-text h2{color:#52525b;font-size:clamp(18px,2.5vw,26px);font-weight:400;line-height:1.6}.hero-bottom-text .accent{color:#0f8;font-weight:600}.hero-bottom-text .white{color:#e2e2e2}.scroll-indicator{z-index:1;color:#3f3f46;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:6px;font-size:11px;font-weight:500;animation:2s ease-in-out infinite scrollBounce;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.scroll-chevron{background:linear-gradient(#0000,#0f86);border-radius:1px;width:1px;height:40px}@keyframes scrollBounce{0%,to{opacity:.4;transform:translate(-50%)translateY(0)}50%{opacity:.8;transform:translate(-50%)translateY(6px)}}.message-dark{text-align:left;opacity:0;color:#fff;border-radius:10px;padding:10px 12px;font-size:12px;font-weight:500;line-height:1.5;animation:.15s ease-out forwards fadeInUp}.user-message-dark{border-bottom-right-radius:3px;max-width:85%;margin-left:auto}.bot-message-dark{border-bottom-left-radius:3px;max-width:90%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.features-grid-dark{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.features-grid-dark{grid-template-columns:1fr}.hero-cta-row{flex-direction:column;width:100%}.hero-btn-primary,.hero-btn-ghost{justify-content:center;width:100%}}
.marquee-section{background:#000;border-top:1px solid #ffffff0d;padding:80px 0;position:relative;overflow:hidden}.marquee-label{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:#b0b0b0;margin-bottom:32px;font-size:13px;font-weight:600}.marquee-track{margin-bottom:14px;overflow:hidden}.marquee-row{gap:12px;width:max-content;display:flex}.marquee-left{animation:40s linear infinite scrollLeft}.marquee-right{animation:40s linear infinite scrollRight}.marquee-left:hover,.marquee-right:hover{animation-play-state:paused}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.logo-chip{cursor:default;white-space:nowrap;background:#0a0a0a;border:1px solid #ffffff12;border-radius:100px;align-items:center;gap:8px;padding:8px 18px;transition:opacity .2s,border-color .2s;display:inline-flex}.logo-chip:hover{border-color:#ffffff2e;opacity:1!important}.logo-dot{opacity:.85;border-radius:50%;flex-shrink:0;width:7px;height:7px}.logo-name{color:#71717a;letter-spacing:.01em;font-size:13px;font-weight:600}.marquee-fade-left,.marquee-fade-right{pointer-events:none;z-index:2;width:160px;position:absolute;top:0;bottom:0}.marquee-fade-left{background:linear-gradient(90deg,#000,#0000);left:0}.marquee-fade-right{background:linear-gradient(270deg,#000,#0000);right:0}
.security-container{background:#000;border-top:1px solid #ffffff0d;padding:100px 24px}.security-content{max-width:1200px;margin:0 auto}.security-header{text-align:center;margin-bottom:64px}.security-title{color:#fff;letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.15}.gradient-purple{background:linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.security-subtitle{color:#bebebe;max-width:640px;margin:0 auto 24px;font-size:16px;line-height:1.7}.security-link{color:#0f8;letter-spacing:.01em;align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.security-link:hover{opacity:.8;gap:12px}.arrow-icon{transition:transform .2s}.security-link:hover .arrow-icon{transform:translate(4px)}.security-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.security-card{background:#0a0a0a;border:1px solid #ffffff12;border-radius:18px;padding:28px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.security-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#7c3aed80,#0000);height:2px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.security-card:hover{border-color:#7c3aed40;transform:translateY(-4px);box-shadow:0 0 30px #7c3aed26}.security-card:hover:before{opacity:1}.card-icon{background:#7c3aed1a;border:1px solid #7c3aed33;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;transition:transform .25s;display:flex}.security-card:hover .card-icon{transform:scale(1.08)}.card-title{color:#fff;margin-bottom:10px;font-size:16px;font-weight:700;line-height:1.3}.card-description{color:#c1c1c1;font-size:13px;line-height:1.65}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.security-card{animation:.5s ease-out both fadeInUp}.security-card:first-child{animation-delay:50ms}.security-card:nth-child(2){animation-delay:.1s}.security-card:nth-child(3){animation-delay:.15s}.security-card:nth-child(4){animation-delay:.2s}.security-card:nth-child(5){animation-delay:.25s}.security-card:nth-child(6){animation-delay:.3s}@media (max-width:1024px){.security-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.security-container{padding:70px 20px}.security-grid{grid-template-columns:1fr}.security-card{padding:22px 20px}}
