/**
 * POF INFRAA — Full-site enhanced professional UI
 * Loaded last to unify look & feel across all pages
 */

:root {
    --pro-red: #c41e3a;
    --pro-red-dark: #9a1830;
    --pro-gold: #c9a227;
    --pro-navy: #0f1419;
    --pro-ink: #1e293b;
    --pro-muted: #64748b;
    --pro-line: #e8edf2;
    --pro-soft: #f6f8fb;
    --pro-radius: 16px;
    --pro-radius-sm: 12px;
    --pro-shadow: 0 10px 30px rgba(15, 20, 25, 0.08);
    --pro-shadow-hover: 0 20px 48px rgba(15, 20, 25, 0.13);
    --pro-font: 'Poppins', system-ui, sans-serif;
}

/* ========== GLOBAL ========== */
body.font-sans,
.home-page,
.page-home-premium {
    font-family: var(--pro-font) !important;
    color: var(--pro-ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: rgba(196, 30, 58, 0.16);
    color: var(--pro-navy);
}

a {
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1140px;
}

/* ========== HEADER ========== */
.premium-header {
    position: sticky !important;
    top: 0;
    z-index: 1040;
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid var(--pro-line) !important;
    backdrop-filter: blur(14px);
}

.premium-header.is-scrolled {
    box-shadow: 0 8px 28px rgba(15, 20, 25, 0.08) !important;
}

.premium-nav-inner {
    height: 78px !important;
}

.premium-header-spacer {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.premium-logo-img {
    height: 58px !important;
    width: auto !important;
    max-width: 170px !important;
    object-fit: contain !important;
}

.premium-nav-link {
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: var(--pro-ink) !important;
    border-radius: 8px !important;
}

.premium-nav-link:hover {
    color: var(--pro-red) !important;
    background: rgba(196, 30, 58, 0.06) !important;
}

.premium-nav-link.active {
    color: var(--pro-red) !important;
}

.btn-premium-solid {
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark)) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 0.65rem 1.25rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(196, 30, 58, 0.3) !important;
}

.btn-premium-solid:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    color: #fff !important;
}

.btn-premium-outline {
    border: 1.5px solid var(--pro-red) !important;
    color: var(--pro-red) !important;
    border-radius: 10px !important;
    font-weight: 650 !important;
    background: #fff !important;
}

.btn-premium-outline:hover {
    background: var(--pro-red) !important;
    color: #fff !important;
}

.premium-mobile-menu {
    background: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 16px 40px rgba(15, 20, 25, 0.1);
}

.premium-mobile-menu a {
    font-weight: 600;
    border-radius: 8px;
}

/* ========== HERO ========== */
.hero-premium-clean {
    background: var(--pro-navy) !important;
}

.hero-premium-clean .hero-slide-photo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.hero-premium-clean .hero-title {
    font-family: var(--pro-font) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}

.hero-premium-clean .hero-subtitle {
    opacity: 0.9;
    line-height: 1.6;
}

.hero-premium-clean .hero-spec-chip {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 999px !important;
    backdrop-filter: blur(6px);
}

.hero-premium-clean .btn-hero-primary {
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark)) !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 750 !important;
    box-shadow: 0 10px 24px rgba(196, 30, 58, 0.35) !important;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.hero-premium-clean .btn-hero-secondary {
    border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: transparent !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    cursor: pointer;
}

.hero-premium-clean .btn-hero-secondary:hover {
    background: #fff !important;
    color: var(--pro-navy) !important;
}

.hero-premium-clean .hero-side-nav {
    background: var(--pro-red) !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(196, 30, 58, 0.35);
}

.hero-media-fade {
    display: none;
}

.hero-mobile-block {
    display: none;
}

@media (min-width: 992px) {
    .hero-mobile-block {
        display: none !important;
    }

    .hero-desktop-block {
        display: block !important;
    }
}

