*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:#1D1D1F;background:#fff}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.text-center{text-align:center}h1,h2,h3,h4{font-weight:600;line-height:1.2}h1{font-size:56px;letter-spacing:-.02em}h2{font-size:40px;letter-spacing:-.01em}h3{font-size:20px}.section-title{text-align:center;margin-bottom:12px}.section-subtitle{text-align:center;color:#6E6E73;font-size:18px;margin-bottom:48px}.section{padding:96px 0}.section-white{background:#fff}.section-gray{background:#F5F5F7}.section-navy{background:#1C3A5E;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .25s;border:2px solid #fff0;line-height:1.2}.btn-primary{background:#1C3A5E;color:#fff;border-color:#1C3A5E}.btn-primary:hover{background:#142B47}.btn-outline{background:#fff0;color:#fff;border-color:rgb(255 255 255 / .7)}.btn-outline:hover{background:rgb(255 255 255 / .15);border-color:#fff}.btn-white{background:#fff;color:#1C3A5E;border-color:#fff}.btn-white:hover{background:rgb(255 255 255 / .9)}.btn-lg{padding:16px 36px;font-size:17px}.btn-block{width:100%}.site-header{position:fixed;top:0;left:24px;z-index:1000;width:160px;height:80px;background:#fff0}.site-header.scrolled{box-shadow:none}.header-inner{width:160px;height:80px;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.site-branding,.site-branding a,.site-logo{display:block;width:160px;height:80px}.site-logo{object-fit:contain}.main-navigation{display:flex;align-items:center;gap:32px}.main-navigation .menu{display:flex;align-items:center;gap:28px}.main-navigation .menu>li{position:relative}.main-navigation .menu>li>a{font-size:14px;font-weight:500;color:#1D1D1F;padding:8px 0}.main-navigation .menu>li>a:hover{color:#1C3A5E}.main-navigation .sub-menu{position:absolute;top:100%;left:-12px;background:#fff;border:1px solid #D2D2D7;border-radius:12px;padding:8px;min-width:240px;opacity:0;visibility:hidden;transform:translateY(4px);transition:all .2s;box-shadow:0 8px 24px rgb(0 0 0 / .08);z-index:100}.main-navigation .menu>li:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.main-navigation .sub-menu li a{display:block;padding:10px 14px;font-size:14px;color:#1D1D1F;border-radius:8px}.main-navigation .sub-menu li a:hover{background:#F5F5F7;color:#1C3A5E}.site-footer{background:#1D1D1F;color:#D2D2D7;padding:64px 0 0}.footer-inner{max-width:1200px;margin:0 auto;padding:0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-logo{margin-bottom:16px;filter:brightness(0) invert(1)}.footer-tagline{font-size:14px;color:#6E6E73}.footer-heading{color:#fff;font-size:14px;font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.footer-links li,.footer-contact li{margin-bottom:10px}.footer-links a,.footer-contact a{font-size:14px;color:#D2D2D7}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1);padding:24px 0;text-align:center}.footer-bottom p{font-size:13px;color:#6E6E73}.home-hero{position:relative;height:100vh;min-height:600px;max-height:900px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgb(0 0 0 / .4),rgb(0 0 0 / .2))}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px}.hero-title{color:#fff;font-size:64px;font-weight:700;margin-bottom:16px;letter-spacing:-.02em}.hero-sub{color:rgb(255 255 255 / .85);font-size:22px;line-height:1.5;margin-bottom:40px}.hero-buttons{display:flex;gap:16px;justify-content:center}.stats-bar{background:#F5F5F7;padding:48px 0}.stats-grid,.hp-stats{display:flex;justify-content:space-around;text-align:center}.stats-grid .stat-number,.hp-stats .stat-number{display:block;font-size:48px;font-weight:700;color:#1C3A5E;line-height:1.1;margin-bottom:4px}.stats-grid .stat-label,.hp-stats .stat-label{font-size:15px;color:#6E6E73;font-weight:500}.hp-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.category-card{display:block;background:#fff;border:1px solid #D2D2D7;border-radius:14px;overflow:hidden;transition:all .3s}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(0 0 0 / .08)}.category-card-img{overflow:hidden}.category-card-img img{width:100%;display:block;transition:transform .25s}.category-card:hover .category-card-img img{transform:scale(1.03)}.category-card-body{padding:20px}.category-card-body h3{font-size:18px;font-weight:600;margin-bottom:6px;color:#1D1D1F}.category-card-body p{font-size:14px;color:#6E6E73;line-height:1.5;margin-bottom:8px}.product-count{font-size:13px;font-weight:500;color:#1C3A5E;text-transform:uppercase;letter-spacing:.03em}.hp-scenes{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.scene-card{display:block;border-radius:14px;overflow:hidden;border:1px solid #D2D2D7;transition:all .3s;position:relative}.scene-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(0 0 0 / .08)}.scene-card img{width:100%;display:block}.scene-label{display:block;padding:14px 16px;font-size:14px;font-weight:500;color:#1D1D1F;background:#fff}.hp-why,.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.why-card{text-align:center;padding:32px 20px;background:#fff;border:1px solid #D2D2D7;border-radius:14px;transition:all .3s}.why-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(0 0 0 / .08)}.why-icon{margin-bottom:16px;display:flex;justify-content:center}.why-card h3{font-size:18px;font-weight:600;margin-bottom:8px}.why-card p{font-size:14px;color:#6E6E73;line-height:1.5}.cta-section{padding:80px 0}.cta-section h2{margin-bottom:16px;font-size:36px}.cta-text{font-size:18px;color:#6E6E73;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.cta-banner{padding:80px 0}.cta-input{padding:16px 20px;border-radius:8px;border:1px solid rgb(255 255 255 / .3);background:rgb(255 255 255 / .1);color:#fff;font-size:16px;min-width:300px;font-family:inherit}.cta-input::placeholder{color:rgb(255 255 255 / .5)}.cta-form-wrap form{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.page-hero{background:#F5F5F7;padding:120px 0 64px;text-align:center}.page-hero h1{margin-bottom:12px}.page-hero-sm{padding:100px 0 48px}.hero-subtitle{color:#6E6E73;font-size:20px;max-width:640px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{display:block;background:#fff;border:1px solid #D2D2D7;border-radius:14px;overflow:hidden;transition:all .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(0 0 0 / .08)}.product-card-img{overflow:hidden}.product-card-img img{width:100%;display:block;transition:transform .25s}.product-card:hover .product-card-img img{transform:scale(1.03)}.product-card-body{padding:20px}.product-card-body h3{font-size:18px;font-weight:600;margin-bottom:6px;color:#1D1D1F}.product-card-body p{font-size:14px;color:#6E6E73;line-height:1.5;margin-bottom:12px}.product-badge{display:inline-block;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:#1C3A5E;color:#fff;margin-bottom:10px}.learn-more{font-size:14px;font-weight:500;color:#1C3A5E}.product-detail-hero{background:#F5F5F7;padding:120px 0 64px}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.product-hero-image img{width:100%;border-radius:12px;border:1px solid #D2D2D7}.product-hero-info .breadcrumbs{font-size:13px;color:#6E6E73;margin-bottom:16px}.product-hero-info .breadcrumbs a{color:#6E6E73}.product-hero-info .breadcrumbs a:hover{color:#1C3A5E}.product-hero-info .breadcrumbs .sep{margin:0 4px}.product-hero-info .badge-lg{margin-bottom:16px}.product-hero-info h1{font-size:44px;margin-bottom:16px}.product-desc{font-size:18px;color:#6E6E73;line-height:1.6;margin-bottom:32px}.specs-table-wrap{max-width:800px;margin:0 auto}.specs-table{width:100%;border-collapse:collapse}.specs-table tr{border-bottom:1px solid #E8E8ED}.specs-table th,.specs-table td{padding:14px 16px;text-align:left;font-size:15px;vertical-align:top}.specs-table th{width:200px;font-weight:600;color:#1D1D1F}.specs-table td{color:#6E6E73}.highlights-list{max-width:700px;margin:0 auto}.highlights-list li{padding:14px 0 14px 28px;border-bottom:1px solid #E8E8ED;font-size:16px;color:#1D1D1F;position:relative}.highlights-list li::before{content:"";position:absolute;left:4px;top:20px;width:6px;height:6px;border-radius:50%;background:#1C3A5E}.scenes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cols-3{grid-template-columns:repeat(3,1fr)!important}.about-intro{max-width:800px;margin:0 auto;text-align:center}.about-intro h2{margin-bottom:20px}.about-intro p{font-size:17px;color:#6E6E73;line-height:1.7;margin-bottom:16px}.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:48px}.contact-form-wrap h2,.contact-info-wrap h2{font-size:28px;margin-bottom:24px}.form-row{margin-bottom:16px}.form-input{width:100%;padding:14px 16px;border:1px solid #D2D2D7;border-radius:8px;font-size:16px;font-family:inherit;color:#1D1D1F;background:#fff;transition:border-color .2s}.form-input:focus{outline:none;border-color:#1C3A5E}.form-textarea{resize:vertical}.form-note{font-size:13px;color:#6E6E73;margin-top:12px}.contact-info-item{margin-bottom:24px}.contact-info-item strong{display:block;font-size:13px;color:#6E6E73;margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}.contact-info-item a{color:#1C3A5E;font-size:16px}.contact-info-item a:hover{text-decoration:underline}.application-block{padding:32px 0}.app-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.app-reverse .app-img{order:2}.app-reverse .app-info{order:1}.app-img img{width:100%;border-radius:12px;border:1px solid #D2D2D7}.app-info h2{font-size:32px;margin-bottom:12px}.app-info p{font-size:16px;color:#6E6E73;line-height:1.6;margin-bottom:20px}.app-products{margin-bottom:20px}.app-products strong{display:block;font-size:14px;color:#1D1D1F;margin-bottom:6px}.app-products ul li{font-size:14px;color:#6E6E73;padding:4px 0;position:relative;padding-left:16px}.app-products ul li::before{content:"-";position:absolute;left:4px}.app-divider{border:none;border-top:1px solid #E8E8ED;margin:0}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{font-size:24px;margin:32px 0 12px}.legal-content p,.legal-content ul{color:#6E6E73;font-size:16px;line-height:1.7;margin-bottom:16px}.legal-content ul{padding-left:24px;list-style:disc}.legal-date{font-size:14px;color:#999;margin-top:40px}@media(max-width:1024px){.hp-cat-grid{grid-template-columns:repeat(2,1fr)}.hp-why{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.hp-scenes{grid-template-columns:repeat(2,1fr)}.scenes-grid{grid-template-columns:repeat(2,1fr)}.product-hero-grid{grid-template-columns:1fr;gap:32px}.app-grid{grid-template-columns:1fr;gap:24px}.contact-grid{grid-template-columns:1fr;gap:32px}}@media(max-width:768px){h1{font-size:36px}h2{font-size:28px}.section{padding:48px 0}.hero-title{font-size:40px}.hero-sub{font-size:18px}.hero-buttons{flex-direction:column;align-items:center}.hp-stats{flex-direction:column;gap:24px}.hp-cat-grid{grid-template-columns:1fr}.hp-why{grid-template-columns:1fr}.hp-scenes{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.scenes-grid{grid-template-columns:1fr}.product-hero-info h1{font-size:32px}.page-hero{padding:100px 0 40px}.product-detail-hero{padding:100px 0 40px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-col:first-child{order:4}.cta-input{min-width:auto;width:100%}.cta-form-wrap form{flex-direction:column}h2.cta-section{font-size:28px}}@media(max-width:480px){.container{padding:0 16px}.hero-title{font-size:32px}h1{font-size:28px}.btn-lg{padding:14px 28px;font-size:15px}}:root{--void:#f3f7fb;--void-2:#e7eff7;--panel:rgba(255, 255, 255, 0.74);--panel-strong:rgba(245, 250, 255, 0.9);--panel-soft:rgba(230, 238, 247, 0.68);--glass:rgba(255, 255, 255, 0.7);--text:#102238;--text-soft:#35506d;--muted:#5c7591;--dim:#748aa3;--line:rgba(106, 155, 205, 0.16);--line-strong:rgba(90, 176, 225, 0.28);--accent:#78d8ff;--accent-2:#42f5d7;--accent-3:#a9a1ff;--steel:#68839f;--steel-dark:#c8d6e6;--signal:#46f0c8;--danger:#ff6f91;--success:#4df0b7;--font-inter:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-soft:0 20px 60px rgba(17, 48, 81, 0.12);--shadow-panel:0 1px 0 rgba(255, 255, 255, 0.72) inset, 0 30px 70px rgba(28, 69, 112, 0.14);--glow-blue:0 0 28px rgba(120, 216, 255, 0.16);--glow-cyan:0 0 30px rgba(66, 245, 215, 0.12)}*{letter-spacing:0}html{background:var(--void)}body{color:var(--text);background:#f3f7fb;background-image:none;overflow-x:hidden}body::before,body::after{content:none;display:none}.rhidoor-webgl-aurora{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:radial-gradient(circle at 14% 6%,rgb(120 216 255 / .22),transparent 24rem),radial-gradient(circle at 82% 10%,rgb(66 245 215 / .16),transparent 22rem),linear-gradient(180deg,#f3f7fb 0%,#ecf3fa 52%,#f6f9fc 100%);isolation:isolate}.rhidoor-webgl-aurora canvas{position:absolute;inset:0;display:block;width:100%!important;height:100%!important;background:#fff0;opacity:.92;mix-blend-mode:screen}.rhidoor-webgl-aurora::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(243 247 251 / .08),rgb(243 247 251 / .44) 68%,#f3f7fb),radial-gradient(circle at 50% 4%,transparent 0 20rem,rgb(232 240 248 / .56) 42rem)}.rhidoor-webgl-aurora-fallback::before{content:"";position:absolute;inset:-14% -8% auto -8%;height:58vh;background:radial-gradient(ellipse at 18% 44%,rgb(59 130 246 / .16),transparent 42%),radial-gradient(ellipse at 52% 36%,rgb(6 182 212 / .14),transparent 48%),radial-gradient(ellipse at 82% 46%,rgb(16 185 129 / .12),transparent 42%);filter:blur(40px) saturate(1.16);mix-blend-mode:screen;opacity:.78}#page{position:relative;z-index:2}h1,h2,h3,h4{color:var(--text);font-weight:700;letter-spacing:0}p,li,td{color:var(--text-soft)}.container{max-width:1200px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{position:relative;padding:96px 0}.section-white,.section-gray{background:#fff0}.section::before{content:none;display:none}.section-title{margin-bottom:14px;font-size:42px;text-shadow:0 0 28px rgb(120 216 255 / .16)}.section-subtitle,.hero-subtitle,.cta-text{max-width:720px;color:var(--muted)}.btn{position:relative;min-height:46px;overflow:hidden;border-width:1px;border-radius:999px;font-weight:700;transition:transform 0.22s ease,border-color 0.22s ease,background 0.22s ease,color 0.22s ease,box-shadow 0.22s ease}.btn::before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgb(255 255 255 / .16),transparent 58%);opacity:.72;pointer-events:none}.btn::after{content:"";position:absolute;top:-120%;bottom:-120%;left:-42%;width:34%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .42),transparent);transform:rotate(18deg);opacity:0;pointer-events:none}.btn:hover{transform:translateY(-2px)}.btn:focus-visible,.header-cta:focus-visible,.menu-toggle:focus-visible,.menu-close:focus-visible,.filter-tab:focus-visible,.form-input:focus-visible,.lightbox-close:focus-visible,.lightbox-nav:focus-visible,.back-to-top:focus-visible,.scroll-arrow:focus-visible{outline:2px solid rgb(120 216 255 / .86);outline-offset:3px;box-shadow:var(--glow-blue)}.btn:hover::after{opacity:1;animation:buttonSweep 0.45s ease}.btn-primary{border-color:rgb(120 216 255 / .58);background:linear-gradient(135deg,rgb(44 132 255 / .92),rgb(35 225 207 / .78));color:#02101d;box-shadow:0 0 0 1px rgb(120 216 255 / .13),0 16px 42px rgb(66 180 255 / .2)}.btn-primary:hover{border-color:rgb(186 236 255 / .9);background:linear-gradient(135deg,rgb(119 216 255 / .98),rgb(66 245 215 / .9));color:#02101d;box-shadow:var(--glow-blue),0 18px 46px rgb(66 245 215 / .18)}.whatsapp-btn,.footer-contact .footer-whatsapp-btn{border-color:rgb(120 216 255 / .58);background:linear-gradient(135deg,rgb(44 132 255 / .92),rgb(35 225 207 / .78));color:#02101d;box-shadow:0 0 0 1px rgb(120 216 255 / .13),0 16px 42px rgb(66 180 255 / .2)}.whatsapp-btn:hover,.footer-contact .footer-whatsapp-btn:hover{border-color:rgb(186 236 255 / .9);background:linear-gradient(135deg,rgb(119 216 255 / .98),rgb(66 245 215 / .9));color:#02101d;box-shadow:var(--glow-blue),0 18px 46px rgb(66 245 215 / .18)}.contact-info-item .whatsapp-btn{border-color:rgb(120 216 255 / .58);background:linear-gradient(135deg,rgb(44 132 255 / .92),rgb(35 225 207 / .78));color:#02101d;box-shadow:0 0 0 1px rgb(120 216 255 / .13),0 16px 42px rgb(66 180 255 / .2)}.contact-info-item .whatsapp-btn:hover{border-color:rgb(186 236 255 / .9);background:linear-gradient(135deg,rgb(119 216 255 / .98),rgb(66 245 215 / .9));color:#02101d;box-shadow:var(--glow-blue),0 18px 46px rgb(66 245 215 / .18)}.btn-outline,.btn-white{border-color:rgb(199 226 255 / .36);background:rgb(8 20 36 / .42);color:var(--text);box-shadow:inset 0 0 20px rgb(120 216 255 / .05);backdrop-filter:blur(18px)}.btn-outline:hover,.btn-white:hover{border-color:rgb(120 216 255 / .74);background:rgb(16 42 68 / .72);color:#fff;box-shadow:var(--glow-blue)}.site-header{position:fixed;top:14px;left:0;right:0;z-index:1000;width:auto;height:auto;background:#fff0;pointer-events:none}.header-inner{width:min(1140px, calc(100% - 32px));height:66px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:220px 1fr 220px;align-items:center;gap:16px;border:1px solid rgb(120 216 255 / .22);border-radius:18px;background:linear-gradient(180deg,rgb(13 31 55 / .78),rgb(5 13 25 / .66));box-shadow:var(--shadow-panel),0 0 0 1px rgb(255 255 255 / .03) inset;backdrop-filter:blur(22px);pointer-events:auto}.site-header.scrolled .header-inner{border-color:rgb(120 216 255 / .34);box-shadow:var(--shadow-panel),0 14px 50px rgb(36 142 255 / .12)}.site-branding,.site-branding a,.site-logo,.site-logo-text{width:176px;height:48px}.site-branding a{display:flex;align-items:center;text-decoration:none}.site-logo{object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 0 16px rgb(120 216 255 / .22));transform:scale(1.12);transform-origin:left center}.site-logo-text{display:inline-flex;align-items:center;color:#fff;font-size:30px;font-weight:700;line-height:1;text-shadow:0 0 18px rgb(120 216 255 / .34)}.main-navigation{display:flex;justify-content:center}.main-navigation .menu{display:flex;align-items:center;justify-content:center;gap:10px;list-style:none}.main-navigation .menu>li{position:relative}.main-navigation .menu>li>a{display:inline-flex;align-items:center;min-height:40px;padding:0 13px;border:1px solid #fff0;border-radius:999px;color:var(--text-soft);font-size:14px;font-weight:600}.main-navigation .menu>li>a:hover,.main-navigation .menu>li.current-menu-item>a,.main-navigation .menu>li.current-page-ancestor>a{border-color:rgb(120 216 255 / .18);background:rgb(120 216 255 / .08);color:#fff;box-shadow:inset 0 0 18px rgb(120 216 255 / .05)}.main-navigation .menu>li.current-menu-item>a::after,.main-navigation .menu>li.current-page-ancestor>a::after{display:none}.main-navigation .sub-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:292px;padding:8px;list-style:none;border:1px solid rgb(120 216 255 / .22);border-radius:16px;background:rgb(5 14 28 / .94);box-shadow:var(--shadow-panel);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity 0.2s ease,transform 0.2s ease,visibility 0.2s ease;backdrop-filter:blur(20px)}.main-navigation .menu>li:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.main-navigation .sub-menu li a{display:block;padding:11px 13px;border-radius:12px;color:var(--text-soft);font-size:14px;line-height:1.35}.main-navigation .sub-menu li a:hover{background:rgb(120 216 255 / .1);color:#fff}.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;justify-self:end;border:1px solid rgb(120 216 255 / .46);border-radius:999px;background:rgb(120 216 255 / .1);color:#fff;font-size:14px;font-weight:700;box-shadow:inset 0 0 22px rgb(120 216 255 / .08)}.header-cta:hover{border-color:rgb(66 245 215 / .72);background:rgb(66 245 215 / .14);box-shadow:var(--glow-cyan)}.menu-toggle{display:none;width:42px;height:42px;border:1px solid rgb(120 216 255 / .28);border-radius:14px;background:rgb(8 20 36 / .72);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle-line{display:block;width:18px;height:2px;border-radius:99px;background:#fff;box-shadow:0 0 12px rgb(120 216 255 / .5)}.menu-close{display:none}.home-hero{min-height:790px;height:auto;max-height:none;padding:132px 0 84px;align-items:stretch;background:#fff0}.hero-bg{opacity:0;visibility:hidden}.hero-overlay{background:linear-gradient(180deg,rgb(5 8 22 / .08),rgb(5 8 22 / .34) 72%,rgb(5 8 22 / .72))}.home-hero::after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(180deg,transparent,#050816);pointer-events:none}.hero-shell{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 520px;align-items:center;gap:58px}.hero-content{position:relative;z-index:2;max-width:660px;text-align:left}.hero-eyebrow{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;margin-bottom:22px;border:1px solid rgb(120 216 255 / .28);border-radius:999px;background:rgb(120 216 255 / .08);color:var(--text-soft);font-size:13px;font-weight:700;box-shadow:inset 0 0 20px rgb(120 216 255 / .05);backdrop-filter:blur(14px)}.hero-eyebrow::before{content:"";width:7px;height:7px;margin-right:9px;border-radius:50%;background:var(--accent-2);box-shadow:0 0 14px rgb(66 245 215 / .9)}.hero-title{color:#fff;font-size:64px;line-height:1.04;margin-bottom:22px;letter-spacing:0;text-shadow:0 0 36px rgb(120 216 255 / .2)}.hero-sub{max-width:580px;color:var(--text-soft);font-size:20px;line-height:1.58;margin-bottom:36px}.hero-buttons{justify-content:flex-start;flex-wrap:wrap}.hero-door-showcase{position:relative;overflow:hidden;border:1px solid rgb(120 216 255 / .28);border-radius:18px;background:linear-gradient(180deg,rgb(16 32 52 / .82),rgb(5 14 28 / .86)),linear-gradient(rgb(159 179 200 / .045) 1px,transparent 1px),linear-gradient(90deg,rgb(159 179 200 / .045) 1px,transparent 1px);background-size:auto,32px 32px,32px 32px;box-shadow:0 1px 0 rgb(255 255 255 / .08) inset,0 34px 90px rgb(0 0 0 / .42);backdrop-filter:blur(18px)}.hero-door-showcase::before,.category-card::before,.product-card::before,.scene-card::before,.why-card::before,.contact-form-wrap::before,.contact-info-wrap::before,.specs-table-wrap::before,.highlights-list::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(115deg,transparent 0 34%,rgb(120 216 255 / .11),transparent 47% 100%);transform:translateX(-120%);opacity:0;pointer-events:none}.hero-door-showcase:hover::before,.category-card:hover::before,.product-card:hover::before,.scene-card:hover::before,.why-card:hover::before,.contact-form-wrap:hover::before,.contact-info-wrap:hover::before,.specs-table-wrap:hover::before,.highlights-list:hover::before{opacity:1;animation:edgeSweep 0.8s ease}.showcase-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:50px;padding:0 15px;border-bottom:1px solid rgb(159 179 200 / .14);color:var(--muted);font-size:13px;font-weight:700}.showcase-topbar strong{color:var(--steel)}.showcase-status{width:9px;height:9px;border-radius:50%;background:var(--signal);box-shadow:0 0 0 5px rgb(70 240 200 / .1),0 0 16px rgb(70 240 200 / .58)}.showcase-stage{position:relative;padding:14px 14px 0}.showcase-stage img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border:1px solid rgb(159 179 200 / .18);border-radius:12px;filter:saturate(.9) contrast(1.08) brightness(.88)}.showcase-stage::after{content:"";position:absolute;inset:14px;border-radius:12px;background:linear-gradient(90deg,transparent 0 48%,rgb(70 240 200 / .28) 50%,transparent 52%),linear-gradient(180deg,transparent 0 58%,rgb(120 216 255 / .18) 60%,transparent 62%);opacity:.3;pointer-events:none}.spec-pin{position:absolute;z-index:2;display:grid;gap:2px;max-width:176px;padding:8px 10px;border:1px solid rgb(159 179 200 / .24);border-radius:10px;background:rgb(4 12 24 / .74);box-shadow:0 12px 34px rgb(0 0 0 / .28);backdrop-filter:blur(12px)}.spec-pin::before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--signal);box-shadow:0 0 14px rgb(70 240 200 / .62)}.spec-pin span{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.spec-pin strong{color:var(--text);font-size:13px;line-height:1.25}.pin-fire{top:12%;left:8%}.pin-fire::before{left:calc(100% + 10px);top:50%}.pin-cycle{right:7%;top:32%}.pin-cycle::before{right:calc(100% + 10px);top:50%}.pin-custom{right:10%;bottom:12%}.pin-custom::before{right:calc(100% + 10px);top:50%}.showcase-product-list{padding:11px 13px 13px}.showcase-product-row{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;min-height:58px;padding:0 12px;border-bottom:1px solid rgb(159 179 200 / .13);color:var(--text)}.showcase-product-row:last-child{border-bottom:0}.showcase-product-row:hover{border-radius:10px;background:rgb(120 216 255 / .07)}.showcase-model{color:var(--signal);font-size:13px;font-weight:800}.showcase-name{overflow:hidden;color:var(--text);font-size:14px;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.showcase-badge{padding:4px 8px;border:1px solid rgb(159 179 200 / .2);border-radius:999px;color:var(--text-soft);font-size:12px;font-weight:700;background:rgb(159 179 200 / .07)}.hero-cert-strip{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.hero-cert-strip span{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border:1px solid rgb(159 179 200 / .18);border-radius:999px;background:rgb(159 179 200 / .055);color:var(--steel);font-size:12px;font-weight:700}.trust-strip{position:relative;z-index:5;margin-top:-38px;padding:0 0 42px;background:#fff0}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));overflow:hidden;border:1px solid rgb(133 171 208 / .22);border-radius:20px;background:linear-gradient(180deg,rgb(255 255 255 / .84),rgb(220 231 243 / .92));box-shadow:0 1px 0 rgb(255 255 255 / .72) inset,0 24px 56px rgb(29 65 106 / .14);backdrop-filter:blur(18px)}.trust-item{padding:23px 18px;border-right:1px solid rgb(120 216 255 / .13);text-align:left}.trust-item:last-child{border-right:0}.stats-grid .stat-number,.hp-stats .stat-number,.stat-suffix{display:inline;color:#fff;font-size:35px;font-weight:780;line-height:1;text-shadow:0 0 22px rgb(120 216 255 / .24)}.stats-grid .stat-label,.hp-stats .stat-label{display:block;margin-top:8px;color:var(--muted);font-size:13px;font-weight:600}.product-category-grid,.hp-cat-grid,.product-grid,.hp-scenes,.scenes-grid,.why-grid,.hp-why{gap:18px}.hp-why{grid-template-columns:repeat(3,minmax(0,1fr))}.trust-grid.hp-stats,.about-stats-grid,.about-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.trust-grid.hp-stats .stat-item,.about-stats-grid .stat-item{min-width:0;text-align:center}.about-why-grid .why-card{min-width:0;height:100%}.category-carousel-wrap{position:relative;margin-right:-18px}.product-category-grid.category-carousel,.hp-cat-grid.category-carousel,.hp-scenes.category-carousel,.scenes-grid.category-carousel{display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;scroll-padding:4px;scroll-snap-type:x mandatory;padding:4px 58px 10px 2px;-ms-overflow-style:none;scrollbar-width:none;cursor:grab;touch-action:pan-y}.category-carousel::-webkit-scrollbar{display:none}.category-carousel .category-card,.category-carousel .carousel-card{flex:0 0 clamp(292px, 34vw, 430px);scroll-snap-align:start}.category-carousel.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}.category-carousel.is-dragging .category-card,.category-carousel.is-dragging .carousel-card{pointer-events:none}.category-card,.product-card,.scene-card,.why-card,.contact-form-wrap,.contact-info-wrap,.app-products,.specs-table-wrap,.highlights-list{position:relative;overflow:hidden;border:1px solid rgb(120 216 255 / .18);border-radius:14px;background:linear-gradient(180deg,rgb(14 31 53 / .72),rgb(7 18 34 / .74));box-shadow:0 1px 0 rgb(255 255 255 / .06) inset,0 18px 56px rgb(0 0 0 / .22);transition:transform 0.24s ease,border-color 0.24s ease,box-shadow 0.24s ease,background 0.24s ease;backdrop-filter:blur(16px)}.category-card:hover,.product-card:hover,.scene-card:hover,.why-card:hover{transform:translateY(-4px);border-color:rgb(120 216 255 / .44);box-shadow:var(--shadow-panel),var(--glow-blue)}.category-card-img,.product-card-img{position:relative;overflow:hidden;background:#081523}.category-card-img::after,.product-card-img::after,.scene-card::after{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(transparent,rgb(3 9 20 / .78));pointer-events:none}.category-card-img img,.product-card-img img,.scene-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;filter:saturate(.78) contrast(1.08) brightness(.82);transition:transform 0.25s ease,filter 0.25s ease}.category-card:hover img,.product-card:hover img,.scene-card:hover img{transform:scale(1.026);filter:saturate(.9) contrast(1.1) brightness(.9)}.category-card-body,.product-card-body{padding:19px}.category-card-body h3,.product-card-body h3,.why-card h3,.app-info h2,.contact-form-wrap h2,.contact-info-wrap h2{color:var(--text)}.category-card-body h3,.product-card-body h3,.why-card h3{margin-bottom:8px;font-size:18px}.category-card-body p,.product-card-body p,.why-card p,.app-info p,.about-intro p,.legal-content p,.legal-content ul,.form-note{color:var(--muted)}.command-card::after,.product-card-body::after{content:"";position:absolute;top:16px;right:16px;z-index:2;width:8px;height:8px;border-radius:50%;background:var(--accent-2);box-shadow:0 0 0 5px rgb(66 245 215 / .11),0 0 18px rgb(66 245 215 / .6)}.product-count,.learn-more,.contact-info-item a{color:var(--accent);font-weight:700}.product-badge,.badge-lg,.showcase-badge{border:1px solid rgb(120 216 255 / .26);border-radius:999px;background:rgb(120 216 255 / .09);color:var(--accent)}.scene-card{display:block}.scene-carousel-wrap{margin-top:6px}.scene-carousel .scene-card{min-height:314px}.scene-carousel .scene-card img{aspect-ratio:4 / 3}.scene-label{position:relative;z-index:2;display:block;background:linear-gradient(180deg,rgb(233 239 246 / .96),rgb(214 225 238 / .96));color:#16304d;border-top:1px solid rgb(133 171 208 / .18);box-shadow:0 -1px 0 rgb(255 255 255 / .45) inset}.why-card{text-align:left;padding:32px 22px}.why-icon{justify-content:flex-start;margin-bottom:18px}.why-icon svg{filter:drop-shadow(0 0 14px rgb(120 216 255 / .22))}.why-icon svg path,.why-icon svg circle,.why-icon svg ellipse,.why-icon svg rect,.why-icon svg line,.why-icon svg polyline{stroke:var(--accent)}.page-hero,.product-detail-hero{position:relative;overflow:hidden;padding:146px 0 76px;background:#fff0}.page-hero::after,.product-detail-hero::after,.cta-gold::after,.cta-section.section-gray::after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgb(120 216 255 / .58),transparent)}.page-hero h1,.product-hero-info h1{margin-bottom:14px;font-size:48px;letter-spacing:0;text-shadow:0 0 30px rgb(120 216 255 / .16)}.product-hero-grid,.app-grid,.contact-grid{gap:38px}.product-hero-image img,.app-img img{border:1px solid rgb(120 216 255 / .22);border-radius:18px;background:#081523;box-shadow:var(--shadow-soft);filter:saturate(.82) contrast(1.08) brightness(.86)}.product-hero-info .breadcrumbs,.product-desc,.click-to-enlarge,.legal-date{color:var(--muted)}.product-hero-info .breadcrumbs a{color:var(--text-soft)}.product-hero-info .breadcrumbs a:hover{color:var(--accent)}.specs-table-wrap{max-width:900px}.specs-table{border-collapse:collapse}.specs-table tr{border-bottom:1px solid rgb(120 216 255 / .13)}.specs-table tr:last-child{border-bottom:0}.specs-table th,.specs-table td{padding:16px 18px}.specs-table th{color:var(--text)}.specs-table td{color:var(--muted)}.highlights-list{max-width:820px}.highlights-list li{padding:16px 18px 16px 42px;border-bottom:1px solid rgb(120 216 255 / .13);color:var(--text-soft)}.highlights-list li:last-child{border-bottom:0}.highlights-list li::before{background:var(--accent-2);box-shadow:0 0 14px rgb(66 245 215 / .55)}.filter-tabs{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin-bottom:38px}.filter-tab{min-height:42px;padding:0 17px;border:1px solid rgb(120 216 255 / .2);border-radius:999px;background:rgb(8 20 36 / .58);color:var(--text-soft);font-size:14px;font-weight:700;cursor:pointer;transition:border-color 0.2s ease,background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease}.filter-tab:hover,.filter-tab.active{border-color:rgb(120 216 255 / .64);background:rgb(120 216 255 / .13);color:#fff;box-shadow:var(--glow-blue);transform:translateY(-1px)}.application-block{padding:46px 0}.app-products{padding:15px 17px}.app-products strong{color:var(--text)}.app-products ul{margin:8px 0 0}.app-products ul li{color:var(--muted)}.app-products ul li::before{color:var(--accent)}.app-divider{border-color:rgb(120 216 255 / .13)}.contact-form-wrap,.contact-info-wrap{padding:30px}.contact-info-item strong{color:var(--dim)}.contact-info-item p{color:var(--text-soft)}.form-input,.cta-input{border:1px solid rgb(120 216 255 / .19);border-radius:14px;background:rgb(4 13 25 / .68);color:var(--text);transition:border-color 0.2s ease,box-shadow 0.2s ease,background 0.2s ease}.form-input::placeholder,.cta-input::placeholder{color:rgb(200 214 234 / .58)}.form-input:focus,.cta-input:focus{border-color:rgb(120 216 255 / .74);background:rgb(6 18 34 / .86);box-shadow:0 0 0 3px rgb(120 216 255 / .12),var(--glow-blue);outline:none}.form-input.field-error{border-color:var(--danger);box-shadow:0 0 0 3px rgb(255 111 145 / .13)}.form-input.field-success{border-color:var(--success);box-shadow:0 0 0 3px rgb(77 240 183 / .13)}select.form-input{color-scheme:dark}.cta-gold,.cta-section.section-gray{position:relative;overflow:hidden;border-block:1px solid rgb(120 216 255 / .1);background:#fff0;color:#fff;text-align:center}.cta-gold::before,.cta-section.section-gray::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgb(120 216 255 / .24),rgb(66 245 215 / .18),transparent);opacity:.66;pointer-events:none}.cta-gold .container,.cta-section.section-gray .container{position:relative;z-index:1}.cta-gold h2,.cta-section.section-gray h2{color:#fff}.cta-gold p,.cta-section.section-gray p{color:var(--text-soft)}.cta-gold .btn-primary,.cta-section.section-gray .btn-primary{border-color:rgb(120 216 255 / .58);background:linear-gradient(135deg,rgb(120 216 255 / .96),rgb(66 245 215 / .88));color:#02101d}.cta-form-wrap form{align-items:center}.site-footer{position:relative;overflow:hidden;border-top:1px solid rgb(133 171 208 / .14);background:#fff0;color:var(--text-soft)}.site-footer::before{content:none;display:none}.footer-inner{position:relative;z-index:1;border:1px solid rgb(133 171 208 / .14);border-radius:26px 26px 0 0;background:linear-gradient(180deg,rgb(244 248 252 / .78),rgb(232 239 246 / .56));box-shadow:0 1px 0 rgb(255 255 255 / .6) inset}.footer-logo,.footer-logo-text{filter:brightness(0) invert(1) drop-shadow(0 0 16px rgb(120 216 255 / .18))}.footer-logo-text{display:inline-flex;margin-bottom:16px;color:#fff;font-size:28px;font-weight:700;line-height:1;text-shadow:0 0 18px rgb(120 216 255 / .26)}.footer-heading{color:#fff}.footer-links a,.footer-contact a{color:var(--text-soft)}.footer-links a:hover,.footer-contact a:hover{color:var(--accent)}.footer-tagline,.footer-bottom p{color:var(--dim)}.footer-bottom{border-top-color:rgb(120 216 255 / .12)}.main-content{position:relative;isolation:isolate}.main-content::before{content:none;display:none}.page-hero .container,.product-detail-hero .container,.cta-section .container{position:relative;z-index:1}.page-hero .container::before,.product-hero-info::before{content:"";display:block;width:68px;height:1px;margin-bottom:20px;background:linear-gradient(90deg,var(--accent),var(--accent-2),transparent);box-shadow:var(--glow-blue)}.page-hero-sm{padding-bottom:62px}.page-hero .hero-subtitle,.product-desc{font-size:18px;line-height:1.68}.filter-tabs{position:relative;max-width:980px;margin-right:auto;margin-left:auto;padding:8px;border:1px solid rgb(120 216 255 / .15);border-radius:999px;background:rgb(4 12 24 / .42);box-shadow:inset 0 0 28px rgb(120 216 255 / .035)}.filter-tab{white-space:nowrap}.filter-tab.active{color:#03101d;background:linear-gradient(135deg,rgb(120 216 255 / .96),rgb(66 245 215 / .86))}.product-category-grid:not(.category-carousel),.product-grid:not(.related-scroll),.why-grid,.scenes-grid:not(.category-carousel){align-items:stretch}.product-category-grid:not(.category-carousel) .category-card,.product-grid:not(.related-scroll) .product-card,.related-scroll .product-card{min-height:100%}.category-card,.product-card,.application-block,.about-intro,.stats-grid,.contact-form-wrap,.contact-info-wrap,.footer-col{transform:translateZ(0)}.category-card,.product-card{border-radius:16px}.category-card-body,.product-card-body{display:flex;min-height:188px;flex-direction:column}.category-card-body p,.product-card-body p{flex:1}.product-card-body .learn-more{display:inline-flex;align-items:center;align-self:flex-start;min-height:30px;margin-top:12px;padding:0 10px;border:1px solid rgb(120 216 255 / .2);border-radius:999px;background:rgb(120 216 255 / .07);font-size:13px}.product-card:hover .learn-more{border-color:rgb(66 245 215 / .48);color:var(--accent-2)}.page-template-template-products-hub .product-category-grid:not(.category-carousel),body:has(.filter-tabs#category-filter) .product-category-grid:not(.category-carousel){display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.page-template-template-products-hub .category-card-img img,body:has(.filter-tabs#category-filter) .category-card-img img{aspect-ratio:4 / 3;filter:saturate(1.02) contrast(1.06) brightness(.96);image-rendering:auto}.page-template-template-products-hub .category-card:hover img,body:has(.filter-tabs#category-filter) .category-card:hover img{transform:scale(1.018);filter:saturate(1.08) contrast(1.08) brightness(1)}.page-template-template-applications .application-block .app-grid,body:has(.applications-list) .application-block .app-grid{grid-template-columns:minmax(260px,0.86fr) minmax(0,1.14fr);gap:34px}.page-template-template-applications .app-grid.app-reverse,body:has(.applications-list) .app-grid.app-reverse{grid-template-columns:minmax(0,1.14fr) minmax(260px,0.86fr)}.page-template-template-applications .app-img,body:has(.applications-list) .app-img{align-self:center}.page-template-template-applications .app-img img,body:has(.applications-list) .app-img img{aspect-ratio:4 / 3;filter:saturate(1.03) contrast(1.08) brightness(.98);image-rendering:auto}.page-template-template-applications .app-img::before,body:has(.applications-list) .app-img::before{opacity:.42}.page-template-template-applications .app-img:hover img,body:has(.applications-list) .app-img:hover img{filter:saturate(1.08) contrast(1.1) brightness(1.02)}.product-badge.badge-lg{display:inline-flex;width:fit-content;min-height:34px;align-items:center;padding:0 13px;margin-bottom:18px}.product-detail-hero{padding-bottom:90px}.product-hero-grid{align-items:center}.product-hero-image{position:relative}.product-hero-image::before,.app-img::before{content:"";position:absolute;inset:-10px;z-index:-1;border:1px solid rgb(120 216 255 / .12);border-radius:24px;background:linear-gradient(rgb(120 216 255 / .035) 1px,transparent 1px),linear-gradient(90deg,rgb(120 216 255 / .035) 1px,transparent 1px),rgb(7 18 34 / .36);background-size:24px 24px}.product-hero-image img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.click-to-enlarge{position:absolute;right:16px;bottom:16px;display:inline-flex;min-height:30px;align-items:center;padding:0 10px;border:1px solid rgb(120 216 255 / .2);border-radius:999px;background:rgb(4 12 24 / .72);color:var(--text-soft);font-size:12px;font-weight:700;backdrop-filter:blur(14px)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-bottom:18px}.breadcrumbs .sep{color:var(--dim)}.breadcrumbs .current{color:var(--accent-2)}.specs-table-wrap,.highlights-list{margin-right:auto;margin-left:auto}.specs-table-wrap{padding:8px}.specs-table{width:100%;overflow:hidden;border-radius:14px}.specs-table tr:nth-child(odd){background:rgb(120 216 255 / .035)}.specs-table th{width:34%;background:rgb(120 216 255 / .055);font-weight:720}.highlights-list{list-style:none;padding:8px 0}.highlights-list li{position:relative;min-height:54px}.scenes-grid .scene-card{min-height:286px}.scenes-grid:not(.category-carousel) .scene-card img{height:100%}.scene-card .scene-label{min-height:48px;padding:14px 16px;font-weight:720}.application-block{margin-bottom:24px;padding:28px;border:1px solid rgb(120 216 255 / .14);border-radius:20px;background:linear-gradient(180deg,rgb(12 28 48 / .42),rgb(5 14 28 / .32)),linear-gradient(rgb(120 216 255 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(120 216 255 / .03) 1px,transparent 1px);background-size:auto,34px 34px,34px 34px}.application-block:last-child{margin-bottom:0}.app-grid{position:relative}.app-reverse .app-img{order:2}.app-img{position:relative}.app-img img{width:100%;aspect-ratio:3 / 2;object-fit:cover}.app-info{align-self:center}.app-info h2{margin-bottom:14px;font-size:30px}.app-products{margin:22px 0}.app-products ul li{padding-left:18px}.about-intro{max-width:980px;padding:34px;border:1px solid rgb(120 216 255 / .16);border-radius:20px;background:linear-gradient(180deg,rgb(14 31 53 / .56),rgb(7 18 34 / .58));box-shadow:var(--shadow-soft)}.about-text{max-width:840px}.about-text h2{margin-bottom:18px}.stats-grid{overflow:hidden;border:1px solid rgb(120 216 255 / .17);border-radius:20px;background:linear-gradient(180deg,rgb(12 28 48 / .56),rgb(4 12 24 / .58)),linear-gradient(rgb(120 216 255 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(120 216 255 / .03) 1px,transparent 1px);background-size:auto,30px 30px,30px 30px;box-shadow:var(--shadow-panel)}.stats-grid .stat-item{padding:28px 22px;border-right:1px solid rgb(120 216 255 / .12)}.stats-grid .stat-item:last-child{border-right:0}.contact-form-wrap,.contact-info-wrap{border-radius:20px}.contact-form .form-row{margin-bottom:16px}.contact-form .btn-block{width:100%}.contact-info-item{padding:18px 0;border-bottom:1px solid rgb(120 216 255 / .13)}.contact-info-item:last-child{border-bottom:0}.contact-info-item strong{display:block;margin-bottom:8px;font-size:12px;font-weight:700;text-transform:uppercase}.cta-form-wrap{max-width:680px;margin:28px auto 0}.cta-form-wrap form{display:grid;grid-template-columns:1fr auto;gap:12px}.cta-input{min-height:52px;padding:0 18px}.footer-grid{align-items:stretch}.footer-col{min-width:0;padding:22px;border:1px solid rgb(120 216 255 / .1);border-radius:16px;background:rgb(8 20 36 / .36)}.footer-brand{background:radial-gradient(circle at 18% 0,rgb(120 216 255 / .1),transparent 18rem),rgb(8 20 36 / .4)}.footer-heading{margin-bottom:18px}.footer-links,.footer-contact{margin:0}.footer-links li,.footer-contact li{border-bottom:1px solid rgb(120 216 255 / .09);padding-bottom:9px}.footer-links li:last-child,.footer-contact li:last-child{border-bottom:0;padding-bottom:0}.footer-links a,.footer-contact a{overflow-wrap:anywhere}.footer-contact .footer-whatsapp-btn{display:inline-flex;width:fit-content;min-height:42px;margin-top:6px;padding:10px 20px;align-items:center;justify-content:center;border-radius:999px}.lightbox-dialog{overflow:hidden;max-width:90vw;max-height:90vh;padding:0;border:1px solid rgb(120 216 255 / .22);border-radius:18px;background:#fff0;box-shadow:0 28px 90px rgb(0 0 0 / .55)}.lightbox-dialog::backdrop{background:rgb(1 6 14 / .84);backdrop-filter:blur(8px)}.lightbox-dialog img{display:block;max-width:90vw;max-height:80vh;object-fit:contain}.lightbox-close,.lightbox-nav,.back-to-top,.scroll-arrow{border:1px solid rgb(120 216 255 / .28);border-radius:14px;background:rgb(6 17 32 / .86);color:var(--text);box-shadow:var(--shadow-soft);backdrop-filter:blur(16px)}.lightbox-close{position:absolute;top:12px;right:12px;width:42px;height:42px;font-size:22px;cursor:pointer}.lightbox-nav{position:absolute;top:50%;width:46px;height:46px;transform:translateY(-50%);font-size:22px;cursor:pointer}.lightbox-nav.prev{left:12px}.lightbox-nav.next{right:12px}[data-aos]{opacity:0;transition-property:opacity,transform;transition-duration:0.38s;transition-timing-function:cubic-bezier(.16,1,.3,1)}[data-aos].aos-animate{opacity:1;transform:none}[data-aos="fade-up"]{transform:translateY(24px)}[data-aos="fade-in"]{transform:none}[data-aos="scale-in"]{transform:scale(.96)}[data-aos="slide-left"]{transform:translateX(-28px)}[data-aos="slide-right"]{transform:translateX(28px)}[data-aos-delay="100"]{transition-delay:0.08s}[data-aos-delay="200"]{transition-delay:0.16s}[data-aos-delay="300"]{transition-delay:0.24s}[data-aos-delay="400"]{transition-delay:0.32s}.toast-container{position:fixed;top:88px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{max-width:390px;padding:14px 18px;border:1px solid rgb(120 216 255 / .2);border-radius:14px;color:#fff;font-size:14px;font-weight:700;box-shadow:var(--shadow-soft);pointer-events:auto;backdrop-filter:blur(16px)}.toast-success{background:rgb(23 152 112 / .88)}.toast-error{background:rgb(180 48 84 / .9)}.toast-info{background:rgb(12 36 64 / .92)}.spinner{display:inline-block;width:18px;height:18px;margin-right:8px;vertical-align:middle;border:2px solid rgb(255 255 255 / .32);border-top-color:#fff;border-radius:50%;animation:spin 0.6s linear infinite}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:900;width:46px;height:46px;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity 0.2s ease,transform 0.2s ease,visibility 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease}.back-to-top:hover,.scroll-arrow:hover,.lightbox-close:hover,.lightbox-nav:hover{border-color:rgb(120 216 255 / .62);box-shadow:var(--glow-blue),var(--shadow-soft)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.related-scroll-wrap{position:relative}.related-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.related-scroll .product-card{flex:0 0 310px;scroll-snap-align:start}.scroll-arrow{position:absolute;top:50%;z-index:2;width:42px;height:42px;cursor:pointer;transform:translateY(-50%);opacity:0;visibility:hidden}.related-scroll-wrap:hover .scroll-arrow{opacity:1;visibility:visible}.scroll-arrow.prev{left:-14px}.scroll-arrow.next{right:-14px}.category-carousel-wrap .category-carousel-arrow{top:42%;opacity:1;visibility:visible}.category-carousel-wrap .category-carousel-arrow.prev{left:-22px}.category-carousel-wrap .category-carousel-arrow.next{right:-22px}@keyframes edgeSweep{from{transform:translateX(-120%)}to{transform:translateX(120%)}}@keyframes buttonSweep{from{transform:translateX(0) rotate(18deg)}to{transform:translateX(440%) rotate(18deg)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.header-inner{grid-template-columns:180px 1fr 156px;padding:0 16px 0 20px}.main-navigation .menu>li>a{padding:0 9px;font-size:13px}.hero-shell{grid-template-columns:1fr;gap:38px}.hero-content{max-width:780px;margin:0 auto;text-align:center}.hero-sub{margin-right:auto;margin-left:auto}.hero-buttons{justify-content:center}.hero-door-showcase{max-width:720px;margin:0 auto}.trust-grid{grid-template-columns:repeat(2,1fr)}.hp-why{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid rgb(120 216 255 / .13)}}@media (max-width:860px){.header-inner{grid-template-columns:1fr auto auto;height:62px;padding:0 10px 0 18px}.site-branding,.site-branding a,.site-logo,.site-logo-text{width:150px;height:40px}.site-logo{transform:scale(1.08)}.site-logo-text{font-size:27px}.main-navigation{justify-content:flex-end}.main-navigation .menu{position:fixed;top:0;right:0;z-index:1002;width:min(360px, 88vw);height:100vh;padding:74px 18px 24px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:7px;border-left:1px solid rgb(120 216 255 / .22);background:linear-gradient(rgb(120 216 255 / .05) 1px,transparent 1px),linear-gradient(90deg,rgb(120 216 255 / .05) 1px,transparent 1px),rgb(4 12 24 / .96);background-size:34px 34px;box-shadow:-24px 0 70px rgb(0 0 0 / .45);opacity:0;visibility:hidden;transform:translateX(100%);transition:opacity 0.24s ease,transform 0.24s ease,visibility 0.24s ease;backdrop-filter:blur(20px)}.main-navigation .menu.active{opacity:1;visibility:visible;transform:translateX(0)}.main-navigation .menu>li>a{width:100%;min-height:46px;padding:0 14px;border-color:rgb(120 216 255 / .14);background:rgb(120 216 255 / .045)}.main-navigation .sub-menu{position:static;min-width:0;margin:6px 0 4px;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgb(120 216 255 / .045)}.menu-toggle{grid-column:3;justify-self:end;display:flex}.menu-close{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgb(120 216 255 / .22);border-radius:14px;background:rgb(8 20 36 / .78);color:var(--text);font-size:26px;cursor:pointer}.header-cta{display:none}.nav-overlay{position:fixed;inset:0;z-index:1001;background:rgb(1 6 14 / .68);opacity:0;visibility:hidden;transition:opacity 0.24s ease,visibility 0.24s ease;backdrop-filter:blur(4px)}.nav-overlay.active{opacity:1;visibility:visible}}@media (max-width:768px){.rhidoor-webgl-aurora canvas{opacity:.82}.section{padding:64px 0}.section-title{font-size:30px}.home-hero{min-height:auto;padding:112px 0 62px}.hero-title{font-size:42px}.hero-sub{font-size:17px}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .btn{width:100%}.trust-strip{margin-top:0;padding-bottom:24px}.trust-grid{grid-template-columns:1fr}.hp-why{grid-template-columns:1fr}.trust-item,.trust-item:nth-child(2){border-right:0;border-bottom:1px solid rgb(120 216 255 / .13)}.trust-item:last-child{border-bottom:0}.showcase-product-row{grid-template-columns:48px 1fr}.hero-door-showcase{width:100%;max-width:100%}.showcase-stage{display:grid;grid-template-columns:1fr;gap:7px;padding:10px 10px 0}.showcase-stage img{border-radius:10px}.showcase-badge{display:none}.spec-pin{position:relative;inset:auto;max-width:none;min-height:50px;margin:0;padding:7px 9px}.spec-pin::before,.showcase-stage::after{display:none}.category-carousel-wrap{margin-right:0}.product-category-grid.category-carousel,.hp-cat-grid.category-carousel,.hp-scenes.category-carousel,.scenes-grid.category-carousel{padding-right:34px}.category-carousel .category-card,.category-carousel .carousel-card{flex-basis:min(86vw, 340px)}.category-carousel-wrap .category-carousel-arrow.prev{left:-6px}.category-carousel-wrap .category-carousel-arrow.next{right:-6px}.page-hero,.product-detail-hero{padding:116px 0 52px}.page-hero h1,.product-hero-info h1{font-size:34px}.filter-tabs{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:7px;border-radius:18px;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.category-card-body,.product-card-body{min-height:0}.app-reverse .app-img{order:0}.page-template-template-applications .application-block .app-grid,.page-template-template-applications .app-grid.app-reverse,body:has(.applications-list) .application-block .app-grid,body:has(.applications-list) .app-grid.app-reverse{grid-template-columns:1fr}.application-block,.about-intro{padding:22px;border-radius:18px}.stats-grid .stat-item{border-right:0;border-bottom:1px solid rgb(120 216 255 / .12)}.stats-grid .stat-item:last-child{border-bottom:0}.trust-grid.hp-stats,.about-stats-grid,.about-why-grid{grid-template-columns:1fr}.specs-table th,.specs-table td{display:block;width:100%;padding:13px 15px}.specs-table td{padding-top:0}.cta-form-wrap form{grid-template-columns:1fr}.contact-form-wrap,.contact-info-wrap{padding:22px}}@media (max-width:480px){.container{padding:0 16px}.header-inner{width:calc(100% - 20px);padding-left:14px;gap:10px;border-radius:16px}.site-branding,.site-branding a,.site-logo,.site-logo-text{width:132px}.site-logo-text{font-size:24px}.header-cta{display:none}.hero-title{font-size:34px}.btn-lg{padding:14px 24px;font-size:15px}}.btn-outline,.btn-white{border-color:rgb(106 155 205 / .2);background:rgb(255 255 255 / .72);color:var(--text);box-shadow:inset 0 0 20px rgb(120 216 255 / .08)}.btn-outline:hover,.btn-white:hover{border-color:rgb(90 176 225 / .36);background:rgb(244 249 253 / .96);color:#0f1f33}.header-inner{border:1px solid rgb(106 155 205 / .18);background:linear-gradient(180deg,rgb(255 255 255 / .96),rgb(237 244 251 / .86));box-shadow:0 1px 0 rgb(255 255 255 / .76) inset,0 24px 54px rgb(28 69 112 / .12)}.site-header.scrolled .header-inner{border-color:rgb(106 155 205 / .24);box-shadow:0 1px 0 rgb(255 255 255 / .8) inset,0 18px 46px rgb(28 69 112 / .14)}.site-logo{filter:none}.site-logo-text{color:#102238;text-shadow:none}.main-navigation .menu>li>a{color:#48627d}.main-navigation .menu>li>a:hover,.main-navigation .menu>li.current-menu-item>a,.main-navigation .menu>li.current-page-ancestor>a{border-color:rgb(120 216 255 / .26);background:rgb(120 216 255 / .12);color:#102238;box-shadow:inset 0 0 18px rgb(120 216 255 / .08)}.main-navigation .sub-menu{border-color:rgb(106 155 205 / .16);background:rgb(249 252 255 / .94);box-shadow:0 18px 50px rgb(28 69 112 / .12)}.main-navigation .sub-menu li a{color:#48627d}.main-navigation .sub-menu li a:hover{background:rgb(120 216 255 / .1);color:#102238}.header-cta{border-color:rgb(90 176 225 / .3);background:rgb(120 216 255 / .13);color:#0f1f33;box-shadow:inset 0 0 22px rgb(120 216 255 / .09)}.hero-overlay{background:linear-gradient(180deg,rgb(243 247 251 / .06),rgb(243 247 251 / .3) 72%,rgb(243 247 251 / .68))}.home-hero::after{background:linear-gradient(180deg,transparent,#f3f7fb)}.hero-eyebrow{border-color:rgb(106 155 205 / .2);background:rgb(255 255 255 / .72);color:#48627d;box-shadow:inset 0 0 20px rgb(120 216 255 / .06)}.hero-title{color:#0f1f33;text-shadow:0 10px 40px rgb(120 216 255 / .14)}.hero-sub{color:#48627d}.hero-door-showcase,.category-card,.product-card,.scene-card,.why-card,.contact-form-wrap,.contact-info-wrap,.specs-table-wrap,.highlights-list,.application-block,.about-intro,.stats-grid,.footer-col{border-color:rgb(106 155 205 / .16);background:linear-gradient(180deg,rgb(255 255 255 / .92),rgb(240 246 252 / .84));box-shadow:0 1px 0 rgb(255 255 255 / .78) inset,0 24px 56px rgb(28 69 112 / .12);backdrop-filter:blur(18px)}.showcase-topbar{border-bottom-color:rgb(106 155 205 / .14);color:#6a7f96}.showcase-stage img,.product-card-img,.scene-card .app-img,.application-block .app-img{border-color:rgb(106 155 205 / .16)}.showcase-stage img{filter:saturate(.96) contrast(1.02) brightness(1.02)}.product-card-body h3,.section-title,.cta-gold h2,.cta-section.section-gray h2,.footer-heading{color:#102238}.product-card-body p,.section-subtitle,.hero-subtitle,.cta-text,.footer-links a,.footer-contact a,.footer-tagline,.footer-bottom p{color:#4f6780}.filter-tabs{border-color:rgb(106 155 205 / .16);background:rgb(255 255 255 / .72);box-shadow:inset 0 0 28px rgb(120 216 255 / .05)}.filter-tab.active{color:#0f1f33}.form-input{border-color:rgb(106 155 205 / .18);background:rgb(255 255 255 / .86);color:#102238}.form-input::placeholder{color:#7a8ea5}.form-input:focus{background:rgb(255 255 255 / .98);box-shadow:0 0 0 3px rgb(120 216 255 / .14),0 0 24px rgb(120 216 255 / .12)}select.form-input{color-scheme:light}.cta-gold,.cta-section.section-gray{border-block:1px solid rgb(106 155 205 / .14);color:var(--text)}.cta-gold p,.cta-section.section-gray p{color:#4f6780}.site-footer{border-top:1px solid rgb(106 155 205 / .16);background:#fff0;color:#4f6780}.footer-logo,.footer-logo-text{filter:none}.footer-logo-text{color:#102238;text-shadow:none}.trust-grid{border-color:rgb(133 171 208 / .22);background:linear-gradient(180deg,rgb(255 255 255 / .84),rgb(220 231 243 / .92));box-shadow:0 1px 0 rgb(255 255 255 / .72) inset,0 24px 56px rgb(29 65 106 / .14)}.trust-item{position:relative;background:linear-gradient(180deg,rgb(255 255 255 / .08),#fff0)}.scene-label,.scene-card .scene-label{background:linear-gradient(180deg,rgb(233 239 246 / .96),rgb(214 225 238 / .96));color:#16304d;border-top:1px solid rgb(133 171 208 / .18);box-shadow:0 -1px 0 rgb(255 255 255 / .45) inset}.footer-inner{border:1px solid rgb(133 171 208 / .14);border-radius:26px 26px 0 0;background:linear-gradient(180deg,rgb(244 248 252 / .78),rgb(232 239 246 / .56));box-shadow:0 1px 0 rgb(255 255 255 / .6) inset}@media (max-width:960px){#page{position:relative;z-index:auto}body.is-mobile-menu-open .site-header{z-index:1010}.main-navigation{position:static;pointer-events:auto}.main-navigation .menu{position:fixed;top:var(--wp-admin--admin-bar--height,0);right:0;z-index:1011;width:min(348px, calc(100vw - 28px));max-width:calc(100vw - 28px);height:calc(100dvh - var(--wp-admin--admin-bar--height, 0px));padding:78px 16px 24px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:10px;border-left:1px solid rgb(133 171 208 / .22);background:linear-gradient(180deg,#f8fbfe,#ebf2f9);box-shadow:-26px 0 64px rgb(21 52 88 / .14);opacity:0;visibility:hidden;pointer-events:none;touch-action:pan-y;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateX(100%);transition:opacity 0.22s ease,transform 0.22s ease,visibility 0.22s ease;backdrop-filter:none;-webkit-backdrop-filter:none}.main-navigation .menu.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)}.main-navigation .menu>li{list-style:none}.main-navigation .menu>li>a{width:100%;min-height:48px;border-color:rgb(133 171 208 / .16);background:rgb(255 255 255 / .92);color:#16304b}.main-navigation .sub-menu{position:static;min-width:0;margin:6px 0 4px;padding:8px;border:1px solid rgb(133 171 208 / .14);border-radius:14px;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgb(229 238 247 / .92)}.main-navigation .sub-menu li a{color:#48627d}.menu-toggle{grid-column:3;justify-self:end;display:flex;border-color:rgb(133 171 208 / .24);background:rgb(255 255 255 / .9)}.menu-toggle-line{background:#17324d;box-shadow:none}.header-cta{display:none}.menu-close{position:fixed;top:calc(var(--wp-admin--admin-bar--height, 0px) + 16px);right:16px;display:none;z-index:1012;background:rgb(255 255 255 / .9);color:#17324d;box-shadow:0 12px 30px rgb(21 52 88 / .14);pointer-events:auto}.menu-close.active{display:flex}.nav-overlay{position:fixed;inset:0;z-index:1005;background:rgb(18 31 47 / .42);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.22s ease,visibility 0.22s ease;backdrop-filter:none;-webkit-backdrop-filter:none}.nav-overlay.active{opacity:1;visibility:visible;pointer-events:auto}}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-top:32px}.news-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid #e5e5e7;overflow:hidden;transition:all 0.25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgb(0 0 0 / .04)}.news-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(0 0 0 / .08);border-color:#d5d5d7}.news-card-header{padding:20px 20px 0}.news-date{font-size:13px;font-weight:600;color:#a1a1a6;text-transform:uppercase;letter-spacing:.5px}.news-card-body{padding:12px 20px;flex-grow:1}.news-card-body h3{font-size:18px;font-weight:600;margin:0 0 12px;color:#1d1d1f;line-height:1.4}.news-title-link{color:#1d1d1f;text-decoration:none;transition:color 0.25s}.news-card:hover .news-title-link{color:#0071e3}.news-excerpt{font-size:14px;color:#6e6e73;line-height:1.6;margin:0}.news-card-footer{padding:12px 20px 20px}.article-detail{background:#fff}.article-hero{padding:60px 0 40px;background:linear-gradient(135deg,#f3f7fb 0%,#ecf3fa 50%,#f6f9fc 100%);border-bottom:1px solid #e5e5e7}.article-hero .container{max-width:880px}.article-hero h1{font-size:36px;font-weight:700;color:#1d1d1f;margin:24px 0 16px;line-height:1.3}.article-meta{font-size:14px;color:#6e6e73}.article-content{padding:60px 0}.article-content .container{max-width:880px}.article-body{font-size:16px;color:#1d1d1f;line-height:1.8}.article-body h3{font-size:22px;font-weight:600;color:#1d1d1f;margin:32px 0 16px}.article-body h4{font-size:18px;font-weight:600;color:#1d1d1f;margin:20px 0 12px}.article-body p{margin-bottom:16px}.article-body ul,.article-body ol{margin-bottom:16px;padding-left:24px}.article-body li{margin-bottom:8px}.article-body strong{font-weight:600;color:#1d1d1f}.article-navigation{padding:40px 0;border-top:1px solid #e5e5e7;border-bottom:1px solid #e5e5e7;background:#f5f5f7}.article-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.article-nav-link{display:block;padding:20px;background:#fff;border:1px solid #e5e5e7;border-radius:12px;text-decoration:none;transition:all 0.25s}.article-nav-link:hover{background:#f5f5f7;border-color:#d5d5d7}.article-nav-prev{text-align:left}.article-nav-next{text-align:right}.nav-label{display:block;font-size:12px;color:#a1a1a6;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.nav-title{display:block;font-size:16px;font-weight:600;color:#0071e3}@media (max-width:768px){.news-grid{grid-template-columns:1fr}.article-nav-grid{grid-template-columns:1fr;gap:20px}.article-hero h1{font-size:28px}.article-nav-next{text-align:left}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:0.001ms!important}.rhidoor-webgl-aurora canvas{opacity:.76}}.home-hero .hero-content{text-align:center;margin-left:auto;margin-right:auto}.home-hero .hero-eyebrow{margin-left:auto;margin-right:auto}.home-hero .hero-sub{margin-left:auto;margin-right:auto}.home-hero .hero-buttons{justify-content:center}.hp-cat-grid .category-card-body,.hp-cat-grid .category-card-body h3,.hp-cat-grid .category-card-body p{text-align:center}.hp-why .why-card,.hp-why .why-card h3,.hp-why .why-card p{text-align:center}.hp-why .why-card .why-icon{display:flex;justify-content:center}.section-title,.section-subtitle,.page-hero,.page-hero .container,.cta-gold,.cta-section.section-gray,.cta-section .container,.article-hero,.article-hero .container{text-align:center}.section-subtitle,.hero-subtitle,.cta-text,.page-hero .hero-subtitle,.product-desc,.article-meta,.news-excerpt{margin-left:auto;margin-right:auto}.page-hero .container::before,.product-hero-info::before{margin-left:auto;margin-right:auto}.home-hero .hero-content,.product-hero-info,.category-card-body,.product-card-body,.why-card,.scene-label,.news-card,.news-card-header,.news-card-body,.news-card-footer,.about-intro,.about-text,.app-info,.contact-form-wrap,.contact-info-wrap,.contact-info-item,.footer-col{text-align:center}.home-hero .hero-content,.home-hero .hero-sub,.product-hero-info,.product-desc,.app-info p,.about-text,.news-excerpt,.category-card-body p,.product-card-body p,.why-card p,.contact-info-item p,.footer-tagline{margin-left:auto;margin-right:auto}.home-hero .hero-buttons,.hero-cert-strip,.product-hero-info .breadcrumbs,.product-hero-info .badge-lg,.product-card-body .learn-more,.why-icon,.news-card-footer,.app-info .btn,.contact-info-item .whatsapp-btn,.cta-form-wrap,.footer-logo,.footer-logo-text{justify-content:center;align-self:center;margin-left:auto;margin-right:auto}.product-card-body .learn-more,.product-badge,.product-badge.badge-lg{align-self:center}.app-products,.app-products strong{text-align:center}.app-products ul{display:inline-grid;justify-items:center;margin-left:auto;margin-right:auto;padding-left:0;list-style:none}.app-products ul li{padding-left:0;text-align:center}.app-products ul li::before{content:none}.contact-form .form-row,.contact-form .form-note{text-align:left}.article-body,.legal-content,.specs-table th,.specs-table td,.form-input,.cta-input{text-align:left}.article-nav-link{text-align:center}@media (min-width:769px){.product-hero-grid{grid-template-columns:minmax(320px,0.95fr) minmax(320px,1.05fr)}.product-hero-info{max-width:620px;margin-left:auto;margin-right:auto}}