.mp-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 1rem 3rem;
}

.mp-hero {
    text-align: center;
    padding: 2rem 0 1.5rem;
}

.mp-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 0.5rem;
}

.mp-search-bar {
    display: grid;
    gap: 0.75rem;
    align-items: end;
    margin: 1.5rem 0;
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.mp-search-bar--hero {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    padding: 0;
    margin: 1.25rem auto 0;
    max-width: 820px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.mp-search-bar--hero .mp-search-bar__location {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 0.85rem;
    border-right: 1px solid #e2e8f0;
    background: #f8fafc;
    min-width: 148px;
}

.mp-search-bar--hero .mp-search-bar__pin {
    color: #145da0;
    flex-shrink: 0;
}

.mp-search-bar--hero .mp-search-bar__city-select {
    border: 0;
    background: transparent;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    padding: 0.9rem 0.25rem;
    min-width: 6rem;
    max-width: 9rem;
    cursor: pointer;
}

.mp-search-bar--hero .mp-search-bar__query {
    flex: 1 1 220px;
    min-width: 0;
}

.mp-search-bar--hero .mp-search-bar__query-input {
    width: 100%;
    border: 0;
    padding: 0.95rem 1rem;
    font-size: 1rem;
    background: #fff;
}

.mp-search-bar--hero .mp-search-bar__query-input:focus {
    outline: none;
}

.mp-search-bar--hero .mp-search-bar__submit {
    border-radius: 0;
    margin: 0;
    padding: 0 1.5rem;
    min-height: 52px;
    background: #f59e0b;
    border: none;
    color: #1e293b;
    font-weight: 700;
    white-space: nowrap;
}

.mp-search-bar--hero .mp-search-bar__submit:hover {
    background: #d97706;
    color: #fff;
}

.mp-search-bar--hero .mp-search-bar__filters {
    flex: 1 1 100%;
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.9rem;
}

.mp-search-bar--hero .mp-search-bar__filters summary {
    cursor: pointer;
    color: #145da0;
    font-weight: 600;
}

.mp-search-bar--hero .mp-search-bar__filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.mp-search-bar--compact {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.mp-search-bar--compact .mp-search-bar__location {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.mp-search-bar--compact .mp-search-bar__filters-inline {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

.mp-city-picker {
    position: relative;
}

.mp-city-picker__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.mp-city-picker__toggle:hover {
    border-color: #145da0;
    color: #145da0;
}

.mp-city-picker__icon {
    color: #145da0;
}

.mp-city-picker__caret {
    opacity: 0.6;
}

.mp-city-picker__menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    z-index: 40;
    min-width: 180px;
    max-height: 280px;
    overflow-y: auto;
    margin: 0;
    padding: 0.35rem 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.mp-city-picker__menu a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #334155;
    font-size: 0.9rem;
}

.mp-city-picker__menu a:hover,
.mp-city-picker__menu a[aria-current="true"] {
    background: #eff6ff;
    color: #145da0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mp-search-bar--legacy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.mp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

.mp-vendor-card {
    display: block;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.mp-vendor-card:hover {
    border-color: #145da0;
    box-shadow: 0 4px 14px rgba(20, 93, 160, 0.12);
}

.mp-vendor-card h3 {
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
}

.mp-vendor-card .mp-meta {
    color: #64748b;
    font-size: 0.9rem;
}

.mp-detail-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 900px) {
    .mp-detail-layout {
        grid-template-columns: 1fr 320px;
    }
}

.mp-detail-main section {
    margin-bottom: 1.5rem;
}

.mp-detail-main h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.mp-sidebar-card {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.mp-offers {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0;
}

.mp-offer-pill {
    padding: 0.35rem 0.75rem;
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 999px;
    font-size: 0.85rem;
}

.mp-map iframe {
    width: 100%;
    min-height: 220px;
    border: 0;
    border-radius: 8px;
}

.mp-booking-form .form-row {
    margin-bottom: 0.75rem;
}

.mp-rating {
    color: #f59e0b;
    font-weight: 600;
}

.mp-hub-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}

.mp-hub-links a {
    padding: 0.4rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.9rem;
}

.mp-hub-links a:hover {
    border-color: #145da0;
    color: #145da0;
}

.mp-landing-section {
    background: linear-gradient(180deg, #f0f7ff 0%, #fff 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.mp-nav-saas-btn {
    background: linear-gradient(135deg, #0f766e 0%, #145da0 100%);
    border: none;
    color: #fff !important;
    font-weight: 600;
    white-space: nowrap;
}

.mp-nav-saas-btn:hover {
    filter: brightness(1.05);
    color: #fff;
}

.mp-nav .mkt-nav-cta {
    gap: 0.5rem;
    flex-wrap: wrap;
}

.mp-home-hero {
    background: linear-gradient(135deg, #e8f4fc 0%, #f8fafc 55%, #fff 100%);
    padding: 2.5rem 1rem 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.mp-home-hero__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.mp-home-hero h1 {
    font-size: clamp(1.6rem, 4vw, 2.35rem);
    margin: 0 0 0.5rem;
    line-height: 1.2;
}

.mp-home-hero__lead {
    color: #475569;
    margin-bottom: 1rem;
}

.mp-home-section {
    padding: 2rem 0;
}

.mp-home-section--alt {
    background: #f8fafc;
}

.mp-section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1rem;
}

.mp-section-head h2 {
    margin: 0;
    font-size: 1.25rem;
}

.mp-home-tagline {
    text-align: center;
    margin: 0 0 1.25rem;
}

.mp-specialty-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.mp-specialty-chip {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #cbd5e1;
    text-decoration: none;
    color: #0f172a;
    font-size: 0.92rem;
}

.mp-specialty-chip:hover {
    border-color: #145da0;
    color: #145da0;
}

.mp-action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.mp-action-grid--compact .mp-action-card h3 {
    font-size: 1rem;
}

.mp-action-card {
    display: block;
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.mp-action-card--primary {
    border-color: #bfdbfe;
    background: linear-gradient(180deg, #fff 0%, #eff6ff 100%);
}

.mp-action-card h3 {
    margin: 0 0 0.35rem;
}

.mp-action-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
}

.mp-action-card__cta {
    display: inline-block;
    margin-top: 0.75rem;
    color: #145da0;
    font-weight: 600;
    font-size: 0.9rem;
}

.mp-offer-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

.mp-offer-card {
    padding: 1rem;
    border: 1px solid #fde68a;
    border-radius: 10px;
    background: #fffbeb;
}

.mp-offer-card__badge {
    color: #b45309;
    font-weight: 600;
    margin: 0.25rem 0;
}

.mp-join-band {
    background: #145da0;
    color: #fff;
}

.mp-join-band__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    align-items: center;
}

.mp-join-band ul {
    margin: 0.5rem 0 0;
    padding-left: 1.1rem;
}

.mp-join-band__actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mp-article-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.mp-article-card {
    display: block;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.mp-article-card:hover {
    border-color: #145da0;
}

.mp-article-card__cover {
    width: 100%;
    max-height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.mp-article-card__cta {
    color: #145da0;
    font-weight: 600;
    font-size: 0.9rem;
}

.mp-cta-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.mp-cta-tile {
    padding: 1.25rem;
    border-radius: 10px;
    background: #145da0;
    color: #fff;
    text-decoration: none;
}

.mp-cta-tile h3 {
    margin: 0 0 0.35rem;
}

.mp-cta-tile p {
    margin: 0;
    opacity: 0.92;
    font-size: 0.92rem;
}

.mp-article__header h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.mp-article__cover img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 10px;
}

.mp-article__body {
    line-height: 1.7;
    margin: 1.5rem 0;
}

.mp-author-bio {
    margin-top: 2rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.mp-author-bio__inner {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.mp-author-bio__photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.mp-author-bio__social {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.mp-author-profile {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .mp-join-band__inner {
        grid-template-columns: 1fr;
    }

    .mp-nav-links {
        display: none;
    }

    .mp-search-bar--hero {
        flex-direction: column;
        border-radius: 10px;
    }

    .mp-search-bar--hero .mp-search-bar__location {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .mp-search-bar--hero .mp-search-bar__submit {
        width: 100%;
        min-height: 48px;
    }

    .mp-search-bar--compact,
    .mp-search-bar {
        grid-template-columns: 1fr;
    }

    .mp-city-picker__menu {
        left: 0;
        right: auto;
    }

    .mp-booking-form .btn,
    .mp-nav-saas-btn,
    .mkt-btn-nav {
        min-height: 44px;
    }

    .mp-detail-layout {
        grid-template-columns: 1fr;
    }

    .mp-vendor-card,
    .mp-action-card,
    .mp-article-card {
        min-height: 44px;
    }
}

.mp-reviews__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}

.mp-review {
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}
