:root{--color-primary: #2563eb;--color-primary-light: #3b82f6;--color-primary-dark: #1d4ed8;--color-primary-50: #eff6ff;--color-primary-100: #dbeafe;--color-primary-200: #bfdbfe;--color-primary-900: #1e3a8a;--color-accent: #06b6d4;--color-accent-light: #22d3ee;--color-success: #10b981;--color-warning: #f59e0b;--color-purple: #8b5cf6;--color-teal: #14b8a6;--color-orange: #f97316;--color-red: #ef4444;--color-bg: #f8fafc;--color-bg-alt: #f1f5f9;--color-bg-card: #ffffff;--color-bg-dark: #0f172a;--color-text: #1e293b;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-text-inverse: #ffffff;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-blue: 0 10px 40px -10px rgba(37, 99, 235, .3);--font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--container-max: 1200px;--section-spacing: 100px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}.template-policy h2{margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--color-border)}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.announcement-bar{background:var(--color-bg-dark);color:var(--color-text-inverse);padding:10px 0;font-size:.875rem}.announcement-content{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap}.announcement-content span{display:flex;align-items:center;gap:8px}.announcement-content i{color:var(--color-accent-light)}.announcement-content .divider{color:var(--color-text-muted)}.header{position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-light);z-index:1000;transition:box-shadow var(--transition-base)}.header.scrolled{box-shadow:var(--shadow-md)}.nav{display:flex;align-items:center;justify-content:space-between;height:72px;gap:32px}.logo{display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px;color:var(--color-primary)}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-text .brand,.logo .brand{font-size:1.25rem;font-weight:700;color:var(--color-text)}.logo-text .tagline{font-size:.75rem;color:var(--color-text-muted);font-weight:500}.nav-menu{display:flex;align-items:center;gap:8px}.nav-menu li{list-style:none}.nav-menu a{padding:10px 16px;font-size:.9375rem;font-weight:500;color:var(--color-text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast)}.nav-menu a:hover{color:var(--color-primary);background:var(--color-primary-50)}.nav-actions{display:flex;align-items:center;gap:12px}.btn-icon{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);color:var(--color-text-secondary);transition:all var(--transition-fast)}.btn-icon:hover{background:var(--color-bg-alt);color:var(--color-primary)}.cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;background:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:600;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:transform var(--transition-fast)}.mobile-menu-btn{display:none;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:5px}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:2px;transition:all var(--transition-fast)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-size:.9375rem;font-weight:600;border-radius:var(--radius-md);transition:all var(--transition-base);cursor:pointer;border:none}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-blue)}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 15px 40px -10px #2563eb66}.btn-outline{background:transparent;color:var(--color-text);border:2px solid var(--color-border)}.btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn-ghost{background:transparent;color:var(--color-text-secondary)}.btn-ghost:hover{background:var(--color-bg-alt);color:var(--color-primary)}.btn-sm{padding:8px 16px;font-size:.875rem}.btn-lg{padding:18px 36px;font-size:1rem}.btn-disabled{background:var(--color-bg-alt);color:var(--color-text-muted);cursor:not-allowed;padding:14px 28px;font-size:.9375rem;font-weight:600;border-radius:var(--radius-md)}.hero{position:relative;padding:80px 0 100px;overflow:hidden;background:linear-gradient(180deg,var(--color-primary-50) 0%,var(--color-bg) 100%)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5}.orb-1{width:600px;height:600px;background:var(--color-primary-200);top:-200px;right:-100px;animation:float 20s ease-in-out infinite}.orb-2{width:400px;height:400px;background:var(--color-accent);bottom:-100px;left:-100px;opacity:.3;animation:float 25s ease-in-out infinite reverse}.grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(37,99,235,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.03) 1px,transparent 1px);background-size:60px 60px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}.hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-content{position:relative}.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 16px 8px 10px;background:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);font-size:.875rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:28px}.badge-dot{width:10px;height:10px;background:var(--color-success);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.15;margin-bottom:24px;color:var(--color-text)}.hero h1 .highlight{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-lead{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:32px;max-width:480px}.hero-stats{display:flex;gap:32px;margin-bottom:40px;align-items:center}.stat{display:flex;flex-direction:column;gap:4px}.stat-value{font-size:1.75rem;font-weight:700;color:var(--color-text)}.stat-label{font-size:.875rem;color:var(--color-text-muted)}.stat-label i{color:var(--color-warning);font-size:.75rem}.stat-divider{width:1px;height:40px;background:var(--color-border)}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-centered{text-align:center;max-width:800px;margin:0 auto}.hero-centered h1{font-size:3rem;font-weight:800;margin-bottom:8px;background:linear-gradient(135deg,var(--color-text) 0%,var(--color-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--color-text-secondary);margin-bottom:40px}.product-showcase-centered{position:relative;display:inline-block;margin-bottom:40px}.product-hero-image{width:300px;height:auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.4));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.product-glow{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:220px;height:50px;background:radial-gradient(ellipse,rgba(16,185,129,.35) 0%,transparent 70%);filter:blur(12px)}.hero-product-row{display:flex;align-items:center;justify-content:center;gap:96px;margin-bottom:40px}.hero-product-row .showcase-cards{display:flex;flex-direction:column;gap:12px}.hero-product-row .info-card{animation:floatCard 3s ease-in-out infinite}.hero-product-row .info-card:nth-child(1){animation-delay:0s}.hero-product-row .info-card:nth-child(2){animation-delay:.3s}.hero-product-row .info-card:nth-child(3){animation-delay:.6s}.hero-product-row .info-card:nth-child(4){animation-delay:.9s}@media (max-width: 900px){.hero-product-row{flex-direction:column;gap:32px}.hero-product-row .showcase-cards{flex-direction:row;flex-wrap:wrap;justify-content:center}}@media (max-width: 600px){.hero-product-row .showcase-cards{flex-direction:column;align-items:stretch}}.feature-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:32px}.chip{display:flex;align-items:center;gap:8px;background:#fff;padding:10px 18px;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;color:var(--color-text);box-shadow:var(--shadow-md);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.chip:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.chip i{color:var(--color-primary);font-size:.875rem}.trust-line{display:flex;justify-content:center;gap:24px;margin-top:32px;flex-wrap:wrap}.trust-line span{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--color-text-muted)}.trust-line i{color:var(--color-success);font-size:.75rem}@media (max-width: 768px){.hero-centered h1{font-size:2.25rem}.hero-subtitle{font-size:1.125rem;margin-bottom:32px}.product-hero-image{width:220px}.feature-chips{gap:8px}.chip{padding:8px 14px;font-size:.8125rem}.trust-line{gap:16px}}@media (max-width: 480px){.hero-centered h1{font-size:1.875rem}.product-hero-image{width:180px}.chip{padding:8px 12px;font-size:.75rem}.trust-line span{font-size:.75rem}}.cards-left .info-card,.cards-right .info-card{animation:floatCard 3s ease-in-out infinite}.cards-left .info-card:nth-child(1){animation-delay:0s}.cards-left .info-card:nth-child(2){animation-delay:.5s}.cards-right .info-card:nth-child(1){animation-delay:.25s}.cards-right .info-card:nth-child(2){animation-delay:.75s}.showcase-tagline{display:flex;justify-content:center;gap:32px;margin-top:32px;flex-wrap:wrap}.tagline-item{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--color-text-secondary)}.tagline-item i{color:var(--color-success)}@media (max-width: 1024px){.showcase-wrapper{flex-direction:column;gap:32px}.showcase-cards{flex-direction:row;justify-content:center;flex-wrap:wrap}.cards-left,.cards-right{flex-direction:row;gap:12px}.product-hero-image{width:220px}}@media (max-width: 600px){.showcase-wrapper{gap:24px}.cards-left,.cards-right{flex-direction:column;align-items:center}.product-hero-image{width:180px}.showcase-tagline{gap:16px}.tagline-item{font-size:.8125rem}}.device-3d{display:flex;justify-content:center;margin-bottom:40px}.device-frame{width:200px;height:140px;background:linear-gradient(180deg,#2a2a2e,#1a1a1e);border-radius:20px;padding:16px;box-shadow:0 30px 60px #0000004d,inset 0 1px #ffffff1a;position:relative}.device-inner{width:100%;height:100%;background:#111;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:16px 12px;position:relative}.ir-sensor{width:32px;height:32px;background:radial-gradient(circle,#222 60%,#111);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.ir-glow{width:16px;height:16px;background:var(--color-primary);border-radius:50%;box-shadow:0 0 20px var(--color-primary),0 0 40px var(--color-primary);animation:irPulse 2s ease-in-out infinite}@keyframes irPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.status-section{display:flex;align-items:center;gap:16px}.wifi-waves{display:flex;align-items:flex-end;gap:3px;height:16px}.wifi-waves span{width:3px;background:var(--color-success);border-radius:2px;animation:waveAnim 1s ease-in-out infinite}.wifi-waves span:nth-child(1){height:6px;animation-delay:0s}.wifi-waves span:nth-child(2){height:10px;animation-delay:.15s}.wifi-waves span:nth-child(3){height:14px;animation-delay:.3s}@keyframes waveAnim{0%,to{opacity:.4}50%{opacity:1}}.status-led{width:8px;height:8px;background:var(--color-success);border-radius:50%;box-shadow:0 0 8px var(--color-success);animation:blink 2s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.port-section{font-size:.625rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px}.device-reflection{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:160px;height:20px;background:radial-gradient(ellipse,rgba(37,99,235,.2) 0%,transparent 70%)}.info-card{display:flex;align-items:center;gap:14px;background:#fff;padding:14px 22px;border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.card-icon{width:36px;height:36px;background:var(--color-primary-100);color:var(--color-primary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-icon.green{background:#10b9811a;color:var(--color-success)}.card-icon.orange{background:#f59e0b1a;color:#f59e0b}.card-icon.cyan{background:#06b6d41a;color:#06b6d4}.card-icon.purple{background:#8b5cf61a;color:var(--color-purple)}.card-icon.blue{background:#2563eb1a;color:var(--color-primary)}.card-data{display:flex;flex-direction:column;text-align:left}.data-value{font-size:.9375rem;font-weight:600;color:var(--color-text)}.data-label{font-size:.75rem;color:var(--color-text-muted)}.trusted-section{padding:40px 0;background:#fff;border-bottom:1px solid var(--color-border-light)}.trusted-content{display:flex;flex-direction:column;align-items:center;gap:24px}.trusted-label{font-size:.875rem;color:var(--color-text-muted);font-weight:500}.trusted-logos{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-item{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--color-text-secondary)}.trust-item i{font-size:1.5rem;color:var(--color-text-muted)}.trust-item span{font-size:.8125rem;font-weight:500}.ct-badge{font-size:1.5rem;font-weight:800;font-style:italic;color:var(--color-text-muted)}.section-intro{margin-bottom:60px}.section-intro.centered{text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.section-tag{display:inline-block;padding:8px 16px;background:var(--color-primary-100);color:var(--color-primary);font-size:.8125rem;font-weight:600;border-radius:var(--radius-full);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.section-intro h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:16px;color:var(--color-text)}.section-intro p{font-size:1.125rem;color:var(--color-text-secondary)}.products-section{padding:var(--section-spacing) 0;background:var(--color-primary-50)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:var(--color-bg-card);border-radius:var(--radius-xl);border:1px solid var(--color-border);overflow:hidden;display:flex;flex-direction:column;transition:all var(--transition-base);position:relative;text-decoration:none;color:inherit;cursor:pointer}.product-card:hover{border-color:var(--color-primary-200);box-shadow:var(--shadow-xl);transform:translateY(-4px)}.product-card.bestseller{border-color:var(--color-primary);box-shadow:var(--shadow-blue)}.product-card.coming-soon{opacity:.9}.card-badge{position:absolute;top:16px;right:16px;padding:6px 14px;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:600;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;z-index:10}.card-badge.soon{background:var(--color-text-muted)}.card-visual{padding:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--color-bg-alt) 0%,var(--color-bg-card) 100%)}.product-icon{width:100px;height:100px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:2.5rem;transition:all var(--transition-base)}.product-icon.wifi{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;box-shadow:0 10px 30px #2563eb4d}.product-icon.ttl{background:linear-gradient(135deg,var(--color-accent) 0%,#0891b2 100%);color:#fff;box-shadow:0 10px 30px #06b6d44d}.product-icon.plus{background:linear-gradient(135deg,var(--color-warning) 0%,#d97706 100%);color:#fff;box-shadow:0 10px 30px #f59e0b4d}.product-card:hover .product-icon{transform:scale(1.05)}.card-content{padding:24px 28px;flex:1}.product-type{display:inline-block;font-size:.75rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.card-content h3{font-size:1.375rem;font-weight:700;margin-bottom:8px;color:var(--color-text)}.card-content>p{font-size:.9375rem;color:var(--color-text-secondary);margin-bottom:20px;line-height:1.6}.feature-checklist{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.feature-checklist li{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--color-text-secondary)}.feature-checklist i{width:18px;height:18px;background:#10b9811a;color:var(--color-success);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;flex-shrink:0}.tech-specs{display:flex;flex-wrap:wrap;gap:12px}.tech-specs span{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--color-bg-alt);border-radius:var(--radius-full);font-size:.8125rem;color:var(--color-text-secondary)}.tech-specs i{color:var(--color-primary);font-size:.75rem}.notify-box{background:var(--color-bg-alt);border-radius:var(--radius-md);padding:16px;margin-top:16px}.notify-box>span{display:block;font-size:.8125rem;color:var(--color-text-secondary);margin-bottom:10px}.notify-input{display:flex;gap:8px}.notify-input input{flex:1;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;background:#fff}.notify-input input:focus{outline:none;border-color:var(--color-primary)}.notify-input button{width:44px;height:44px;background:var(--color-primary);color:#fff;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast)}.notify-input button:hover{background:var(--color-primary-dark)}.card-footer{padding:20px 28px;border-top:1px solid var(--color-border-light);display:flex;align-items:center;justify-content:space-between;gap:16px}.price-display{display:flex;flex-direction:column;gap:2px}.price-original{font-size:.875rem;color:var(--color-text-muted);text-decoration:line-through}.price-label-intro{display:block;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 10px;border-radius:4px;width:fit-content;margin-bottom:4px}.price-current{font-size:1.5rem;font-weight:700;color:var(--color-text)}.price-note{font-size:.75rem;color:var(--color-text-muted);font-weight:400}.how-section{padding:var(--section-spacing) 0;background:linear-gradient(180deg,var(--color-bg-alt) 0%,var(--color-bg) 100%)}.steps-timeline{display:flex;gap:24px;max-width:1000px;margin:0 auto}.step{flex:1;display:flex;flex-direction:column}.step-marker{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;position:relative}.step-num{width:56px;height:56px;background:#fff;border:3px solid var(--color-primary);color:var(--color-primary);font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:all var(--transition-base)}.step:hover .step-num{background:var(--color-primary);color:#fff}.step-line{position:absolute;top:28px;left:calc(50% + 28px);width:calc(100% + 24px);height:3px;background:var(--color-primary-200);z-index:1}.step:last-child .step-line{display:none}.step-content{text-align:center;padding:0 16px}.step-icon{width:64px;height:64px;margin:0 auto 16px;background:var(--color-primary-100);color:var(--color-primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all var(--transition-base)}.step:hover .step-icon{background:var(--color-primary);color:#fff;transform:translateY(-4px)}.step-content h3{font-size:1.125rem;font-weight:600;margin-bottom:8px;color:var(--color-text)}.step-content p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:16px}.step-hint{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#10b9811a;color:var(--color-success);font-size:.8125rem;font-weight:500;border-radius:var(--radius-full)}.features-section{padding:var(--section-spacing) 0;background:var(--color-bg)}.features-layout{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start}.features-intro{position:sticky;top:100px}.features-intro h2{font-size:2.25rem;font-weight:700;margin-bottom:16px;color:var(--color-text)}.features-intro>p{font-size:1.0625rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:32px}.intro-highlight{display:flex;align-items:center;gap:16px;padding:20px;background:var(--color-primary-50);border:1px solid var(--color-primary-100);border-radius:var(--radius-lg)}.highlight-icon{width:48px;height:48px;background:var(--color-primary);color:#fff;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.highlight-text{display:flex;flex-direction:column;gap:2px}.highlight-text strong{font-size:1rem;color:var(--color-text)}.highlight-text span{font-size:.875rem;color:var(--color-text-secondary)}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-tile{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;transition:all var(--transition-base)}.feature-tile:hover{border-color:var(--color-primary-200);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.tile-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:16px}.tile-icon.blue{background:var(--color-primary-100);color:var(--color-primary)}.tile-icon.purple{background:#8b5cf61a;color:var(--color-purple)}.tile-icon.teal{background:#14b8a61a;color:var(--color-teal)}.tile-icon.orange{background:#f973161a;color:var(--color-orange)}.tile-icon.green{background:#10b9811a;color:var(--color-success)}.tile-icon.red{background:#ef44441a;color:var(--color-red)}.feature-tile h4{font-size:1rem;font-weight:600;margin-bottom:8px;color:var(--color-text)}.feature-tile p{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6}.compat-section{padding:var(--section-spacing) 0;background:var(--color-bg-dark);color:#fff}.compat-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.compat-visual{display:flex;justify-content:center}.meter-illustration{position:relative}.meter-body{width:280px;background:linear-gradient(180deg,#2a2a2e,#1a1a1e);border-radius:20px;padding:24px;box-shadow:0 30px 60px #00000080,inset 0 1px #ffffff1a}.meter-screen{background:#111;border-radius:10px;padding:20px;margin-bottom:24px;font-family:SF Mono,Roboto Mono,monospace}.screen-row{display:flex;justify-content:space-between;align-items:center}.screen-row.main{margin-top:8px}.obis{color:var(--color-text-muted);font-size:.875rem}.reading{color:var(--color-primary-light);font-size:2rem;font-weight:600;letter-spacing:2px}.unit{color:var(--color-text-muted);font-size:1rem}.meter-port{display:flex;align-items:center;gap:16px;padding:16px;background:#ffffff0d;border-radius:12px;margin-bottom:16px}.port-ring{width:40px;height:40px;border:3px solid var(--color-text-muted);border-radius:50%}.ww-attached{width:36px;height:36px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;animation:pulse 2s infinite;margin-left:-28px}.meter-label{text-align:center;font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px}.compat-content .section-tag{background:#2563eb33}.compat-content h2{font-size:2.25rem;font-weight:700;margin-bottom:16px}.compat-content>p{font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:32px}.compat-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.compat-item{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#ffffff0d;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.1);transition:all var(--transition-fast)}.compat-item:hover{background:#ffffff14;border-color:var(--color-primary)}.item-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-icon.supported{background:#10b98133;color:var(--color-success)}.item-text{display:flex;flex-direction:column;gap:2px}.item-text strong{font-size:.9375rem}.item-text span{font-size:.8125rem;color:var(--color-text-muted)}.compat-cta{display:flex;align-items:center;gap:16px;padding:20px;background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:var(--radius-lg)}.compat-cta>i{width:48px;height:48px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.compat-cta strong{font-size:1rem}.compat-cta p{font-size:.9rem;color:var(--color-text-muted);margin:0}.compat-cta a{color:var(--color-primary-light)}.compat-cta a:hover{text-decoration:underline}.integrations-section{padding:60px 0;background:var(--color-bg-alt)}.integrations-section h3{font-size:1.125rem;font-weight:600;color:var(--color-text-secondary);text-align:center;margin-bottom:32px}.integration-strip{display:flex;justify-content:center;flex-wrap:wrap;gap:24px}.int-item{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#fff;border-radius:var(--radius-full);font-size:.9rem;font-weight:500;color:var(--color-text-secondary);box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.int-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);color:var(--color-primary)}.int-item i{color:var(--color-primary)}.reviews-section{padding:var(--section-spacing) 0;background:var(--color-bg)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px;transition:all var(--transition-base)}.review-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.review-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.reviewer-avatar{width:48px;height:48px;background:var(--color-primary-100);color:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.reviewer-info{display:flex;flex-direction:column;gap:2px;flex:1}.reviewer-info strong{font-size:.9375rem;color:var(--color-text)}.reviewer-info span{font-size:.8125rem;color:var(--color-text-muted)}.review-stars{display:flex;gap:2px;color:var(--color-warning);font-size:.75rem}.review-card>p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.7}.faq-section{padding:var(--section-spacing) 0;background:var(--color-bg-alt)}.faq-container{max-width:800px;margin:0 auto 48px;display:flex;flex-direction:column;gap:12px}.faq-item{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base)}.faq-item:hover{border-color:var(--color-primary-200)}.faq-item.active{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.faq-trigger{width:100%;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:none;text-align:left;cursor:pointer}.faq-trigger span{font-size:1rem;font-weight:600;color:var(--color-text);transition:color var(--transition-fast)}.faq-trigger:hover span{color:var(--color-primary)}.faq-trigger i{flex-shrink:0;font-size:.875rem;color:var(--color-text-muted);transition:all var(--transition-base)}.faq-item.active .faq-trigger i{transform:rotate(45deg);color:var(--color-primary)}.faq-content{max-height:0;overflow:hidden;transition:max-height var(--transition-base)}.faq-item.active .faq-content{max-height:300px}.faq-content p{padding:0 24px 20px;font-size:.9375rem;color:var(--color-text-secondary);line-height:1.7}.support-section{padding:60px 0;background:var(--color-bg)}.support-box{max-width:800px;margin:0 auto;display:flex;align-items:center;gap:24px;padding:32px;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.support-icon{width:64px;height:64px;background:var(--color-primary-100);color:var(--color-primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.support-text{flex:1}.support-text h4{font-size:1.25rem;font-weight:600;margin-bottom:4px;color:var(--color-text)}.support-text p{font-size:.9375rem;color:var(--color-text-secondary)}.support-actions{display:flex;gap:12px}.support-actions .btn{white-space:nowrap}.newsletter-section{padding:80px 0;background:var(--color-bg)}.newsletter-box{max-width:700px;margin:0 auto;text-align:center;padding:48px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);border-radius:var(--radius-xl);box-shadow:var(--shadow-blue)}.newsletter-content{margin-bottom:32px}.newsletter-content>i{font-size:2.5rem;color:#ffffffe6;margin-bottom:16px}.newsletter-content h3{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:8px}.newsletter-content p{font-size:1.0625rem;color:#ffffffd9}.newsletter-form{display:flex;gap:12px;max-width:480px;margin:0 auto 16px}.newsletter-form input{flex:1;padding:16px 20px;border:none;border-radius:var(--radius-md);font-size:1rem;background:#fff;color:var(--color-text)}.newsletter-form input::placeholder{color:var(--color-text-muted)}.newsletter-form .btn{padding:16px 28px;background:var(--color-bg-dark);color:#fff;border-radius:var(--radius-md);font-weight:600;transition:all var(--transition-base)}.newsletter-form .btn:hover{background:#000;transform:translateY(-2px)}.privacy-hint{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:#ffffffb3}.footer{background:var(--color-bg-dark);color:#fff;padding:80px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 2fr;gap:80px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .logo{margin-bottom:20px}.footer-brand .logo .logo-icon{color:var(--color-primary-light)}.footer-brand .logo .brand{color:#fff}.footer-brand>p{font-size:.9375rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:24px}.company-details{display:flex;flex-direction:column;gap:4px;font-size:.875rem;color:var(--color-text-muted);margin-bottom:24px}.company-details strong{color:#fff;margin-bottom:4px}.social-row{display:flex;gap:12px}.social-row a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:var(--radius-md);color:var(--color-text-muted);transition:all var(--transition-fast)}.social-row a:hover{background:var(--color-primary);color:#fff}.footer-nav{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:32px}.nav-col h5{font-size:.9375rem;font-weight:600;color:#fff;margin-bottom:20px}.nav-col a{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:.9rem;color:var(--color-text-muted);transition:color var(--transition-fast)}.nav-col a:hover{color:#fff}.nav-col a i{font-size:.75rem;color:var(--color-primary-light)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 0;font-size:.875rem;color:var(--color-text-muted)}.legal{display:flex;flex-direction:column;gap:4px}.payments{display:flex;gap:16px}.payments i{font-size:1.75rem;opacity:.5}@media (max-width: 1024px){.hero-layout{grid-template-columns:1fr;gap:48px}.hero-showcase{order:-1}.hero-content{text-align:center}.hero-lead{margin:0 auto 32px}.hero-stats,.hero-actions{justify-content:center}.products-grid{grid-template-columns:repeat(2,1fr)}.features-layout{grid-template-columns:1fr;gap:48px}.features-intro{position:static;text-align:center}.intro-highlight{justify-content:center}.compat-layout{grid-template-columns:1fr;gap:48px}.compat-visual{order:-1}.compat-content{text-align:center}.compat-cta{flex-direction:column;text-align:center}.reviews-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:48px}.footer-nav{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){:root{--section-spacing: 70px}.announcement-content{font-size:.75rem;gap:12px}.announcement-content .divider,.nav-menu,.nav-actions .btn{display:none}.mobile-menu-btn{display:flex}.hero{padding:48px 0 64px}.hero h1{font-size:2rem}.hero-stats{flex-direction:column;gap:16px}.stat-divider{width:40px;height:1px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.products-grid{grid-template-columns:1fr}.steps-timeline{flex-direction:column;gap:32px}.step-line{display:none}.features-grid,.reviews-grid{grid-template-columns:1fr}.support-box{flex-direction:column;text-align:center}.support-actions{flex-direction:column;width:100%}.support-actions .btn{width:100%}.newsletter-form{flex-direction:column}.footer-nav{grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.social-row{justify-content:center}}@media (max-width: 480px){.container{padding:0 16px}.hero h1{font-size:1.75rem}.hero-badge{font-size:.75rem}.section-intro h2{font-size:1.75rem}.card-content{padding:20px}.card-footer{padding:16px 20px;flex-direction:column;gap:12px}.card-footer .btn{width:100%}.feature-tile,.review-card{padding:20px}.newsletter-box{padding:32px 24px}}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}.app-preview{position:relative;z-index:2}.app-frame{background:linear-gradient(145deg,#1e293b,#0f172a);border-radius:24px;padding:16px;width:280px;box-shadow:0 25px 50px -12px #0006,0 0 0 1px #ffffff1a;animation:float 6s ease-in-out infinite}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.app-title{color:#fff;font-weight:600;font-size:14px}.status-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.status-dot.online{background:#10b981;box-shadow:0 0 8px #10b98199;animation:pulse 2s infinite}.app-content{text-align:center}.current-power{margin-bottom:24px}.power-label{display:block;color:#94a3b8;font-size:12px;margin-bottom:8px}.power-value{font-size:48px;font-weight:800;color:#fff;line-height:1}.power-value small{font-size:24px;font-weight:600;color:#64748b}.power-chart{display:flex;align-items:flex-end;justify-content:center;gap:8px;height:60px;margin-bottom:20px}.chart-bar{width:24px;background:linear-gradient(to top,var(--color-primary),var(--color-accent));border-radius:4px 4px 0 0;opacity:.5;transition:opacity .3s ease}.chart-bar.active{opacity:1;animation:pulse-bar 1s ease-in-out infinite}@keyframes pulse-bar{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.1)}}.app-stats{display:flex;justify-content:space-around;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.app-stat{text-align:center}.app-stat-value{display:block;color:#fff;font-weight:700;font-size:18px}.app-stat-label{color:#64748b;font-size:12px}.products-grid-featured{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.product-card.featured{grid-row:span 2;padding:32px;border:2px solid var(--color-primary);background:linear-gradient(145deg,#fff,var(--color-primary-50));position:relative;overflow:hidden}.product-card.featured:after{content:"";position:absolute;right:-140px;bottom:-60px;width:400px;height:400px;background:url(../images/wattwaechter_plus.png) no-repeat center center;background-size:contain;opacity:.08;pointer-events:none;z-index:0}.product-card.featured>*{position:relative;z-index:1}.product-card.featured .product-features{font-size:15px}.product-card.featured .product-features li{padding:10px 0}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px}.product-bottom .product-action{flex-shrink:0}.product-badge.popular{position:absolute;top:-10px;left:-10px;display:inline-flex;align-items:center;gap:6px;padding:16px 20px 8px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.875rem;font-weight:700;border-radius:0 0 20px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #f59e0b66;z-index:10;animation:badge-pulse 2s ease-in-out infinite}.product-badge.popular i{font-size:.75rem}@keyframes badge-pulse{0%,to{box-shadow:0 4px 15px #f59e0b66}50%{box-shadow:0 4px 25px #f59e0b99}}.products-secondary{display:flex;flex-direction:column;gap:16px}.secondary-header{margin-bottom:8px}.secondary-header span{font-size:14px;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px}.secondary-header p{font-size:13px;color:var(--color-text-muted);margin-top:4px}.product-card-small{display:flex;align-items:center;gap:16px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:16px;text-decoration:none;color:inherit;transition:all var(--transition-base)}.product-card-small:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translate(4px)}.product-card-small>i{color:var(--color-text-muted);margin-left:auto}.product-image-small{flex-shrink:0}.product-image-small .product-placeholder{width:64px;height:64px;font-size:24px}.product-image-small .product-img-small{width:64px;height:64px;object-fit:contain}.product-info-small{flex:1;min-width:0}.product-info-small h4{font-size:16px;font-weight:600;margin-bottom:2px}.product-info-small>p{font-size:13px;color:var(--color-text-secondary);margin-bottom:8px}.product-features-small{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.product-features-small li{font-size:12px;color:var(--color-text-secondary);display:flex;align-items:center;gap:4px}.product-features-small li i.fa-check{color:var(--color-success);font-size:10px}.product-features-small li i.fa-code,.product-features-small li i.fa-tools{color:var(--color-warning);font-size:10px}.product-price-small .price-current{font-size:18px;font-weight:700;color:var(--color-primary)}.product-placeholder{width:120px;height:120px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 16px}.product-placeholder.plus{background:linear-gradient(135deg,var(--color-primary),var(--color-purple));color:#fff}.product-placeholder.wifi{background:linear-gradient(135deg,var(--color-accent),var(--color-teal));color:#fff}.product-placeholder.ttl{background:linear-gradient(135deg,#64748b,#475569);color:#fff}.product-image .product-img{width:120px;height:120px;object-fit:contain;margin:0 auto 16px;display:block}.product-card.featured .product-image .product-img{width:160px;height:160px;margin:0 auto -24px}.product-image-dual{display:flex;justify-content:center;align-items:center;gap:24px}.product-image-dual .product-img{margin:0 0 16px}.price-note{font-size:13px;color:var(--color-text-muted);margin-left:8px}.comparison-table{margin-top:64px;background:var(--color-bg-card);border-radius:var(--radius-xl);padding:32px;border:1px solid var(--color-border)}.comparison-table h3{text-align:center;margin-bottom:24px;font-size:20px}.table-wrapper{overflow-x:auto}.comparison-table table{width:100%;border-collapse:collapse;min-width:500px}.comparison-table th,.comparison-table td{padding:16px;text-align:center;border-bottom:1px solid var(--color-border);position:relative}.comparison-table th:not(:first-child),.comparison-table td:not(:first-child){padding:0}.comparison-table th{font-weight:600;color:var(--color-text-secondary);font-size:14px}.comparison-table th a,.comparison-table td a{color:inherit;text-decoration:none;display:block;padding:16px}.comparison-table th.highlight{color:var(--color-primary);background:var(--color-primary-50);border-radius:var(--radius-md) var(--radius-md) 0 0}.comparison-table td:first-child{text-align:left;font-weight:500}.comparison-table td.highlight{background:var(--color-primary-50)}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:last-child td.highlight{border-radius:0 0 var(--radius-md) var(--radius-md)}.comparison-table .price-label-intro{margin:0 auto 4px}.comparison-table i.fa-check.green{color:var(--color-success);font-size:18px}.comparison-table i.fa-times.gray{color:var(--color-text-muted);font-size:18px}.table-note{text-align:left;font-size:13px;color:var(--color-text-muted);margin-top:16px}.compatibility-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.compat-info{display:flex;flex-direction:column;gap:20px}.compat-item{display:flex;gap:16px;align-items:flex-start}.compat-item>i{font-size:24px;color:var(--color-success);flex-shrink:0;margin-top:2px}.compat-item h4{font-size:16px;font-weight:600;margin-bottom:4px}.compat-item p{font-size:14px;color:var(--color-text-secondary)}.compat-brands{background:var(--color-bg-card);border-radius:var(--radius-xl);padding:32px;border:1px solid var(--color-border)}.compat-brands h4{font-size:16px;font-weight:600;margin-bottom:20px}.brands-list{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.brands-list span{background:var(--color-bg-alt);padding:8px 16px;border-radius:var(--radius-full);font-size:14px;font-weight:500;color:var(--color-text-secondary)}.cta-section{padding:var(--section-spacing) 0;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark))}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{color:#fff;font-size:32px;margin-bottom:16px}.cta-content p{color:#fffc;font-size:18px;margin-bottom:32px}.cta-actions{display:flex;flex-direction:column;align-items:center}.cta-actions-row{flex-direction:row;gap:12px}.cta-intro-label{background:#fff3;margin-bottom:12px}.cta-actions .btn-primary{background:#fff;color:var(--color-primary)}.cta-actions .btn-primary:hover{background:var(--color-primary-50)}@media (max-width: 968px){.products-grid-featured{grid-template-columns:1fr}.product-card.featured{grid-row:auto}.comparison-table{padding:20px}.compatibility-grid{grid-template-columns:1fr;gap:32px}.app-frame{width:240px}.power-value{font-size:36px}}@media (max-width: 640px){.product-card-small{flex-wrap:wrap}.product-card-small>i{display:none}.app-frame{width:220px;padding:12px}.cta-content h2{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/blue-theme.css.map */
