.pmg-city-landing-content-section {
    --pmg-clcs-text: #171412;
    --pmg-clcs-muted: #625c56;
    --pmg-clcs-link: #66433b;
    --pmg-clcs-accent: #a93a1d;
    --pmg-clcs-border: #ddcec3;
    box-sizing: border-box;
    border-top: 1px solid var(--pmg-clcs-border);
    padding-top: 56px;
    color: var(--pmg-clcs-text);
}

.pmg-city-landing-content-section__title,
.pmg-city-landing-content-section__intro {
    margin: 0;
}

.pmg-city-landing-content-section__intro {
    margin-top: 16px;
    color: var(--pmg-clcs-text);
}

.pmg-city-landing-content-section__intro > :first-child {
    margin-top: 0;
}

.pmg-city-landing-content-section__intro > :last-child {
    margin-bottom: 0;
}

.pmg-city-landing-content-section__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-top: 24px;
}

.pmg-city-landing-content-section__links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--pmg-clcs-link);
    font-size: inherit;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.14em;
}

.pmg-city-landing-content-section__links a:hover,
.pmg-city-landing-content-section__links a:focus-visible {
    color: var(--pmg-clcs-accent);
}

.pmg-city-landing-content-section__links svg,
.pmg-city-landing-treatment-methods__list svg,
.pmg-city-landing-treatment-methods__all-link svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.pmg-city-landing-help-with__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.pmg-city-landing-help-with__chips li {
    margin: 0;
}

.pmg-city-landing-help-with__chips a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(23, 20, 18, 0.22);
    border-radius: 999px;
    background: #fffdfa;
    color: var(--pmg-clcs-text);
    font-size: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.pmg-city-landing-help-with__chips a:hover,
.pmg-city-landing-help-with__chips a:focus-visible {
    border-color: var(--pmg-clcs-link);
    background: #f8eee8;
    color: var(--pmg-clcs-link);
}

.pmg-city-landing-content-section a:focus-visible {
    outline: 2px solid var(--pmg-clcs-accent);
    outline-offset: 3px;
}

.pmg-city-landing-treatment-methods__list {
    display: grid;
    gap: 12px;
    max-width: 680px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.pmg-city-landing-treatment-methods__list li {
    margin: 0;
}

.pmg-city-landing-treatment-methods__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 100px;
    padding: 22px 24px;
    border: 1px solid var(--pmg-clcs-border);
    border-radius: 18px;
    background: #fffdfa;
    box-shadow: 0 10px 24px rgba(76, 48, 30, 0.05);
    color: var(--pmg-clcs-text);
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pmg-city-landing-treatment-methods__list a:hover,
.pmg-city-landing-treatment-methods__list a:focus-visible {
    border-color: #c99d84;
    box-shadow: 0 14px 28px rgba(76, 48, 30, 0.09);
    color: var(--pmg-clcs-text);
    transform: translateY(-1px);
}

.pmg-city-landing-treatment-methods__copy {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.pmg-city-landing-treatment-methods__copy strong {
    font-size: 1.05rem;
    line-height: 1.3;
}

.pmg-city-landing-treatment-methods__copy > span {
    color: var(--pmg-clcs-muted);
    font-size: 0.95rem;
    line-height: 1.45;
}

.pmg-city-landing-treatment-methods__list svg {
    color: var(--pmg-clcs-link);
}

.pmg-city-landing-treatment-methods__all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--pmg-clcs-link);
    font-size: inherit;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.14em;
}

.pmg-city-landing-treatment-methods__all-link:hover,
.pmg-city-landing-treatment-methods__all-link:focus-visible {
    color: var(--pmg-clcs-accent);
}

.pmg-city-landing-related-pages {
    --pmg-clcs-text: #171412;
    --pmg-clcs-link: #66433b;
    --pmg-clcs-accent: #a93a1d;
    box-sizing: border-box;
    color: var(--pmg-clcs-text);
}

.pmg-city-landing-related-pages__title,
.pmg-city-landing-related-pages__section-title {
    margin: 0;
}

.pmg-city-landing-related-pages__section-title {
    margin-top: 28px;
}

.pmg-city-landing-related-pages__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.pmg-city-landing-related-pages__list li {
    margin: 0;
}

.pmg-city-landing-related-pages__list a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(23, 20, 18, 0.22);
    border-radius: 999px;
    background: #fffdfa;
    color: var(--pmg-clcs-text);
    font-size: inherit;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.pmg-city-landing-related-pages__list a:hover,
.pmg-city-landing-related-pages__list a:focus-visible {
    border-color: var(--pmg-clcs-link);
    background: #f8eee8;
    color: var(--pmg-clcs-link);
}

.pmg-city-landing-related-pages__city-link {
    align-items: center;
    color: var(--pmg-clcs-link);
    display: inline-flex;
    font-size: inherit;
    font-weight: 600;
    gap: 12px;
    line-height: 1.3;
    margin-top: 24px;
    text-decoration: none;
}

.pmg-city-landing-related-pages__city-link > span {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.14em;
}

.pmg-city-landing-related-pages__city-link svg {
    fill: none;
    flex: 0 0 17px;
    height: 17px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.35;
    transition: transform .18s ease;
    width: 17px;
}

.pmg-city-landing-related-pages__city-link:hover,
.pmg-city-landing-related-pages__city-link:focus-visible {
    color: var(--pmg-clcs-accent);
}

.pmg-city-landing-related-pages__city-link:hover svg,
.pmg-city-landing-related-pages__city-link:focus-visible svg {
    transform: translateX(3px);
}

.pmg-city-landing-related-pages a:focus-visible {
    outline: 2px solid var(--pmg-clcs-accent);
    outline-offset: 3px;
}

@media (max-width: 640px) {
    .pmg-city-landing-content-section {
        padding-top: 40px;
    }

    .pmg-city-landing-content-section__links {
        gap: 12px 20px;
        margin-top: 20px;
    }

    .pmg-city-landing-help-with__chips {
        gap: 8px;
        margin-top: 24px;
    }

    .pmg-city-landing-help-with__chips a {
        min-height: 38px;
        padding: 8px 14px;
    }

    .pmg-city-landing-treatment-methods__list {
        gap: 10px;
        margin-top: 24px;
    }

    .pmg-city-landing-treatment-methods__list a {
        min-height: 88px;
        padding: 18px;
    }

    .pmg-city-landing-related-pages__section-title {
        margin-top: 24px;
    }

    .pmg-city-landing-related-pages__list {
        gap: 8px;
        margin-top: 16px;
    }

    .pmg-city-landing-related-pages__list a {
        min-height: 38px;
        padding: 8px 14px;
    }

    .pmg-city-landing-related-pages__city-link {
        margin-top: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pmg-city-landing-help-with__chips a,
    .pmg-city-landing-treatment-methods__list a,
    .pmg-city-landing-related-pages__list a,
    .pmg-city-landing-related-pages__city-link svg {
        transition: none;
    }
}
