:root{--primary-color: #ff9f1c;--primary-hover: #e0890d;--secondary-color: #1e3a8a;--bg-color: #ffffff;--bg-alt: #f8fafc;--text-main: #0f172a;--text-muted: #64748b;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius: 8px;--font-family: "Inter", system-ui, -apple-system, sans-serif;--nav-height: 80px}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--text-main);background-color:var(--bg-color);line-height:1.6;-webkit-font-smoothing:antialiased}img,video{max-width:100%;display:block}a{text-decoration:none;color:inherit;transition:all .2s ease}button{cursor:pointer;font-family:inherit;border:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:var(--radius);font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:var(--primary-color);color:#fff;box-shadow:0 4px 14px #ff9f1c63}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #ff9f1c3b}.navbar{position:fixed;top:0;left:0;right:0;height:var(--nav-height);z-index:1000;transition:background-color .3s ease,box-shadow .3s ease;background-color:transparent}.navbar.scrolled{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm)}.navbar-container{height:100%;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:800;color:var(--text-main);letter-spacing:-.025em}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-link{font-weight:500;color:var(--text-main);position:relative}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--primary-color);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-cta{padding:.6rem 1.25rem;font-size:.95rem}.hero-section{padding:calc(var(--nav-height) + 4rem) 0 6rem 0;background:radial-gradient(circle at top right,#fff7ed,#fff);overflow:hidden}.hero-container{display:flex;align-items:center;gap:4rem}.hero-content{flex:1;animation:fadeUp .8s ease-out}.hero-headline{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-main);letter-spacing:-.03em}.hero-subhead{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;line-height:1.6;max-width:500px}.hero-image-wrapper{flex:1;animation:fadeLeft .8s ease-out .2s backwards}.hero-image-wrapper .placeholder-image{height:500px;border-radius:12px;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;color:#64748b;font-size:1.2rem;font-weight:600}.placeholder-text{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.placeholder-text img{border-radius:12px;object-fit:cover}.video-section{background-color:#fff;width:100%;line-height:0;position:relative}.feature-video{width:100%;height:auto;max-height:500px;min-height:500px;object-fit:contain;opacity:.9}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-main);letter-spacing:-.025em}.section-subtitle{font-size:1.25rem;color:var(--text-muted);line-height:1.6}.scroll-reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.5,0,0,1)}.scroll-reveal.visible{opacity:1;transform:translateY(0)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.features-grid-section{padding:4rem 0}.three-col-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.grid-item{text-align:center;transition:transform .3s ease}.grid-item:hover{transform:translateY(-5px)}.grid-item .grid-image{height:280px;background-color:#f1f5f9;border-radius:var(--radius);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-weight:500}.grid-item h3{font-size:1.5rem;font-weight:600}.ai-expert-section{padding:6rem 0;background-color:var(--bg-alt);text-align:center}.ai-expert-section .section-description{max-width:800px;margin:0 auto;font-size:1.5rem;font-weight:300;color:var(--text-main);line-height:1.5}.complex-products-section{padding:8rem 0}.full-width-image{width:100%;height:600px;background-color:#e2e8f0;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#64748b;font-size:1.5rem}.showroom-section{padding:4rem 0;background-color:var(--bg-alt)}.split-layout{display:flex;align-items:center;gap:5rem}.split-image{flex:1;height:500px;background-color:#cbd5e1;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#64748b}.split-image-container{flex:1;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.image-caption{font-size:1.75rem;font-weight:700;color:var(--text-main);text-align:center;letter-spacing:-.025em}.split-content{flex:1}.feature-bullets li{font-size:1.125rem;margin-bottom:1rem;padding-left:2rem}.use-cases-section{padding:4rem 0}.site-footer{background-color:#0f172a;color:#fff;padding:6rem 0 3rem;position:relative}.footer-cta-container{text-align:center;margin-bottom:6rem}.footer-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem}.footer-btn{background-color:var(--primary-color);font-size:1.125rem;padding:1rem 3rem}.form-section{background:#fff;max-width:600px;margin:-4rem auto 5rem;padding:3rem;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;color:var(--text-main);position:relative;z-index:10}.form-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;text-align:center}.form-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .2s box-shadow .2s;background-color:#f8fafc}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ff9f1c1a;background-color:#fff}.form-group .optional{font-weight:400;color:var(--text-muted);font-size:.85rem}.spinner{border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top:3px solid #ffffff;width:20px;height:20px;animation:spin 1s linear infinite;display:none;margin-left:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message{margin-top:1rem;text-align:center;font-size:.9rem}.message.error{color:#ef4444}.main-container{width:100%;padding:1.5rem 1rem;display:flex;justify-content:center}.content-wrapper{max-width:600px;width:100%;text-align:left}.headline{font-size:2.25rem;font-weight:500;text-align:center;margin-bottom:1.25rem;color:#111827;letter-spacing:-.025em}.subheadline{font-size:1.125rem;color:var(--text-muted);text-align:center;margin-bottom:2rem;line-height:1.6}.contact-form{width:100%}.cf-turnstile{margin-top:1rem;margin-bottom:1.5rem}.btn{gap:10px}.btn:disabled{opacity:.7;cursor:not-allowed}.disclaimer{margin-top:.75rem;text-align:center;color:#4b5563;font-size:1rem}.toolkit-section{width:100%;max-width:1200px;padding:2rem 1rem;text-align:center;margin:0 auto}.toolkit-header{margin-bottom:2rem}.carousel-wrapper{width:100%;overflow:hidden;margin-bottom:2rem;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;gap:2rem;margin-bottom:1.5rem}.marquee-content{flex-shrink:0;display:flex;justify-content:space-around;gap:2rem;min-width:100%;width:fit-content}.marquee-lr .marquee-content{animation:scroll-left-to-right 60s linear infinite}.marquee-rl .marquee-content{animation:scroll-right-to-left 60s linear infinite}.marquee-item{width:auto;height:100px;object-fit:contain;border-radius:8px;flex-shrink:0}@keyframes scroll-left-to-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes scroll-right-to-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.players-section{margin-top:1.5rem;padding:0 1rem}.separator-line{width:200px;height:4px;background-color:var(--primary-color);margin:0 auto 1.5rem}.showcase-banner{width:100%;background-color:#111827;color:#fff;padding:1.25rem 1rem;text-align:center;margin:1rem 0}.showcase-banner h2{font-size:1.2rem;font-weight:600;letter-spacing:-.025em}.showcase-banner p{color:#9ca3af;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.6}.features-section{width:100%;max-width:1000px;padding:2rem 1.5rem;margin:0 auto;display:flex;flex-direction:column}.feature-card{background:#fff;padding:2rem}.feature-point{margin-bottom:1.25rem}.feature-point strong{display:block;font-size:1.1rem;color:#111827;margin-bottom:.25rem}.feature-point p{color:#4b5563;line-height:1.5}.feature-list{list-style:none;padding:0;margin:0}.feature-list.bullets li{position:relative;padding-left:1.75rem;margin-bottom:1rem;color:#374151;line-height:1.6}.feature-list.bullets li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.25rem}.footer-text-section{text-align:center;margin-top:1.5rem;background:#f9fafb;border-radius:16px;padding:2.5rem 2rem}.footer-headline{font-size:1.75rem;font-weight:800;margin-bottom:1.25rem;color:#111827}.footer-subtext{color:#4b5563;max-width:700px;margin:0 auto;line-height:1.6;font-size:1.1rem}.footer-branding{text-align:center;border-top:1px solid #334155;padding-top:3rem;margin-top:3rem}.brand-name{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media (max-width: 768px){.hero-headline{font-size:2.5rem}.hero-container,.split-layout{flex-direction:column;text-align:center;gap:3rem}.hero-image-wrapper .placeholder-image{background:none;height:auto;box-shadow:none;min-height:250px}.hero-image-wrapper .feature-video{object-fit:contain;height:auto!important;max-height:400px}.video-section{height:auto;max-height:300px}.video-section .video-container{height:auto;max-height:300px;display:flex;align-items:center;justify-content:center}.video-section .feature-video{height:300px;max-height:300px;min-height:300px;display:flex;object-fit:contain}.nav-links{display:none}.three-col-grid{grid-template-columns:1fr}.form-section{margin:0 1rem 4rem;padding:2rem}.headline{font-size:1.875rem}.subheadline{font-size:1rem;margin-bottom:2rem}.main-container{padding:1.5rem}}
