*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;overflow-x:hidden}:root{--primary-dark:#0a1628;--primary-teal:#00a896;--primary-teal-light:#00c9b7;--white:#fff;--light-gray:#f5f7fa;--text-dark:#1a1a1a;--text-gray:#666;--text-light:#999}a{color:inherit;text-decoration:none}ul{list-style:none}button{border:none;cursor:pointer;font-family:inherit;outline:none}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section-badge{background:#00a896;background:var(--primary-teal);color:var(--white);font-weight:500;padding:6px 16px;text-transform:uppercase}.section-title{color:#1a1a1a;color:var(--text-dark);font-size:36px;font-weight:700;margin-bottom:20px}.btn-primary{align-items:center;background:#00a896;background:var(--primary-teal);border-radius:30px;color:#fff;color:var(--white);display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:14px 32px;transition:all .3s ease}.btn-primary:hover{background:#00c9b7;background:var(--primary-teal-light);box-shadow:0 10px 30px #00a8964d;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #00a896;border:2px solid var(--primary-teal);border-radius:30px;color:#00a896;color:var(--primary-teal);font-size:14px;font-weight:600;padding:14px 32px;transition:all .3s ease}.btn-outline:hover{background:#00a896;background:var(--primary-teal);color:#fff;color:var(--white)}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;left:0;padding:5px 0;position:fixed;right:0;top:0;z-index:1000}.header-container{gap:40px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 40px}.header-container,.logo{align-items:center;display:flex}.logo{flex-shrink:0}.logo-img{height:28px;object-fit:contain;width:auto}.logo-svg{height:20px;width:auto}.logo-text{fill:#595959;font-family:Poppins,sans-serif;font-size:20px;font-weight:300;letter-spacing:4px}.nav{flex:1 1;justify-content:center}.nav,.nav-list{align-items:center;display:flex}.nav-list{background:#f8f8f8;border:1px solid #0000000f;border-radius:50px;gap:40px;padding:5px 25px}.nav-link{color:#333;font-size:14px;font-weight:400;position:relative;transition:color .2s ease;white-space:nowrap}.nav-link:hover{color:#35c0e3}.header-btn{background:#35c0e3;border-radius:30px;color:#fff;flex-shrink:0;font-size:13px;font-weight:500;padding:6px 18px;transition:all .3s ease;white-space:nowrap}.header-btn:hover{background:#2aa3c4;transform:scale(1.02)}.menu-toggle{background:#0000;display:none;flex-direction:column;gap:5px;padding:5px}.menu-toggle span{background:#666;display:block;height:2px;transition:all .3s ease;width:25px}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:768px){.nav{background:#fff;box-shadow:0 5px 20px #0000001a;left:0;opacity:0;padding:20px;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:20px}.header-btn{display:none}.menu-toggle{display:flex}}.hero{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh + 100px);overflow:hidden;padding:60px 10px 10px;position:relative}.hero-bg{background-image:url(https://png.pngtree.com/thumb_back/fw800/background/20250829/pngtree-night-sky-villa-house-property-image_18615347.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;bottom:10px;left:10px;position:absolute;right:10px;top:60px}.hero-overlay{background:linear-gradient(180deg,#0a1628b3 0,#0a162880 50%,#0a1628cc);border-radius:24px;bottom:0;top:0}.hero-marquee,.hero-overlay{left:0;position:absolute;right:0}.hero-marquee{background:#35c0e3e6;overflow:hidden;padding:12px 0;top:80px;z-index:10}.bottom-marquee{background:#35c0e3;bottom:0;top:auto}.marquee-content{animation:marquee 20s linear infinite;display:flex;gap:60px;white-space:nowrap}.marquee-content.reverse{animation:marquee-reverse 20s linear infinite}.marquee-content span{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:500;gap:10px}.marquee-icon{height:20px;width:20px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-reverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.hero-content{align-items:center;display:flex;flex-direction:column;gap:25px;padding:0 20px;position:relative;text-align:center;z-index:5}.hero-badge{align-items:center;animation:glow 2s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border-radius:30px;box-shadow:0 0 20px #ffffff4d,0 0 40px #fff3;color:#fff;display:inline-flex;font-size:13px;font-weight:500;gap:8px;padding:8px 20px}.wifi-icon{color:#fff;filter:drop-shadow(0 0 4px rgba(255,255,255,.8))}@keyframes glow{0%,to{box-shadow:0 0 20px #ffffff4d,0 0 40px #fff3,0 0 60px #ffffff1a}50%{box-shadow:0 0 25px #fff6,0 0 50px #ffffff4d,0 0 75px #fff3}}.hero-subtitle{color:#35c0e3;font-size:14px;font-weight:600;letter-spacing:2px;margin-bottom:20px}.hero-title{color:#fff;font-size:72px;font-weight:700;line-height:1.1;margin:0;text-shadow:2px 2px 10px #00000080}.hero-title .highlight{color:#4dd4d9;text-shadow:0 0 30px #4dd4d980,2px 2px 10px #00000080}.hero-features{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:10px 0}.feature-badge{align-items:center;animation:glow 2s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:1px solid #fff3;border-radius:30px;box-shadow:0 0 20px #fff3,0 0 40px #ffffff1a;color:#fff;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .3s ease}.feature-badge:hover{box-shadow:0 0 30px #ffffff4d,0 0 60px #fff3;transform:translateY(-2px)}.hero-btn{background:#4dd4d9;border-radius:30px;box-shadow:0 4px 15px #4dd4d966;color:#fff;display:inline-block;font-size:15px;font-weight:600;margin-top:10px;padding:14px 35px;transition:all .3s ease}.hero-btn:hover{background:#3bc4c9;box-shadow:0 8px 25px #4dd4d980;transform:translateY(-2px)}@media (max-width:768px){.hero-title{font-size:40px}.hero-marquee{top:70px}.marquee-content span{font-size:12px}}.stats{background:#fff;margin-top:0;padding:60px 20px}.stats-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px;padding:0 20px}.stat-item{align-items:center;aspect-ratio:16/12;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;opacity:0;overflow:hidden;position:relative;transform:translateY(50px) scale(.9);transition:transform .3s ease}.stat-item.animate-in{animation:slideInUp .6s ease-out forwards}.stat-item.animate-out{animation:slideOutDown .6s ease-out forwards}.stat-item:hover{transform:translateY(-5px)!important}.stat-image{bottom:0;left:0;position:absolute;right:0;top:0}.stat-image img{height:100%;object-fit:cover;width:100%}.stat-image:after{background:linear-gradient(0deg,#0a1628e6 0,#0a16284d);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.stat-content{padding:20px;position:relative;text-align:center;z-index:2}.stat-number{color:#fff;font-size:48px;font-weight:700;margin-bottom:8px;text-shadow:2px 2px 10px #00000080}.stat-label{color:#fff;font-size:18px;font-weight:600;letter-spacing:1px;text-shadow:2px 2px 8px #00000080}@media (max-width:768px){.stats-container{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:28px}.stat-label{font-size:12px}}@media (max-width:480px){.stats-container{gap:15px;grid-template-columns:repeat(2,1fr)}}.about{background:#fff;padding:80px 20px;text-align:center}.about-container{margin:0 auto;max-width:1000px;padding:0 20px}.section-badge{background:#000;margin-bottom:30px;padding:8px 24px}.about-title{color:#000;font-size:42px;font-weight:700;line-height:1.3;margin-bottom:25px}.about-text{color:#666;font-size:17px;line-height:1.8;margin:0 auto;max-width:900px}@media (max-width:768px){.about{padding:60px 0 40px}.about-title{font-size:26px}.about-text{font-size:14px}}.why-upgrade{background:#f5f7fa;padding:80px 0}.why-upgrade-container{margin:0 auto;max-width:1200px;padding:0 20px;text-align:center}.why-upgrade-title{color:#333;font-size:36px;font-weight:700;margin-bottom:50px}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-bottom:50px}.feature-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;opacity:0;overflow:hidden;transform:translateY(50px) scale(.95);transition:transform .3s ease}.feature-card.animate-in{animation:slideInUp .7s ease-out forwards}.feature-card.animate-out{animation:slideOutDown .7s ease-out forwards}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOutDown{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(30px) scale(.95)}}.feature-card:hover{transform:translateY(-10px)!important}.feature-image{height:200px;overflow:hidden;position:relative}.feature-image img{height:100%;object-fit:cover;width:100%}.feature-icon{align-items:center;background:#35c0e3;border-radius:50%;bottom:-25px;box-shadow:0 5px 20px #35c0e34d;display:flex;height:60px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:60px}.feature-icon img{filter:brightness(0) invert(1);height:30px;width:30px}.feature-content{padding:40px 25px 30px}.feature-title{color:#333;font-size:22px;font-weight:600;margin-bottom:15px}.feature-description{color:#666;font-size:14px;line-height:1.7}@media (max-width:992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features-grid{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:400px}.why-upgrade-title{font-size:28px}}.process{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);overflow:hidden;padding:80px 0;position:relative}.process:before{background:radial-gradient(circle at 20% 50%,#8080800d 0,#0000 50%),radial-gradient(circle at 80% 80%,#4040400d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.process-container{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1fr 1.5fr;margin:0 auto;max-width:900px;padding:0 20px}.process-header{opacity:0;position:-webkit-sticky;position:sticky;top:120px;transform:translateX(-50px);transition:all .3s ease}.process-header.header-animate-in{animation:slideInFromLeft .8s cubic-bezier(.34,1.56,.64,1) forwards}.process-header.header-animate-out{animation:slideOutLeft .6s ease-out forwards}@keyframes slideOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-50px)}}.section-badge{background:#404040;border:1px solid #5a5a5a;border-radius:25px;color:#fff;letter-spacing:1.5px}.process-title{color:#fff;font-size:38px;font-weight:700;line-height:1.2;text-shadow:2px 2px 8px #0000004d}.process-steps{gap:20px}.process-step,.process-steps{display:flex;flex-direction:column}.process-step{background:#2a2a2a;border:1px solid #3a3a3a;border-radius:20px;box-shadow:0 10px 30px #0000004d;opacity:0;overflow:hidden;position:relative;transform:translateX(-100px);transition:all .3s ease}.process-step.animate-in{animation:slideInFromLeft .8s cubic-bezier(.34,1.56,.64,1) forwards}.process-step.animate-out{animation:slideOutToLeft .6s ease-out forwards}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100px) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(-50px) scale(.95)}}.process-step:hover{border-color:#4a4a4a;box-shadow:0 15px 40px #00000080;transform:translateY(-5px)!important}.step-number-badge{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#404040,#1a1a1a);border-radius:50%;box-shadow:0 6px 20px #0006,0 0 0 6px #80808033;display:flex;height:55px;justify-content:center;left:20px;position:absolute;top:20px;width:55px;z-index:10}.step-number{color:#fff;font-size:26px;font-weight:800;position:relative;text-shadow:2px 2px 4px #0000004d;z-index:2}.number-circle{animation:rotate 3s linear infinite;border:2px solid #80808066;border-radius:50%;height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.step-content{background:linear-gradient(135deg,#2a2a2a,#333);display:flex;justify-content:flex-end;min-height:120px;padding:25px 30px 30px}.step-label{flex:1 1;text-align:right}.step-tag{background:linear-gradient(135deg,#5a5a5a,#3a3a3a);border-radius:20px;box-shadow:0 3px 10px #0000004d;color:#fff;display:inline-block;font-size:12px;font-weight:600;letter-spacing:1px;margin-bottom:8px;padding:5px 14px;text-transform:uppercase}.step-label h3{color:#fff;font-size:24px;font-weight:700;margin-bottom:12px;margin-top:8px}.step-description{color:#b0b0b0;font-size:14px;line-height:1.6;margin-left:auto;margin-top:12px;max-width:400px}.step-image{height:220px;overflow:hidden;position:relative}.step-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.process-step:hover .step-image img{transform:scale(1.08)}.image-overlay{background:linear-gradient(135deg,#40404033,#20202033);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.process-step:hover .image-overlay{opacity:1}.step-description{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(0deg,#000000f2 0,#000000b3 60%,#0000);bottom:0;left:0;padding:20px 25px;position:absolute;right:0;transform:translateY(100%);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.process-step:hover .step-description{transform:translateY(0)}.step-description p{color:#e0e0e0;font-size:14px;line-height:1.6;text-shadow:1px 1px 3px #00000080}.step-1 .step-content{order:1}.step-2 .step-content{order:2}.step-2 .step-image,.step-3 .step-content{order:1}@media (max-width:992px){.process-container{gap:40px;grid-template-columns:1fr}.process-header{position:relative;text-align:center;top:0}.process-title{font-size:32px}}@media (max-width:768px){.step-image{height:200px}.step-label h3{font-size:20px}}.brands{background:#fff;padding:80px 0;text-align:center}.brands-container{margin:0 auto;max-width:1000px;padding:0 20px}.brands-title{color:#333;font-size:36px;font-weight:700;margin-bottom:50px}.brands-logo-container{justify-content:center;margin-bottom:50px;min-height:200px}.brands-logo-container,.brands-marquee{align-items:center;display:flex;overflow:hidden;width:100%}.brands-marquee{position:relative}.marquee-track{animation:marqueeScroll 40s linear infinite;display:flex;gap:100px;will-change:transform}@keyframes marqueeScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.brands-marquee:hover .marquee-track{animation-play-state:paused}.brand-logo-item{align-items:center;display:flex;flex-shrink:0;justify-content:center;min-width:250px}.brand-logo-item img{filter:drop-shadow(0 10px 30px rgba(0,0,0,.1));height:80px;object-fit:contain;transition:filter .3s ease,transform .3s ease;width:250px}.brand-logo-item:hover img{filter:drop-shadow(0 15px 40px rgba(0,0,0,.15));transform:scale(1.05)}.schedule-btn{background:#35c0e3;border-radius:30px;color:#fff;display:inline-block;font-size:14px;font-weight:600;padding:14px 35px;transition:all .3s ease}.schedule-btn:hover{background:#2aa3c4;box-shadow:0 10px 30px #35c0e34d;transform:translateY(-2px)}@media (max-width:768px){.brands-title{font-size:28px}.brands-grid{gap:15px}.brand-item{min-width:120px;padding:15px 20px}}.categories{background:#fff;padding:80px 0;text-align:center}.categories-container{margin:0 auto;max-width:100%;padding:0 40px}.section-badge{background:#35c0e31a;border-radius:20px;color:#35c0e3;display:inline-block;font-size:12px;font-weight:600;letter-spacing:1px;margin-bottom:20px;padding:8px 20px}.categories-title{color:#333;font-size:36px;font-weight:700;margin-bottom:50px}.categories-title .highlight{color:#35c0e3;display:block}.categories-grid{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:1400px}.category-card{align-items:center;background:#fff;border-radius:0;box-shadow:none;cursor:pointer;display:flex;flex:0 0 auto;flex-direction:column;padding:20px 15px;position:relative;text-decoration:none;transition:all .3s ease;width:200px}.category-card:hover{box-shadow:none;transform:translateY(-8px)}.category-image{align-items:center;background:#f9fafb;border-radius:50%;display:flex;height:180px;justify-content:center;margin-bottom:16px;padding:20px;width:180px}.category-image img{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1));max-height:100%;max-width:100%;object-fit:contain}.category-name{color:#1f2937;font-size:14px;font-weight:500;line-height:1.4;margin:0;text-align:center}.learn-more-btn{background:#35c0e3;border-radius:30px;color:#fff;display:inline-block;font-size:14px;font-weight:600;padding:14px 35px;text-decoration:none;transition:all .3s ease}.learn-more-btn:hover{background:#2aa3c4;box-shadow:0 10px 30px #35c0e34d;transform:translateY(-2px)}@media (max-width:992px){.categories-grid{gap:30px}.category-card{width:170px}.category-image{height:150px;width:150px}}@media (max-width:576px){.categories{padding:60px 0}.categories-title{font-size:28px}.categories-container{padding:0 20px}.categories-grid{align-items:stretch;display:flex;flex-direction:column;gap:20px}.category-card{align-items:center;border-radius:12px;box-shadow:0 2px 8px #00000014;flex-direction:row;gap:20px;max-width:100%;padding:20px;width:100%}.category-card:hover{box-shadow:0 4px 12px #00a89626;transform:translateY(-4px)}.category-image{flex-shrink:0;height:80px;padding:12px;width:80px}.category-name{flex:1 1;font-size:14px;font-weight:600;text-align:left}}.instagram-projects{background:linear-gradient(135deg,#f5f7fa,#fff);padding:80px 0}.instagram-projects .container{margin:0 auto;max-width:1200px;padding:0 20px}.projects-header{margin-bottom:50px;text-align:center}.projects-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:15px}.projects-subtitle{color:#666;font-size:1.1rem;margin-top:10px}.projects-hashtags{color:#667eea;font-size:.9rem;font-weight:500;letter-spacing:.5px;margin-top:15px}.instagram-handle{color:#e1306c;font-weight:600;text-decoration:none;transition:color .3s ease}.instagram-handle:hover{color:#c13584;text-decoration:underline}.projects-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:40px}.project-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-8px)}.project-image-wrapper{overflow:hidden;padding-bottom:100%;position:relative;width:100%}.project-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.project-card:hover .project-image{transform:scale(1.05)}.video-badge{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:50%;box-shadow:0 2px 8px #0000004d;display:flex;justify-content:center;padding:8px;position:absolute;right:12px;top:12px;z-index:2}.video-badge svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.project-overlay{align-items:center;background:linear-gradient(180deg,#0000 0,#0000004d 50%,#000c);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.play-icon{animation:pulse 2s infinite;margin-bottom:15px}.project-caption{color:#fff;font-size:1rem;font-weight:600;padding:0 20px;text-align:center;text-shadow:0 2px 4px #00000080}.view-more{margin-top:40px;text-align:center}.view-more-btn{background:linear-gradient(135deg,#e1306c,#c13584);border-radius:50px;box-shadow:0 4px 15px #e1306c4d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:15px 40px;text-decoration:none;transition:all .3s ease}.view-more-btn:hover{background:linear-gradient(135deg,#c13584,#e1306c);box-shadow:0 6px 20px #e1306c66;transform:translateY(-2px)}.skeleton{pointer-events:none}.skeleton-image{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;height:100%;width:100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.projects-grid{gap:20px;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.instagram-projects{padding:60px 0}.projects-title{font-size:2rem}.projects-subtitle{font-size:1rem}.projects-grid{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.projects-title{font-size:1.75rem}.projects-grid{gap:20px;grid-template-columns:1fr}.view-more-btn{font-size:.95rem;padding:12px 30px}}.testimonials{background:#fff;padding:80px 0;text-align:center}.testimonials-container{margin:0 auto;max-width:1200px;padding:0 20px}.testimonials-title{color:#333;font-size:36px;font-weight:700;margin-bottom:50px}.testimonials-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.testimonial-card{background:#f5f7fa;border-radius:16px;padding:25px;text-align:left;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 15px 40px #0000001a;transform:translateY(-5px)}.testimonial-header{align-items:center;display:flex;gap:15px;margin-bottom:15px}.testimonial-avatar{border:3px solid #35c0e3;border-radius:50%;height:50px;overflow:hidden;width:50px}.testimonial-avatar img{height:100%;object-fit:cover;width:100%}.testimonial-info{flex:1 1}.testimonial-name{color:#333;font-size:16px;font-weight:600;margin-bottom:3px}.testimonial-role{color:#35c0e3;font-size:12px;font-weight:500}.testimonial-quote{color:#666;font-size:13px;line-height:1.7}@media (max-width:992px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.testimonials-grid{grid-template-columns:1fr}.testimonials-title{font-size:28px}}.faq{background:#f5f7fa;padding:80px 0}.faq-container{margin:0 auto;max-width:1200px;padding:0 20px;text-align:center}.faq-title{color:#333;font-size:36px;font-weight:700;margin-bottom:50px}.faq-content{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1.5fr 1fr}.faq-list{display:flex;flex-direction:column;gap:15px}.faq-item{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-question{align-items:center;background:#0000;color:#333;display:flex;font-size:15px;font-weight:500;justify-content:space-between;padding:20px 25px;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{color:#35c0e3}.faq-icon{flex-shrink:0;height:20px;transition:transform .3s ease;width:20px}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:200px}.faq-answer p{color:#666;font-size:14px;line-height:1.7;padding:0 25px 20px;text-align:left}.faq-cta{background:#333;border-radius:16px;padding:40px 30px;text-align:center}.faq-cta-content h3{color:#fff;font-size:22px;font-weight:700;margin-bottom:10px}.faq-cta-content p{color:#35c0e3;font-size:16px;margin-bottom:25px}.book-call-btn{background:#35c0e3;border-radius:30px;color:#fff;display:inline-block;font-size:14px;font-weight:600;padding:14px 40px;transition:all .3s ease}.book-call-btn:hover{background:#2aa3c4;transform:translateY(-2px)}@media (max-width:768px){.faq-content{grid-template-columns:1fr}.faq-title{font-size:28px}.faq-cta{order:2}}.footer{background:#333;padding:50px 0}.footer-container{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 20px;text-align:center}.footer-logo{margin-bottom:25px}.footer-logo .logo-img{height:50px;object-fit:contain;width:auto}.footer-hashtags{color:#999;font-size:11px;line-height:1.6;margin-top:15px;max-width:400px}.footer-hashtags p{margin:4px 0}.footer-logo .logo-svg{height:35px;width:auto}.footer-logo .logo-text{fill:#fff;font-family:Poppins,sans-serif;font-size:28px;font-weight:700;letter-spacing:3px}.footer-info{margin-bottom:25px}.footer-address{color:#fff;font-size:14px;margin-bottom:8px}.footer-phone{color:#35c0e3;font-size:16px;font-weight:600}.footer-social{display:flex;gap:15px}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-link:hover{background:#35c0e3;transform:translateY(-3px)}.social-link svg{height:18px;width:18px}@media (max-width:768px){.footer{padding:40px 0}}.product-detail-container{background:#f5f7fa;min-height:100vh;overflow-x:hidden;padding:100px 20px 40px;width:100%}.back-btn{align-items:center;background:#fff;border:1px solid #e0e4e8;border-radius:8px;box-shadow:0 2px 8px #00000014;color:#0a1628;cursor:pointer;display:inline-flex;font-size:16px;gap:8px;margin-bottom:30px;padding:12px 24px;position:relative;z-index:10}.back-btn:hover{background:#566a98;border-color:#566a98;color:#fff;transform:translateX(-5px)}.product-detail-content{margin:0 auto;max-width:1200px;width:100%}.product-hero-section{border-radius:20px;box-shadow:0 8px 30px #0000001f;display:block;height:70vh;margin:0 0 40px;max-height:800px;min-height:600px;overflow:hidden;position:relative;width:100%}.product-hero-image-wrapper{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e8eaf0);bottom:0;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.product-hero-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.product-hero-info{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;left:100px;max-width:650px;padding:0;position:absolute;text-align:left;top:45%;transform:translateY(-50%);z-index:10}.product-hero-info h1{color:#fff;font-size:4rem;font-weight:800;letter-spacing:-2px;line-height:1;margin-bottom:25px}.product-hero-info .product-short-description{color:#fff;font-size:1.4rem;font-weight:400;line-height:1.4;margin-bottom:40px;max-width:550px}.product-hero-info .whatsapp-btn{background:#000;border:none;border-radius:25px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:14px 40px;text-decoration:none;transition:all .3s ease}.product-hero-info .whatsapp-btn:hover{background:#333;box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.product-hero-section.smart-lock-u100 .product-hero-info .product-short-description,.product-hero-section.smart-lock-u100 .product-hero-info h1,.product-hero-section.smart-lock-u200 .product-hero-info .product-short-description,.product-hero-section.smart-lock-u200 .product-hero-info h1{color:#000}.product-hero-section.smart-lock-u100 .product-hero-info h1{text-shadow:0 2px 8px #fffc,0 0 20px #fff9}.product-hero-section.smart-lock-u100 .product-hero-info .product-short-description{text-shadow:0 2px 6px #fffc,0 0 15px #ffffff80}.product-hero-section.smart-lock-d200i .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.smart-lock-d200i .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.smart-lock-a100 .product-hero-info h1{color:#000;text-shadow:0 2px 8px #fffc,0 0 20px #fff9}.product-hero-section.smart-lock-a100 .product-hero-info .product-short-description{color:#000;text-shadow:0 2px 6px #fffc,0 0 15px #ffffff80}.product-hero-section.smart-lock-a100 .product-hero-info .whatsapp-btn{background:#000;color:#fff}.product-hero-section.smart-lock-a100 .product-hero-info .whatsapp-btn:hover{background:#333}.product-hero-section.smart-lock-d100 .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.smart-lock-d100 .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.smart-lock-n100 .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.smart-lock-n100 .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.touchscreen-dial-v1-eu .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.touchscreen-dial-v1-eu .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.touchscreen-dial-v1-eu .product-hero-info{align-items:flex-end;bottom:60px;left:auto;right:80px;text-align:right;top:auto;transform:none}.product-hero-section.smart-wall-switch-h1-triple-neutral .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.smart-wall-switch-h1-triple-neutral .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.smart-wall-switch-h1-triple-neutral .product-hero-info{align-items:flex-start;bottom:auto;left:80px;right:auto;text-align:left;top:80px;transform:none}.product-hero-section.smart-wall-switch-h1-triple-neutral{height:65vh;max-height:750px;min-height:550px}.product-hero-section.smart-wall-switch-h1-triple-neutral .product-hero-image-wrapper{background:#2d2d2d}.product-hero-section.smart-wall-switch-h1-triple-neutral .product-hero-image{object-fit:contain;object-position:right bottom}.product-hero-section.smart-wall-switch-z1-pro .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.smart-wall-switch-z1-pro .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.smart-wall-switch-h1-eu-neutral .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.smart-wall-switch-h1-eu-neutral .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.smart-wall-switch-h1-eu-neutral .product-hero-info{align-items:flex-start;bottom:auto;left:80px;right:auto;text-align:left;top:80px;transform:none}.product-hero-section.smart-wall-switch-h1-eu-neutral{height:65vh;max-height:750px;min-height:550px}.product-hero-section.smart-wall-switch-h1-eu-neutral .product-hero-image-wrapper{background:#000}.product-hero-section.smart-wall-switch-h1-eu-neutral .product-hero-image{margin-left:auto;max-width:50%;object-fit:contain;object-position:right bottom}.product-hero-section.smart-wall-switch-h1-eu-grey .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.smart-wall-switch-h1-eu-grey .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.smart-wall-switch-h1-eu-grey .product-hero-info{align-items:flex-start;bottom:auto;left:80px;right:auto;text-align:left;top:80px;transform:none}.product-hero-section.smart-wall-switch-h1-eu-grey{height:65vh;max-height:750px;min-height:550px}.product-hero-section.smart-wall-switch-h1-eu-grey .product-hero-image-wrapper{background:#2d2d2d}.product-hero-section.smart-wall-switch-h1-eu-grey .product-hero-image{margin-left:auto;max-width:35%;object-fit:contain;object-position:right center}.product-hero-section.smart-wall-switch-h1-triple-no-neutral .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.smart-wall-switch-h1-triple-no-neutral .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.smart-wall-switch-h1-triple-no-neutral .product-hero-info{align-items:flex-start;bottom:auto;left:80px;right:auto;text-align:left;top:80px;transform:none}.product-hero-section.smart-wall-switch-h1-triple-no-neutral{height:65vh;max-height:750px;min-height:550px}.product-hero-section.smart-wall-switch-h1-triple-no-neutral .product-hero-image-wrapper{background:#252525}.product-hero-section.smart-wall-switch-h1-triple-no-neutral .product-hero-image{margin-left:auto;max-width:35%;object-fit:contain;object-position:right center}.product-hero-section.panel-switch-s100 .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.panel-switch-s100 .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.panel-switch-s100 .product-hero-info{align-items:flex-end;bottom:60px;left:auto;right:80px;text-align:right;top:auto;transform:none}.product-hero-section.panel-switch-s100{height:65vh;max-height:750px;min-height:550px}.product-hero-section.panel-switch-s100 .product-hero-image-wrapper{background:#0000}.product-hero-section.panel-switch-s100 .product-hero-image{height:100%;object-fit:cover;object-position:center;width:100%}.product-hero-section.magic-switch-s1e .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.magic-switch-s1e .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.magic-switch-s1e{height:70vh;max-height:800px;min-height:600px}.product-hero-section.magic-switch-s1e .product-hero-image-wrapper{background:#0000}.product-hero-section.magic-switch-s1e .product-hero-image{height:100%;object-fit:cover;object-position:center;width:100%}.product-hero-section.magicpad-s1-plus .product-hero-info h1{color:#000;text-shadow:0 4px 12px #ffffffb3,0 2px 6px #ffffff80}.product-hero-section.magicpad-s1-plus .product-hero-info .product-short-description{color:#000;text-shadow:0 3px 8px #fff9,0 2px 4px #fff6}.product-hero-section.magicpad-s1-plus .product-hero-info{align-items:flex-end;bottom:30px;left:auto;right:80px;text-align:right;top:auto;transform:none}.product-hero-section.magicpad-s1-plus{height:70vh;max-height:800px;min-height:600px}.product-hero-section.magicpad-s1-plus .product-hero-image-wrapper{background:#0000}.product-hero-section.magicpad-s1-plus .product-hero-image{height:100%;object-fit:cover;object-position:center;width:100%}.product-hero-section.panel-hub-s1-plus .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.panel-hub-s1-plus .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.panel-hub-s1-plus{height:70vh;max-height:800px;min-height:600px}.product-hero-section.panel-hub-s1-plus .product-hero-image-wrapper{background:#0000}.product-hero-section.panel-hub-s1-plus .product-hero-image{height:100%;object-fit:cover;object-position:center;width:100%}.product-hero-section.light-switch-h2-eu .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.light-switch-h2-eu .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.light-switch-h2-eu .product-hero-info{align-items:flex-end;bottom:60px;left:auto;right:80px;text-align:right;top:auto;transform:none}.product-hero-section.light-switch-h2-eu{height:70vh;max-height:800px;min-height:600px}.product-hero-section.light-switch-h2-eu .product-hero-image-wrapper{background:#0000}.product-hero-section.light-switch-h2-eu .product-hero-image{height:100%;object-fit:cover;object-position:center;width:100%}.product-hero-section.display-switch-v1-eu .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.display-switch-v1-eu .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.display-switch-v1-eu .product-hero-info{align-items:flex-start;bottom:60px;left:80px;right:auto;text-align:left;top:auto;transform:none}.product-hero-section.display-switch-v1-eu{height:70vh;max-height:800px;min-height:600px}.product-hero-section.display-switch-v1-eu .product-hero-image-wrapper{background:#0000}.product-hero-section.display-switch-v1-eu .product-hero-image{height:100%;object-fit:cover;object-position:center;width:100%}.product-hero-section.wireless-remote-switch-h1{height:70vh;max-height:800px;min-height:600px}.product-hero-section.wireless-remote-switch-h1 .product-hero-image-wrapper{align-items:center;background:#000;display:flex;justify-content:flex-end;padding-right:80px}.product-hero-section.wireless-remote-switch-h1 .product-hero-image{height:100%;max-width:600px;object-fit:contain;object-position:right center;width:45%}.product-hero-section.wireless-remote-switch-h1 .product-hero-info{align-items:flex-start;background:#0000;bottom:60px;left:80px;max-width:500px;padding:0;right:auto;text-align:left;top:auto;transform:none}.product-hero-section.wireless-remote-switch-h1 .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.wireless-remote-switch-h1 .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.wireless-remote-switch-h1 .whatsapp-btn{background:#fff;border:none;color:#000}.product-hero-section.hub-m3{height:70vh;max-height:800px;min-height:600px}.product-hero-section.hub-m3 .product-hero-image-wrapper{background:#0000}.product-hero-section.hub-m3 .product-hero-image{height:100%;object-fit:cover;object-position:center;width:100%}.product-hero-section.hub-m3 .product-hero-info{align-items:flex-end;bottom:auto;left:auto;max-width:500px;right:80px;text-align:right;top:80px;transform:none}.product-hero-section.hub-m3 .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.hub-m3 .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.hub-m200{height:70vh;max-height:800px;min-height:600px}.product-hero-section.hub-m200 .product-hero-image-wrapper{background:#0000}.product-hero-section.hub-m200 .product-hero-image{height:100%;object-fit:cover;object-position:center;width:100%}.product-hero-section.hub-m200 .product-hero-info{align-items:flex-end;bottom:auto;left:auto;max-width:500px;right:80px;text-align:right;top:80px;transform:none}.product-hero-section.hub-m200 .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.hub-m200 .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.hub-m100{height:70vh;max-height:800px;min-height:600px}.product-hero-section.hub-m100 .product-hero-image-wrapper{background:#0000}.product-hero-section.hub-m100 .product-hero-image{height:100%;object-fit:contain;object-position:center;width:100%}.product-hero-section.hub-m100 .product-hero-info{align-items:flex-end;bottom:60px;left:auto;max-width:500px;right:80px;text-align:right;top:auto;transform:none}.product-hero-section.hub-m100 .product-hero-info h1{color:#fff;text-shadow:0 4px 12px #000000b3,0 2px 6px #00000080}.product-hero-section.hub-m100 .product-hero-info .product-short-description{color:#fff;text-shadow:0 3px 8px #0009,0 2px 4px #0006}.product-hero-section.smart-lock-d200i .product-hero-info,.product-hero-section.smart-lock-u50 .product-hero-info{align-items:flex-end;bottom:60px;left:auto;right:80px;text-align:right;top:auto;transform:none}@media (max-width:968px){.product-hero-section.magicpad-s1-plus .product-hero-info,.product-hero-section.panel-switch-s100 .product-hero-info,.product-hero-section.smart-lock-d200i .product-hero-info,.product-hero-section.smart-lock-u50 .product-hero-info,.product-hero-section.touchscreen-dial-v1-eu .product-hero-info{bottom:50px;right:50px}.product-hero-section.smart-wall-switch-h1-eu-grey .product-hero-info,.product-hero-section.smart-wall-switch-h1-eu-neutral .product-hero-info,.product-hero-section.smart-wall-switch-h1-triple-neutral .product-hero-info,.product-hero-section.smart-wall-switch-h1-triple-no-neutral .product-hero-info{left:50px;top:60px}}@media (max-width:768px){.product-hero-section.magicpad-s1-plus .product-hero-info,.product-hero-section.panel-switch-s100 .product-hero-info,.product-hero-section.smart-lock-d200i .product-hero-info,.product-hero-section.smart-lock-u50 .product-hero-info,.product-hero-section.touchscreen-dial-v1-eu .product-hero-info{bottom:40px;right:30px}.product-hero-section.smart-wall-switch-h1-eu-grey .product-hero-info,.product-hero-section.smart-wall-switch-h1-eu-neutral .product-hero-info,.product-hero-section.smart-wall-switch-h1-triple-neutral .product-hero-info,.product-hero-section.smart-wall-switch-h1-triple-no-neutral .product-hero-info{left:30px;top:50px}}@media (max-width:480px){.product-hero-section.magicpad-s1-plus .product-hero-info,.product-hero-section.panel-switch-s100 .product-hero-info,.product-hero-section.smart-lock-d200i .product-hero-info,.product-hero-section.smart-lock-u50 .product-hero-info,.product-hero-section.touchscreen-dial-v1-eu .product-hero-info{bottom:30px;right:20px}.product-hero-section.smart-wall-switch-h1-eu-grey .product-hero-info,.product-hero-section.smart-wall-switch-h1-eu-neutral .product-hero-info,.product-hero-section.smart-wall-switch-h1-triple-neutral .product-hero-info,.product-hero-section.smart-wall-switch-h1-triple-no-neutral .product-hero-info{left:20px;top:40px}.product-hero-section.smart-wall-switch-h1-eu-grey .product-hero-image,.product-hero-section.smart-wall-switch-h1-eu-neutral .product-hero-image,.product-hero-section.smart-wall-switch-h1-triple-no-neutral .product-hero-image{max-width:90%}.product-hero-section.display-switch-v1-eu .product-hero-image,.product-hero-section.light-switch-h2-eu .product-hero-image,.product-hero-section.magic-switch-s1e .product-hero-image,.product-hero-section.magicpad-s1-plus .product-hero-image,.product-hero-section.panel-hub-s1-plus .product-hero-image,.product-hero-section.panel-switch-s100 .product-hero-image{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}}@media (max-width:360px){.product-hero-section.smart-wall-switch-h1-eu-grey .product-hero-image,.product-hero-section.smart-wall-switch-h1-eu-neutral .product-hero-image,.product-hero-section.smart-wall-switch-h1-triple-no-neutral .product-hero-image{max-width:95%}.product-hero-section.magic-switch-s1e .product-hero-image,.product-hero-section.magicpad-s1-plus .product-hero-image,.product-hero-section.panel-hub-s1-plus .product-hero-image,.product-hero-section.panel-switch-s100 .product-hero-image{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}}@media (max-width:768px){.product-hero-section{border-radius:0;height:60vh;margin-bottom:0;min-height:500px}.product-hero-info{left:20px;max-width:calc(100% - 40px);padding:0;right:20px}.product-hero-info h1{font-size:1.8rem;line-height:1.2;margin-bottom:10px}.product-hero-info .product-short-description{font-size:.9rem;line-height:1.3;margin-bottom:20px}.product-hero-info .whatsapp-btn{font-size:.95rem;justify-content:center;padding:12px 32px;text-align:center;width:auto}.product-hero-section.display-switch-v1-eu,.product-hero-section.light-switch-h2-eu,.product-hero-section.magic-switch-s1e,.product-hero-section.magicpad-s1-plus,.product-hero-section.panel-hub-s1-plus,.product-hero-section.panel-switch-s100{border-radius:0;height:100vh;left:50%;margin:-80px -50vw 0;max-height:100vh;min-height:100vh;position:relative;right:50%;width:100vw}.product-hero-section.display-switch-v1-eu .product-hero-info,.product-hero-section.light-switch-h2-eu .product-hero-info,.product-hero-section.magic-switch-s1e .product-hero-info,.product-hero-section.magicpad-s1-plus .product-hero-info,.product-hero-section.panel-hub-s1-plus .product-hero-info,.product-hero-section.panel-switch-s100 .product-hero-info{align-items:center;bottom:auto;box-sizing:border-box;left:50%;max-width:85%;overflow:hidden;padding:0 20px;right:auto;text-align:center;top:50%;transform:translate(-50%,-50%);width:auto}.product-hero-section.hub-m3{border-radius:0;height:100vh;left:50%;margin:-100px -50vw 0;max-height:100vh;min-height:100vh;position:relative;width:100vw}.product-hero-section.hub-m3 .product-hero-image-wrapper{background:#0000}.product-hero-section.hub-m3 .product-hero-image{height:80vh;max-height:80vh;max-width:100%;object-fit:contain;object-position:center;width:auto}.product-hero-section.hub-m3 .product-hero-info{align-items:center;bottom:auto;box-sizing:border-box;left:50%;max-width:85%;overflow:hidden;padding:0 20px;right:auto;text-align:center;top:50%;transform:translate(-50%,-50%);width:auto}.product-hero-section.hub-m200{border-radius:0;height:100vh;left:50%;margin:-100px -50vw 0;max-height:100vh;min-height:100vh;position:relative;width:100vw}.product-hero-section.hub-m200 .product-hero-image-wrapper{background:#0000}.product-hero-section.hub-m200 .product-hero-image{height:80vh;max-height:80vh;max-width:100%;object-fit:contain;object-position:center;width:auto}.product-hero-section.hub-m200 .product-hero-info{align-items:center;bottom:auto;box-sizing:border-box;left:50%;max-width:85%;overflow:hidden;padding:0 20px;right:auto;text-align:center;top:50%;transform:translate(-50%,-50%);width:auto}.product-hero-section.hub-m100{border-radius:0;height:100vh;left:50%;margin:-100px -50vw 0;max-height:100vh;min-height:100vh;position:relative;width:100vw}.product-hero-section.hub-m100 .product-hero-image-wrapper{background:#0000}.product-hero-section.hub-m100 .product-hero-image{height:80vh;max-height:80vh;max-width:100%;object-fit:contain;object-position:center;width:auto}.product-hero-section.hub-m100 .product-hero-info{align-items:center;bottom:auto;box-sizing:border-box;left:50%;max-width:85%;overflow:hidden;padding:0 20px;right:auto;text-align:center;top:50%;transform:translate(-50%,-50%);width:auto}.product-hero-section.wireless-remote-switch-h1{background:#000;border-radius:0;height:85vh;margin:0;max-height:none;min-height:85vh}.product-hero-section.wireless-remote-switch-h1 .product-hero-image-wrapper{background:#000;justify-content:center;padding:0}.product-hero-section.wireless-remote-switch-h1 .product-hero-image{max-width:300px;object-fit:contain;object-position:center;width:60%}.product-hero-section.wireless-remote-switch-h1 .product-hero-info{align-items:center;background:#0000;bottom:auto;box-sizing:border-box;left:50%;max-width:90%;overflow:hidden;padding:0 15px;right:auto;text-align:center;top:72%;transform:translate(-50%,-50%);width:auto}.product-hero-section.display-switch-v1-eu .product-hero-info h1,.product-hero-section.hub-m100 .product-hero-info h1,.product-hero-section.hub-m200 .product-hero-info h1,.product-hero-section.hub-m3 .product-hero-info h1,.product-hero-section.light-switch-h2-eu .product-hero-info h1,.product-hero-section.magic-switch-s1e .product-hero-info h1,.product-hero-section.magicpad-s1-plus .product-hero-info h1,.product-hero-section.panel-hub-s1-plus .product-hero-info h1,.product-hero-section.panel-switch-s100 .product-hero-info h1,.product-hero-section.wireless-remote-switch-h1 .product-hero-info h1{word-wrap:break-word;color:#fff;font-size:clamp(1.3rem,5vw,1.6rem);font-weight:700;line-height:1.1;margin-bottom:8px;max-width:100%;overflow-wrap:break-word;text-shadow:0 4px 12px #000000e6,0 2px 6px #000000b3}.product-hero-section.display-switch-v1-eu .product-hero-info .product-short-description,.product-hero-section.hub-m100 .product-hero-info .product-short-description,.product-hero-section.hub-m200 .product-hero-info .product-short-description,.product-hero-section.hub-m3 .product-hero-info .product-short-description,.product-hero-section.light-switch-h2-eu .product-hero-info .product-short-description,.product-hero-section.magic-switch-s1e .product-hero-info .product-short-description,.product-hero-section.magicpad-s1-plus .product-hero-info .product-short-description,.product-hero-section.panel-hub-s1-plus .product-hero-info .product-short-description,.product-hero-section.panel-switch-s100 .product-hero-info .product-short-description,.product-hero-section.wireless-remote-switch-h1 .product-hero-info .product-short-description{word-wrap:break-word;color:#fff;font-size:clamp(.8rem,3vw,.95rem);line-height:1.3;margin-bottom:12px;max-width:100%;overflow-wrap:break-word;text-shadow:0 3px 8px #000c,0 2px 4px #0009}.product-hero-section.display-switch-v1-eu .whatsapp-btn,.product-hero-section.hub-m100 .whatsapp-btn,.product-hero-section.hub-m200 .whatsapp-btn,.product-hero-section.hub-m3 .whatsapp-btn,.product-hero-section.light-switch-h2-eu .whatsapp-btn,.product-hero-section.magic-switch-s1e .whatsapp-btn,.product-hero-section.magicpad-s1-plus .whatsapp-btn,.product-hero-section.panel-hub-s1-plus .whatsapp-btn,.product-hero-section.panel-switch-s100 .whatsapp-btn{font-size:.75rem;padding:8px 16px;white-space:nowrap}.product-hero-section.wireless-remote-switch-h1 .whatsapp-btn{background:#fff;border:none;color:#000;font-size:.8rem;padding:8px 18px;white-space:nowrap}.feature-images-grid{gap:15px;grid-template-columns:1fr}.content-section-wrapper{gap:30px;grid-template-columns:1fr;padding:30px 20px}.content-section-text h2{font-size:24px}.content-section-text p,.tab-button{font-size:16px}.tab-button{padding:12px 20px}.access-methods-grid{grid-template-columns:1fr}.access-methods-intro{font-size:16px;padding:15px}}@media (max-width:480px){.product-hero-section{border-radius:12px;height:55vh;min-height:450px}.product-hero-info{left:20px;max-width:calc(100% - 40px);padding:0;right:20px}.product-hero-info h1{font-size:1.8rem;letter-spacing:-.5px;margin-bottom:12px}.product-hero-info .product-short-description{font-size:.95rem;line-height:1.4;margin-bottom:22px}.product-hero-info .whatsapp-btn{font-size:.9rem;padding:12px 28px}.back-btn{font-size:14px;padding:10px 20px}.product-detail-body{padding:25px 15px}.cta-section{padding:30px 20px}}.product-detail-header{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:60px}.product-detail-image{align-items:center;background:#fff;border:1px solid #e0e4e8;border-radius:20px;box-shadow:0 5px 20px #0000000d;display:flex;justify-content:center;padding:20px}.product-detail-image img{height:auto;max-width:180px;object-fit:contain;width:100%}.product-detail-info h1{color:#0a1628;font-size:48px;font-weight:700;margin-bottom:20px}.product-short-description{color:#4a5568;font-size:18px;line-height:1.8;margin-bottom:30px}.whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50px;box-shadow:0 4px 15px #25d3664d;color:#fff;display:inline-block;font-size:18px;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.whatsapp-btn:hover{box-shadow:0 6px 20px #25d36666;transform:translateY(-3px)}.product-detail-body{background:#fff;border:1px solid #e0e4e8;border-radius:20px;box-shadow:0 5px 20px #0000000d;padding:40px}.product-section{margin-bottom:50px}.product-section:last-child{margin-bottom:0}.product-section h2{color:#0a1628;font-size:32px;font-weight:600;margin-bottom:20px}.product-section p{color:#4a5568;font-size:18px;line-height:1.8}.feature-images-section,.feature-video-section{margin:40px 0}.feature-video-wrapper{border-radius:16px;box-shadow:0 4px 12px #0000001a;overflow:hidden;width:100%}.feature-video{display:block;height:auto;width:100%}.feature-images-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr;max-width:100%}.feature-image-item{border-radius:16px;box-shadow:0 4px 12px #0000001a;overflow:hidden;width:100%}.feature-image-item img{display:block;height:auto;margin:0 auto;max-height:500px;max-width:600px;object-fit:contain;width:100%}.content-section{margin:60px 0}.content-section-wrapper{grid-gap:60px;align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;display:grid;gap:60px;grid-template-columns:1fr 1fr;padding:40px}.content-section-image{width:100%}.content-section-image img{border-radius:12px;display:block;height:auto;width:100%}.content-section-text{padding:20px}.content-section-text h2{color:#0a1628;font-size:32px;font-weight:600;margin-bottom:20px}.content-section-text p{color:#4a5568;font-size:18px;line-height:1.8;margin-bottom:15px}.content-note{border-top:1px solid #e0e4e8;color:#666;font-size:14px;font-style:italic;margin-top:20px;padding-top:15px}.features-list{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));list-style:none;padding:0}.features-list li{background:#f5f7fa;border-left:3px solid #566a98;border-radius:10px;color:#0a1628;font-size:16px;padding:15px 20px;transition:all .3s ease}.features-list li:hover{background:#e8f4f3;transform:translateX(5px)}.specifications-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.spec-item{background:#f5f7fa;border:1px solid #e0e4e8;border-radius:10px;display:flex;flex-direction:column;gap:8px;padding:20px}.spec-item:has(.spec-value:nth-child(2)){grid-column:span 1}.spec-item:first-child .spec-value{line-height:1.6;white-space:normal}.spec-label{color:#566a98;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.spec-value{color:#0a1628;font-size:16px;line-height:1.5}.cta-section{background:linear-gradient(135deg,#566a981a,#6b7fac1a);border:1px solid #566a984d;border-radius:15px;padding:40px;text-align:center}.cta-section h2{margin-bottom:15px}.cta-section p{margin-bottom:25px}.cta-btn{background:#566a98;border-radius:50px;box-shadow:0 4px 15px #00a8964d;color:#fff;display:inline-block;font-size:18px;font-weight:600;padding:16px 40px;text-decoration:none;transition:all .3s ease}.cta-btn:hover{background:#6b7fac;box-shadow:0 6px 20px #566a9866;transform:translateY(-3px)}.not-found{padding:100px 20px;text-align:center}.not-found h1{color:#0a1628;font-size:48px;margin-bottom:30px}@media (max-width:968px){.product-detail-header{gap:40px;grid-template-columns:1fr}.product-detail-info h1{font-size:36px}.product-section h2{font-size:28px}.features-list,.specifications-grid{grid-template-columns:1fr}.product-hero-section{height:65vh;min-height:550px}.product-hero-info{left:50px;max-width:550px;padding:0}.product-hero-info h1{font-size:3rem}.product-hero-info .product-short-description{font-size:1.2rem}.detailed-features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:1024px){.product-hero-info{left:60px;max-width:550px}.product-hero-info h1{font-size:3rem}.product-hero-info .product-short-description{font-size:1.2rem}}@media (max-width:576px){.product-detail-container{padding:80px 15px 30px}.product-detail-info h1{font-size:28px}.product-section h2{font-size:24px}.cta-btn,.whatsapp-btn{text-align:center;width:100%}.product-detail-body{padding:30px 20px}.detailed-features-grid{grid-template-columns:1fr}.product-hero-section{height:50vh;min-height:400px}.product-hero-info{left:15px;padding:0;right:15px}.product-hero-info h1{font-size:1.6rem}.product-hero-info .product-short-description{font-size:.9rem;margin-bottom:20px}.product-hero-info .whatsapp-btn{font-size:.85rem;padding:11px 26px}}@media (max-width:968px) and (max-height:500px){.product-hero-section{height:100vh;min-height:100vh}.product-hero-info{top:50%;transform:translateY(-50%)}.product-hero-info h1{font-size:2.2rem;margin-bottom:12px}.product-hero-info .product-short-description{font-size:1rem;margin-bottom:20px}.product-hero-info .whatsapp-btn{font-size:.95rem;padding:12px 30px}}@media (max-width:360px){.product-hero-info h1{font-size:1.4rem;margin-bottom:10px}.product-hero-info .product-short-description{font-size:.85rem;margin-bottom:18px}.product-hero-info .whatsapp-btn{font-size:.85rem;padding:10px 24px}.product-hero-info{left:12px;padding:0;right:12px}}.detailed-features-section{border-top:2px solid #e0e4e8;margin-top:40px;padding-top:40px}.detailed-features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:30px}.detailed-feature-item{background:#f8f9fb;border:1px solid #e0e4e8;border-radius:15px;box-shadow:0 2px 10px #00000008;padding:30px;transition:all .3s ease}.detailed-feature-item:hover{border-color:#566a98;box-shadow:0 8px 25px #566a9826;transform:translateY(-5px)}.detailed-feature-item h3{color:#0a1628;font-size:20px;font-weight:600;line-height:1.4;margin-bottom:15px}.detailed-feature-item p{color:#4a5568;font-size:16px;line-height:1.7;margin:0}.product-tabs{border-bottom:2px solid #e0e4e8;margin-bottom:30px}.tab-buttons{display:flex;gap:0}.tab-button{background:#0000;border:none;border-bottom:3px solid #0000;color:#4a5568;cursor:pointer;font-size:18px;font-weight:600;padding:15px 30px;position:relative;transition:all .3s ease}.tab-button:hover{background:#566a980d;color:#566a98}.tab-button.active{border-bottom-color:#566a98;color:#566a98}.access-methods-section{padding:40px 0}.access-methods-intro{background:#f8f9fb;border-left:4px solid #566a98;border-radius:10px;color:#4a5568;font-size:18px;line-height:1.8;margin-bottom:40px;padding:20px}.access-methods-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.access-method-card{background:#fff;border:2px solid #e0e4e8;border-radius:15px;box-shadow:0 2px 10px #00000008;overflow:hidden;padding:30px;position:relative;transition:all .3s ease}.access-method-card:hover{border-color:#566a98;box-shadow:0 10px 30px #566a9826;transform:translateY(-5px)}.access-method-number{align-items:center;background:linear-gradient(135deg,#566a98,#6b7fac);border-radius:50%;box-shadow:0 4px 10px #566a984d;color:#fff;display:flex;font-size:18px;font-weight:700;height:40px;justify-content:center;position:absolute;right:20px;top:15px;width:40px}.access-method-card h3{color:#0a1628;font-size:20px;font-weight:600;line-height:1.3;margin-bottom:15px;padding-right:50px}.access-method-card p{color:#4a5568;font-size:16px;line-height:1.7;margin:0}@media (max-width:768px){.tab-button{font-size:16px;padding:12px 20px}.access-methods-grid{grid-template-columns:1fr}.access-methods-intro{font-size:16px;padding:15px}}.category-page{background:#fff;min-height:calc(100vh - 200px)}.category-hero{align-items:center;display:flex;height:400px;justify-content:center;overflow:hidden;position:relative}.category-hero-video{height:auto;left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;z-index:0}.category-hero-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;position:relative;width:100%;z-index:1}.category-hero-title{color:#fff;font-size:48px;font-weight:700;margin:0;text-align:center;text-shadow:0 2px 10px #0000004d}.category-main{grid-gap:40px;display:grid;gap:40px;grid-template-columns:250px 1fr;margin:0 auto;max-width:1400px;padding:40px 20px}.category-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.sidebar-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:20px}.sidebar-title{color:#333;font-size:18px;font-weight:600;margin:0 0 15px}.categories-nav .category-list{display:flex;flex-direction:column;gap:8px}.category-nav-item{background:#f9fafb;border:1px solid #0000;border-radius:6px;color:#374151;display:block;font-size:14px;font-weight:500;padding:12px 15px;text-decoration:none;transition:all .2s ease}.category-nav-item:hover{background:#f3f4f6;border-color:#d1d5db;color:#333}.category-nav-item.active{background:#35c0e3;border-color:#35c0e3;color:#fff;font-weight:600}.filter-group{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.filter-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:space-between;padding:10px 15px;text-align:left;transition:all .3s ease}.filter-button:hover{background:#f9fafb;border-color:#35c0e3}.filter-button.active{background:#e6f7fb;border-color:#35c0e3;color:#35c0e3}.filter-section{border-top:1px solid #e5e7eb;padding:15px 0;position:relative}.filter-title{color:#374151;font-size:14px;font-weight:600;margin:0 0 10px}.filter-options{display:flex;flex-direction:column;gap:8px}.filter-option{align-items:center;color:#4b5563;cursor:pointer;display:flex;font-size:14px;gap:10px}.filter-option input[type=checkbox]{cursor:pointer;height:16px;width:16px}.expand-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:12px;padding:0;position:absolute;right:0;top:15px}.category-content{flex:1 1}.category-header-bar{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:15px}.category-title-main{color:#0a1628;font-size:24px;font-weight:600;margin:0}.header-right{align-items:center;display:flex;gap:20px}.product-count-badge{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;color:#374151;font-size:14px;font-weight:600;padding:8px 16px}.view-controls{display:flex;gap:8px}.view-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .3s ease}.view-btn:hover{background:#f9fafb;border-color:#00a896;color:#00a896}.view-btn.active{background:#00a896;border-color:#00a896;color:#fff}.products-grid{grid-gap:25px;display:grid;gap:25px}.products-grid.view-grid-2{grid-template-columns:repeat(2,1fr)}.products-grid.view-grid-3{grid-template-columns:repeat(3,1fr)}.products-grid.view-list{grid-template-columns:1fr}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;padding:20px;position:relative;text-decoration:none;transition:all .3s ease}.product-card:hover{border-color:#00a896;box-shadow:0 10px 30px #0000001a;transform:translateY(-3px)}.product-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.badge{border-radius:12px;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.badge.best-seller{background:#fef3c7;color:#92400e}.badge.aqara{background:#dbeafe;color:#1e40af}.badge.matter{background:#e0e7ff;color:#4338ca}.badge.works-with{background:#d1fae5;color:#065f46}.product-image{align-items:center;background:#f9fafb;border-radius:8px;display:flex;height:200px;justify-content:center;margin-bottom:20px;padding:20px;width:100%}.products-grid.view-list .product-card{align-items:center;flex-direction:row;gap:30px}.products-grid.view-list .product-image{flex-shrink:0;height:150px;margin-bottom:0;width:200px}.product-image img{max-height:100%;max-width:100%;object-fit:contain}.product-info{flex:1 1}.product-name{color:#0a1628;font-size:18px;font-weight:600;margin:0 0 8px}.product-description{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.back-btn{background:#00a896;border-radius:30px;color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-top:30px;padding:14px 35px;text-decoration:none;transition:all .3s ease}.back-btn:hover{background:#00c9b7;box-shadow:0 10px 30px #00a8964d;transform:translateY(-2px)}@media (max-width:1200px){.category-main{gap:30px;grid-template-columns:220px 1fr}.products-grid.view-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.category-hero-title{font-size:36px}.category-main{grid-template-columns:1fr}.category-sidebar{position:static}.products-grid.view-grid-2,.products-grid.view-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.category-hero{height:180px}.category-hero-title{font-size:28px}.category-main{padding:20px 15px}.category-header-bar{align-items:flex-start;flex-direction:column;gap:15px}.products-grid.view-grid-2,.products-grid.view-grid-3{grid-template-columns:1fr}.products-grid.view-list .product-card{flex-direction:column}.products-grid.view-list .product-image{margin-bottom:15px;width:100%}.product-image{height:150px}.product-name{font-size:16px}}.whatsapp-button{align-items:center;animation:pulse 2s infinite;background:#25d366;border-radius:50%;bottom:30px;box-shadow:0 4px 12px #25d36666;cursor:pointer;display:flex;height:50px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:50px;z-index:1000}.whatsapp-button:hover{box-shadow:0 6px 16px #25d36699;transform:scale(1.1)}.whatsapp-icon{color:#fff;height:28px;width:28px}@keyframes pulse{0%{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 20px #25d36699}to{box-shadow:0 4px 12px #25d36666}}@media (max-width:768px){.whatsapp-button{bottom:20px;height:40px;right:20px;width:40px}.whatsapp-icon{height:22px;width:22px}}.app{overflow-x:hidden;width:100%}
/*# sourceMappingURL=main.c1c94717.css.map*/