:root{--bg: #f5f8fe;--surface: #ffffff;--surface-alt: #f8fbff;--surface-deep: #163a6b;--text: #0d2240;--muted: #4a5d75;--line: #d8e4f4;--brand: #2563b5;--brand-light: #5b9df0;--brand-dark: #1d4f92;--brand-rgb: 37, 99, 181;--card-body-bg: #9ebee8;--card-body-bg-hover: #8aadde;--card-divider: #7a9fd4;--card-tag-bg: var(--brand);--card-tag-color: #ffffff;--accent: #d4a82a;--accent-dark: #b88f1f;--cta: #1faa59;--cta-dark: #178f4a;--cta-rgb: 31, 170, 89;--shadow: 0 18px 48px rgba(22, 58, 107, .08);--shadow-soft: 0 10px 28px rgba(22, 58, 107, .05);--gradient-brand: var(--brand);--gradient-brand-hover: var(--brand-dark);--gradient-hero: var(--brand);--gradient-surface: var(--bg);--gradient-panel: var(--surface);--gradient-footer: var(--surface-deep)}*{box-sizing:border-box}html{font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text);background:var(--bg);scroll-behavior:smooth}body{margin:0}a{color:inherit;text-decoration:none}p{margin:0;color:var(--muted);line-height:1.72}h1,h2,h3{margin:0;line-height:1.1}ul{margin:0;padding:0}.container{width:min(1180px,calc(100% - 2rem));margin:0 auto}.topbar{background:var(--surface-deep);color:#ffffffe0;border-bottom:1px solid rgba(255,255,255,.08)}.topbar-inner,.topbar-links,.nav-shell,.main-nav,.hero-actions,.section-heading,.product-header{display:flex;align-items:center}.topbar-inner,.nav-shell,.section-heading,.product-header{justify-content:space-between}.topbar-inner{min-height:42px;gap:1rem;font-size:.9rem}.topbar-links{gap:1.2rem;flex-wrap:wrap}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid var(--line);box-shadow:0 8px 24px #0c23400a}.nav-shell{min-height:82px;gap:1rem}.nav-panel{display:flex;align-items:center;gap:1rem;flex:1;justify-content:flex-end}.nav-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.lang-switch{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem;border:1px solid var(--line);border-radius:999px;background:#ffffffeb}.lang-switch-link{min-height:34px;padding:0 .75rem;border-radius:999px;color:var(--muted);font-size:.88rem;font-weight:700;line-height:34px}.lang-switch-link:hover{color:var(--brand-dark)}.lang-switch-link.is-active{background:rgba(var(--brand-rgb),.12);color:var(--brand-dark)}.brand,.brand-copy{display:flex;align-items:center}.brand{gap:.9rem}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:var(--gradient-brand);color:#fff;font-weight:800;letter-spacing:.08em;box-shadow:var(--shadow-soft)}.brand-copy{flex-direction:column;align-items:flex-start;gap:.18rem}.brand-copy strong{font-size:1rem}.brand-copy small{color:var(--muted)}.nav-toggle{display:none;align-items:center;justify-content:center;gap:.35rem;min-height:48px;padding:.8rem .95rem;border:1px solid rgba(16,32,49,.1);border-radius:16px;background:#fffffff5;color:var(--text);box-shadow:var(--shadow-soft)}.nav-toggle-line{display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.nav-toggle-text{margin-left:.35rem;font-size:.88rem;font-weight:700}.main-nav{gap:1.4rem;flex-wrap:wrap;font-weight:600}.main-nav a{position:relative;padding:.2rem 0}.nav-dropdown{position:relative;padding-bottom:.8rem;margin-bottom:-.8rem}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.4rem}.nav-dropdown-button{padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:600;cursor:pointer}.nav-dropdown-trigger:before{content:"";width:.45rem;height:.45rem;margin-top:-.15rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);order:2}.nav-dropdown-menu{position:absolute;top:calc(100% + .2rem);left:0;display:grid;gap:.2rem;min-width:290px;padding:.55rem;border:1px solid rgba(16,32,49,.08);border-radius:18px;background:#fffffffa;box-shadow:0 18px 40px #1020311f;opacity:0;pointer-events:none;transform:translateY(6px);transition:.18s ease}.nav-dropdown-menu a{padding:.7rem .85rem;border-radius:12px;font-weight:600;white-space:nowrap}.nav-dropdown-menu a:hover{background:rgba(var(--brand-rgb),.08)}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a:after{content:"";position:absolute;left:0;bottom:-.3rem;width:100%;height:2px;transform:scaleX(0);transform-origin:left;background:var(--brand);transition:transform .18s ease}.main-nav a:hover:after{transform:scaleX(1)}.button,.text-link,.carousel-dot,.carousel-slide{transition:.2s ease}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.2rem;border:0;border-radius:999px;font:inherit;font-weight:700;cursor:pointer}.primary{background:var(--gradient-brand);color:#fff;box-shadow:0 12px 28px rgba(var(--brand-rgb),.22)}.primary:hover{background:var(--gradient-brand-hover);transform:translateY(-1px)}.secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.16)}.nav-cta.secondary,.nav-cta{white-space:nowrap}.button.primary.nav-cta{background:var(--cta);box-shadow:0 12px 28px rgba(var(--cta-rgb),.28)}.button.primary.nav-cta:hover,.button.primary.nav-cta:focus-visible{background:var(--cta-dark);color:#fff;transform:translateY(-1px);box-shadow:0 14px 32px rgba(var(--cta-rgb),.32)}.site-search{position:relative;width:min(320px,100%)}.search-page-bar,.site-search-item-meta,.search-result-meta{display:flex;align-items:center}.search-page-bar{gap:.55rem}.site-search-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-search-input{width:100%;min-height:48px;padding:.9rem 1rem;border:1px solid rgba(16,32,49,.12);border-radius:999px;background:#ffffffeb;color:var(--text);font:inherit;box-shadow:inset 0 1px #ffffffbf}.site-search-input:focus{outline:none;border-color:rgba(var(--brand-rgb),.42);box-shadow:0 0 0 4px rgba(var(--brand-rgb),.12)}.site-search-results{position:absolute;top:calc(100% + .65rem);left:0;z-index:30;width:100%;padding:.6rem;border:1px solid rgba(16,32,49,.08);border-radius:22px;background:#fffffffa;box-shadow:0 18px 40px #10203124}.site-search-list,.site-search-item{display:grid;gap:.2rem}.site-search-list{gap:.35rem}.site-search-item{padding:.8rem .9rem;border-radius:16px;transition:.18s ease}.site-search-item:hover{background:rgba(var(--brand-rgb),.08)}.site-search-item-type{color:var(--brand);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-search-item-meta,.search-result-meta{gap:.5rem;flex-wrap:wrap}.site-search-item-tag{display:inline-flex;align-items:center;min-height:24px;padding:0 .55rem;border-radius:999px;background:#1020310f;color:var(--muted);font-size:.72rem;font-weight:700}.site-search-item strong{font-size:.98rem;color:var(--text)}.site-search-highlight{padding:0 .15rem;border-radius:.25rem;background:#d4a82a4d;color:inherit}.site-search-item span:last-child,.site-search-empty{color:var(--muted);font-size:.9rem;line-height:1.5}.site-search-empty{padding:.9rem}.site-search-more{display:inline-flex;margin-top:.55rem;padding:.6rem .9rem .2rem;color:var(--brand-dark);font-weight:700}.search-page-hero{padding-bottom:2rem}.search-page-shell,.search-results-shell{display:grid;gap:1.2rem}.search-page-shell h1{font-size:clamp(2.2rem,4vw,3.6rem)}.search-results-section{padding-top:2rem}.search-results-header p{font-size:1rem;color:var(--text);font-weight:600}.search-results-grid{display:grid;gap:1rem}.search-result-card,.search-empty-panel{background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft)}.search-result-card{display:grid;gap:.8rem;padding:1.3rem 1.4rem;transition:.18s ease}.search-result-card:hover{transform:translateY(-1px);border-color:rgba(var(--brand-rgb),.2)}.search-result-card h2{font-size:1.16rem}.search-result-card p{line-height:1.65}.search-result-link{color:var(--brand);font-weight:700}.search-empty-panel{padding:1.4rem;color:var(--muted)}.eyebrow,.tag,.panel-label{letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:700}.eyebrow,.tag{color:var(--brand)}.panel-label{color:#ffffffb8}.hero-carousel{padding:2rem 0 0}.hero-carousel-inner{display:grid;gap:1.25rem}.carousel-track{position:relative;min-height:480px}.carousel-slide{position:absolute;inset:0;padding:0;border-radius:16px;opacity:0;pointer-events:none;transform:translate(20px);background:var(--gradient-hero);box-shadow:0 24px 56px #0c234029;overflow:hidden}.carousel-slide.is-active{opacity:1;pointer-events:auto;transform:translate(0)}.carousel-image-shell,.feature-list,.footer-brand{display:grid;gap:1.2rem}.metric-list,.bullet-list,.footer-links{list-style:none}.carousel-image-shell{height:100%;grid-template-columns:minmax(0,.92fr) minmax(320px,.88fr);align-items:stretch;gap:1.5rem;padding:1.5rem}.carousel-copy,.carousel-media{position:relative;display:grid}.carousel-copy{display:grid;align-content:center;gap:.7rem;height:100%;padding:2rem 1.4rem 2rem 2rem}.carousel-copy:before{content:"";position:absolute;inset:0;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16)}.carousel-copy>*{position:relative;z-index:1}.carousel-copy strong{font-size:clamp(1.5rem,3vw,2.4rem);color:#fff;line-height:1.02;letter-spacing:-.03em}.carousel-copy p{max-width:28rem;color:#fffc}.carousel-eyebrow{font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f0d078}.carousel-image-label{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:32px;padding:0 .9rem;border-radius:999px;background:#ffffff1f;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.carousel-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.35rem}.carousel-secondary{border-color:#ffffff29;background:#ffffff14;color:#fff}.carousel-secondary:hover{background:#ffffff24;color:#fff}.carousel-media{align-items:center}.carousel-media-frame{position:relative;display:grid;place-items:center;height:100%;min-height:420px;padding:1.2rem;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);overflow:hidden}.carousel-media-frame:after{content:"";position:absolute;inset:auto 10% 5%;height:24px;border-radius:999px;background:#08121f38;filter:blur(14px)}.carousel-media-image{position:relative;z-index:1;width:100%;max-width:540px;max-height:390px;object-fit:contain;object-position:center;border-radius:10px;box-shadow:0 20px 44px #08121f2e}.carousel-dots{display:flex;justify-content:center;gap:.7rem}.carousel-dot{width:12px;height:12px;border:0;border-radius:999px;background:rgba(var(--brand-rgb),.24);cursor:pointer}.carousel-dot.is-active{width:42px;background:var(--brand)}.section{padding:4.5rem 0}.section-heading-spaced{margin-bottom:1.8rem}.section-subcopy{max-width:42rem;margin-top:.8rem;font-size:.98rem}.section-title-emphasis{font-size:clamp(2rem,3vw,2.9rem);line-height:1.02;letter-spacing:-.03em}.section-cta{display:flex;justify-content:center;margin-top:2rem}.page-hero{padding:1.2rem 0 .4rem;background:var(--bg)}.products-page-section,.home-products-section{scroll-margin-top:120px}.products-page-first-section{padding-top:.2rem}.spare-parts-shell{display:grid;gap:1.4rem}.parts-tabs{display:flex;flex-wrap:wrap;gap:.55rem}.parts-tab{min-height:40px;padding:.45rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font:inherit;font-weight:600;cursor:pointer;transition:background-color .22s ease,border-color .22s ease,color .22s ease}.parts-tab:hover,.parts-tab.is-active{border-color:rgba(var(--brand-rgb),.28);background:rgba(var(--brand-rgb),.08);color:var(--brand-dark)}.parts-tab.is-active{font-weight:700;background:rgba(var(--brand-rgb),.1)}.parts-filter-card{position:sticky;top:118px;display:grid;gap:1.2rem;margin-top:.6rem;padding:1.5rem 1.4rem;border:1px solid var(--line);border-radius:26px;background:#fffffff5;box-shadow:var(--shadow-soft)}.parts-filter-head,.parts-filter-option,.parts-results-count{display:flex;align-items:center}.parts-filter-head{justify-content:space-between;gap:.8rem}.parts-filter-head h2{font-size:1.15rem}.parts-filter-action{display:inline-flex;align-items:center;justify-content:center;min-width:108px;min-height:38px;padding:0 .95rem;border:1px solid rgba(var(--brand-rgb),.18);border-radius:999px;background:rgba(var(--brand-rgb),.08);color:var(--brand);font:inherit;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .22s ease,border-color .22s ease,color .22s ease}.parts-filter-action:hover{background:rgba(var(--brand-rgb),.14);border-color:rgba(var(--brand-rgb),.26);color:var(--brand-dark)}.parts-filter-list,.parts-results-shell{display:grid;gap:1rem}.parts-filter-option{gap:.8rem;min-height:44px;padding:.45rem 0;color:var(--text);font-weight:600;cursor:pointer}.parts-filter-option input{width:18px;height:18px;accent-color:var(--brand);cursor:pointer}.parts-filter-option span{line-height:1.4}.parts-filter-footer{padding-top:1rem;border-top:1px solid var(--line);color:var(--muted);font-size:.95rem}.parts-filter-footer span{color:var(--text);font-weight:700}.parts-results-count{gap:.35rem;min-height:32px;color:var(--muted);font-size:1rem}.parts-results-count strong{color:var(--text)}.spare-parts-more{display:flex;justify-content:center;margin-top:1.5rem}.spare-parts-more-button{gap:.55rem;min-width:min(100%,280px);min-height:54px;padding:0 2rem;border:2px solid rgba(var(--brand-rgb),.18);background:var(--gradient-brand);color:#fff;font-size:1.05rem;letter-spacing:.02em;box-shadow:0 14px 32px rgba(var(--brand-rgb),.28),0 0 0 4px rgba(var(--brand-rgb),.08)}.spare-parts-more-button:hover,.spare-parts-more-button:focus-visible{background:var(--gradient-brand-hover);transform:translateY(-2px);color:#fff;box-shadow:0 18px 40px rgba(var(--brand-rgb),.3),0 0 0 4px rgba(var(--brand-rgb),.12)}.spare-parts-more-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:#ffffff2e;font-size:.95rem;line-height:1}[data-product-item][hidden]{display:none!important}.section-heading-compact{margin-bottom:1.4rem}.grid{display:grid;gap:1.25rem;align-items:stretch}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-4,.home-product-grid.cards-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1080px){.home-product-grid.cards-4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.home-product-grid.cards-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.home-product-grid.cards-4{grid-template-columns:minmax(0,1fr)}.home-product-grid .card.product-card-simple{max-width:none}}.home-product-grid>[data-product-item],.home-product-grid>.home-product-item{display:flex;justify-content:center;height:100%;min-width:0}.home-product-grid .card.product-card-simple{width:100%;max-width:280px}.card,.panel{background:var(--gradient-panel);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow-soft)}.card,.panel{padding:1.6rem}.card{display:grid;grid-template-rows:auto auto minmax(2.64rem,auto) minmax(4.56rem,auto);align-content:start;gap:.75rem;padding:.85rem .85rem 1.1rem;height:100%;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.card h3{font-size:1.12rem;line-height:1.18;min-height:2.64rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-link{height:100%;color:inherit;text-decoration:none}.card>.tag{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.card-link:hover,.card-link:focus-visible{transform:translateY(-6px);border-color:rgba(var(--brand-rgb),.24);box-shadow:0 20px 44px #1020311f}.card-link:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(var(--brand-rgb),.14),0 20px 44px #1020311f}.card-link:hover.product-card-simple,.card-link:focus-visible.product-card-simple{border-color:rgba(var(--brand-rgb),.22)}.card-link:hover .product-visual-art,.card-link:focus-visible .product-visual-art,.card-link:hover .product-visual-image,.card-link:focus-visible .product-visual-image{transform:translateY(-2px) scale(1.02)}.card.product-card-simple{grid-template-rows:auto auto;gap:0;padding:0;overflow:hidden;background:var(--surface)}.card.product-card-simple h3{min-height:2.64rem;margin:0;font-size:1.05rem;line-height:1.35;color:var(--text)}.card.product-card-simple .product-card-body{display:grid;gap:.45rem;padding:.85rem 1rem 1rem;background:var(--card-body-bg);border-top:1px solid var(--card-divider)}.card.product-card-simple .product-card-body>.tag{margin:0;color:var(--brand-dark)}.card.product-card-simple .product-visual{display:grid;grid-template-rows:auto 1fr;align-items:start;gap:.6rem;min-height:180px;margin-bottom:0;padding:.85rem .8rem .9rem;border-radius:0;background:var(--surface)}.card.product-card-simple .product-visual-tag{position:static;width:fit-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card.product-card-simple .product-visual-image,.card.product-card-simple .product-visual-art{align-self:center;justify-self:center;width:100%}.card-link:hover.product-card-simple .product-card-body,.card-link:focus-visible.product-card-simple .product-card-body{background:var(--card-body-bg-hover)}.product-visual{position:relative;display:grid;align-items:center;min-height:180px;margin-bottom:.2rem;padding:.8rem;border-radius:18px;background:var(--gradient-panel);overflow:hidden;transition:background .22s ease}.product-visual-image{width:100%;height:138px;object-fit:contain;object-position:center;border-radius:14px;transition:transform .22s ease}.product-card-simple .product-visual-tag{background:var(--card-tag-bg);color:var(--card-tag-color);box-shadow:0 4px 12px rgba(var(--brand-rgb),.2)}.product-visual-tag{position:absolute;top:.75rem;left:.75rem;z-index:1;min-height:26px;padding:0 .65rem;border-radius:999px;background:#1020310f;color:var(--muted);font-size:.68rem;font-weight:700;line-height:26px;letter-spacing:.04em;text-transform:uppercase}.product-visual-art{position:relative;width:100%;height:138px;transition:transform .22s ease}.ring,.line{position:absolute;display:block}.ring{border-radius:999px;border:6px solid rgba(16,32,49,.16);box-shadow:0 8px 20px #1020310f}.ring-lg{top:18px;left:50%;width:94px;height:94px;transform:translate(-50%)}.ring-sm{right:19%;top:40px;width:60px;height:60px;border-width:3px;border-color:rgba(var(--brand-rgb),.22)}.line{height:5px;border-radius:999px;background:#10203159}.line-a{top:78px;left:14%;width:52%;transform:rotate(22deg)}.line-b{top:86px;right:12%;width:28%;background:rgba(var(--brand-rgb),.35);transform:rotate(-34deg)}.card>p:not(.tag){font-size:.95rem;line-height:1.6;min-height:4.56rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card .text-link{font-size:.96rem}.text-link{color:var(--brand);font-weight:700}.text-link:hover{color:var(--brand-dark)}.info-grid,.detail-grid,.footer-main{display:grid;gap:1.4rem}.info-grid,.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-grid{align-items:stretch}.about-panel{display:grid;align-content:start;gap:1rem}.about-panel h2,.about-panel h3,.contact-panel h3{margin-bottom:0}.about-advantages{margin:0;padding-left:1.2rem;color:var(--muted);line-height:1.9;list-style:disc}.product-overview-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1.4rem}.product-page-hero{padding-bottom:1.2rem}.product-breadcrumb{display:flex;align-items:center;gap:.55rem;margin-bottom:1.1rem;color:var(--muted);font-size:.94rem;line-height:1.4}.product-breadcrumb a{color:var(--brand-dark);font-weight:700}.product-breadcrumb a:hover{color:var(--brand)}.product-breadcrumb strong{color:var(--text);font-weight:700}.product-split-hero{display:grid;grid-template-columns:.95fr 1.05fr;gap:2rem;align-items:center}.product-media-stage{display:grid;place-items:center;min-height:420px;border:1px solid var(--line);border-radius:28px;background:var(--gradient-panel);box-shadow:var(--shadow-soft);overflow:hidden}.product-media-placeholder{display:grid;place-items:center;width:100%;min-height:420px;padding:2rem;color:var(--muted);font-size:1.1rem;font-weight:600;text-align:center}.product-media-image{width:100%;height:420px;object-fit:contain;object-position:center;padding:1.5rem}.product-media-art{position:relative;min-height:420px;background:#f8fafd}.tube-loop,.tube-tip{position:absolute;display:block}.tube-loop{border-radius:999px;border:10px solid rgba(193,199,205,.9);box-shadow:0 16px 32px #1020310d}.tube-loop-main{inset:72px 90px 92px}.tube-loop-secondary{inset:110px 132px 130px;border-width:7px;border-color:rgba(var(--brand-rgb),.2)}.tube-tip{width:110px;height:8px;border-radius:999px;background:#10203166}.tube-tip-left{left:42px;bottom:112px;transform:rotate(24deg)}.tube-tip-right{right:38px;top:112px;transform:rotate(-28deg)}.product-media-art-light-guide .tube-loop-main{inset:86px 118px 126px 104px;border-width:8px}.product-media-art-light-guide .tube-loop-secondary{inset:128px 164px 168px 152px;border-width:5px;border-color:#d4a82a57}.product-media-art-light-guide .tube-tip-left{left:62px;bottom:138px;width:132px;transform:rotate(12deg)}.product-media-art-light-guide .tube-tip-right{right:58px;top:140px;width:146px;transform:rotate(-12deg)}.guide-node,.guide-branch{position:absolute;display:block}.guide-node{width:16px;height:16px;border-radius:999px;background:var(--accent);box-shadow:0 6px 14px #10203114}.guide-node-left{left:176px;bottom:146px}.guide-node-right{right:174px;top:148px}.guide-branch{height:6px;border-radius:999px;background:rgba(var(--brand-rgb),.4)}.guide-branch-main{left:146px;bottom:156px;width:116px;transform:rotate(-18deg)}.guide-branch-side{right:144px;top:158px;width:122px;transform:rotate(18deg)}.product-summary{display:grid;align-content:center;gap:1rem}.product-summary h1{font-size:clamp(2.1rem,4vw,3.3rem)}.product-summary-list{margin:0;padding-left:1.2rem;color:var(--muted);line-height:1.8}.product-info-flow{display:grid;gap:2.2rem}.product-info-block{display:grid;gap:.95rem;padding-bottom:2rem;border-bottom:1px solid var(--line)}.product-info-block:last-child{padding-bottom:0;border-bottom:0}.product-main-panel,.product-side-panel{display:grid;align-content:start;gap:1rem}.technical-params{display:grid;gap:.9rem}.param-list{display:grid;gap:.9rem;margin:0}.param-row{display:grid;gap:.35rem;padding-top:.9rem;border-top:1px solid var(--line)}.param-row:first-child{padding-top:0;border-top:0}.param-row dt{font-weight:700;color:var(--text)}.param-row dd{margin:0;color:var(--muted);line-height:1.7}.faq-list{display:grid;gap:1rem}.spec-table-wrap{display:grid;gap:.9rem;scroll-margin-top:120px}.spec-table-group{display:grid;gap:1.5rem}.spec-jump-nav{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.35rem}.spec-jump-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 1rem;border:1px solid rgba(var(--brand-rgb),.16);border-radius:999px;background:rgba(var(--brand-rgb),.06);color:var(--brand-dark);font-size:.92rem;font-weight:700;transition:.18s ease}.spec-jump-link:hover{background:rgba(var(--brand-rgb),.12);border-color:rgba(var(--brand-rgb),.28);transform:translateY(-1px)}.spec-table-wrap h3{font-size:1rem;padding-left:.2rem}.spec-table-scroll{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft);overflow-x:auto;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(var(--brand-rgb),.35) rgba(16,32,49,.08)}.spec-table-scroll::-webkit-scrollbar{height:10px;width:10px}.spec-table-scroll::-webkit-scrollbar-track{background:#1020310f;border-radius:999px}.spec-table-scroll::-webkit-scrollbar-thumb{background:rgba(var(--brand-rgb),.3);border-radius:999px}.spec-table{width:100%;min-width:720px;border-collapse:collapse}.spec-table th,.spec-table td{padding:.95rem 1rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}.spec-table th{position:sticky;top:0;z-index:1;background:#edf4f7;color:var(--text);font-weight:700;box-shadow:inset 0 -1px 0 var(--line)}.spec-table tbody tr:nth-child(2n) td{background:#f6f9fbb3}.spec-table tbody tr:hover td{background:rgba(var(--brand-rgb),.05)}.spec-table td:first-child,.spec-table th:first-child{width:220px;white-space:nowrap;font-weight:700;color:var(--text)}.spec-table-compact{min-width:0;table-layout:fixed}.spec-table-compact th,.spec-table-compact td{width:25%;text-align:center}.spec-table-compact th{position:static;padding:.3rem .75rem;background:transparent;box-shadow:none;font-weight:400;color:transparent;border-bottom:0}.spec-table-compact td:first-child,.spec-table-compact th:first-child{width:25%;white-space:normal;font-weight:400;color:var(--text)}.spec-table tr:last-child td{border-bottom:0}.faq-item{display:grid;gap:.45rem;padding-top:.9rem;border-top:1px solid var(--line)}.faq-item:first-child{padding-top:0;border-top:0}.faq-item h3{font-size:1rem}.narrow,.form-wrap,.about-intro{max-width:760px}.contact-form{display:grid;gap:1.55rem;padding:.2rem 0 0}.contact-form label{display:grid;gap:.75rem;font-weight:600;color:var(--text);font-size:.98rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:1rem 1.1rem;font:inherit;color:var(--text);box-shadow:inset 0 1px #ffffffd9}.contact-form input{min-height:62px}.contact-form textarea{min-height:180px;resize:vertical}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9aa7bb}.contact-form .button{width:100%;margin-top:.2rem}.hidden-field{display:none}.contact-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:1.4rem}.contact-panel{display:grid;gap:1.2rem;padding:2.25rem 2.1rem}.contact-panel-copy{display:grid;gap:.5rem}.contact-panel-copy h2{font-size:clamp(2rem,3vw,2.75rem);letter-spacing:-.03em}.map-frame{min-height:420px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#dfe8ef}.map-frame iframe{width:100%;height:100%;min-height:420px;border:0}.site-footer{margin-top:4rem;padding-top:3rem;background:var(--gradient-footer);color:#fff}.site-footer p,.site-footer li,.site-footer a{color:#ffffffb8}.footer-main{align-items:start;grid-template-columns:1.1fr 1.3fr .9fr;padding-bottom:2rem}.footer-brand{align-content:start;margin-top:-.2rem}.footer-main h3{margin-bottom:1rem}.footer-links{display:grid;gap:.8rem;margin:0;padding:0}.footer-product-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.2rem}.footer-product-group{display:grid;align-content:start;gap:.7rem}.footer-product-group .footer-links{gap:.65rem}.footer-product-group .footer-links a{white-space:normal}.footer-group-title{margin:0;color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.footer-bottom{text-align:center;padding:1rem 0 1.8rem;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:980px){.topbar-inner,.section-heading,.product-header{align-items:flex-start;flex-direction:column}.nav-shell{align-items:center;flex-wrap:wrap;min-height:72px;padding:.85rem 0}.nav-toggle{display:inline-flex;margin-left:auto}.nav-panel{display:none;width:100%;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem 0 .2rem;border-top:1px solid rgba(16,32,49,.08)}.nav-panel[data-open=true]{display:flex}.main-nav,.site-search,.nav-actions,.nav-cta{width:100%}.nav-actions{flex-direction:column;align-items:stretch;gap:.75rem}.lang-switch{justify-content:center}.main-nav{flex-direction:column;align-items:flex-start;gap:.9rem}.main-nav a,.nav-dropdown-button{padding:.25rem 0}.nav-dropdown{width:100%;padding-bottom:0;margin-bottom:0}.nav-dropdown-menu{position:static;min-width:100%;margin-top:.6rem;opacity:1;pointer-events:auto;transform:none;box-shadow:none}.carousel-track{min-height:720px}.carousel-image-shell{grid-template-columns:1fr;align-items:start}.carousel-copy{padding:1.6rem 1.4rem .2rem}.carousel-media-frame{min-height:280px}.carousel-slide,.cards-3,.spare-parts-shell,.contact-grid,.product-overview-grid,.product-split-hero,.info-grid,.detail-grid,.footer-main{grid-template-columns:1fr}}@media(max-width:720px){.topbar{display:none}.topbar-links,.main-nav,.hero-actions,.site-search,.nav-dropdown,.nav-cta,.button{width:100%}.parts-filter-card{position:static}.carousel-track{min-height:700px}.carousel-slide{border-radius:14px}.carousel-image-shell{padding:1rem;gap:1rem}.carousel-copy{padding:1.2rem 1rem 0}.carousel-copy strong{font-size:clamp(1.45rem,8vw,2rem)}.carousel-actions{gap:.7rem}.carousel-actions .button{width:100%;justify-content:center}.carousel-media-frame{min-height:250px;padding:.85rem}.footer-product-groups{grid-template-columns:1fr}.product-breadcrumb{flex-wrap:wrap;margin-bottom:.9rem}.spec-jump-nav{gap:.6rem}.spec-jump-link{min-height:38px;padding:0 .9rem;font-size:.88rem}}