/* Mobile banner — Floratrix-style card, full image, no dots */
@media (max-width: 991px) {
    .hero-desktop-block {
        display: none !important;
    }

    .hero-mobile-block {
        display: block !important;
    }

    .hero-app.hero-premium-clean {
        background: #f4f6f9 !important;
        padding: 0.65rem 0.75rem 0.35rem !important;
    }

    .hero-app .hero-slider {
        border-radius: 18px !important;
        overflow: hidden !important;
        background: transparent !important;
        box-shadow: 0 12px 28px rgba(15, 20, 25, 0.12) !important;
    }

    .hero-app .hero-slide-inner {
        position: relative !important;
        display: block !important;
        background: transparent !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .hero-app .hero-slide-media {
        position: relative !important;
        width: 100% !important;
        aspect-ratio: 16 / 10 !important;
        overflow: hidden !important;
        background: #1a1f26 !important;
        line-height: 0 !important;
    }

    .hero-app .hero-slide-photo {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
        background: transparent !important;
    }

    .hero-app .hero-media-fade {
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(
            100deg,
            rgba(8, 12, 18, 0.72) 0%,
            rgba(8, 12, 18, 0.38) 38%,
            rgba(8, 12, 18, 0.1) 68%,
            transparent 100%
        ) !important;
    }

    .hero-app .hero-overlay-pro {
        display: none !important;
    }

    .hero-app .hero-content-wrap {
        position: absolute !important;
        inset: 0 !important;
        z-index: 4 !important;
        pointer-events: none !important;
        background: transparent !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .hero-app .hero-content-wrap .container {
        height: auto !important;
        padding-left: 0.95rem !important;
        padding-right: 0.95rem !important;
    }

    .hero-app .hero-content-wrap .row,
    .hero-app .hero-content-wrap .col-12 {
        height: auto !important;
    }

    .hero-app .hero-app-card {
        pointer-events: auto !important;
        padding: 0 !important;
        background: transparent !important;
        max-width: 72%;
    }

    .hero-mobile-brand {
        margin: 0 0 0.25rem !important;
        font-size: 0.62rem !important;
        font-weight: 800 !important;
        letter-spacing: 0.12em !important;
        text-transform: uppercase !important;
        color: #f5d76e !important;
    }

    .hero-mobile-title {
        margin: 0 0 0.25rem !important;
        font-size: clamp(1.15rem, 5.2vw, 1.45rem) !important;
        font-weight: 800 !important;
        color: #fff !important;
        line-height: 1.15 !important;
        letter-spacing: -0.02em;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    }

    .hero-mobile-tagline {
        margin: 0 0 0.65rem !important;
        font-size: 0.68rem !important;
        line-height: 1.35 !important;
        color: rgba(255, 255, 255, 0.86) !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 16rem;
    }

    .hero-mobile-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem;
    }

    .hero-mobile-actions .btn-hero-primary,
    .hero-mobile-actions .btn-hero-secondary {
        min-height: 32px !important;
        padding: 0.4rem 0.75rem !important;
        font-size: 0.68rem !important;
        border-radius: 999px !important;
        font-weight: 750 !important;
        width: auto !important;
        flex: 0 0 auto;
        justify-content: center;
        text-decoration: none !important;
    }

    .hero-mobile-actions .btn-hero-secondary {
        background: rgba(255, 255, 255, 0.12) !important;
        border: 1px solid rgba(255, 255, 255, 0.4) !important;
        color: #fff !important;
        backdrop-filter: blur(8px);
    }

    /* Soft side arrows — no dots / no counter */
    .hero-app .hero-side-nav {
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 28px !important;
        height: 28px !important;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.88) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18) !important;
        opacity: 0.95 !important;
        z-index: 12 !important;
    }

    .hero-app .hero-side-nav i {
        color: #111827;
        font-size: 0.6rem;
    }

    .hero-app .hero-nav-prev { left: 8px !important; }
    .hero-app .hero-nav-next { right: 8px !important; }

    .hero-app .hero-slide-meta,
    .hero-app .hero-app-dots,
    .hero-app .hero-app-dots-inline,
    .hero-app .hero-app-dots-global,
    .hero-app .swiper-pagination {
        display: none !important;
    }

    .stats-pro {
        padding: 0.85rem 0 0.35rem !important;
        background: transparent !important;
    }

    .stats-pro-grid.stats-premium-grid {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0.45rem !important;
    }

    .stats-pro-card.stat-premium-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 0.35rem !important;
        padding: 0.7rem 0.35rem !important;
        border-radius: 14px !important;
        background: #fff !important;
        border: 1px solid rgba(15, 20, 25, 0.06) !important;
        box-shadow: 0 6px 16px rgba(15, 20, 25, 0.05) !important;
    }

    .stats-pro-card .stat-premium-icon {
        width: 34px !important;
        height: 34px !important;
        border-radius: 10px !important;
        margin: 0 !important;
        font-size: 0.85rem !important;
    }

    .stats-pro-card .stat-premium-value {
        font-size: 0.95rem !important;
        line-height: 1.1 !important;
        display: block;
    }

    .stats-pro-card .stat-premium-title {
        font-size: 0.65rem !important;
        color: var(--pro-muted) !important;
        font-weight: 650 !important;
    }

    .stats-pro-card .stat-premium-sub {
        display: none !important;
    }

    /* Tighter homepage rhythm — kill empty gaps */
    .home-stats-premium,
    .stats-pro {
        padding: 0.55rem 0 0.15rem !important;
        margin: 0 !important;
    }

    .home-quick-premium {
        padding: 1.15rem 0 1rem !important;
        margin: 0 !important;
        background: transparent !important;
    }

    .quick-premium-header {
        margin-bottom: 0.85rem !important;
    }

    .quick-premium-header .section-tag,
    .home-quick-premium .section-tag {
        margin-bottom: 0.4rem !important;
    }

    .quick-premium-header .section-title,
    .home-quick-premium .section-title {
        font-size: 1.35rem !important;
        margin: 0 0 0.35rem !important;
    }

    .quick-premium-header .section-desc,
    .home-quick-premium .section-desc {
        font-size: 0.8rem !important;
        margin: 0 auto !important;
        line-height: 1.4 !important;
        max-width: 20rem;
    }

    .quick-premium-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 0.55rem !important;
    }

    .quick-premium-card {
        min-height: 0 !important;
        padding: 0.85rem 0.8rem !important;
        border-radius: 14px !important;
        gap: 0.55rem;
    }

    .quick-premium-icon {
        width: 38px !important;
        height: 38px !important;
        margin-bottom: 0.45rem !important;
        font-size: 0.9rem !important;
        border-radius: 10px !important;
    }

    .quick-premium-content h3 {
        font-size: 0.88rem !important;
        margin: 0 0 0.2rem !important;
    }

    .quick-premium-content p {
        font-size: 0.72rem !important;
        margin: 0 0 0.35rem !important;
        line-height: 1.35 !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .quick-premium-link {
        font-size: 0.72rem !important;
    }

    .search-premium-section,
    .home-search-premium,
    .search-bar-section {
        padding: 0.75rem 0 1rem !important;
        margin: 0 !important;
    }

    .hero-app .hero-side-nav {
        opacity: 0.7 !important;
    }
}

@media (max-width: 575px) {
    .hero-app.hero-premium-clean {
        padding: 0.45rem 0.5rem 0.15rem !important;
    }

    .hero-app .hero-slide-media {
        aspect-ratio: 16 / 10.5 !important;
    }

    .hero-app .hero-app-card {
        max-width: 78%;
    }

    .hero-mobile-title {
        font-size: 1.15rem !important;
    }

    .hero-mobile-tagline {
        font-size: 0.62rem !important;
        max-width: 12.5rem;
        margin-bottom: 0.5rem !important;
    }

    .hero-mobile-actions .btn-hero-primary,
    .hero-mobile-actions .btn-hero-secondary {
        min-height: 28px !important;
        font-size: 0.62rem !important;
        padding: 0.3rem 0.6rem !important;
    }

    .stats-pro-grid.stats-premium-grid {
        gap: 0.35rem !important;
    }

    .stats-pro-card.stat-premium-card {
        padding: 0.55rem 0.25rem !important;
        border-radius: 12px !important;
    }

    .stats-pro-card .stat-premium-icon {
        width: 28px !important;
        height: 28px !important;
        font-size: 0.75rem !important;
    }

    .stats-pro-card .stat-premium-value {
        font-size: 0.82rem !important;
    }

    .stats-pro-card .stat-premium-title {
        font-size: 0.58rem !important;
    }

    .home-quick-premium {
        padding: 0.9rem 0 0.75rem !important;
    }

    .quick-premium-header {
        margin-bottom: 0.7rem !important;
    }

    .quick-premium-header .section-title {
        font-size: 1.2rem !important;
    }
}

/* ========== STATS STRIP ========== */
.home-stats-premium {
    padding: 1.75rem 0 0.5rem !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 5;
    background: transparent;
}

.stats-premium-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1rem !important;
}

.stat-premium-card {
    background: #fff !important;
    border: 1px solid var(--pro-line) !important;
    border-radius: var(--pro-radius) !important;
    box-shadow: var(--pro-shadow) !important;
    padding: 1.25rem 1.1rem !important;
    display: flex !important;
    gap: 0.9rem !important;
    align-items: flex-start !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stat-premium-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--pro-shadow-hover);
}

.stat-premium-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, rgba(196, 30, 58, 0.12), rgba(196, 30, 58, 0.04)) !important;
    color: var(--pro-red) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.1rem !important;
    flex-shrink: 0;
}

.stat-premium-value {
    display: block;
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: var(--pro-navy) !important;
    line-height: 1.2;
}

.stat-premium-title {
    display: block;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: var(--pro-ink) !important;
}

.stat-premium-sub {
    display: block;
    font-size: 0.75rem !important;
    color: var(--pro-muted) !important;
}

/* ========== QUICK ACTIONS ========== */
.home-quick-premium {
    padding: 3.5rem 0 !important;
    background: var(--pro-soft) !important;
}

.quick-premium-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.15rem !important;
}

.quick-premium-card {
    background: #fff !important;
    border: 1px solid var(--pro-line) !important;
    border-radius: var(--pro-radius) !important;
    box-shadow: var(--pro-shadow) !important;
    padding: 1.5rem 1.25rem !important;
    text-decoration: none !important;
    min-height: 200px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.quick-premium-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--pro-shadow-hover) !important;
}

.quick-premium-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 14px !important;
    margin-bottom: 1rem !important;
}

