/* ================================================
   PetCare Local — Cards, Badges, Profile, Pages
   Author: PetCare Local
   Order: Layout → Cards → Images → Badges →
          Body → Buttons → Profile → Sidebar →
          Pricing → Success → Login → Responsive
   ================================================ */

/* ════════════════════════════════════════════════
   1. LISTINGS SECTION LAYOUT
   ════════════════════════════════════════════════ */

.listings-section {
    background: var(--brand-white);
    padding: 80px 0;
    width: 100%;
}

.listings-container {
    max-width: 88%;
    margin: 0 auto;
}

.results-count {
    color: var(--brand-mid);
    font-size: 0.95rem;
    font-weight: 500;
}

/* ════════════════════════════════════════════════
   2. FLEX GRID — pure flexbox no Bootstrap
   ════════════════════════════════════════════════ */

.flex-grid--width-85 {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    width: 85%;
    gap: 2%;
    row-gap: 30px;
    margin: auto;
    padding: 20px 0;
}

.flex-grid__col--third-width {
    flex: 1 0 29.3333%;
    background: #ffffff;
}

/* ════════════════════════════════════════════════
   3. LISTING CARDS
   ════════════════════════════════════════════════ */

.listing-card {
    border-radius: var(--border-radius-sm) !important;
    border: none !important;
    cursor: pointer;
    overflow: hidden;
    background: #ffffff;
}

.listing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(31,59,91,0.12);
    border: none !important;
}

/* ════════════════════════════════════════════════
   4. CARD IMAGES — landscape aspect ratio
   ════════════════════════════════════════════════ */

.listing-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.card-img-wrap {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.card-img-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.card-img-fallback {
    background: var(--brand-light);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
}

.exclusive-strip {
    background: var(--brand-dark);
    color: var(--brand-accent);
    font-size: 10px;
    padding: 3px 10px;
    text-align: center;
    letter-spacing: 0.03em;
    width: 100%;
}

/* ════════════════════════════════════════════════
   5. BADGES
   ════════════════════════════════════════════════ */

.badge-elite,
.badge-premium,
.badge-professional,
.badge-verified,
.badge-exclusive {
    font-size: 10px;
    padding: 3px 9px;
    border-radius: 10px;
    font-weight: 500;
    display: inline-block;
}

.badge-elite {
    background: var(--brand-dark);
    color: var(--brand-accent);
}

.badge-premium {
    background: var(--brand-mid);
    color: #fff;
}

.badge-professional {
    background: var(--brand-purple);
    color: #fff;
}

.badge-verified {
    background: var(--brand-green-light);
    color: #085041;
}

.badge-exclusive {
    background: #FAEEDA;
    color: #633806;
}

.badge-unclaimed {
    display: inline-block;
    padding: 1.5px 10px;
    border-radius: 20px;
    border: 1.0px solid #B7410E;
    background: #fff;
    color: #B7410E;
    font-size: 10px;
    font-weight: 600;
    opacity: 0.7;
}

/* ════════════════════════════════════════════════
   6. CARD BODY
   ════════════════════════════════════════════════ */

.card-body-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--brand-dark);
    margin-bottom: 2px;
    line-height: 1.3;
}

/* Category + City on ONE line */
.card-body-meta {
    font-size: 0.8rem;
    color: var(--brand-mid);
    margin-bottom: 6px;
}

.card-body-type {
    font-size: 0.8rem;
    color: var(--brand-mid);
    margin-bottom: 4px;
}

