.home-sponsors-section{background:linear-gradient(180deg,#f7f6ef 0,#fff 100%)}.home-sponsor-intro{max-width:680px;color:var(--muted);margin:0}.home-sponsor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home-sponsor-card{display:flex;min-height:150px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:14px;background:#fff;padding:18px;box-shadow:0 6px 20px rgba(7,62,34,.06);transition:transform .2s ease,box-shadow .2s ease}.home-sponsor-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(7,62,34,.12)}.home-sponsor-card img{display:block;max-width:100%;max-height:92px;width:auto;height:auto;object-fit:contain}.home-sponsor-name{font-weight:800;text-align:center;color:var(--dark);font-size:1.05rem}.home-sponsor-footer{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 28px;border-radius:14px;background:var(--dark);color:#fff}.home-sponsor-footer p{margin:4px 0 0;color:#dce7df}.home-sponsor-footer .eyebrow{margin:0}.home-sponsor-footer .btn{white-space:nowrap}@media(max-width:900px){.home-sponsor-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.home-sponsor-grid{grid-template-columns:1fr 1fr}.home-sponsor-card{min-height:120px;padding:12px}.home-sponsor-card img{max-height:72px}.home-sponsor-footer{align-items:flex-start;flex-direction:column}.home-sponsor-name{font-size:.95rem}}