:root{--bg:#f5f3ef;--paper:#fff;--ink:#1f2525;--muted:#66716f;--line:#ded8ce;--brand:#215a4b;--brand2:#9b6a3c;--soft:#e8eee9;--shadow:0 18px 45px rgba(31,37,37,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(18px,4vw,54px);background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:var(--brand);color:#fff;border-radius:8px}.site-nav{display:flex;align-items:center;gap:16px;font-size:14px}.site-nav a{color:var(--muted)}.site-nav a:hover{color:var(--brand)}.menu-toggle{display:none;background:none;border:0;width:42px;height:42px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:6px 8px}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:32px;align-items:center;max-width:1180px;margin:0 auto;padding:54px clamp(18px,4vw,54px) 34px}.hero-text h1{font-size:clamp(38px,5vw,68px);line-height:.98;margin:12px 0 18px;letter-spacing:0}.hero-text p,.lead{font-size:18px;color:var(--muted);max-width:720px}.eyebrow{display:inline-flex;color:var(--brand);font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.hero-media{min-height:340px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e1e7df,#f6eee3);box-shadow:var(--shadow)}.hero-media img{width:100%;height:100%;object-fit:cover;display:block}.hero-pattern,.texture{width:100%;height:100%;min-height:240px;background:linear-gradient(135deg,#dfe9e2,#f3eadc 55%,#d2b28a)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:8px;font-weight:800;border:1px solid transparent}.btn.primary{background:var(--brand);color:#fff}.btn.secondary{background:#fff;border-color:var(--line);color:var(--brand)}.section{max-width:1180px;margin:0 auto;padding:38px clamp(18px,4vw,54px)}.section h2{font-size:clamp(26px,3vw,40px);margin:0 0 18px}.muted-band{background:var(--soft);max-width:none}.muted-band>*{max-width:1180px;margin-left:auto;margin-right:auto}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cards.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--paper);border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 10px 26px rgba(31,37,37,.06)}.card-media{display:block;aspect-ratio:4/3;background:#eee}.card-media img{width:100%;height:100%;object-fit:cover;display:block}.card-body{padding:16px}.card h3{font-size:18px;line-height:1.2;margin:0 0 10px}.card p{color:var(--muted);font-size:14px;margin:0 0 14px}.text-link{font-weight:800;color:var(--brand)}.stats .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat-grid div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px}.stat-grid b{display:block;font-size:34px;color:var(--brand)}.stat-grid span{color:var(--muted);font-size:14px}.split,.product-layout{max-width:1180px;margin:0 auto;padding:38px clamp(18px,4vw,54px);display:grid;grid-template-columns:1fr 380px;gap:24px}.lead-form,.product-panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;box-shadow:0 10px 26px rgba(31,37,37,.06)}.lead-form{display:grid;gap:12px}.lead-form input,.lead-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px;font:inherit}.lead-form button{border:0;border-radius:8px;padding:13px;background:#c9c4bb;color:#fff;font-weight:800}.calc-shell{display:grid;grid-template-columns:360px 1fr;gap:24px}.tables{display:grid;grid-template-columns:1fr 1fr;gap:16px}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}caption{text-align:left;font-weight:800;padding:14px}td{border-top:1px solid var(--line);padding:10px 12px}.checks{padding-left:20px}.site-footer{display:flex;justify-content:space-between;gap:24px;margin-top:40px;padding:30px clamp(18px,4vw,54px);border-top:1px solid var(--line);background:#fff}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.legal{background:#fff;border:1px solid var(--line);border-radius:12px}.disabled-form{position:relative}.disabled-form:after{content:'disabled';position:absolute;right:16px;top:16px;color:#9b6a3c;font-size:12px;font-weight:800;text-transform:uppercase}@media(max-width:900px){.site-nav{display:none;position:absolute;left:0;right:0;top:65px;padding:18px;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.site-nav.is-open{display:flex}.menu-toggle{display:block}.hero,.split,.product-layout,.calc-shell{grid-template-columns:1fr}.hero{padding-top:34px}.hero-media{min-height:260px}.cards,.cards.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.stats .stat-grid,.tables{grid-template-columns:1fr 1fr}.site-footer{display:block}}@media(max-width:560px){.hero-text h1{font-size:38px}.hero-text p,.lead{font-size:16px}.cards,.cards.compact,.stats .stat-grid,.tables{grid-template-columns:1fr}.section{padding-top:28px;padding-bottom:28px}.site-header{padding:12px 16px}.hero{padding-left:16px;padding-right:16px}.hero-actions .btn{width:100%}.site-footer{padding:24px 16px}.card h3{font-size:17px}}
/* Preview homepage pass: keep the static build, but make the first screen
   recognizable against the current Werzalitpro homepage. */
.brand-logo img{display:block;width:142px;max-height:42px}
.home-page .muted-band{display:none}
.home-header{background:rgba(0,0,0,.18);border-bottom-color:transparent;backdrop-filter:none;position:absolute;left:0;right:0}
.home-header .site-nav a{color:#d8d8d8}
.home-header .site-nav a:hover{color:#fff}
.home-header .menu-toggle span{height:4px;background:#ffd400;margin:5px 5px}
.header-phone{margin-left:auto;color:#d8d8d8;font-size:18px;white-space:nowrap}
.home-hero{position:relative;background:#111 url('/assets/img/werzalit-hero-bg.webp') center/cover no-repeat;color:#fff;overflow:hidden}
.home-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.64) 48%,rgba(0,0,0,.52));z-index:0}
.home-hero-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:60px;min-height:570px;padding:112px clamp(18px,4vw,54px) 58px;align-items:center}
.home-promo{display:block;color:#3b82ff;text-transform:uppercase;font-weight:900;letter-spacing:.22em;font-size:18px;margin-bottom:16px}
.headline-row{position:relative;display:block}
.home-hero h1{text-transform:uppercase;font-size:clamp(60px,6.3vw,82px);line-height:.92;letter-spacing:.045em;margin:0 0 22px;font-weight:500}
.hero-bullets{margin:0;padding-left:20px;color:#dfdfdf;font-size:17px}
.home-hero .hero-actions{gap:16px;margin-top:32px;align-items:center;max-width:560px}
.btn.yellow{background:#ffd43b;color:#161616;border-color:#ffd43b;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.btn.wide{min-width:235px}
.discount-badge{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;background:#4285ff;color:#fff;border-radius:5px;font-weight:900;text-transform:uppercase;transform:rotate(-2deg)}
.headline-row .discount-badge{position:absolute;left:345px;top:112px;min-height:49px}
.new-direction{display:block;width:100%;margin:10px 0 -4px 330px;color:#e2e2e2;font-size:17px}
.home-benefits{display:grid;gap:34px;color:#ddd}
.home-benefits div{position:relative;padding-left:54px}
.home-benefits div:before{content:'';position:absolute;left:0;top:2px;width:30px;height:30px;border:2px solid #ffd43b;border-radius:2px}
.home-benefits div:after{content:'';position:absolute;left:9px;top:9px;width:14px;height:14px;border-left:2px solid #ffd43b;border-bottom:2px solid #ffd43b;transform:skew(-8deg)}
.home-benefits .warranty:after{border:2px solid #ffd43b;border-radius:50%;width:10px;height:10px;left:10px;top:10px}
.home-benefits .care:after{border:0;border-left:2px solid #ffd43b;border-right:2px solid #ffd43b;border-bottom:2px solid #ffd43b;width:12px;height:15px;left:9px;top:8px;transform:none}
.home-benefits b{display:block;color:#fff;font-size:19px;margin-bottom:4px}
.home-benefits span{display:block;font-size:17px;color:#d0d0d0}
.home-catalog{background:#fff;max-width:none;position:relative;overflow:hidden}
.home-catalog:before{content:'НАШИ ТОВАРЫ';position:absolute;left:50%;top:38px;transform:translateX(-50%);font-weight:900;font-size:clamp(56px,9vw,98px);color:#f0f0f0;white-space:nowrap;z-index:0}
.home-catalog>*{position:relative;z-index:1;max-width:1180px;margin-left:auto;margin-right:auto}
.catalog-heading{text-align:center;margin:48px auto 28px}
.catalog-heading span{display:block;text-transform:uppercase;font-weight:900;color:#111;font-size:14px;letter-spacing:.12em}
.catalog-heading h2{text-transform:uppercase;font-size:40px;margin:4px 0 0;color:#111}
.cards.catalog-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.product-card{border-radius:2px;border:0;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.product-card .card-media{aspect-ratio:1.12/1;background:#f3f3f3}
.product-card .card-body span{display:block;font-size:13px;color:#858585;margin-bottom:6px}
.product-card h3{font-size:20px}
.product-card p{font-weight:800;color:#222}
.home-product-detail{background:#fff;max-width:none}
.home-product-detail>*{max-width:1180px;margin-left:auto;margin-right:auto}
.brand-feature-grid{display:grid;gap:26px}
.brand-feature{display:grid;grid-template-columns:360px minmax(0,1fr);gap:30px;align-items:center;background:#fff;border-top:1px solid #efefef;padding:30px 0}
.brand-feature img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:5px;background:#f4f4f4}
.brand-feature span,.home-coop span,.home-delivery span,.home-contacts span{display:block;text-transform:uppercase;font-weight:900;letter-spacing:.12em;color:#777;font-size:13px;margin-bottom:8px}
.brand-feature h3{font-size:34px;margin:0 0 14px;text-transform:uppercase}
.brand-feature p{color:#444;font-size:17px;margin:0 0 12px}
.brand-feature ul{margin:0 0 12px;padding-left:20px;color:#444}
.home-services{background:#f7f7f7;max-width:none}
.home-services>*{max-width:1180px;margin-left:auto;margin-right:auto}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.service-grid article{background:#fff;border:1px solid #ececec;border-radius:5px;padding:22px;min-height:190px;box-shadow:0 8px 20px rgba(0,0,0,.05)}
.service-grid h3{font-size:20px;margin:0 0 12px}
.service-grid p{color:#555}
.home-coop{background:#fff;padding:50px clamp(18px,4vw,54px)}
.coop-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px;background:#f7f7f7;border-radius:5px}
.coop-inner h2{font-size:42px;line-height:1;margin:0 0 10px;text-transform:uppercase}
.coop-inner p{font-size:20px;color:#444;margin:0}
.home-faq{background:#fff;max-width:none}
.home-faq>*{max-width:900px;margin-left:auto;margin-right:auto}
.faq-list{display:grid;gap:10px}
.faq-list details{background:#fafafa;border:1px solid #eee;border-radius:5px;padding:16px 18px}
.faq-list summary{cursor:pointer;font-weight:800;font-size:18px}
.faq-list p{color:#555;margin:12px 0 0}
.home-portfolio{background:#fff;max-width:none}
.home-portfolio>*{max-width:1180px;margin-left:auto;margin-right:auto}
.work-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.work-grid img{width:100%;height:260px;object-fit:cover;border-radius:5px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.center-action{text-align:center;margin:24px 0 0}
.home-delivery{background:#fff;max-width:none}
.home-delivery>*{max-width:1180px;margin-left:auto;margin-right:auto}
.delivery-card{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;background:#fafafa;border-radius:5px;padding:40px}
.delivery-card h2,.home-contacts h2{font-size:42px;line-height:1.05;margin:0 0 16px;text-transform:uppercase}
.delivery-card p{color:#444;font-size:17px}
.delivery-list{display:grid;gap:14px}
.delivery-list p{margin:0;background:#fff;border-left:5px solid #ffd43b;padding:16px 18px}
.delivery-list b{display:block;color:#111}
.delivery-list span{display:block;color:#555}
.home-contacts{background:#111;color:#fff;max-width:none;padding-bottom:58px}
.home-contacts>*{max-width:1180px;margin-left:auto;margin-right:auto}
.contact-panel{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.home-contacts .lead-form{background:#fff;color:#111}
.home-contacts a{color:#ffd43b;font-size:26px;font-weight:900}
.home-contacts p{font-size:19px;color:#e6e6e6}
.quiz-hero{background:#fff;max-width:1180px;margin:0 auto;padding:70px clamp(18px,4vw,54px) 34px;display:grid;grid-template-columns:1fr 420px;gap:30px;align-items:end}
.quiz-hero h1{font-size:clamp(38px,5vw,66px);line-height:1;margin:0 0 14px;text-transform:uppercase}
.quiz-hero p{font-size:22px;color:#444;margin:0}
.quiz-bonuses{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.quiz-bonuses span{display:grid;place-items:center;min-height:120px;text-align:center;background:#f50505;color:#fff;border-radius:5px;font-weight:900;text-transform:uppercase;font-size:18px}
.quiz-shell{background:#f5f5f5;max-width:none}
.quiz-shell>*{max-width:980px;margin-left:auto;margin-right:auto}
.quiz-card{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.25);padding:30px}
.quiz-card h2{font-size:32px;text-transform:uppercase;margin:0 0 8px;color:#f50505}
.quiz-card>p{margin:0 0 22px;color:#555}
.quiz-step{border-top:1px solid #ececec;padding:18px 0}
.quiz-step h3{margin:0 0 12px;font-size:19px}
.quiz-options{display:flex;flex-wrap:wrap;gap:10px}
.quiz-options span{display:inline-flex;align-items:center;min-height:42px;padding:9px 14px;border:1px solid #ddd;border-radius:5px;background:#fafafa;font-weight:700}
@media(max-width:900px){.home-header .site-nav{display:none}.home-header .menu-toggle{display:block}.home-hero-inner{grid-template-columns:1fr;min-height:0;gap:34px}.home-hero h1{font-size:48px}.home-benefits{gap:18px}.cards.catalog-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.brand-feature,.delivery-card,.contact-panel{grid-template-columns:1fr}.service-grid,.work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.coop-inner{display:block}.brand-feature h3,.coop-inner h2,.delivery-card h2,.home-contacts h2{font-size:34px}}
@media(max-width:900px){.quiz-hero{grid-template-columns:1fr}.quiz-bonuses{max-width:520px}}
@media(max-width:560px){.home-header{padding:16px 12px}.brand-logo img{width:126px}.header-phone{font-size:16px;margin-left:auto}.home-hero{background-position:center top}.home-hero:before{background:rgba(0,0,0,.62)}.home-hero-inner{padding:100px 12px 22px;gap:24px}.home-promo{font-size:16px;margin-bottom:12px}.headline-row{position:relative;display:block}.home-hero h1{font-size:40px;line-height:1.02;letter-spacing:.08em;margin-bottom:22px}.headline-row .discount-badge{position:absolute;left:auto;right:20px;top:63px;width:auto;min-height:32px;padding:0 10px;font-size:14px;transform:rotate(-3deg)}.hero-bullets{font-size:16px;line-height:1.5;margin-top:4px}.home-hero .hero-actions{display:block;margin-top:36px}.home-hero .hero-actions .btn{width:100%;min-height:56px;margin-bottom:16px;font-size:17px}.new-direction{width:auto;margin:26px 0 12px;color:#dedede;font-size:17px}.home-benefits{gap:22px}.home-benefits div{padding-left:50px}.home-benefits b{display:none}.home-benefits span{font-size:16px}.home-catalog:before{font-size:50px;top:42px}.catalog-heading h2{font-size:30px}.cards.catalog-cards,.service-grid,.work-grid{grid-template-columns:1fr}.brand-feature{gap:16px;padding:22px 0}.brand-feature h3,.coop-inner h2,.delivery-card h2,.home-contacts h2{font-size:28px}.coop-inner,.delivery-card,.quiz-card{padding:24px}.work-grid img{height:240px}.quiz-hero{padding-top:38px}.quiz-bonuses{grid-template-columns:1fr}.quiz-bonuses span{min-height:82px}.quiz-card h2{font-size:24px}.discount-badge{transform:none}}
