:root{--green:#062f24;--green2:#0b4938;--gold:#d6a23a;--gold2:#f1c86a;--white:#fff;--muted:#d8e1dd;--text:#13201c;--bg:#f6f4ee}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:24px;justify-content:space-between;padding:14px 5%;background:rgba(6,47,36,.95);backdrop-filter:blur(10px);color:white;border-bottom:1px solid rgba(214,162,58,.35)}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.4px}.brand img{width:46px;height:46px;object-fit:cover;border-radius:8px}.header nav{display:flex;gap:18px;font-size:14px;color:#eaf2ee}.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#11241d;font-weight:800;border:0;border-radius:999px;padding:14px 22px;box-shadow:0 12px 30px rgba(0,0,0,.16)}.btn.ghost{background:transparent;color:white;border:1px solid rgba(255,255,255,.4);box-shadow:none}.btn.small{padding:10px 16px;font-size:14px}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;min-height:720px;padding:90px 5%;background:radial-gradient(circle at 70% 30%,rgba(214,162,58,.28),transparent 35%),linear-gradient(135deg,#03231b,#0b4938 55%,#031b15);color:white}.eyebrow{color:var(--gold2);font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:12px}.hero h1{font-size:64px;line-height:.96;margin:14px 0 22px;max-width:780px}.lead{font-size:21px;line-height:1.5;color:#e8f1ed;max-width:660px}.heroActions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.heroCard{background:rgba(255,255,255,.08);border:1px solid rgba(214,162,58,.25);border-radius:28px;padding:14px;align-self:center;box-shadow:0 30px 80px rgba(0,0,0,.28)}.heroCard img{width:100%;height:520px;object-fit:cover;border-radius:20px}.heroCard div{padding:14px;color:var(--gold2);font-weight:800}.stats{display:flex;gap:14px;margin-top:38px;flex-wrap:wrap}.stats div{min-width:140px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:16px}.stats b{display:block;font-size:28px;color:var(--gold2)}.stats span{font-size:13px;color:#dbe8e3}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:-55px 5% 0;position:relative;z-index:2}.trust div{background:white;border-radius:22px;padding:28px;box-shadow:0 18px 50px rgba(8,35,28,.14);border:1px solid #eadfc6}.trust h3{margin:0 0 8px}.section{padding:84px 5%}.sectionHead{max-width:850px;margin-bottom:34px}.section h2{font-size:42px;line-height:1.05;margin:8px 0 12px}.sectionHead p:not(.eyebrow){font-size:18px;line-height:1.55;color:#52605b}.productGrid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:22px}.product,.cards4 article,.decorList div{background:white;border-radius:24px;overflow:hidden;box-shadow:0 14px 45px rgba(8,35,28,.1);border:1px solid #eadfc6}.product img,.cards4 img{width:100%;height:270px;object-fit:cover}.product.big{display:grid;grid-template-columns:1fr 1fr}.product.big img{height:100%;min-height:470px}.product div,.product:not(.big){padding:24px}.product h3,.cards4 h3{font-size:24px;margin:0 0 10px}.product ul{line-height:1.9;padding-left:20px}.product b,.cards4 b{display:block;color:var(--green);font-size:20px;margin-top:12px}.galleryGrid,.catalogGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.galleryGrid img,.catalogGrid img{width:100%;height:270px;object-fit:cover;border-radius:20px;box-shadow:0 12px 35px rgba(0,0,0,.14)}.dark{background:linear-gradient(135deg,#041d16,#0a3b2d);color:white}.dark .sectionHead p:not(.eyebrow){color:#d4e1dc}.cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cards4 article{background:#fff;color:var(--text)}.cards4 article h3,.cards4 article p,.cards4 article b{padding-left:20px;padding-right:20px}.cards4 article b{padding-bottom:22px}.note{margin-top:24px;padding:22px;border-radius:18px;border:1px solid rgba(214,162,58,.45);background:rgba(214,162,58,.12);color:#f6e6be}.catalogGrid{grid-template-columns:repeat(3,1fr)}.catalogGrid img{height:520px;object-fit:contain;background:white;padding:10px}.decorList{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.decorList div{padding:24px}.tableWrap{overflow:auto;background:white;border-radius:22px;box-shadow:0 14px 45px rgba(8,35,28,.1)}table{width:100%;border-collapse:collapse;min-width:760px}th{background:var(--green);color:white;text-align:left}th,td{padding:18px;border-bottom:1px solid #ece5d8}td:last-child{font-weight:800;color:var(--green)}.calc{background:#fff}.calcBox{max-width:720px;background:linear-gradient(135deg,#062f24,#0b4938);color:white;border-radius:28px;padding:30px;box-shadow:0 18px 60px rgba(0,0,0,.16)}.calcBox label{display:block;font-weight:800}.calcBox input{width:100%;margin-top:10px;padding:16px;border-radius:14px;border:1px solid rgba(255,255,255,.2);font-size:22px}.result{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.15)}.result b{color:var(--gold2);font-size:24px}.calcBox .btn{margin-top:24px}.about{display:grid;grid-template-columns:1fr .7fr;gap:28px;align-items:center;background:#efe8da}.about img{width:100%;border-radius:28px}.aboutText p{font-size:18px;line-height:1.65}.contacts{text-align:center;background:linear-gradient(135deg,#03231b,#0b4938);color:white}.contacts h2{font-size:48px}.contacts p{font-size:20px}footer{text-align:center;padding:30px;background:#031b15;color:#d8e1dd}@media(max-width:900px){.header nav{display:none}.hero,.product.big,.about{grid-template-columns:1fr}.hero{padding-top:60px;min-height:auto}.hero h1{font-size:42px}.trust,.productGrid,.cards4,.galleryGrid,.catalogGrid,.decorList{grid-template-columns:1fr}.catalogGrid img{height:auto}.heroCard img{height:360px}.section{padding:60px 5%}.section h2{font-size:34px}}

/* Minimal fixes 07.06 */
.header .brand img{width:54px;height:54px;object-fit:contain;border-radius:10px;}
.header .brand span{font-size:23px;font-weight:800;letter-spacing:.2px;}
.header nav a{color:#f1c75b;font-size:16px;font-weight:700;}
.header nav a:hover{color:#fff1b8;text-shadow:0 0 10px rgba(241,199,91,.45);}
.compareBox{margin-top:28px;background:#fff;border-radius:24px;padding:26px;box-shadow:0 18px 45px rgba(0,0,0,.10);}
.compareBox h3{margin-top:0;font-size:28px;}
.compareBox table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:16px;}
.compareBox th{background:#073c2d;color:#f1c75b;text-align:left;padding:14px;}
.compareBox td{padding:14px;border-bottom:1px solid #e8e2d6;}
.compareBox .highlight td{background:#eff8ef;font-weight:800;color:#073c2d;}
@media(max-width:780px){.header .brand span{font-size:20px}.header nav a{font-size:14px}.compareBox{padding:16px;overflow-x:auto}.compareBox table{min-width:640px}}