.card-body-location {
    font-size: 0.8rem;
    color: var(--brand-mid);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.stars {
    color: #BA7517;
    font-size: 0.85rem;
}

/* ════════════════════════════════════════════════
   7. CARD BUTTONS
   ════════════════════════════════════════════════ */

.btn-book {
    color: #000000;
    border: 1.5px solid #d3d3d3;
    border-radius: var(--border-radius-sm);
    padding: 6px 20px;
    font-size: 0.8rem;
    width: 140px;
    display: flex;
    text-align: center;
    text-decoration: none;
    transition: all var(--transition-fast);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.btn-book:hover {
    background: var(--brand-mid);
    color: #fff;
    border-color: #cacfd3;
    text-decoration: none;
}

/* ════════════════════════════════════════════════
   8. DIVIDER + LIST VIEW
   ════════════════════════════════════════════════ */

.listings-divider {
    width: 85%;
    margin: 20px auto 10px;
}

.listings-hr {
    border: none;
    border-top: 1.5px solid #e0e8f0;
    margin: 0 0 12px;
}

.listings-more-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 12px;
}

.listings-list-view {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.listing-list-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 0.5px solid #f0f4f8;
}

.listing-list-item:last-child {
    border: none;
}

.listing-list-icon {
    width: 48px;
    height: 48px;
    background: #f4f8fc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

/* Professional-tier thumbnail — same footprint as .listing-list-icon,
   swapped in for a real photo instead of the paw-icon fallback */
.listing-list-thumbnail {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

.listing-list-info {
    flex: 1;
}

.listing-list-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1F3B5B;
    margin: 0 0 3px;
}

.listing-list-meta {
    font-size: 0.8rem;
    color: #6c757d;
    margin: 0 0 3px;
}

.listing-list-desc {
    font-size: 0.8rem;
    color: #6c757d;
    margin: 0;
}

.listing-list-action {
    flex-shrink: 0;
}

/* ════════════════════════════════════════════════
   9. PAGINATION
   ════════════════════════════════════════════════ */

.listings-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px 0 20px;
    width: 85%;
    margin: 0 auto;
}

.pagination-btn {
    color: var(--brand-purple);
    text-decoration: none;
    font-size: 0.85rem;
    padding: 6px 14px;
    border: 1.5px solid var(--brand-light);
    border-radius: 20px;
    transition: all 0.2s;
}

.pagination-btn:hover {
    background: var(--brand-purple);
    color: #fff;
    border-color: var(--brand-purple);
    text-decoration: none;
}

.pagination-btn-disabled {
    color: #ccc;
    border-color: #eee;
    pointer-events: none;
}

.pagination-page {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.85rem;
    cursor: pointer;
    border: 1.5px solid var(--brand-light);
    color: var(--brand-dark);
    transition: all 0.2s;
}

.pagination-page:hover {
    background: var(--brand-light);
}

.pagination-page.active {
    background: var(--brand-purple);
    color: #fff;
    border-color: var(--brand-purple);
}

/* Ellipsis between truncated page numbers — matches pagination-page's
   font size, no border/background since it isn't clickable */
.pagination-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
    color: var(--brand-mid);
}

/* ════════════════════════════════════════════════
   10. PROFILE PAGE
   ════════════════════════════════════════════════ */

.profile-section {
    background: var(--brand-ghost);
    padding: 32px 0 48px;
    min-height: 60vh;
    width: 100%;
}

.btn-back {
    color: var(--brand-purple);
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 20px;
    transition: color var(--transition-fast);
}

.btn-back:hover {
    color: var(--brand-dark);
    text-decoration: none;
}

.profile-card {
    background: var(--brand-white);
    border-radius: var(--border-radius-lg);
    border: 0.5px solid #e0dff0;
    overflow: hidden;
}

.profile-photo-wrap {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.profile-photo {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.profile-photo-fallback {
    width: 100%;
    height: 220px;
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
}

.profile-card-body {
    padding: 24px;
}

.profile-name-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.profile-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin: 0;
    line-height: 1.2;
}

.profile-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
}

.profile-meta {
    color: var(--brand-mid);
    font-size: 0.9rem;
    margin-bottom: 12px;
    line-height: 1.5;
}

.profile-divider {
    border-color: var(--brand-light);
    margin: 16px 0;
    opacity: 1;
}

.profile-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-dark);
    margin-bottom: 8px;
}

.profile-text {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ════════════════════════════════════════════════
   11. SIDEBAR CARDS
   ════════════════════════════════════════════════ */

.sidebar-card {
    background: var(--brand-white);
    border-radius: var(--border-radius-lg);
    border: 0.5px solid #e0dff0;
    padding: 20px;
}

.sidebar-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-dark);
    margin-bottom: 6px;
}

.sidebar-card-sub {
    font-size: 0.8rem;
    color: var(--brand-mid);
    margin-bottom: 12px;
    line-height: 1.5;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 0.5px solid var(--brand-light);
    font-size: 0.85rem;
    line-height: 1.5;
}

.contact-item:last-child {
    border: none;
    padding-bottom: 0;
}

.contact-label {
    font-weight: 600;
    color: var(--brand-dark);
    min-width: 60px;
    flex-shrink: 0;
}

.contact-value {
    color: #444;
    word-break: break-word;
}

.contact-link {
    color: var(--brand-purple);
    text-decoration: none;
    word-break: break-all;
    transition: color var(--transition-fast);
}

.contact-link:hover {
    color: var(--brand-mid);
    text-decoration: underline;
}

