:root{--primary: #2ecc71;--primary-hover: #27ae60;--text-dark: #0c1938;--text-gray: #4B5563;--bg-light: #F9FAFB}html,body{margin:0;padding:0;width:100%;font-family:Poppins,sans-serif;color:var(--text-dark);background-color:#fff;overflow-x:hidden}*{box-sizing:border-box}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}button{font-family:Poppins,sans-serif;cursor:pointer;border:none;outline:none}.btn-primary{background-color:var(--primary);color:#fff;padding:14px 34px;border-radius:50px;font-weight:500;font-size:15px;transition:background-color .3s;box-shadow:0 4px 10px #4abceb33}.btn-primary:hover{background-color:var(--primary-hover)}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 20px}.section-title{text-align:center;font-size:34px;font-weight:600;margin-bottom:20px;color:var(--text-dark)}.cart-drawer-overlay{position:fixed;inset:0;background:#0006;z-index:1000;display:none;opacity:0;transition:opacity .3s ease}.cart-drawer-overlay.active{display:block;opacity:1}.cart-drawer{position:fixed;top:0;right:-100%;bottom:0;width:100%;max-width:440px;background:#fff;box-shadow:-5px 0 30px #00000026;z-index:1001;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.16,1,.3,1)}.cart-drawer.active{right:0}.cart-header{padding:20px 25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0}.cart-header h2{font-size:20px;font-weight:600;color:var(--text-dark);margin:0}.cart-close{background:none;border:none;cursor:pointer;color:#666;display:flex;align-items:center}.free-shipping-banner{background:#2ecc71;color:#fff;text-align:center;padding:10px;font-weight:600;font-size:14px}.shipping-progress-container{padding:20px 25px;background:#f7f9fb;border-bottom:1px solid #f0f0f0}.shipping-remaining-text{font-size:13px;color:#444;margin:0 0 10px;text-align:center;background:#e6e6e6;padding:6px;border-radius:4px;font-weight:500}.progress-bar-wrap{position:relative;height:8px;background:#e0e0e0;border-radius:4px;margin-bottom:25px}.progress-bar-fill{height:100%;background:repeating-linear-gradient(45deg,#2ecc71,#2ecc71 10px,#7ad0f8 10px 20px);border-radius:4px;transition:width .3s ease}.truck-icon{position:absolute;right:0;top:15px;display:flex;flex-direction:column;align-items:center}.truck-label{font-size:11px;color:#2ecc71;font-weight:600;margin-top:4px}.cart-body{flex-grow:1;overflow-y:auto;padding:25px}.cart-empty-state{text-align:center;padding:40px 0}.cart-empty-state h2{font-size:24px;color:var(--text-dark);margin-bottom:25px}.continue-shopping-btn{background:#2ecc71;border-color:#2ecc71;color:#fff;width:100%;max-width:250px;border-radius:12px;font-weight:600;padding:12px}.continue-shopping-btn:hover{background:#41aad8}.cart-login-prompt{margin-top:50px;border-top:1px solid #f0f0f0;padding-top:30px}.cart-login-prompt h3{font-size:18px;color:var(--text-dark);margin-bottom:10px}.cart-login-prompt p{font-size:14px;color:#666}.cart-login-prompt a{color:var(--primary);font-weight:600}.cart-recommended-product{display:flex;align-items:center;background:#fdfdfd;border:1px solid #eee;border-radius:16px;padding:15px;margin:25px 0;text-align:left;gap:15px;box-shadow:0 4px 15px #00000008}.cart-rec-img{width:80px;height:80px;object-fit:cover;border-radius:12px;flex-shrink:0}.cart-rec-info h4{margin:0 0 5px;font-size:14px;font-weight:600;color:var(--text-dark)}.cart-rec-info p{margin:0 0 10px;font-size:14px;font-weight:600;color:var(--primary)}.cart-items-list{display:flex;flex-direction:column;gap:20px}.cart-item{display:flex;align-items:center;gap:15px;border-bottom:1px solid #f0f0f0;padding-bottom:20px;position:relative}.cart-item-img{width:80px;height:80px;min-width:80px;max-width:80px;flex-shrink:0;border-radius:10px;object-fit:cover;border:1px solid #eee}.cart-item-info{flex-grow:1}.cart-item-title{font-size:15px;font-weight:600;color:var(--text-dark);margin:0 0 5px}.cart-item-price{font-size:14px;font-weight:600;color:#2ecc71;margin:0}.cart-item-qty{display:flex;align-items:center;gap:12px;margin-top:10px}.qty-btn{width:24px;height:24px;border-radius:50%;border:1px solid #ccc;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600}.qty-val{font-size:14px;font-weight:600}.cart-item-delete{position:absolute;top:0;right:0;background:none;border:none;color:#bbb;cursor:pointer;padding:5px}.cart-item-delete:hover{color:#f44336}.cart-footer{padding:20px 25px;border-top:1px solid #f0f0f0;background:#fcfdfd}.cart-subtotal-line{display:flex;justify-content:space-between;font-size:16px;font-weight:600;color:var(--text-dark);margin-top:15px}.checkout-btn{width:100%;background:var(--primary);color:#fff;border:none;border-radius:30px;padding:15px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000001a}.checkout-btn:hover{background:var(--primary-hover)}.checkout-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:2000;display:none;opacity:0;transition:opacity .3s ease;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.checkout-modal-overlay.active{display:flex;opacity:1}.checkout-modal{background:#fff;border-radius:20px;width:100%;max-width:480px;box-shadow:0 10px 40px #00000040;position:relative;padding:30px 25px;animation:modalPop .3s cubic-bezier(.16,1,.3,1)}@keyframes modalPop{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-close{position:absolute;top:15px;left:15px;background:none;border:none;cursor:pointer;color:#666;padding:5px}.checkout-product-card{display:flex;flex-direction:column;border:1px solid #f0f0f0;border-radius:12px;padding:15px;margin-top:15px;margin-bottom:20px;max-height:150px;overflow-y:auto}.checkout-prod-left{display:flex;align-items:center;gap:15px}.checkout-prod-img-wrap{position:relative;width:50px;height:50px;min-width:50px;max-width:50px;flex-shrink:0}.checkout-prod-img{width:100%;height:100%;border-radius:8px;object-fit:cover;border:1px solid #eee}.checkout-prod-badge{position:absolute;top:-8px;right:-8px;background:#333;color:#fff;font-size:11px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.checkout-prod-title{font-size:14px;font-weight:700;color:var(--text-dark)}.checkout-prod-price{font-size:14px;font-weight:700;color:#333}.shipping-method-box{background:#e6f0fa;border:1px solid #bfd8f5;border-radius:12px;padding:15px;margin-bottom:20px}.shipping-method-box h3{margin:0 0 10px;font-size:15px;font-weight:700;color:var(--text-dark)}.shipping-option{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:8px;padding:10px 12px}.shipping-option label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;font-weight:600;color:#333}.shipping-option input[type=radio]{display:none}.radio-custom{width:16px;height:16px;border-radius:50%;border:2px solid #2ecc71;position:relative;display:inline-block}.shipping-option input[type=radio]:checked+.radio-custom:after{content:"";position:absolute;top:3px;left:3px;width:6px;height:6px;border-radius:50%;background:#2ecc71}.option-price{font-size:13px;font-weight:700;color:#009e46}.address-header{background:#cfdcf7;color:#2b3e5d;text-align:center;padding:10px;border-radius:8px;font-weight:600;font-size:14px;margin-bottom:20px}.checkout-form{display:flex;flex-direction:column;gap:15px}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{font-size:13px;font-weight:600;color:var(--text-dark)}.input-icon-wrap{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:12px;color:#777;display:flex;align-items:center}.input-icon-wrap input{width:100%;padding:12px 12px 12px 40px;border:1px solid #ccc;border-radius:10px;font-size:14px;color:#333;outline:none;text-align:right}.input-icon-wrap input::placeholder{color:#aaa;text-align:right}.submit-btn{width:100%;background:var(--primary);color:#fff;border:none;border-radius:30px;padding:15px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;margin-top:15px}.submit-btn:hover{background:var(--primary-hover)}.mt-4{margin-top:30px}.text-center{text-align:center}.text-left{text-align:left}.w-full{width:100%}.top-bar{background-color:var(--primary);padding:10px 0;overflow:hidden;position:relative}.top-bar-marquee-container{display:flex;width:100%}.top-bar-marquee{display:flex;flex-shrink:0;min-width:100%;justify-content:space-around;animation:marqueeTop 25s linear infinite}@keyframes marqueeTop{0%{transform:translate(0)}to{transform:translate(-100%)}}.top-bar-text{color:#fff;font-size:13px;font-weight:500;white-space:nowrap;padding:0 30px}.header{position:fixed;top:40px;left:0;right:0;z-index:1000;transition:background-color .3s ease,top .3s ease}.header.scrolled{top:0;background-color:#fff;box-shadow:0 4px 20px #00000014;border-bottom:1px solid #f1f1f1}.header.scrolled .header-container{padding:10px 40px}.header-container{max-width:1400px;margin:0 auto;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;transition:padding .3s ease}.logo h2{color:var(--text-dark);font-size:32px;font-weight:600;margin:0;letter-spacing:.5px}.header-logo-img{height:48px;width:auto;display:block;object-fit:contain}.header-icons{display:flex;gap:20px}.menu-icon img,.header-icons img{filter:invert(65%) sepia(45%) saturate(1000%) hue-rotate(105deg) brightness(95%) contrast(90%)}.cart-badge{position:absolute;top:-5px;right:-8px;background:var(--primary);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid white;filter:none}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;background-size:cover;opacity:0;transition:opacity .8s ease-in-out}.slide-1{background-image:url(/hero/image-1.webp)}.slide-2{background-image:url(/hero/image-2.webp)}.slide-3{background-image:url(/hero/image-3.webp)}.hero-slide.active{opacity:1;z-index:1}.hero-slider-controls{position:absolute;top:50%;left:0;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:3;padding:0 20px}.hero-prev,.hero-next{background:#ffffff80;border:none;border-radius:50%;width:40px;height:40px;font-size:20px;cursor:pointer;color:var(--primary);display:flex;align-items:center;justify-content:center;transition:background .3s}.hero-prev:hover,.hero-next:hover{background:#fffc}.hero-slider-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:10px}.hero-slider-dots .dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .3s}.hero-slider-dots .dot.active{background:var(--primary)}.features-bar{padding:12px 0;border-bottom:1px solid #f1f1f1;overflow:hidden}.features-wrapper img{height:52px!important;width:auto!important;object-fit:contain}.features-marquee-container{display:flex;width:100%}.features-wrapper{display:inline-flex;flex-shrink:0;justify-content:center;gap:30px;align-items:center;animation:marqueeFeatures 25s linear infinite;padding:0 15px}@keyframes marqueeFeatures{0%{transform:translate(0)}to{transform:translate(-100%)}}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0}.feature-item img{filter:invert(65%) sepia(45%) saturate(1000%) hue-rotate(105deg) brightness(95%) contrast(90%)}.icon-circle{width:60px;height:60px;border-radius:50%;border:2px solid #e1f5fe;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.icon-circle svg{stroke:var(--primary)}.icon-circle.icon-lg{width:80px;height:80px;border:2px solid #e1f5fe}.feature-item span{color:var(--primary);font-size:11px;font-weight:600;letter-spacing:.5px}.couple-section{padding:100px 0;background:#fff}.couple-container{display:flex;align-items:center;justify-content:center;gap:50px}.couple-img-wrapper{flex:1.4;max-width:620px}.couple-img-wrapper img{width:100%;height:520px;object-fit:cover;border-radius:20px;display:block}.couple-text-wrapper{flex:.8;text-align:left}.couple-title{font-size:40px;color:var(--text-dark);margin:0 0 20px;line-height:1.2;font-weight:600}.couple-desc{color:var(--text-dark);font-size:15px;line-height:1.8;margin-bottom:30px;font-weight:400}.products-section{padding:60px 0 100px;background:#fdfdfd}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.product-card{background:#fff;border:1px solid #f1f1f1;border-radius:24px;padding:0;overflow:hidden;text-align:center;position:relative;box-shadow:0 5px 25px #00000008;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #00000012}.badge{position:absolute;top:15px;left:15px;background:var(--primary);color:#fff;font-size:11px;font-weight:700;padding:6px 14px;border-radius:20px;letter-spacing:.5px;z-index:10}.product-img{width:100%;height:280px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f7f9fb;padding:0}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-img img{transform:scale(1.06)}.pack-img-collage{position:relative;display:flex;align-items:center;justify-content:center;gap:0;overflow:hidden;background:linear-gradient(135deg,#e8f4fd,#f0f8e8,#fdf0f8)}.collage-item{width:33.33%;height:280px;object-fit:cover;flex-shrink:0;transition:transform .4s ease}.pack-card:hover .collage-item{transform:scale(1.05)}.collage-1,.collage-2,.collage-3{border-radius:0}.footer-logo-img{height:90px;width:auto;object-fit:contain;filter:brightness(0) invert(1);display:block}.product-info{padding:15px 0 0}.product-info h3{font-size:16px;font-weight:600;margin:18px 0 10px;color:var(--text-dark);line-height:1.4}.product-info .btn-primary{margin:0 20px 20px;width:calc(100% - 40px)}.product-info span{font-weight:400;color:var(--text-dark)}.price{font-size:18px;font-weight:700;color:var(--primary);margin:0 0 20px}.banner-48h{position:relative;height:550px;background-image:url(/images/48h-banner.webp);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center}.banner-overlay{position:absolute;inset:0;background:#fff3}.banner-content{position:relative;z-index:1}.banner-content h2{color:#fff;font-size:40px;font-weight:300;line-height:1.1;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.1)}.banner-hl{font-size:80px;font-weight:700}.banner-sub{font-size:24px;font-weight:400;letter-spacing:2px}.tabs-section{padding:100px 0}.tabs-bar{display:flex;justify-content:center;gap:15px;margin:40px 0 60px}.tab{padding:10px 30px;border:1px solid var(--primary);border-radius:50px;color:var(--primary);font-weight:500;font-size:14px;cursor:pointer}.tab.active{background:var(--primary);color:#fff}.tab-body{display:flex;align-items:center;justify-content:center;gap:80px}.tab-img-wrap{position:relative}.tab-img-wrap img{width:350px;border-radius:20px}.tab-img-tag{position:absolute;bottom:20px;right:-40px;background:#009e46;color:#fff;padding:12px 20px;border-radius:12px;font-size:13px;font-weight:600;line-height:1.4}.tab-text-wrap p{font-size:15px;line-height:1.8;color:var(--text-dark);margin:0 0 30px;font-weight:500}.before-after{background:#2ecc71;padding:150px 0;color:#fff;position:relative;overflow:hidden}.ba-wave{position:absolute;left:0;width:100%;height:80px;z-index:2;pointer-events:none}.ba-wave-top{top:-1px}.ba-wave-bottom{bottom:-1px}.ba-wave svg{width:100%;height:100%;display:block}.ba-title{font-size:40px;font-weight:600;margin:0 0 10px;line-height:1.2}.ba-subtitle{font-size:20px;margin:0 0 50px}.ba-flex{display:flex;align-items:center;justify-content:space-between;text-align:left;gap:40px}.ba-text-side{flex:1}.ba-slider{position:relative;flex:1;max-width:500px;margin:0;border-radius:20px;overflow:hidden;user-select:none;height:550px}.ba-slider img{pointer-events:none}.img-before{display:block;width:100%;height:100%;object-fit:cover}.after-wrap{position:absolute;top:0;left:0;bottom:0;width:50%;overflow:hidden;pointer-events:none}.img-after{position:absolute;top:0;left:0;height:100%;object-fit:cover;display:block}.ba-tag{position:absolute;top:20px;background:var(--primary);color:#fff;font-size:13px;font-weight:600;padding:6px 20px;border-radius:20px;z-index:12}.tag-left{left:20px}.tag-right{right:20px}.slider-handle{position:absolute;top:0;bottom:0;left:50%;width:4px;background:#fff;cursor:ew-resize;z-index:10;transform:translate(-50%)}.slider-control{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #00000040;pointer-events:none}.slider-control svg{margin:0 -2px}.why-choose{padding:100px 0 60px}.flex-center{justify-content:center;gap:40px}.why-choose-marquee-container{overflow:hidden;width:100%}.why-choose-marquee-track{display:flex;width:100%}.why-choose-marquee{display:flex;flex-shrink:0;min-width:100%;justify-content:space-around;align-items:center;animation:marqueeWhy 25s linear infinite}@keyframes marqueeWhy{0%{transform:translate(0)}to{transform:translate(-100%)}}.instructions-modern{padding:100px 0;background:#fcfcfc}.inst-header{text-align:center;margin-bottom:60px}.inst-title-new{font-size:38px;font-weight:700;color:var(--text-dark);margin:0 0 15px}.inst-subtitle-new{font-size:18px;color:#666;margin:0}.inst-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.inst-step{background:#fff;padding:40px 30px;border-radius:24px;text-align:center;position:relative;box-shadow:0 10px 40px #0000000a;border:1px solid #f5f5f5;transition:transform .3s ease}.inst-step:hover{transform:translateY(-5px)}.inst-number{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:44px;height:44px;background:var(--primary);color:#fff;font-size:20px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;border:4px solid #fcfcfc}.inst-icon-wrap{width:70px;height:70px;background:#e8f7f0;color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:20px auto 25px}.inst-step h3{font-size:20px;font-weight:600;color:var(--text-dark);margin:0 0 15px}.inst-step p{font-size:15px;line-height:1.6;color:#666;margin:0}.stats{padding:100px 0}.stats-flex{display:flex;align-items:center;gap:100px}.stats-left{flex:1}.stats-desc{font-size:16px;color:var(--text-dark)}.stats-right{flex:1.5;display:flex;flex-direction:column;gap:40px}.stat-line{display:flex;align-items:center;gap:30px}.stat-num{width:80px;height:80px;border-radius:50%;background:conic-gradient(var(--primary) calc(var(--p) * 1%),#e1f5fe 0);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:var(--primary);flex-shrink:0;position:relative}.stat-num:before{content:"";position:absolute;inset:5px;background:#fff;border-radius:50%;z-index:1}.stat-num span{position:relative;z-index:2}.stat-line p{margin:0;font-size:15px;color:var(--text-dark);line-height:1.6}.stat-footnote{font-size:11px;color:var(--text-dark);margin-top:20px}.vision{padding:100px 0;background:#eef5fb}.vision-flex{display:flex;align-items:center;justify-content:center;gap:80px}.vision-img{flex:1;max-width:500px}.vision-img img{width:100%;border-radius:30px}.vision-text{flex:1}.vision-text p{font-size:15px;line-height:1.8;color:var(--text-dark);margin:20px 0;font-weight:500}.faq{padding:100px 0}.faq-title{font-size:36px;margin-bottom:60px}.red-q{color:#e53e3e;font-weight:700}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.faq-item{background:#57c2f3;color:#fff;border-radius:50px;padding:20px 40px;font-size:16px;font-weight:500;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.reviews{padding:80px 0 120px;position:relative}.reviews-flex{display:flex;justify-content:center;gap:50px}.review-card{width:400px;background:#fdfdfd;border-radius:20px;overflow:hidden}.review-img-wrap{position:relative}.review-img-wrap img{width:100%;height:280px;object-fit:cover}.quote-icon{position:absolute;bottom:-25px;right:30px;width:50px;height:50px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;line-height:1;font-family:serif;padding-top:10px}.review-info{padding:40px 30px 30px}.stars{color:#f59e0b;font-size:24px;letter-spacing:2px;margin-bottom:20px}.review-text{font-size:14px;line-height:1.6;color:var(--text-dark);font-weight:600;margin:0 0 20px}.review-author{font-size:12px;font-weight:700;color:var(--text-dark);margin:0}.back-to-top{position:fixed;bottom:30px;left:30px;width:45px;height:45px;background:#ffffff40;border:2px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;box-shadow:0 4px 12px #00000026;transition:background .3s ease,transform .3s ease}.back-to-top:hover{background:#fff;transform:translateY(-3px)}.back-to-top:hover svg{stroke:#2ecc71}.footer{background:#2ecc71;color:#fff;padding-bottom:40px;margin-top:60px}.footer-top-marquee{border-bottom:1px solid rgba(255,255,255,.25);overflow:hidden;white-space:nowrap;padding:18px 0;width:100%;margin-bottom:50px}.footer-marquee-track{display:inline-flex;animation:footerMarquee 20s linear infinite}.footer-marquee-track span{font-size:14px;font-weight:500;color:#fff;padding:0 40px}@keyframes footerMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:50px;margin-bottom:50px}.newsletter{max-width:320px;width:100%}.email-input{width:100%;padding:14px 20px;border-radius:50px;border:2px solid white;background:transparent;color:#fff;margin-bottom:15px;font-size:14px;outline:none;text-align:center}.email-input::placeholder{color:#fffc;text-align:center}.footer-suivre-btn{width:100%;background:#fff;color:#2ecc71;border:none;border-radius:50px;padding:14px;font-size:15px;font-weight:600;cursor:pointer;text-align:center;transition:opacity .3s ease}.footer-suivre-btn:hover{opacity:.9}.footer-links h3{font-size:18px;font-weight:600;margin:0 0 20px;color:#fff}.footer-links ul{display:flex;flex-direction:column;gap:12px}.footer-links a{color:#fff;font-size:14px;transition:opacity .3s}.footer-links a:hover{opacity:.8}.footer-logo{text-align:right}.footer-logo h2{font-size:38px;font-weight:600;margin:0;color:#fff;letter-spacing:.5px}.footer-bottom-line{border-top:1px solid rgba(255,255,255,.25);padding-top:30px;text-align:center}.footer-bottom-line p{font-size:13px;color:#ffffffd9;margin:0}@media(max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}.header-logo-img{height:38px}.couple-container,.stats-flex,.vision-flex,.ba-flex{flex-direction:column;text-align:center}.ba-slider{max-width:100%;margin-top:30px;height:450px}}@media(max-width:768px){.slide-1{background-image:url(/hero/image-1-phone.webp)}.slide-2{background-image:url(/hero/image-2-phone.webp)}.slide-3{background-image:url(/hero/image-3-phone.webp)}.header-icons svg:first-child{display:none}.hero{min-height:480px;height:100vh}.features-wrapper{flex-wrap:wrap;justify-content:center;gap:20px}.feature-item{width:40%}.footer-content{flex-direction:column;align-items:center;text-align:center;gap:35px}.footer-logo{text-align:center}.couple-section,.products-section,.tabs-section,.before-after,.why-choose,.stats,.vision,.faq,.reviews{padding:50px 0}.couple-title{font-size:32px}.products-grid{grid-template-columns:1fr;gap:15px}.collage-item{height:200px}.product-card{padding:20px 15px}.banner-48h{height:350px}.banner-content h2{font-size:24px}.banner-hl{font-size:40px}.banner-sub{font-size:14px}.tabs-bar{flex-wrap:wrap;gap:10px}.tab-body{flex-direction:column;gap:40px}.tab-img-wrap img{width:100%;max-width:350px}.tab-text-wrap{text-align:center}.ba-title{font-size:28px}.inst-grid-new{grid-template-columns:1fr;gap:30px}.stats-flex{gap:40px}.stats-left h2{font-size:28px;text-align:center}.stats-desc{text-align:center}.stat-line{flex-direction:column;text-align:center;gap:15px}.vision-text h2{font-size:28px}.faq-title{font-size:24px}.faq-item{padding:15px 25px;font-size:14px}.reviews-flex{flex-direction:column;align-items:center}.review-card{width:100%;max-width:400px}}@media(max-width:480px){.top-bar-text{font-size:11px}.logo h2{font-size:24px}}
