.product-hero{max-width:900px;padding:34px 0 18px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{display:flex;flex-direction:column;min-height:285px;padding:27px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#fff,#f0f4ef)}.product-card:nth-child(3n+2){background:linear-gradient(145deg,#fff,#f7f0e6)}.product-card:nth-child(3n){background:linear-gradient(145deg,#fff,#edf4f4)}.product-card h2{font-size:1.55rem;margin:24px 0 10px}.product-card p{color:var(--muted);margin:0}.product-card .text-link{margin-top:auto}.product-number{font-size:.72rem;font-weight:850;color:var(--green);letter-spacing:.12em}.quiet-warning{padding:12px 14px;border-radius:10px;background:#fff5ef;color:#765044;font-size:.9rem}@media(max-width:960px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.product-grid{grid-template-columns:1fr}.product-card{min-height:240px}}