.map-placeholder {
    height: 150px;
    background: var(--brand-light);
    border-radius: var(--border-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-mid);
    font-size: 0.9rem;
    gap: 6px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ════════════════════════════════════════════════
   12. PRICING PAGE
   ════════════════════════════════════════════════ */

.pricing-hero {
    background: var(--brand-dark);
    padding: 56px 20px 48px;
    text-align: center;
    width: 100%;
}

.pricing-hero h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-hero p {
    color: var(--brand-accent);
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Optional variant — same hero, --brand-footer background instead of
   --brand-dark. Add class="pricing-hero pricing-hero-footer" to use it. */
.pricing-hero-footer {
    background: var(--brand-footer);
}

.pricing-section {
    background: var(--brand-ghost);
    padding: 48px 0;
    width: 100%;
}

.pricing-card {
    background: var(--brand-white);
    border-radius: var(--border-radius-lg);
    border: 0.5px solid #e0dff0;
    height: 100%;
    transition: transform var(--transition-fast);
}

.pricing-card:hover {
    transform: translateY(-3px);
}

.pricing-card-featured {
    border: 2px solid var(--brand-purple);
}

.pricing-card-body {
    padding: 28px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-popular-badge {
    background: var(--brand-light);
    color: var(--brand-dark);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: var(--border-radius-xl);
    display: inline-block;
    margin-bottom: 12px;
}

.pricing-tier {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-mid);
    margin-bottom: 8px;
}

.pricing-amount {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 20px;
    line-height: 1;
}

.pricing-period {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--brand-mid);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
    flex: 1;
}

.pricing-features li {
    padding: 6px 0;
    border-bottom: 0.5px solid var(--brand-light);
    font-size: 0.9rem;
    color: #444;
    line-height: 1.5;
}

.pricing-features li::before {
    content: "✓ ";
    color: var(--brand-green);
    font-weight: 600;
}

.pricing-features li:last-child {
    border: none;
}

.btn-pricing {
    background: var(--brand-purple);
    color: #fff;
    border: none;
    border-radius: var(--border-radius-xl);
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: background var(--transition-fast);
    cursor: pointer;
}

.btn-pricing:hover {
    background: var(--brand-mid);
    color: #fff;
    text-decoration: none;
}

.btn-pricing-outline {
    background: transparent;
    color: var(--brand-purple);
    border: 1.5px solid var(--brand-purple);
    border-radius: var(--border-radius-xl);
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: all var(--transition-fast);
    cursor: pointer;
}

.btn-pricing-outline:hover {
    background: var(--brand-light);
    color: var(--brand-dark);
    text-decoration: none;
}

.pricing-note {
    text-align: center;
    color: var(--brand-mid);
    font-size: 0.85rem;
    margin-top: 8px;
    line-height: 1.6;
}

/* ════════════════════════════════════════════════
   13. SUCCESS PAGE
   ════════════════════════════════════════════════ */

.success-section {
    background: var(--brand-ghost);
    padding: 64px 20px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.success-card {
    background: var(--brand-white);
    border-radius: 20px;
    border: 0.5px solid #e0dff0;
    padding: 48px 40px;
    max-width: 520px;
    width: 100%;
    text-align: center;
}

.success-icon {
    font-size: 64px;
    margin-bottom: 16px;
    display: block;
}

.success-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 12px;
}

.success-message {
    color: var(--brand-mid);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 28px;
}

.success-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
    text-align: left;
}

.success-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: var(--brand-light);
    border-radius: var(--border-radius-md);
}

.success-step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--brand-green);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.success-step-text {
    font-size: 0.9rem;
    color: var(--brand-dark);
    line-height: 1.4;
}

/* ════════════════════════════════════════════════
   14. LOGIN PAGE
   ════════════════════════════════════════════════ */

.login-section {
    background: var(--brand-ghost);
    padding: 64px 20px;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.login-card {
    background: var(--brand-white);
    border-radius: 20px;
    border: 0.5px solid #e0dff0;
    padding: 40px;
    max-width: 460px;
    width: 100%;
}

.login-header {
    text-align: center;
    margin-bottom: 28px;
}

.login-icon {
    font-size: 48px;
    margin-bottom: 12px;
    display: block;
}

.login-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 6px;
}

