
body {font-family: Arial, sans-serif; margin: 0; color: #333; background: #f9f9f9;}
header {background: #004d40; color: white; padding: 1rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
header h1 {margin: 0; font-size: 1.6rem;}
header .tagline {font-size: 0.9rem; font-weight: 300; margin-top: 0.2rem;}
header nav a {color: white; margin-left: 1rem; text-decoration: none; font-size: 0.9rem;}
header nav a:hover {text-decoration: underline;}
.hero {padding: 2rem; background: linear-gradient(90deg, #00bfa5, #1de9b6); color: white; text-align: center;}
.hero h2 {margin: 0 0 0.5rem; font-size: 2rem;}
.hero p {margin: 0; font-size: 1rem;}
.filters {display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 1rem; justify-content: center; background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1);}
.filters input, .filters select, .filters button {padding: 0.5rem; font-size: 1rem; border-radius: 4px; border: 1px solid #ccc;}
.filters button {background: #00bfa5; color: white; cursor: pointer; border: none;}
.filters button:hover {background: #009e82;}
.providers-grid {display: grid; gap: 1rem; padding: 1rem; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.card {background: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); overflow: hidden; display: flex; flex-direction: column;}
.card .card-image {width: 100%; height: 200px; background-size: cover; background-position: center;}
.card .card-body {padding: 1rem; flex: 1; display: flex; flex-direction: column;}
.card h3 {margin: 0 0 0.5rem; font-size: 1.3rem; color: #004d40;}
.badge-featured {background: #fbc02d; color: #333; font-weight: bold; padding: 0.2rem 0.5rem; border-radius: 4px; font-size: 0.8rem; display: inline-block; margin-bottom: 0.5rem;}
.badge {background: #e0f2f1; color: #004d40; padding: 0.2rem 0.4rem; border-radius: 4px; font-size: 0.7rem; margin-right: 0.25rem;}
.card .info {font-size: 0.9rem; margin-bottom: 0.5rem;}
.card .btn-group {margin-top: auto; display: flex; gap: 0.5rem;}
.card .btn {flex: 1; padding: 0.5rem; text-align: center; text-decoration: none; color: white; border-radius: 4px; font-weight: bold;}
.btn-primary {background: #00bfa5;}
.btn-primary:hover {background: #009e82;}
.btn-outline {background: none; border: 1px solid #00bfa5; color: #00bfa5;}
.btn-outline:hover {background: #e0f2f1;}
#vendor-details {padding: 2rem; max-width: 800px; margin: auto; background: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);} 
#vendor-details img {max-width: 100%; border-radius: 4px; margin-bottom: 1rem;}
#vendor-details h2 {color: #004d40; margin-bottom: 0.5rem;}
#vendor-details .detail {margin-bottom: 0.5rem;}
#vendor-details .btn-group {margin-top: 1rem;}
@media (max-width: 600px) { .filters {flex-direction: column; align-items: stretch;} }
