:root{--primary:#000;--secondary:#666;--accent:#a7b64a;--highlight:#a7b64a;--highlight-light:#f4f5e8;--bg-white:#fff;--bg-light:#f8f8f8;--bg-extra-light:#fafafa;--text-main:#1a1a1a;--text-muted:#555;--border:#e5e5e5;--glass:#fffc;--glass-border:#fff3;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--font-inter:"Inter", sans-serif;--font-outfit:"Outfit", sans-serif;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;width:100%;margin:0;padding:0;position:relative;overflow-x:hidden}body{font-family:var(--font-inter);color:var(--text-main);background-color:var(--bg-white);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-outfit);font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}button,.btn,.btn-primary,.btn-secondary,.btn-v3-pro,.v5-cta,.nav-cta{cursor:pointer;background:var(--highlight);color:#000;transition:var(--transition);text-transform:uppercase;letter-spacing:1px;white-space:nowrap;border:none;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-family:inherit;font-weight:800;display:inline-flex}button:hover,.btn:hover,.btn-primary:hover,.btn-secondary:hover,.btn-v3-pro:hover,.pc-view-btn:hover,.v5-cta:hover,.nav-cta:hover{color:#fff;background:#000;box-shadow:0 10px 30px #a7b64a66}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1440px;margin:0 auto;padding:0 4rem}.section-padding{padding:2rem 0}.glass{background:var(--glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s forwards fadeIn}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#999}.bg-light{background-color:var(--bg-light)}.bg-white{background-color:var(--bg-white)}.text-center{text-align:center}@media (width<=768px){.section-padding{padding:1rem 0}.container{padding:0 1.5rem}.section-header{margin-bottom:2rem}}.section-header{max-width:700px;margin-bottom:2rem}.section-header.center{text-align:center;margin-left:auto;margin-right:auto}.section-tag{color:var(--highlight);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;padding-left:1.5rem;font-size:.8rem;font-weight:800;display:inline-block;position:relative}.section-tag:before{content:"";background:var(--highlight);width:1rem;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.section-title{color:var(--text-main);letter-spacing:-1px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.1}.section-title span{color:var(--highlight)}.reveal-text-container{width:fit-content;max-width:100%;display:block;overflow:hidden}.section-header.center .reveal-text-container{margin-left:auto;margin-right:auto}.reveal-text{will-change:transform;transform-style:preserve-3d;backface-visibility:hidden;display:block}.nav-fixed{z-index:1000;width:100%;transition:var(--transition);position:fixed;top:0;left:0}.nav-transparent{-webkit-backdrop-filter:blur(15px);background:#fff6;border-bottom:1px solid #fff3;padding:.8rem 0}.nav-scrolled{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffd9;border-bottom:1px solid #0000000d;padding:.5rem 0;box-shadow:0 4px 20px #00000008}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;display:flex}.nav-logo-img{object-fit:contain;width:auto;height:45px}.nav-transparent .logo{color:#fff}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--text-muted);font-size:.9rem;font-weight:500;position:relative}.nav-transparent.nav-on-home .nav-link,.nav-transparent.nav-on-inner .nav-link{color:var(--text-main)}.nav-link:hover,.nav-link.active,.nav-transparent.nav-on-home .nav-link:hover,.nav-transparent.nav-on-home .nav-link.active,.nav-transparent.nav-on-inner .nav-link:hover,.nav-transparent.nav-on-inner .nav-link.active{color:var(--highlight)}.nav-link:after{content:"";background:var(--highlight);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-transparent .nav-link:after{background:var(--highlight)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta{background:var(--highlight);color:#000;border-radius:50px;padding:.7rem 1.8rem;font-size:.85rem;font-weight:700}.nav-cta:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #a7b64a4d}.nav-socials-desktop{align-items:center;gap:1.5rem;height:100%;margin:0 2rem;display:flex}.nav-socials-desktop a{color:var(--text-main);transition:var(--transition);justify-content:center;align-items:center;display:flex}.nav-transparent.nav-on-home .nav-socials-desktop a{color:var(--text-main)}.nav-socials-desktop a:hover{color:var(--text-main);opacity:.6;transform:translateY(-2px)}.nav-transparent.nav-on-home .nav-socials-desktop a:hover{color:var(--text-main);opacity:.6}.mobile-toggle{color:var(--primary);display:none;box-shadow:none!important;background:0 0!important}.nav-transparent.nav-on-home .mobile-toggle{background:var(--highlight)!important;color:#000!important}.nav-transparent.nav-on-inner .mobile-toggle{color:var(--text-main)}.mobile-menu{z-index:999;background:#fff;flex-direction:column;align-items:center;gap:2rem;width:100%;height:100vh;padding:120px 2rem 4rem;display:flex;position:fixed;top:0;left:0}.nav-transparent .mobile-menu{background:#0a0a0a}.mobile-menu .nav-link{font-size:1.5rem;font-weight:700}.nav-transparent .mobile-menu .nav-link{color:#fff}.mobile-socials{border-top:1px solid #0000000d;justify-content:center;gap:2rem;width:100%;margin-top:2rem;padding-top:2rem;display:flex}.nav-transparent .mobile-socials{border-top-color:#ffffff1a}.mobile-socials a{color:var(--text-main);transition:var(--transition)}.nav-transparent .mobile-socials a{color:#fff}.mobile-socials a:hover{color:var(--highlight);transform:scale(1.1)}@media (width<=1000px){.nav-container{text-align:left!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important;max-width:1280px!important;margin:0 auto!important;padding:1.2rem 2rem!important;display:flex!important}.nav-links{display:none}.mobile-toggle{z-index:1001;position:relative;background:var(--highlight)!important;color:#000!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:45px!important;height:45px!important;margin:0!important;padding:0!important;display:flex!important;box-shadow:0 4px 15px #a7b64a4d!important}.nav-transparent .mobile-toggle{background:var(--highlight)!important;color:#000!important}.nav-logo-img{height:35px}.logo{text-align:left!important;margin:0!important}}.footer{color:#fff;background:#0a0a0a;padding:6rem 0 3rem}.footer-top{grid-template-columns:2fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-logo{margin-bottom:1.5rem;display:inline-block}.footer-logo-img{object-fit:contain;width:auto;height:50px}.footer-tagline{color:#888;max-width:300px;margin-bottom:2rem}.social-links{gap:1.5rem;display:flex}.social-links a{color:#888;width:40px;height:40px;transition:var(--transition);background:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-links a:hover{background:var(--highlight);color:#000;transform:translateY(-5px)}.footer-title{margin-bottom:2rem;font-size:1.2rem;font-weight:700;position:relative}.footer-links ul,.footer-contact ul{flex-direction:column;gap:1rem;display:flex}.footer-links a{color:#888;font-weight:500}.footer-links a:hover{color:#fff;padding-left:5px}.footer-contact li{color:#888;align-items:flex-start;gap:1rem;display:flex}.footer-contact li svg{color:var(--highlight);flex-shrink:0;margin-top:3px}.footer-bottom{color:#555;border-top:1px solid #1a1a1a;justify-content:space-between;align-items:center;padding-top:3rem;font-size:.9rem;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a:hover{color:#888}@media (width<=768px){.footer-top{text-align:center;grid-template-columns:1fr;gap:3rem}.footer-brand{flex-direction:column;align-items:center;display:flex}.footer-tagline{margin:0 auto 2rem}.social-links{justify-content:center}.footer-contact ul{text-align:left;align-items:flex-start;max-width:300px;margin:0 auto}.footer-contact li{text-align:left;justify-content:flex-start}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}}.hero{color:#1a1a1a;text-align:left;background-color:#fff;justify-content:flex-start;align-items:flex-end;width:100%;height:100vh;padding-top:180px;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero-visual{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-img{object-fit:cover;will-change:transform;width:100%;height:100%}.parallax-img{height:130%;position:absolute;top:-15%}.hero-overlay{background:linear-gradient(90deg,#ffffffd9 0%,#ffffff80 40%,#fff0 60%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:1;justify-content:space-between;align-items:flex-end;width:100%;margin:0 auto;display:flex;position:relative}.hero-content{max-width:800px}.hero-label{align-items:center;gap:.8rem;margin-bottom:1.5rem;display:flex}.hero-label span:not(.line){background:var(--highlight);color:#000;letter-spacing:2px;text-transform:uppercase;border-radius:50px;padding:.4rem 1rem;font-size:.7rem;font-weight:900}.hero-label .line{background:var(--highlight);width:30px;height:2px}.hero-title{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(1.5rem,3.5vw,2.5rem);line-height:1.2}.hero-title span{color:#1a1a1a;opacity:.8;font-weight:300}.hero-subtext{color:#333;opacity:.8;max-width:400px;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.6}.hero-btn-group{gap:1.5rem;display:flex}.btn-primary{background:var(--highlight);color:#000;text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:1.2rem 3rem;font-size:1rem;font-weight:700}.btn-primary:hover{color:#fff;background:#000;transform:translateY(-5px);box-shadow:0 10px 30px #a7b64a66}.btn-secondary{color:#fff;text-transform:uppercase;letter-spacing:1px;border:1px solid #ffffff4d;border-radius:50px;padding:1.2rem 3rem;font-size:1rem;font-weight:700}.btn-secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-5px)}.hero-scroll{background:#ffffff1a;width:2px;height:150px;position:absolute;bottom:0;right:5rem}.scroll-line{background:var(--highlight);width:100%;box-shadow:0 0 10px var(--highlight)}.hero-content-centered{flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.hero-label-wrapper{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.hero-description{opacity:.8;color:#fff;font-size:1.1rem;font-weight:400;line-height:1.8}@media (width<=1200px){.hero-container{padding:0 5%}}@media (width<=992px){.hero{align-items:center;height:auto;min-height:85vh;padding-top:140px;padding-bottom:4rem}.hero-img{object-position:80% center}.hero-overlay{background:linear-gradient(#ffffff1a 0%,#fff6 50%,#fff 100%)}.hero-container{text-align:center;flex-direction:column;align-items:center;gap:2rem}.hero-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.hero-label{justify-content:center}.hero-title{color:#000;text-shadow:0 2px 20px #fffc;font-size:clamp(2.2rem,8vw,3.5rem)}.hero-subtext{color:#1a1a1a;max-width:500px;margin:0 auto 2.5rem;font-weight:500}.hero-btn-group{justify-content:center;width:100%}}@media (width<=768px){.hero{background:#fff;flex-direction:column;height:auto;min-height:100vh;padding:0;display:flex}.hero-visual{z-index:1;border-radius:0 0 40px 40px;width:100%;height:55vh;position:relative}.hero-container{text-align:center;z-index:2;background:#fff;flex-direction:column;justify-content:center;align-items:center;height:auto;padding:3rem 1.5rem 5rem;display:flex}.hero-content{max-width:100%}.hero-title{color:#000;margin-bottom:1rem;font-size:2.2rem;line-height:1.2}.hero-subtext{color:#555;margin-bottom:2.5rem;font-size:1rem}.btn-primary{color:#fff;background:#000;border-radius:50px;width:100%;max-width:320px;padding:1.3rem}.hero-scroll{display:none}}@media (width<=480px){.hero-visual{height:50vh}.hero-title{font-size:2rem}}.categories-section{background:#fff;overflow:hidden}.expertise-grid{grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:4rem;display:grid}.expertise-card{background:var(--bg-light);border:1px solid var(--border);color:inherit;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;contain:paint layout;border-radius:32px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.expertise-card:hover{border-color:#a7b64a4d;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.expertise-visual{width:100%;height:300px;position:relative;overflow:hidden}.expertise-visual img{object-fit:cover;will-change:transform;width:100%;height:100%;transform-style:preserve-3d;backface-visibility:hidden;transition:transform .8s cubic-bezier(.16,1,.3,1)}.expertise-card:hover .expertise-visual img{transform:scale(1.08)}.expertise-icon{background:var(--highlight);color:#000;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 20px #0000001a}.expertise-info{background:#fff;flex-direction:column;flex-grow:1;padding:2.5rem;display:flex}.expertise-info h3{color:var(--text-main);margin-bottom:1rem;font-size:2rem;font-weight:800}.expertise-info p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.expertise-cta{text-transform:uppercase;letter-spacing:1px;color:var(--text-main);align-items:center;gap:1rem;margin-top:auto;font-weight:800;transition:all .3s;display:flex}.expertise-card:hover .expertise-cta{color:var(--highlight);gap:1.5rem}@media (width<=992px){.expertise-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=600px){.expertise-visual{height:250px}.expertise-info{padding:2rem 1.5rem}.expertise-info h3{font-size:1.6rem}}.about-section-v3{background:var(--bg-white);padding:10rem 0}.about-v3-wrapper{align-items:center;min-height:600px;display:flex;position:relative}.about-v3-visual{border-radius:40px;width:65%;height:600px;position:absolute;top:0;right:0;overflow:hidden;box-shadow:0 40px 100px #00000026}.v3-img{object-fit:cover;object-position:85% 25%;width:100%;height:100%}.v3-img-overlay{background:linear-gradient(270deg,#0006,#0000);width:100%;height:100%;position:absolute;top:0;left:0}.about-v3-content-card{z-index:10;background:#fff;border-radius:32px;flex-direction:column;gap:1.5rem;width:50%;padding:4rem;display:flex;position:absolute;left:0;right:auto;box-shadow:0 50px 120px #0000001a}.v3-desc{color:var(--text-muted);margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.v3-stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}.v3-stat-item{align-items:center;gap:1.2rem;display:flex}.v3-stat-icon{background:var(--highlight-light);width:45px;height:45px;color:var(--highlight);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.v3-stat-info{flex-direction:column;display:flex}.v3-stat-val{color:var(--text-main);font-size:1.2rem;font-weight:800;font-family:var(--font-outfit)}.v3-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.btn-v3-pro{color:#fff;text-transform:uppercase;letter-spacing:1px;width:fit-content;transition:var(--transition);background:#000;border-radius:50px;justify-content:center;align-items:center;gap:1rem;margin:0 auto;padding:1.2rem 3rem;font-size:.9rem;font-weight:700;display:flex}.btn-v3-pro:hover{color:#fff!important;background:#1a1a1a!important;box-shadow:0 10px 30px #0003!important}@media (width<=1200px){.about-v3-visual{width:60%}.about-v3-content-card{width:55%;padding:3rem}}@media (width<=1024px){.about-v3-wrapper{flex-direction:column;min-height:auto;display:flex}.about-v3-visual{z-index:1;border-radius:24px;width:100%;height:350px;margin-bottom:-2rem;position:relative}.v3-img-overlay{background:linear-gradient(#0000,#0000004d)}.about-v3-content-card{z-index:2;width:95%;margin:0 auto;padding:2.5rem 1.5rem;position:relative;box-shadow:0 20px 60px #00000014}}@media (width<=768px){.about-section-v3{padding:4rem 0}.about-v3-visual{height:280px}.about-v3-content-card{text-align:center;border-radius:24px;align-items:center;width:100%;padding:2rem 1.2rem}.v3-stats-grid{grid-template-columns:1fr;gap:2rem;width:100%;margin-top:1rem}.v3-stat-item{text-align:left;border-bottom:1px solid var(--bg-light);flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem;padding-bottom:1.5rem;display:flex}.v3-stat-item:last-child{border-bottom:none}.v3-stat-icon{border-radius:14px;width:50px;height:50px}.v3-stat-val{font-size:1.4rem;line-height:1.1}.v3-stat-label{margin-top:.2rem;font-size:.8rem}.v3-desc{text-align:center;margin-bottom:2rem;font-size:1rem}}.showcase-clean{background:var(--bg-white);position:relative}.showcase-clean-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:4rem;display:grid}.ecommerce-card{border:1px solid var(--border);will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;contain:paint layout;background:#fff;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #00000008}.ecommerce-card:hover{border-color:#a7b64a4d;transform:translateY(-8px);box-shadow:0 12px 30px #00000014}.ec-link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.ec-img-wrap{background:var(--bg-extra-light);width:100%;padding-top:100%;position:relative;overflow:hidden}.ec-img{object-fit:cover;will-change:transform;width:100%;height:100%;transform-style:preserve-3d;backface-visibility:hidden;padding:0;transition:transform .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.ecommerce-card:hover .ec-img{transform:scale(1.08)}.ec-badges{z-index:10;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:1rem;left:1rem}.ec-badge-best{background:var(--highlight);color:#000;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.65rem;font-weight:800;display:flex}.ec-quick-view{text-align:center;z-index:10;border-top:1px solid var(--border);background:#fffffff2;width:100%;padding:1rem;transition:transform .3s;position:absolute;bottom:0;left:0;transform:translateY(100%)}.ecommerce-card:hover .ec-quick-view{transform:translateY(0)}.ec-quick-view span{color:#000;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:700}.ec-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.ec-cat{color:var(--highlight);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.7rem;font-weight:800}.ec-title{color:var(--text-main);margin-bottom:1rem;font-size:1.2rem;font-weight:700;line-height:1.3}.ec-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.ec-price{color:var(--text-muted);font-size:.9rem;font-weight:700}.ec-action-btn{background:var(--bg-light);width:36px;height:36px;color:var(--text-main);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.ecommerce-card:hover .ec-action-btn{background:var(--highlight);color:#000;transform:rotate(-45deg)}@media (width<=1200px){.showcase-clean-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=1000px){.showcase-clean .container{width:100%!important;max-width:100%!important;padding:0 1.3rem!important}.mobile-product-list{flex-direction:column;gap:2.5rem;margin-top:1rem;padding:0 1.3rem;display:flex}.mobile-product-card-v2{border:1px solid var(--border);width:100%;transition:var(--transition);background:#fff;border-radius:24px;flex-direction:column;margin:0;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.mobile-card-img-wrap{background:var(--bg-light);width:100%;height:350px;position:relative;overflow:hidden}.mobile-parallax-img{object-fit:cover;will-change:transform;width:100%;height:130%;transform-style:preserve-3d;backface-visibility:hidden;padding:0;position:absolute;top:-15%;left:0}.mobile-product-card-v2:active .mobile-parallax-img{transform:scale(1.05)}.mobile-badge-v2{background:var(--highlight);color:#000;z-index:5;border-radius:6px;padding:.4rem .9rem;font-size:.65rem;font-weight:900;position:absolute;top:20px;left:20px;box-shadow:0 4px 10px #00000026}.mobile-card-info-v2{background:#fff;justify-content:space-between;align-items:center;padding:2rem 1.8rem;display:flex}.mobile-card-text{text-align:left;flex-grow:1}.mobile-cat-v2{color:var(--highlight);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.4rem;font-size:.65rem;font-weight:900;display:block}.mobile-card-text h3{color:var(--text-main);letter-spacing:-.5px;margin-bottom:.3rem;font-size:1.5rem;font-weight:800}.mobile-card-text p{color:var(--text-muted);font-size:.9rem;font-weight:600}.mobile-card-arrow{background:var(--highlight);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #a7b64a4d}}@media (width<=480px){.mobile-product-list{gap:2rem}.mobile-card-img-wrap{height:300px}.mobile-card-info-v2{padding:1.5rem 1.3rem}.mobile-card-text h3{font-size:1.3rem}}.quality-v5{background:var(--bg-white);color:var(--text-main);background-image:radial-gradient(circle,#a7b64a0d 0%,#0000 70%);position:relative;overflow:hidden}.quality-v5 .container{z-index:5;position:relative}.v5-header{margin-bottom:5rem}.v5-title{letter-spacing:-2px;margin-top:1rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.v5-title span{color:var(--highlight);font-weight:300}.v5-dashboard-grid{grid-template-columns:1.5fr 1fr;align-items:stretch;gap:2rem;display:grid}.q-v5-card{background:var(--bg-light);border:1px solid var(--border);transition:var(--transition);border-radius:40px;padding:3rem}.q-v5-card:hover{border-color:var(--highlight);background:#fff;box-shadow:0 20px 40px #0000000d}.v5-main-panel{justify-content:space-between;align-items:center;gap:3rem;display:flex}.v5-panel-info{flex:1}.v5-prime-icon{color:var(--highlight);margin-bottom:2rem}.v5-panel-info h3{margin-bottom:1rem;font-size:2rem}.v5-panel-info p{opacity:.8;font-size:1.1rem;line-height:1.6}.v5-gauge-container{width:250px;height:250px;position:relative}.v5-big-gauge{transform:rotate(-90deg)}.gauge-base{fill:none;stroke:#0000000d;stroke-width:8px}.gauge-fill{fill:none;stroke:var(--highlight);stroke-width:8px;stroke-linecap:round;transition:stroke-dasharray 2s ease-out}.v5-gauge-data{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v5-val-big{font-size:3rem;font-weight:900;font-family:var(--font-outfit);display:block}.v5-label-big{text-transform:uppercase;letter-spacing:2px;opacity:.5;font-size:.75rem}.v5-side-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.v5-small-card{justify-content:space-between;align-items:center;padding:2rem;display:flex}.v5-small-head{align-items:center;gap:1.5rem;display:flex}.v5-icon-sm{width:50px;height:50px;color:var(--highlight);background:#a7b64a1a;border-radius:15px;justify-content:center;align-items:center;display:flex}.v5-small-body{align-items:center;gap:1rem;display:flex}.v5-mini-gauge{width:50px;height:50px;transform:rotate(-90deg)}.v5-mini-gauge .gauge-base,.v5-mini-gauge .gauge-fill{stroke-width:4px}.v5-val-sm{font-size:1.25rem;font-weight:800;font-family:var(--font-outfit)}.v5-info-card{background:var(--highlight);color:#000;flex-direction:column;justify-content:space-between;gap:2rem;padding:2rem;display:flex}.v5-info-card p{font-weight:700;line-height:1.4}.v5-cta{text-transform:uppercase;letter-spacing:1px;width:fit-content;margin:0 auto;font-size:.8rem;font-weight:800;color:#fff!important;background:#000!important;border-radius:50px!important;padding:1rem 2rem!important}.v5-cta:hover{background:var(--highlight)!important;color:#000!important}@media (width<=1200px){.v5-dashboard-grid{grid-template-columns:1fr}.v5-main-panel{text-align:center;flex-direction:column}.v5-panel-info{text-align:center}}@media (width<=768px){.q-v5-card{padding:2rem}.v5-val-big{font-size:2rem}.v5-gauge-container{width:180px;height:180px}.v5-small-card{text-align:center;flex-direction:column;gap:1.5rem}.v5-small-head{flex-direction:column;gap:.8rem}}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.testimonial-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--border);background:#fff;padding:3rem;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-10px)}.quote-icon{color:var(--highlight);opacity:.2;position:absolute;top:2rem;right:2rem}.testimonial-text{color:var(--text-main);z-index:1;margin-bottom:2.5rem;font-size:1.1rem;font-style:italic;line-height:1.8;position:relative}.testimonial-footer{align-items:center;gap:1.2rem;display:flex}.avatar-placeholder{background:var(--bg-light);width:50px;height:50px;color:var(--primary);border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;display:flex}.user-name{font-size:1.1rem;font-weight:700}.user-location{color:var(--text-muted);font-size:.85rem}.cta-banner{padding-bottom:2rem}.cta-wrapper{background:var(--highlight);border-radius:var(--radius-lg);color:#000;justify-content:space-between;align-items:center;padding:5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #a7b64a33}.cta-wrapper:before{content:"";z-index:0;background:#ffffff40;border-radius:50%;width:400px;height:400px;position:absolute;top:-30%;right:-5%}.cta-wrapper:after{content:"";z-index:0;background:#ffffff26;border-radius:40% 60% 70% 30%/40% 50% 60% 70%;width:350px;height:350px;position:absolute;bottom:-20%;left:-5%;transform:rotate(-15deg)}.cta-title{margin-bottom:1rem;font-size:3rem}.cta-wrapper .cta-text{max-width:480px;font-size:1.1rem;font-weight:600;line-height:1.5;color:#fff!important}.cta-btn{z-index:1;transition:var(--transition);border-radius:50px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:800;position:relative;color:#fff!important;background:#000!important}.cta-btn:hover{box-shadow:0 10px 30px #0003;color:#000!important;background:#fff!important}@media (width<=992px){.cta-wrapper{text-align:center;flex-direction:column;gap:3rem;padding:3rem}.cta-title{font-size:2.2rem}}:root{--detail-bg:#fff;--detail-accent:#a7b64a;--detail-text:#1a1a1a;--detail-muted:#666;--detail-border:#00000014}.product-detail-page{background:var(--detail-bg);padding-top:100px}.product-hero{padding:4rem 0;position:relative}.back-link{color:var(--detail-muted);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.8rem;margin-bottom:3rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.back-link:hover{color:var(--detail-accent);transform:translate(-5px)}.product-hero-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:6rem;display:grid}.visual-wrapper{aspect-ratio:16/10;background:#f8f8f8;border-radius:40px;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 40px 100px #00000014}.product-main-img{object-fit:cover;width:100%;height:100%;padding:0;transition:transform .8s cubic-bezier(.33,1,.68,1)}.product-main-img:hover{transform:scale(1.05)}.product-category-tag{color:var(--detail-accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.8rem;font-weight:900;display:inline-block}.product-info-hero h1{color:var(--detail-text);letter-spacing:-2px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:900;line-height:1}.tagline{color:var(--detail-accent);margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.sub-tagline{color:var(--detail-muted);margin-bottom:3rem;font-size:1.1rem;font-weight:600}.quick-stats{gap:2.5rem;margin-bottom:4rem;display:flex}.q-stat{color:var(--detail-text);align-items:center;gap:.8rem;font-size:.9rem;font-weight:800;display:flex}.q-stat svg{color:var(--detail-accent)}.btn-primary-detail{background:var(--detail-text);color:#fff;text-transform:uppercase;letter-spacing:2px;border-radius:100px;align-items:center;gap:1.5rem;padding:1.5rem 3.5rem;font-weight:800;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1);display:inline-flex}.btn-primary-detail:hover{background:var(--detail-accent);color:#000;transform:translateY(-5px);box-shadow:0 20px 40px #a7b64a4d}.spec-sheet-wrapper{border:1px solid var(--detail-border);background:#fff;border-radius:40px;overflow:hidden;box-shadow:0 40px 120px #0000000d}.spec-header{border-bottom:1px solid var(--detail-border);background:#fbfbfb;padding:4rem 5rem}.spec-title{color:var(--detail-text);letter-spacing:-1.5px;margin-bottom:.8rem;font-size:2.5rem;font-weight:900}.spec-subtitle{color:var(--detail-muted);font-size:1.1rem;font-weight:600}.spec-table-modern{flex-direction:column;display:flex}.spec-row{border-bottom:1px solid var(--detail-border);grid-template-columns:350px 1fr;display:grid}.spec-row:last-child{border-bottom:none}.spec-label{color:var(--detail-text);text-transform:uppercase;letter-spacing:2px;border-right:1px solid var(--detail-border);background:#fcfcfc;padding:4rem;font-size:.8rem;font-weight:900}.spec-value{color:var(--detail-text);padding:4rem 6rem;font-size:1.2rem;font-weight:500;line-height:1.8}.spec-features-list{flex-direction:column;gap:1.2rem;padding:0;list-style:none;display:flex}.spec-features-list li{padding-left:2.5rem;position:relative}.spec-features-list li:before{content:"→";color:var(--detail-accent);font-weight:900;position:absolute;left:0}.spec-size-grid{flex-direction:column;gap:.8rem;width:100%;display:flex}.size-grid-header{background:var(--detail-accent);color:#000;text-transform:uppercase;letter-spacing:1px;border-radius:15px;grid-template-columns:1fr 1fr;padding:1.5rem 2.5rem;font-size:.85rem;font-weight:900;display:grid}.size-grid-row{background:#f8f8f8;border-radius:15px;grid-template-columns:1fr 1fr;padding:1.5rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:grid}.size-grid-row:hover{color:var(--detail-accent);background:#fff;transform:translate(15px);box-shadow:0 10px 30px #0000000d}.gallery-grid-modern{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.gallery-item-wrapper{aspect-ratio:1;border:1px solid var(--detail-border);cursor:pointer;background:#fdfdfd;border-radius:32px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.gallery-item-inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.gallery-img{object-fit:contain;width:100%;height:100%;padding:0;transition:transform .8s cubic-bezier(.23,1,.32,1)}.gallery-item-wrapper.static{cursor:default}.gallery-item-wrapper:hover .gallery-img{transform:none}.product-bottom-cta{padding:8rem 0}.cta-glass-box{background:var(--detail-accent);text-align:left;border-radius:40px;flex-direction:column;align-items:flex-start;max-width:1000px;margin:0 auto;padding:5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #a7b64a40}.cta-glass-box:before{content:"";filter:blur(50px);background:#ffffff40;border-radius:50%;width:450px;height:450px;position:absolute;top:-150px;right:-100px}.cta-glass-box:after{content:"";background:#0000000f;border-radius:40px;width:250px;height:250px;position:absolute;bottom:-50px;right:150px;transform:rotate(35deg)}.cta-glass-box h2{color:#000;letter-spacing:-2px;z-index:2;margin-bottom:1rem;font-size:3.5rem;font-weight:900;line-height:1.1;position:relative}.cta-glass-box p{color:#000c;z-index:2;max-width:600px;margin-bottom:3rem;font-size:1.2rem;font-weight:700;position:relative}.btn-v3-pro{color:#fff;text-transform:uppercase;letter-spacing:2px;background:#000;border-radius:100px;align-items:center;gap:1.5rem;padding:1.8rem 4rem;font-weight:900;text-decoration:none;transition:all .4s;display:flex}.btn-v3-pro:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0003}@media (width<=1200px){.product-info-hero h1{font-size:3.5rem}.spec-row{grid-template-columns:280px 1fr}.gallery-grid-modern{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.product-hero-grid{grid-template-columns:1fr;gap:4rem}.product-info-hero{text-align:left;align-items:flex-start}.spec-row{grid-template-columns:1fr}.spec-label{border-right:none;border-bottom:1px solid var(--detail-border);padding:2rem 3rem}.spec-value{padding:3rem}.cta-glass-box h2{font-size:2.8rem}}@media (width<=768px){.gallery-grid-modern{grid-template-columns:1fr}}@media (width<=600px){.product-detail-page{padding-top:140px}.product-info-hero h1{font-size:2.8rem}.tagline{font-size:1.1rem}.quick-stats{flex-direction:column;gap:1rem}.spec-header{padding:3rem 2rem}.spec-title{font-size:1.8rem}.cta-glass-box{padding:5rem 2rem}.cta-glass-box h2{font-size:2.5rem}.btn-v3-pro{justify-content:center;width:100%}}.contact-page-premium{background:var(--bg-white);padding-top:140px}.contact-grid-premium{flex-direction:column;gap:4rem;display:flex}.contact-info-stack{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.premium-info-card{background:var(--bg-light);border:1px solid var(--border);border-radius:24px;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .4s;display:flex}.premium-info-card:hover{background:#0a0a0a;border-color:#1a1a1a;transform:translateY(-8px);box-shadow:0 20px 40px #0003}.premium-info-card:hover .card-text h3{color:#fff}.premium-info-card:hover .card-text p{color:#ffffffb3}.card-icon{background:var(--highlight);color:#000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.card-text h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.1rem}.card-text p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.card-text span{color:var(--highlight);text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;font-size:.75rem;font-weight:700;display:block}.highlight-card{color:#fff;background:#0a0a0a;border-color:#1a1a1a}.highlight-card .card-text h3{color:#fff}.premium-form-card{border:1px solid var(--border);background:#fff;border-radius:40px;padding:4rem;box-shadow:0 40px 80px #00000008}.form-header{margin-bottom:3rem}.form-header h2{margin-bottom:.5rem;font-size:2.5rem}.form-header p{color:var(--text-muted);font-size:.9rem}.form-row{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.input-group{flex-direction:column;gap:.8rem;margin-bottom:2rem;display:flex}.input-group label{text-transform:uppercase;letter-spacing:1px;color:var(--text-main);font-size:.85rem;font-weight:700}.input-group input,.input-group textarea{background:var(--bg-light);border:1px solid var(--border);border-radius:16px;padding:1.2rem 1.5rem;font-family:inherit;font-size:1rem;transition:all .3s}.input-group input:focus,.input-group textarea:focus{border-color:var(--highlight);box-shadow:0 0 0 4px var(--highlight-light);background:#fff;outline:none}.premium-submit-btn{background:var(--highlight);color:#000;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:1rem;padding:1.5rem;font-size:1.1rem;font-weight:700;transition:all .4s;display:flex}.premium-submit-btn:hover{color:#fff;background:#0a0a0a;transform:translateY(-5px);box-shadow:0 20px 40px #0003}.map-section{margin-top:5rem;line-height:0;position:relative}.map-container-premium{background:#f0f0f0;position:relative;overflow:hidden}.map-overlay-info{pointer-events:none;position:absolute;top:40px;left:50%;transform:translate(-50%)}.map-badge{letter-spacing:1px;background:#fff;border-radius:50px;align-items:center;gap:.8rem;padding:.8rem 1.5rem;font-size:.75rem;font-weight:800;display:flex;box-shadow:0 10px 30px #0000001a}@media (width<=1200px){.contact-info-stack{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.contact-page-premium{padding-top:140px}.contact-info-stack{grid-template-columns:1fr}.premium-form-card{padding:2rem}.form-row{grid-template-columns:1fr;gap:0}.form-header h2{font-size:2rem}.map-badge{white-space:nowrap;width:max-content;padding:.6rem 1.2rem;font-size:.7rem}.map-overlay-info{top:20px}}.legal-page{background-color:var(--bg-white)}.legal-hero{color:#fff;text-align:center;background-color:#0a0a0a;padding:12rem 0 6rem}.legal-hero-content p{color:#888;margin-top:1rem}.legal-hero h1{margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem)}.legal-text{max-width:800px;margin:0 auto}.legal-text h2{color:var(--text-main);border-bottom:2px solid var(--highlight);margin:3rem 0 1.5rem;padding-bottom:.5rem;font-size:1.8rem;display:inline-block}.legal-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}@media (width<=768px){.legal-hero{padding:8rem 0 4rem}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.modal-content{border-radius:var(--radius-lg);text-align:center;width:90%;max-width:500px;box-shadow:var(--shadow-lg);background:#ffffffe6;padding:3rem 2.5rem 2.5rem;position:relative;overflow:hidden}.modal-close{cursor:pointer;color:var(--text-muted);transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:5px;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{color:var(--primary);background:#0000000d}.icon-wrapper{background:var(--highlight-light);width:80px;height:80px;color:var(--highlight);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.rocket-icon{animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)rotate(5deg)}50%{transform:translateY(-10px)rotate(-5deg)}}.modal-body h2{color:var(--text-main);margin-bottom:1rem;font-size:2.2rem}.modal-body p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.modal-social-preview{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.preview-item{border:1px solid var(--border);color:var(--text-main);transition:var(--transition);background:#fff;border-radius:12px;align-items:center;gap:.6rem;padding:.8rem 1.2rem;font-size:.9rem;font-weight:600;display:flex}.preview-item:hover{border-color:var(--highlight);background:var(--highlight-light)}.modal-btn{background:var(--highlight);color:#000;text-transform:uppercase;letter-spacing:1px;cursor:pointer;width:100%;transition:var(--transition);border:none;border-radius:50px;padding:1.1rem;font-weight:800}.modal-btn:hover{color:#fff;background:#000;transform:translateY(-2px);box-shadow:0 10px 20px #a7b64a4d}@media (width<=480px){.modal-content{max-width:360px;padding:2.5rem 1.5rem 2rem}.icon-wrapper{width:70px;height:70px;margin-bottom:1.2rem}.icon-wrapper svg{width:36px;height:36px}.modal-body h2{margin-bottom:.8rem;font-size:1.7rem}.modal-body p{margin-bottom:2rem;font-size:.95rem}.modal-social-preview{grid-template-columns:1fr;gap:.8rem;margin-bottom:2rem;display:grid}.preview-item{justify-content:center;padding:.8rem;font-size:.85rem}.modal-btn{padding:1rem;font-size:.9rem}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.values-premium{background:var(--bg-white);color:var(--text-main);border-top:1px solid var(--border);position:relative;overflow:hidden}.values-premium:before{content:"";filter:blur(80px);background:radial-gradient(circle,#a7b64a1a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-10%;right:-10%}.values-premium .section-header.center{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin-left:auto;margin-right:auto;display:flex}.premium-tag-wrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.premium-tag{background:var(--highlight-light);color:var(--highlight);letter-spacing:3px;border:1px solid #a7b64a33;border-radius:50px;padding:.6rem 1.5rem;font-size:.75rem;font-weight:800}.premium-title{color:var(--text-main);font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1}.premium-title span{color:var(--highlight)}.premium-values-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:5rem;display:grid}.premium-value-card{background:var(--bg-light);border:1px solid var(--border);text-align:center;border-radius:32px;flex-direction:column;align-items:center;height:100%;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.card-glow{opacity:0;background:radial-gradient(circle at 100% 0,#a7b64a1a,#0000 50%);width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.premium-value-card:hover .card-glow{opacity:1}.premium-value-card:hover{border-color:var(--highlight);background:#fff;transform:translateY(-15px);box-shadow:0 30px 60px #0000000d}.value-icon-box{background:var(--highlight);color:#000;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:2rem;transition:transform .5s;display:flex;box-shadow:0 10px 20px #a7b64a33}.card-content{flex-direction:column;align-items:center;width:100%;display:flex}.premium-value-card:hover .value-icon-box{transform:scale(1.1)rotate(-10deg)}.value-info h3{color:var(--text-main);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.value-info p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;width:100%;margin-top:3rem;padding-top:1.5rem;display:flex}.card-number{color:var(--border);font-size:.8rem;font-weight:900;font-family:var(--font-outfit)}.card-action{border:1px solid var(--border);width:40px;height:40px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.premium-value-card:hover{border-color:var(--highlight)}.premium-value-card:hover .card-action{background:var(--highlight);color:#000;border-color:var(--highlight);transform:rotate(-45deg)scale(1.1)}@media (width<=1200px){.premium-values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.premium-values-grid{grid-template-columns:1fr}.premium-value-card{padding:2rem}}.history-section{background:var(--bg-white);position:relative;overflow:hidden}.history-timeline{max-width:1000px;margin:6rem auto 0;padding:2rem 0;position:relative}.timeline-track-bg{background:var(--bg-light);z-index:1;border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-track-fill{background:var(--highlight);z-index:2;border-radius:2px;width:4px;height:0;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 15px #a7b64a66}.timeline-progress-circle{background:var(--highlight);z-index:15;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #a7b64acc}.timeline-progress-circle:after{content:"";background:#a7b64a4d;border-radius:50%;width:30px;height:30px;animation:2s infinite pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2)}}.timeline-item{justify-content:center;width:100%;margin-bottom:6rem;display:flex;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-content{border:1px solid var(--border);width:42%;box-shadow:var(--shadow-sm);transition:var(--transition);z-index:5;background:#fff;border-radius:30px;padding:2.5rem;position:relative;overflow:hidden}.timeline-content:before{content:"";background:var(--highlight);opacity:.05;z-index:-1;filter:blur(20px);border-radius:50%;width:120px;height:120px;position:absolute;top:-20px;right:-20px}.timeline-content:after{content:"";background:var(--highlight);opacity:.03;z-index:-1;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:100px;height:100px;position:absolute;bottom:-30px;left:-20px;transform:rotate(45deg)}.timeline-item.left{justify-content:flex-start}.timeline-item.right{justify-content:flex-end}.timeline-dot{border:4px solid var(--highlight);z-index:10;background:#fff;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%)}.timeline-item.left .timeline-dot{right:-52px}.timeline-item.right .timeline-dot{left:-52px}.timeline-year{color:var(--highlight);font-size:1.8rem;font-weight:900;font-family:var(--font-outfit);margin-bottom:.5rem;display:block}.timeline-content h3{color:var(--text-main);margin-bottom:.75rem;font-size:1.4rem}.timeline-content p{color:var(--text-muted);font-size:1rem;line-height:1.7}@media (width<=992px){.history-timeline{margin-top:3rem;padding:0}.timeline-track-bg,.timeline-track-fill,.timeline-progress-circle,.timeline-dot{display:none}.timeline-item{margin-bottom:2rem;padding-left:0;justify-content:center!important}.timeline-content{text-align:center;border-radius:20px;width:100%;padding:2rem}.timeline-year{margin-bottom:.3rem;font-size:1.5rem}.timeline-content h3{font-size:1.25rem}.timeline-content p{font-size:.95rem}}.stats-section{background:var(--bg-white);color:var(--text-main);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem 0;position:relative}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.stat-box{flex-direction:column;gap:.5rem;display:flex}.stat-val-wrapper{justify-content:center;align-items:baseline;gap:2px;display:flex}.stat-val{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;font-family:var(--font-outfit);color:var(--highlight);line-height:1}.stat-suffix{color:var(--highlight);font-size:1.5rem;font-weight:800}.stat-label{text-transform:uppercase;letter-spacing:2px;opacity:.6;font-size:.8rem;font-weight:700}@media (width<=992px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}}.reach-advanced{background:var(--bg-white);color:var(--text-main);overflow:hidden}.reach-header{text-align:center;margin-bottom:4rem}.reach-title{color:var(--text-main);margin-top:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.reach-title span{color:var(--highlight)}.reach-map-container{background:var(--bg-light);border:1px solid var(--border);border-radius:40px;grid-template-columns:360px 1fr;gap:2.5rem;padding:2.5rem;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000005}.map-sidebar{z-index:2;flex-direction:column;gap:1.25rem;display:flex}.hub-card{background:var(--bg-white);border:1px solid var(--border);cursor:pointer;border-radius:24px;flex-direction:column;padding:1.5rem;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex}.hub-card:hover{border-color:#a7b64a66;transform:translate(4px);box-shadow:0 8px 20px #00000005}.hub-card.active{border-color:var(--highlight);transform:translate(8px);box-shadow:0 12px 30px #a7b64a14}.hub-card-header{align-items:center;gap:1.25rem;display:flex}.hub-status-indicator{background:#e2e8f0;border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:all .4s cubic-bezier(.25,1,.5,1)}.hub-card.active .hub-status-indicator{background:var(--highlight);box-shadow:0 0 10px var(--highlight), 0 0 20px var(--highlight)}.hub-card-header h4{color:var(--text-main);letter-spacing:-.02em;margin:0 0 .15rem;font-size:1.25rem;font-weight:800}.hub-type{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.72rem;font-weight:800;display:block}.hub-card.active .hub-type{color:var(--highlight)}.hub-details{border-top:1px dashed var(--border);margin-top:1rem;padding-top:1rem;overflow:hidden}.hub-desc{color:var(--text-muted);margin:0 0 1.25rem;font-size:.88rem;line-height:1.6}.hub-quick-stats{flex-direction:column;gap:.75rem;display:flex}.hub-stat-row{color:var(--text-main);align-items:center;gap:.75rem;font-size:.85rem;font-weight:700;display:flex}.stat-icon{color:var(--highlight);flex-shrink:0}.map-display{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff6;border-radius:32px;justify-content:center;align-items:center;min-height:520px;display:flex;position:relative;overflow:hidden}.map-wrapper{flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:1.5rem;display:flex;position:relative}.world-map-svg{width:100%;height:auto;display:block}.continent-path{fill:#a7b64a0d;stroke:#a7b64a26;stroke-width:1.5px;transition:all .4s cubic-bezier(.25,1,.5,1)}.continent-path:hover{fill:#a7b64a1a;stroke:#a7b64a4d}.connecting-line{stroke:var(--highlight);stroke-width:1.5px;stroke-dasharray:6 5;opacity:.15;fill:none;transition:all .4s cubic-bezier(.25,1,.5,1)}.connecting-line.active{opacity:.7;stroke-width:2.2px}.signal-dot{fill:none;stroke:var(--highlight);stroke-dasharray:10 180;stroke-width:3.5px;stroke-linecap:round;animation:5s linear infinite signal-flow}@keyframes signal-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-190px}}.marker-ring{fill:none;stroke:var(--highlight);stroke-width:1.5px;animation:2.2s cubic-bezier(.1,.8,.3,1) infinite pulse-ring-r}.marker-ring-outer{fill:none;stroke:var(--highlight);stroke-width:1px;opacity:.5;animation:2.2s cubic-bezier(.1,.8,.3,1) .6s infinite pulse-ring-r}.marker-core{fill:var(--bg-white);stroke:var(--highlight);stroke-width:3px;r:5px;transition:all .4s cubic-bezier(.25,1,.5,1)}.map-marker:hover .marker-core,.map-marker.selected .marker-core{r:7.5px;stroke-width:4px;fill:var(--highlight);stroke:var(--bg-white);filter:drop-shadow(0 0 8px #a7b64a99)}@keyframes pulse-ring-r{0%{r:4px;opacity:.9}to{r:32px;opacity:0}}.map-tooltip-container{pointer-events:none;justify-content:flex-end;width:100%;margin-top:1.5rem;display:flex}.glass-tooltip{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto;border:1px solid #a7b64a40;border-left:4px solid var(--highlight);background:#ffffffd9;border-radius:24px;width:100%;max-width:420px;padding:1.25rem 1.75rem;box-shadow:0 15px 35px #0000000a}.tooltip-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.tooltip-header h5{color:var(--text-main);letter-spacing:-.01em;margin:0;font-size:1.2rem;font-weight:800}.tooltip-tag{color:var(--highlight);text-transform:uppercase;letter-spacing:.8px;background:#a7b64a1f;border-radius:8px;padding:.25rem .65rem;font-size:.65rem;font-weight:800}.glass-tooltip p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.5}@media (width<=1024px){.reach-map-container{border-radius:30px;grid-template-columns:1fr;gap:2rem;padding:1.5rem}.map-sidebar{flex-direction:column;order:2;gap:1rem;padding-bottom:0}.hub-card{flex-shrink:1;width:100%;min-width:0;text-align:center!important}.hub-card.active{transform:translateY(-2px)}.hub-card:hover{transform:translateY(-1px)}.hub-card-header{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:.5rem!important}.hub-details{flex-direction:column;align-items:center;display:flex}.hub-desc{text-align:center!important}.detail-map-btn{margin-left:auto!important;margin-right:auto!important}.hub-quick-stats{width:100%;align-items:center!important}.hub-stat-row{text-align:center!important;justify-content:center!important}.map-display{border-radius:24px;order:1;min-height:auto}.map-tooltip-container{display:none}}@media (width<=640px){.reach-map-container{border-radius:20px;gap:1rem;padding:1rem}.map-display{border-radius:16px;min-height:auto}.map-wrapper{padding:.8rem .6rem}.hub-card{border-radius:16px;padding:1rem}.hub-card-header h4{font-size:1.1rem}.hub-details{margin-top:.75rem;padding-top:.75rem}.hub-desc{margin-bottom:1rem;font-size:.85rem}.toggle-btn-hub-name{display:none}.map-view-toggle{border-radius:12px!important;gap:.25rem!important;width:100%!important;margin-bottom:1rem!important;padding:.25rem!important;display:flex!important}.toggle-btn{letter-spacing:0!important;white-space:nowrap!important;border-radius:8px!important;flex:1!important;justify-content:center!important;gap:.35rem!important;padding:.5rem .25rem!important;font-size:.72rem!important}.toggle-btn svg{width:13px!important;height:13px!important}}.map-view-toggle{z-index:10;background:#a7b64a0d;border:1px solid #a7b64a1a;border-radius:16px;align-self:flex-start;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.35rem;display:flex;box-shadow:inset 0 2px 4px #00000005}.toggle-btn{color:var(--text-muted);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem 1.1rem;font-size:.8rem;font-weight:800;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex}.toggle-btn:hover{color:var(--text-main);background:#a7b64a14}.toggle-btn.active{background:var(--highlight);color:var(--bg-white);box-shadow:0 4px 12px #a7b64a40}.detail-map-btn{color:var(--highlight);cursor:pointer;background:#a7b64a0f;border:1px solid #a7b64a1f;border-radius:10px;align-items:center;gap:.5rem;width:fit-content;margin-top:.25rem;margin-bottom:1.25rem;padding:.45rem .9rem;font-size:.8rem;font-weight:800;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex}.detail-map-btn:hover{background:var(--highlight);color:var(--bg-white);border-color:var(--highlight);box-shadow:0 4px 10px #a7b64a33}.detail-map-btn.viewing{background:var(--text-main);color:var(--bg-white);border-color:var(--text-main)}.map-viewport-content{flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.live-google-map{box-shadow:0 10px 30px #0000000a}.live-google-map iframe{filter:grayscale(.1)saturate(1.05)contrast(1.02);background:#f1f5f9;border-radius:20px;transition:all .4s}.marker-label{font-family:var(--font-outfit);fill:var(--text-main);pointer-events:none;letter-spacing:.5px;text-shadow:-2px -2px 0 var(--bg-white), 2px -2px 0 var(--bg-white), -2px 2px 0 var(--bg-white), 2px 2px 0 var(--bg-white), 0px -2px 0 var(--bg-white), 0px 2px 0 var(--bg-white), -2px 0px 0 var(--bg-white), 2px 0px 0 var(--bg-white);font-size:11px;font-weight:800;transition:all .3s cubic-bezier(.25,1,.5,1)}.map-marker:hover .marker-label,.map-marker.selected .marker-label{fill:var(--highlight);font-size:12px;font-weight:900}.live-google-map-container{border-radius:20px;width:100%;height:100%;min-height:420px;display:flex;overflow:hidden}.live-google-map-iframe{filter:grayscale(.1)saturate(1.05)contrast(1.02);background:#f1f5f9;border:0;border-radius:20px;width:100%;height:100%;min-height:420px}@media (width<=640px){.live-google-map-container,.live-google-map-iframe{min-height:280px}}.inner-header{background:var(--bg-white);text-align:center;align-items:center;min-height:40vh;padding-top:120px;padding-bottom:60px;display:flex;position:relative;overflow:hidden}.inner-header-bg{z-index:0;position:absolute;inset:0}.ih-gradient{background:radial-gradient(circle,#a7b64a08 0%,#0000 70%);position:absolute;inset:0}.ih-pattern{opacity:.02;background-image:radial-gradient(var(--text-main) .5px, transparent .5px);background-size:30px 30px;position:absolute;inset:0}.ih-content{z-index:2;max-width:900px;margin:0 auto;position:relative}.ih-label-wrapper{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.ih-line{background:var(--highlight);width:40px;height:2px}.ih-label{background:var(--highlight);color:#000;letter-spacing:2px;text-transform:uppercase;border-radius:50px;padding:.4rem 1.2rem;font-size:.7rem;font-weight:900}.ih-title{color:var(--text-main);margin-bottom:2rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1}.ih-subtitle{color:var(--highlight);font-weight:300}.ih-description{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.6}@media (width<=768px){.inner-header{min-height:30vh;padding-top:160px;padding-bottom:40px}.ih-title{font-size:2.5rem}.ih-description{font-size:1rem}}.products-listing-page{background:var(--bg-white);overflow-x:hidden}.products-trust-bar{background:var(--bg-light);border-bottom:1px solid var(--border);padding:2.5rem 0}.trust-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.trust-item{align-items:center;gap:1.2rem;padding:0 1rem;display:flex}.trust-icon{color:var(--highlight);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;padding:.8rem;display:inline-flex}.trust-item h4{color:var(--text-main);text-transform:capitalize;margin-bottom:.15rem;font-size:1.05rem;font-weight:700}.trust-item p{color:var(--text-muted);font-size:.85rem}.products-catalog-section{padding:6rem 0}.products-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid}.ecommerce-card-custom{border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000005}.ecommerce-card-custom:hover{border-color:#a7b64a66;transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.ecc-link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.ecc-img-wrap{background:var(--bg-extra-light);width:100%;padding-top:100%;position:relative;overflow:hidden}.ecc-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.ecommerce-card-custom:hover .ecc-img{transform:scale(1.08)}.ecc-badges{z-index:10;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:1.25rem;left:1.25rem}.ecc-badge-best{background:var(--highlight);color:#000;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-sm);border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.65rem;font-weight:800;display:flex}.ecc-badge-featured{color:#fff;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-sm);background:#000;border-radius:6px;width:fit-content;padding:.4rem .8rem;font-size:.65rem;font-weight:700}.ecc-quick-view{text-align:center;z-index:10;border-top:1px solid var(--border);background:#fffffff5;width:100%;padding:1.2rem;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:translateY(100%)}.ecommerce-card-custom:hover .ecc-quick-view{transform:translateY(0)}.ecc-quick-view span{color:#000;text-transform:uppercase;letter-spacing:1.5px;font-size:.75rem;font-weight:800}.ecc-info{flex-direction:column;flex-grow:1;padding:2rem 1.8rem;display:flex}.ecc-cat{color:var(--highlight);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.6rem;font-size:.7rem;font-weight:800;display:block}.ecc-title{color:var(--text-main);margin-bottom:.4rem;font-size:1.35rem;font-weight:800;line-height:1.2}.ecc-tagline{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.4}.ecc-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.2rem;display:flex}.ecc-action-label{color:var(--text-main);transition:var(--transition);font-size:.85rem;font-weight:700}.ecommerce-card-custom:hover .ecc-action-label{color:var(--highlight)}.ecc-action-btn{background:var(--bg-light);width:40px;height:40px;color:var(--text-main);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.ecommerce-card-custom:hover .ecc-action-btn{background:var(--highlight);color:#000;transform:rotate(-45deg)}.products-bottom-cta{background:var(--bg-white);padding:2rem 0 6rem}.products-cta-box{box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#111 0%,#222 100%);border:1px solid #ffffff0d;border-radius:24px;padding:5rem 4rem;position:relative;overflow:hidden}.products-cta-box:before{content:"";pointer-events:none;background:radial-gradient(circle,#a7b64a1f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.cta-content{z-index:5;max-width:750px;position:relative}.cta-content h2{color:#fff;letter-spacing:-.5px;margin-bottom:1.2rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15}.cta-content p{color:#aaa;margin-bottom:2.5rem;font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.6}.btn-cta-custom{cursor:pointer;background:var(--highlight);color:#000;transition:var(--transition);text-transform:uppercase;letter-spacing:1px;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.6rem;padding:1.1rem 2.8rem;font-family:inherit;font-weight:800;display:inline-flex}.btn-cta-custom:hover{color:#000;background:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #ffffff26}@media (width<=1200px){.products-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.trust-grid{gap:1.5rem}}@media (width<=768px){.products-catalog-section{padding:4rem 0}.products-trust-bar{padding:2rem 0}.trust-grid{grid-template-columns:1fr;gap:1.8rem}.trust-item{padding:0}.products-grid-mobile{flex-direction:column;gap:2.5rem;display:flex}.mobile-product-card-custom{border:1px solid var(--border);background:#fff;border-radius:24px;width:100%;overflow:hidden;box-shadow:0 10px 30px #0000000a}.mpcc-link{color:inherit;flex-direction:column;text-decoration:none;display:flex}.mpcc-img-wrap{background:var(--bg-light);width:100%;height:320px;position:relative;overflow:hidden}.mobile-parallax-img-custom{object-fit:cover;width:100%;height:125%;position:absolute;top:-12%;left:0}.mpcc-badge{background:var(--highlight);color:#000;z-index:5;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .9rem;font-size:.65rem;font-weight:900;display:flex;position:absolute;top:20px;left:20px;box-shadow:0 4px 10px #0000001f}.mpcc-info{background:#fff;justify-content:space-between;align-items:center;padding:2rem 1.6rem;display:flex}.mpcc-text{text-align:left;flex-grow:1;padding-right:1rem}.mpcc-cat{color:var(--highlight);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.4rem;font-size:.65rem;font-weight:900;display:block}.mpcc-text h3{color:var(--text-main);letter-spacing:-.3px;margin-bottom:.3rem;font-size:1.45rem;font-weight:800}.mpcc-text p{color:var(--text-muted);font-size:.85rem;font-weight:500;line-height:1.3}.mpcc-arrow{background:var(--highlight);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;box-shadow:0 4px 12px #a7b64a40}.products-cta-box{padding:3.5rem 2rem}.btn-cta-custom{width:100%;padding:1rem 2.2rem}}@media (width<=480px){.mpcc-img-wrap{height:260px}.mpcc-info{padding:1.5rem 1.2rem}.mpcc-text h3{font-size:1.25rem}}
