.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.support-card{display:flex;flex-direction:column;align-items:flex-start;min-height:280px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(20,55,51,.06)}.support-card>span{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:15px;background:#e8f7f2;color:#147b69;font-size:22px;font-weight:900}.support-card h2{margin:0 0 9px;color:#133d38}.support-card p{flex:1;margin:0 0 22px;color:var(--muted);line-height:1.65}.support-card .btn{width:100%;text-align:center;text-decoration:none}.support-card small{align-self:center;margin-top:9px;color:var(--muted)}.agency-support{border-color:#c9b7ec;background:linear-gradient(145deg,#fff 0%,#f6f0ff 100%)}.agency-support>span{background:#eee5ff;color:#6d49b2}.support-note{display:flex;align-items:center;gap:16px;margin-top:18px;padding:17px 20px;border:1px solid #dceae6;border-radius:15px;background:#f7fbfa;color:#526966}.support-note strong{color:#173f3a;white-space:nowrap}@media(max-width:900px){.support-grid{grid-template-columns:1fr}.support-card{min-height:auto}}@media(max-width:600px){.support-card{padding:21px}.support-note{align-items:flex-start;flex-direction:column;gap:5px}}