:root{--brand:#b7192e;--ink:#17191d;--muted:#667085;--line:#e7e8eb;--soft:#f6f6f4;--max:1180px;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.top-header{height:76px;display:flex;align-items:center;gap:28px;padding:0 max(24px,calc((100% - var(--max))/2));border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:20}.site-brand{display:flex;align-items:center;gap:10px;min-width:180px}.site-brand img{width:42px;height:42px;object-fit:contain}.site-brand span{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:var(--brand);color:#fff;font-weight:900;font-size:24px}.site-brand strong{font-size:21px;letter-spacing:.06em}nav{display:flex;align-items:center;gap:25px;margin:auto}nav a{font-size:14px;font-weight:700;color:#333}nav a:hover,nav a.active{color:var(--brand)}.header-phone,.primary-link{background:var(--brand);color:#fff;border-radius:5px;padding:12px 20px;font-weight:800}.nav-toggle{display:none;border:0;background:none;font-size:24px}.hero{min-height:560px;display:grid;grid-template-columns:1.05fr .95fr;max-width:var(--max);margin:auto;padding:64px 24px;gap:58px;align-items:center}.hero-copy small,.eyebrow{display:block;color:var(--brand);font-weight:900;letter-spacing:.1em;margin-bottom:14px}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.06;margin:0 0 22px;letter-spacing:-.04em}.hero p{font-size:19px;line-height:1.75;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:30px}.secondary-link{border:1px solid #cfd2d8;border-radius:5px;padding:12px 20px;font-weight:800}.hero-image{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:4px}.section{max-width:var(--max);padding:70px 24px;margin:auto}.section-head{max-width:700px;margin-bottom:34px}.section h2,.page-title{font-size:clamp(30px,4vw,46px);line-height:1.15;margin:0 0 16px}.section-head p,.rich-copy{color:var(--muted);font-size:17px;line-height:1.8}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);background:#fff;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(20,20,20,.08)}.product-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--soft)}.product-card div{padding:22px}.product-card small{color:var(--brand);font-weight:800}.product-card h3{font-size:23px;margin:9px 0}.product-card p{color:var(--muted);line-height:1.6}.trust-strip{background:var(--brand);color:#fff}.trust-inner{max-width:var(--max);margin:auto;padding:28px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.trust-inner strong{display:block;font-size:21px}.trust-inner span{opacity:.8}.page-hero{background:var(--soft);padding:72px 24px;text-align:center}.page-hero p{color:var(--muted);max-width:720px;margin:0 auto;line-height:1.7}.detail{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.detail img{width:100%;max-height:620px;object-fit:contain;background:var(--soft)}.detail h1{font-size:46px;margin:0 0 15px}.detail dl{display:grid;grid-template-columns:130px 1fr;border-top:1px solid var(--line)}.detail dt,.detail dd{margin:0;padding:14px 0;border-bottom:1px solid var(--line)}.detail dt{font-weight:800}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px}.contact-card{background:var(--soft);padding:32px}.contact-card a{color:var(--brand);font-weight:800}footer{border-top:1px solid var(--line);max-width:var(--max);margin:40px auto 0;padding:38px 24px;display:flex;justify-content:space-between;gap:30px;color:var(--muted)}footer strong{color:var(--ink);font-size:22px}footer a{color:var(--brand);font-weight:800}.loading{min-height:60vh;display:grid;place-items:center;color:var(--muted)}
@media(max-width:820px){.top-header{height:64px;padding:0 16px}.site-brand{min-width:0}.site-brand strong{font-size:18px}.site-brand span{width:34px;height:34px}.nav-toggle{display:block;margin-left:auto}nav{display:none;position:absolute;left:12px;right:12px;top:64px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 40px rgba(0,0,0,.12);padding:10px;flex-direction:column;align-items:stretch;gap:0}nav.open{display:flex}nav a{padding:13px}.header-phone{display:none}.hero{grid-template-columns:1fr;padding:38px 18px;gap:30px}.hero h1{font-size:40px}.hero p{font-size:17px}.hero-image{aspect-ratio:4/3}.section{padding:50px 18px}.product-grid{grid-template-columns:1fr}.trust-inner{grid-template-columns:1fr}.detail,.contact-grid{grid-template-columns:1fr}.detail h1{font-size:36px}footer{margin-top:20px;padding:30px 18px;display:block}}

.home-carousel{position:relative;width:100%;overflow:hidden;background:#f4f5f6}.home-slide{display:none;position:relative;width:100%}.home-slide.active{display:block}.home-slide img{display:block;width:100%;height:auto;max-height:720px;object-fit:contain;margin:auto;background:#f4f5f6}.slide-caption{position:absolute;left:max(24px,calc((100% - var(--max))/2));bottom:34px;max-width:520px;padding:18px 22px;background:rgba(255,255,255,.94);box-shadow:0 8px 30px rgba(0,0,0,.12)}.slide-caption h2{margin:0 0 6px;font-size:28px}.slide-caption p{margin:0;color:var(--muted);line-height:1.6}.carousel-arrow{position:absolute;top:50%;z-index:2;width:44px;height:54px;transform:translateY(-50%);border:0;border-radius:3px;color:#fff;background:rgba(0,0,0,.42);font-size:34px;cursor:pointer}.carousel-arrow.prev{left:18px}.carousel-arrow.next{right:18px}.carousel-dots{position:absolute;right:0;bottom:14px;left:0;display:flex;justify-content:center;gap:8px}.carousel-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.7);box-shadow:0 0 0 1px rgba(0,0,0,.24)}.carousel-dots button.active{width:26px;border-radius:8px;background:var(--brand)}.home-intro{max-width:850px;margin:auto;padding:54px 24px;text-align:center}.home-intro small{color:var(--brand);font-weight:900;letter-spacing:.12em}.home-intro h1{margin:12px 0 16px;font-size:clamp(36px,5vw,58px);line-height:1.08}.home-intro p{color:var(--muted);font-size:18px;line-height:1.75}.home-intro .hero-actions{justify-content:center}.site-footer-main{max-width:none;margin:40px 0 0;padding:42px max(24px,calc((100% - var(--max))/2));background:#202226;color:#d4d6da}.site-footer-main strong{color:#fff}.footer-contacts{display:grid;gap:8px;text-align:right}.footer-contacts a{color:#fff;font-weight:650}
@media(max-width:820px){.home-carousel{min-height:0}.home-slide img{max-height:none}.slide-caption{position:static;max-width:none;padding:14px 18px;box-shadow:none}.slide-caption h2{font-size:21px}.carousel-arrow{width:36px;height:44px;font-size:28px}.carousel-arrow.prev{left:8px}.carousel-arrow.next{right:8px}.home-intro{padding:38px 18px}.home-intro h1{font-size:36px}.footer-contacts{margin-top:22px;text-align:left}}
.product-gallery{min-width:0}.detail .product-gallery>img{display:block;width:100%;aspect-ratio:1/1;max-height:none;object-fit:contain;background:var(--soft)}.product-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:4px}.product-thumbs button{flex:0 0 76px;width:76px;height:76px;padding:3px;border:2px solid transparent;background:#fff;cursor:pointer}.product-thumbs button.active{border-color:var(--brand)}.detail .product-thumbs img{display:block;width:100%;height:100%;object-fit:cover;background:var(--soft)}

/* v3.6 editable homepage modules and strict logo fallback */
[hidden]{display:none!important}.section-head.center{margin-right:auto;margin-left:auto;text-align:center}.home-intro.left{text-align:left}.home-intro.left .hero-actions{justify-content:flex-start}.home-features>.section{padding-bottom:28px}.home-image-section img{display:block;width:100%;height:auto;object-fit:contain;background:var(--soft)}.home-cta{padding:60px 24px;background:var(--soft)}.home-cta>div{max-width:800px;margin:auto;text-align:center}.home-cta .section-head{margin-right:auto;margin-left:auto}.home-cta .primary-link{display:inline-block}.empty-copy{color:var(--muted)}
