.how-we-work{display:grid;padding:36px 20px;background:#fff;border-radius:8px;box-shadow:0 6px 18px rgba(10,20,40,4%)}.hw-hero{margin-bottom:18px;display:grid;grid-template-columns:1fr 2fr;gap:16px}.hw-hero h2{grid-column:1;align-content:center;text-align:center}.hw-hero .hw-subtitle{grid-column:2;font-size:1.2rem;line-height:1.6;text-align:center}.hw-models{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;text-align:center}@media screen and (max-width:768px){.hw-hero{grid-template-columns:1fr;text-align:left}.hw-hero h2,.hw-hero .hw-subtitle{grid-column:1}.hw-hero .hw-subtitle{margin-top:10px;font-size:1rem}.hw-models{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:20px;text-align:center}}.hw-model-card{padding:14px;border-radius:10px;background:#f8fafc;border:1px solid #eef3fb}.hw-model-card h3{margin:0 0 6px;font-size:1rem}.muted{font-size:.95rem}.small{font-size:.9rem}