
:root{--bg:#f5f7f3;--card:#fff;--ink:#17221b;--muted:#5d6b61;--green:#154f34;--gold:#d6a23d;--line:#dce4dc}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}.top{position:sticky;top:0;z-index:10;display:flex;gap:22px;align-items:center;padding:14px 6%;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}.top a{color:var(--ink);text-decoration:none;font-weight:700}.brand{font-size:1.35rem;color:var(--green)!important;margin-right:auto}section,header,footer{padding:52px 6%}.hero,.product-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:36px;align-items:center;background:linear-gradient(135deg,#e9f3e9,#fff8e7)}.hero h1,.product-hero h1{font-size:clamp(2.1rem,4.6vw,4.7rem);line-height:1.02;margin:12px 0}.hero img,.product-hero img{width:100%;border-radius:28px;box-shadow:0 18px 45px rgba(0,0,0,.16);background:#fff;object-fit:contain;max-height:560px}.lead{font-size:1.18rem;color:var(--muted)}.badge{display:inline-block;background:#e1f0e3;color:#0f5732;border:1px solid #b8d8be;border-radius:999px;padding:7px 12px;font-weight:800;font-size:.82rem}.btn{display:inline-block;margin:8px 8px 8px 0;padding:12px 18px;border-radius:12px;background:var(--green);color:#fff;text-decoration:none;border:0;font-weight:800;cursor:pointer}.btn.alt{background:#fff;color:var(--green);border:1px solid var(--green)}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 26px rgba(0,0,0,.07)}.card img{height:220px;width:100%;object-fit:contain;background:#fff}.card .body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.card h3{margin:0;font-size:1.18rem}.small{font-size:.92rem;color:var(--muted)}.price{font-size:1.25rem;font-weight:900;color:#9b6512;margin:.2rem 0}.price.big{font-size:2.2rem}.senior-band,.notice{background:#163f2b;color:white;border-radius:26px;padding:30px}.senior-band p,.notice p{color:#eef8ee}.filterbar{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.filterbar button{border:1px solid var(--green);background:#fff;border-radius:999px;padding:10px 15px;font-weight:800;cursor:pointer}.compare table,table.spec{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}th,td{padding:13px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{background:#edf4ee}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ticks{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 24px 24px 42px}.ticks li{margin:8px 0}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.brand-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px}.contactbox{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.form input,.form textarea,.form select{width:100%;padding:12px;border:1px solid #cad5cc;border-radius:10px;margin:7px 0 14px}footer{background:#10271c;color:#fff}footer a{color:#fff}@media(max-width:1000px){.grid{grid-template-columns:repeat(2,1fr)}.hero,.product-hero,.split,.contactbox{grid-template-columns:1fr}}@media(max-width:620px){.top{flex-wrap:wrap;gap:12px}.grid,.brand-grid{grid-template-columns:1fr}section,header,footer{padding:34px 5%}.card img{height:190px}}