.quick-premium-content h3 {
    font-size: 1.05rem !important;
    font-weight: 750 !important;
    color: var(--pro-navy) !important;
}

.quick-premium-content p {
    color: var(--pro-muted) !important;
    font-size: 0.85rem !important;
}

.quick-premium-link {
    color: var(--pro-red) !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
}

/* ========== SEARCH ========== */
.search-section {
    padding: 3rem 0 !important;
}

.search-section-head {
    margin-bottom: 1.5rem;
}

.search-section-head h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.4rem;
}

.search-section-head p {
    margin: 0 auto;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.82);
}

.search-form-card {
    border-radius: 18px !important;
    box-shadow: 0 24px 60px rgba(15, 20, 25, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.search-tab input:checked + span {
    background: var(--pro-red) !important;
}

/* ========== PROJECT CARDS / PROJECTS PRO ========== */
.projects-section,
.projects-pro {
    background:
        radial-gradient(ellipse 55% 35% at 50% 0%, rgba(196, 30, 58, 0.05), transparent 60%),
        linear-gradient(180deg, #fff 0%, #f6f8fb 48%, #fff 100%) !important;
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
}

.projects-pro-header {
    margin-bottom: 2.25rem;
}

.projects-pro-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: rgba(196, 30, 58, 0.1);
    color: var(--pro-red) !important;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.projects-pro-title {
    font-family: var(--pro-font) !important;
    font-size: clamp(1.75rem, 3.5vw, 2.4rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: var(--pro-navy) !important;
    margin: 0.85rem 0 0.6rem !important;
}

.projects-pro-subtitle {
    margin: 0 auto !important;
    max-width: 560px;
    color: var(--pro-muted) !important;
    font-size: 1.02rem !important;
    line-height: 1.6 !important;
}

.projects-pro-tabs.project-category-tabs {
    margin-bottom: 1.75rem !important;
}

.projects-grid,
.projects-pro-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
    align-items: stretch !important;
}

.project-card-v2,
.projects-pro-card {
    background: #fff !important;
    border: 1px solid rgba(15, 20, 25, 0.06) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 32px rgba(15, 20, 25, 0.07) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.project-card-v2:hover,
.projects-pro-card:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(196, 30, 58, 0.2) !important;
    box-shadow: 0 22px 48px rgba(15, 20, 25, 0.12) !important;
}

/*
 * Uniform card frame + object-fit:contain.
 * Both width AND height must be set or overflow:hidden crops the image.
 */
.pcv2-media,
.projects-pro-media {
    position: relative !important;
    background: #10161f !important;
    aspect-ratio: 4 / 5 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.projects-pro-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(15, 20, 25, 0.28) 0%, transparent 35%, transparent 70%, rgba(15, 20, 25, 0.15) 100%);
    opacity: 0.85;
}

.projects-pro-badges.pcv2-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    pointer-events: none;
}

.pcv2-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.pcv2-featured {
    background: linear-gradient(135deg, #c9a227, #a88620) !important;
    color: #fff !important;
}

.pcv2-status {
    background: rgba(255, 255, 255, 0.96) !important;
    color: #1e293b !important;
    margin-left: auto;
}

.pcv2-photo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    line-height: 0 !important;
    position: relative;
    z-index: 0;
}

.pcv2-photo,
.projects-grid img.pcv2-photo,
.projects-section img.pcv2-photo,
.project-card-v2 .pcv2-photo {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    transform: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: transform 0.55s ease !important;
}

.projects-pro-card:hover .pcv2-photo {
    transform: scale(1.03) !important;
}

.pcv2-body,
.projects-pro-body {
    padding: 1.15rem 1.2rem 1.25rem !important;
    border-top: 1px solid rgba(15, 20, 25, 0.06);
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.pcv2-title {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    margin: 0 !important;
    letter-spacing: -0.02em;
}

.pcv2-title a {
    color: var(--pro-navy) !important;
    text-decoration: none !important;
}

.pcv2-title a:hover {
    color: var(--pro-red) !important;
}

.pcv2-loc {
    margin: 0 !important;
    color: var(--pro-muted) !important;
    font-size: 0.86rem !important;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.pcv2-loc i {
    color: var(--pro-red);
    font-size: 0.78rem;
}

.projects-pro-tags.pcv2-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.25rem 0 0.15rem;
}

.projects-pro-tags span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: #f6f8fb;
    border: 1px solid var(--pro-line);
    color: #334155;
    font-size: 0.75rem;
    font-weight: 650;
}

.projects-pro-tags span i {
    color: var(--pro-red);
    font-size: 0.72rem;
}

.projects-pro-status {
    background: rgba(196, 30, 58, 0.06) !important;
    border-color: rgba(196, 30, 58, 0.18) !important;
    color: var(--pro-red) !important;
}

.pcv2-desc {
    margin: 0.15rem 0 0.55rem !important;
    color: var(--pro-muted) !important;
    font-size: 0.86rem !important;
    line-height: 1.5 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pcv2-actions,
.projects-pro-actions {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 0.55rem !important;
    margin-top: auto !important;
    padding-top: 0.35rem;
}

.pcv2-btn-primary {
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark)) !important;
    color: #fff !important;
    border-radius: 11px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
    text-align: center;
    padding: 0.75rem 1rem !important;
    box-shadow: 0 8px 18px rgba(196, 30, 58, 0.25) !important;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.pcv2-btn-primary:hover {
    filter: brightness(1.05);
    color: #fff !important;
}

.pcv2-btn-visit {
    border: 1.5px solid var(--pro-red) !important;
    color: var(--pro-red) !important;
    background: #fff !important;
    border-radius: 11px !important;
    font-weight: 750 !important;
    padding: 0.75rem 0.95rem !important;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.pcv2-btn-visit:hover {
    background: var(--pro-red) !important;
    color: #fff !important;
}

.projects-pro-more {
    margin-top: 2.25rem;
}

.btn-view-all-projects {
    border: 2px solid var(--pro-red) !important;
    color: var(--pro-red) !important;
    border-radius: 12px !important;
    font-weight: 750 !important;
    padding: 0.85rem 1.6rem !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(15, 20, 25, 0.05);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.btn-view-all-projects:hover {
    background: var(--pro-red) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .projects-pro-grid,
    .projects-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 575px) {
    .projects-pro {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }

    .projects-pro-grid,
    .projects-grid {
        grid-template-columns: 1fr !important;
        gap: 1.15rem !important;
    }

    .projects-pro-actions,
    .pcv2-actions {
        grid-template-columns: 1fr !important;
    }

    .pcv2-btn-visit {
        width: 100%;
    }
}

/* ========== SECTION HEADERS ========== */
.section-title,
.property-types-heading,
.bhk-inquiry-heading,
.floor-plans-heading,
.enquiry-mui-title {
    font-family: var(--pro-font) !important;
    letter-spacing: -0.02em !important;
    color: var(--pro-navy) !important;
    font-weight: 800 !important;
}

.section-desc {
    color: var(--pro-muted) !important;
}

.section-tag,
.mui-chip,
.glossy-tag {
    border-radius: 999px !important;
    font-weight: 650 !important;
}

.section-header-center {
    margin-bottom: 2.5rem !important;
}

/* ========== PROPERTY TYPES ========== */
.property-types-section {
    background: #fff !important;
    padding: 4rem 0 !important;
}

.property-types-heading {
    text-align: center;
    font-size: clamp(1.6rem, 3vw, 2.1rem) !important;
    margin-bottom: 0.5rem !important;
}

.property-types-heading::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin: 0.85rem auto 2rem;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--pro-navy), var(--pro-red));
}

