:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172033;background:#f6f8fb}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.site-header{height:68px;background:#fff;border-bottom:1px solid #e5e9f0;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;z-index:2}.brand{font-weight:800;font-size:20px}.site-header nav{display:flex;gap:20px;align-items:center}.admin-link{font-weight:700}.hero{max-width:1180px;margin:auto;padding:90px 6%;display:grid;grid-template-columns:1.5fr .8fr;gap:50px;align-items:center}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.65}h1{font-size:clamp(38px,6vw,68px);line-height:1.03;margin:12px 0 20px}h2{font-size:34px}p{line-height:1.7;color:#596579}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{display:inline-block;background:#172033;color:#fff;padding:12px 18px;border-radius:10px;font-weight:700}.button.secondary{background:#fff;color:#172033;border:1px solid #d8dee8}.hero-card{background:#fff;border:1px solid #e5e9f0;border-radius:20px;padding:30px;box-shadow:0 12px 35px rgba(23,32,51,.08);display:grid;gap:14px}.hero-card span{padding:12px;background:#f2f5f9;border-radius:9px}.section{max-width:1180px;margin:auto;padding:65px 6%}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.grid article{background:#fff;border:1px solid #e5e9f0;border-radius:15px;padding:22px}.product-image{height:160px;border-radius:12px;background:#eef2f7;display:grid;place-items:center;font-size:42px;font-weight:900;margin-bottom:18px}.notice{background:#fff;border-left:4px solid #172033;padding:18px;border-radius:8px}footer{padding:35px 6%;border-top:1px solid #e5e9f0;background:#fff}@media(max-width:760px){.site-header{height:auto;padding:18px 5%;gap:14px;align-items:flex-start}.site-header nav{gap:10px;flex-wrap:wrap;font-size:14px}.hero{grid-template-columns:1fr;padding-top:55px}}