:root{--black:#0A0A0A;--white:#fff;--green:#00C853;--green-dark:#009624;--green-light:#E8F5E9;--orange:#FF6D00;--orange-dark:#E65100;--gray-50:#FAFAFA;--gray-100:#F5F5F5;--gray-200:#EEEEEE;--gray-300:#E0E0E0;--gray-400:#BDBDBD;--gray-600:#757575;--gray-800:#424242;--text:#1A1A1A}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}header{background:#fff;border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:1000}.header-top{background:var(--black);color:#fff;padding:12px 60px;font-size:12px;letter-spacing:1px;text-align:center}.header-top span{color:var(--green);font-weight:600}.header-main{padding:20px 60px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;font-family:Barlow Condensed,sans-serif;font-size:26px;font-weight:900;color:var(--black);letter-spacing:1px}.logo svg{width:48px;height:48px}.logo span{color:var(--green)}.nav-menu{display:flex;gap:40px}.nav-menu a{text-decoration:none;color:var(--gray-800);font-size:14px;font-weight:500;letter-spacing:.3px;transition:color .2s}.nav-menu a:hover{color:var(--green)}.header-actions{display:flex;gap:12px}.btn-outline{padding:10px 24px;border:2px solid var(--black);background:transparent;color:var(--black);border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.btn-outline:hover{background:var(--black);color:#fff}.btn-solid{padding:10px 28px;background:var(--green);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 12px #00c8534d}.btn-solid:hover{background:var(--green-dark);transform:translateY(-1px)}.hero{min-height:85vh;background:linear-gradient(135deg,#0a0a0a66,#1a1a1a66),url(https://images.unsplash.com/photo-1431324155629-1a6deb1dec8d?w=1400&q=90);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;padding:80px 60px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00c8530d,#ff6d0008);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:600px}.hero-tag{display:inline-flex;align-items:center;gap:8px;background:#00c85326;border:1px solid rgba(0,200,83,.3);color:var(--green);padding:10px 20px;border-radius:50px;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:30px;width:fit-content}.hero-tag:before{content:"";width:6px;height:6px;background:var(--green);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.hero h1{font-family:Playfair Display,serif;font-size:clamp(52px,7vw,88px);font-weight:900;color:#fff;line-height:.95;letter-spacing:-2px;margin-bottom:24px}.hero h1 em{font-style:normal;color:var(--green)}.hero-desc{color:#ffffffbf;font-size:17px;line-height:1.8;max-width:500px;margin-bottom:40px}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.btn-hero-primary{padding:16px 40px;background:var(--green);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:all .25s;text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 20px #00c85366}.btn-hero-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 30px #00c85380}.btn-hero-secondary{padding:16px 40px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-hero-secondary:hover{border-color:#fff;background:#ffffff14}.hero-stats{display:none}.stat-item{display:flex;flex-direction:column}.stat-num{font-family:Barlow Condensed,sans-serif;font-size:36px;font-weight:800;color:var(--green)}.stat-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-top:4px}.trust-section{display:none}.trust-item{text-align:center}.trust-icon{font-size:32px;margin-bottom:12px}.trust-title{font-size:14px;font-weight:600;margin-bottom:6px}.trust-desc{font-size:12px;color:var(--gray-600);line-height:1.5}.section{padding:100px 60px}.section-center{text-align:center;max-width:700px;margin:0 auto 70px}.section-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--green);margin-bottom:16px}.section-title{font-family:Playfair Display,serif;font-size:clamp(36px,5vw,56px);font-weight:900;color:var(--black);letter-spacing:-1px;margin-bottom:20px;line-height:1.1}.section-desc{color:var(--gray-600);font-size:16px;line-height:1.8}.categories-section{background:var(--gray-50);padding:100px 60px}.categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;max-width:1600px;margin:0 auto}.category-card{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s;min-height:260px}.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s;min-height:260px}.category-card:hover img{transform:scale(1.1)}.category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.2) 50%,transparent 100%);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:20px;text-align:center}.category-icon{font-size:36px;margin-bottom:6px}.category-name{font-family:Barlow Condensed,sans-serif;font-size:16px;font-weight:800;color:#fff;letter-spacing:1px;text-transform:uppercase}.category-count{font-size:11px;color:#ffffffb3;margin-top:4px}.products-section{background:#fff}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1400px;margin:0 auto}.product-card{border-radius:16px;overflow:hidden;border:1px solid var(--gray-200);transition:all .3s;background:#fff;cursor:pointer;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px #0000001f;border-color:var(--green)}.product-img{height:360px;overflow:hidden;position:relative;background:var(--gray-100)}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-img img{transform:scale(1.08)}.product-badge{position:absolute;top:16px;left:16px;padding:6px 16px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;background:var(--green);color:#fff;z-index:2}.product-body{padding:28px}.product-name{font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:800;margin-bottom:8px;color:var(--black);letter-spacing:.5px}.product-desc{font-size:13px;color:var(--gray-600);margin-bottom:18px;line-height:1.6}.product-specs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.spec-tag{background:var(--green-light);color:var(--green-dark);padding:4px 12px;border-radius:50px;font-size:10px;font-weight:600}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-family:Barlow Condensed,sans-serif;font-size:24px;font-weight:800;color:var(--black)}.product-price small{font-size:12px;font-weight:400;color:var(--gray-600)}.product-btn{padding:10px 20px;background:var(--green);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:5px}.product-btn:hover{background:var(--green-dark)}.gallery-section{display:none}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1400px;margin:0 auto}.gallery-item{border-radius:12px;overflow:hidden;height:280px;cursor:pointer;transition:all .3s;position:relative}.gallery-item:hover{transform:scale(1.05);box-shadow:0 15px 40px #00000026}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,0,0,.4) 0%,transparent 60%);opacity:0;transition:opacity .3s}.gallery-item:hover .gallery-overlay{opacity:1}.case-studies-section{background:#fff}.case-studies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1400px;margin:0 auto}.case-study{background:var(--gray-50);border-radius:16px;overflow:hidden;border:1px solid var(--gray-200);transition:all .3s}.case-study:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000001a}.case-study-img{height:240px;background:var(--gray-200);overflow:hidden}.case-study-img img{width:100%;height:100%;object-fit:cover}.case-study-body{padding:32px}.case-study-tag{display:inline-block;background:var(--green-light);color:var(--green-dark);padding:4px 12px;border-radius:50px;font-size:11px;font-weight:600;margin-bottom:12px}.case-study-title{font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:800;margin-bottom:12px;color:var(--black);letter-spacing:.5px}.case-study-desc{font-size:14px;color:var(--gray-600);line-height:1.7;margin-bottom:16px}.case-study-stats{display:flex;gap:24px;padding-top:16px;border-top:1px solid var(--gray-200)}.stat{flex:1}.stat-value{font-family:Barlow Condensed,sans-serif;font-size:24px;font-weight:800;color:var(--green)}.stat-name{font-size:12px;color:var(--gray-600);margin-top:4px}.features-section{display:none}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:1400px;margin:0 auto}.feature-card{background:#fff;padding:40px 32px;border-radius:16px;border:1px solid var(--gray-200);transition:all .3s;text-align:center}.feature-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #00000014;border-color:var(--green)}.feature-icon{font-size:40px;margin-bottom:20px}.feature-title{font-family:Barlow Condensed,sans-serif;font-size:17px;font-weight:800;margin-bottom:12px;color:var(--black);letter-spacing:.5px}.feature-desc{font-size:14px;color:var(--gray-600);line-height:1.7}.faq-section{background:#fff}.faq-grid{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid var(--gray-200);padding:24px 0}.faq-item:last-child{border-bottom:none}.faq-question{font-family:Barlow Condensed,sans-serif;font-size:16px;font-weight:800;color:var(--black);cursor:pointer;display:flex;align-items:center;justify-content:space-between;letter-spacing:.5px}.faq-question:after{content:"+";font-size:24px;color:var(--green);transition:transform .3s}.faq-item.open .faq-question:after{transform:rotate(45deg)}.faq-answer{font-size:14px;color:var(--gray-600);line-height:1.8;margin-top:16px;max-height:0;overflow:hidden;transition:max-height .3s}.faq-item.open .faq-answer{max-height:500px}.testimonials-section{background:var(--gray-100)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1400px;margin:0 auto}.testimonial-card{background:#fff;padding:36px;border-radius:16px;border:1px solid var(--gray-200)}.testimonial-stars{color:#ffc107;font-size:16px;letter-spacing:2px;margin-bottom:16px}.testimonial-text{font-size:15px;color:var(--gray-800);line-height:1.8;margin-bottom:24px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff}.testimonial-name{font-size:15px;font-weight:700;color:var(--black)}.testimonial-role{font-size:12px;color:var(--gray-600);margin-top:2px}.cta-banner{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);padding:100px 60px;text-align:center}.cta-banner h2{font-family:Playfair Display,serif;font-size:clamp(40px,6vw,64px);font-weight:900;color:#fff;margin-bottom:20px;letter-spacing:-1px}.cta-banner p{font-size:18px;color:#ffffffe6;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.btn-white{padding:18px 48px;background:#fff;color:var(--green);border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .25s;text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 20px #00000026}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0003}footer{background:var(--black);padding:80px 60px 30px;color:#ffffff80;font-size:13px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;max-width:1400px;margin:0 auto 60px}.footer-brand p{color:#ffffff80;font-size:14px;line-height:1.8;margin-top:16px}.footer-socials{display:flex;gap:12px;margin-top:20px}.footer-social{width:44px;height:44px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:all .3s;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.2)}.footer-social:hover{background:var(--green);border-color:var(--green);transform:translateY(-3px)}.footer-contact{display:flex;gap:16px;margin-top:24px;flex-wrap:wrap}.footer-contact-item{display:inline-flex;align-items:center;gap:10px;color:#ffffffb3;text-decoration:none;font-size:14px;transition:all .3s}.footer-contact-item:hover{color:var(--green)}.footer-contact-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;font-size:20px;border:1px solid rgba(255,255,255,.2);transition:all .3s}.footer-contact-item:hover .footer-contact-icon{background:var(--green);border-color:var(--green)}.footer-col h4{font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:24px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:14px}.footer-col a{color:#ffffff80;text-decoration:none;transition:color .2s;font-size:13px}.footer-col a:hover{color:var(--green)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:32px;display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}@media(max-width:1400px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1200px){.section{padding:80px 40px}.products-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.trust-section{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.case-studies-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media(max-width:768px){.header-main{padding:16px 20px;flex-direction:column;gap:16px}.nav-menu{display:none}.hero{padding:50px 20px}.hero h1{font-size:40px}.section{padding:60px 20px}.categories-grid{grid-template-columns:repeat(2,1fr)}.products-grid,.features-grid{grid-template-columns:1fr}.trust-section{grid-template-columns:1fr;gap:20px}.gallery-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.cta-banner{padding:60px 20px}}@media(max-width:480px){.categories-grid{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/doublec-custom.css.map */