.property-types-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
}

.property-type-card {
    background: #fff !important;
    border: 1px solid var(--pro-line) !important;
    border-radius: var(--pro-radius) !important;
    box-shadow: var(--pro-shadow) !important;
    padding: 2rem 1.5rem !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.property-type-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--pro-shadow-hover) !important;
}

.property-type-icon {
    width: 64px !important;
    height: 64px !important;
    margin: 0 auto 1.15rem !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, rgba(196, 30, 58, 0.12), rgba(196, 30, 58, 0.04)) !important;
    color: var(--pro-red) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.5rem !important;
}

.property-type-card h3 {
    font-size: 1.15rem !important;
    font-weight: 750 !important;
    color: var(--pro-navy) !important;
    margin-bottom: 0.65rem !important;
}

.property-type-card p {
    color: var(--pro-muted) !important;
    font-size: 0.9rem !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

/* ========== AMENITIES ========== */
.home-amenities-premium {
    background: var(--pro-soft) !important;
    padding: 3.5rem 0 !important;
}

.amenities-bordered-box {
    background: #fff !important;
    border: 1px solid var(--pro-line) !important;
    border-radius: 18px !important;
    box-shadow: var(--pro-shadow) !important;
    overflow: hidden !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.amenity-bordered-cell {
    padding: 1.5rem 1.6rem !important;
    transition: background 0.25s ease;
}

.amenity-bordered-cell:hover {
    background: #fff8f9 !important;
}

.amenity-bordered-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 12px !important;
    border: 1.5px solid rgba(196, 30, 58, 0.28) !important;
    color: var(--pro-red) !important;
    background: rgba(196, 30, 58, 0.05);
}

.amenity-bordered-text h3 {
    font-size: 1rem !important;
    font-weight: 750 !important;
    color: var(--pro-navy) !important;
}

.amenity-bordered-text p {
    color: var(--pro-muted) !important;
    font-size: 0.85rem !important;
}

/* ========== FLOOR PLANS + BHK ========== */
.home-floor-plans-section {
    background: #fff !important;
    padding: 3.5rem 0 2rem !important;
}

.floor-plans-heading {
    text-align: center !important;
    color: var(--pro-red) !important;
    font-size: clamp(1.4rem, 3vw, 1.9rem) !important;
    margin-bottom: 1.75rem !important;
}

.floor-plans-gallery {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1rem !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.floor-plan-thumb {
    border-radius: 14px !important;
    overflow: hidden !important;
    border: 1px solid var(--pro-line) !important;
    box-shadow: var(--pro-shadow) !important;
    background: #fff !important;
    transition: transform 0.25s ease !important;
}

.floor-plan-thumb:hover {
    transform: translateY(-4px) !important;
}

.floor-plan-thumb img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
}

.home-bhk-inquiry-section {
    background: var(--pro-soft) !important;
    padding: 3.5rem 0 !important;
}

.bhk-inquiry-heading {
    text-align: center !important;
    margin-bottom: 0.4rem !important;
    font-size: clamp(1.4rem, 3vw, 1.9rem) !important;
}

.bhk-inquiry-heading::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin: 0.85rem auto 2rem;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--pro-navy), var(--pro-red));
}

.bhk-inquiry-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.35rem !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.bhk-inquiry-card {
    background: #fff !important;
    border: 1px solid var(--pro-line) !important;
    border-bottom: 4px solid var(--pro-red) !important;
    border-radius: 14px !important;
    box-shadow: var(--pro-shadow) !important;
    padding: 1.75rem 1.4rem 1.4rem !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.bhk-inquiry-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: var(--pro-shadow-hover) !important;
}

.bhk-inquiry-card h3 {
    text-align: center;
    font-weight: 750 !important;
    color: var(--pro-navy) !important;
}

.bhk-inquiry-card ul li i {
    color: var(--pro-red) !important;
}

.bhk-inquiry-btn {
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark)) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 18px rgba(196, 30, 58, 0.28) !important;
}

/* ========== PAGE HERO (inner pages) ========== */
.page-hero-kit {
    padding: 4rem 0 3.25rem !important;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 55%, #2a1520 100%) !important;
}

.page-hero-kit h1 {
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}

.kit-card {
    border: 1px solid var(--pro-line) !important;
    border-radius: var(--pro-radius) !important;
    box-shadow: var(--pro-shadow) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.kit-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: var(--pro-shadow-hover) !important;
}

.kit-icon {
    background: linear-gradient(135deg, rgba(196, 30, 58, 0.12), rgba(196, 30, 58, 0.04)) !important;
    color: var(--pro-red) !important;
    border-radius: 14px !important;
}

.kit-cta-band {
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark)) !important;
}

.kit-btn-light {
    border-radius: 10px !important;
    font-weight: 700 !important;
}

/* ========== BENEFITS / PROCESS / CTA ========== */
.home-benefits-premium,
.mui-surface-dark {
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%) !important;
}

/* Fix: never force navy/muted text on dark benefits section */
.home-benefits-premium .benefits-mui-title,
.home-benefits-premium .benefits-pro-title,
.benefits-pro .benefits-pro-title {
    color: #ffffff !important;
}

.home-benefits-premium .benefits-mui-subtitle,
.home-benefits-premium .benefits-pro-subtitle,
.benefits-pro .benefits-pro-subtitle {
    color: rgba(255, 255, 255, 0.78) !important;
}

/* ----- Benefits Pro redesign ----- */
.benefits-pro {
    position: relative !important;
    overflow: hidden !important;
    padding: 5rem 0 !important;
    background:
        radial-gradient(ellipse 70% 55% at 12% 20%, rgba(196, 30, 58, 0.22), transparent 55%),
        radial-gradient(ellipse 55% 45% at 88% 85%, rgba(201, 162, 39, 0.14), transparent 50%),
        linear-gradient(160deg, #0b1016 0%, #151d28 48%, #0f1419 100%) !important;
}

.benefits-pro-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.benefits-pro-glow-a {
    width: 280px;
    height: 280px;
    top: -80px;
    right: 8%;
    background: rgba(196, 30, 58, 0.25);
}

.benefits-pro-glow-b {
    width: 320px;
    height: 320px;
    bottom: -120px;
    left: 5%;
    background: rgba(201, 162, 39, 0.12);
}

.benefits-pro-inner {
    position: relative;
    z-index: 1;
}

.benefits-pro-header {
    margin-bottom: 2.75rem;
}

.benefits-pro-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #c9a227, #a88620);
    color: #0f1419 !important;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 8px 22px rgba(201, 162, 39, 0.35);
}

.benefits-pro-title {
    font-family: var(--pro-font) !important;
    font-size: clamp(1.85rem, 4vw, 2.65rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: #fff !important;
    margin: 1.1rem 0 0.75rem !important;
}

.benefits-pro-subtitle {
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    max-width: 560px;
    margin: 0 auto !important;
}

.benefits-pro-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.benefits-pro-card {
    position: relative;
    padding: 1.85rem 1.35rem 1.7rem;
    border-radius: 18px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    text-align: center;
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.benefits-pro-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--pro-red), var(--pro-gold));
    opacity: 0;
    transition: opacity 0.35s ease;
}

