.area-seo-page {
    padding: 44px 0 64px;
    background: #eef2f5;
}

.area-seo-page__hero {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}

.area-seo-page__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(194, 167, 102, 0.14);
    color: #8a6d2a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.area-seo-page__hero h1 {
    margin: 14px 0 14px;
    color: #101828;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.area-seo-page__intro {
    margin: 0 auto;
    max-width: 860px;
    color: #667085;
    font-size: 1.08rem;
    line-height: 1.85;
}

.area-seo-page__top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
    gap: 24px;
    align-items: start;
    margin-bottom: 28px;
}

.area-seo-page__card {
    background: #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
}

.area-seo-page__headline {
    margin: 0 0 14px;
    color: #8a6d2a;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6;
}

.area-seo-page__body {
    margin: 0;
    color: #475467;
    font-size: 1.02rem;
    line-height: 1.9;
}

.area-seo-page__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.area-seo-page__tags span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #faf8f3;
    border: 1px solid rgba(194, 167, 102, 0.24);
    color: #111827;
    font-size: 0.92rem;
    font-weight: 600;
}

.area-seo-page__card--stats h2,
.area-seo-page__section h2 {
    margin: 0 0 14px;
    color: #101828;
    font-size: 1.45rem;
    line-height: 1.2;
}

.area-seo-page__stat-row {
    padding: 14px 0;
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.area-seo-page__stat-row small,
.area-seo-page__stat-block small {
    display: block;
    margin-bottom: 6px;
    color: #8a6d2a;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.area-seo-page__stat-row strong {
    color: #101828;
    font-size: 1.05rem;
    line-height: 1.5;
}

.area-seo-page__stat-block {
    padding-top: 14px;
}

.area-seo-page__stat-block p {
    margin: 0;
    color: #475467;
    line-height: 1.75;
}

.area-seo-page__section {
    margin-top: 24px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
}

.area-seo-page__section p {
    margin: 0;
    color: #475467;
    font-size: 1rem;
    line-height: 1.9;
}

.area-seo-page__reasons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.area-seo-page__reason {
    padding: 18px;
    border-radius: 20px;
    background: #faf8f3;
    border: 1px solid rgba(194, 167, 102, 0.18);
}

.area-seo-page__reason p {
    margin: 0;
    color: #344054;
    line-height: 1.75;
}

.area-seo-page__faq-list {
    display: grid;
    gap: 16px;
}

.area-seo-page__faq {
    padding: 18px 20px;
    border-radius: 20px;
    background: #fafcfe;
    border: 1px solid rgba(16, 24, 40, 0.08);
}

.area-seo-page__faq h3 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 1.05rem;
    line-height: 1.45;
}

.area-seo-page__faq p {
    margin: 0;
    color: #475467;
    line-height: 1.8;
}

@media (max-width: 980px) {
    .area-seo-page__top-grid,
    .area-seo-page__reasons {
        grid-template-columns: 1fr;
    }
}

.area-discovery-home {
    padding: 28px 0 34px;
}

.area-discovery-home__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.area-discovery-home__card {
    background: #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
    min-height: 260px;
    display: flex;
    flex-direction: column;
}

.area-discovery-home__eyebrow {
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(194, 167, 102, 0.14);
    color: #8a6d2a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.area-discovery-home__card h3 {
    margin: 14px 0 10px;
    color: #101828;
    font-size: 1.35rem;
    line-height: 1.2;
}

.area-discovery-home__card p {
    margin: 0;
    color: #667085;
    font-size: 0.96rem;
    line-height: 1.65;
}

.area-discovery-home__names {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.area-discovery-home__names span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f8f8fb;
    border: 1px solid #ececf3;
    color: #344054;
    font-size: 0.88rem;
    font-weight: 600;
}

.area-discovery-home__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #faf8f3;
    border: 1px solid rgba(194, 167, 102, 0.2);
}

.area-discovery-home__meta small {
    display: block;
    margin-bottom: 4px;
    color: #8a6d2a;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.area-discovery-home__meta strong {
    color: #101828;
    font-size: 0.95rem;
    line-height: 1.45;
}

.area-discovery-home__link {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #c2a766 0%, #d3bb81 100%);
    color: #111827;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 700;
    box-shadow: 0 14px 34px rgba(194, 167, 102, 0.24);
}

.area-discovery-home__link:hover {
    color: #111827;
}

.area-discovery-list-page {
    padding: 36px 0 56px;
}

.area-discovery-list-page__head {
    margin-bottom: 24px;
}

.area-discovery-list-page__head h1 {
    margin: 0 0 10px;
    color: #101828;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.05;
}

.area-discovery-list-page__head p {
    max-width: 760px;
    margin: 0;
    color: #667085;
    font-size: 1rem;
    line-height: 1.75;
}

.area-discovery-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.area-discovery-list-card {
    background: #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
}

