:root{--hsd-primary:#1a3e5d;--hsd-primary-dark:#112d45;--hsd-primary-light:#2a5f8a;--hsd-accent:#f08c3a;--hsd-accent-dark:#d97a2a;--hsd-accent-light:#fdf6f0;--hsd-steel-700:#4a5568;--hsd-steel-500:#718096;--hsd-muted:#8b97a8;--hsd-bg:#f5f5f5;--hsd-bg-alt:#eef1f5;--hsd-white:#ffffff;--hsd-dark:#0f1b2e;--hsd-border:#d9e0e5;--hsd-shadow:0 16px 40px rgba(17,45,69,0.08);--hsd-shadow-lg:0 24px 60px rgba(17,45,69,0.12);--hsd-radius:18px;--hsd-radius-sm:10px;--hsd-container:1200px;--hsd-font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--hsd-font-heading:Georgia, "Times New Roman", serif;--hsd-font:var(--hsd-font-body);--hsd-transition:0.3s cubic-bezier(0.4,0,0.2,1);--hsd-header-h:86px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{margin:0;font-family:var(--hsd-font);font-size:16px;line-height:1.7;color:var(--hsd-steel-700);background:var(--hsd-white);overflow-x:hidden}a{color:inherit;text-decoration:none;transition:var(--hsd-transition)}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.2em}h1,h2,h3,h4,h5,h6{color:var(--hsd-primary);line-height:1.2;margin:0 0 16px}h1,h2{font-family:var(--hsd-font-heading);letter-spacing:0}h3,h4,h5,h6{font-family:var(--hsd-font-body)}.hsd-voltage-header h2,.hsd-voltage-header h3{font-size:24px;margin:0 0 16px}@media (max-width:560px){.hsd-voltage-header h2,.hsd-voltage-header h3{font-size:20px}}.container{width:min(var(--hsd-container), calc(100% - 40px));margin:0 auto}.hsd-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:60px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:var(--hsd-transition);font-family:var(--hsd-font);text-decoration:none}.hsd-btn-primary{background:linear-gradient(160deg,#f8a855,#e87820 45%,#d96a15);color:#fff;box-shadow:0 4px 15px rgb(240 140 58 / .3)}.hsd-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(240 140 58 / .4)}.hsd-btn-outline{background:#fff0;color:var(--hsd-white);border:2px solid rgb(255 255 255 / .3)}.hsd-btn-outline:hover{border-color:var(--hsd-accent);color:var(--hsd-accent)}.hsd-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgb(26 58 92 / .97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background 0.3s ease,box-shadow 0.3s ease;height:var(--hsd-header-h)}.hsd-header.scrolled{background:rgb(15 27 46 / .98);box-shadow:0 1px 20px rgb(0 0 0 / .15)}.hsd-header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--hsd-header-h)}.hsd-header-left{flex-shrink:0;display:flex;align-items:center}.hsd-header-right{flex-shrink:0;display:flex;align-items:center;gap:12px}.hsd-logo-link{display:flex;align-items:center;height:44px;text-decoration:none;overflow:visible}.hsd-logo-img{height:44px;width:auto;display:block;transform:scale(1.35);transform-origin:left center}.hsd-nav{display:flex;justify-content:center;flex:1;padding:0 16px;position:relative}.hsd-nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2px;position:relative}.hsd-nav-indicator-wrap{position:static!important;width:0!important;height:0!important;overflow:visible!important;margin:0!important;padding:0!important;border:0!important}.hsd-nav-menu>li{position:relative}.hsd-nav-menu>li>a{display:block;padding:10px 20px;color:rgb(255 255 255 / .8);font-size:14px;font-weight:500;border-radius:8px;transition:color 0.25s ease;position:relative;z-index:2;white-space:nowrap}.hsd-nav-menu>li>a:hover,.hsd-nav-menu>.current-menu-item>a{color:#fff}.hsd-nav-indicator{position:absolute;height:34px;background:rgb(255 255 255 / .12);border-radius:7px;pointer-events:none;z-index:1;top:6px;transition:left 0.3s cubic-bezier(.34,1.56,.64,1),width 0.3s cubic-bezier(.34,1.56,.64,1),opacity 0.2s ease;opacity:0}.hsd-nav-indicator.visible{opacity:1}.hsd-nav-menu>.current-menu-item~.hsd-nav-indicator{opacity:1}.hsd-nav-menu .menu-item-has-children>a::after{content:"\25BE";margin-left:4px;font-size:10px;display:inline-block}.hsd-nav-menu .sub-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(8px);min-width:210px;background:rgb(20 35 55 / .97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgb(255 255 255 / .08);border-radius:12px;box-shadow:0 20px 50px rgb(0 0 0 / .3);list-style:none;margin:0;padding:6px;opacity:0;visibility:hidden;transition:all 0.25s ease;z-index:100}.hsd-nav-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.hsd-nav-menu .sub-menu a{display:block;padding:10px 16px;color:rgb(255 255 255 / .7);font-size:13px;border-radius:8px;transition:var(--hsd-transition);white-space:nowrap}.hsd-nav-menu .sub-menu a:hover{background:rgb(255 255 255 / .08);color:#fff}.hsd-lang-switcher{position:relative}.hsd-lang-btn{display:flex;align-items:center;justify-content:center;gap:7px;min-width:78px;height:38px;padding:7px 10px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .15);border-radius:8px;color:rgb(255 255 255 / .95);font-size:13px;font-weight:700;cursor:pointer;transition:var(--hsd-transition);font-family:var(--hsd-font);letter-spacing:0}.hsd-lang-btn:hover{background:rgb(255 255 255 / .15)}.hsd-lang-current-flag{width:22px;height:16px;border-radius:2px;object-fit:cover;flex:0 0 auto}.hsd-lang-current{font-weight:700;line-height:1;max-width:34px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hsd-lang-arrow{font-size:10px;transition:transform 0.2s ease}.hsd-lang-switcher.open .hsd-lang-arrow{transform:rotate(180deg)}.hsd-lang-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:112px;background:rgb(255 255 255 / .98);border:1px solid #c9d2df;border-radius:10px;box-shadow:0 10px 26px rgb(0 0 0 / .2);list-style:none;margin:0;padding:0;opacity:0;visibility:hidden;transform:translateY(6px);transition:all 0.2s ease;max-height:none!important;overflow:visible!important;z-index:99999}.hsd-lang-switcher.open .hsd-lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.hsd-lang-dropdown a{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:0;padding:8px 10px;color:#1f2f44;font-size:13px;font-weight:700;border-radius:8px;white-space:nowrap;transition:background 0.18s ease,color 0.18s ease}.hsd-lang-flag{width:22px;height:16px;border-radius:2px;object-fit:cover;flex:0 0 auto}.hsd-lang-name{line-height:1;min-width:24px;text-align:left}.hsd-lang-dropdown a:hover,.hsd-lang-dropdown a.active{background:#eef2f8;color:#132944}.trp-floating-switcher,.trp-floating-ls,.trp-floater-ls,.translatepress-widget,[class*="trp-floater"],[id*="trp-floater"]{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.hsd-lang-shortcode{position:relative}.hsd-lang-shortcode .trp-language-switcher{display:inline-block;margin:0;background:#fff0}.hsd-lang-shortcode .trp-language-switcher>div{border:1px solid rgb(255 255 255 / .25)!important;background:rgb(35 52 78 / .95)!important;border-radius:10px!important;min-width:104px!important;height:42px!important;line-height:42px!important;padding:0 10px!important;box-shadow:0 6px 16px rgb(0 0 0 / .25)!important}.hsd-lang-shortcode .trp-language-switcher a{color:#ffffff!important;font-weight:700!important;font-size:14px!important}.hsd-lang-shortcode .trp-flag-image{width:18px!important;height:13px!important;border-radius:2px;object-fit:cover}.hsd-lang-shortcode .trp-language-switcher .trp-switcher-dropdown-list{background:#10233a!important;border:1px solid rgb(255 255 255 / .2)!important;border-radius:10px!important;box-shadow:0 16px 40px rgb(0 0 0 / .45)!important;min-width:180px!important;max-height:none!important;overflow:visible!important;z-index:99999!important}.hsd-lang-shortcode .trp-language-switcher .trp-switcher-dropdown-list a{display:flex!important;align-items:center;gap:8px;color:#ffffff!important;font-size:15px!important;font-weight:700!important;padding:10px 12px!important;opacity:1!important}.hsd-lang-shortcode .trp-language-switcher .trp-switcher-dropdown-list a:hover,.hsd-lang-shortcode .trp-language-switcher .trp-switcher-dropdown-list .trp-ls-shortcode-current-language,.hsd-lang-shortcode .trp-language-switcher .trp-language-item.trp-language-item__current a{background:rgb(255 255 255 / .14)!important;color:#fff!important}.hsd-lang-shortcode .trp-language-item-name{text-transform:uppercase;color:#fff!important}.hsd-lang-shortcode .trp-language-item a[href*="trp-form-language=ms"],.hsd-lang-shortcode .trp-language-item a[href*="/ms/"]{display:none!important}.hsd-lang-shortcode .trp-shortcode-switcher__wrapper{--bg:#223855 !important;--text:#ffffff !important;--border-color:rgba(255,255,255,0.25) !important;--bg-hover:rgba(255,255,255,0.14) !important;--text-hover:#ffffff !important}.hsd-lang-shortcode .trp-shortcode-overlay{min-width:112px!important;border-radius:10px!important}.hsd-lang-shortcode .trp-current-language-item__wrapper{min-height:40px!important}.hsd-lang-shortcode .trp-current-language-item__wrapper .trp-language-item-name,.hsd-lang-shortcode .trp-switcher-dropdown-list .trp-language-item-name{color:#fff!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.3px}.hsd-lang-shortcode .trp-switcher-dropdown-list{background:#10233a!important;border:1px solid rgb(255 255 255 / .22)!important;border-radius:10px!important;box-shadow:0 14px 30px rgb(0 0 0 / .35)!important;max-height:none!important;overflow:visible!important}.hsd-lang-shortcode .trp-switcher-dropdown-list .trp-language-item{padding:9px 10px!important;border-radius:8px!important}.hsd-lang-shortcode .trp-switcher-dropdown-list .trp-language-item:hover,.hsd-lang-shortcode .trp-switcher-dropdown-list .trp-language-item.trp-ls-shortcode-current-language{background:rgb(255 255 255 / .14)!important}.hsd-header-cta{display:inline-flex;padding:9px 22px;background:linear-gradient(160deg,#f8a855,#e87820 45%,#d96a15);color:#fff;border-radius:60px;font-size:13px;font-weight:600;white-space:nowrap;transition:var(--hsd-transition);box-shadow:0 2px 10px rgb(240 140 58 / .25)}.hsd-header-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgb(240 140 58 / .35)}.hsd-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;order:-1}.hsd-hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:var(--hsd-transition)}.hsd-hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hsd-hamburger.active span:nth-child(2){opacity:0}.hsd-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hsd-nav-close{display:none;border:none;background:rgb(255 255 255 / .08);color:#fff;width:36px;height:36px;border-radius:10px;font-size:24px;line-height:1;cursor:pointer}body.hsd-nav-open{overflow:hidden}.hsd-hero{position:relative;height:100vh;min-height:600px;max-height:900px;display:flex;align-items:center;overflow:hidden;contain:layout style}.hsd-hero-slide{contain:strict}.hsd-hero-slideshow{position:absolute;inset:0}.hsd-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.5s ease}.hsd-hero-slide.active{opacity:1}.hsd-hero-slide picture,.hsd-hero-slide img{width:100%;height:100%}.hsd-hero-slide picture{display:block}.hsd-hero-slide img{object-fit:cover;object-position:center}.hsd-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgb(15 27 46 / .85) 0%,rgb(26 58 92 / .65) 50%,rgb(15 27 46 / .8) 100%);z-index:1}.hsd-hero-content{position:relative;z-index:2;max-width:720px}.hsd-hero-badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:20px;padding:8px 20px;background:rgb(255 255 255 / .12);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .15);border-radius:60px;color:rgb(255 255 255 / .9);font-size:13px;font-weight:500}.hsd-hero-content h1{font-size:clamp(36px, 5vw, 60px);color:#fff;margin:0 0 20px;line-height:1.1;font-weight:800}.hsd-text-accent{background:linear-gradient(135deg,#f8a855,#e87820,#d96a15);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hsd-hero-content p{font-size:18px;color:rgb(255 255 255 / .7);margin:0 0 32px;max-width:600px;line-height:1.7}.hsd-hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:40px}.hsd-hero-trust{display:flex;gap:24px;flex-wrap:wrap;color:rgb(255 255 255 / .5);font-size:13px}.hsd-hero-trust span{display:flex;align-items:center;gap:6px}.hsd-stats{background:var(--hsd-primary);padding:40px 0;position:relative;z-index:2}.hsd-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;text-align:center}.hsd-stat-item{padding:8px}.hsd-stat-number{display:block;font-size:32px;font-weight:800;color:#fff;margin-bottom:4px}.hsd-stat-label{font-size:13px;color:rgb(255 255 255 / .6);text-transform:uppercase;letter-spacing:.5px}.hsd-section{padding:96px 0}.hsd-section-alt{background:var(--hsd-bg)}.hsd-section-header{text-align:center;max-width:700px;margin:0 auto 56px}.hsd-section{content-visibility:auto;contain-intrinsic-size:600px}.hsd-cta-banner{content-visibility:auto;contain-intrinsic-size:300px}.hsd-footer{content-visibility:visible;contain-intrinsic-size:auto}.hsd-footer-mobile{display:none}.hsd-eyebrow{display:inline-block;margin-bottom:12px;padding:6px 18px;border-radius:60px;background:linear-gradient(160deg,#f8a855,#e87820 45%,#d96a15);color:#fff;font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;box-shadow:0 2px 12px rgb(240 140 58 / .25)}.hsd-section-header h2{font-size:clamp(28px, 3.5vw, 42px);margin:0 0 14px;font-weight:700}.hsd-section-header p{color:var(--hsd-steel-500);font-size:17px;margin:0}.hsd-video-wrap{position:relative;border-radius:var(--hsd-radius);overflow:visible;box-shadow:var(--hsd-shadow-lg);transform:perspective(1200px) rotateX(1deg) rotateY(-1deg) translateZ(0);transform-style:preserve-3d;isolation:isolate}.hsd-video-wrap::before,.hsd-video-wrap::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}.hsd-video-wrap::before{z-index:-1;transform:translate3d(18px,20px,-36px);background:linear-gradient(135deg,rgb(5 18 31 / .42),rgb(12 45 68 / .2));filter:blur(2px)}.hsd-video-wrap::after{z-index:2;box-shadow:inset 1px 1px 0 rgb(255 255 255 / .32),inset -16px -16px 30px rgb(2 16 28 / .26),inset 16px 16px 26px rgb(255 255 255 / .06)}.hsd-video-poster{position:relative;background-color:var(--hsd-primary-dark);background-image:linear-gradient(180deg,rgb(8 24 38 / .18),rgb(8 24 38 / .58)),linear-gradient(110deg,rgb(4 16 28 / .78),rgb(9 36 56 / .18) 48%,rgb(4 16 28 / .82)),url(https://i.ytimg.com/vi/mjJB1IMNR2A/hqdefault.jpg);background-size:cover;background-position:center;padding:80px 40px;text-align:center;cursor:pointer;transition:var(--hsd-transition);border-radius:inherit;overflow:hidden;transform:translateZ(18px)}@supports (background-image:image-set(url(/wp-content/themes/hsd-custom-theme/assets/css/x) 1x)){.hsd-video-poster{background-image:linear-gradient(180deg,rgb(8 24 38 / .18),rgb(8 24 38 / .58)),linear-gradient(110deg,rgb(4 16 28 / .78),rgb(9 36 56 / .18) 48%,rgb(4 16 28 / .82)),image-set(url(https://i.ytimg.com/vi/mjJB1IMNR2A/maxresdefault.jpg) 2x,url(https://i.ytimg.com/vi/mjJB1IMNR2A/hqdefault.jpg) 1x)}}.hsd-video-poster::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 42%,rgb(255 255 255 / .16),transparent 22%),linear-gradient(135deg,rgb(255 255 255 / .14),transparent 32%,rgb(0 0 0 / .2));pointer-events:none}.hsd-video-poster:hover{filter:saturate(1.08) contrast(1.04)}.hsd-video-play-btn{width:64px;height:64px;border-radius:50%;background:var(--hsd-accent);color:#fff0;font-size:0;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 20px rgb(240 140 58 / .4);transition:var(--hsd-transition);position:relative;z-index:1}.hsd-video-play-btn::before{content:"";display:block;width:0;height:0;border-top:12px solid #fff0;border-bottom:12px solid #fff0;border-left:18px solid #fff;margin-left:4px}.hsd-video-poster:hover .hsd-video-play-btn{transform:scale(1.1)}.hsd-video-poster-text{position:relative;z-index:1;display:inline-block;padding:12px 18px;border-radius:8px;background:rgb(6 20 32 / .56);box-shadow:inset 1px 1px 0 rgb(255 255 255 / .14),0 18px 42px rgb(0 0 0 / .24)}.hsd-video-poster-text span{display:block;color:#fff;font-size:18px;font-weight:600;margin-bottom:8px}.hsd-video-poster-text small{color:rgb(255 255 255 / .72)}.hsd-video-iframe{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:inherit;overflow:hidden;transform:translateZ(18px)}.hsd-video-iframe iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.hsd-hidden{display:none!important}.hsd-caps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:hsd-cap}.hsd-cap-card{position:relative;min-height:224px;overflow:hidden;isolation:isolate;background:linear-gradient(145deg,#fdfefe,#e9f0f5);padding:21px 24px 22px;border-radius:8px;box-shadow:0 14px 28px rgb(11 35 54 / .075),9px 10px 20px rgb(7 52 86 / .075),-8px -8px 18px rgb(255 255 255 / .9),inset 2px 2px 3px rgb(255 255 255 / .92),inset -4px -4px 8px rgb(151 170 184 / .22);transition:var(--hsd-transition);border:1px solid rgb(216 227 236 / .96);counter-increment:hsd-cap}.hsd-cap-card::before{content:'';position:absolute;inset:0;background:linear-gradient(145deg,rgb(255 255 255 / .72),rgb(204 219 230 / .26)),linear-gradient(90deg,rgb(242 111 33 / .11),transparent 24%),repeating-linear-gradient(135deg,rgb(7 52 86 / .035) 0 1px,transparent 1px 13px);opacity:.55;z-index:-2}.hsd-cap-card::after{content:counter(hsd-cap,decimal-leading-zero);position:absolute;top:17px;right:22px;color:rgb(7 52 86 / .12);font-family:var(--hsd-font-heading);font-size:42px;font-weight:700;line-height:1;text-shadow:1px 1px 0 rgb(255 255 255 / .9),-1px -1px 0 rgb(7 52 86 / .08);pointer-events:none}.hsd-cap-card>*{position:relative;z-index:1}.hsd-cap-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgb(11 35 54 / .1),10px 12px 22px rgb(7 52 86 / .09),-8px -8px 18px rgb(255 255 255 / .9),inset 2px 2px 3px rgb(255 255 255 / .94),inset -4px -4px 8px rgb(151 170 184 / .24);border-color:rgb(240 140 58 / .18)}.hsd-cap-icon{position:relative;display:flex;align-items:center;justify-content:center;width:70px;height:70px;margin-bottom:17px;color:var(--hsd-primary);background:linear-gradient(145deg,#ffffff 0%,#edf4f8 45%,#dce7ef 100%);border:1px solid rgb(203 218 229 / .96);border-radius:20px 7px 20px 7px;box-shadow:9px 10px 17px rgb(7 52 86 / .16),-8px -8px 15px rgb(255 255 255 / .98),inset 3px 3px 4px rgb(255 255 255 / .98),inset -5px -5px 9px rgb(105 132 151 / .28);transform:perspective(500px) rotateX(2deg) rotateY(-4deg)}.hsd-cap-icon::before{content:'';position:absolute;inset:7px;border:1px solid rgb(49 95 120 / .22);border-radius:16px 5px 16px 5px;box-shadow:inset 2px 2px 3px rgb(255 255 255 / .96),inset -2px -2px 4px rgb(49 95 120 / .2)}.hsd-cap-icon::after{content:'';position:absolute;right:10px;bottom:10px;width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--hsd-accent),#f8b24a);box-shadow:0 0 0 5px rgb(240 140 58 / .12)}.hsd-cap-icon svg{width:44px;height:44px;overflow:visible;stroke:currentColor;stroke-width:2.9;stroke-linecap:round;stroke-linejoin:round;fill:none;filter:drop-shadow(1px 1px 0 rgb(255 255 255 / .95)) drop-shadow(-1px -1px 0 rgb(7 52 86 / .12))}.hsd-cap-fill{fill:rgb(49 95 120 / .11)}.hsd-cap-gold{stroke:var(--hsd-accent)}.hsd-cap-card h3{font-size:19.5px;line-height:1.18;margin-bottom:11px}.hsd-cap-card p{font-size:14.8px;color:var(--hsd-steel-500);margin:0;line-height:1.55}.hsd-global-map{border-radius:var(--hsd-radius);overflow:hidden;box-shadow:var(--hsd-shadow)}.hsd-region-tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}.hsd-region-tags span{padding:8px 20px;background:var(--hsd-accent-light);color:var(--hsd-accent-dark);border-radius:60px;font-size:14px;font-weight:500}.hsd-global-note{max-width:700px;margin:24px auto 0;line-height:1.7;color:var(--hsd-steel-700);text-align:center;font-size:15px}.hsd-social-marquee{position:relative;background:linear-gradient(90deg,rgb(255 255 255 / .045) 1px,transparent 1px),linear-gradient(180deg,rgb(255 255 255 / .035) 1px,transparent 1px),linear-gradient(135deg,#081c2e 0%,#123755 58%,#092033 100%);background-size:86px 86px,86px 86px,auto;padding:24px 0 26px;overflow:hidden;isolation:isolate;border-top:1px solid rgb(49 90 115 / .28);border-bottom:1px solid rgb(49 90 115 / .28);box-shadow:0 28px 70px rgb(6 25 41 / .22),inset 0 1px 0 rgb(255 255 255 / .1),inset 0 -1px 0 rgb(0 0 0 / .28)}.hsd-social-marquee::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#081c2e 0%,transparent 13%,transparent 87%,#081c2e 100%),radial-gradient(circle at 50% -40px,rgb(240 140 58 / .22),transparent 42%);pointer-events:none;z-index:3}.hsd-social-marquee::after{content:'';position:absolute;top:118px;left:-260px;width:260px;height:3px;background:linear-gradient(90deg,transparent 0%,rgb(240 140 58 / .12) 18%,rgb(255 211 138 / .95) 74%,#fff 100%);border-radius:999px;box-shadow:0 0 10px rgb(240 140 58 / .8),0 0 22px rgb(240 140 58 / .5),0 0 46px rgb(255 255 255 / .28);transform:rotate(-7deg);animation:hsdSocialMeteor 4.8s cubic-bezier(.35,0,.2,1) infinite;pointer-events:none;z-index:4}.hsd-social-shell{position:relative;z-index:1;margin-bottom:14px}.hsd-social-copy{max-width:820px}.hsd-social-kicker{display:block;color:#d8b46a;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}.hsd-social-copy h2{color:#fff;font-family:var(--hsd-font-heading);font-size:clamp(31px, 3.15vw, 42px);line-height:1;letter-spacing:0;margin:0}.hsd-social-copy h2 span{display:block;white-space:nowrap}.hsd-marquee-track{position:relative;z-index:1;overflow:hidden;padding:10px 0 18px;perspective:1000px}.hsd-marquee-track::before,.hsd-marquee-track::after{content:'';position:absolute;top:0;bottom:0;width:15vw;z-index:2;pointer-events:none}.hsd-marquee-track::before{left:0;background:linear-gradient(90deg,#081c2e,transparent)}.hsd-marquee-track::after{right:0;background:linear-gradient(270deg,#081c2e,transparent)}.hsd-marquee-content{display:inline-flex;align-items:center;gap:18px;width:max-content;animation:hsdMarquee 26s linear infinite;will-change:transform}.hsd-marquee-track:hover .hsd-marquee-content{animation-play-state:paused}.hsd-marquee-item{position:relative;display:inline-flex;align-items:center;gap:16px;min-width:235px;padding:17px 22px 17px 17px;color:#f4f8fb;white-space:nowrap;border:1px solid rgb(159 191 211 / .28);background:linear-gradient(145deg,rgb(42 78 101 / .86),rgb(9 28 45 / .92));box-shadow:12px 16px 28px rgb(0 0 0 / .28),-7px -7px 18px rgb(255 255 255 / .055),inset 2px 2px 3px rgb(255 255 255 / .16),inset -5px -5px 10px rgb(0 0 0 / .34);transform:rotateY(-10deg) rotateX(4deg) translateZ(0);transform-style:preserve-3d;transition:transform 0.35s ease,border-color 0.35s ease,box-shadow 0.35s ease}.hsd-marquee-item::before{content:'';position:absolute;inset:8px;border:1px solid rgb(205 225 237 / .12);box-shadow:inset 1px 1px 2px rgb(255 255 255 / .12),inset -2px -2px 4px rgb(0 0 0 / .24);pointer-events:none}.hsd-marquee-item::after{content:'';position:absolute;left:20px;right:20px;bottom:-12px;height:12px;background:linear-gradient(90deg,transparent,rgb(0 0 0 / .32),transparent);filter:blur(7px);transform:translateZ(-40px)}.hsd-marquee-item:hover{transform:rotateY(0deg) rotateX(0deg) translateY(-4px);border-color:rgb(240 140 58 / .38);box-shadow:14px 20px 34px rgb(0 0 0 / .34),-8px -8px 20px rgb(255 255 255 / .065),inset 2px 2px 3px rgb(255 255 255 / .18),inset -5px -5px 10px rgb(0 0 0 / .36)}.hsd-marquee-icon{position:relative;width:54px;height:54px;border-radius:17px 6px 17px 6px;display:inline-flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:7px 8px 14px rgb(0 0 0 / .28),inset 2px 2px 3px rgb(255 255 255 / .22),inset -4px -4px 8px rgb(0 0 0 / .25)}.hsd-marquee-icon svg{width:27px;height:27px;display:block;filter:drop-shadow(1px 1px 0 rgb(255 255 255 / .2)) drop-shadow(-1px -1px 0 rgb(0 0 0 / .28))}.hsd-youtube{background:linear-gradient(145deg,#ff2020,#b80505)}.hsd-tiktok{background:linear-gradient(145deg,#111,#000)}.hsd-facebook{background:linear-gradient(145deg,#2787ff,#0f55b8)}.hsd-instagram{background:linear-gradient(145deg,#f85e86,#bd2d67 60%,#824de3)}.hsd-linkedin{background:linear-gradient(145deg,#1686c9,#075a91)}.hsd-reddit{background:linear-gradient(145deg,#ff6b26,#d43808)}.hsd-social-label{display:grid;gap:4px}.hsd-social-label strong{color:#f4f8fb;font-size:17px;line-height:1;text-shadow:1px 1px 0 rgb(255 255 255 / .1),-1px -1px 0 rgb(0 0 0 / .34)}.hsd-social-label small{color:#9fb6c7;font-size:12px;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}@keyframes hsdMarquee{0%{transform:translateX(0)}100%{transform:translateX(calc(-50% - 9px))}}@keyframes hsdSocialMeteor{0%{transform:translate3d(0,0,0) rotate(-7deg);opacity:0}8%{opacity:1}58%{opacity:1}78%{transform:translate3d(calc(100vw + 420px),34px,0) rotate(-7deg);opacity:0}100%{transform:translate3d(calc(100vw + 420px),34px,0) rotate(-7deg);opacity:0}}@media (prefers-reduced-motion:reduce){.hsd-marquee-content,.hsd-social-marquee::after{animation:none}}.hsd-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hsd-why-item{text-align:center;padding:40px 24px;background:var(--hsd-white);border-radius:var(--hsd-radius);box-shadow:var(--hsd-shadow);transition:var(--hsd-transition)}.hsd-why-item:hover{transform:translateY(-4px);box-shadow:var(--hsd-shadow-lg)}.hsd-why-number{font-size:48px;font-weight:800;background:linear-gradient(135deg,var(--hsd-primary),var(--hsd-primary-light));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;margin-bottom:8px;line-height:1}.hsd-why-item h3{font-size:16px;margin-bottom:10px}.hsd-why-item p{font-size:14px;color:var(--hsd-steel-500);margin:0;line-height:1.7}.hsd-products-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.hsd-product-card{display:flex;flex-direction:column;grid-column:span 2;background:var(--hsd-white);border-radius:var(--hsd-radius);overflow:hidden;border:1px solid rgb(26 58 92 / .08);box-shadow:var(--hsd-shadow);transition:var(--hsd-transition);text-decoration:none}.hsd-product-card:nth-child(4),.hsd-product-card:nth-child(5){grid-column:span 3}.hsd-product-card:hover{transform:translateY(-6px);box-shadow:var(--hsd-shadow-lg)}.hsd-product-img{position:relative;height:210px;background:linear-gradient(135deg,#eef3f7,#dfe8ee);overflow:hidden}.hsd-product-img::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgb(10 28 44 / .28));pointer-events:none}.hsd-product-img img{width:100%;height:100%;object-fit:contain;display:block;transition:transform 0.45s ease}.hsd-product-card:hover .hsd-product-img img{transform:scale(1.04)}.hsd-product-card h3{padding:22px 24px 8px;margin:0;font-size:18px;line-height:1.25;color:var(--hsd-primary)}.hsd-product-card p{padding:0 24px;margin:0 0 20px;font-size:14px;color:var(--hsd-steel-500);line-height:1.65}.hsd-card-link{display:block;margin-top:auto;padding:0 24px 24px;color:var(--hsd-accent);font-size:14px;font-weight:700}.hsd-timeline-stage{position:relative;perspective:1200px;padding:10px 0 20px;--mobile-flow-start:26px;--mobile-flow-distance:1080px}.hsd-timeline-stage::before{content:'';position:absolute;left:50%;top:18px;bottom:32px;width:2px;transform:translateX(-50%);background:linear-gradient(180deg,transparent,rgb(217 180 106 / .75),rgb(23 61 91 / .35),transparent);box-shadow:0 0 24px rgb(217 180 106 / .28)}.hsd-timeline-flow{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.95}.hsd-timeline-flow path{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.hsd-timeline-flow-base{stroke:rgb(23 61 91 / .16);stroke-width:2}.hsd-timeline-flow-light{stroke:url(#hsdTimelineFlowGold);stroke-width:3;stroke-dasharray:90 620;stroke-dashoffset:710;filter:drop-shadow(0 0 10px rgb(240 140 46 / .38));animation:hsdTimelineFlow 6.4s linear infinite}.hsd-timeline-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:26px;align-items:start}.hsd-timeline-card{position:relative;min-height:205px;padding:26px 26px 24px;grid-column:span 2;border:1px solid rgb(23 61 91 / .11);background:linear-gradient(145deg,rgb(255 255 255 / .96),rgb(247 250 252 / .86));box-shadow:0 22px 55px rgb(15 39 64 / .12),inset 0 1px 0 rgb(255 255 255 / .9);transform-style:preserve-3d;transition:box-shadow .35s ease,border-color .35s ease;will-change:transform;animation:hsdTimelineCardFloat 7.6s ease-in-out infinite}.hsd-timeline-card:nth-child(1){grid-column:1 / span 2;--float-start:rotateY(-7deg) rotateX(2deg) translateY(0);--float-mid:rotateY(-7deg) rotateX(2deg) translateY(-7px);animation-delay:-1.2s}.hsd-timeline-card:nth-child(2){grid-column:3 / span 2;margin-top:42px;--float-start:translateZ(18px) translateY(0);--float-mid:translateZ(18px) translateY(6px);animation-delay:-3.8s}.hsd-timeline-card:nth-child(3){grid-column:5 / span 2;--float-start:rotateY(7deg) rotateX(2deg) translateY(0);--float-mid:rotateY(7deg) rotateX(2deg) translateY(-6px);animation-delay:-2.1s}.hsd-timeline-card:nth-child(4){grid-column:1 / span 3;margin-top:6px;--float-start:rotateY(-5deg) translateY(0);--float-mid:rotateY(-5deg) translateY(7px);animation-delay:-4.5s}.hsd-timeline-card:nth-child(5){grid-column:4 / span 3;margin-top:54px;--float-start:rotateY(5deg) translateY(0);--float-mid:rotateY(5deg) translateY(-8px);animation-delay:-0.8s}.hsd-timeline-card:nth-child(6){grid-column:2 / span 2;margin-top:8px;--float-start:rotateY(-6deg) translateY(0);--float-mid:rotateY(-6deg) translateY(6px);animation-delay:-2.9s}.hsd-timeline-card:nth-child(7){grid-column:4 / span 3;margin-top:30px;--float-start:translateZ(24px) rotateY(4deg) translateY(0);--float-mid:translateZ(24px) rotateY(4deg) translateY(-7px);animation-delay:-5.3s}.hsd-timeline-card:hover{animation-play-state:paused;transform:translateY(-8px) rotateY(0deg) rotateX(0deg);border-color:rgb(240 140 46 / .36);box-shadow:0 30px 72px rgb(15 39 64 / .18)}.hsd-timeline-card::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgb(240 140 46 / .16),transparent 34%),linear-gradient(180deg,rgb(23 61 91 / .05),transparent);opacity:.75;pointer-events:none}.hsd-timeline-card::after{content:'';position:absolute;top:22px;right:22px;width:8px;height:8px;border-radius:50%;background:#d9b46a;box-shadow:0 0 0 7px rgb(217 180 106 / .12),0 0 20px rgb(217 180 106 / .7)}.hsd-timeline-year{position:relative;display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;color:var(--hsd-accent);font-size:34px;line-height:1;font-weight:900}.hsd-timeline-year::after{content:'';width:42px;height:1px;background:linear-gradient(90deg,var(--hsd-accent),transparent)}.hsd-timeline-card h3{position:relative;margin:0 0 10px;color:var(--hsd-primary-dark);font-size:19px;line-height:1.25}.hsd-timeline-card p{position:relative;margin:0;color:var(--hsd-steel-500);font-size:14px;line-height:1.72}@keyframes hsdTimelineFlow{to{stroke-dashoffset:0}}@keyframes hsdTimelineCardFloat{0%,100%{transform:var(--float-start)}50%{transform:var(--float-mid)}}@keyframes hsdMobileTimelineFlow{0%{transform:translateY(0);opacity:0}8%,88%{opacity:1}100%{transform:translateY(var(--mobile-flow-distance));opacity:0}}.hsd-cta-banner{background:linear-gradient(135deg,var(--hsd-primary-dark),var(--hsd-primary));padding:80px 0;text-align:center}.hsd-cta-banner h2{color:#fff;font-size:clamp(28px, 3.5vw, 42px);margin-bottom:16px}.hsd-cta-banner p{color:rgb(255 255 255 / .7);max-width:600px;margin:0 auto 32px;font-size:17px}.hsd-cta-contact{font-size:14px!important;color:rgb(255 255 255 / .4)!important;margin-top:24px!important;margin-bottom:0!important}.hsd-page-hero{padding:140px 0 80px;background:linear-gradient(135deg,var(--hsd-primary-dark),var(--hsd-primary));text-align:center}.hsd-page-hero--short{padding:120px 0 60px}.hsd-page-hero h1{color:#fff;font-size:clamp(32px, 4vw, 48px);margin-bottom:16px}.hsd-page-hero p{color:rgb(255 255 255 / .65);font-size:17px;max-width:650px;margin:0 auto;line-height:1.7}.hsd-breadcrumb{color:rgb(255 255 255 / .4);font-size:14px;margin-bottom:16px}.hsd-breadcrumb a{color:rgb(255 255 255 / .6)}.hsd-breadcrumb a:hover{color:var(--hsd-accent)}.hsd-products-hero{position:relative;overflow:hidden;text-align:left;background:var(--hsd-primary-dark);isolation:isolate}.hsd-products-hero::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgb(9 21 35 / .88) 0%,rgb(12 27 44 / .72) 24%,rgb(12 27 44 / .35) 46%,rgb(12 27 44 / .48) 100%),linear-gradient(180deg,rgb(8 18 30 / .18),rgb(8 18 30 / .48))}.hsd-page-hero-img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}.hsd-products-hero .container{position:relative;z-index:1}.hsd-products-hero h1,.hsd-products-hero p{max-width:660px;margin-left:0;margin-right:0;text-shadow:0 2px 16px rgb(0 0 0 / .36)}.hsd-products-hero .hsd-breadcrumb{color:rgb(255 255 255 / .58)}.hsd-products-hero .hsd-breadcrumb a{color:rgb(255 255 255 / .78)}.hsd-about-highlights{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:48px}.hsd-about-highlight{text-align:center;padding:24px 12px;background:var(--hsd-bg);border-radius:var(--hsd-radius-sm)}.hsd-ah-num{display:block;font-size:22px;font-weight:800;color:var(--hsd-primary)}.hsd-ah-label{font-size:12px;color:var(--hsd-steel-500);text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.hsd-factory-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.hsd-factory-content h3{font-size:20px;margin-bottom:16px}.hsd-factory-content ul{padding-left:1.2em;line-height:2;color:var(--hsd-steel-700)}.hsd-factory-content ul li{margin-bottom:12px}.hsd-spec-list{display:flex;flex-direction:column;gap:0}.hsd-spec-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--hsd-border);font-size:14px}.hsd-spec-item:last-child{border-bottom:none}.hsd-spec-item span:first-child{color:var(--hsd-steel-700);font-weight:500}.hsd-spec-item span:last-child{color:var(--hsd-primary);font-weight:600}.hsd-cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hsd-cert-card{text-align:center;padding:32px 20px;background:var(--hsd-white);border-radius:var(--hsd-radius);box-shadow:var(--hsd-shadow);border:1px solid var(--hsd-border)}.hsd-cert-icon{font-size:32px;color:var(--hsd-accent);margin-bottom:12px}.hsd-cert-card h3{font-size:16px;margin-bottom:6px}.hsd-cert-card p{font-size:13px;color:var(--hsd-steel-500);margin:0}.hsd-quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hsd-quality-card{background:var(--hsd-white);padding:28px 20px;border-radius:var(--hsd-radius);box-shadow:var(--hsd-shadow)}.hsd-q-num{width:32px;height:32px;border-radius:50%;background:var(--hsd-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin-bottom:12px}.hsd-quality-card h3{font-size:15px;margin-bottom:8px}.hsd-quality-card p{font-size:13px;color:var(--hsd-steel-500);line-height:1.7;margin:0}.hsd-logistics-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.hsd-logistics-grid ul{line-height:2}.hsd-logistics-grid h3{font-size:20px}.hsd-export-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hsd-export-region{text-align:center;padding:32px 16px;background:var(--hsd-white);border-radius:var(--hsd-radius);box-shadow:var(--hsd-shadow)}.hsd-export-region h3{font-size:16px;margin-bottom:8px}.hsd-export-region p{font-size:13px;color:var(--hsd-steel-500);margin:0;line-height:1.7}.hsd-content{max-width:960px;margin:0 auto}.hsd-content p{margin:0 auto 20px;max-width:900px;font-size:16px;line-height:1.9;color:var(--hsd-steel-700)}.hsd-content p:first-child{max-width:960px;padding:22px 26px;background:linear-gradient(160deg,rgb(26 62 93 / .06),rgb(240 140 58 / .06));border-left:4px solid var(--hsd-accent);border-radius:var(--hsd-radius-sm);color:var(--hsd-primary);font-size:17px}.hsd-content ul{line-height:2;margin-bottom:24px}.hsd-section-nav{background:var(--hsd-white);border-bottom:1px solid var(--hsd-border);position:sticky;top:var(--hsd-header-h);z-index:50}.hsd-section-nav-inner{display:flex;gap:4px;overflow-x:auto;padding:8px 0;-webkit-overflow-scrolling:touch}.hsd-section-nav-inner a{white-space:nowrap;padding:8px 18px;font-size:14px;font-weight:500;color:var(--hsd-steel-500);border-radius:60px;transition:var(--hsd-transition)}.hsd-section-nav-inner a:hover,.hsd-section-nav-inner a.active{background:var(--hsd-bg);color:var(--hsd-primary)}.hsd-prod-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hsd-prod-img-box{height:350px;border-radius:var(--hsd-radius);display:flex;align-items:center;justify-content:center}.hsd-voltage-tags{display:flex;gap:8px;justify-content:center;margin-top:16px}.hsd-voltage-tags span{padding:4px 14px;background:var(--hsd-accent-light);color:var(--hsd-accent-dark);border-radius:60px;font-size:12px;font-weight:600}.hsd-prod-detail{display:grid;grid-template-columns:minmax(300px,3fr) minmax(0,7fr);gap:48px;align-items:flex-start}.hsd-prod-visual{border-radius:var(--hsd-radius-sm);display:flex;align-items:flex-start;justify-content:center;padding-top:22px;aspect-ratio:9 / 16;position:relative;overflow:hidden;background:linear-gradient(160deg,rgb(26 62 93 / .05),rgb(17 45 69 / .08));border:1px solid rgb(26 62 93 / .08)}.hsd-prod-visual::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 40%,rgb(240 140 58 / .05) 0%,transparent 70%);border-radius:inherit}.hsd-prod-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hsd-prod-visual-zoomable{cursor:zoom-in}.hsd-prod-visual-zoomable::after{content:'View larger';position:absolute;right:12px;bottom:12px;z-index:2;padding:7px 11px;color:#fff;background:rgb(8 35 54 / .72);border:1px solid rgb(255 255 255 / .18);border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(10px);opacity:0;transform:translateY(4px);transition:opacity 0.25s ease,transform 0.25s ease}.hsd-prod-visual-zoomable:hover::after,.hsd-prod-visual-zoomable:focus-visible::after{opacity:1;transform:translateY(0)}.hsd-lightbox-open{overflow:hidden}.hsd-product-lightbox{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:28px;background:rgb(5 18 31 / .88);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:opacity 0.22s ease,visibility 0.22s ease}.hsd-product-lightbox.open{opacity:1;visibility:visible}.hsd-product-lightbox img{max-width:min(92vw, 760px);max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 30px 90px rgb(0 0 0 / .45)}.hsd-product-lightbox-close{position:fixed;top:18px;right:18px;z-index:1;width:44px;height:44px;border:1px solid rgb(255 255 255 / .2);border-radius:999px;color:#fff;background:rgb(255 255 255 / .1);font-size:28px;line-height:1;cursor:pointer}.hsd-product-lightbox-caption{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);max-width:min(90vw, 720px);color:rgb(255 255 255 / .82);font-size:13px;text-align:center}.hsd-prod-icon-large{font-size:36px;line-height:1;position:relative;z-index:1}.hsd-prod-category{display:inline-block;padding:3px 12px;background:var(--hsd-accent-light);color:var(--hsd-accent-dark);border-radius:60px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.hsd-prod-content h2,.hsd-prod-content h3{font-size:24px;margin-bottom:10px}.hsd-prod-content{min-width:0}.hsd-prod-desc{font-size:14px;line-height:1.65;color:var(--hsd-steel-700);margin-bottom:14px}.hsd-prod-table-wrap{overflow-x:auto;margin-bottom:14px;border-radius:8px;border:1px solid var(--hsd-border)}.hsd-prod-table{width:100%;border-collapse:collapse;font-size:13px}.hsd-prod-table thead{background:var(--hsd-primary);color:#fff}.hsd-prod-table th{padding:8px 14px;text-align:left;font-weight:600}.hsd-prod-table td{padding:7px 14px;border-bottom:1px solid var(--hsd-border)}.hsd-prod-table tbody tr:hover{background:var(--hsd-bg)}.hsd-prod-table tbody tr:last-child td{border-bottom:none}.hsd-tower-height-block{margin:16px 0 18px;max-width:100%}.hsd-tower-height-head{margin-bottom:12px}.hsd-tower-height-kicker{display:inline-flex;align-items:center;padding:3px 12px;border-radius:60px;background:var(--hsd-accent-light);color:var(--hsd-accent-dark);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.hsd-tower-height-head h3{margin:0;font-family:var(--hsd-font-body);font-size:20px;font-weight:700;line-height:1.25;color:var(--hsd-primary)}.hsd-tower-height-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hsd-tower-height-card{min-width:0;border:1px solid var(--hsd-border);border-radius:8px;background:var(--hsd-white);overflow:hidden}.hsd-tower-height-card h4{margin:0;padding:10px 12px;background:var(--hsd-primary);color:#fff;font-family:var(--hsd-font-body);font-size:13px;font-weight:600;line-height:1.25}.hsd-tower-height-card p{min-height:74px;margin:0;padding:10px 12px;color:var(--hsd-steel-500);font-size:13px;line-height:1.55;border-bottom:1px solid var(--hsd-border)}.hsd-tower-height-card dl{margin:0}.hsd-tower-height-card dl div{display:grid;grid-template-columns:54px 1fr;align-items:center;min-height:34px;border-bottom:1px solid var(--hsd-border)}.hsd-tower-height-card dl div:last-child{border-bottom:0}.hsd-tower-height-card dt,.hsd-tower-height-card dd{margin:0;padding:7px 10px;font-size:13px;line-height:1.35}.hsd-tower-height-card dt{color:var(--hsd-primary);font-weight:600;background:var(--hsd-bg);height:100%;display:flex;align-items:center}.hsd-tower-height-card dd{color:var(--hsd-steel-700)}@media (max-width:980px){.hsd-tower-height-grid{grid-template-columns:1fr}.hsd-tower-height-card p{min-height:0}}#transmission-towers .hsd-prod-voltage-nav,#transmission-35kv,#transmission-110kv,#transmission-220kv,#transmission-500kv{display:none}.hsd-prod-voltage-nav{display:flex;align-items:center;gap:6px;margin-bottom:12px;flex-wrap:wrap}.hsd-prod-voltage-label{font-size:12px;font-weight:600;color:var(--hsd-steel-500)}.hsd-prod-voltage-link{padding:4px 12px;background:var(--hsd-bg);border-radius:60px;font-size:12px;font-weight:600;color:var(--hsd-primary);transition:var(--hsd-transition)}.hsd-prod-voltage-link:hover{background:var(--hsd-primary);color:#fff}.hsd-prod-features{list-style:none;padding:0;margin:0 0 16px;display:grid;grid-template-columns:1fr 1fr;gap:4px}.hsd-prod-features li{padding:5px 8px 5px 24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23f08c3a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") left center no-repeat;background-size:14px;font-size:13px;color:var(--hsd-steel-700)}.hsd-contact-sales{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:var(--hsd-steel-500);text-decoration:none;transition:var(--hsd-transition);padding:2px 0}.hsd-contact-sales:hover{color:var(--hsd-accent);gap:8px}.hsd-voltage-header{text-align:center;max-width:650px;margin:0 auto 32px}.hsd-voltage-header h2,.hsd-voltage-header h3{font-size:24px;margin:0 0 16px}.hsd-voltage-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:flex-start}.hsd-voltage-table-wrap{border-radius:8px;border:1px solid var(--hsd-border);overflow:hidden}.hsd-prod-key-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}.hsd-key-spec{background:var(--hsd-bg);padding:10px;border-radius:8px;text-align:center}.hsd-key-spec span{display:block;font-size:11px;color:var(--hsd-steel-500);margin-bottom:2px;text-transform:uppercase;letter-spacing:.5px}.hsd-key-spec strong{font-size:14px;color:var(--hsd-primary)}.hsd-voltage-cta{background:linear-gradient(160deg,var(--hsd-white),var(--hsd-bg));padding:24px 24px;border-radius:var(--hsd-radius-sm);box-shadow:0 8px 24px rgb(17 45 69 / .06);border:1px solid var(--hsd-border)}.hsd-voltage-cta p{font-size:13px;line-height:1.7;color:var(--hsd-steel-500);margin-bottom:12px}.hsd-voltage-inquire{margin:0;font-size:14px}.hsd-voltage-inquire a{color:var(--hsd-accent);font-weight:600;text-decoration:none}.hsd-voltage-inquire a:hover{color:var(--hsd-accent-dark)}.hsd-contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:48px}.hsd-contact-info{display:grid;gap:20px}.hsd-contact-card{background:var(--hsd-white);padding:24px;border-radius:var(--hsd-radius-sm);box-shadow:var(--hsd-shadow);border:1px solid var(--hsd-border)}.hsd-contact-icon{font-size:24px;margin-bottom:8px}.hsd-contact-card h3{font-size:15px;margin-bottom:6px}.hsd-contact-card p{font-size:14px;color:var(--hsd-steel-500);margin:0;line-height:1.7}.hsd-contact-card a{color:var(--hsd-primary)}.hsd-contact-card a:hover{color:var(--hsd-accent)}.hsd-contact-form-wrap{background:var(--hsd-white);padding:40px;border-radius:var(--hsd-radius);box-shadow:var(--hsd-shadow)}.hsd-contact-form-wrap h3{font-size:22px;margin-bottom:8px}.hsd-contact-form-wrap>p{font-size:15px;color:var(--hsd-steel-500);margin-bottom:24px}.hsd-contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.hsd-contact-form label{display:grid;gap:8px;color:#233349;font-size:12px;font-weight:700;line-height:1.2}.hsd-contact-form span{display:block}.hsd-contact-form input,.hsd-contact-form textarea{width:100%;border:1px solid #d8e0e8;border-radius:8px;padding:13px 14px;color:var(--hsd-primary);background:#fbfcfd;font:inherit;font-size:14px;line-height:1.45;box-shadow:inset 0 1px 0 rgb(255 255 255 / .75);transition:border-color 0.18s ease,box-shadow 0.18s ease,background 0.18s ease}.hsd-contact-form input::placeholder,.hsd-contact-form textarea::placeholder{color:#8a98a8}.hsd-contact-form input:focus,.hsd-contact-form textarea:focus{outline:none;border-color:var(--hsd-accent);background:#fff;box-shadow:0 0 0 3px rgb(240 140 58 / .16)}.hsd-contact-form textarea{resize:vertical;min-height:132px}.hsd-contact-form .hsd-form-full,.hsd-contact-form .hsd-btn{grid-column:1 / -1}.hsd-contact-form .hsd-btn{justify-self:start;min-width:168px;border-radius:8px}.hsd-form-notice{margin:0 0 18px;padding:12px 14px;border-radius:8px;font-size:14px;font-weight:600}.hsd-form-notice-success{background:#e8f7ef;color:#176c3a}.hsd-form-notice-error{background:#fff2f0;color:#a93424}.hsd-map-wrap{border-radius:var(--hsd-radius);overflow:hidden;box-shadow:var(--hsd-shadow)}.hsd-static-map{display:block;position:relative;border:1px solid rgb(15 27 46 / .08);background:var(--hsd-primary-dark)}.hsd-static-map img{width:100%;height:auto;display:block;transition:transform 0.35s ease,filter 0.35s ease}.hsd-static-map:hover img{transform:scale(1.015);filter:saturate(1.04)}.hsd-map-placeholder{min-height:320px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgb(15 27 46 / .92),rgb(26 58 92 / .82)),repeating-linear-gradient(45deg,rgb(255 255 255 / .08) 0 1px,transparent 1px 18px)}.hsd-map-placeholder-inner{max-width:460px;padding:36px 24px;text-align:center}.hsd-map-placeholder h3{color:#fff;font-size:24px;margin-bottom:10px}.hsd-map-placeholder p{color:rgb(255 255 255 / .72);margin:0 0 22px}.hsd-map-placeholder .hsd-btn-outline{color:#fff;border-color:rgb(255 255 255 / .35)}.hsd-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.hsd-blog-card{background:var(--hsd-white);border-radius:var(--hsd-radius);overflow:hidden;box-shadow:var(--hsd-shadow);transition:var(--hsd-transition)}.hsd-blog-card:hover{transform:translateY(-4px);box-shadow:var(--hsd-shadow-lg)}.hsd-blog-thumb{height:200px;overflow:hidden}.hsd-blog-thumb img{width:100%;height:100%;object-fit:cover;transition:var(--hsd-transition)}.hsd-blog-card:hover .hsd-blog-thumb img{transform:scale(1.05)}.hsd-blog-card-body{padding:24px}.hsd-blog-meta{display:flex;gap:12px;font-size:13px;color:var(--hsd-steel-500);margin-bottom:10px}.hsd-blog-card-body h2{font-size:18px;margin-bottom:10px}.hsd-blog-card-body h2 a{color:var(--hsd-primary)}.hsd-blog-card-body h2 a:hover{color:var(--hsd-accent)}.hsd-blog-card-body p{font-size:14px;color:var(--hsd-steel-500);line-height:1.7;margin-bottom:16px}.hsd-blog-readmore{font-size:14px;font-weight:600;color:var(--hsd-accent)}.hsd-blog-readmore:hover{color:var(--hsd-accent-dark)}.hsd-post-meta{color:rgb(255 255 255 / .5);font-size:14px;display:flex;gap:16px;justify-content:center}.hsd-post-thumb{margin-bottom:40px;border-radius:var(--hsd-radius);overflow:hidden}.hsd-post-content{max-width:800px;margin:0 auto}.hsd-pagination{text-align:center;margin-top:48px}.hsd-pagination .page-numbers{display:inline-block;padding:8px 16px;margin:0 3px;border-radius:6px;font-size:14px;color:var(--hsd-steel-700);background:var(--hsd-bg)}.hsd-pagination .page-numbers.current{background:var(--hsd-primary);color:#fff}.hsd-pagination .page-numbers:hover:not(.current){background:var(--hsd-border)}.hsd-footer{background:var(--hsd-dark);color:rgb(255 255 255 / .6);padding:64px 0 0}.hsd-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}.hsd-footer-logo-link{display:inline-flex;align-items:center;height:40px;margin-bottom:16px;text-decoration:none;overflow:visible}.hsd-footer-logo-img{height:40px;width:auto;display:block;transform:scale(1.7);transform-origin:left center}.hsd-footer-brand p{font-size:14px;line-height:1.8;margin-bottom:20px}.hsd-footer-social{display:flex;gap:10px}.hsd-footer-social a{width:36px;height:36px;border-radius:50%;background:rgb(255 255 255 / .08);display:flex;align-items:center;justify-content:center;transition:var(--hsd-transition)}.hsd-footer-social a:hover{background:var(--hsd-accent)}.hsd-footer-social svg{width:16px;height:16px;color:#fff}.hsd-social-facebook{background:#1877F2!important;border-color:#1877F2!important;color:#fff!important}.hsd-social-linkedin{background:#0A66C2!important;border-color:#0A66C2!important;color:#fff!important}.hsd-social-youtube{background:#FF0000!important;border-color:#FF0000!important;color:#fff!important}.hsd-social-tiktok{background:#000!important;border-color:#000!important;color:#fff!important}.hsd-social-instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)!important;border-color:transparent!important;color:#fff!important}.hsd-footer-col h4{color:#fff;font-size:15px;margin-bottom:16px}.hsd-footer-links{list-style:none;padding:0;margin:0}.hsd-footer-links li{margin-bottom:10px}.hsd-footer-links a{color:rgb(255 255 255 / .5);font-size:14px}.hsd-footer-links a:hover{color:var(--hsd-accent)}.hsd-footer-contact{list-style:none;padding:0;margin:0}.hsd-footer-contact li{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:14px;color:rgb(255 255 255 / .5)}.hsd-footer-contact svg{flex-shrink:0;opacity:.5}.hsd-footer-bottom{border-top:1px solid rgb(255 255 255 / .06);padding:20px 0;margin-top:48px;text-align:center}.hsd-footer-bottom p{font-size:13px;margin:0;color:rgb(255 255 255 / .3)}.hsd-reveal{opacity:1;transform:none;transition:transform 0.45s ease,box-shadow 0.3s ease,background 0.3s ease}.js .hsd-reveal{transform:translateY(10px)}.js .hsd-reveal.visible{transform:translateY(0)}.js .hsd-hero-badge,.js .hsd-hero-content h1,.js .hsd-hero-content p,.js .hsd-hero-actions,.js .hsd-hero-trust{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.hsd-reveal,.js .hsd-reveal,.js .hsd-reveal.visible,.hsd-timeline-card,.hsd-timeline-flow-light,.hsd-timeline-stage::after{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}}@media (max-width:1024px){.hsd-stats-grid{grid-template-columns:repeat(3,1fr)}.hsd-caps-grid{grid-template-columns:repeat(2,1fr)}.hsd-why-grid{grid-template-columns:repeat(2,1fr)}.hsd-products-grid{grid-template-columns:repeat(2,1fr)}.hsd-product-card,.hsd-product-card:nth-child(4),.hsd-product-card:nth-child(5){grid-column:auto}.hsd-about-highlights{grid-template-columns:repeat(3,1fr)}.hsd-quality-grid{grid-template-columns:repeat(2,1fr)}.hsd-cert-grid{grid-template-columns:repeat(2,1fr)}.hsd-export-grid{grid-template-columns:repeat(2,1fr)}.hsd-blog-grid{grid-template-columns:repeat(2,1fr)}.hsd-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--hsd-header-h:60px;--hsd-container:calc(100% - 28px)}.hsd-section{padding:48px 0}.hsd-section-header{margin-bottom:36px}.hsd-section-header h2{font-size:clamp(24px, 6vw, 32px)}.hsd-section-header p{font-size:15px}.hsd-header-inner{position:relative;justify-content:space-between;align-items:center;gap:0}.hsd-header-left{position:absolute;left:43%;transform:translateX(-50%);margin-right:0;z-index:2}.hsd-header-right{gap:4px;margin-left:auto;z-index:3}.hsd-hamburger{display:flex;padding:6px;z-index:3}.hsd-logo-img{height:56px;transform:none}.hsd-header-cta{display:none}.hsd-lang-btn{min-width:92px;height:44px;padding:8px 12px;font-size:14px;gap:9px}.hsd-lang-current{max-width:34px}.hsd-lang-current-flag,.hsd-lang-flag{width:24px;height:17px}.hsd-lang-dropdown{min-width:124px;right:0}.hsd-lang-dropdown a{min-height:44px;font-size:14px;padding:0 12px;gap:10px}.hsd-lang-shortcode .trp-language-switcher>div{min-width:92px!important;height:38px!important;line-height:38px!important;padding:0 8px!important}.hsd-lang-shortcode .trp-language-switcher .trp-switcher-dropdown-list{min-width:150px!important;right:0!important;left:auto!important}.hsd-lang-shortcode .trp-language-switcher .trp-switcher-dropdown-list a{font-size:14px!important;padding:9px 10px!important}.hsd-nav{position:fixed;top:10px;left:10px;width:min(34vw, 280px);min-width:220px;max-height:58vh;height:auto;background:linear-gradient(160deg,rgb(12 24 44 / .86),rgb(10 20 38 / .78));backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);border:1px solid rgb(255 255 255 / .14);box-shadow:0 18px 40px rgb(0 0 0 / .35),inset 0 1px 0 rgb(255 255 255 / .12);border-radius:16px;padding:10px 10px 12px;transform:translateX(-120%);transition:transform 0.28s ease;z-index:998;overflow-y:auto;justify-content:flex-start}.hsd-nav.open{transform:translateX(0)}.hsd-nav-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0 0 10px auto;border-radius:10px;background:linear-gradient(160deg,#f8a855,#e87820 45%,#d96a15);border:1px solid rgb(255 255 255 / .22);color:#fff;font-size:22px;font-weight:700;line-height:1;position:sticky;top:0;z-index:5;box-shadow:0 8px 20px rgb(0 0 0 / .25)}.hsd-nav-indicator{display:none}.hsd-nav-menu{flex-direction:column;gap:2px;width:100%}.hsd-nav-menu>li>a{padding:9px 10px;font-size:14px;border-radius:9px;color:rgb(255 255 255 / .88);text-shadow:0 1px 2px rgb(0 0 0 / .25)}.hsd-nav-menu>li>a:hover,.hsd-nav-menu>li>a:active{background:rgb(255 255 255 / .1);color:#fff}.hsd-nav-menu .sub-menu{position:static!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;opacity:1!important;visibility:visible!important;background:rgb(255 255 255 / .05);border:none;box-shadow:none;border-radius:8px;margin:4px 0 6px 0;display:none;padding:4px 0;width:100%}.hsd-nav-menu li.open>.sub-menu{display:block}.hsd-nav-menu .sub-menu a{color:rgb(255 255 255 / .62);padding:8px 10px;font-size:13px}.hsd-hero{height:92vh;min-height:480px}.hsd-hero-slide-secondary{display:none}.hsd-hero-content h1{font-size:clamp(28px, 7vw, 40px)}.hsd-hero-content p{font-size:15px}.hsd-hero-badge{font-size:11px;padding:6px 14px}.hsd-hero-actions{flex-direction:column;gap:12px}.hsd-hero-actions .hsd-btn{justify-content:center;width:100%}.hsd-hero-trust{gap:14px;font-size:12px}.hsd-stats{padding:16px 0}.hsd-stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;overflow:hidden;padding:0}.hsd-stat-item{min-width:0;padding:6px 2px 5px;border-radius:14px;background:linear-gradient(160deg,rgb(255 255 255 / .1),rgb(255 255 255 / .05));border:1px solid rgb(255 255 255 / .16);box-shadow:inset 0 1px 0 rgb(255 255 255 / .08)}.hsd-stat-number{font-size:13px;line-height:1;margin-bottom:2px;letter-spacing:-.2px}.hsd-stat-label{font-size:6px;line-height:1.05;letter-spacing:0;white-space:nowrap;opacity:.92}.hsd-caps-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hsd-cap-card{min-height:0;padding:16px 13px 17px;border-radius:8px}.hsd-cap-icon{width:56px;height:56px;margin-bottom:13px;border-radius:16px 5px 16px 5px}.hsd-cap-icon svg{width:36px;height:36px}.hsd-cap-card::after{top:13px;right:13px;font-size:32px}.hsd-cap-card h3{font-size:clamp(15px, 4vw, 17px);line-height:1.16;margin-bottom:8px}.hsd-cap-card p{font-size:clamp(12px, 3.25vw, 13.5px);line-height:1.45}.hsd-why-grid{grid-template-columns:repeat(2,1fr);gap:10px}.hsd-why-item{padding:16px 10px;border-radius:12px}.hsd-why-number{font-size:30px;margin-bottom:4px}.hsd-why-item h3{font-size:17px;margin-bottom:6px;line-height:1.2}.hsd-why-item p{font-size:14px;line-height:1.45}.hsd-video-poster{padding:48px 24px}.hsd-video-iframe{aspect-ratio:16 / 9}.hsd-video-play-btn{width:52px;height:52px;font-size:20px}.hsd-region-tags{gap:8px}.hsd-region-tags span{font-size:12px;padding:6px 14px}.hsd-products-grid{grid-template-columns:1fr;gap:16px}.hsd-product-img{height:auto;background:#fff0}.hsd-product-img::after{display:none}.hsd-product-img img{height:auto;object-fit:initial}.hsd-product-card h3{padding:18px 20px 8px}.hsd-product-card p{padding:0 20px}.hsd-card-link{padding:0 20px 20px}.hsd-timeline-stage{padding:10px 0 8px}.hsd-timeline-stage::before{left:16px;top:0;bottom:22px;transform:none}.hsd-timeline-stage::after{content:'';position:absolute;left:16px;top:var(--mobile-flow-start,26px);width:3px;height:96px;border-radius:999px;background:linear-gradient(180deg,transparent,rgb(240 140 46 / .95),rgb(217 180 106 / .95),transparent);box-shadow:0 0 18px rgb(240 140 46 / .46);animation:hsdMobileTimelineFlow 4.8s linear infinite;pointer-events:none}.hsd-timeline-flow{display:none}.hsd-timeline-grid{display:block}.hsd-timeline-card,.hsd-timeline-card:nth-child(n){margin:0 0 18px 34px;min-height:0;padding:20px;transform:none;animation:none}.hsd-timeline-card:hover{transform:translateY(-4px)}.hsd-timeline-card::after{left:-28px;right:auto;top:26px}.hsd-timeline-year{font-size:26px;margin-bottom:14px}.hsd-timeline-card h3{font-size:17px;margin-bottom:8px}.hsd-timeline-card p{font-size:13px;line-height:1.62;margin:0}.hsd-cta-banner{padding:48px 0}.hsd-cta-banner h2{font-size:clamp(22px, 6vw, 28px)}.hsd-cta-banner p{font-size:14px}.hsd-page-hero{padding:96px 0 40px}.hsd-page-hero--short{padding:86px 0 32px}.hsd-page-hero h1{font-size:clamp(24px, 6vw, 32px)}.hsd-page-hero p{font-size:15px}.hsd-products-hero{min-height:320px;padding:100px 0 42px}.hsd-products-hero::before{background:linear-gradient(90deg,rgb(9 21 35 / .84) 0%,rgb(12 27 44 / .62) 42%,rgb(12 27 44 / .42) 100%),linear-gradient(180deg,rgb(8 18 30 / .24),rgb(8 18 30 / .62))}.hsd-products-hero .hsd-page-hero-img{object-position:center}.hsd-products-hero h1,.hsd-products-hero p{max-width:92%}.hsd-section-nav{top:var(--hsd-header-h)}.hsd-section-nav-inner{gap:2px;padding:6px 0}.hsd-section-nav-inner a{font-size:12px;padding:6px 12px}.hsd-prod-detail{grid-template-columns:118px minmax(0,1fr);gap:16px;align-items:center}.hsd-prod-visual{grid-column:1;grid-row:1 / span 3;width:118px;aspect-ratio:9/16;min-height:auto;padding-top:0;flex-direction:column;margin:0}.hsd-prod-content{display:contents}.hsd-prod-category,.hsd-prod-content h2,.hsd-prod-content h3,.hsd-prod-desc{grid-column:2;min-width:0}.hsd-prod-category{margin-bottom:0;align-self:end}.hsd-prod-content h2,.hsd-prod-content h3{align-self:center;margin-bottom:0;overflow-wrap:anywhere}.hsd-prod-desc{align-self:start;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}.hsd-prod-table-wrap,.hsd-prod-voltage-nav,.hsd-tower-height-block,.hsd-prod-features,.hsd-contact-sales{grid-column:1 / -1}#transmission-towers .hsd-prod-content h2{overflow-wrap:normal;word-break:normal;hyphens:none}#transmission-towers .hsd-tower-height-grid{grid-template-columns:1fr}#transmission-towers .hsd-tower-height-card p{min-height:0}.hsd-prod-icon-large{font-size:26px}.hsd-prod-content h2,.hsd-prod-content h3{font-size:20px}.hsd-prod-table-wrap{margin:0 -4px 12px;border-radius:0;border-left:none;border-right:none}.hsd-prod-table{font-size:12px;min-width:380px}.hsd-prod-table th,.hsd-prod-table td{padding:6px 10px}.hsd-prod-features{grid-template-columns:1fr;gap:2px}.hsd-prod-features li{font-size:12px;padding:4px 4px 4px 20px;background-size:11px}.hsd-contact-sales{font-size:13px}.hsd-voltage-grid{grid-template-columns:1fr;gap:20px}.hsd-voltage-header{margin-bottom:20px}.hsd-voltage-header h2,.hsd-voltage-header h3{font-size:20px}.hsd-prod-key-specs{grid-template-columns:repeat(2,1fr);gap:6px}.hsd-key-spec{padding:8px}.hsd-key-spec strong{font-size:13px}.hsd-voltage-cta{padding:20px}.hsd-about-highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hsd-about-highlight{padding:14px 8px}.hsd-ah-num{font-size:17px}.hsd-factory-grid{grid-template-columns:1fr;gap:24px}.hsd-factory-content h3{font-size:17px}.hsd-factory-content ul{font-size:14px}.hsd-spec-item{font-size:13px;padding:10px 0}.hsd-cert-grid,.hsd-quality-grid,.hsd-export-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hsd-cert-card,.hsd-quality-card,.hsd-export-region{padding:16px 10px;text-align:center}.hsd-cert-icon{font-size:24px;margin-bottom:8px}.hsd-cert-card h3,.hsd-quality-card h3,.hsd-export-region h3{font-size:13px;line-height:1.25;margin-bottom:5px}.hsd-quality-card p,.hsd-export-region p{font-size:11px;line-height:1.45}.hsd-q-num{width:30px;height:30px;font-size:13px;margin:0 auto 8px}.hsd-content p{font-size:14px;line-height:1.75}.hsd-content p:first-child{padding:18px;font-size:15px}.hsd-logistics-grid{grid-template-columns:1fr;gap:24px}.hsd-contact-grid{grid-template-columns:1fr;gap:24px}.hsd-contact-info{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}.hsd-contact-card{min-height:118px;padding:14px 8px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.hsd-contact-icon{font-size:20px;margin-bottom:6px;line-height:1}.hsd-contact-card h3{font-size:13px;margin-bottom:4px}.hsd-contact-card p{font-size:11px;line-height:1.45;overflow-wrap:anywhere}.hsd-contact-form-wrap{padding:24px}.hsd-contact-form-wrap h3{font-size:18px}.hsd-contact-form{grid-template-columns:1fr;gap:12px}.hsd-contact-form input,.hsd-contact-form textarea{padding:12px 13px;font-size:14px}.hsd-contact-form textarea{min-height:118px}.hsd-contact-form .hsd-btn{width:100%;justify-content:center}.hsd-static-map{border-radius:12px}.hsd-static-map img{min-height:230px;object-fit:cover;object-position:48% center}.hsd-map-placeholder{min-height:240px}.hsd-map-placeholder-inner{padding:28px 18px}.hsd-map-placeholder h3{font-size:20px}.hsd-map-wrap iframe{height:240px}.hsd-blog-grid{grid-template-columns:1fr;gap:16px}.hsd-blog-thumb{height:180px}.hsd-blog-card-body{padding:16px}.hsd-blog-card-body h2{font-size:16px}.hsd-footer{padding:28px 0 0;background:var(--hsd-dark);color:rgb(255 255 255 / .6)}.hsd-footer-grid{display:none!important}.hsd-footer-mobile{display:block!important}.hsd-footer-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid rgb(255 255 255 / .12)}.hsd-footer-mobile-logo{height:42px;width:auto}.hsd-footer-mobile-badges{display:flex;gap:5px;flex-wrap:nowrap;justify-content:flex-end;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hsd-footer-mobile-badges::-webkit-scrollbar{display:none}.hsd-footer-mobile-badges span{flex:0 0 auto;font-size:10px;font-weight:600;color:rgb(255 255 255 / .9);background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);border-radius:999px;padding:4px 8px;line-height:1;white-space:nowrap}.hsd-footer-mobile-links{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:14px 0;border-bottom:1px solid rgb(255 255 255 / .12)}.hsd-footer-mobile-links h5{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin:0 0 10px;color:rgb(255 255 255 / .92)}.hsd-footer-mobile-links a{display:block;font-size:16px;color:rgb(255 255 255 / .72);margin-bottom:8px;text-decoration:none;line-height:1.35}.hsd-footer-mobile-actions{display:flex;flex-wrap:nowrap;justify-content:center;gap:6px;padding:10px 0;border-bottom:1px solid rgb(255 255 255 / .12);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hsd-footer-mobile-actions::-webkit-scrollbar{display:none}.hsd-footer-mobile-actions a{flex:0 0 auto;min-width:92px;display:flex;align-items:center;justify-content:center;font-size:11px;color:rgb(255 255 255 / .78);background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);border-radius:999px;padding:7px 8px;text-decoration:none;white-space:nowrap}.hsd-footer-mobile-social{display:flex;justify-content:center;gap:10px;padding:12px 0 4px}.hsd-footer-mobile-social a{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);text-decoration:none}.hsd-footer-mobile-social a svg{width:18px;height:18px;display:block}.hsd-social-facebook{background:#1877F2!important;border-color:#1877F2!important}.hsd-social-linkedin{background:#0A66C2!important;border-color:#0A66C2!important}.hsd-social-youtube{background:#FF0000!important;border-color:#FF0000!important}.hsd-social-tiktok{background:#000!important;border-color:#000!important}.hsd-social-instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)!important;border-color:transparent!important}.hsd-footer-bottom{margin-top:0;padding:12px 0 8px;border-top:none;text-align:center}.hsd-footer-bottom p{color:rgb(255 255 255 / .56);font-size:13px;line-height:1.5;margin-bottom:10px}.hsd-footer-mobile-policy{display:flex;justify-content:flex-start;gap:6px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.hsd-footer-mobile-policy::-webkit-scrollbar{display:none}.hsd-footer-mobile-policy a{flex:0 0 auto;font-size:11px;color:rgb(255 255 255 / .72);background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);border-radius:999px;padding:6px 10px;text-decoration:none;white-space:nowrap}.hsd-social-marquee{padding:20px 0 23px}.hsd-social-marquee::after{top:98px;width:190px;animation-duration:4.2s}.hsd-social-shell{margin-bottom:14px}.hsd-social-copy h2{font-size:27px}.hsd-social-copy h2 span{white-space:normal}.hsd-marquee-content{gap:12px;animation-duration:24s}.hsd-marquee-item{min-width:178px;gap:10px;padding:13px 14px 13px 12px;transform:rotateY(-7deg) rotateX(3deg)}.hsd-marquee-icon{width:43px;height:43px;border-radius:14px 5px 14px 5px}.hsd-marquee-icon svg{width:22px;height:22px}.hsd-social-label strong{font-size:14.5px}.hsd-social-label small{font-size:10px}}@media (max-width:480px){.hsd-hero{height:86vh;min-height:400px}.hsd-hero-content h1{font-size:clamp(24px, 7vw, 32px)}.hsd-stats-grid{gap:3px}.hsd-stat-item{min-width:0;padding:5px 2px 4px;border-radius:12px}.hsd-stat-number{font-size:12px}.hsd-stat-label{font-size:6px;letter-spacing:0}.hsd-caps-grid{grid-template-columns:repeat(2,1fr);gap:8px}.hsd-cap-card{padding:13px 9px 14px}.hsd-cap-icon{width:50px;height:50px;margin-bottom:10px}.hsd-cap-icon svg{width:32px;height:32px}.hsd-cap-card::after{top:11px;right:10px;font-size:28px}.hsd-cap-card h3{font-size:14.5px;margin-bottom:6px;line-height:1.15}.hsd-cap-card p{font-size:12px;line-height:1.38}.hsd-prod-detail{grid-template-columns:112px minmax(0,1fr);gap:14px;align-items:center}.hsd-prod-visual{grid-column:1;grid-row:1 / span 3;width:112px;aspect-ratio:9/16;flex-direction:column;padding-top:0;align-items:center;justify-content:center;margin:0}#transmission-towers .hsd-tower-height-block,#transmission-towers .hsd-prod-features,#transmission-towers .hsd-contact-sales{grid-column:1 / -1}#transmission-towers .hsd-prod-content h2{overflow-wrap:normal;word-break:normal;hyphens:none}#transmission-towers .hsd-tower-height-grid{grid-template-columns:1fr}#transmission-towers .hsd-tower-height-card p{min-height:0}.hsd-prod-icon-large{font-size:28px}.hsd-about-highlights{grid-template-columns:repeat(2,1fr);gap:6px}.hsd-cert-grid{grid-template-columns:repeat(2,1fr);gap:8px}.hsd-quality-grid,.hsd-export-grid{grid-template-columns:repeat(2,1fr);gap:8px}.hsd-section-header h2{font-size:clamp(22px, 6vw, 28px)}.hsd-why-grid{grid-template-columns:repeat(2,1fr);gap:8px}.hsd-why-item{padding:12px 8px}.hsd-why-number{font-size:26px}.hsd-why-item h3{font-size:15px}.hsd-why-item p{font-size:12px;line-height:1.35}.hsd-timeline{padding-left:6px}.hsd-timeline::before{left:20px}.hsd-timeline-year{padding-left:40px;font-size:14px}.hsd-timeline-content{margin-left:6px;padding:10px 14px}.hsd-timeline-content h3{font-size:13px}.hsd-timeline-content p{font-size:11px}.hsd-footer-mobile-actions{gap:5px}.hsd-footer-mobile-actions a{min-width:84px;font-size:10px;padding:6px 7px}.hsd-footer-mobile-policy a{font-size:10px;padding:5px 9px}.hsd-footer-mobile-social a{width:36px;height:36px;font-size:14px;border-radius:10px}}@media (max-width:768px){.hsd-footer-grid{display:none!important}.hsd-footer-mobile{display:block!important}}