.locations-hero{background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/back.png);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:50px 0;position:relative;overflow:hidden}.locations-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(220,38,38,.1),transparent);pointer-events:none}.locations-hero__content{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}.locations-hero__eyebrow{display:inline-block;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#dc2626;margin-bottom:16px}.locations-hero__title{font-size:48px;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.2}.locations-hero__subtitle{font-size:18px;line-height:1.7;color:#d1d5db;margin:0}.locations-section{padding:80px 0;background:#f9fafb}.locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:30px;gap:30px}.location-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid #e5e7eb;display:flex;flex-direction:column;position:relative}.location-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12);border-color:#dc2626}.location-card__icon{position:absolute;top:20px;right:20px;width:44px;height:44px;background:#fef2f2;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#dc2626;border:1px solid #fecaca}.location-card__icon svg{width:22px;height:22px}.location-card__content{padding:24px 76px 24px 24px;flex:1 1;display:flex;flex-direction:column}.location-card__title{font-size:22px;font-weight:700;color:#111827;margin:0 0 12px}.location-card__address{font-size:15px;line-height:1.6;color:#6b7280;margin:0 0 20px}.location-card__info{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.location-info-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#4b5563}.location-info-row svg{color:#9ca3af;flex-shrink:0}.location-card__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:20px;border-top:1px solid #f3f4f6}.location-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;transition:all .2s ease}.location-badge--success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.location-badge--primary{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.location-badge svg{width:14px;height:14px}.locations-loading{text-align:center;padding:60px 20px;color:#6b7280}.spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top-color:#dc2626;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.locations-loading p{font-size:16px;margin:0}.locations-error{text-align:center;padding:60px 20px;color:#dc2626}.locations-error svg{margin-bottom:16px}.locations-error p{font-size:16px;margin:0}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:992px){.locations-hero__title{font-size:40px}.locations-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}}@media (max-width:768px){.locations-hero{padding:60px 0 40px}.locations-hero__title{font-size:32px}.locations-hero__subtitle{font-size:16px}.locations-section{padding:50px 0}.locations-grid{grid-template-columns:1fr;gap:20px}.location-card__content{padding:20px}}