.benefits-pro-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 162, 39, 0.45);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(201, 162, 39, 0.15);
}

.benefits-pro-card:hover::before {
    opacity: 1;
}

.benefits-pro-num {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.28);
}

.benefits-pro-icon {
    width: 64px;
    height: 64px;
    margin: 0.35rem auto 1.2rem;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #f5d76e;
    background: linear-gradient(145deg, rgba(196, 30, 58, 0.35), rgba(201, 162, 39, 0.18));
    border: 1px solid rgba(201, 162, 39, 0.28);
    box-shadow: 0 10px 24px rgba(196, 30, 58, 0.2);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.benefits-pro-card:hover .benefits-pro-icon {
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 14px 28px rgba(196, 30, 58, 0.35);
}

.benefits-pro-card h3 {
    font-size: 1.08rem !important;
    font-weight: 750 !important;
    color: #ffffff !important;
    margin: 0 0 0.55rem !important;
}

.benefits-pro-card p {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
    color: rgba(255, 255, 255, 0.68) !important;
    margin: 0 !important;
}

.benefits-pro-cta {
    margin-top: 2.75rem;
}

.benefits-pro-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border: none;
    border-radius: 12px;
    padding: 0.95rem 1.75rem;
    font-weight: 750;
    font-size: 0.95rem;
    color: #fff !important;
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark));
    box-shadow: 0 12px 28px rgba(196, 30, 58, 0.4);
    cursor: pointer;
    transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.benefits-pro-btn:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(196, 30, 58, 0.5);
}

.benefits-pro-note {
    margin: 0.9rem 0 0 !important;
    font-size: 0.82rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 991px) {
    .benefits-pro-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .benefits-pro {
        padding: 3.5rem 0 !important;
    }

    .benefits-pro-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .benefits-pro-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ========== WHY CHOOSE US ========== */
.why-choose-pro {
    position: relative;
    overflow: hidden;
    padding: 5rem 0 !important;
    background:
        radial-gradient(ellipse 55% 50% at 90% 10%, rgba(196, 30, 58, 0.18), transparent 55%),
        radial-gradient(ellipse 45% 40% at 5% 90%, rgba(201, 162, 39, 0.1), transparent 50%),
        linear-gradient(155deg, #0b1016 0%, #151d28 52%, #0f1419 100%) !important;
    color: #fff;
}

.why-choose-pro-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    top: 40%;
    left: 42%;
    border-radius: 50%;
    background: rgba(196, 30, 58, 0.12);
    filter: blur(70px);
    pointer-events: none;
}

.why-choose-pro-inner {
    position: relative;
    z-index: 1;
}

.why-choose-pro-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.15fr;
    gap: 2.75rem;
    align-items: start;
}

.why-choose-pro-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(196, 30, 58, 0.18);
    border: 1px solid rgba(196, 30, 58, 0.35);
    color: #ff6b81 !important;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.why-choose-pro-title {
    font-family: var(--pro-font) !important;
    font-size: clamp(1.85rem, 3.8vw, 2.45rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: #fff !important;
    margin: 1rem 0 0.75rem !important;
}

.why-choose-pro-lead {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
    margin: 0 0 1.5rem !important;
    max-width: 420px;
}

.why-choose-pro-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.why-choose-pro-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.95rem;
    line-height: 1.45;
}

.why-choose-pro-check {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark));
    color: #fff;
    font-size: 0.7rem;
    box-shadow: 0 6px 14px rgba(196, 30, 58, 0.35);
    margin-top: 1px;
}

.why-choose-pro-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    border-radius: 12px;
    padding: 0.9rem 1.55rem;
    font-weight: 750;
    font-size: 0.95rem;
    color: #fff !important;
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark));
    box-shadow: 0 12px 28px rgba(196, 30, 58, 0.4);
    cursor: pointer;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.why-choose-pro-btn:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    color: #fff !important;
}

.why-choose-pro-amenities-head {
    margin-bottom: 1.15rem;
}

.why-choose-pro-amenities-head h3 {
    font-size: 1.25rem !important;
    font-weight: 750 !important;
    color: #fff !important;
    margin: 0 0 0.35rem !important;
}

.why-choose-pro-amenities-head p {
    margin: 0 !important;
    font-size: 0.88rem !important;
    color: rgba(255, 255, 255, 0.58) !important;
}

.why-choose-pro-amenities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}

.why-amenity-card {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1rem;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.why-amenity-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196, 30, 58, 0.4);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.why-amenity-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #ff6b81;
    background: rgba(196, 30, 58, 0.18);
    border: 1px solid rgba(196, 30, 58, 0.28);
}

.why-amenity-body h4 {
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 0.25rem !important;
}

.why-amenity-body p {
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
    color: rgba(255, 255, 255, 0.62) !important;
    margin: 0 !important;
}

/* Home loan assist band */
.loan-assist-pro {
    padding: 0 0 3.5rem !important;
    background: linear-gradient(180deg, #0f1419 0%, #0f1419 40%, #fff 40%) !important;
}

.loan-assist-pro-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 2.25rem;
    border-radius: 18px;
    background: linear-gradient(120deg, var(--pro-red) 0%, var(--pro-red-dark) 55%, #7a1226 100%);
    box-shadow: 0 22px 50px rgba(196, 30, 58, 0.35);
    color: #fff;
}

.loan-assist-pro-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
}

.loan-assist-pro-text h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem) !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 0.4rem !important;
}

.loan-assist-pro-text p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.95rem !important;
}

.loan-assist-pro-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.4rem;
    border-radius: 12px;
    background: #fff;
    color: var(--pro-red) !important;
    font-weight: 750;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.loan-assist-pro-btn:hover {
    transform: translateY(-2px);
    color: var(--pro-red-dark) !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .why-choose-pro-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .loan-assist-pro-box {
        flex-direction: column;
        text-align: center;
        padding: 1.75rem 1.5rem;
    }

    .loan-assist-pro-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .why-choose-pro {
        padding: 3.5rem 0 !important;
    }

    .why-choose-pro-amenities {
        grid-template-columns: 1fr;
    }

    .why-choose-pro-btn {
        width: 100%;
        justify-content: center;
    }

    .loan-assist-pro {
        padding: 0 0 2.5rem !important;
        background: #0f1419 !important;
    }
}

.benefit-mui-card,
.process-mui-card,
.milestone-mui-card {
    border-radius: var(--pro-radius) !important;
}

