/* Brand SEO pages — about-hari-kisna-realty etc. */

.hk-brand-page .hk-brand-section {
    padding: 48px 0 72px;
    background: linear-gradient(180deg, #EEF3F7 0%, var(--bg) 180px);
    overflow-x: clip;
}

.hk-brand-hero {
    text-align: left;
}
.hk-brand-hero h1 {
    max-width: 920px;
}
.hk-brand-hero .hk-brand-hero-intro {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 22px;
}
.hk-brand-hero--mega .hk-projects-stats {
    max-width: 100%;
}
.hk-brand-hero-outline {
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: var(--white) !important;
}
.hk-brand-hero-outline:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: var(--white) !important;
    color: var(--white) !important;
}

.hk-brand-stats-band {
    background: var(--white);
    padding: 28px 0;
    margin-top: -1px;
    box-shadow: 0 8px 32px rgba(40, 73, 103, 0.08);
    position: relative;
    z-index: 3;
}
.hk-brand-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    text-align: center;
}
.hk-brand-stat strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    color: var(--primary);
    font-weight: 700;
    line-height: 1.2;
}
.hk-brand-stat span {
    font-size: 12px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.hk-brand-quick-nav {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(232, 237, 242, 0.95);
    position: sticky;
    top: var(--header-h, 72px);
    z-index: 30;
    backdrop-filter: blur(10px);
}
.hk-brand-quick-nav-inner {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 0;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.hk-brand-quick-nav-inner a {
    flex-shrink: 0;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary);
    text-decoration: none;
    border: 1px solid rgba(232, 237, 242, 0.95);
    background: var(--white);
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}
.hk-brand-quick-nav-inner a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    transform: translateY(-1px);
    text-decoration: none;
}

.hk-brand-hero > .container > p.hk-brand-hero-intro {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 22px;
}
.hk-brand-hero .hk-projects-stats,
.hk-brand-hero .hk-projects-hero-actions {
    justify-content: flex-start;
}
.hk-brand-hero .seo-breadcrumb,
.hk-brand-hero .breadcrumb {
    margin-bottom: 8px;
}
.hk-brand-hero .seo-breadcrumb a,
.hk-brand-hero .breadcrumb a {
    color: rgba(255, 255, 255, 0.88);
}
.hk-brand-hero .seo-breadcrumb .active,
.hk-brand-hero .breadcrumb > .active {
    color: var(--gold-light);
}
.hk-brand-hero .seo-breadcrumb li + li:before {
    color: rgba(255, 255, 255, 0.5);
}

.brand-seo-official-badge {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
}
.brand-seo-official-badge a {
    color: var(--gold-light);
    font-weight: 600;
}

.hk-brand-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
    align-items: start;
}
.hk-brand-main,
.hk-brand-sidebar {
    min-width: 0;
}

.brand-seo-nap-hero {
    background: var(--white);
    border-radius: 18px;
    padding: 24px 26px;
    margin-bottom: 28px;
    border: 1px solid rgba(232, 237, 242, 0.95);
    border-left: 4px solid var(--primary);
    box-shadow: 0 8px 28px rgba(40, 73, 103, 0.06);
}
.brand-seo-nap-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 20px;
}
.brand-seo-nap-item strong {
    display: block;
    color: var(--secondary);
    margin-bottom: 8px;
    font-size: 14px;
}
.brand-seo-nap-item strong i {
    color: var(--primary);
    margin-right: 6px;
}
.brand-seo-nap-item p {
    margin: 0;
    line-height: 1.55;
}
.brand-seo-phone {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
}

.brand-seo-body {
    background: var(--white);
    border-radius: 18px;
    padding: 32px 30px;
    margin-bottom: 28px;
    border: 1px solid rgba(232, 237, 242, 0.95);
    box-shadow: 0 8px 32px rgba(40, 73, 103, 0.05);
}
.brand-seo-section {
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(232, 237, 242, 0.95);
}
.brand-seo-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.brand-seo-section h2 {
    font-size: clamp(20px, 3vw, 26px);
    margin-bottom: 16px;
    color: var(--secondary);
    padding-left: 14px;
    border-left: 4px solid var(--gold);
    line-height: 1.3;
}
.brand-seo-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--secondary);
}
.brand-seo-section p,
.brand-seo-body p {
    line-height: 1.7;
    color: var(--text);
}

