*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:25px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-primary{background-color:#ff6b35;color:#fff}.btn-primary:hover{background-color:#e55a2e;transform:translateY(-1px)}.btn-secondary{background-color:transparent;color:#666;border:1px solid #ddd}.btn-secondary:hover{background-color:#f8f9fa;border-color:#bbb}.btn-outline{background-color:transparent;color:#ff6b35;border:2px solid #FF6B35}.btn-outline:hover{background-color:#ff6b35;color:#fff}.btn-large{padding:16px 32px;font-size:16px}.btn-full{width:100%;padding:16px;font-size:16px}.header{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header-content{display:flex;align-items:center;justify-content:center;padding:15px 0}.logo svg text{font-family:Inter,sans-serif}.header-actions{display:flex;gap:15px;align-items:center}.animated-hero{margin-top:80px;width:100%;position:relative;overflow:hidden;height:0;padding-bottom:177.78%;background-color:#000}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-text-overlay{position:absolute;bottom:30px;right:30px;z-index:1;color:#fff;font-family:Barlow Condensed,sans-serif;font-weight:800;font-size:48px;text-align:right;text-shadow:2px 2px 8px rgba(0,0,0,.7);line-height:1.1}.hero-content-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.hero-content{display:block;text-align:center}.hero-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px;color:#333}.hero-title em{font-style:italic;color:#ff6b35}.hero-subtitle{font-size:20px;color:#666;margin-bottom:40px;line-height:1.5}.hero-actions{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.form-section{padding:80px 0;background:#fff}.hero-form{background:#fff;border-radius:15px;box-shadow:0 20px 40px #0000001a;overflow:hidden;max-width:550px;margin:0 auto}.form-card{padding:40px}.form-card h3{font-size:24px;font-weight:600;margin-bottom:10px;color:#333}.form-card p{color:#666;margin-bottom:30px}.lead-form .form-group{margin-bottom:20px}.lead-form input,.lead-form select{width:100%;padding:15px;border:2px solid #e9ecef;border-radius:8px;font-size:16px;font-family:Inter,sans-serif;transition:border-color .3s ease}.lead-form input:focus,.lead-form select:focus{outline:none;border-color:#ff6b35}.lead-form input::placeholder{color:#999}.value-prop{padding:100px 0;background-color:#f8f9fa}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}.section-header h2{font-size:36px;font-weight:600;color:#333}.section-header em{font-style:italic;color:#ff6b35}.explore-link{color:#ff6b35;text-decoration:none;font-weight:600;font-size:14px;letter-spacing:.5px;transition:color .3s ease}.explore-link:hover{color:#e55a2e}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.insight-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.insight-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.insight-category{background-color:#333;color:#fff;padding:8px 15px;font-size:12px;font-weight:600;letter-spacing:1px}.insight-content{padding:25px;display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.insight-content h4{font-size:18px;font-weight:600;line-height:1.4;color:#333;flex:1}.insight-link{color:#ff6b35;font-size:20px;text-decoration:none;font-weight:700;transition:transform .3s ease;flex-shrink:0}.insight-link:hover{transform:translate(3px)}.benefits{padding:100px 0;background-color:#fff}.benefits-content h2{font-size:36px;font-weight:600;text-align:center;margin-bottom:60px;color:#333}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.benefit-item{text-align:center;padding:30px}.benefit-item h4{font-size:24px;font-weight:600;margin-bottom:15px;color:#ff6b35}.benefit-item p{color:#666;line-height:1.6}.cta-section{padding:100px 0;background:linear-gradient(135deg,#ff6b35,#e55a2e);color:#fff}.cta-content{text-align:center}.cta-content h2{font-size:36px;font-weight:600;margin-bottom:20px}.cta-content p{font-size:18px;margin-bottom:40px;opacity:.9}.lead-form.horizontal .form-row{display:flex;gap:15px;justify-content:center;align-items:center;flex-wrap:wrap}.lead-form.horizontal input{flex:1;min-width:200px;max-width:250px}.footer{background-color:#333;color:#fff;padding:60px 0}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-left p{margin-top:15px;color:#999;max-width:400px}.footer-legal{margin-top:40px;padding-top:20px;border-top:1px solid #555;text-align:center;display:flex;justify-content:center;gap:30px}.footer-legal a{color:#aaa;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-legal a:hover{color:#fff}@media(min-width:1024px){.hero-content{text-align:center}}@media(max-width:768px){.hero-text-overlay{font-size:32px;right:20px;bottom:20px}.container{padding:0 15px}.header-content{flex-wrap:wrap;gap:15px}.header-actions{flex-wrap:wrap}.animated-hero{height:50vh;min-height:400px}.hero-content-section{padding:60px 0}.hero-title{font-size:32px}.hero-subtitle{font-size:18px}.hero-actions{flex-direction:column;align-items:center}.form-card{padding:30px 20px}.section-header{flex-direction:column;gap:20px;text-align:center}.section-header h2,.benefits-content h2,.cta-content h2{font-size:28px}.lead-form.horizontal .form-row{flex-direction:column}.lead-form.horizontal input{max-width:none;width:100%}.footer-content{flex-direction:column;gap:30px;text-align:center}}@media(max-width:480px){.hero-text-overlay{font-size:24px}.animated-hero{height:45vh;min-height:350px}.hero-content-section{padding:40px 0}.hero-title{font-size:28px}.hero-subtitle{font-size:16px}.btn-large{padding:14px 28px;font-size:14px}.value-prop,.benefits,.cta-section{padding:60px 0}}html{scroll-behavior:smooth}.form-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:15px;border-radius:8px;margin-bottom:20px;text-align:center}.btn.loading{opacity:.7;pointer-events:none;position:relative}.btn.loading:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid #fff;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite;inset:0}@keyframes spin{to{transform:rotate(360deg)}}