.cta-mui-box {
    border-radius: 20px !important;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 60%, #2a1520 100%) !important;
    box-shadow: 0 24px 60px rgba(15, 20, 25, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 3rem 2rem !important;
}

.cta-mui-box h2 {
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

.mui-btn-filled {
    border-radius: 10px !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 20px rgba(196, 30, 58, 0.28) !important;
}

.mui-btn-gold {
    background: linear-gradient(135deg, var(--pro-gold), #a88620) !important;
    color: #fff !important;
}

/* ========== ENQUIRY / FORMS ========== */
.enquiry-mui-box,
.enquiry-premium-box,
.contact-form-mui {
    border-radius: 18px !important;
    box-shadow: var(--pro-shadow) !important;
    border: 1px solid var(--pro-line) !important;
}

.mui-input,
.form-control,
.form-select,
.booking-field input,
.booking-field select,
.booking-field textarea {
    border-radius: 12px !important;
    border: 1.5px solid #e5e7eb !important;
}

.mui-input:focus,
.form-control:focus,
.form-select:focus,
.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
    border-color: var(--pro-red) !important;
    box-shadow: 0 0 0 4px rgba(196, 30, 58, 0.12) !important;
}

/* ========== GALLERY PRO ========== */
.gallery-pro {
    position: relative;
    padding: 4.5rem 0 !important;
    background:
        radial-gradient(ellipse 60% 40% at 50% 0%, rgba(196, 30, 58, 0.05), transparent 60%),
        linear-gradient(180deg, #f6f8fb 0%, #ffffff 55%, #f8fafc 100%) !important;
}

.gallery-pro-header {
    margin-bottom: 2rem;
}

.gallery-pro-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: rgba(196, 30, 58, 0.1);
    color: var(--pro-red) !important;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.gallery-pro-title {
    font-family: var(--pro-font) !important;
    font-size: clamp(1.75rem, 3.5vw, 2.4rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: var(--pro-navy) !important;
    margin: 0.85rem 0 0.65rem !important;
}

.gallery-pro-subtitle {
    max-width: 580px;
    margin: 0 auto !important;
    color: var(--pro-muted) !important;
    font-size: 1.02rem !important;
    line-height: 1.65 !important;
}

.gallery-pro-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    max-width: 720px;
    margin: 0 auto 2.5rem;
    padding: 0.55rem;
    background: #fff;
    border: 1px solid var(--pro-line);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 20, 25, 0.06);
}

.gallery-pro-filter.gallery-filter {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.05rem;
    border-radius: 12px;
    border: 1px solid transparent;
    background: transparent;
    color: #475569;
    font-weight: 650;
    font-size: 0.86rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.gallery-pro-filter.gallery-filter:hover {
    background: rgba(196, 30, 58, 0.06);
    color: var(--pro-red);
}

.gallery-pro-filter.gallery-filter.active {
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark));
    color: #fff;
    box-shadow: 0 8px 18px rgba(196, 30, 58, 0.3);
}

.gallery-pro-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1140px;
    margin: 0 auto;
}

.gallery-pro-grid .gallery-item-col {
    width: 100%;
    min-width: 0;
}

.gallery-pro-card.gallery-card-pro {
    background: #fff !important;
    border-radius: 18px !important;
    border: 1px solid rgba(15, 20, 25, 0.06) !important;
    box-shadow: 0 10px 28px rgba(15, 20, 25, 0.06) !important;
    overflow: hidden !important;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gallery-pro-card.gallery-card-pro:hover {
    transform: translateY(-8px);
    border-color: rgba(196, 30, 58, 0.22) !important;
    box-shadow: 0 22px 48px rgba(15, 20, 25, 0.12) !important;
}

.gallery-pro-media.gallery-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e8edf2;
}

.gallery-pro-media .gallery-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-pro-card:hover .gallery-card-img {
    transform: scale(1.08);
}

.gallery-pro-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(15, 20, 25, 0.55) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.gallery-pro-card:hover .gallery-pro-overlay {
    opacity: 1;
}

.gallery-pro-cat.gallery-card-cat {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--pro-red);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(6px);
}

.gallery-pro-zoom.gallery-card-zoom {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: none;
    background: rgba(255, 255, 255, 0.96);
    color: var(--pro-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-6px);
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.gallery-pro-card:hover .gallery-pro-zoom {
    opacity: 1;
    transform: translateY(0);
}

.gallery-pro-zoom:hover {
    background: var(--pro-red) !important;
    color: #fff !important;
}

.gallery-pro-view {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    z-index: 2;
    transform: translate(-50%, 10px);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--pro-navy);
    font-size: 0.78rem;
    font-weight: 750;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-pro-card:hover .gallery-pro-view {
    opacity: 1;
    transform: translate(-50%, 0);
}

.gallery-pro-body.gallery-card-body {
    padding: 1.2rem 1.25rem 1.3rem !important;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gallery-pro-card .gallery-card-title {
    font-size: 1.08rem !important;
    font-weight: 750 !important;
    color: var(--pro-navy) !important;
    margin: 0 0 0.4rem !important;
    letter-spacing: -0.01em;
}

.gallery-pro-card .gallery-card-desc {
    font-size: 0.88rem !important;
    color: var(--pro-muted) !important;
    line-height: 1.55 !important;
    margin: 0 0 0.9rem !important;
    flex: 1;
}

.gallery-pro-action.gallery-card-action {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem !important;
    font-weight: 750 !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--pro-red) !important;
    transition: gap 0.25s ease, color 0.25s ease;
}

.gallery-pro-card:hover .gallery-pro-action {
    gap: 0.65rem;
    color: var(--pro-red-dark) !important;
}

@media (max-width: 991px) {
    .gallery-pro-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.15rem;
    }
}

@media (max-width: 575px) {
    .gallery-pro {
        padding: 3.25rem 0 !important;
    }

    .gallery-pro-filters {
        border-radius: 14px;
        gap: 0.35rem;
        padding: 0.45rem;
    }

    .gallery-pro-filter.gallery-filter {
        padding: 0.5rem 0.75rem;
        font-size: 0.78rem;
        border-radius: 10px;
    }

    .gallery-pro-grid {
        grid-template-columns: 1fr;
    }

    .gallery-pro-zoom {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ========== FOOTER PRO ========== */
.footer-pro {
    background: #0b1016 !important;
    color: rgba(255, 255, 255, 0.85);
}

.footer-pro-cta-wrap {
    background: transparent !important;
    padding: 0 0 0 !important;
}

.footer-pro-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.75rem;
    margin: 0;
    padding: 2.1rem 2.25rem;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(120deg, #c41e3a 0%, #9a1830 55%, #7a1226 100%);
    box-shadow: 0 18px 40px rgba(196, 30, 58, 0.28);
}

.footer-pro-cta-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.55rem;
}

.footer-pro-cta-text h2 {
    font-family: var(--pro-font) !important;
    font-size: clamp(1.35rem, 2.6vw, 1.85rem) !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 0.4rem !important;
    letter-spacing: -0.02em;
}

.footer-pro-cta-text p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.95rem !important;
    max-width: 520px;
}

.footer-pro-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    flex-shrink: 0;
}