.brand-seo-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 16px 0;
}
.brand-seo-tag-list li {
    background: rgba(47, 128, 148, 0.08);
    border: 1px solid rgba(47, 128, 148, 0.18);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary);
}

.brand-seo-section ul:not(.brand-seo-tag-list) {
    padding-left: 0;
    list-style: none;
    margin: 16px 0;
    display: grid;
    gap: 10px;
}
.brand-seo-section ul:not(.brand-seo-tag-list) li {
    position: relative;
    padding-left: 22px;
    line-height: 1.6;
}
.brand-seo-section ul:not(.brand-seo-tag-list) li::before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary);
    font-size: 12px;
}

.brand-seo-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.brand-seo-service-card {
    background: #F8FAFC;
    border: 1px solid rgba(232, 237, 242, 0.95);
    border-radius: 14px;
    padding: 20px 18px;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.brand-seo-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(40, 73, 103, 0.08);
    border-color: rgba(47, 128, 148, 0.25);
}
.brand-seo-service-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: var(--secondary);
}
.brand-seo-service-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--text-muted);
}

.brand-seo-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.brand-seo-review-card {
    margin: 0;
    padding: 22px 20px;
    background: #F8FAFC;
    border-left: 4px solid var(--gold);
    border-radius: 0 14px 14px 0;
    transition: transform 0.3s, box-shadow 0.3s;
}
.brand-seo-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(40, 73, 103, 0.08);
}
.brand-seo-review-card p {
    font-style: italic;
    margin: 0 0 12px;
    line-height: 1.65;
    color: var(--text);
}
.brand-seo-review-card footer {
    font-size: 13px;
    color: var(--text-muted);
    font-style: normal;
}
.brand-seo-reviews-link {
    margin-top: 20px;
    margin-bottom: 0;
}

.brand-seo-contact-card {
    background: linear-gradient(135deg, rgba(47, 128, 148, 0.06), rgba(201, 148, 26, 0.06));
    border: 1px solid rgba(47, 128, 148, 0.18);
    border-radius: 16px;
    padding: 24px 22px;
}
.brand-seo-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    margin-bottom: 18px;
}
.brand-seo-contact-grid strong {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    margin-bottom: 6px;
}
.brand-seo-contact-grid p {
    margin: 0;
    line-height: 1.5;
}
.brand-seo-contact-hours {
    margin: 0 0 18px;
    font-size: 14px;
    color: var(--text-muted);
}
.brand-seo-contact-hours i {
    color: var(--primary);
    margin-right: 6px;
}
.brand-seo-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hk-brand-cta {
    background: linear-gradient(315deg, #08131F 0%, #10243B 38%, #284967 72%, #2F8094 100%);
    color: var(--white);
    padding: 72px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hk-brand-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 520px 320px at 88% 20%, rgba(242, 201, 76, 0.12), transparent 70%);
    pointer-events: none;
}
.hk-brand-cta .container {
    position: relative;
    z-index: 1;
}
.hk-brand-cta h2 {
    color: var(--white);
    margin-bottom: 12px;
    font-size: clamp(22px, 4vw, 32px);
}
.hk-brand-cta p {
    opacity: 0.92;
    margin-bottom: 28px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.brand-seo-review blockquote {
    border-left: 3px solid var(--gold);
    padding: 16px 18px;
    margin: 0 0 16px;
    background: #F8FAFC;
    border-radius: 0 12px 12px 0;
}
.brand-seo-stars { color: var(--gold); }

.brand-seo-faq {
    background: var(--white);
    border-radius: 18px;
    padding: 28px 30px;
    margin-bottom: 28px;
    border: 1px solid rgba(232, 237, 242, 0.95);
    box-shadow: 0 8px 32px rgba(40, 73, 103, 0.05);
}
.brand-seo-faq h2 {
    font-size: clamp(20px, 3vw, 26px);
    margin-bottom: 20px;
    color: var(--secondary);
}

.hk-brand-sidebar-card {
    background: var(--white);
    border-radius: 18px;
    padding: 24px 22px;
    margin-bottom: 20px;
    border: 1px solid rgba(232, 237, 242, 0.95);
    box-shadow: 0 8px 28px rgba(40, 73, 103, 0.06);
}
.hk-brand-sidebar-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--secondary);
}
.hk-brand-sidebar-card p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 16px;
}
.hk-brand-sidebar-card .hk-btn {
    margin-bottom: 10px;
}
.hk-brand-sidebar-card .hk-btn:last-child {
    margin-bottom: 0;
}

