:root{--primary-orange:#FE9900;--dark-gray:#212121;--light-gray:#f5f5f5;--white:#ffffff;--text-primary:#212121;--text-secondary:#666666;--text-light:#888888;--border-color:#e1e5e9;--success-green:#22c55e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:battamReg,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.hero{padding:80px 0;background:linear-gradient(135deg,var(--white) 0,#fafbfc 100%);text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff7ed;color:var(--primary-orange);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:2rem;border:1px solid #fed7aa}.hero-badge svg{width:16px;height:16px}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--text-primary);margin-bottom:1.5rem;font-family:battamBold,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.hero .highlight{color:var(--primary-orange)}.hero-subtitle{font-size:1.3rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.5}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.btn-primary{background:var(--primary-orange);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary svg{width:18px;height:18px}.btn-secondary{background:0 0;color:var(--text-primary);padding:1rem 2rem;border:2px solid var(--border-color);border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-primary:hover{background:#e88900;transform:translateY(-2px)}.btn-secondary:hover{border-color:var(--primary-orange);color:var(--primary-orange)}.social-proof{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;opacity:.7}.social-proof-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.social-proof-icon{color:var(--success-green)}.social-proof-icon svg{width:16px;height:16px}.trust-section{padding:60px 0;background:var(--white);border-bottom:1px solid var(--border-color)}.trust-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.trust-stat{padding:1.5rem}.trust-number{font-size:2.5rem;font-weight:800;color:var(--primary-orange);display:block}.trust-label{font-size:.9rem;color:var(--text-secondary);font-weight:500}.features{padding:100px 0;background:var(--light-gray)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;font-family:battamBold,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.section-header p{font-size:1.2rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:var(--white);padding:2.5rem;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 40px rgba(0,0,0,.1)}.feature-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--primary-orange),#f80);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.feature-icon svg{width:32px;height:32px}.feature-card h3{font-size:1.4rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;font-family:battamBold,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.feature-card p{color:var(--text-secondary);line-height:1.6}.compliance{padding:100px 0;background:var(--white)}.compliance-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.compliance-text h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;font-family:battamBold,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.compliance-text p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.compliance-list{list-style:none;margin-bottom:2rem}.compliance-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-weight:500}.compliance-list li::before{content:'✓';color:var(--success-green);font-weight:700;font-size:1.1rem}.compliance-visual{background:var(--light-gray);border-radius:12px;padding:3rem;text-align:center}.asc842-showcase{text-align:center}.asc842-badge{background:var(--white);padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.asc842-badge h3{font-size:2rem;font-weight:800;color:var(--primary-orange);margin-bottom:.5rem;font-family:battamBold,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.asc842-badge p{color:var(--text-secondary);font-weight:500}.compliance-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.feature-item{background:var(--white);padding:1rem;border-radius:8px;font-weight:500;color:var(--text-primary);box-shadow:0 2px 4px rgba(0,0,0,.05)}.video-section{padding:100px 0;background:var(--white);text-align:center}.video-container{max-width:900px;margin:0 auto;position:relative;background:var(--light-gray);border-radius:16px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.video-container video{width:100%;height:auto;display:block}.video-header{margin-bottom:3rem}.video-header h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;font-family:battamBold,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.video-header p{font-size:1.2rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.customers{padding:100px 0;background:var(--light-gray);overflow:hidden}.customers-scroll-container{overflow:hidden;white-space:nowrap;position:relative;margin-top:3rem}.customers-scroll-track{display:inline-flex;animation:scroll 30s linear infinite;align-items:center;gap:2rem}.customers-scroll-track:hover{animation-play-state:paused}.customer-logo{background:var(--white);padding:2rem;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease;width:200px;height:120px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.customer-logo:hover{transform:translateY(-4px);box-shadow:0 10px 40px rgba(0,0,0,.1);border-color:var(--primary-orange)}.customer-logo img{max-width:140px;max-height:80px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:all .3s ease}.customer-logo:hover img{filter:grayscale(0%) opacity(1);transform:scale(1.05)}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.cta-section{padding:100px 0;background:var(--primary-orange);text-align:center;color:#fff}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:battamBold,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.btn-cta{background:var(--white);color:var(--primary-orange);padding:1.2rem 2.5rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-cta:hover{background:var(--light-gray);transform:translateY(-2px)}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.compliance-content{grid-template-columns:1fr;gap:2rem}.compliance-features{grid-template-columns:1fr}.trust-content{grid-template-columns:1fr}.social-proof{flex-direction:column;gap:1rem}.video-container{margin:0 1rem}.video-header h2{font-size:2rem}.customers-scroll-track{animation-duration:45s}.customer-logo{width:160px;height:100px;padding:1.5rem}.customer-logo img{max-width:120px;max-height:60px}}