.footer-pro-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.8rem 1.25rem;
    border-radius: 11px;
    font-weight: 750;
    font-size: 0.9rem;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.footer-pro-cta-btn-solid {
    background: #fff !important;
    color: var(--pro-red) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.footer-pro-cta-btn-solid:hover {
    transform: translateY(-2px);
    color: var(--pro-red-dark) !important;
}

.footer-pro-cta-btn-ghost {
    background: transparent !important;
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
}

.footer-pro-cta-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.footer-pro-main {
    padding: 3.25rem 0 2.5rem !important;
}

.footer-pro-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.35fr 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.footer-pro-col h4 {
    font-family: var(--pro-font) !important;
    font-size: 1.05rem !important;
    font-weight: 750 !important;
    color: #fff !important;
    margin: 0 0 1.15rem !important;
    letter-spacing: -0.01em;
}

.footer-pro-projects {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.footer-pro-projects a {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-pro-projects a i {
    font-size: 0.65rem;
    color: var(--pro-red);
}

.footer-pro-projects a:hover {
    color: #fff !important;
    transform: translateX(3px);
}

.footer-pro-config-desc {
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    margin: 0 0 1rem !important;
}

.footer-pro-bhk {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
}

.footer-pro-bhk-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 0.85rem 0.8rem !important;
    box-shadow: none !important;
    transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.footer-pro-bhk-card:hover {
    border-color: rgba(196, 30, 58, 0.45) !important;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)) !important;
    transform: translateY(-3px);
}

.footer-pro-bhk-top {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.55rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-pro-bhk-num {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark));
    box-shadow: 0 6px 14px rgba(196, 30, 58, 0.3);
}

.footer-pro-bhk-label {
    font-size: 0.82rem;
    font-weight: 750;
    color: #fff;
    letter-spacing: 0.02em;
}

.footer-pro-bhk-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.footer-pro-bhk-card ul li {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.footer-pro-bhk-card ul li i {
    font-size: 0.55rem;
    color: #ff6b81;
}

.footer-pro-types {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.footer-pro-types li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.footer-pro-type-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(196, 30, 58, 0.18);
    border: 1px solid rgba(196, 30, 58, 0.28);
    color: #ff6b81;
    font-size: 0.85rem;
}

.footer-pro-types strong {
    display: block;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.15rem;
}

.footer-pro-types span {
    display: block;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 0.78rem;
    line-height: 1.4;
}

.footer-pro-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1.15rem;
}

.footer-pro-links a {
    padding: 0.35rem 0.7rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    font-size: 0.75rem;
    font-weight: 650;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-pro-links a:hover {
    background: rgba(196, 30, 58, 0.2);
    border-color: rgba(196, 30, 58, 0.45);
    color: #fff !important;
}

.footer-pro-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.footer-pro-contact li {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.75);
}

.footer-pro-contact a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
}

.footer-pro-contact a:hover {
    color: #fff !important;
}

.footer-pro-contact-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(196, 30, 58, 0.18);
    color: #ff6b81;
    font-size: 0.78rem;
}

.footer-pro-social {
    display: flex;
    gap: 0.55rem;
}

.footer-pro-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-pro-social a:hover {
    background: var(--pro-red) !important;
    border-color: var(--pro-red) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.footer-pro-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.15rem 0;
    background: rgba(0, 0, 0, 0.25);
}

.footer-pro-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-pro-bottom p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.82rem !important;
}

.footer-pro-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-pro-legal a {
    color: rgba(255, 255, 255, 0.55) !important;
    text-decoration: none !important;
    font-size: 0.8rem;
}

.footer-pro-legal a:hover {
    color: #fff !important;
}

/* Kill old loud BHK colors if any leftover markup */
.footer-pro .footer-bhk-teal,
.footer-pro .footer-bhk-green,
.footer-pro .footer-bhk-blue,
.footer-pro .footer-bhk-maroon {
    background: transparent !important;
}

@media (max-width: 1100px) {
    .footer-pro-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .footer-pro-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.6rem 1.35rem;
        border-radius: 0;
    }

    .footer-pro-cta-actions {
        width: 100%;
    }

    .footer-pro-cta-btn {
        flex: 1;
        justify-content: center;
    }

    .footer-pro-grid {
        grid-template-columns: 1fr;
    }

    .footer-pro-bhk {
        grid-template-columns: 1fr 1fr;
    }

    .footer-pro-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-pro-legal {
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .footer-pro-bhk {
        grid-template-columns: 1fr;
    }

    .footer-pro-cta-actions {
        flex-direction: column;
    }
}

/* ========== FLOAT ========== */
.float-premium {
    width: 54px !important;
    height: 54px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
}

.float-premium-wa {
    animation: floatPulse 2.8s ease-in-out infinite;
}

@keyframes floatPulse {
    0%, 100% { box-shadow: 0 6px 24px rgba(37, 211, 102, 0.35); }
    50% { box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55), 0 0 0 10px rgba(37, 211, 102, 0.1); }
}

/* ========== BOOKING MODAL ========== */
.booking-modal-dialog {
    border-radius: 20px !important;
}

.booking-submit-btn {
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark)) !important;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
    .stats-premium-grid,
    .quick-premium-grid,
    .property-types-grid,
    .bhk-inquiry-grid,
    .projects-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .floor-plans-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .premium-logo-img {
        height: 50px !important;
        max-width: 148px !important;
    }

    .premium-nav-inner {
        height: 70px !important;
    }

    .premium-header-spacer {
        display: none !important;
        height: 0 !important;
    }

    .home-stats-premium {
        margin-top: 0;
        padding-top: 1.5rem !important;
    }
}

@media (max-width: 575px) {
    .stats-premium-grid,
    .quick-premium-grid,
    .property-types-grid,
    .bhk-inquiry-grid,
    .projects-grid,
    .floor-plans-gallery {
        grid-template-columns: 1fr !important;
    }

    .pcv2-actions {
        grid-template-columns: 1fr !important;
    }

    .pcv2-btn-visit {
        width: 100% !important;
    }

    .premium-logo-img {
        height: 42px !important;
        max-width: 128px !important;
    }

    .cta-mui-box {
        padding: 1.75rem 1.15rem !important;
        border-radius: 18px !important;
    }

    .float-premium {
        width: 52px !important;
        height: 52px !important;
    }
}

/* ========== MOBILE APP UI (no bottom menu) ========== */
.premium-nav-mobile-tools {
    display: none;
    align-items: center;
    gap: 0.45rem;
}

.premium-nav-call,
.premium-nav-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none !important;
    cursor: pointer;
}

.premium-nav-call {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgba(196, 30, 58, 0.1);
    color: var(--pro-red) !important;
    font-size: 0.9rem;
}

.premium-nav-book {
    height: 38px;
    padding: 0 0.9rem;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--pro-red), var(--pro-red-dark));
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 750;
    box-shadow: 0 6px 14px rgba(196, 30, 58, 0.28);
}

.premium-mobile-menu-sheet {
    width: 100%;
}

.premium-mobile-menu-head {
    display: none;
}

body.mobile-menu-open {
    overflow: hidden !important;
}

