/* SEO Phase 5: Content and internal linking strengthening */
.seo-support-section,
.local-trust-section,
.projects-buyer-guide,
.project-detail-linking-section,
.location-nearby-section,
.amenities-seo-links-section {
    padding: 70px 0;
    background: #ffffff;
}

.seo-soft-bg,
.projects-buyer-guide,
.location-nearby-section {
    background: linear-gradient(180deg, #fffdf6 0%, #ffffff 100%);
}

.seo-content-card,
.seo-link-panel,
.projects-guide-card,
.pd-linking-card,
.location-nearby-card,
.amenities-seo-card {
    background: #ffffff;
    border: 1px solid rgba(124, 40, 52, 0.10);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(20, 34, 45, 0.08);
    overflow: hidden;
}

.seo-content-card,
.projects-guide-card,
.pd-linking-card,
.location-nearby-card,
.amenities-seo-card {
    padding: 34px;
}

.seo-kicker,
.seo-small-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7c2834;
    margin-bottom: 12px;
}

.seo-content-card h2,
.projects-guide-card h2,
.pd-linking-card h2,
.location-nearby-card h2,
.amenities-seo-card h2 {
    color: #241216;
    font-weight: 850;
    margin-bottom: 14px;
    line-height: 1.18;
}

.seo-content-card p,
.projects-guide-card p,
.pd-linking-card p,
.location-nearby-card p,
.amenities-seo-card p {
    color: #5f6268;
    line-height: 1.78;
    margin-bottom: 0;
}

.seo-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.seo-link-chip,
.seo-inline-link,
.location-nearby-link,
.pd-related-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 750;
    color: #5a1e27;
    background: rgba(228, 171, 0, 0.12);
    border: 1px solid rgba(228, 171, 0, 0.25);
    padding: 13px 15px;
    transition: all .25s ease;
}

.seo-link-chip:hover,
.seo-inline-link:hover,
.location-nearby-link:hover,
.pd-related-link:hover {
    color: #ffffff;
    background: #7c2834;
    border-color: #7c2834;
    transform: translateY(-2px);
}

.seo-mini-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 12px;
}

.seo-mini-list li {
    display: flex;
    gap: 12px;
    color: #474a50;
    line-height: 1.6;
}

.seo-mini-list i {
    color: #16a34a;
    margin-top: 3px;
    flex: 0 0 auto;
}

.seo-faq-section {
    padding: 70px 0;
    background: #f8faf9;
}

.seo-faq-head {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.seo-faq-head span {
    color: #7c2834;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
}

.seo-faq-head h2 {
    margin: 10px 0 12px;
    color: #241216;
    font-weight: 850;
}

.seo-faq-head p {
    color: #63666d;
    margin: 0;
}

.seo-faq-accordion .accordion-item {
    border: 1px solid rgba(124, 40, 52, 0.10);
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 10px 28px rgba(20, 34, 45, 0.06);
}

.seo-faq-accordion .accordion-button {
    font-weight: 800;
    color: #241216;
    background: #ffffff;
    box-shadow: none;
    padding: 18px 20px;
}

.seo-faq-accordion .accordion-button:not(.collapsed) {
    background: #fff8df;
    color: #7c2834;
}

.seo-faq-accordion .accordion-body {
    color: #5f6268;
    line-height: 1.75;
}

.location-nearby-links,
.pd-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.pd-related-link,
.location-nearby-link {
    justify-content: center;
}

.projects-guide-stat {
    border-radius: 18px;
    padding: 22px;
    background: #7c2834;
    color: #fff;
    height: 100%;
}

.projects-guide-stat strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: #f3c22f;
    margin-bottom: 8px;
}

.projects-guide-stat span {
    font-weight: 700;
}

@media (max-width: 991px) {
    .seo-support-section,
    .local-trust-section,
    .projects-buyer-guide,
    .project-detail-linking-section,
    .location-nearby-section,
    .amenities-seo-links-section,
    .seo-faq-section {
        padding: 54px 0;
    }
    .seo-link-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .seo-content-card,
    .projects-guide-card,
    .pd-linking-card,
    .location-nearby-card,
    .amenities-seo-card {
        padding: 24px;
        border-radius: 18px;
    }
    .seo-link-chip,
    .seo-inline-link,
    .location-nearby-link,
    .pd-related-link {
        width: 100%;
        justify-content: space-between;
    }
}