.brand-seo-related {
    list-style: none;
    margin: 0;
    padding: 0;
}
.brand-seo-related li {
    margin-bottom: 8px;
}
.brand-seo-related a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--text);
    text-decoration: none;
    font-size: 14px;
    border-left: 3px solid transparent;
    transition: background 0.2s, color 0.2s, border-color 0.2s, padding-left 0.2s;
}
.brand-seo-related a:hover {
    background: rgba(47, 128, 148, 0.08);
    color: var(--primary);
    border-left-color: var(--primary);
    padding-left: 14px;
    text-decoration: none;
}

.hk-brand-cta .hk-btn {
    margin: 6px 8px;
}

@media (min-width: 992px) {
    .hk-brand-sidebar {
        position: sticky;
        top: calc(var(--header-h, 72px) + 20px);
    }
}

@media (max-width: 991px) {
    .hk-brand-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .brand-seo-services-grid,
    .brand-seo-reviews-grid {
        grid-template-columns: 1fr;
    }
    .hk-brand-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .hk-brand-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .hk-brand-sidebar-card {
        margin-bottom: 0;
    }
    .brand-seo-nap-grid {
        grid-template-columns: 1fr;
    }
    .hk-brand-page .hk-brand-section {
        padding: 32px 0 48px;
    }
}

@media (max-width: 767px) {
    .hk-brand-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .hk-brand-hero .hk-projects-stats {
        flex-direction: column;
        align-items: flex-start;
    }
    .hk-brand-hero .hk-projects-hero-actions {
        flex-direction: column;
        width: 100%;
    }
    .hk-brand-hero .hk-projects-hero-actions .hk-btn {
        width: 100%;
        justify-content: center;
    }
    .hk-brand-sidebar {
        grid-template-columns: 1fr;
    }
    .brand-seo-body,
    .brand-seo-faq {
        padding: 22px 18px;
        border-radius: 14px;
    }
    .brand-seo-nap-hero {
        padding: 20px 18px;
    }
    .brand-seo-contact-grid {
        grid-template-columns: 1fr;
    }
    .brand-seo-contact-actions {
        flex-direction: column;
    }
    .brand-seo-contact-actions .hk-btn {
        width: 100%;
        justify-content: center;
    }
    .hk-brand-cta {
        padding: 52px 0;
    }
    .hk-brand-cta .hk-btn {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 8px auto;
    }
}

/* Areas We Serve hub */
.brand-seo-areas-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}
.brand-seo-area-card {
    background: var(--white);
    border: 1px solid rgba(232, 237, 242, 0.95);
    border-radius: 14px;
    padding: 18px 16px;
    transition: transform 0.25s, box-shadow 0.25s;
}
.brand-seo-area-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(40, 73, 103, 0.1);
}
.brand-seo-area-card--head-office {
    border-color: rgba(47, 128, 148, 0.35);
    background: linear-gradient(180deg, rgba(47, 128, 148, 0.06), var(--white));
}
.brand-seo-area-card--branch {
    border-color: rgba(201, 148, 26, 0.35);
    background: linear-gradient(180deg, rgba(201, 148, 26, 0.06), var(--white));
}
.brand-seo-area-status {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--primary);
    margin-bottom: 8px;
}
.brand-seo-area-card h3 {
    margin: 0 0 12px;
    font-size: 17px;
    color: var(--secondary);
}
.brand-seo-area-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.brand-seo-area-links a {
    padding: 6px 10px;
    border-radius: 999px;
    background: #F0F4F8;
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.brand-seo-area-links a:hover {
    background: rgba(47, 128, 148, 0.12);
    text-decoration: none;
}

@media (max-width: 991px) {
    .brand-seo-areas-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575px) {
    .brand-seo-areas-hub-grid {
        grid-template-columns: 1fr;
    }
}
