@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--bg-dark:#090d16;--bg-dark-accent:#111827;--bg-light:#f8fafc;--bg-card:#fff;--primary:#10b981;--primary-hover:#059669;--secondary:#0ea5e9;--secondary-hover:#0284c7;--accent:#f59e0b;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--text-light:#f8fafc;--border-color:#e2e8f0;--radius-lg:24px;--radius-md:16px;--radius-sm:8px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 10px 25px -5px #00000014, 0 8px 16px -6px #0000000d;--shadow-lg:0 20px 40px -10px #090d1626;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--topbar-height:40px;--header-height:80px;scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-light);color:var(--text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #10b981b3}50%{transform:scale(1.05);box-shadow:0 0 0 15px #10b98100}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.section{padding:80px 24px}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;max-width:700px;margin:0 auto 50px}.section-header h2{background:linear-gradient(135deg, var(--text-primary) 30%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-size:38px}.section-header p{color:var(--text-secondary);font-size:16px}.btn{cursor:pointer;box-shadow:var(--shadow-sm);font-size:15px;font-weight:600;font-family:var(--font-heading);border:none;border-radius:30px;align-items:center;gap:10px;padding:14px 28px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #10b98166}.btn-secondary{background:linear-gradient(135deg, var(--secondary) 0%, var(--secondary-hover) 100%);color:#fff}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #0ea5e966}.btn-outline{color:var(--text-primary);border:2px solid var(--border-color);background:0 0}.btn-outline:hover{background-color:var(--bg-light);border-color:var(--text-primary)}.header-topbar{height:var(--topbar-height);background-color:var(--bg-dark);color:#94a3b8;z-index:1001;border-bottom:1px solid #1e293b;align-items:center;width:100%;font-size:12px;display:flex;position:absolute;top:0;left:0}.header-topbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.topbar-left-links{align-items:center;gap:20px;display:flex}.topbar-link{color:#94a3b8;align-items:center;gap:6px;display:inline-flex}.topbar-link:hover{color:#fff}.topbar-socials{align-items:center;gap:16px;display:flex}.topbar-social-icon{color:#94a3b8}.topbar-social-icon:hover{color:var(--primary)}.header{top:var(--topbar-height);width:100%;height:var(--header-height);-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);z-index:1000;background-color:#ffffffd9;border-bottom:1px solid #e2e8f0cc;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;left:0}.header.scrolled{box-shadow:var(--shadow-sm);background-color:#fffffffa;height:70px;top:0}.header-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.logo{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:10px;font-size:22px;font-weight:800;display:flex}.logo-image{object-fit:contain;width:auto;height:40px;max-height:40px}.logo-brand-text{flex-direction:column;line-height:1.2;display:flex}.brand-line-1{color:var(--text-primary);white-space:nowrap;font-size:15px;font-weight:800}.brand-line-2{color:var(--secondary);white-space:nowrap;font-size:11px;font-weight:700}.logo-icon{color:var(--primary);animation:4s ease-in-out infinite float}.logo span{color:var(--secondary)}.nav-menu{gap:28px;list-style:none;display:flex}.nav-link{color:var(--text-secondary);font-size:15px;font-weight:600}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-actions{align-items:center;gap:16px;display:flex}.lang-switch{border:1px solid var(--border-color);cursor:pointer;background-color:#f1f5f9;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .3s;display:inline-flex}.lang-switch:hover{background-color:#cbd5e1}.menu-toggle{cursor:pointer;color:var(--text-primary);background:0 0;border:none;display:none}.hero{min-height:100vh;padding-top:calc(var(--header-height) + var(--topbar-height) + 20px);background:radial-gradient(circle at 10% 20%,#10b9810d 0%,#0ea5e90d 90%),linear-gradient(#fff 0%,#f8fafc 100%);align-items:center;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;display:grid}.hero-content{animation:.8s fadeInUp}.hero-badge{color:var(--primary-hover);background-color:#10b9811a;border:1px solid #10b98133;border-radius:30px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.hero-content h1{margin-bottom:24px;font-size:54px;font-weight:800;line-height:1.15}.hero-content h1 span{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-content p{color:var(--text-secondary);max-width:600px;margin-bottom:40px;font-size:18px}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-visual{animation:1s fadeInUp;position:relative}.hero-img-card{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);border:1px solid #fffc;overflow:hidden}.hero-img-card img{object-fit:cover;width:100%;height:450px}.hero-overlay-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#ffffffe6;border:1px solid #fff9;align-items:center;gap:16px;max-width:280px;padding:24px;display:flex;position:absolute;bottom:-30px;left:-30px}.hero-overlay-icon{background-color:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.product-detail-grid{grid-template-columns:1fr 1fr;align-items:start;gap:50px;display:grid}.contact-panel-grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}@media (width<=991px){.product-detail-grid,.contact-panel-grid{grid-template-columns:1fr;gap:30px}}.hero-slider-section{height:500px;margin-top:calc(var(--header-height) + var(--topbar-height) - 20px);position:relative;overflow:hidden}.hero-slide-wrapper{width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute;top:0;left:0}.hero-slide-bg{background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0}.hero-slide-bg img{object-fit:cover;opacity:.65;width:100%;height:100%}.hero-slide-overlay{z-index:2;color:#fff;align-items:center;width:100%;height:100%;padding:0 24px;display:flex;position:absolute;top:0;left:0}.hero-slide-content{max-width:650px}.hero-slide-title{color:#fff;text-shadow:0 2px 4px #0006;margin-bottom:12px;font-size:clamp(24px,4vw,42px);font-weight:800;line-height:1.2}.hero-slide-subtitle{color:#cbd5e1;text-shadow:0 1px 2px #0006;margin-bottom:24px;font-size:clamp(14px,1.8vw,16px);line-height:1.5}.hero-slide-actions{flex-wrap:wrap;gap:16px;display:flex}@media (width<=768px){.hero-slider-section{height:450px;margin-top:calc(var(--header-height) + var(--topbar-height) - 10px)}.hero-slide-overlay{padding:0 16px}.hero-slide-title{margin-bottom:8px;font-size:clamp(20px,5.5vw,32px)}.hero-slide-subtitle{margin-bottom:16px;font-size:clamp(13px,3.5vw,14px);line-height:1.4}}@media (width<=480px){.hero-slider-section{height:400px}.hero-slide-title{font-size:clamp(18px,6.5vw,26px);line-height:1.25}.hero-slide-subtitle{margin-bottom:12px}}.about{background-color:#fff}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-features{flex-direction:column;gap:24px;margin-top:32px;display:flex}.about-feature-item{gap:16px;display:flex}.about-feature-icon{color:var(--secondary);background-color:#e0f2fe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.about-feature-content h4{margin-bottom:4px;font-size:18px}.about-feature-content p{color:var(--text-secondary);font-size:14px}.products-filter{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:48px;display:flex}.filter-btn{border:1px solid var(--border-color);cursor:pointer;box-shadow:var(--shadow-sm);font-size:14px;font-weight:600;font-family:var(--font-heading);background-color:#fff;border-radius:30px;padding:10px 24px;transition:all .3s}.filter-btn:hover,.filter-btn.active{background-color:var(--primary);color:#fff;border-color:var(--primary)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px;display:grid}.product-card{border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--border-color);background-color:#fff;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.product-img-wrapper{height:240px;position:relative;overflow:hidden}.product-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-img-wrapper img{transform:scale(1.08)}.product-tag{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#090d16cc;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:16px;left:16px}.product-info{flex-direction:column;flex-grow:1;padding:24px;display:flex}.product-info h3{margin-bottom:12px;font-size:20px}.product-info p{color:var(--text-secondary);flex-grow:1;margin-bottom:20px;font-size:14px}.product-card-actions{gap:12px;display:flex}.product-card-actions .btn{border-radius:20px;flex:1;justify-content:center;padding:10px 16px;font-size:13px}.video-section{background-color:var(--bg-dark);color:#fff}.video-section .section-header h2{background:linear-gradient(135deg, #fff 40%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.video-section .section-header p{color:#94a3b8}.video-grid{grid-template-columns:1.5fr 1fr;align-items:center;gap:40px;display:grid}.video-wrapper{border-radius:var(--radius-lg);width:100%;height:0;box-shadow:var(--shadow-lg);border:4px solid #1e293b;padding-bottom:56.25%;position:relative;overflow:hidden}.video-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.video-gallery{grid-template-columns:1fr 1fr;gap:20px;display:grid}.gallery-item{border-radius:var(--radius-md);cursor:pointer;border:2px solid #1e293b;height:140px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-item:hover img{transform:scale(1.1)}.contact-grid{grid-template-columns:1fr 1.2fr;gap:60px;display:grid}.contact-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fff;flex-direction:column;gap:32px;padding:40px;display:flex}.contact-item{gap:20px;display:flex}.contact-icon-box{color:var(--secondary);border-radius:var(--radius-md);background-color:#0ea5e91a;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.contact-details h4{margin-bottom:4px;font-size:16px}.contact-details p{color:var(--text-secondary);font-size:14px}.map-wrapper{border-radius:var(--radius-md);height:240px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);margin-top:20px;overflow:hidden}.contact-form-container{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fff;padding:40px}.contact-form-container h3{border-bottom:2px solid var(--border-color);margin-bottom:24px;padding-bottom:12px;font-size:24px}.form-row{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.form-group{margin-bottom:20px}.form-label{color:var(--text-primary);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.form-input{border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:var(--bg-light);width:100%;font-family:var(--font-body);color:var(--text-primary);padding:12px 16px;font-size:14px;transition:all .3s}.form-input:focus{border-color:var(--primary);background-color:#fff;outline:none;box-shadow:0 0 0 4px #10b98126}textarea.form-input{resize:vertical;min-height:120px}.floating-whatsapp{color:#fff;z-index:999;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;animation:2s infinite pulse;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 6px 20px #25d36666}.floating-whatsapp:hover{transform:scale(1.1)}.footer{background-color:var(--bg-dark);color:#94a3b8;border-top:1px solid #1e293b;padding:80px 24px 30px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:60px;display:grid}.footer-brand h3{color:#fff;margin-bottom:20px;font-size:24px}.footer-brand h3 span{color:var(--primary)}.footer-brand p{max-width:320px;font-size:14px;line-height:1.7}.footer-column h4{color:#fff;margin-bottom:24px;padding-bottom:8px;font-size:16px;position:relative}.footer-column h4:after{content:"";background-color:var(--primary);width:40px;height:2px;position:absolute;bottom:0;left:0}.footer-menu{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-menu a{font-size:14px}.footer-menu a:hover{color:#fff;padding-left:4px}.footer-bottom{border-top:1px solid #1e293b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:30px;font-size:13px;display:flex}.page-subpage{min-height:80vh}.page-subpage.section,.page-subpage .section{padding-top:35px!important}@media (width<=991px){:root{--topbar-height:0px;--header-height:70px}.header-topbar{display:none}.header{top:0}.section{padding:50px 16px}.hero-grid,.about-grid,.video-grid,.contact-grid{grid-template-columns:1fr;gap:30px}.hero-visual{order:-1}.hero-img-card img{height:300px}.footer-grid{grid-template-columns:1fr;gap:30px}.form-row{grid-template-columns:1fr;gap:0}.review-arrow-left,.review-arrow-right{display:none!important}.nav-menu{background-color:#fff;flex-direction:column;gap:20px;width:100%;height:calc(100vh - 70px);padding:30px;transition:all .3s;position:fixed;top:70px;left:-100%;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.nav-menu.active{left:0}.menu-toggle{display:block}.nav-actions{display:none}.section-header h2{font-size:28px}.hero-content h1{font-size:34px}}@media (width<=576px){.section{padding:40px 12px}.logo-image{height:32px;max-height:32px}.logo{gap:8px;font-size:16px}.brand-line-1{font-size:13px}.brand-line-2{font-size:9.5px}.btn{justify-content:center;width:100%;padding:12px 20px}.hero-actions{flex-direction:column;width:100%}.products-grid{grid-template-columns:1fr;gap:20px}.contact-card,.contact-form-container{padding:24px 16px}.footer{padding:50px 16px 20px}#reviews div[style*="padding: 40px"]{padding:24px 16px!important}}
