@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@700;800;900&display=swap";:root{--navy: #0a1628;--navy-mid: #0f2040;--navy-light: #1a3a5c;--white: #ffffff;--off-white: #f5f7fa;--orange: #e8521a;--orange-dark: #c44515;--text-light: #b0bec5;--text-dark: #1a2332;--text-muted: #64748b;--border-dark: rgba(255,255,255,.1);--border-light: #e2e8f0;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-head: "Montserrat", sans-serif;--container: 1200px;--nav-h: 72px;--radius: 6px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);--shadow-md: 0 4px 16px rgba(0,0,0,.18);--shadow-lg: 0 20px 60px rgba(0,0,0,.3);--shadow-orange: 0 8px 32px rgba(232,82,26,.35);--ease: cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--navy);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}a{text-decoration:none}button{cursor:pointer;font-family:inherit}.layout-wrapper{min-height:100vh;display:flex;flex-direction:column}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.1;letter-spacing:-.02em}h1{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900}h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800}h3{font-size:1.4rem;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:var(--font-body);font-size:.9375rem;font-weight:700;border-radius:var(--radius);border:2px solid transparent;transition:all .2s var(--ease);white-space:nowrap;letter-spacing:.01em}.btn-primary{background:var(--orange);color:var(--white);border-color:var(--orange);box-shadow:var(--shadow-orange)}.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);transform:translateY(-2px);box-shadow:0 12px 40px #e8521a73}.btn-outline-white{background:transparent;color:var(--white);border-color:#ffffff80}.btn-outline-white:hover{background:#ffffff1a;border-color:var(--white)}.btn-outline-dark{background:transparent;color:var(--text-dark);border-color:var(--border-light)}.btn-outline-dark:hover{background:var(--text-dark);color:var(--white)}.btn-sm{padding:.65rem 1.25rem;font-size:.875rem}.badge{display:inline-flex;align-items:center;gap:.4rem;background:#e8521a26;color:#ff8a5c;border:1px solid rgba(232,82,26,.3);padding:.35rem .9rem;border-radius:100px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem}.section-dark{background:var(--navy)}.section-mid{background:var(--navy-mid)}.section-light{background:var(--off-white)}section{padding:7rem 0}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:transparent;transition:background .3s var(--ease),box-shadow .3s var(--ease)}.navbar--solid{background:#0a1628f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px #ffffff0f}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:2rem}.nav-logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.logo-icon{width:36px;height:36px;background:var(--orange);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:900;font-size:1.1rem}.logo-text{font-family:var(--font-head);font-weight:900;font-size:1.1rem;color:var(--white);letter-spacing:-.02em}.logo-text em{font-style:normal;color:var(--orange);font-size:.85em}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none;flex:1;justify-content:center}.nav-link{color:#ffffffbf;font-size:.9375rem;font-weight:500;padding:.5rem .875rem;border-radius:var(--radius);transition:color .2s var(--ease),background .2s var(--ease)}.nav-link:hover,.nav-link.active{color:var(--white);background:#ffffff14}.nav-cta-group{display:flex;align-items:center;gap:1rem;flex-shrink:0}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:.5rem;cursor:pointer}.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all .3s var(--ease);transform-origin:center}.hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;padding:1.5rem 2rem 2rem;background:#0a1628fa;border-top:1px solid var(--border-dark)}.mobile-link{color:#fffc;font-size:1.1rem;font-weight:500;padding:1rem 0;border-bottom:1px solid var(--border-dark);transition:color .2s}.mobile-link:hover{color:var(--white)}@media(max-width:900px){.nav-links,.nav-cta-group{display:none}.hamburger,.mobile-menu{display:flex}}.footer{background:#060e1a;border-top:1px solid var(--border-dark);padding:5rem 0 0;margin-top:auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem}.footer-brand .footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.footer-brand p{color:var(--text-light);font-size:.9rem;line-height:1.7;max-width:280px;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.footer-social a{width:40px;height:40px;border:1px solid var(--border-dark);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s var(--ease)}.footer-social a:hover{border-color:var(--orange);background:#e8521a1a}.footer-col h4{font-family:var(--font-head);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:1.25rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-col ul li a,.footer-col ul li span{color:var(--text-light);font-size:.9rem;transition:color .2s}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--border-dark);padding:1.5rem 0}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom p{color:var(--text-light);font-size:.85rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:var(--text-light);font-size:.85rem;transition:color .2s}.footer-legal a:hover{color:var(--white)}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:500px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;text-align:center}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,#0a1628ed,#0a1628c7 55%,#0a162859)}.hero-content{position:relative;z-index:1;padding-top:var(--nav-h);padding-bottom:4rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.hero-text{max-width:600px;flex:1}.hero-promo{position:relative;flex:0 0 350px;max-width:400px;animation:float 6s ease-in-out infinite}.hero-promo img{width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:0 20px 40px #0000004d;border:4px solid rgba(255,255,255,.1)}.promo-badge{position:absolute;top:-15px;right:-15px;background:var(--orange);color:var(--white);padding:.5rem 1rem;border-radius:50px;font-weight:700;font-size:.9rem;box-shadow:0 4px 12px #e8521a80;transform:rotate(5deg);z-index:2}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.hero-text h1{margin-bottom:1.5rem;color:var(--white)}.text-orange{color:var(--orange)}.hero-lead{font-size:1.2rem;color:#ffffffd1;margin-bottom:2.5rem;line-height:1.75;max-width:520px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.9rem;color:#ffffffa6;font-weight:500}.highlights-bar{background:var(--orange);padding:2rem 0}.highlights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.highlight-item strong{display:block;font-family:var(--font-head);font-size:1.1rem;font-weight:900;color:var(--white);margin-bottom:.2rem}.highlight-item span{font-size:.85rem;color:#ffffffd1}.features-section{padding:7rem 0}.section-header{text-align:center;max-width:620px;margin:0 auto 4rem}.section-header h2{color:var(--white);margin-bottom:1rem}.section-lead{font-size:1.05rem;color:var(--text-light);line-height:1.75}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:#ffffff0a;border:1px solid var(--border-dark);border-radius:var(--radius-lg);padding:2rem;transition:all .3s var(--ease)}.feature-card:hover{background:#ffffff14;border-color:#e8521a66;transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-icon{font-size:2rem;margin-bottom:1.25rem}.feature-card h3{color:var(--white);margin-bottom:.75rem;font-size:1.05rem}.feature-card p{color:var(--text-light);font-size:.9rem;line-height:1.7}.steps-section{padding:7rem 0}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.steps-grid:before{content:"";position:absolute;top:2.5rem;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--border-dark),var(--border-dark),transparent)}.step-card{text-align:center;padding:1.5rem;position:relative}.step-num{font-family:var(--font-head);font-size:2.5rem;font-weight:900;color:var(--orange);line-height:1;margin-bottom:1.25rem;position:relative;z-index:1}.step-card h3{color:var(--white);font-size:1rem;margin-bottom:.75rem}.step-card p{color:var(--text-light);font-size:.875rem;line-height:1.7}.split-section{padding:7rem 0}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.split-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.split-image img{width:100%;height:480px;object-fit:cover;transition:transform .5s var(--ease)}.split-image:hover img{transform:scale(1.03)}.split-text h2{color:var(--white);margin-bottom:1.25rem}.split-text p{color:var(--text-light);font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.check-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.check-list li{color:#ffffffd1;font-size:.95rem;font-weight:500}.cta-section{background:linear-gradient(135deg,var(--orange) 0%,#c44515 100%);padding:6rem 0}.cta-inner{text-align:center}.cta-inner h2{color:var(--white);margin-bottom:1rem}.cta-inner p{color:#ffffffe0;font-size:1.1rem;margin-bottom:2.5rem}.cta-inner .btn-primary{background:var(--white);color:var(--orange);border-color:var(--white);box-shadow:none}.cta-inner .btn-primary:hover{background:var(--off-white);transform:translateY(-2px);box-shadow:0 8px 24px #0003}@media(max-width:1100px){.features-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid:before{display:none}}@media(max-width:768px){.hero{min-height:90vh}.hero-content{flex-direction:column-reverse;flex-direction:column;text-align:center;padding-top:calc(var(--nav-h) + 2rem)}.hero-text{margin-bottom:3rem}.hero-promo{flex:0 0 auto;width:80%;max-width:320px;margin:0 auto}.hero-lead{margin-left:auto;margin-right:auto}.highlights-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr 1fr}.split-grid{grid-template-columns:1fr;gap:3rem}.split-image img{height:300px}.hero-actions{flex-direction:column;align-items:center}.hero-trust{flex-direction:column;gap:.5rem;align-items:center}}@media(max-width:480px){.steps-grid{grid-template-columns:1fr}.highlights-grid{grid-template-columns:repeat(2,1fr)}}.store-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);padding:calc(var(--nav-h) + 5rem) 0 5rem;text-align:center;border-bottom:1px solid var(--border-dark)}.store-hero-inner h1{color:var(--white);margin-bottom:1rem}.store-hero-inner p{color:var(--text-light);font-size:1.15rem;max-width:500px;margin:0 auto}.store-section{padding:5rem 0 7rem;background:var(--navy)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.product-card{background:#ffffff0a;border:1px solid var(--border-dark);border-radius:var(--radius-lg);overflow:hidden;position:relative;transition:all .3s var(--ease);display:flex;flex-direction:column}.product-card:hover{border-color:#e8521a66;transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-tag{position:absolute;top:1rem;left:1rem;z-index:2;background:var(--orange);color:var(--white);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.3rem .75rem;border-radius:100px}.service-icon-wrap{height:140px;display:flex;align-items:center;justify-content:center;background:#ffffff08;border-bottom:1px solid var(--border-dark)}.service-big-icon{font-size:3.5rem;filter:drop-shadow(0 4px 12px rgba(232,82,26,.3))}.product-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-body h3{color:var(--white);font-size:1.15rem;margin-bottom:.75rem}.product-body>p{color:var(--text-light);font-size:.9rem;line-height:1.65;margin-bottom:1.25rem}.service-includes{list-style:none;display:flex;flex-direction:column;gap:.4rem;flex:1}.service-includes li{color:#ffffffb3;font-size:.85rem;font-weight:500}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.25rem;border-top:1px solid var(--border-dark)}.service-price-label{font-size:.85rem;color:var(--text-light);font-style:italic}.guarantee-section{background:var(--navy-mid);padding:4rem 0;border-top:1px solid var(--border-dark)}.guarantee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.guarantee-item{padding:1rem}.g-icon{font-size:2rem;display:block;margin-bottom:.75rem}.guarantee-item strong{display:block;color:var(--white);font-size:1rem;font-weight:700;margin-bottom:.35rem}.guarantee-item p{color:var(--text-light);font-size:.875rem}@media(max-width:1024px){.product-grid,.guarantee-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.product-grid{grid-template-columns:1fr}.guarantee-grid{grid-template-columns:repeat(2,1fr)}}
