:root{--primary:#245b4d;--accent:#ff0000;--bg:#f7f8f6;--text:#16211b;--line:#d7e1dc}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.7}header,section,footer{padding:24px 16px}.wrap{max-width:960px;margin:auto}.hero{min-height:56vh;display:grid;align-items:center;background:linear-gradient(135deg,var(--primary),#18231f);color:white}.hero h1{font-size:clamp(2rem,6vw,4.5rem);line-height:1.05;margin:0 0 16px}.hero p{max-width:680px}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:8px;background:var(--accent);color:#111;text-decoration:none;font-weight:800}.button.secondary{background:white;color:var(--primary)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.card{padding:16px;border:1px solid var(--line);border-radius:8px;background:white}.card h3{margin-top:0}.price{font-size:1.4rem;font-weight:900;color:var(--primary)}dl{display:grid;grid-template-columns:max-content 1fr;gap:8px 14px}.note{color:#5e6b64}footer{border-top:1px solid var(--line);background:white}