@media (max-width: 991px) {
    .premium-nav-mobile-tools {
        display: flex !important;
    }

    .premium-header {
        position: sticky !important;
        top: 0;
        z-index: 1040;
        padding-top: env(safe-area-inset-top);
        background: rgba(255, 255, 255, 0.96) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-bottom: 1px solid rgba(15, 20, 25, 0.06) !important;
        box-shadow: 0 4px 18px rgba(15, 20, 25, 0.04);
    }

    .premium-nav {
        padding-left: max(0.85rem, env(safe-area-inset-left));
        padding-right: max(0.85rem, env(safe-area-inset-right));
    }

    .premium-nav-inner {
        height: 64px !important;
    }

    .premium-header-spacer {
        display: none !important;
        height: 0 !important;
    }

    .premium-menu-toggle {
        width: 40px;
        height: 40px;
        border-radius: 11px;
        background: #f6f8fb;
        border: 1px solid var(--pro-line);
        display: inline-flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0;
    }

    .premium-menu-toggle span {
        width: 16px;
        margin: 0 !important;
    }

    /* App-style dropdown sheet menu (NOT a bottom tab bar) */
    .premium-mobile-menu {
        display: none;
        position: fixed !important;
        inset: 0;
        z-index: 1100;
        background: rgba(8, 12, 18, 0.45);
        backdrop-filter: blur(4px);
        padding: calc(12px + env(safe-area-inset-top)) 12px calc(12px + env(safe-area-inset-bottom));
        border-top: none !important;
    }

    .premium-mobile-menu.open {
        display: flex !important;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .premium-mobile-menu-sheet {
        width: min(340px, 92vw);
        max-height: calc(100vh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        overflow-y: auto;
        background: #fff;
        border-radius: 20px;
        padding: 0.85rem 0.9rem 1.15rem;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
        animation: appSheetIn 0.28s ease;
    }

    .premium-mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.55rem;
        padding: 0.25rem 0.35rem 0.75rem;
        border-bottom: 1px solid var(--pro-line);
    }

    .premium-mobile-menu-head strong {
        font-size: 1rem;
        color: var(--pro-navy);
    }

    .premium-mobile-menu-close {
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 10px;
        background: #f1f5f9;
        color: #334155;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .premium-mobile-menu a {
        display: block;
        padding: 0.85rem 0.75rem !important;
        border-radius: 12px !important;
        font-weight: 650 !important;
        color: var(--pro-navy) !important;
        font-size: 0.95rem;
    }

    .premium-mobile-menu a:active {
        background: rgba(196, 30, 58, 0.08) !important;
        color: var(--pro-red) !important;
    }

    .premium-mobile-actions {
        gap: 0.65rem !important;
    }

    .premium-mobile-actions .btn-premium-solid,
    .premium-mobile-actions .btn-premium-outline {
        border-radius: 12px !important;
        padding: 0.85rem 1rem !important;
    }

    /* Side FABs only — no bottom nav bar */
    .float-premium {
        bottom: calc(22px + env(safe-area-inset-bottom)) !important;
        width: 54px !important;
        height: 54px !important;
        border-radius: 16px !important;
        z-index: 1030;
    }

    .float-premium-wa {
        left: max(14px, env(safe-area-inset-left)) !important;
        right: auto !important;
    }

    .float-premium-call {
        right: max(14px, env(safe-area-inset-right)) !important;
        left: auto !important;
    }

    .float-premium-tip {
        display: none !important;
    }

    .home-page,
    .page-home-premium {
        background: #f4f6f9;
    }

    .home-page .container,
    .page-home-premium .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* App-like section cards / rhythm — dense mobile spacing */
    .home-stats-premium,
    .home-quick-premium,
    .search-premium-section,
    .projects-pro,
    .gallery-pro,
    .home-benefits-premium,
    .why-choose-pro,
    .cta-section-mui {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-page .home-quick-premium {
        padding-top: 1rem !important;
        padding-bottom: 0.85rem !important;
    }

    .home-page .home-stats-premium,
    .home-page .stats-pro {
        padding-top: 0.5rem !important;
        padding-bottom: 0.1rem !important;
    }

    .home-page .section-header-center,
    .home-page .quick-premium-header {
        margin-bottom: 0.85rem !important;
    }

    .stats-premium-grid,
    .quick-premium-grid {
        gap: 0.55rem !important;
    }

    .stat-premium-card,
    .quick-premium-card {
        border-radius: 14px !important;
        box-shadow: 0 6px 16px rgba(15, 20, 25, 0.05) !important;
        min-height: 0 !important;
    }

    .home-page .quick-premium-card {
        padding: 0.85rem !important;
    }

    .projects-pro-card,
    .gallery-pro-card,
    .benefits-pro-card,
    .why-amenity-card {
        border-radius: 16px !important;
    }

    .section-title,
    .projects-pro-title,
    .gallery-pro-title,
    .benefits-pro-title,
    .why-choose-pro-title {
        font-size: 1.35rem !important;
        line-height: 1.25 !important;
        margin-bottom: 0.35rem !important;
    }

    .section-desc,
    .projects-pro-subtitle,
    .gallery-pro-subtitle {
        font-size: 0.82rem !important;
        margin-bottom: 0 !important;
    }

    .home-page .projects-pro,
    .home-page .gallery-pro,
    .home-page .home-section {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .hero-premium-clean .hero-actions {
        gap: 0.55rem !important;
    }

    .hero-premium-clean .btn-hero-primary,
    .hero-premium-clean .btn-hero-secondary {
        min-height: 48px;
        border-radius: 14px !important;
        font-weight: 750 !important;
    }

    .booking-modal-dialog {
        max-height: calc(100vh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
        border-radius: 18px !important;
    }

    .booking-modal {
        padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom)) !important;
        align-items: flex-end !important;
    }

    .footer-pro-cta {
        border-radius: 16px !important;
        margin: 0 0.25rem;
    }
}

@keyframes appSheetIn {
    from {
        opacity: 0;
        transform: translateX(18px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@media (max-width: 575px) {
    .home-page .home-section,
    .home-page .projects-pro,
    .home-page .gallery-pro,
    .home-page .benefits-pro,
    .home-page .why-choose-pro {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .quick-premium-card {
        display: flex !important;
        align-items: flex-start;
        gap: 0.65rem;
        padding: 0.8rem !important;
        text-align: left !important;
    }

    .quick-premium-icon {
        width: 36px !important;
        height: 36px !important;
        flex-shrink: 0;
        margin: 0 !important;
    }

    .gallery-pro-filters {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        max-width: none;
        margin-left: -0.15rem;
        margin-right: -0.15rem;
        padding: 0.45rem !important;
    }

    .gallery-pro-filters::-webkit-scrollbar {
        display: none;
    }

    .gallery-pro-filter.gallery-filter {
        flex: 0 0 auto;
    }

    .projects-pro-more {
        margin-top: 1.15rem;
    }

    .btn-view-all-projects {
        width: 100%;
        justify-content: center !important;
        border-radius: 14px !important;
        min-height: 44px;
    }

    .loan-assist-pro-box,
    .footer-pro-cta {
        border-radius: 16px !important;
    }

    .home-page .section-desc {
        max-width: 22rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .home-page .search-section {
        padding: 1.25rem 0 1.35rem !important;
    }

    .home-page .search-section-head {
        margin-bottom: 0.85rem !important;
    }

    .home-page .search-section-head h2 {
        font-size: 1.25rem !important;
        font-weight: 800 !important;
        margin: 0 0 0.25rem !important;
        color: #fff !important;
    }

    .home-page .search-section-head p {
        font-size: 0.8rem !important;
        margin: 0 auto !important;
        color: rgba(255, 255, 255, 0.8) !important;
        max-width: 18rem;
    }

    .home-page .cta-section-mui {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
}

/* Explicitly never show a bottom navigation bar */
.app-bottom-nav,
.bottom-nav,
.mobile-bottom-menu {
    display: none !important;
}

