:root{--color-primary:#ff8a50;--color-primary-dark:#ff7600;--color-primary-deep:#cc4e2b;--color-accent-light:#ffd6b2;--color-accent-warm:#ffd278;--color-bg-dark:#1a1a1a;--color-bg-black:#000;--color-bg-surface:#f8f1f1;--color-text-white:#fff;--color-text-muted:#ffffffb3;--color-text-subtle:#ffffff80;--color-glass-bg:#ffffff0f;--color-glass-border:#ffffff26;--color-overlay-dark:#0000004d;--color-divider:#d9d9d9;--font-primary:"DM Sans", sans-serif;--font-display:"DM Sans", sans-serif;--container-max:1200px;--section-padding-y:120px;--section-padding-x:80px;--border-radius-card:16px;--border-radius-pill:100px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}*{scrollbar-width:none}::-webkit-scrollbar{display:none}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}body{font-family:var(--font-primary);color:var(--color-text-white);background:var(--color-bg-black);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;line-height:1.1}h1,h2,h3{letter-spacing:-.03em}p{letter-spacing:-.03em;font-weight:300}#loading-screen{background:var(--color-bg-surface);z-index:10000;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .6s,visibility .6s;display:flex;position:fixed;top:0;left:0}#loading-screen.hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-container{justify-content:center;align-items:center;display:flex;position:relative}.loader-svg{transform:rotate(-90deg)}.loader-progress{transition:stroke-dashoffset .3s}.loader-text{color:#000;font-size:18px;font-weight:600;font-family:var(--font-primary);position:absolute}#scene-canvas{z-index:-1;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}#dark-overlay{background:var(--color-bg-black);z-index:0;opacity:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}#grain-overlay{z-index:1;pointer-events:none;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-size:128px 128px;width:200%;height:200%;position:fixed;top:-50%;left:-50%}.container{max-width:var(--container-max);width:100%;margin:0 auto;padding:0 40px}.section{z-index:1;padding:var(--section-padding-y) 0;position:relative}.section-3d{background:0 0}.section-dark{background:var(--color-bg-black)}.section-header{margin-bottom:60px}.section-header.center{text-align:center}.section-header.key-features-header{justify-content:space-between;align-items:flex-start;gap:60px;display:flex}.section-header.key-features-header .text-muted{flex-shrink:0;max-width:400px}.section-label{font-family:var(--font-primary);letter-spacing:3px;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:16px;font-size:12px;font-weight:500}.section-heading{color:var(--color-text-white);font-size:48px;font-weight:600;line-height:1.1}.text-muted{color:var(--color-text-muted);font-size:16px;line-height:1.6}.text-muted-sm{color:var(--color-text-muted);font-size:14px;line-height:1.6}#navbar{z-index:100;-webkit-backdrop-filter:blur(20px);background:#00000026;width:100%;padding:16px 0;transition:background .3s;position:fixed;top:0;left:0}#navbar.scrolled{background:#0000004d}.nav-container{max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;padding:0 40px;display:flex}.nav-logo{font-family:var(--font-display);color:var(--color-text-white);font-size:18px;font-weight:500}.nav-logo-img{width:auto;height:30px;display:block}.footer-logo-img{width:auto;height:34px;display:block}.nav-links{align-items:center;gap:32px;display:flex}.nav-link{color:var(--color-text-white);font-size:14px;font-weight:400;transition:opacity .3s}.nav-link:hover{opacity:.7}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:8px;display:none}.hamburger span{background:var(--color-text-white);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:200;background:#000000f2;flex-direction:column;width:100%;height:100vh;padding:20px 40px;transition:transform .4s;display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{justify-content:space-between;align-items:center;margin-bottom:60px;display:flex}.mobile-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:32px}.mobile-menu-links{flex-direction:column;gap:24px;display:flex}.mobile-link{color:var(--color-text-white);font-size:24px;font-weight:500}.btn{font-family:var(--font-primary);border-radius:var(--border-radius-pill);cursor:pointer;white-space:nowrap;border:1px solid #0000;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex}.btn-primary{background:var(--color-bg-dark);color:var(--color-text-white);border-color:#ffffff1a}.btn-primary:hover{background:#333}.btn-outline{color:var(--color-text-white);background:0 0;border-color:#ffffff4d}.btn-outline:hover{background:#ffffff1a}.btn-white{background:var(--color-text-white);color:var(--color-bg-black)}.btn-white:hover{background:#e0e0e0}.btn-sm{padding:10px 20px;font-size:13px}.btn-icon-circle{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.btn-primary .btn-icon-circle{background:#fff3}.nav-cta .btn-icon-circle{width:22px;height:22px}.btn-full{justify-content:center;width:100%}.glass-card{background:var(--color-glass-bg);border:1px solid var(--color-glass-border);border-radius:var(--border-radius-card);-webkit-backdrop-filter:blur(20px);padding:32px}.check-icon{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") 50%/contain no-repeat;flex-shrink:0;width:20px;height:20px;display:inline-block}#hero{align-items:flex-end;min-height:100vh;padding-bottom:60px;display:flex}.hero-container{justify-content:space-between;align-items:flex-end;gap:60px;display:flex}.hero-left{flex:1}.hero-title{margin-bottom:32px;font-size:64px;font-weight:600;line-height:1.05}.hero-trust{align-items:center;gap:12px;display:flex}.hero-trust-text{color:var(--color-text-muted);font-size:14px}.avatar-group{display:flex}.avatar{object-fit:cover;border:2px solid #ffffff4d;border-radius:50%;width:32px;height:32px;margin-left:-8px}.avatar:first-child{margin-left:0}.hero-right{flex-direction:column;gap:20px;max-width:380px;display:flex}.hero-desc{color:var(--color-text-muted);margin:0;font-size:15px;line-height:1.65}.hero-buttons{align-items:center;gap:10px;display:flex}#solutions{padding-top:80px}.solutions-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border-radius:24px;padding:48px;overflow:hidden}.solutions-card-inner{justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:40px;display:flex}.solutions-text h2{margin-bottom:24px}.solutions-buttons{gap:12px;display:flex}.solutions-desc{max-width:400px}.solutions-image img{border-radius:12px;width:100%}#partners{text-align:center;padding-top:80px;padding-bottom:80px}#partners .section-header{margin-bottom:48px}#partners .section-heading{max-width:600px;margin:0 auto;font-size:56px;line-height:1.1}.partners-grid{grid-template-columns:repeat(8,1fr);gap:14px;display:grid}.partner-card{aspect-ratio:1;background:#1e140f8c;border-radius:14px;justify-content:center;align-items:center;padding:28px 16px;display:flex}.partner-card img{opacity:1;filter:brightness(10);width:72%;height:auto}.partner-card-amg{padding:28px 16px;overflow:hidden}.partner-card-amg img{object-fit:contain;filter:brightness(10);width:100%;height:100%;transform:scale(2.2)}#features{padding-top:120px}.features-header-text{max-width:600px;margin:0 auto}.features-header-text .text-muted{margin-top:16px}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;display:grid}.feature-card{border-radius:var(--border-radius-card);background:#ffffff08;border:1px solid #ffffff0f;overflow:hidden}.feature-card-image{aspect-ratio:16/10;width:100%;overflow:hidden}.feature-card-image img{object-fit:cover;width:100%;height:100%}.feature-card-text{padding:24px}.feature-card-text h3{color:var(--color-text-white);margin-bottom:8px;font-size:20px}.feature-card-text p{color:var(--color-text-muted);font-size:14px}#key-features{padding-top:80px}.key-feature-block{grid-template-columns:1fr 1fr;align-items:center;gap:40px;margin-bottom:80px;display:grid}.key-feature-block:last-child{margin-bottom:0}.key-feature-text h2{margin-bottom:16px}.key-feature-text .text-muted-sm{margin-bottom:24px}.key-feature-image{border-radius:var(--border-radius-card);background:#ffffff08;border:1px solid #ffffff0f;padding:16px;position:relative;overflow:hidden}.key-feature-image img{border-radius:12px;width:100%}.feature-number{color:var(--color-text-subtle);font-size:14px;position:absolute;top:16px;left:24px}#ai-power{padding-top:120px}.solutions-size-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.solution-size-card{padding:32px}.solution-size-card h3{color:var(--color-text-white);margin-bottom:12px;font-size:24px}.solution-size-card p{color:var(--color-text-muted);font-size:14px;line-height:1.6}.solution-size-image{align-items:center;height:120px;margin-bottom:20px;display:flex}.solution-size-image img{opacity:.6;width:auto;max-height:100%}#benefits{padding-top:40px}.benefits-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.benefit-card{text-align:left;padding:40px 32px}.benefit-highlight{background:var(--color-text-white)}.benefit-highlight .benefit-number,.benefit-highlight .benefit-label{color:var(--color-bg-black)}.benefit-number{font-size:56px;font-weight:600;line-height:1;font-family:var(--font-display);margin-bottom:12px}.benefit-label{color:var(--color-text-muted);font-size:16px;font-weight:400}#testimonials{padding-top:120px}.chatbot-container{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;max-width:720px;margin:0 auto;display:flex;overflow:hidden}.chatbot-messages{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;flex-direction:column;gap:14px;min-height:300px;max-height:420px;padding:28px 28px 16px;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.chat-message{flex-direction:column;display:flex}.chat-message.user{align-items:flex-end}.chat-message.bot{align-items:flex-start}.chat-bubble{max-width:78%;font-family:var(--font-primary);padding:12px 18px;font-size:14px;line-height:1.65}.chat-message.bot .chat-bubble{color:#ffffffd9;background:#ffffff12;border-radius:4px 16px 16px}.chat-message.user .chat-bubble{background:var(--color-primary);color:#fff;border-radius:16px 4px 16px 16px}.chatbot-input-wrapper{background:#ffffff05;border-top:1px solid #ffffff12;align-items:flex-end;gap:12px;padding:16px 20px;display:flex}.chatbot-textarea{color:#fff;font-family:var(--font-primary);resize:none;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:120px;font-size:14px;line-height:1.6;overflow-y:auto}.chatbot-textarea::placeholder{color:#ffffff4d}.chatbot-send-btn{background:var(--color-primary);cursor:pointer;color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .1s;display:flex}.chatbot-send-btn:hover{background:var(--color-primary-dark);transform:scale(1.05)}.chatbot-send-btn:disabled{cursor:not-allowed;background:#ffffff1a;transform:none}.chat-typing{background:#ffffff12;border-radius:4px 16px 16px;align-items:center;gap:5px;padding:14px 18px;display:flex}.chat-typing span{background:#ffffff73;border-radius:50%;width:6px;height:6px;animation:1.2s infinite chat-bounce}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes chat-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}#pricing{padding-top:80px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.pricing-card{border-radius:var(--border-radius-card);background:#ffffff08;border:1px solid #ffffff0f;flex-direction:column;padding:32px;display:flex}.pricing-featured{border-color:#fff3}.pricing-header h3{margin-bottom:8px;font-size:22px}.pricing-desc{color:var(--color-text-muted);font-size:14px}.pricing-divider{background:#ffffff1a;height:1px;margin:24px 0}.pricing-price h2{font-size:42px;font-weight:700}.pricing-price span{color:var(--color-text-muted);font-size:18px;font-weight:400}.pricing-features{flex-direction:column;flex:1;gap:14px;margin:24px 0 32px;display:flex}.pricing-features li{color:var(--color-text-muted);align-items:center;gap:12px;font-size:14px;display:flex}.section-cta{align-items:center;min-height:80vh;display:flex}.cta-container{text-align:left}.cta-heading{margin-bottom:32px;font-size:64px;font-weight:600;line-height:1.1}.cta-buttons{gap:12px;display:flex}footer{z-index:1;padding:40px 0 60px;position:relative}.footer-container{justify-content:space-between;align-items:flex-start;display:flex}.footer-logo{font-family:var(--font-display);margin-bottom:8px;font-size:18px;font-weight:500;display:block}.footer-email{color:var(--color-text-muted);font-size:14px}.footer-links{gap:80px;display:flex}.footer-col{flex-direction:column;gap:8px;display:flex}.footer-col-title{color:var(--color-text-muted);margin-bottom:8px;font-size:14px}.footer-col a{color:var(--color-text-white);font-size:14px;transition:opacity .3s}.footer-col a:hover{opacity:.7}@media (width<=1024px){.hero-title{font-size:48px}.section-heading{font-size:38px}.cta-heading{font-size:48px}.partners-grid{grid-template-columns:repeat(4,1fr)}.solutions-size-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}.key-feature-block{gap:30px}.section-header.key-features-header{flex-direction:column;gap:16px}}@media (width<=768px){:root{--section-padding-y:80px;--section-padding-x:24px}.container{padding:0 24px}.nav-links{display:none}.hamburger{display:flex}.hero-container{flex-direction:column;align-items:flex-start;gap:32px}.hero-title{font-size:36px}.hero-right{max-width:100%}.section-heading{font-size:32px}.cta-heading{font-size:36px}.solutions-card-inner{flex-direction:column}.solutions-desc{max-width:100%}.features-grid,.key-feature-block,.key-feature-block.reverse{grid-template-columns:1fr}.key-feature-block.reverse .key-feature-image{order:-1}.partners-grid{grid-template-columns:repeat(4,1fr)}.solutions-size-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid,.pricing-grid{grid-template-columns:1fr}.footer-container{flex-direction:column;gap:40px}.benefit-number{font-size:40px}}@media (width<=480px){.hero-title{font-size:28px}.section-heading{font-size:26px}.cta-heading{font-size:28px}.partners-grid{grid-template-columns:repeat(2,1fr)}.hero-buttons,.solutions-buttons,.cta-buttons{flex-direction:column}.hero-trust{flex-direction:column;align-items:flex-start}.benefit-number{font-size:32px}.benefits-grid{grid-template-columns:1fr}}