.login-sub {
    color: var(--brand-mid);
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* ════════════════════════════════════════════════
   15. MAP EMBED
   ════════════════════════════════════════════════ */

.map-embed-wrap {
    border-radius: var(--border-radius-md);
    overflow: hidden;
}

/* ════════════════════════════════════════════════
   16. RESPONSIVE — ALWAYS LAST
   ════════════════════════════════════════════════ */

@media (max-width: 992px) {
    .listings-container {
        max-width: 90%;
    }
    .pricing-card-body {
        padding: 24px 20px;
    }
    .flex-grid--width-85 {
        width: 92%;
    }
}

@media (max-width: 768px) {
    .listings-container {
        max-width: 100%;
        padding: 0 16px;
    }
    .flex-grid--width-85 {
        width: 100%;
        padding: 16px;
    }
    .flex-grid__col--third-width {
        flex: 1 0 100%;
    }
    .listings-divider,
    .listings-list-view,
    .listings-pagination {
        width: 100%;
        padding: 0 16px;
    }
    .card-img-wrap {
        height: 140px;
    }
    .card-img-wrap img {
        height: 140px;
    }
    .profile-section {
        padding: 24px 0 32px;
    }
    .profile-name {
        font-size: 1.2rem;
    }
    .profile-photo-wrap,
    .profile-photo,
    .profile-photo-fallback {
        height: 160px;
    }
    .profile-card-body {
        padding: 16px;
    }
    .sidebar-card {
        padding: 16px;
    }
    .pricing-hero {
        padding: 40px 16px 32px;
    }
    .pricing-hero h1 {
        font-size: 1.5rem;
    }
    .pricing-amount {
        font-size: 1.8rem;
    }
    .success-section {
        padding: 40px 16px;
    }
    .success-card {
        padding: 32px 20px;
    }
    .success-title {
        font-size: 1.4rem;
    }
    .login-section {
        padding: 40px 16px;
    }
    .login-card {
        padding: 28px 20px;
    }
    .login-title {
        font-size: 1.3rem;
    }
}

/* ════════════════════════════════════════════════
   PRICING PAGE — Full Details
   ════════════════════════════════════════════════ */

.pricing-container {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 1rem;
}

/* ── PRICING GRID ── */
.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.pricing-grid .pricing-card {
    flex: 1 0 200px;
    max-width: 260px;
}

/* ── TRUST BAR ── */
.pricing-trust {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    border-top: 0.5px solid var(--brand-light);
}

.pricing-trust-item {
    font-size: 0.85rem;
    color: var(--brand-mid);
    font-weight: 500;
}

/* ── EXCLUSIVE EXPLAINER ── */
.exclusive-explainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 2rem 0;
}

.exclusive-explainer h2 {
    margin-bottom: 1rem;
}

.exclusive-explainer p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.exclusive-example {
    background: #f4f8fc;
    border-radius: var(--border-radius-lg);
    padding: 1.5rem;
    border: 0.5px solid var(--brand-light);
}

.exclusive-example-label {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 1rem;
    font-weight: 600;
}

.exclusive-example-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 0.5px solid var(--brand-light);
}

.exclusive-example-item:last-child {
    border: none;
}

.exclusive-featured {
    background: #fff;
    border-radius: var(--border-radius-md);
    padding: 10px 12px !important;
    border: 1.5px solid var(--brand-purple) !important;
    margin-bottom: 8px;
}

.exclusive-example-name {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--brand-dark);
}

.exclusive-example-tag {
    font-size: 0.75rem;
    color: var(--brand-green);
    font-weight: 600;
}

.exclusive-example-divider {
    text-align: center;
    font-size: 0.75rem;
    color: #6c757d;
    padding: 8px 0;
    border-top: 0.5px solid var(--brand-light);
    margin-top: 8px;
}

/* ── COMPARISON TABLE ── */
.pricing-table-wrap {
    overflow-x: auto;
    margin-bottom: 2rem;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.pricing-table thead tr {
    background: var(--brand-dark);
    color: #fff;
}

.pricing-table thead th {
    padding: 14px 16px;
    text-align: center;
    font-weight: 600;
    color: var(--brand-accent);
    border: none;
}

.pricing-table thead th:first-child {
    text-align: left;
    color: #fff;
    border-radius: var(--border-radius-sm) 0 0 0;
}

.pricing-table thead th:last-child {
    border-radius: 0 var(--border-radius-sm) 0 0;
}

.pricing-table thead th span {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(168,200,232,0.7);
    margin-top: 2px;
}

.pricing-table-featured {
    background: var(--brand-purple) !important;
    color: #fff !important;
}

.pricing-table tbody tr {
    border-bottom: 0.5px solid #f0f4f8;
    transition: background 0.15s;
}

.pricing-table tbody tr:hover {
    background: #f4f8fc;
}

.pricing-table tbody td {
    padding: 10px 16px;
    text-align: center;
    color: #6c757d;
}

.pricing-table tbody td:first-child {
    text-align: left;
    color: var(--brand-dark);
    font-weight: 500;
}

/* ── FAQ ── */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.faq-item {
    background: #f4f8fc;
    border-radius: var(--border-radius-lg);
    padding: 1.25rem;
    border: 0.5px solid var(--brand-light);
}

.faq-question {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--brand-dark);
    margin: 0 0 8px;
}

.faq-answer {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .pricing-container {
        max-width: 100%;
        padding: 0 16px;
    }
    .pricing-grid .pricing-card {
        max-width: 100%;
        flex: 1 0 100%;
    }
    .exclusive-explainer {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .pricing-trust {
        gap: 1rem;
    }

    /* ── MAP EMBED ── */
    .map-embed-wrap {
        border-radius: var(--border-radius-md);
        overflow: hidden;
    }
}