.area-discovery-list-card h2 {
    margin: 0 0 10px;
    font-size: 1.45rem;
    line-height: 1.2;
}

.area-discovery-list-card h2 a {
    color: #101828;
    text-decoration: none;
}

.area-discovery-list-card p {
    margin: 0;
    color: #667085;
    line-height: 1.75;
}

.area-discovery-list-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.area-discovery-list-card__meta span {
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 14px;
    background: #faf8f3;
    border: 1px solid rgba(194, 167, 102, 0.2);
    color: #111827;
    font-size: 0.92rem;
    font-weight: 600;
}

.area-discovery-list-card__link {
    display: inline-flex;
    margin-top: 18px;
    color: #8a6d2a;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .area-discovery-home__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .area-discovery-home__grid,
    .area-discovery-list-grid {
        grid-template-columns: 1fr;
    }
}
.homepage-area-discovery-wrap {
    background: #dce3e7;
    padding: 48px 0 34px;
    border-top: 1px solid rgba(16, 24, 40, 0.06);
    border-bottom: 1px solid rgba(16, 24, 40, 0.06);
}

.area-discovery-section-head {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 28px;
}

.area-discovery-section-head h2 {
    margin: 0 0 12px;
    color: #101828;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.area-discovery-section-head p {
    margin: 0;
    color: #667085;
    font-size: 1.02rem;
    line-height: 1.75;
}

.area-discovery-home {
    padding: 0;
    background: transparent;
}

.area-discovery-home .site-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.area-discovery-home__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.area-discovery-home__card {
    background: #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
    min-height: 260px;
    display: flex;
    flex-direction: column;
}

.area-discovery-home__eyebrow {
    display: none;
}

@media (max-width: 1100px) {
    .area-discovery-home__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .homepage-area-discovery-wrap {
        padding: 40px 0 28px;
    }

    .area-discovery-section-head {
        margin-bottom: 22px;
        padding: 0 12px;
    }

    .area-discovery-home__grid {
        grid-template-columns: 1fr;
    }
}

.homepage-area-discovery-wrap {
    background: #dce3e7;
    padding: 48px 0 34px;
    border-top: 1px solid rgba(16, 24, 40, 0.06);
    border-bottom: 0;
}

.stats-section {
    background: #eef2f5;
    padding: 20px 0 60px;
    margin: 0;
}

.area-discovery-list-card__headline {
    margin: 0 0 10px;
    color: #8a6d2a;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.5;
}

.area-discovery-list-card__bestfor {
    margin-top: 16px;
    color: #475467;
    font-size: 0.94rem;
    line-height: 1.6;
}

.area-discovery-list-card__bestfor strong {
    color: #101828;
}


.popular-communities-page {
    padding: 44px 0 60px;
    background: #eef2f5;
}

.popular-communities-page__head {
    max-width: 820px;
    margin: 0 auto 28px;
    text-align: center;
}

.popular-communities-page__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(194, 167, 102, 0.14);
    color: #8a6d2a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body .popular-communities-page {
    background: #eef2f5 !important;
}

.popular-communities-page__head h1 {
    margin: 14px 0 12px;
    color: #101828;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.popular-communities-page__head p {
    margin: 0;
    color: #667085;
    font-size: 1rem;
    line-height: 1.75;
}

.popular-communities-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.popular-communities-page__card {
    background: #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
}

.popular-communities-page__card h2 {
    margin: 0 0 12px;
    font-size: 1.5rem;
    line-height: 1.15;
}

.popular-communities-page__card h2 a {
    color: #101828;
    text-decoration: none;
}

.popular-communities-page__card h2 a:hover {
    color: #8a6d2a;
}

.popular-communities-page__about {
    margin: 0;
    color: #667085;
    font-size: 0.98rem;
    line-height: 1.8;
}

.popular-communities-page__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.popular-communities-page__meta span {
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 14px;
    background: #faf8f3;
    border: 1px solid rgba(194, 167, 102, 0.2);
    color: #111827;
    font-size: 0.92rem;
    font-weight: 600;
}

.popular-communities-page__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 18px;
    padding: 0 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, #c2a766 0%, #d3bb81 100%);
    color: #111827;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 700;
    box-shadow: 0 14px 34px rgba(194, 167, 102, 0.24);
}

.popular-communities-page__link:hover {
    color: #111827;
}

@media (max-width: 780px) {
    .popular-communities-page__grid {
        grid-template-columns: 1fr;
    }
}

.popular-communities-page__headline {
    margin: 0 0 10px;
    color: #8a6d2a;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.55;
}

.popular-communities-page__about {
    margin: 0;
    color: #667085;
    font-size: 0.98rem;
    line-height: 1.8;
}

.popular-communities-page__bestfor {
    margin-top: 14px;
    color: #475467;
    font-size: 0.94rem;
    line-height: 1.6;
}

.popular-communities-page__bestfor strong {
    color: #101828;
}

.popular-communities-page__link--disabled {
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
}