@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.muted{color:var(--text-light)}.nav-modern{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:all .3s ease}.nav-modern.nav-scrolled{background:#fffffff2;border-bottom-color:var(--border);box-shadow:0 4px 20px #0000000d}.nav-container-modern{max-width:1400px;margin:0 auto;padding:.8rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.nav-logo-modern{display:flex;align-items:center;text-decoration:none;transition:transform .2s ease}.nav-logo-modern:hover{transform:scale(1.02)}.nav-logo-img{height:32px;width:auto}.btn-nav-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,#f16610,#ff8a3d);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #f1661033}.btn-nav-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f166104d}.nav-mobile-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--text);font-size:1.5rem;cursor:pointer;border-radius:8px;transition:background .2s ease}.nav-mobile-toggle:hover{background:var(--bg-secondary)}.footer-modern{background:linear-gradient(180deg,#fff,#f8fafc);border-top:1px solid var(--border);padding:4rem 1.5rem 2rem;margin-top:4rem}.footer-container-modern{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1.2fr 1.3fr;gap:2.5rem;margin-bottom:2.5rem;align-items:start}.footer-brand-modern{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.footer-logo-row{display:flex;align-items:center;gap:10px}.footer-logo{height:45px;width:auto;margin-bottom:0;display:block}.footer-badge{background:#f166101a;color:#f16610;padding:6px 12px;border-radius:999px;font-weight:700;font-size:.85rem}.footer-tagline{color:var(--text-light);font-size:.95rem;line-height:1.6;max-width:360px;text-align:left}.footer-contact-modern{display:flex;flex-direction:column;gap:.65rem;margin-top:.5rem}.footer-contact-item{display:flex;align-items:center;gap:.65rem;color:var(--text);text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-contact-item:hover{color:var(--primary)}.footer-contact-item svg{color:var(--primary);font-size:1.1rem}.footer-links-modern{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 2.5rem}.footer-column{display:flex;flex-direction:column;gap:.65rem}.footer-heading{font-weight:800;font-size:1.05rem;color:var(--text);margin-bottom:.4rem}.footer-link{color:var(--text-light);text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-link:hover{color:var(--primary)}.footer-cta-modern{display:flex;flex-direction:column;gap:.8rem;padding:18px 20px;background:#fff;border-radius:14px;border:1px solid var(--border);box-shadow:0 12px 30px #0f172a14}.footer-cta-text{color:var(--text-light);font-size:.95rem;line-height:1.6}.btn-footer-cta{padding:.9rem 1.5rem;background:linear-gradient(135deg,#f16610,#ff8a3d);color:#fff;border:none;border-radius:12px;font-weight:800;font-size:.96rem;text-decoration:none;text-align:center;transition:all .3s ease;box-shadow:0 6px 18px #f1661038;width:fit-content;display:inline-flex;align-items:center;gap:8px}.btn-footer-cta:hover{transform:translateY(-2px);box-shadow:0 10px 26px #f166104d}.footer-subtext{color:var(--text-light);font-size:.9rem;margin-top:.2rem}.footer-bottom-modern{padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.35rem;text-align:center;color:var(--text-light);font-size:.9rem}.footer-tagline-small{color:var(--text-light);font-size:.875rem}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.btn-nav-primary{padding:.625rem 1.25rem;font-size:.875rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.btn-footer-cta{width:100%}}:root{--primary: #f16610;--primary-dark: #d45a0e;--primary-light: #ff8a3d;--secondary: #6366f1;--accent: #f16610;--text: #0f172a;--text-light: #64748b;--bg: #ffffff;--bg-secondary: #f8fafc;--border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-2xl: 0 35px 60px -12px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);overflow-x:hidden}.modern-landing{position:relative;min-height:100vh}.variation-a{background:#fff}.variation-a .gradient-orb{display:none}.variation-b{background:#0a0e27;color:#fff}.variation-b .section-title,.variation-b .section-description,.variation-b .benefit-title-modern,.variation-b .benefit-copy-modern,.variation-b .plan-name-modern,.variation-b .plan-desc-modern{color:#fff}.variation-b .benefits-section-modern,.variation-b .pricing-section-modern,.variation-b .testimonials-section-modern{background:#0f172a;color:#fff}.variation-b .benefit-card-modern,.variation-b .pricing-card-modern{background:#ffffff0d;border-color:#ffffff1a;color:#fff}.variation-b .modern-input{background:#ffffff1a;border-color:#fff3;color:#fff}.variation-b .modern-input::placeholder{color:#ffffff80}.variation-c{background:#fff}.variation-c .problems-section-asymmetric{background:linear-gradient(180deg,#fef2f2,#fee2e2);border-top:4px solid #ef4444}.variation-c .problem-card-asymmetric{background:#fff;border:2px solid #fecaca;border-left:6px solid #ef4444}.variation-c .problem-icon-red{background:#fee2e2;color:#dc2626;width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1rem}.variation-c .solutions-section-asymmetric{background:linear-gradient(180deg,#f0fdf4,#dcfce7);border-top:4px solid #f16610}.variation-c .solution-card-asymmetric{background:#fff;border:2px solid #bbf7d0;border-left:6px solid #f16610}.variation-c .solution-icon-green{background:#dcfce7;color:#d7540d;width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1rem}.variation-d{background:linear-gradient(180deg,#fff7ed,#ffedd5,#fff)}.variation-d .hero-masonry{background:linear-gradient(180deg,#fff7ed,#ffedd5)}.variation-d .masonry-card{border-width:3px;box-shadow:0 8px 24px #0000001f}.variation-d .masonry-urgent{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important;border-color:#ef4444!important;animation:urgentPulse 2s ease-in-out infinite;box-shadow:0 0 30px #ef444480}.variation-d .btn-urgent{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 8px 24px #ef444466}.variation-d .btn-urgent:hover{transform:translateY(-3px);box-shadow:0 12px 32px #ef444480}.variation-e{background:#fff}.variation-e .hero-editorial{background:#fafafa;border-bottom:2px solid #e5e5e5}.variation-e .editorial-title{font-family:Inter,serif;font-weight:900;letter-spacing:-.04em;line-height:1.05}.variation-e .feature-article{background:#fff;border-left:4px solid #f16610;box-shadow:0 2px 8px #0000000a}.variation-e .article-title{font-weight:800;letter-spacing:-.02em}.variation-e .article-description{font-size:1.125rem;line-height:1.8;color:#475569}.variation-e .pricing-section-modern{background:#fafafa}.variation-f{background:transparent!important;position:relative;overflow-x:hidden}.variation-f.modern-landing{background:transparent!important}.orange-shapes-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.shape-circle{position:absolute;border-radius:50%;border:75px solid rgba(241,102,16,.08);background:transparent;animation:floatShape 25s ease-in-out infinite}.shape-1{width:600px;height:600px;top:5%;right:-200px;border-color:#f166100f;animation-delay:0s}.shape-2{width:500px;height:500px;top:60%;left:-150px;border-color:#ff8a3d14;animation-delay:8s}.shape-3{width:450px;height:450px;bottom:10%;right:-100px;border-color:#f1661012;animation-delay:15s}@keyframes floatShape{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-40px) scale(1.1)}50%{transform:translate(-20px,30px) scale(.95)}75%{transform:translate(40px,20px) scale(1.05)}}.variation-f .hero-split-screen,.variation-f .metrics-section-modern,.variation-f .benefits-section-modern,.variation-f .pricing-section-modern,.variation-f .testimonials-section-modern,.variation-f .cta-section-modern{position:relative;z-index:1;background:#fffffff2}.variation-f .hero-f,.variation-f .hero-split-screen{background:transparent}.gradient-orb{position:fixed;border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;z-index:0;animation:float 20s ease-in-out infinite}.orb-1{width:600px;height:600px;background:linear-gradient(135deg,#f16610,#ff8a3d);top:-300px;left:-300px;animation-delay:0s}.orb-2{width:500px;height:500px;background:linear-gradient(135deg,#6366f1,#8b5cf6);top:50%;right:-250px;animation-delay:5s}.orb-3{width:400px;height:400px;background:linear-gradient(135deg,#f16610,#ff9f52);bottom:-200px;left:20%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.modern-hero{position:relative;z-index:1;padding:10rem 1.5rem 6rem;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff7ed;border:1px solid #fed7aa;border-radius:50px;font-size:.875rem;font-weight:600;color:#f16610;margin-bottom:1.5rem}.variation-a .hero-badge{margin-bottom:1.5rem}.pulse-icon{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em;color:var(--text)}.gradient-text{background:linear-gradient(135deg,#f16610,#ff8a3d,#f16610);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-description{font-size:1.25rem;line-height:1.7;color:var(--text-light);margin-bottom:2rem;max-width:600px}.hero-perks-modern{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.hero-perk-modern{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:16px;transition:all .3s ease;animation:slideInLeft .6s ease-out backwards}.hero-perk-modern:hover{transform:translate(8px);box-shadow:var(--shadow-md);border-color:var(--primary)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.perk-icon-wrapper{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#f16610,#ff8a3d);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;font-size:1.25rem}.perk-title-modern{font-weight:700;font-size:1rem;color:var(--text);margin-bottom:.25rem}.perk-copy-modern{font-size:.875rem;color:var(--text-light);line-height:1.5}.hero-actions-modern{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.btn-primary-modern{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#f16610,#ff8a3d);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #f166104d;text-decoration:none}.btn-primary-modern:hover{transform:translateY(-2px);box-shadow:0 15px 35px #f1661066;background:linear-gradient(135deg,#ff8a3d,#f16610)}.btn-primary-modern:active{transform:translateY(0)}.btn-secondary-modern{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#fff;color:var(--text);border:2px solid var(--border);border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-secondary-modern:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-full{width:100%;justify-content:center}.btn-large{padding:1.25rem 2.5rem;font-size:1.125rem}.btn-icon{transition:transform .3s ease}.btn-primary-modern:hover .btn-icon{transform:translate(4px)}.trust-badges-modern{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.trust-badge-modern{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:16px;transition:all .3s ease}.trust-badge-modern:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.trust-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#f166101a,#f166100d);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.5rem}.trust-value{font-weight:800;font-size:1.5rem;color:var(--text);line-height:1.2}.trust-label{font-size:.875rem;color:var(--text-light)}.trusted-logos-modern{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.trusted-label{font-size:.875rem;color:var(--text-light);font-weight:500}.logos-grid{display:flex;gap:1.5rem;flex-wrap:wrap}.logo-item{padding:.5rem 1rem;background:#fff;border:1px solid var(--border);border-radius:8px;font-weight:600;font-size:.875rem;color:var(--text-light);transition:all .3s ease}.logo-item:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.hero-form-modern{position:relative;z-index:2}.form-card-glass{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2rem;box-shadow:0 25px 50px -12px #00000026;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.form-urgency-modern{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f1661026,#f1661014);border:1px solid rgba(241,102,16,.3);border-radius:12px;color:var(--primary);font-weight:700;font-size:.875rem;margin-bottom:1.5rem}.form-title{font-size:1.5rem;font-weight:800;color:var(--text);margin-bottom:.5rem}.form-subtitle{font-size:.875rem;color:var(--text-light);margin-bottom:1.5rem}.modern-form{display:flex;flex-direction:column;gap:1rem}.form-group{position:relative}.modern-input{width:100%;padding:1rem;border:2px solid var(--border);border-radius:12px;font-size:1rem;background:#fff;color:var(--text);transition:all .3s ease;font-family:inherit}.modern-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #f166101a}.modern-input::placeholder{color:var(--text-light)}.form-security{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-light);justify-content:center}.form-badges-modern{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem}.form-badge-item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--text-light);font-weight:500}.form-badge-item svg{color:var(--primary);font-size:.875rem}.metrics-section-modern{position:relative;z-index:1;padding:4rem 1.5rem;margin-top:-4rem}.metrics-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.metric-card-modern{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;animation:fadeInUp .6s ease-out backwards}.metric-card-modern:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.metric-icon-modern{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.75rem}.metric-orange{background:linear-gradient(135deg,#f1661026,#f166100d);color:var(--primary)}.metric-blue{background:linear-gradient(135deg,#6366f126,#6366f10d);color:#6366f1}.metric-green{background:linear-gradient(135deg,#10b98126,#10b9810d);color:#f16610}.metric-purple{background:linear-gradient(135deg,#8b5cf626,#8b5cf60d);color:#8b5cf6}.metric-value-modern{font-size:2.5rem;font-weight:900;color:var(--text);margin-bottom:.5rem;line-height:1}.metric-label-modern{font-size:.875rem;color:var(--text-light);font-weight:500}.benefits-section-modern{position:relative;z-index:1;padding:6rem 1.5rem;background:var(--bg-secondary)}.section-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem;animation:fadeInUp .6s ease-out backwards}.section-badge{display:inline-block;padding:.5rem 1rem;background:#f166101a;border:1px solid rgba(241,102,16,.2);border-radius:50px;font-size:.875rem;font-weight:600;color:var(--primary);margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em}.section-description{font-size:1.125rem;color:var(--text-light);line-height:1.7}.benefits-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.benefit-card-modern{background:#fff;border:1px solid var(--border);border-radius:24px;padding:2.5rem;transition:all .4s ease;animation:fadeInUp .6s ease-out backwards;position:relative;overflow:hidden}.benefit-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f16610,#ff8a3d);transform:scaleX(0);transition:transform .4s ease}.benefit-card-modern:hover:before{transform:scaleX(1)}.benefit-card-modern:hover{transform:translateY(-12px);box-shadow:var(--shadow-2xl);border-color:var(--primary)}.benefit-icon-modern{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;margin-bottom:1.5rem;background:linear-gradient(135deg,#f16610,#ff8a3d)}.bg-gradient-red-500{background:linear-gradient(135deg,#ef4444,#f87171)}.bg-gradient-cyan-500{background:linear-gradient(135deg,#06b6d4,#22d3ee)}.bg-gradient-emerald-500{background:linear-gradient(135deg,#f16610,#ff9f52)}.bg-gradient-pink-500{background:linear-gradient(135deg,#ec4899,#f472b6)}.benefit-title-modern{font-size:1.5rem;font-weight:800;color:var(--text);margin-bottom:.75rem}.benefit-copy-modern{font-size:1rem;color:var(--text-light);line-height:1.7}.pricing-section-modern{position:relative;z-index:1;padding:6rem 1.5rem}.pricing-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.pricing-card-modern{background:#fff;border:2px solid var(--border);border-radius:24px;padding:2.5rem;transition:all .4s ease;animation:fadeInUp .6s ease-out backwards;position:relative;display:flex;flex-direction:column}.pricing-card-modern:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.pricing-featured{background:linear-gradient(135deg,#0f172a,#1e293b);border-color:var(--primary);color:#fff;box-shadow:0 25px 50px -12px #f166104d}.pricing-featured .plan-name-modern,.pricing-featured .plan-price-modern,.pricing-featured .plan-desc-modern,.pricing-featured .feature-item-modern{color:#ffffffe6}.popular-badge-modern{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.5rem 1.5rem;background:linear-gradient(135deg,#f16610,#ff8a3d);color:#fff;border-radius:50px;font-weight:700;font-size:.875rem;box-shadow:0 10px 25px #f166104d}.pricing-header{margin-bottom:2rem}.plan-name-modern{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.plan-price-modern{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.price-amount{font-size:3rem;font-weight:900;line-height:1}.price-period{font-size:1.125rem;color:var(--text-light);font-weight:500}.plan-desc-modern{font-size:.875rem;color:var(--text-light)}.features-list-modern{list-style:none;margin-bottom:2rem;flex-grow:1}.feature-item-modern{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:var(--text)}.feature-icon{color:var(--primary);font-size:1.25rem;margin-top:.125rem;flex-shrink:0}.btn-pricing-modern{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#f16610,#ff8a3d);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;width:100%}.btn-pricing-modern:hover{transform:translateY(-2px);box-shadow:0 15px 35px #f1661066}.btn-pricing-featured{background:linear-gradient(135deg,#f16610,#ff8a3d);box-shadow:0 10px 25px #f166104d}.pricing-guarantee-modern{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);color:#fffc;font-size:.875rem;font-weight:500;justify-content:center}.testimonials-section-modern{position:relative;z-index:1;padding:6rem 1.5rem;background:var(--bg-secondary)}.testimonials-carousel-modern{position:relative;max-width:900px;margin:0 auto 3rem}.testimonials-track{position:relative;height:400px;overflow:hidden}.testimonial-card-modern{position:absolute;width:100%;opacity:0;transform:translate(50px) scale(.9);transition:all .5s cubic-bezier(.4,0,.2,1);pointer-events:none;background:#fff;border:1px solid var(--border);border-radius:24px;padding:3rem;box-shadow:none}.testimonial-card-modern.active{opacity:1;transform:translate(0) scale(1);pointer-events:all}.testimonial-rating-modern{display:flex;gap:.25rem;margin-bottom:1rem}.star-filled-modern{color:#fbbf24;fill:#fbbf24;font-size:1.25rem}.quote-mark-modern{font-size:4rem;line-height:1;color:var(--primary);font-weight:900;margin-bottom:1rem;opacity:.3}.testimonial-quote-modern{font-size:1.25rem;line-height:1.8;color:var(--text);margin-bottom:2rem;font-weight:500}.testimonial-author-modern{display:flex;align-items:center;gap:1rem}.author-avatar-modern{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#f16610,#ff8a3d);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem}.author-name-modern{font-weight:700;font-size:1.125rem;color:var(--text);margin-bottom:.25rem}.author-role-modern{font-size:.875rem;color:var(--text-light)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:var(--text);box-shadow:var(--shadow-md)}.carousel-btn:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-50%) scale(1.1)}.carousel-prev{left:-24px}.carousel-next{right:-24px}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:var(--border);cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active{background:var(--primary);transform:scale(1.3)}.rating-badge-modern{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#fff;border:1px solid var(--border);border-radius:50px;box-shadow:var(--shadow-md);margin:0 auto;max-width:fit-content}.rating-star{color:#fbbf24;font-size:1.25rem}.rating-count{color:var(--text-light);margin-left:.5rem}.cta-section-modern{position:relative;z-index:1;padding:6rem 1.5rem}.cta-container-modern{max-width:1200px;margin:0 auto;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:32px;padding:4rem;text-align:center;box-shadow:var(--shadow-2xl);position:relative;overflow:hidden}.cta-container-modern:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(241,102,16,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-content-modern{position:relative;z-index:2}.cta-badge-modern{display:inline-block;padding:.5rem 1rem;background:#f1661033;border:1px solid rgba(241,102,16,.3);border-radius:50px;font-size:.875rem;font-weight:600;color:#ff8a3d;margin-bottom:1rem}.cta-title-modern{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.2}.cta-description-modern{font-size:1.125rem;color:#fffc;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-actions-modern{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}.sticky-cta-mobile-modern{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid var(--border);padding:1rem 1.5rem;box-shadow:0 -10px 30px #0000001a}.floating-contacts{position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:999}.contact-btn{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1rem;border-radius:50px;background:#030712;border:2px solid #0f172a;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;font-weight:600;font-size:.875rem;position:relative;min-width:130px;justify-content:center;color:#e2e8f0;box-shadow:0 8px 22px #0006}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000080}.contact-btn.whatsapp{border-color:#25d366}.contact-btn.whatsapp:hover{background:#0a1f15;color:#fff;box-shadow:0 8px 18px #25d36666}.contact-btn.phone{border-color:#f16610}.contact-btn.phone:hover{background:#1a0f08;color:#fff;box-shadow:0 8px 18px #f1661066}.contact-icon{font-size:1.125rem}.contact-btn.whatsapp .contact-icon{color:#25d366}.contact-btn.phone .contact-icon{color:#f16610}.contact-label{font-weight:600}@media(max-width:1024px){.floating-contacts{right:1rem}.contact-btn{min-width:120px;padding:.5rem .875rem;font-size:.8rem}}@media(max-width:768px){.floating-contacts{right:1rem;top:auto;bottom:6rem;transform:none;flex-direction:row;gap:.625rem}.contact-btn{padding:0;border-radius:50%;width:56px;height:56px;min-width:56px;justify-content:center;align-items:center}.contact-btn .contact-label{display:none}.contact-icon{font-size:1.375rem;margin:0}.contact-btn:hover{transform:translateY(-2px)}}@media(max-width:480px){.floating-contacts{right:.75rem;bottom:5.5rem;gap:.5rem}.contact-btn{width:50px;height:50px;min-width:50px}.contact-icon{font-size:1.25rem}}.faq-section-modern{position:relative;z-index:1;padding:6rem 1.5rem}.faq-modern{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item-modern{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:all .3s ease;cursor:pointer}.faq-item-modern:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.faq-question-modern{font-weight:700;font-size:1.125rem;color:var(--text);cursor:pointer;list-style:none;display:flex;align-items:center;gap:1rem}.faq-question-modern::marker{display:none}.faq-question-modern:before{content:"+";font-size:1.5rem;color:var(--primary);font-weight:300;transition:transform .3s ease}.faq-item-modern[open] .faq-question-modern:before{content:"−";transform:rotate(180deg)}.faq-item-modern[open] .faq-question-modern{color:var(--primary);margin-bottom:1rem}.faq-answer-modern{color:var(--text-light);line-height:1.7;padding-left:2.5rem;margin-top:.5rem}[data-animate]{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}[data-animate].visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:3rem}.metrics-container,.benefits-grid-modern{grid-template-columns:repeat(2,1fr)}.pricing-grid-modern{grid-template-columns:1fr}.carousel-prev{left:1rem}.carousel-next{right:1rem}}@media(max-width:768px){.modern-hero{padding:6rem 1.5rem 4rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.trust-badges-modern,.metrics-container,.benefits-grid-modern{grid-template-columns:1fr}.testimonials-track{height:450px}.testimonial-card-modern{padding:2rem}.cta-container-modern{padding:3rem 2rem}.sticky-cta-mobile-modern{display:block}.benefits-section-modern,.pricing-section-modern,.testimonials-section-modern,.cta-section-modern{padding:4rem 1.5rem}}.variation-b .hero-variant-b{padding:10rem 1.5rem 6rem;background:linear-gradient(180deg,#fff,#f8fafc)}.social-proof-banner{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:20px}.proof-item{text-align:center}.proof-icon{font-size:1.5rem;color:var(--primary);margin-bottom:.5rem}.proof-value{font-size:1.75rem;font-weight:900;color:var(--text);margin-bottom:.25rem}.proof-label{font-size:.75rem;color:var(--text-light)}.hero-title-vb{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.hero-description-vb{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:700px}.testimonials-preview{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:16px}.testimonial-mini{display:flex;flex-direction:column;gap:.5rem}.mini-stars{display:flex;gap:.25rem}.mini-quote{font-size:.9rem;color:var(--text);font-style:italic;line-height:1.6}.mini-author{font-size:.8rem;color:var(--text-light);font-weight:600}.testimonials-vb{padding:5rem 1.5rem;background:#f8fafc}.testimonials-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.rating-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1rem;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:700;color:var(--text)}.testimonials-grid-vb{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.testimonial-card-vb{background:#fff;border:1px solid var(--border);border-radius:18px;padding:1.5rem;box-shadow:0 10px 35px #0f172a0d;display:flex;flex-direction:column;gap:1rem;height:100%}.testimonial-rating{display:flex;gap:.35rem}.quote-mark{font-size:2.5rem;color:#f16610;opacity:.16;line-height:1}.testimonial-quote-vb{font-size:.98rem;line-height:1.7;color:var(--text);flex:1}.testimonial-footer-vb{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.author-name-vb{font-weight:800;color:#1f2937}.author-role-vb{color:#6b7280;font-size:.9rem}.hero-actions-vb{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.trust-badges-vb{display:flex;gap:1.5rem;flex-wrap:wrap;color:var(--text-light);font-size:.9rem}.trust-badges-vb svg{color:var(--primary)}.benefits-vb{padding:6rem 1.5rem;background:#0f172a}.variation-b .benefits-vb{background:#0a0e27}.benefits-grid-vb{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card-vb{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.benefit-card-vb:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.benefit-icon-vb{font-size:2.5rem;color:var(--primary);margin-bottom:1rem}.benefit-stat-vb{font-size:2rem;font-weight:900;color:var(--primary);margin-bottom:.5rem}.benefit-title-vb{font-size:1.25rem;font-weight:800;margin-bottom:.5rem}.benefit-copy-vb{color:var(--text-light)}.testimonials-vb{padding:6rem 1.5rem}.testimonials-grid-vb{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card-vb{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem}.variation-c .hero-variant-c{padding:10rem 1.5rem 6rem}.problem-indicator{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:50px;color:#ef4444;font-weight:700;margin-bottom:1.5rem}.hero-title-vc{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.hero-description-vc{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:700px}.problems-section{padding:6rem 1.5rem;background:#fef2f2}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.problem-card{background:#fff;border:2px solid #fee2e2;border-radius:20px;padding:2rem;transition:all .3s ease}.problem-card:hover{border-color:#ef4444;transform:translateY(-4px);box-shadow:var(--shadow-lg)}.problem-icon-red{width:56px;height:56px;border-radius:16px;background:#ef44441a;color:#ef4444;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.problem-title{font-size:1.5rem;font-weight:800;color:#dc2626;margin-bottom:.75rem}.problem-text{color:#7f1d1d;line-height:1.7;font-size:1.0625rem}.solutions-section{padding:6rem 1.5rem;background:#f0fdf4}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.solution-card{background:#fff;border:2px solid #dcfce7;border-radius:20px;padding:2rem;transition:all .3s ease}.solution-card:hover{border-color:#f16610;transform:translateY(-4px);box-shadow:var(--shadow-lg)}.solution-icon-green{width:56px;height:56px;border-radius:16px;background:#10b9811a;color:#f16610;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.solution-title{font-size:1.5rem;font-weight:800;color:#d7540d;margin-bottom:.75rem}.solution-text{color:#065f46;line-height:1.7;font-size:1.0625rem}.solution-cta{text-align:center}.variation-d .hero-variant-d{padding:10rem 1.5rem 6rem;background:linear-gradient(180deg,#fff7ed,#fff)}.urgency-banner{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:50px;font-weight:700;margin-bottom:1.5rem;animation:urgencyPulse 2s ease-in-out infinite}@keyframes urgencyPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.hero-title-vd{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.hero-description-vd{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:700px}.urgency-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #fef2f2;border-radius:20px}.urgency-stat{text-align:center}.urgency-icon{font-size:1.5rem;color:#ef4444;margin-bottom:.5rem}.urgency-value{font-size:1.5rem;font-weight:900;color:#ef4444;margin-bottom:.25rem}.urgency-label{font-size:.75rem;color:var(--text-light)}.btn-urgent{background:linear-gradient(135deg,#ef4444,#dc2626)!important;animation:urgentGlow 2s ease-in-out infinite}@keyframes urgentGlow{0%,to{box-shadow:0 10px 25px #ef44444d}50%{box-shadow:0 15px 35px #ef444480}}.form-urgent{border:2px solid #fef2f2}.form-urgency-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#ef444426,#ef444414);border:1px solid rgba(239,68,68,.3);border-radius:12px;color:#ef4444;font-weight:700;margin-bottom:1rem}.urgency-section{padding:4rem 1.5rem;background:#fef2f2}.urgency-alert{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#fff;border:2px solid #ef4444;border-radius:20px;box-shadow:var(--shadow-lg)}.urgency-alert svg{font-size:2rem;color:#ef4444;flex-shrink:0}.urgency-alert h3{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.urgency-alert p{color:var(--text-light)}.free-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f16610,#d7540d);color:#fff;border-radius:50px;font-weight:700;font-size:.875rem}.cta-urgent{background:#fef2f2}.urgency-countdown{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#fff;border:2px solid #ef4444;border-radius:50px;color:#ef4444;font-weight:700;font-size:1.125rem;margin-bottom:1.5rem;justify-content:center}.urgency-guarantee{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.urgency-guarantee svg{color:#f16610}.variation-e .hero-variant-e{padding:10rem 1.5rem 6rem;background:#fff}.trust-metrics-e{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;padding:2rem;background:#f8fafc;border:1px solid var(--border);border-radius:20px}.trust-metric-e{text-align:center}.metric-icon-e{font-size:1.75rem;color:var(--primary);margin-bottom:.75rem}.metric-value-e{font-size:2rem;font-weight:900;color:var(--text);margin-bottom:.25rem}.metric-label-e{font-size:.875rem;color:var(--text-light)}.hero-title-ve{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.hero-description-ve{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.hero-content-ve{text-align:center}.hero-actions-modern{justify-content:center}.trust-badges-ve{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;color:var(--text-light);font-size:.9rem;margin-top:2rem}.trust-badges-ve svg{color:var(--primary)}.features-section-e{padding:6rem 1.5rem;background:#f8fafc}.features-grid-e{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card-e{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card-e:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-icon-e{font-size:2.5rem;color:var(--primary);margin-bottom:1rem}.feature-title-e{font-size:1.25rem;font-weight:800;margin-bottom:.75rem}.feature-description-e{color:var(--text-light);line-height:1.7}.hero-split-screen{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 80px);padding:8rem 1.5rem 4rem;max-width:1400px;margin:0 auto;gap:4rem;align-items:center;position:relative;z-index:1}.hero-split-left{display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.hero-split-right{display:flex;align-items:center;justify-content:center}.hero-content-split{width:100%}.hero-title-split{font-size:clamp(2.75rem,5.5vw,4.75rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#0f172a;letter-spacing:-.02em}.hero-title-split .gradient-text{background:linear-gradient(135deg,#f16610,#ff8a3d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description-split{font-size:1.125rem;color:#64748b;margin-bottom:2.5rem;line-height:1.7;max-width:540px}.hero-description-split strong{color:#0f172a;font-weight:700}.trust-badges-split{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem;max-width:540px}.trust-badge-split{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease}.trust-badge-split:hover{border-color:#f16610;box-shadow:0 4px 12px #f166101a}.trust-icon-split{width:48px;height:48px;border-radius:10px;background:#fff7ed;display:flex;align-items:center;justify-content:center;color:#f16610;font-size:1.5rem;flex-shrink:0}.trust-value-split{font-weight:800;font-size:1.5rem;color:#0f172a;line-height:1.2;margin-bottom:.125rem}.trust-label-split{font-size:.875rem;color:#64748b;font-weight:500}.hero-actions-split{display:flex;gap:1rem;flex-wrap:wrap}.form-container-large{width:100%;max-width:480px}.form-card-large{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 10px 40px #00000014}.form-header-large{margin-bottom:1.75rem}.form-title-large{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.5rem;line-height:1.3}.form-subtitle-large{font-size:.9375rem;color:#64748b;font-weight:500}.form-large{display:flex;flex-direction:column;gap:1rem}.form-row-large{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.input-large{width:100%;padding:.875rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.9375rem;background:#fff;color:#0f172a;transition:all .2s ease;font-family:inherit}.input-large::placeholder{color:#94a3b8}.input-large:focus{outline:none;border-color:#f16610;box-shadow:0 0 0 3px #f166101a}.btn-large-size{padding:1rem 1.5rem;font-size:1rem;font-weight:700}.form-guarantees-large{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.guarantee-item-large{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#64748b;font-weight:500}.guarantee-item-large svg{color:#f16610;font-size:1rem;flex-shrink:0}.form-security-large{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#94a3b8;justify-content:center;margin-top:.75rem}.form-security-large svg{font-size:.875rem;flex-shrink:0}.hero-fullwidth-b{padding:8rem 1.5rem 6rem;background:linear-gradient(135deg,#0a0e27,#1e293b 60%,#0f172a);color:#fff;position:relative;overflow:hidden;min-height:90vh}.hero-fullwidth-b:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(241,102,16,.2),transparent 50%),radial-gradient(circle at 80% 70%,rgba(99,102,241,.15),transparent 50%);pointer-events:none}.hero-fullwidth-content{max-width:1400px;margin:0 auto;position:relative;z-index:1}.social-proof-top{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.proof-item-b{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px}.proof-icon-b{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.proof-orange{background:#f1661033;color:#ff8a3d}.proof-yellow{background:#fbbf2433;color:#fbbf24}.proof-green{background:#10b98133;color:#f16610}.proof-blue{background:#3b82f633;color:#3b82f6}.proof-content-b{flex:1}.proof-value-b{font-size:1.75rem;font-weight:900;color:#fff;line-height:1.2}.proof-label-b{font-size:.875rem;color:#fffc}.hero-center-b{text-align:center;max-width:900px;margin:0 auto 3rem}.hero-title-fullwidth{font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#fff}.hero-description-fullwidth{font-size:1.5rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.7}.hero-cta-fullwidth{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.form-floating-b{max-width:450px;margin:0 auto}.form-card-floating{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000040}.testimonials-hero-b{padding:4rem 1.5rem;background:#fff;overflow:hidden}.variation-b .testimonials-hero-b{background:#1e293b}.testimonials-marquee{display:flex;gap:2rem;animation:marqueeScroll 30s linear infinite;width:max-content}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-chip{min-width:350px;padding:2rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:20px;display:flex;flex-direction:column;gap:1rem}.chip-stars{display:flex;gap:.25rem}.chip-quote{font-size:1rem;color:var(--text);line-height:1.7;font-style:italic}.chip-author{font-size:.875rem;color:var(--text-light);font-weight:600}.benefit-card-vb-large{background:#fff;border:1px solid var(--border);border-radius:24px;padding:3rem;text-align:center;transition:all .4s ease;position:relative;overflow:hidden}.benefit-card-vb-large:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f16610,#ff8a3d);transform:scaleX(0);transition:transform .4s ease}.benefit-card-vb-large:hover:before{transform:scaleX(1)}.benefit-card-vb-large:hover{transform:translateY(-12px);box-shadow:var(--shadow-2xl)}.benefit-icon-large{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;margin:0 auto 1.5rem}.benefit-stat-large{font-size:2.5rem;font-weight:900;color:var(--primary);margin-bottom:.75rem}.benefit-title-large{font-size:1.5rem;font-weight:800;margin-bottom:.75rem}.benefit-copy-large{color:var(--text-light);line-height:1.7}.testimonials-grid-b{padding:6rem 1.5rem;background:var(--bg-secondary)}.variation-b .testimonials-grid-b{background:#0f172a}.testimonial-card-vb-large{background:#fff;border:1px solid var(--border);border-radius:24px;padding:2.5rem;transition:all .3s ease}.testimonial-card-vb-large:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.hero-asymmetric{padding:10rem 1.5rem 6rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.hero-asymmetric-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}.hero-asymmetric-left{padding-right:2rem}.hero-title-asymmetric{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.hero-description-asymmetric{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;line-height:1.7}.hero-actions-asymmetric{margin-bottom:3rem}.trust-stats-asymmetric{display:flex;gap:2rem;padding:2rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:20px}.trust-stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:900;color:var(--primary);margin-bottom:.25rem}.stat-label{font-size:.875rem;color:var(--text-light)}.hero-asymmetric-right{position:sticky;top:120px;height:fit-content}.form-asymmetric{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000026}.form-header-asymmetric{margin-bottom:2rem}.scroll-indicator{text-align:center;margin-top:3rem;color:var(--text-light);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.problems-section-asymmetric{padding:8rem 1.5rem;background:linear-gradient(180deg,#fff,#fef2f2)}.section-container-asymmetric{max-width:1400px;margin:0 auto}.problems-header{text-align:center;margin-bottom:4rem}.section-title-asymmetric{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900;margin-bottom:1rem}.problems-grid-asymmetric{display:flex;flex-direction:column;gap:2rem}.problem-card-asymmetric{background:#fff;border:2px solid #fee2e2;border-radius:24px;padding:3rem;max-width:800px;transition:all .3s ease}.problem-left{margin-right:auto}.problem-right{margin-left:auto}.problem-card-asymmetric:hover{border-color:#ef4444;transform:translate(8px);box-shadow:var(--shadow-xl)}.solutions-section-asymmetric{padding:8rem 1.5rem;background:linear-gradient(180deg,#f0fdf4,#fff)}.solutions-grid-asymmetric{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.solution-card-asymmetric{background:#fff;border:2px solid #dcfce7;border-radius:24px;padding:3rem;max-width:800px;transition:all .3s ease}.solution-left{margin-right:auto}.solution-right{margin-left:auto}.solution-card-asymmetric:hover{border-color:#f16610;transform:translate(-8px);box-shadow:var(--shadow-xl)}.hero-masonry{padding:8rem 1.5rem 6rem;background:linear-gradient(180deg,#fff7ed,#fff)}.masonry-container{max-width:1400px;margin:0 auto}.masonry-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,200px);gap:1.5rem;margin-bottom:4rem}.masonry-card{background:#fff;border:2px solid var(--border);border-radius:24px;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:all .4s ease;position:relative;overflow:hidden}.masonry-card:nth-child(1){grid-column:1 / 3;grid-row:1 / 2}.masonry-card:nth-child(2){grid-column:3 / 4;grid-row:1 / 3}.masonry-card:nth-child(3){grid-column:4 / 5;grid-row:1 / 2}.masonry-card:nth-child(4){grid-column:1 / 2;grid-row:2 / 4}.masonry-card:nth-child(5){grid-column:2 / 3;grid-row:2 / 3}.masonry-card:nth-child(6){grid-column:4 / 5;grid-row:2 / 4}.masonry-card:nth-child(7){grid-column:2 / 4;grid-row:3 / 4}.masonry-card:hover{transform:scale(1.05);z-index:10;box-shadow:var(--shadow-2xl)}.masonry-orange{background:linear-gradient(135deg,#f166101a,#f166100d);border-color:#f166104d}.masonry-blue{background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border-color:#3b82f64d}.masonry-green{background:linear-gradient(135deg,#10b9811a,#10b9810d);border-color:#10b9814d}.masonry-purple{background:linear-gradient(135deg,#8b5cf61a,#8b5cf60d);border-color:#8b5cf64d}.masonry-yellow{background:linear-gradient(135deg,#fbbf241a,#fbbf240d);border-color:#fbbf244d}.masonry-red{background:linear-gradient(135deg,#ef44441a,#ef44440d);border-color:#ef44444d}.masonry-urgent{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-color:#ef4444;animation:urgentPulse 2s ease-in-out infinite}@keyframes urgentPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.urgent-badge-masonry{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;font-weight:700;font-size:.75rem}.masonry-icon{font-size:3rem;margin-bottom:1rem;color:var(--primary)}.masonry-urgent .masonry-icon{color:#fff}.masonry-stat{font-size:2.5rem;font-weight:900;margin-bottom:.5rem;color:var(--primary)}.masonry-urgent .masonry-stat{color:#fff}.masonry-title{font-size:1.25rem;font-weight:800;margin-bottom:.5rem}.masonry-urgent .masonry-title{color:#fff}.masonry-subtitle{font-size:.875rem;color:var(--text-light)}.masonry-urgent .masonry-subtitle{color:#ffffffe6}.masonry-form{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid var(--primary)}.form-masonry{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.form-title-masonry{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.form-subtitle-masonry{font-size:.875rem;color:var(--text-light);margin-bottom:1.5rem}.hero-content-masonry{text-align:center;max-width:900px;margin:0 auto}.hero-title-masonry{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.hero-description-masonry{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;line-height:1.7}.hero-actions-masonry{display:flex;justify-content:center}.urgency-banner-masonry{padding:3rem 1.5rem;background:#fef2f2}.urgency-alert-masonry{display:flex;align-items:center;gap:2rem;padding:2rem 3rem;background:#fff;border:2px solid #ef4444;border-radius:24px;box-shadow:var(--shadow-xl);max-width:1200px;margin:0 auto}.urgency-alert-masonry svg{font-size:3rem;color:#ef4444;flex-shrink:0}.urgency-alert-masonry h3{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.urgency-alert-masonry p{color:var(--text-light);font-size:1.125rem}.hero-editorial{padding:8rem 1.5rem 6rem;background:#fff;border-bottom:1px solid var(--border)}.editorial-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.editorial-header{max-width:800px}.editorial-meta{display:flex;gap:1rem;margin-bottom:1.5rem;font-size:.875rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.editorial-date{color:var(--primary)}.editorial-title{font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1.1;margin-bottom:2rem;letter-spacing:-.03em}.editorial-subtitle{font-size:1.5rem;color:var(--text-light);line-height:1.8;margin-bottom:3rem}.editorial-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;padding:2rem;background:#f8fafc;border:1px solid var(--border);border-radius:20px}.editorial-metric{text-align:center}.metric-icon-editorial{font-size:2rem;color:var(--primary);margin-bottom:.75rem}.metric-value-editorial{font-size:2.5rem;font-weight:900;color:var(--text);margin-bottom:.25rem}.metric-label-editorial{font-size:.875rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em}.editorial-cta{display:flex;gap:1rem;flex-wrap:wrap}.editorial-form-sidebar{position:sticky;top:120px;height:fit-content}.form-editorial{background:#f8fafc;border:1px solid var(--border);border-radius:20px;padding:2.5rem}.form-title-editorial{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.form-subtitle-editorial{font-size:.95rem;color:var(--text-light);margin-bottom:2rem}.features-editorial{padding:8rem 1.5rem;background:#fff}.editorial-section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.editorial-section-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900;margin-bottom:1rem;letter-spacing:-.02em}.editorial-section-description{font-size:1.25rem;color:var(--text-light);line-height:1.8}.features-grid-editorial{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto}.feature-article{padding:3rem;border-left:4px solid var(--primary);background:#f8fafc;border-radius:0 20px 20px 0;transition:all .3s ease}.feature-article:hover{transform:translate(8px);box-shadow:var(--shadow-lg);background:#fff}.article-icon{font-size:3rem;color:var(--primary);margin-bottom:1.5rem}.article-title{font-size:1.75rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.01em}.article-description{font-size:1.125rem;color:var(--text-light);line-height:1.8}@media(max-width:1024px){.hero-split-screen{grid-template-columns:1fr}.hero-split-left,.hero-split-right{padding:0 1.5rem}.form-row-large{grid-template-columns:1fr}.social-proof-top{grid-template-columns:repeat(2,1fr)}.hero-asymmetric-container{grid-template-columns:1fr;gap:3rem}.hero-asymmetric-right{position:static}.masonry-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.masonry-card:nth-child(n){grid-column:auto;grid-row:auto}.editorial-container{grid-template-columns:1fr}.editorial-form-sidebar{position:static}.features-grid-editorial{grid-template-columns:1fr}}@media(max-width:768px){.social-proof-banner,.trust-metrics-e,.urgency-stats{grid-template-columns:repeat(2,1fr)}.testimonials-preview{grid-template-columns:1fr}.urgency-alert{flex-direction:column;text-align:center}.trust-stats-asymmetric{flex-direction:column;gap:1rem}.masonry-grid,.editorial-trust{grid-template-columns:1fr}}.new-homepage{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e293b;overflow-x:hidden}.hero-section{background:linear-gradient(135deg,#000000d1,#2c5282e6),url(/Dubai.png);background-size:cover;background-position:center bottom;background-repeat:no-repeat;color:#fff;padding:120px 24px;position:relative;overflow:hidden}.hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.hero-left{padding-top:20px}.trust-badge{display:inline-flex;align-items:center;gap:12px;padding:14px 22px;border-radius:999px;background:radial-gradient(circle at 18% 30%,#f1661059,#f1661014 45%,#8c3c0c2e),linear-gradient(120deg,#f166101f,#ffb6822e);border:1px solid rgba(241,102,16,.35);box-shadow:0 15px 35px #f166102e,inset 0 1px #ffffff14;font-size:15px;font-weight:600;color:#fff6ef;margin-bottom:32px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.trust-dot{width:12px;height:12px;border-radius:50%;background:radial-gradient(circle,#f16610,#ff9f52 80%);box-shadow:0 0 0 6px #f166101f,0 10px 25px #f1661040;flex-shrink:0}.trust-text{letter-spacing:.01em}.curve-divider{height:140px;background-image:url("data:image/svg+xml,%3Csvg width='1600' height='200' viewBox='0 0 1600 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 110C320 150 640 70 960 95C1220 116 1410 140 1600 120V200H0Z' fill='%23f8fafc'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;background-position:center bottom;margin-top:-90px}.curve-divider-to-white{height:120px;background-image:url("data:image/svg+xml,%3Csvg width='1600' height='200' viewBox='0 0 1600 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,100 Q400,60 800,100 T1600,100 L1600,200 L0,200 Z' fill='%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;background-position:center;margin-top:-80px;margin-bottom:-1px}.curve-divider-to-dark{height:140px;background-image:url("data:image/svg+xml,%3Csvg width='1600' height='200' viewBox='0 0 1600 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 Q400,100 800,60 T1600,60 L1600,200 L0,200 Z' fill='%232c5282'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;background-position:center top;margin-top:-80px;margin-bottom:-1px}.curve-divider-light{height:120px;background-image:url("data:image/svg+xml,%3Csvg width='1600' height='200' viewBox='0 0 1600 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,100 Q400,60 800,100 T1600,100 L1600,200 L0,200 Z' fill='%23f8fafc'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;background-position:center;margin-top:-80px;margin-bottom:-1px}.curve-divider-dark{height:120px;background-image:url("data:image/svg+xml,%3Csvg width='1600' height='200' viewBox='0 0 1600 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,100 Q400,60 800,100 T1600,100 L1600,200 L0,200 Z' fill='%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;background-position:center;margin-top:-80px;margin-bottom:-1px}.hero-title{font-size:56px;font-weight:800;line-height:1.15;margin-bottom:24px;color:#fff}.highlight-green{color:#f16610}.hero-description{font-size:18px;line-height:1.7;color:#ffffffe6;margin-bottom:32px;max-width:580px}.hero-features{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.hero-feature{display:flex;align-items:center;gap:12px;font-size:16px}.feature-icon{color:#f16610;font-size:20px;flex-shrink:0}.hero-ctas{display:flex;gap:16px;margin-bottom:48px;flex-wrap:wrap}.btn-primary{background:#f16610;color:#fff;padding:16px 32px;border-radius:8px;font-weight:600;font-size:16px;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s}.btn-primary:hover{background:#d7540d;transform:translateY(-1px);box-shadow:0 10px 25px #f166104d}.btn-secondary{background:transparent;color:#fff;padding:16px 32px;border-radius:8px;font-weight:600;font-size:16px;border:2px solid rgba(255,255,255,.3);cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.trust-logos{padding-top:18px}.trust-label{font-size:13px;color:#ffffffd9;margin-bottom:12px;font-weight:700}.logo-list{display:flex;gap:18px;flex-wrap:wrap;align-items:center}.hero-trust-row{max-width:1400px;margin:28px auto 0;padding:0 12px 12px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.logo-list-wide{display:flex;flex-wrap:wrap;gap:14px 16px;align-items:center;justify-content:flex-start}.trust-logo{padding:6px 10px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;min-width:90px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.trust-logo-image{height:28px;width:auto;object-fit:contain;filter:brightness(0) invert(1) grayscale(100%);opacity:.9}.client-logos-section{background:radial-gradient(circle at 20% 20%,#ffffff0f,#fff0),linear-gradient(135deg,#170c2f,#1c1140,#100a24);padding:32px 0 36px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}.logos-header{text-align:center;margin-bottom:10px}.logos-subtitle{margin:0;font-size:14px;color:#ffffffbf}.logos-header .section-eyebrow{margin-bottom:6px;color:#ffffffe6}.logos-marquee{position:relative;overflow:hidden}.logos-track{display:flex;gap:40px;align-items:center;width:max-content;animation:logos-marquee 26s linear infinite;padding:10px 4px 6px}.logos-track:hover{animation-play-state:paused}.logo-tile{background:transparent;border:none;padding:8px 0;min-width:120px;height:52px;display:flex;align-items:center;justify-content:center}.logo-image{max-height:34px;width:auto;object-fit:contain;filter:brightness(0) invert(1) grayscale(100%);opacity:.85;transition:opacity .2s ease}.logo-tile:hover .logo-image{opacity:1}@keyframes logos-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-right{position:sticky;top:100px}.consultation-form,.final-consultation-form{background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 50px #00000026}.form-title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:8px}.form-subtitle{font-size:14px;color:#64748b;margin-bottom:32px}.hero-consultation-form label,.final-consultation-form label{display:block;font-size:13px;font-weight:600;color:#475569;margin:12px 0 6px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:8px 0 4px}.phone-row{grid-template-columns:1fr 3fr}.form-field{display:flex;flex-direction:column}.form-field label{margin-top:0}.form-field .form-input{margin-bottom:0}.form-input{width:100%;padding:14px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:15px;margin-bottom:16px;font-family:inherit;transition:all .2s;background:#f8fafc}.form-input:focus{outline:none;border-color:#f16610;background:#fff;box-shadow:0 0 0 3px #f166101f}.form-submit{width:100%;background:#f16610;color:#fff;padding:16px;border-radius:8px;font-weight:600;font-size:16px;border:none;cursor:pointer;transition:all .2s;margin-bottom:16px}.form-submit:hover{background:#d7540d;transform:translateY(-1px);box-shadow:0 10px 25px #f166104d}.form-disclaimer{font-size:12px;color:#64748b;line-height:1.5;text-align:center;margin-bottom:24px}.form-badges{display:flex;justify-content:center;gap:20px;padding-top:20px;border-top:1px solid #e2e8f0}.badge-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#475569}.badge-icon{color:#f16610;font-size:16px}.audit-report-mock{background:linear-gradient(145deg,#0b1629,#1f2f47);color:#e2e8f0;border-radius:20px;padding:28px;box-shadow:0 25px 50px #00000040;border:1px solid rgba(255,255,255,.08)}.audit-report-mock.report-alt{background:linear-gradient(135deg,#0c1221,#1a2e46)}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.report-brand{font-weight:800;font-size:18px;color:#fff}.report-status{font-size:13px;color:#cbd5e1;background:#ffffff0f;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08)}.report-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;background:#ffffff0a;border-radius:12px;border:1px solid rgba(255,255,255,.06);margin-bottom:16px}.summary-label{font-size:12px;color:#a5b4fc;margin:0 0 4px;letter-spacing:.02em}.summary-value{margin:0;font-size:15px;font-weight:700}.summary-value.success{color:#67e8f9}.report-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.report-metric{background:#ffffff0a;border-radius:12px;padding:12px;border:1px solid rgba(255,255,255,.06)}.metric-label{font-size:12px;color:#cbd5e1;margin-bottom:6px}.metric-value{font-size:16px;font-weight:700;color:#fff}.report-body{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.report-highlight{display:flex;align-items:flex-start;gap:12px;background:#ffffff0a;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.06)}.highlight-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#f16610,#ff9f52);margin-top:6px;flex-shrink:0;box-shadow:0 0 0 6px #f1661026}.highlight-title{margin:0 0 4px;color:#fff;font-weight:700}.highlight-desc{margin:0;color:#cbd5e1;font-size:14px;line-height:1.5}.report-timeline{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.timeline-step{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.timeline-step.completed{border-color:#67e8f94d}.timeline-step.active{border-color:#f1661099;box-shadow:0 10px 25px #f1661033}.timeline-dot{width:12px;height:12px;border-radius:50%;background:#67e8f9;margin-top:4px;box-shadow:0 0 0 6px #67e8f91f;flex-shrink:0}.timeline-dot.pulse{background:#f16610;box-shadow:0 0 0 6px #f1661033,0 0 0 12px #f1661014}.timeline-title{margin:0 0 4px;color:#fff;font-weight:700}.timeline-desc{margin:0;color:#cbd5e1;font-size:14px;line-height:1.6}.report-footer{font-size:12px;color:#94a3b8;background:#ffffff08;padding:10px 12px;border-radius:12px;border:1px dashed rgba(255,255,255,.08);text-align:center}.stats-section{background:#f8fafc;padding:40px 24px 60px}.stats-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.stat-item{text-align:center}.stat-value{font-size:48px;font-weight:800;color:#f16610;margin-bottom:8px}.stat-label{font-size:16px;color:#64748b}.problem-section{padding:100px 24px;background:#fff}.problem-section .section-title{font-size:56px}.problem-section .section-subtitle{font-size:20px}.content-container{max-width:1200px;margin:0 auto}.content-container-small{max-width:900px;margin:0 auto}.content-container-large{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-eyebrow{font-size:14px;font-weight:600;color:#f16610;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}.section-title{font-size:48px;font-weight:800;color:#1e293b;line-height:1.2;margin-bottom:20px}.section-subtitle{font-size:18px;color:#64748b;line-height:1.7;max-width:700px;margin:0 auto}.problem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.problem-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;transition:all .3s}.problem-card:hover{border-color:#fca5a5;box-shadow:0 10px 30px #fca5a526;transform:translateY(-4px)}.problem-icon{font-size:26px;margin-bottom:16px;background:#fff;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 12px 28px #0f172a14}.problem-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:12px}.problem-description{font-size:15px;color:#64748b;line-height:1.6}.solution-section{padding:100px 24px;background:#f8fafc;overflow:visible}.solution-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;overflow:visible}.solution-left{padding-top:20px}.solution-description{font-size:18px;color:#64748b;line-height:1.7;margin-bottom:40px}.solution-features{display:flex;flex-direction:column;gap:32px;margin-bottom:40px}.solution-feature{display:flex;gap:20px}.solution-icon{font-size:28px;flex-shrink:0;width:56px;height:56px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000d;color:#0f172a}.solution-text{flex:1}.solution-feature-title{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:8px}.solution-feature-description{font-size:15px;color:#64748b;line-height:1.6}.dashboard-preview{background:#fff;border-radius:18px;padding:28px;box-shadow:0 25px 70px #0f172a1f;position:sticky;top:120px;max-width:560px;width:100%;min-width:520px;border:1px solid rgba(15,23,42,.04);overflow:visible}.dashboard-topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;color:#334155}.status-badge{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.status-dot{width:10px;height:10px;background:#f16610;border-radius:50%;animation:pulse 2s infinite;box-shadow:0 0 0 6px #f1661024}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-time{color:#94a3b8}.live-badge{background:#e0f2fe;color:#0284c7;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700;box-shadow:inset 0 1px #fff9}.dashboard-title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:24px}.dashboard-metrics{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.metric{background:#f8fafc;padding:18px;border-radius:14px}.metric-label{font-size:13px;color:#64748b;margin-bottom:8px}.metric-value,.metric-value-green{font-size:28px;font-weight:800;margin-bottom:4px}.metric-value{color:#1e293b}.metric-value-green{color:#f16610}.metric-change{font-size:12px;color:#f16610}.metric-status{font-size:12px;color:#64748b}.compliance-status{background:#fff0e6;padding:18px;border-radius:14px;margin-bottom:20px;border:1px solid rgba(241,102,16,.16)}.compliance-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.compliance-icon{color:#f16610;font-size:18px}.compliance-title{font-size:14px;font-weight:600;color:#c4550d}.compliance-badges{display:flex;gap:8px}.compliance-badge{background:#fff;color:#c4550d;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:500;box-shadow:0 6px 18px #f166101f}.chart-area{height:180px;padding:10px 0 4px;background:linear-gradient(180deg,#f1661014,#fff0 60%);border-radius:12px}.chart-bars{display:flex;align-items:flex-end;gap:12px;height:100%}.bar{flex:1;background:linear-gradient(to top,#f16610,#ff9f52);border-radius:8px 8px 4px 4px;min-height:40px;transition:all .3s}.bar:hover{background:linear-gradient(to top,#d7540d,#f16610);transform:translateY(-4px)}.invoice-toast{position:absolute;top:-18px;right:14px;background:#fff;border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 20px 40px #0f172a33;border:1px solid rgba(15,23,42,.06);z-index:10;animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.toast-icon{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#f16610,#ff9f52);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 12px 24px #f1661040}.toast-title{font-size:13px;font-weight:700;color:#0f172a}.toast-subtitle{font-size:12px;color:#94a3b8}.why-choose-section{padding:100px 24px;background:#fff}.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.reason-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:24px;transition:all .3s;height:100%}.reason-card:hover{border-color:#f16610;box-shadow:0 20px 50px #f166101f;transform:translateY(-6px)}.reason-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#f16610,#ff9f52);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px}.reason-title{font-size:20px;font-weight:800;color:#1e293b;margin-bottom:10px}.reason-description{font-size:15px;line-height:1.7;color:#475569;margin:0}.testimonials-section{padding:120px 0;background:linear-gradient(180deg,#f8fafc00,#f8fafc80,#f8fafc00),#fff;position:relative}.testimonials-container{max-width:1440px;margin:0 auto;padding:0 24px}.testimonials-header{max-width:720px;margin:0 auto 80px;text-align:center;display:flex;flex-direction:column;align-items:center}.testimonials-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#f16610;margin-bottom:20px;padding:8px 20px;background:#f1661014;border-radius:100px;border:1px solid rgba(241,102,16,.15)}.testimonials-heading{font-size:52px;font-weight:800;line-height:1.1;color:#0f172a;margin:0 0 24px;letter-spacing:-.02em}.text-accent{color:#f16610;position:relative}.testimonials-description{font-size:19px;line-height:1.7;color:#64748b;margin:0;font-weight:400}.testimonials-carousel{position:relative;margin:0 auto 80px}.carousel-viewport{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:60px 0;margin:0 80px}.carousel-viewport::-webkit-scrollbar{display:none}.carousel-track{display:flex;gap:32px;width:max-content}.testimonial{width:460px;min-width:460px;background:#fff;border-radius:20px;padding:44px;box-shadow:0 0 0 1px #0f172a0d,0 10px 40px -10px #0f172a14;transition:all .4s cubic-bezier(.34,1.56,.64,1);scroll-snap-align:start;display:flex;flex-direction:column;gap:32px;position:relative}.testimonial:before{content:"";position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#f16610,#ff9f52);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.testimonial:hover:before{opacity:1}.testimonial:hover{transform:translateY(-8px);box-shadow:0 0 0 1px #f166101a,0 20px 60px -15px #f1661026}.testimonial-header{display:flex;align-items:center;justify-content:space-between}.rating{display:flex;gap:4px}.rating-star{width:20px;height:20px;color:#f16610;fill:#f16610;stroke:none}.testimonial-content{margin:0;flex:1}.testimonial-content p{font-size:17px;line-height:1.75;color:#334155;margin:0;font-weight:400;letter-spacing:-.01em}.testimonial-author{display:flex;align-items:center;gap:16px;padding-top:32px;border-top:1px solid #f1f5f9}.author-image{position:relative;flex-shrink:0}.author-image img,.author-initials{width:60px;height:60px;border-radius:50%;object-fit:cover}.author-initials{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f16610,#ff9f52);color:#fff;font-size:20px;font-weight:700;box-shadow:0 4px 16px #f1661033}.author-info{flex:1;min-width:0}.author-name{display:block;font-size:17px;font-weight:700;color:#0f172a;font-style:normal;margin:0 0 4px;line-height:1.4}.author-role{font-size:15px;color:#64748b;margin:0;line-height:1.4}.carousel-control{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;border:none;background:#fff;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 0 1px #0f172a14,0 8px 32px -8px #0f172a26;transition:all .3s cubic-bezier(.34,1.56,.64,1);z-index:10;font-size:24px}.carousel-control:hover{background:#f16610;color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 0 0 1px #f1661033,0 12px 40px -8px #f1661066}.carousel-control:active{transform:translateY(-50%) scale(1.05)}.carousel-control-prev{left:0}.carousel-control-next{right:0}.trustpilot-widget{display:flex;justify-content:center}.trustpilot-content{display:inline-flex;align-items:center;gap:20px;padding:24px 44px;background:#fff;border-radius:100px;box-shadow:0 0 0 1px #0f172a0d,0 8px 32px -8px #0f172a1f;transition:all .3s ease}.trustpilot-content:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #0f172a14,0 12px 40px -8px #0f172a26}.trustpilot-stars{display:flex;gap:4px}.trustpilot-star{width:20px;height:20px;color:#f16610;fill:#f16610;stroke:none}.trustpilot-text{font-size:17px;color:#0f172a;font-weight:400}.trustpilot-text strong{font-weight:700}.trustpilot-count{font-size:15px;color:#64748b;font-weight:400}.rating-count{color:#64748b;font-size:14px}.faq-section{padding:100px 24px;background:#fff}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s}.faq-item:hover{border-color:#f16610}.faq-item.open{border-color:#f16610;box-shadow:0 4px 12px #f166101a}.faq-question{width:100%;padding:24px;background:none;border:none;text-align:left;font-size:16px;font-weight:600;color:#1e293b;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-family:inherit}.faq-question:hover{color:#f16610}.faq-icon{font-size:20px;color:#64748b;transition:transform .3s;flex-shrink:0}.faq-icon.rotated{transform:rotate(180deg);color:#f16610}.faq-answer{padding:0 24px 24px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{font-size:15px;line-height:1.7;color:#64748b;margin:0}.final-cta-section{padding:100px 24px;background:linear-gradient(135deg,#000,#2c5282);color:#fff}.final-cta-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.final-cta-left{padding-top:20px}.cta-title{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:24px;color:#fff}.cta-description{font-size:18px;line-height:1.7;color:#ffffffe6;margin-bottom:40px}.cta-steps{display:flex;flex-direction:column;gap:20px}.cta-step{display:flex;align-items:center;gap:16px;font-size:16px}.step-number{width:40px;height:40px;background:#f16610;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}@media(max-width:1200px){.hero-container,.solution-content,.final-cta-container{grid-template-columns:1fr;gap:40px}.reason-grid,.stats-container{grid-template-columns:repeat(2,1fr)}.hero-right{position:static}.dashboard-preview{min-width:0;max-width:640px;margin:0 auto;top:0}}@media(max-width:768px){.hero-title{font-size:40px}.hero-section{padding:90px 18px}.hero-container{gap:32px}.hero-description{font-size:16px}.hero-trust-row{align-items:center}.logo-list-wide{justify-content:center}.section-title{font-size:36px}.section-subtitle{font-size:16px}.problem-section,.solution-section,.why-choose-section,.testimonials-section,.final-cta-section,.stats-section{padding:80px 18px}.cta-title{font-size:36px}.problem-section .section-title{font-size:34px}.problem-section .section-subtitle{font-size:16px}.testimonials-section{padding:100px 0}.testimonials-container{padding:0 20px}.testimonials-heading{font-size:42px}.testimonials-description{font-size:18px}.carousel-viewport{margin:0 70px;padding:50px 0}.carousel-track{gap:28px}.testimonial{width:420px;min-width:420px;padding:40px}.carousel-control{width:52px;height:52px;font-size:22px}.stat-value{font-size:40px}.problem-card,.reason-card{padding:24px}.solution-content{gap:40px}.audit-report-mock{padding:22px}.report-summary,.report-metrics{grid-template-columns:1fr 1fr}.hero-features{gap:12px}.hero-feature{align-items:flex-start}.problem-grid,.reason-grid,.stats-container{grid-template-columns:1fr}.hero-ctas{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}.consultation-form,.final-consultation-form{padding:24px}.phone-row,.form-row{grid-template-columns:1fr}.dashboard-preview{position:static;min-width:0}.invoice-toast{position:static;margin-bottom:12px}}@media(max-width:540px){.hero-title{font-size:32px}.section-title,.testimonials-section .section-title{font-size:30px}.cta-title{font-size:32px}.hero-ctas{gap:12px}.problem-card,.reason-card,.final-consultation-form,.consultation-form{padding:20px}.solution-section,.problem-section,.why-choose-section,.testimonials-section,.final-cta-section,.stats-section{padding:70px 16px}.testimonials-window{padding:0;overflow:visible}.testimonials-track{padding:24px 0 32px;scroll-padding:0 50px}.testimonials-grid{padding:0 50px}.testimonials-section{padding:60px 0}.testimonials-container{padding:0 16px}.testimonials-header{margin-bottom:50px}.testimonials-label{font-size:10px;padding:6px 14px}.testimonials-heading{font-size:28px;line-height:1.2}.testimonials-description{font-size:16px}.testimonials-carousel{margin-bottom:50px}.carousel-viewport{margin:0 16px;padding:30px 0}.carousel-track{gap:20px}.testimonial{width:calc(100vw - 80px);min-width:calc(100vw - 80px);max-width:400px;padding:32px 24px;gap:24px}.testimonial-header{margin-bottom:4px}.rating{gap:3px}.rating-star{width:18px;height:18px}.testimonial-content p{font-size:15px;line-height:1.65}.testimonial-author{padding-top:24px;gap:14px}.author-image img,.author-initials{width:52px;height:52px}.author-initials{font-size:16px}.author-name{font-size:15px}.author-role{font-size:13px}.carousel-control{width:44px;height:44px;font-size:18px}.carousel-control-prev{left:-4px}.carousel-control-next{right:-4px}.trustpilot-content{padding:18px 28px;gap:14px;flex-wrap:wrap}.trustpilot-text{font-size:15px}.trustpilot-count{font-size:13px}.trustpilot-star{width:18px;height:18px}.audit-report-mock{padding:18px}.report-summary,.report-metrics{grid-template-columns:1fr}.report-metrics{gap:10px}.hero-description,.solution-description,.section-subtitle{font-size:15px}.hero-trust-row{padding:0 0 8px;align-items:center}.logo-list-wide{gap:12px}}
