﻿:root{--ink:#172e3a;--muted:#5f7079;--green:#126b53;--line:#dfe7e8;--soft:#f3f7f7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);font-family:Arial,"Segoe UI",sans-serif;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}.wrap{max-width:1200px;padding-inline:32px;margin-inline:auto}.site-header{min-height:104px;display:flex;align-items:center;gap:40px}.brand{display:flex;gap:12px;align-items:center}.brand b{font-size:28px;line-height:1.1;display:block;letter-spacing:-1px}.brand small{display:block;color:var(--muted);font-size:12px}.brand-icon{display:grid;place-items:center;color:white;background:var(--green);width:44px;height:44px;border-radius:14px;font-size:36px;line-height:1}.site-header nav{display:flex;gap:30px;margin-inline:auto;font-size:14px;font-weight:700}.preview-tag{font-size:12px;border:1px solid var(--line);padding:5px 13px;border-radius:24px;color:var(--muted)}.hero{background:#edf5f2;border-block:1px solid #e0ebe6;overflow:hidden}.hero-inner{padding-block:64px 70px;display:grid;grid-template-columns:1.25fr 1fr;gap:80px;align-items:center}.eyebrow{color:var(--green);font-size:13px;font-weight:700;margin:0 0 12px}.hero h1{font-size:54px;letter-spacing:-2px;line-height:1.16;margin:0 0 24px}.hero h1 span{color:var(--green)}.hero-description{font-size:17px;color:#4e6365;line-height:1.9;margin:0 0 28px}.search{display:flex;background:white;padding:7px;border:1px solid #bacfc6;box-shadow:0 8px 24px #254d3310;border-radius:12px;gap:8px}.search input{min-width:0;width:100%;padding:12px 14px;border:0;background:transparent;outline-offset:-2px}.search button{white-space:nowrap;border:0;border-radius:8px;padding:12px 23px;background:var(--green);color:white;font-weight:700;cursor:pointer}.search button span{margin-inline-start:18px}.search-hint{font-size:12px;color:var(--muted);margin:12px 0 0}.search-hint a{text-decoration:underline;text-underline-offset:3px}.search-hint>span{padding-inline:7px}.hero-visual{padding:30px 24px 18px;background:#dcebe5;border-radius:24px;transform:rotate(-3deg);box-shadow:14px 18px 0 #e4eee9}.visual-label{display:block;font-size:13px;font-weight:700;margin:0 7px 20px}.visual-card{display:flex;align-items:center;gap:13px;background:white;padding:20px 16px;border-radius:13px;margin-block:12px;box-shadow:0 4px 16px #183f2710}.visual-card b{display:block;font-size:16px}.visual-card small{color:var(--muted);font-size:11px;white-space:nowrap}.visual-check{display:grid;place-items:center;background:#e5f4eb;color:var(--green);width:30px;height:30px;border-radius:50%;font-weight:700}.visual-line{height:7px;width:62px;border-radius:9px;background:#d4e6dd;margin-inline-start:auto}.visual-line.short{width:40px}.visual-bottom{font-size:11px;text-align:center;color:#4d7163;padding-top:12px}.demo-notice{margin:28px 0 48px;border:1px solid #e8dfc3;border-radius:10px;background:#fffcf2;padding:15px 20px;color:#68592e;font-size:13px}.demo-notice strong{margin-inline-end:6px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:26px}.section-heading h2,.how-it-works h2{font-size:28px;margin:0;letter-spacing:-.5px}.section-heading>span{font-size:13px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:box-shadow .2s}.product-card:hover{box-shadow:0 8px 28px #173b2512}.product-art{height:220px;position:relative;display:flex;align-items:center;justify-content:center;background:#f5f7f8}.product-art img{width:100%;height:100%;object-fit:contain;padding:22px}.demo-badge{position:absolute;top:14px;right:14px;font-size:11px;background:white;border:1px solid var(--line);border-radius:20px;padding:3px 10px;z-index:1}.product-placeholder{display:flex;flex-direction:column;align-items:center;color:#74858b}.product-placeholder>span{font-size:70px;line-height:1.3;color:#9cafb5}.product-placeholder small{font-size:11px}.product-body{padding:24px}.model-number{font-size:11px;color:var(--muted);margin:0 0 5px}.product-body h3{font-size:20px;line-height:1.4;margin:0 0 8px}.offer-count{color:var(--green);font-size:13px;margin:0}.card-price{margin-block:24px;display:flex;flex-direction:column}.card-price>span{font-size:12px;color:var(--muted)}.card-price strong{font-size:29px;line-height:1.5;letter-spacing:-.8px}.card-price small{font-size:10px;color:var(--muted)}.compare-button{display:flex;justify-content:space-between;align-items:center;border:1px solid #bdd1c8;border-radius:8px;padding:11px 16px;color:var(--green);font-size:14px;font-weight:700;background:#f3f8f5}.compare-button:hover{background:#e5f1eb}.empty-state{padding:46px 24px;background:var(--soft);border-radius:14px;text-align:center}.empty-state a{text-decoration:underline;color:var(--green)}.how-it-works{margin-block:64px 56px;padding-top:38px;border-top:1px solid var(--line)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;margin-top:28px}.steps article>span{font-size:13px;color:var(--green);font-weight:700}.steps h3{margin:10px 0;font-size:18px}.steps p{color:var(--muted);font-size:14px;margin:0;max-width:290px}.site-footer{border-top:1px solid var(--line);padding-block:26px;display:flex;justify-content:space-between;gap:24px;font-size:12px;color:var(--muted)}.site-footer b{font-size:18px;color:var(--ink)}.site-footer a{text-decoration:underline}.pagination{display:flex;justify-content:center;gap:24px;padding-top:30px}.pagination a{text-decoration:underline}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link{position:absolute;top:-80px;right:20px;padding:10px;background:white;z-index:5}.skip-link:focus{top:12px}:focus-visible{outline:3px solid #217d9e;outline-offset:4px}@media(max-width:900px){.hero-inner{gap:32px}.hero h1{font-size:42px}.hero-visual{padding:20px 15px}.visual-line{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.wrap{padding-inline:20px}.site-header{min-height:82px;gap:12px;justify-content:space-between}.brand b{font-size:24px}.site-header nav{display:none}.hero-inner{display:block;padding-block:40px}.hero h1{font-size:42px}.hero-description{font-size:15px}.hero-visual{display:none}.search button{padding:11px 17px}.search button span{display:none}.search-hint{font-size:11px}.demo-notice{margin-block:22px 34px}.section-heading h2,.how-it-works h2{font-size:24px}.product-grid{grid-template-columns:1fr}.product-art{height:210px}.steps{grid-template-columns:1fr;gap:26px}.steps p{max-width:none}.how-it-works{margin-block:42px 32px}.site-footer{flex-direction:column;gap:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-card{transition:none}}
.product-detail{padding-block:20px 48px}.back-link{font-size:13px;color:var(--green)}.product-intro{display:grid;grid-template-columns:1fr 360px;gap:50px;align-items:center;margin-block:38px}.product-intro h1{font-size:40px;line-height:1.2;margin:12px 0}.product-intro p{color:var(--muted)}.product-intro .compare-button{max-width:240px;margin-top:24px}.product-intro img{width:100%;height:240px;object-fit:contain;background:var(--soft);border-radius:16px;padding:20px}.product-description{padding-top:30px}.product-detail .pc-offer{border-color:var(--line);border-radius:14px;background:white}.product-detail .pc-sort a[aria-current=true]{color:var(--green);background:#eaf4ee;border-radius:7px;text-decoration:none}.product-detail .pc-visit{background:var(--green);font-weight:700}.product-detail .pc-total{font-size:20px;color:var(--green)}@media(max-width:620px){.product-intro{grid-template-columns:1fr;gap:24px;margin-block:26px}.product-intro h1{font-size:30px}.product-intro img{height:190px}}
.catalog-filters{border:1px solid var(--line);background:var(--soft);border-radius:14px;padding:20px;margin-bottom:28px}.catalog-filters h3{margin:0 0 16px;font-size:18px}.filter-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:start}.filter-group{background:#fff;border:1px solid var(--line);border-radius:8px;min-width:0}.filter-group summary{padding:10px 12px;cursor:pointer;font-size:14px;font-weight:700;overflow-wrap:anywhere}.filter-options{max-height:240px;overflow:auto;padding:0 12px 12px}.filter-options label{display:flex;align-items:start;gap:8px;padding:5px 0;font-size:13px;overflow-wrap:anywhere}.filter-options input{flex-shrink:0;margin-top:5px;accent-color:var(--green)}.filter-options small{color:var(--muted);margin-inline-start:auto}.filter-actions{display:flex;gap:20px;align-items:center;margin-top:16px;font-size:14px}.filter-actions button{background:var(--green);color:white;border:0;border-radius:8px;padding:10px 18px;cursor:pointer}.filter-actions a{text-decoration:underline}.product-specifications{margin-block:36px}.product-specifications table{width:100%;border-collapse:collapse;table-layout:fixed}.product-specifications th,.product-specifications td{text-align:start;vertical-align:top;padding:12px 16px;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.product-specifications th{width:38%;background:var(--soft)}.product-specifications td span{display:block}@media(max-width:900px){.filter-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.catalog-filters{padding:16px}.filter-groups{grid-template-columns:1fr}.product-specifications th,.product-specifications td{padding:10px;font-size:14px}}
.category-hero .hero-inner{display:block;padding-block:32px}.category-hero .hero-visual{display:none}.category-hero .hero-copy{max-width:760px}.category-hero .hero h1,.category-hero h1{font-size:42px;margin-bottom:14px}.category-hero .hero-description{margin-bottom:20px}.catalog-layout.has-filters{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start}.catalog-layout .catalog-filters{margin:0;padding:18px;background:#fff;box-shadow:0 4px 20px #172e3a06}.catalog-layout .filter-groups{display:block}.catalog-layout .filter-group{border:0;border-bottom:1px solid var(--line);border-radius:0;padding-block:3px}.catalog-layout .filter-group summary{padding:11px 0}.catalog-layout .filter-options{padding-inline:0}.filter-hint{font-size:12px;color:var(--muted);margin:-8px 0 18px}.catalog-layout .filter-actions{align-items:stretch;flex-direction:column;gap:12px;text-align:center}.catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-results{min-width:0}.selected-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.selected-filters>span{background:#edf5f2;color:var(--green);border:1px solid #cee1d8;border-radius:20px;padding:5px 12px;font-size:12px}.spec-value-chips{display:flex;gap:7px;flex-wrap:wrap}.spec-value-chips span{display:inline-block!important;border:1px solid #d4e3dc;background:#f3f8f5;border-radius:7px;padding:3px 9px;font-size:13px}.product-specifications table{border:1px solid var(--line)}@media(max-width:900px){.catalog-layout.has-filters{grid-template-columns:210px minmax(0,1fr);gap:20px}.catalog-layout .product-grid{grid-template-columns:1fr}}@media(max-width:700px){.catalog-layout.has-filters{display:block}.catalog-layout .catalog-filters{margin-bottom:24px}.catalog-layout .filter-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.catalog-layout .filter-actions{flex-direction:row;align-items:center}.catalog-layout .filter-actions button{flex:1}.category-hero h1{font-size:34px}.category-hero .hero-inner{padding-block:28px}.catalog-layout .product-grid{grid-template-columns:1fr}}@media(max-width:390px){.catalog-layout .filter-groups{grid-template-columns:1fr}}


.product-tab-list{display:flex;gap:8px;border-bottom:1px solid var(--line,#dce4e8);margin:24px 0;overflow-x:auto}
.product-tab-list button{flex-shrink:0;font:inherit;font-weight:700;color:#526473;background:transparent;border:0;border-bottom:3px solid transparent;padding:16px 20px;cursor:pointer}
.product-tab-list button[aria-selected=true]{color:#087c70;border-bottom-color:#087c70}
.product-tab-list button:focus-visible{outline:3px solid #087c70;outline-offset:-3px}
.product-tabs [role=tabpanel][hidden]{display:none!important}
.product-tabs [role=tabpanel]{scroll-margin-top:20px}
@media(max-width:600px){.product-tab-list{gap:0;margin:16px 0}.product-tab-list button{padding:14px 12px;font-size:14px}.product-intro{padding-bottom:16px}}
