/* Taj Alwuqar — SEO helpers (breadcrumbs, hub links, sitelinks nav) */
.iqfal-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    padding: calc(var(--contact-bar-h, 0px) + 12px) 18px 0;
    max-width: 1180px;
    margin: 0 auto;
    font-size: 0.88rem;
    font-weight: 700;
    color: #64748b;
}
.iqfal-breadcrumb a {
    color: #0f2744;
    text-decoration: none;
}
.iqfal-breadcrumb a:hover { text-decoration: underline; }
.iqfal-breadcrumb [aria-current="page"] { color: #94a3b8; }

.seo-top-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 18px 0;
    max-width: 1180px;
    margin: 0 auto;
}
.seo-top-nav a {
    text-decoration: none;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(12, 18, 32, 0.1);
    background: #fff;
    color: #0c1220;
}
.seo-top-nav a.is-active {
    border-color: rgba(201, 162, 77, 0.5);
    background: rgba(201, 162, 77, 0.12);
}

#seo-hub {
    padding: 56px 0 64px;
}
#seo-hub .seo-hub-title {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    margin: 0 0 12px;
    color: #0c1220;
    font-weight: 900;
}
#seo-hub .seo-hub-lead {
    max-width: 72ch;
    line-height: 1.9;
    color: #475569;
    font-weight: 600;
    margin: 0 0 24px;
}
#seo-hub .seo-hub-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}
#seo-hub .seo-hub-links a {
    display: block;
    padding: 14px 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(15, 39, 68, 0.1);
    color: #0f2744;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(12, 24, 48, 0.06);
    transition: border-color 0.2s, transform 0.2s;
}
#seo-hub .seo-hub-links a:hover {
    border-color: rgba(201, 162, 77, 0.45);
    transform: translateY(-2px);
}
#seo-hub .seo-about-block {
    max-width: 820px;
    line-height: 1.95;
    color: #334155;
    font-weight: 600;
}
#seo-hub .seo-about-block h2 {
    font-size: 1.2rem;
    margin: 28px 0 10px;
    color: #0c1220;
}
.props-neigh-seo {
    padding: 20px 0 8px;
    text-align: center;
}
.props-neigh-seo h2 {
    font-size: 1.1rem;
    margin: 0 0 12px;
    color: #0c1220;
}
.props-neigh-seo .neigh-area-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.iqfal-properties-seo-inject {
    padding: 16px 18px 8px;
    max-width: 900px;
}
.iqfal-properties-seo-inject .iqfal-seo-h1 {
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    margin: 0 0 10px;
    color: #0f2744;
    font-weight: 900;
    line-height: 1.35;
}
.iqfal-properties-seo-inject .iqfal-seo-intro {
    margin: 0;
    line-height: 1.85;
    color: #475569;
    font-weight: 600;
}
.iqfal-props-seo-sections .iqfal-prop-seo-block {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(15, 39, 68, 0.08);
}
.iqfal-props-seo-sections .iqfal-prop-seo-block h2 {
    font-size: 1.15rem;
    margin: 0 0 8px;
    color: #0c1220;
}
.iqfal-props-seo-sections .iqfal-prop-seo-block p {
    margin: 0;
    line-height: 1.8;
    color: #475569;
    font-weight: 600;
}
.iqfal-props-seo-sections a {
    color: #0f2744;
    font-weight: 800;
}
