:root{--brand: #ec1f35;--bg: #eeeeee;--bg-muted: #eeeeee;--text: #353535;--text-muted: #6e6e73;--border: #e5e7eb;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 10px;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.06);--shadow-lg: 0 10px 24px rgba(0,0,0,.08)}*{box-sizing:border-box}html{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;scroll-padding-top:72px}body{margin:0;padding:0;background:#f1f1f1;color:var(--text);line-height:1.6;font-size:17px;font-weight:400}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.grid-auto-fit{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.grid-1-1{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 1024px){.grid-1-1{grid-template-columns:1fr;gap:40px;text-align:center}}.text-center{text-align:center}.highlight{color:var(--brand)}.section-padding{padding:100px 0}@media (max-width: 768px){.section-padding{padding:80px 0}}.section-padding-sm{padding:60px 0}@media (max-width: 768px){.section-padding-sm{padding:40px 0}}.hero{position:relative;height:90vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:100px 0 80px;background:linear-gradient(to right,#fff0,#fff 75% 100%);background-size:100% 100%;background-repeat:no-repeat;background-attachment:local}.hero-content{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;width:100%;position:relative;z-index:2;background-color:#ec1f35;border-radius:30px;box-shadow:inset -3px 1px 5px #0000001a;padding:0 50px;overflow:hidden}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}}.hero-statement{display:inline-block;margin-bottom:30px;background-color:#353535;border-radius:30px;padding:7px 25px;color:#fff}.hero-text h1{font-family:Poppins,sans-serif;font-size:54px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.1;letter-spacing:-.02em;text-shadow:1px 1px 3px rgba(0,0,0,.1)}@media (max-width: 1024px){.hero-text h1{font-size:46px}}@media (max-width: 768px){.hero-text h1{font-size:40px}}@media (max-width: 480px){.hero-text h1{font-size:40px}}.hero .hero-buttons{display:flex;gap:16px;margin-top:24px}@media (max-width: 768px){.hero .hero-buttons{flex-direction:column}}.hero .hero-buttons .buy{background-color:#fff;color:#ec1f35;opacity:.95}.hero .hero-buttons .buy:hover{opacity:1}.hero .hero-buttons .contact{border-color:#fff;color:#fff;opacity:.95}.hero .hero-buttons .contact:hover{background-color:#fff;color:#ec1f35;opacity:1}.hero-subtitle{font-family:Roboto,sans-serif;font-size:18px;color:#eee;margin:0 0 32px;line-height:1.4}.hero-features{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.hero-description{font-family:Roboto,sans-serif;font-size:20px;color:#fefefe;margin:0}.hero-description strong{color:#fff;font-weight:600}.hero-image{width:160%;position:relative;right:-20%;align-self:center;justify-self:center;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.hero-image:hover{right:-17%;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.modal[aria-hidden=true]{display:none}.modal[aria-hidden=false]{display:block}.modal{position:fixed;inset:0;z-index:1000}.modal-backdrop{position:absolute;inset:0;background:#00000080}.modal-content{position:relative;max-width:520px;margin:10vh auto;background:#fff;border-radius:12px;padding:24px}.modal-close{position:absolute;top:10px;right:12px;background:transparent;border:none;font-size:24px;cursor:pointer}.modal-content h3{margin:0 0 16px}.modal-content .form-row{margin-bottom:12px}.modal-content input,.modal-content textarea{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;font-family:Roboto,sans-serif}.feature-item{display:flex;align-items:center;gap:12px;font-family:Roboto,sans-serif;font-size:16px;color:#fff}.feature-icon{font-size:20px}.social-proof{background:linear-gradient(to right,#fff0,#fff 75% 100%);background-size:100% 100%;background-repeat:no-repeat;background-attachment:local;padding:60px 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;text-align:center}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}}.stat-item{background:#fff;padding:32px 24px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.stat-number{font-family:Poppins,sans-serif;font-size:48px;font-weight:700;color:var(--brand);margin-bottom:12px}@media (max-width: 480px){.stat-number{font-size:36px}}.stat-description{font-family:Roboto,sans-serif;font-size:16px;color:var(--text);margin-bottom:8px;font-weight:500}.stat-customer{font-family:Roboto,sans-serif;font-size:14px;color:var(--text-muted)}.lxe-section{background:linear-gradient(to right,#fff 0% 25%,#fff0);background-size:100% 100%;background-repeat:no-repeat;background-attachment:local;padding:100px 0}.lxe-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 1024px){.lxe-grid{grid-template-columns:1fr;gap:40px;text-align:center}}.lxe-content .lxe-quote-icon{width:70px;height:auto;margin-bottom:12px}.lxe-content h2{font-family:Poppins,sans-serif;font-size:46px;color:#ec1f35;margin:0 0 24px;line-height:1.15}.lxe-content h2 .highlights{font-weight:700}@media (max-width: 1024px){.lxe-content h2{font-size:44px}}@media (max-width: 768px){.lxe-content h2{font-size:34px}}.lxe-content .lxe-bullets{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}@media (max-width: 768px){.lxe-content .lxe-bullets{grid-template-columns:1fr}}.lxe-content .lxe-bullets li{font-family:Roboto,sans-serif;font-size:18px;color:var(--text);font-weight:600;display:flex;align-items:center;gap:10px}.lxe-content .lxe-bullets i{color:#1f2937;width:18px;text-align:center}.lxe-image{width:100%;max-width:620px;height:auto}.lxe-bullets{grid-template-columns:1fr!important}.lxe-section{min-height:80vh}.process-section{background:linear-gradient(to right,#fff0,#fff 75% 100%);background-size:100% 100%;background-repeat:no-repeat;background-attachment:local;padding:100px 0}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}@media (max-width: 768px){.process-grid{grid-template-columns:1fr}}.process-two-col{display:grid;grid-template-columns:.4fr .6fr;gap:32px;align-items:center}@media (max-width: 1024px){.process-two-col{grid-template-columns:1fr}}.process-left{display:flex;flex-direction:column;gap:16px}.process-right{text-align:center}.process-image{width:100%;max-width:560px;height:auto}.process-step{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:20px;align-items:flex-start}.process-number{background:var(--brand);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;flex-shrink:0}.process-content h3{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:var(--text);margin:0 0 8px}.process-content p{font-family:Roboto,sans-serif;font-size:14px;color:var(--text-muted);margin:0;line-height:1.5}.cta-section{background:linear-gradient(to right,#fff 0% 25%,#fff0);background-size:100% 100%;background-repeat:no-repeat;background-attachment:local;padding:100px 0}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 1024px){.cta-grid{grid-template-columns:1fr;gap:40px;text-align:center}}.cta-product-image{width:100%;max-width:400px;height:auto}.cta-content h2{font-family:Poppins,sans-serif;font-size:48px;font-weight:700;color:var(--text);margin:0 0 16px}@media (max-width: 1024px){.cta-content h2{font-size:40px}}@media (max-width: 768px){.cta-content h2{font-size:32px}}.cta-content>p{font-family:Roboto,sans-serif;font-size:18px;color:var(--text-muted);margin:0 0 32px}.cta-buttons{display:flex;gap:16px;margin-bottom:24px}@media (max-width: 768px){.cta-buttons{flex-direction:column}}.cta-contact p{font-family:Roboto,sans-serif;font-size:14px;color:var(--text-muted);margin:0}.cta-contact a{color:var(--brand);text-decoration:none;font-weight:600}.faq-section{background:linear-gradient(to right,#fff0,#fff 75% 100%);background-size:100% 100%;background-repeat:no-repeat;background-attachment:local;padding:100px 0}.faq-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:800px;margin:0 auto}.faq-item{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.faq-item h3{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:var(--text);margin:0 0 16px;line-height:1.3}.faq-item p{font-family:Roboto,sans-serif;font-size:16px;color:var(--text-muted);margin:0;line-height:1.6}.header{position:fixed;top:12px;left:50%;transform:translate(-50%);width:calc(100% - 24px);max-width:1200px;background:#fff;border-radius:10px;box-shadow:0 3px 6px #00000014;z-index:1000;padding:0;transition:box-shadow .2s ease}.header.scrolled{box-shadow:0 8px 24px #0000001f}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;padding:0 24px;gap:12px}@media (max-width: 768px){.header-inner{height:56px;padding:0 16px}}.logo-wrap{justify-self:start}.cta-wrap{justify-self:end}.nav-center{justify-self:center;display:flex;justify-content:center;width:min(100%,1200px)}.logo{display:flex;justify-content:center;align-items:flex-start}.logo img{width:98px}.logo .highlight{color:#ec1f35}.nav{display:flex;gap:24px;align-items:center}@media (max-width: 768px){.nav{display:none}}.nav-link{font-size:15px;color:#1d1d1f;text-decoration:none;font-weight:500;transition:color .15s ease;letter-spacing:-.01em}.nav-link:hover{color:#ec1f35}.nav-cta{background:#ec1f35;color:#fff;border:none;padding:10px 18px;font-size:15px;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .2s ease,opacity .2s ease;letter-spacing:-.01em}.nav-cta:hover{background:#d11a2f}.nav-contact{background:transparent;color:#ec1f35;border:2px solid #ec1f35;padding:8px 16px;font-size:15px;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .1s ease;margin-left:10px}.nav-contact:hover{background:#ec1f35;color:#fff;transform:translateY(-1px)}.footer{background:#f5f5f7;padding:60px 0 40px;border-top:1px solid rgba(0,0,0,.1)}@media (max-width: 768px){.footer{padding:40px 0 30px}}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:40px}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:40px}}.footer-section .logo span{font-size:20px;font-weight:600;color:#1d1d1f;letter-spacing:-.01em}.footer-section h4{font-size:17px;font-weight:600;color:#1d1d1f;margin:0 0 16px;letter-spacing:-.01em}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:12px}.footer-section a{font-size:17px;color:#86868b;text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:#0071e3}.footer-description{font-size:17px;color:#86868b;line-height:1.5;margin:16px 0 8px;max-width:300px}.footer-website{font-size:15px;color:#86868b;margin:0}.footer-website a{color:#ec1f35;text-decoration:none}.footer-website a:hover{text-decoration:underline}.footer-contact{margin-top:16px}.footer-contact p{font-size:14px;color:#86868b;margin:8px 0}.footer-contact strong{color:#1d1d1f;font-weight:600}.footer-contact a{color:#ec1f35;text-decoration:none}.footer-contact a:hover{text-decoration:underline}.footer-bottom{padding-top:40px;border-top:1px solid rgba(0,0,0,.1);text-align:center}.footer-bottom p{font-size:15px;color:#86868b;margin:0}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-family:Poppins,sans-serif;font-size:48px;font-weight:700;color:var(--text);margin:0 0 16px}.section-header p{font-family:Roboto,sans-serif;font-size:18px;color:var(--text-muted)}.btn-primary,.btn-secondary{padding:16px 32px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;border:none}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:#d11a2f;transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--text);border:2px solid var(--text)}.btn-secondary:hover{background:var(--text);color:#fff;transform:translateY(-2px)}.rotating-product-image{width:100%;max-width:500px;height:auto;object-fit:contain;transition:opacity .1s ease;user-select:none;-webkit-user-drag:none;cursor:grab}.rotating-product-image:active{cursor:grabbing}.section-bg-odd{background:linear-gradient(to right,#fff 0% 25%,#fff0);background-size:100% 100%;background-repeat:no-repeat;background-attachment:local}.section-bg-even{background:linear-gradient(to right,#fff0,#fff 75% 100%);background-size:100% 100%;background-repeat:no-repeat;background-attachment:local}@media (max-width: 1024px){.section-header h2{font-size:40px}}@media (max-width: 768px){.section-header h2{font-size:36px}.container{padding:0 20px}.btn-primary,.btn-secondary{width:100%;text-align:center}}@media (max-width: 480px){.section-header h2{font-size:28px}}.footer[data-astro-cid-sz7xmlte]{background:#353535;padding:60px 0 40px;border-top:1px solid rgba(255,255,255,.06)}.container[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;padding:0 24px}.footer-content[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:40px}.footer-section[data-astro-cid-sz7xmlte] .logo[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{font-size:20px;font-weight:600;color:#fff;letter-spacing:-.01em}.footer-description[data-astro-cid-sz7xmlte]{font-size:17px;color:#e5e5e5;line-height:1.5;margin:16px 0 8px;max-width:300px}.footer-website[data-astro-cid-sz7xmlte]{font-size:15px;color:#e5e5e5;margin:0}.footer-website[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#ec1f35;text-decoration:none}.footer-website[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{text-decoration:underline}.footer-section[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:17px;font-weight:600;color:#fff;margin:0 0 16px;letter-spacing:-.01em}.footer-section[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0}.footer-section[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:12px}.footer-section[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:17px;color:#fff;text-decoration:none;transition:color .2s ease}.footer-section[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#ec1f35}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:40px;border-top:1px solid rgba(255,255,255,.06);text-align:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:15px;color:#e5e5e5;margin:0}@media (max-width: 768px){.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:40px}.footer[data-astro-cid-sz7xmlte]{padding:40px 0 30px}.container[data-astro-cid-sz7xmlte]{padding:0 20px}}
