.maps{padding:60px 20px;background:linear-gradient(to bottom right,#f9fafb,#e5e7eb);display:flex;flex-direction:column;align-items:center}.maps h1{font-size:2.5rem;margin-bottom:40px;text-align:center;font-weight:700;color:#ff8204}.maps h1 span{color:#00568c}.map-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;width:100%;max-width:1200px}.state{background-color:#fff;border-radius:16px;box-shadow:0 6px 18px rgb(0 0 0 / .06);text-align:center;text-decoration:none;transition:transform 0.3s ease,box-shadow 0.3s ease;padding:24px 16px;display:flex;flex-direction:column;justify-content:center}.state:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgb(0 0 0 / .1)}.state img{width:100%;max-height:180px;object-fit:contain;margin-bottom:16px}.state h4{font-size:1.25rem;color:#111827;font-weight:600;margin:0}@media (max-width:768px){.maps{padding:40px 10px}.maps h1{font-size:2rem;margin-bottom:30px}.state{padding:20px 12px}.state img{max-height:120px}.state h4{font-size:1.1rem}}@media (max-width:480px){.maps h1{font-size:1.75rem}.state h4{font-size:1rem}.state img{max-height:100px}}