@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=DM+Sans:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif;background:#fff;color:#111;font-size:17px;line-height:1.7}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}:root{--blanc:#FFFFFF;--gris1:#F0F0F0;--gris2:#E6E6E6;--noir:#111111;--bordure:#D0D0D0}nav{background:#fff;border-bottom:1px solid #D0D0D0;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:200}.nav-left{display:flex;align-items:center;gap:14px}.nav-right{display:flex;align-items:center;gap:12px}.hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:#111}.logo{display:flex;align-items:center}.logo img{height:40px;width:auto;display:block}.cart-btn{background:none;border:none;cursor:pointer;position:relative;display:flex;align-items:center;padding:4px}.cart-count{position:absolute;top:-2px;right:-2px;background:#111;color:#fff;font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cta-nav{background:#111;color:#fff;border:none;padding:10px 18px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;white-space:nowrap;display:inline-block}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:300;opacity:0;pointer-events:none;transition:opacity .3s}.sidebar-overlay.open{opacity:1;pointer-events:all}.sidebar{position:fixed;top:0;left:0;width:280px;height:100%;background:#fff;z-index:400;transform:translate(-100%);transition:transform .32s ease;display:flex;flex-direction:column;border-right:1px solid #D0D0D0}.sidebar.open{transform:translate(0)}.sidebar-header{padding:16px 22px;border-bottom:1px solid #D0D0D0;display:flex;align-items:center;justify-content:space-between}.sidebar-header img{height:36px;width:auto}.sidebar-close{background:none;border:none;cursor:pointer;font-size:22px;color:#111;line-height:1}.sidebar-nav{flex:1;display:flex;flex-direction:column}.sidebar-nav a{display:block;padding:18px 22px;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:500;color:#111;text-decoration:none;border-bottom:1px solid #D0D0D0;background:#fff}.sidebar-nav a:first-child{border-top:1px solid #D0D0D0}.sidebar-nav a:hover{background:#f0f0f0}.sidebar-footer{padding:18px 22px;border-top:1px solid #D0D0D0;font-size:12px;color:#111;opacity:.4}footer{background:#111;padding:40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;border-top:1px solid rgba(255,255,255,.1)}.footer-logo img{height:40px;width:auto;filter:brightness(0) invert(1)}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{color:#fff;opacity:.4;text-decoration:none;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;transition:opacity .2s}.footer-links a:hover{opacity:1}.footer-copy{font-size:11px;opacity:.3;color:#fff}.hero{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #D0D0D0;min-height:85vh}.hero-left{padding:60px 50px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #D0D0D0;background:#fff;position:relative;overflow:hidden}.hero-left:before{content:"";position:absolute;bottom:-100px;right:-100px;width:320px;height:320px;border-radius:50%;border:1px solid #E6E6E6;pointer-events:none}.hero-left:after{content:"";position:absolute;bottom:-50px;right:-50px;width:180px;height:180px;border-radius:50%;border:1px solid #E6E6E6;pointer-events:none}.hero-eyebrow{font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#111;opacity:.45;margin-bottom:20px}.hero h1{font-family:Cormorant Garamond,serif;font-size:64px;font-weight:600;line-height:1.05;color:#111;margin-bottom:24px;position:relative;z-index:1}.hero-desc{font-size:17px;color:#111;font-weight:300;margin-bottom:38px;line-height:1.75;position:relative;z-index:1}@keyframes pulse-border{0%{box-shadow:0 0 #1111114d}70%{box-shadow:0 0 0 10px #1110}to{box-shadow:0 0 #1110}}.btn-primary{display:inline-block;background:#111;color:#fff;border:none;outline:2px solid #D0D0D0;outline-offset:4px;padding:20px 50px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;margin-bottom:28px;animation:pulse-border 2.2s infinite;position:relative;z-index:1}.btn-primary:hover{opacity:.8;animation:none}.trust-line{display:flex;gap:24px;flex-wrap:wrap;position:relative;z-index:1}.trust-item{font-size:14px;color:#111;font-weight:400;display:flex;align-items:center;gap:8px}.trust-item:before{content:"";display:inline-block;width:16px;height:1px;background:#111;flex-shrink:0}.hero-right{background:#111;display:flex;align-items:center;justify-content:center;padding:50px 40px;position:relative}.product-box{border:1px solid rgba(255,255,255,.2);padding:44px 36px;width:100%;max-width:320px;position:relative;z-index:1}.product-box-label{font-size:11px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:#fff;opacity:.45;margin-bottom:14px}.product-box-name{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;color:#fff;margin-bottom:6px}.product-box-sub{font-size:14px;color:#fff;opacity:.45;margin-bottom:26px}.product-specs{border-top:1px solid rgba(255,255,255,.15);padding-top:20px;display:flex;flex-direction:column;gap:12px}.spec-row{display:flex;justify-content:space-between;font-size:14px}.spec-key{color:#fff;opacity:.45}.spec-val{color:#fff;font-weight:500}.promo-tag{position:absolute;top:22px;right:22px;background:#fff;color:#111;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:8px 14px;z-index:2}.stats-bar{background:#111;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid rgba(255,255,255,.08)}.stat-cell{padding:38px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}.stat-cell:last-child{border-right:none}.stat-num{display:block;font-family:Cormorant Garamond,serif;font-size:40px;font-weight:600;color:#fff;line-height:1;margin-bottom:6px}.stat-lbl{font-size:11px;font-weight:400;color:#fff;letter-spacing:1.5px;text-transform:uppercase;opacity:.45}.two-col{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #D0D0D0}.col-block{padding:70px 50px;background:#fff}.col-block:first-child{border-right:1px solid #D0D0D0}.section-label{font-size:11px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:#111;opacity:.4;margin-bottom:16px}.col-block h3{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;color:#111;margin-bottom:28px;line-height:1.2}.col-block ul{list-style:none;display:flex;flex-direction:column;gap:16px}.col-block ul li{font-size:15px;color:#111;display:flex;align-items:flex-start;gap:12px;line-height:1.55}.marker{flex-shrink:0;font-size:15px;color:#111;font-weight:700;margin-top:1px}.how-section{padding:80px 50px;background:#f0f0f0;border-bottom:1px solid #D0D0D0}.how-section h2{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:600;color:#111;margin-bottom:56px}.steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:44px}.step-num{font-family:Cormorant Garamond,serif;font-size:80px;font-weight:600;color:#d0d0d0;line-height:1;margin-bottom:14px}.step h4{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;color:#111;margin-bottom:10px}.step p{font-size:15px;color:#111;line-height:1.7;font-weight:300}.features-section{background:#111;padding:80px 50px;border-bottom:1px solid rgba(255,255,255,.08)}.features-section .section-label{color:#fff;opacity:.35;margin-bottom:14px}.features-section h2{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:600;color:#fff;margin-bottom:50px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.feature{background:#1a1a1a;padding:32px}.feature-title{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;color:#fff;margin-bottom:10px}.feature p{font-size:14px;color:#fff;line-height:1.7;opacity:.65;font-weight:300}.quote-section{background:#111;padding:100px 50px;text-align:center;position:relative;overflow:hidden}.quote-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;border-radius:50%;border:1px solid rgba(255,255,255,.06);pointer-events:none}.quote-text{font-family:Cormorant Garamond,serif;font-size:46px;font-weight:400;color:#fff;line-height:1.25;max-width:800px;margin:0 auto 22px;font-style:italic;position:relative;z-index:1}.quote-author{font-size:11px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:#fff;opacity:.35;position:relative;z-index:1}.testimonials-section{padding:80px 50px;background:#f0f0f0;border-bottom:1px solid #D0D0D0}.testimonials-section h2{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:600;color:#111;margin-bottom:50px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{border:1px solid #D0D0D0;padding:30px;background:#fff;position:relative}.review:before{content:"\201c";font-family:Cormorant Garamond,serif;font-size:70px;color:#e6e6e6;position:absolute;top:8px;right:14px;line-height:1}.stars{font-size:13px;letter-spacing:2px;color:#111;margin-bottom:14px;display:block;white-space:nowrap}.review-text{font-size:14px;color:#111;font-style:italic;line-height:1.75;margin-bottom:18px;font-weight:300}.reviewer-name{font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#111;opacity:.4}.pricing-section{background:#111;padding:80px 50px;text-align:center}.pricing-section .section-label{color:#fff;opacity:.35;margin-bottom:14px}.pricing-section h2{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:600;color:#fff;margin-bottom:44px}.price-box{background:#fff;padding:50px;max-width:580px;margin:0 auto}.old-price{font-size:15px;color:#111;text-decoration:line-through;opacity:.35;margin-bottom:6px}.new-price{font-family:Cormorant Garamond,serif;font-size:70px;font-weight:600;color:#111;line-height:1;margin-bottom:6px}.price-note{font-size:12px;font-weight:600;color:#111;letter-spacing:1px;text-transform:uppercase;opacity:.4;margin-bottom:34px}.includes-list{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:38px;text-align:left}.includes-list li{font-size:15px;color:#111;display:flex;align-items:center;gap:12px;font-weight:300}.includes-list li:before{content:"";display:inline-block;width:18px;height:1px;background:#111;flex-shrink:0}.btn-order{background:#111;color:#fff;border:none;outline:2px solid #D0D0D0;outline-offset:4px;padding:22px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;width:100%;margin-bottom:16px;animation:pulse-border 2.2s infinite}.btn-order:hover{opacity:.8;animation:none}.secure-note{font-size:12px;color:#111;opacity:.4}.garantia-section{border-top:1px solid #D0D0D0;border-bottom:1px solid #D0D0D0;padding:70px 50px;display:grid;grid-template-columns:repeat(3,1fr);background:#fff}.garantia-item{padding:0 40px;border-right:1px solid #D0D0D0;text-align:center}.garantia-item:first-child{padding-left:0}.garantia-item:last-child{border-right:none;padding-right:0}.garantia-number{font-family:Cormorant Garamond,serif;font-size:60px;font-weight:600;color:#111;line-height:1;margin-bottom:8px}.garantia-title{font-size:12px;font-weight:500;color:#111;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.garantia-desc{font-size:14px;color:#111;line-height:1.65;font-weight:300}.faq-section{padding:80px 50px;background:#f0f0f0}.faq-inner{max-width:780px;margin:0 auto}.faq-section h2{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:600;color:#111;margin-bottom:44px}.faq-item{border-top:1px solid #D0D0D0;padding:26px 0}.faq-item:last-child{border-bottom:1px solid #D0D0D0}.faq-q{font-family:Cormorant Garamond,serif;font-size:21px;font-weight:600;color:#111;margin-bottom:10px}.faq-a{font-size:15px;color:#111;line-height:1.75;font-weight:300}@media(max-width:768px){nav{padding:0 16px}.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:44px 20px;border-right:none;border-bottom:1px solid #D0D0D0}.hero h1{font-size:42px}.hero-right{padding:36px 20px}.stats-bar{grid-template-columns:repeat(2,1fr)}.stat-cell:nth-child(2){border-right:none}.two-col{grid-template-columns:1fr}.col-block{padding:44px 20px}.col-block:first-child{border-right:none;border-bottom:1px solid #D0D0D0}.how-section,.features-section,.testimonials-section,.pricing-section,.faq-section,.garantia-section{padding:50px 20px}.steps-row,.features-grid,.reviews-grid{grid-template-columns:1fr}.quote-section{padding:70px 20px}.quote-text{font-size:30px}.garantia-section{grid-template-columns:1fr}.garantia-item{border-right:none;border-bottom:1px solid #D0D0D0;padding:30px 0}.garantia-item:last-child{border-bottom:none}.price-box{padding:32px 20px}footer{padding:32px 16px;flex-direction:column;align-items:flex-start}.footer-links{flex-direction:column;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ventosafix-homepage.css.map */
