/**
 * SS6Infra Public – Premium Real Estate Look & Feel
 * Light, spacious, trustworthy. Use with body class: landing-realestate
 */
/* Fonts loaded in includes/header.php */

/* ---- Design tokens ---- */
body.landing-realestate {
    --re-bg: #f0f7f2;
    --re-bg-alt: #e3f2e8;
    --re-paper: #ffffff;
    --re-navy: #0f2e1f;
    --re-navy-soft: #1b4332;
    --re-green: #2d6a4f;
    --re-green-light: #52b788;
    --re-green-bright: #74c69d;
    --re-green-soft: #d8f3dc;
    --re-gold: #d4a853;
    --re-gold-light: #f0d78c;
    --re-text: #1a2e24;
    --re-text-muted: #4a6358;
    --re-accent: #1b4332;
    --re-accent-hover: #081c15;
    --re-border: rgba(45, 106, 79, 0.15);
    --re-shadow: 0 8px 32px rgba(15, 46, 31, 0.1);
    --re-shadow-lg: 0 20px 60px rgba(15, 46, 31, 0.14);
    --re-glass: rgba(255, 255, 255, 0.92);
    font-family: 'Plus Jakarta Sans', sans-serif;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(82, 183, 136, 0.12) 0%, transparent 55%),
        linear-gradient(180deg, #f0f7f2 0%, #e8f5ec 45%, #f4faf6 100%);
    color: var(--re-text);
}

body.landing-realestate .re-heading-font {
    font-family: 'DM Serif Display', serif;
}

/* ---- Announcement ticker ---- */
body.landing-realestate .announcement-ticker {
    background: var(--re-navy);
    color: #fff;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    border-bottom: 1px solid var(--re-border);
}

body.landing-realestate .announcement-ticker .ticker-item strong {
    color: #e8c4a8;
}

/* ---- Nav: premium glass + greenery ---- */
body.landing-realestate .landing-nav {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid rgba(82, 183, 136, 0.2);
    box-shadow: 0 4px 24px rgba(15, 46, 31, 0.06);
    padding: 0.65rem 0 !important;
}

/* Header row: flexbox for logo (left) and toggle (right) alignment */
body.landing-realestate .landing-nav .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

body.landing-realestate .landing-nav .navbar-brand,
body.landing-realestate .landing-nav .navbar-brand-fallback {
    color: var(--re-navy) !important;
}

body.landing-realestate .landing-nav .navbar-brand i,
body.landing-realestate .navbar-brand-fallback i {
    color: var(--re-accent) !important;
}

body.landing-realestate .landing-nav .nav-link {
    color: var(--re-navy-soft) !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.45rem 1rem !important;
    border-radius: 999px;
    transition: all 0.25s ease;
}

body.landing-realestate .landing-nav .nav-link:hover {
    color: var(--re-accent) !important;
    background: rgba(82, 183, 136, 0.12) !important;
}

body.landing-realestate .landing-nav .nav-link.active {
    color: #fff !important;
    background: linear-gradient(135deg, var(--re-green) 0%, var(--re-navy-soft) 100%) !important;
    box-shadow: 0 4px 14px rgba(27, 67, 50, 0.25) !important;
}

body.landing-realestate .landing-nav .btn-outline-light {
    color: var(--re-navy) !important;
    border-color: var(--re-border);
}

body.landing-realestate .landing-nav .btn-outline-light:hover {
    background: var(--re-bg-alt) !important;
    border-color: var(--re-navy-soft);
    color: var(--re-navy) !important;
}

body.landing-realestate .landing-nav .btn-primary {
    background: linear-gradient(135deg, var(--re-green) 0%, var(--re-navy-soft) 100%) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 999px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(27, 67, 50, 0.25);
}

body.landing-realestate .landing-nav .btn-primary:hover {
    background: linear-gradient(135deg, var(--re-navy-soft) 0%, var(--re-accent-hover) 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(27, 67, 50, 0.3);
    color: #fff !important;
}

body.landing-realestate .landing-nav .navbar-toggler {
    border-color: var(--re-border);
    color: var(--re-navy);
}

/* ---- Hero: vibrant greenery overlay ---- */
body.landing-realestate .hero-section {
    min-height: 58vh;
    margin-top: 72px;
}

body.landing-realestate .hero-section.landing-welcome {
    min-height: 54vh;
    max-height: 580px;
}

body.landing-realestate .hero-slide {
    filter: brightness(1.08) saturate(1.15);
    transform: scale(1.02);
}

body.landing-realestate .hero-overlay {
    background:
        linear-gradient(105deg, rgba(8, 28, 21, 0.55) 0%, rgba(27, 67, 50, 0.45) 45%, rgba(15, 46, 31, 0.6) 100%),
        radial-gradient(ellipse 70% 60% at 80% 20%, rgba(82, 183, 136, 0.2) 0%, transparent 55%);
}

body.landing-realestate .hero-tagline {
    color: var(--re-gold-light) !important;
    letter-spacing: 0.3em;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

body.landing-realestate .hero-title {
    font-family: 'DM Serif Display', serif;
    color: #fff !important;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 400;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    margin-bottom: 0.75rem;
}

body.landing-realestate .hero-subtitle {
    color: rgba(240, 253, 244, 0.95) !important;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.65;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

body.landing-realestate .hero-search {
    background: var(--re-glass);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 1.35rem 1.5rem;
    box-shadow: 0 16px 48px rgba(15, 46, 31, 0.18), 0 0 0 1px rgba(82, 183, 136, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-top: 1.75rem;
}

body.landing-realestate .search-group .form-control,
body.landing-realestate .search-group .form-select {
    border: 1.5px solid rgba(45, 106, 79, 0.18);
    border-radius: 12px;
    background: #fff;
    padding: 0.65rem 0.85rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

body.landing-realestate .search-group .form-control:focus,
body.landing-realestate .search-group .form-select:focus {
    border-color: var(--re-green-light);
    box-shadow: 0 0 0 3px rgba(82, 183, 136, 0.2);
}

body.landing-realestate .search-btn {
    background: linear-gradient(135deg, var(--re-green-light) 0%, var(--re-green) 50%, var(--re-navy-soft) 100%) !important;
    color: #fff !important;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    min-height: 50px;
    box-shadow: 0 6px 20px rgba(45, 106, 79, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}

body.landing-realestate .search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(45, 106, 79, 0.4);
    color: #fff !important;
}

body.landing-realestate .hero-slider-prev,
body.landing-realestate .hero-slider-next {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
}

body.landing-realestate .hero-indicator.active {
    background: linear-gradient(90deg, var(--re-gold), var(--re-gold-light));
    border-color: var(--re-gold-light);
    width: 28px;
    border-radius: 6px;
}

body.landing-realestate .search-group label {
    color: var(--re-navy-soft);
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

body.landing-realestate .hero-slider-indicators {
    bottom: 1rem;
    z-index: 5;
}

/* ---- Intro Logo Animation ---- */
body.landing-realestate .intro-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: linear-gradient(160deg, var(--re-navy) 0%, #0f1629 50%, var(--re-navy) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    pointer-events: none;
}
body.landing-realestate .intro-overlay.intro-overlay-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
body.landing-realestate .intro-overlay.intro-overlay-done {
    opacity: 0;
    visibility: hidden;
    pointer-events: none !important;
}
body.landing-realestate .intro-overlay-inner {
    text-align: center;
}
body.landing-realestate .intro-logo {
    max-width: min(280px, 70vw);
    height: auto;
    object-fit: contain;
    animation: introLogoZoom 2s ease-out forwards;
    filter: drop-shadow(0 0 30px rgba(232, 196, 168, 0.4)) drop-shadow(0 0 60px rgba(232, 196, 168, 0.2));
}
body.landing-realestate .intro-logo-fallback {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    color: #e8c4a8;
    display: inline-block;
    animation: introLogoZoom 2s ease-out forwards;
}
@keyframes introLogoZoom {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }
    20% {
        opacity: 1;
        transform: scale(1.02);
    }
    80% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ---- Platform Background: corporate premium ---- */
body.landing-realestate .platform-background {
    background: linear-gradient(180deg, #061510 0%, #0f241c 40%, #142920 100%);
    color: #e8f0ec;
    position: relative;
    overflow: hidden;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

body.landing-realestate .platform-background::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 45% at 50% 0%, rgba(82, 183, 136, 0.14) 0%, transparent 60%),
        radial-gradient(ellipse 40% 30% at 100% 100%, rgba(212, 168, 83, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

body.landing-realestate .platform-background::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(212, 168, 83, 0.03) 50%, transparent 100%);
    pointer-events: none;
}

body.landing-realestate .platform-section-header {
    max-width: 720px;
    margin: 0 auto 3rem;
}

body.landing-realestate .platform-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(212, 168, 83, 0.85);
    margin-bottom: 0.75rem;
}

body.landing-realestate .platform-background-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #f5f0e6 !important;
    -webkit-text-fill-color: #f5f0e6;
    background: none;
    display: block;
    text-transform: none;
    margin-bottom: 0;
}

body.landing-realestate .platform-background-title::before {
    display: none;
}

body.landing-realestate .platform-title-rule {
    width: 64px;
    height: 2px;
    margin: 1.25rem auto 1.5rem;
    background: linear-gradient(90deg, transparent, #d4a853, #f0d78c, #d4a853, transparent);
    border-radius: 2px;
}

body.landing-realestate .platform-section-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(232, 240, 236, 0.78);
    margin: 0;
    font-weight: 400;
}

body.landing-realestate .landing-module-card.landing-module-corporate {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 168, 83, 0.18);
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

body.landing-realestate .landing-module-card.landing-module-corporate:hover {
    transform: none;
    border-color: rgba(212, 168, 83, 0.32);
    box-shadow:
        0 28px 72px rgba(0, 0, 0, 0.32),
        0 0 0 1px rgba(82, 183, 136, 0.08);
}

/* Logo band — corporate cream strip (logo sits cleanly, no awkward white box) */
body.landing-realestate .platform-logo-band {
    background: linear-gradient(180deg, #faf8f5 0%, #f3f0ea 100%);
    border-bottom: 1px solid rgba(212, 168, 83, 0.28);
    padding: 2.25rem 2rem 2rem;
    text-align: center;
    position: relative;
}

body.landing-realestate .platform-logo-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8b6914, #d4a853, #f0d78c, #d4a853, #8b6914);
}

body.landing-realestate .platform-logo-band .platform-intro-logo {
    max-width: min(340px, 85vw);
    width: auto;
    height: auto;
    object-fit: contain;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    filter: none;
}

body.landing-realestate .platform-module-body {
    padding: 2rem 2.25rem 2.5rem;
}

body.landing-realestate .platform-module-body-flush {
    padding-bottom: 0.5rem;
}

body.landing-realestate .platform-module-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #d4a853;
    border: 1px solid rgba(212, 168, 83, 0.35);
    padding: 0.35rem 0.85rem;
    margin-bottom: 1rem;
    border-radius: 2px;
}

body.landing-realestate .platform-intro-heading {
    font-family: 'DM Serif Display', serif;
    font-size: 1.65rem;
    font-weight: 400;
    color: #f5f0e6 !important;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

body.landing-realestate .platform-intro-divider {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, #d4a853, transparent);
    border: none;
    margin: 0 0 1.5rem;
    max-width: none;
}

body.landing-realestate .platform-intro-content {
    max-width: none;
}

body.landing-realestate .platform-intro-text,
body.landing-realestate .platform-card-text {
    color: rgba(232, 240, 236, 0.88) !important;
    font-size: 1rem;
    line-height: 1.9;
    text-align: left;
    margin: 0 0 1rem;
}

body.landing-realestate .platform-intro-text:last-child,
body.landing-realestate .platform-card-text:last-child {
    margin-bottom: 0;
}

body.landing-realestate .platform-vision-mission-row {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 768px) {
    body.landing-realestate .platform-vision-mission-row {
        grid-template-columns: 1fr 1fr;
    }
    body.landing-realestate .platform-card-vision {
        border-right: 1px solid rgba(255, 255, 255, 0.06);
    }
}

body.landing-realestate .platform-card {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 2rem 2.25rem 2.5rem;
    text-align: left;
    position: relative;
    transition: background 0.3s ease;
}

body.landing-realestate .platform-card:hover {
    background: rgba(255, 255, 255, 0.02);
}

body.landing-realestate .platform-card-accent-bar {
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #d4a853, #f0d78c);
    margin-bottom: 1.25rem;
}

body.landing-realestate .platform-card-title {
    font-family: 'DM Serif Display', serif;
    font-size: 1.35rem;
    font-weight: 400;
    color: #f0d78c !important;
    margin: 0 0 1rem;
    letter-spacing: 0.03em;
}

body.landing-realestate .platform-card-quote {
    display: none;
}

body.landing-realestate .platform-card-divider {
    display: none;
}

/* Legacy intro layout — hide if unused */
body.landing-realestate .platform-intro {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    gap: 0;
    margin-bottom: 0;
}

body.landing-realestate .platform-intro-accent {
    display: none;
}

body.landing-realestate .platform-background > .container {
    position: relative;
    z-index: 1;
}

body.landing-realestate .landing-modules-grid {
    display: grid;
    gap: 2rem;
    margin-top: 2.5rem;
}

body.landing-realestate .platform-vision-mission-row {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    body.landing-realestate .platform-vision-mission-row {
        grid-template-columns: 1fr 1fr;
    }
}

/* ---- Section titles (light sections) ---- */
body.landing-realestate .section-title h2 {
    font-family: 'DM Serif Display', serif;
    color: var(--re-navy) !important;
    font-weight: 400;
}

body.landing-realestate .section-title p {
    color: var(--re-text-muted);
}

/* ---- PDF Download ---- */
body.landing-realestate .landing-dark-section,
body.landing-realestate #pdf-download {
    background: linear-gradient(180deg, var(--re-bg-alt) 0%, var(--re-green-soft) 100%) !important;
}

/* Dark text on light .landing-dark-section background (e.g. #plan, #pdf-download) */
body.landing-realestate .landing-dark-section .text-light,
body.landing-realestate #pdf-download .text-light {
    color: var(--re-navy) !important;
}

body.landing-realestate .landing-dark-section .text-muted,
body.landing-realestate #pdf-download .text-muted {
    color: var(--re-text-muted) !important;
}

body.landing-realestate #pdf-download .company-gold-btn,
body.landing-realestate .company-gold-btn {
    background: var(--re-accent) !important;
    border-color: var(--re-accent) !important;
    color: #fff !important;
    border-radius: 12px;
}

body.landing-realestate #pdf-download .company-gold-btn:hover {
    background: var(--re-accent-hover) !important;
    border-color: var(--re-accent-hover) !important;
    color: #fff !important;
}

/* ---- Director & Team ---- */
body.landing-realestate .company-director,
body.landing-realestate .company-team {
    background: var(--re-paper) !important;
}

body.landing-realestate .company-director .section-title h2,
body.landing-realestate .company-team .section-title h2,
body.landing-realestate .company-gold {
    color: var(--re-accent) !important;
}

body.landing-realestate .company-profile-card {
    background: var(--re-bg);
    border: 1px solid var(--re-border);
    border-radius: 16px;
}

/* Director/Team card text: high-contrast dark on light (name, designation, description) */
body.landing-realestate .profile-card-name,
body.landing-realestate .profile-card-designation {
    color: #1a2744 !important;
    font-weight: 600;
}
body.landing-realestate .profile-card-desc {
    color: #333 !important;
    opacity: 1 !important;
}

/* ---- Featured Properties ---- */
body.landing-realestate .featured-properties {
    background: var(--re-bg-alt);
}

body.landing-realestate .property-card {
    background: var(--re-paper);
    border: 1px solid var(--re-border);
    border-radius: 16px;
    box-shadow: var(--re-shadow);
}

body.landing-realestate .property-card:hover {
    box-shadow: var(--re-shadow-lg);
    border-color: rgba(184, 92, 56, 0.2);
}

body.landing-realestate .property-badge {
    background: var(--re-accent) !important;
    color: #fff !important;
}

body.landing-realestate .property-price {
    color: var(--re-accent) !important;
}

body.landing-realestate .property-title {
    color: var(--re-navy) !important;
}

body.landing-realestate .property-card-footer .btn-primary {
    background: var(--re-accent) !important;
    border-color: var(--re-accent) !important;
    color: #fff !important;
    border-radius: 10px;
}

body.landing-realestate .featured-properties .btn-outline-primary {
    border-color: var(--re-accent);
    color: var(--re-accent);
    border-radius: 10px;
}

body.landing-realestate .featured-properties .btn-outline-primary:hover {
    background: var(--re-accent);
    color: #fff;
    border-color: var(--re-accent);
}

/* ---- Popular Locations ---- */
body.landing-realestate .section.bg-white {
    background: var(--re-paper) !important;
}

body.landing-realestate .location-card-link .card {
    background: var(--re-paper);
    border: 1px solid var(--re-border);
    border-radius: 14px;
}

body.landing-realestate .location-card-link:hover .card {
    border-color: var(--re-accent);
    box-shadow: var(--re-shadow);
}

/* ---- Why Choose Us ---- */
body.landing-realestate .why-choose-us {
    background: var(--re-paper);
}

body.landing-realestate .feature-box {
    background: var(--re-bg);
    border: 1px solid var(--re-border);
    border-radius: 16px;
}

body.landing-realestate .feature-icon {
    background: var(--re-accent) !important;
    color: #fff !important;
    border-radius: 14px;
}

body.landing-realestate .feature-box h5 {
    color: var(--re-navy) !important;
}

body.landing-realestate .feature-box p {
    color: var(--re-text-muted) !important;
}

/* ---- How It Works ---- */
body.landing-realestate #how-it-works {
    background: var(--re-bg-alt) !important;
}

body.landing-realestate #how-it-works .card {
    background: var(--re-paper);
    border: 1px solid var(--re-border);
    border-radius: 14px;
}

body.landing-realestate #how-it-works .step-number {
    background: var(--re-accent) !important;
    color: #fff !important;
}

body.landing-realestate #how-it-works .card h6 {
    color: var(--re-navy) !important;
}

/* ---- Testimonials ---- */
body.landing-realestate .testimonials {
    background: var(--re-paper);
}

body.landing-realestate .testimonial-card {
    background: var(--re-bg);
    border: 1px solid var(--re-border);
    border-left: 4px solid var(--re-accent);
    border-radius: 14px;
}

body.landing-realestate .testimonial-rating {
    color: var(--re-accent) !important;
}

body.landing-realestate .testimonial-text {
    color: var(--re-text) !important;
}

body.landing-realestate .testimonial-avatar {
    background: var(--re-accent) !important;
    color: #fff !important;
}

/* ---- Newsletter ---- */
body.landing-realestate .newsletter {
    background: var(--re-navy);
    border-top: none;
}

body.landing-realestate .newsletter h2 {
    color: #fff !important;
}

body.landing-realestate .newsletter-form .btn-light {
    background: var(--re-accent) !important;
    border: none;
    color: #fff !important;
}

body.landing-realestate .newsletter-form .btn-light:hover {
    background: var(--re-accent-hover) !important;
    color: #fff !important;
}

/* ---- Footer ---- */
body.landing-realestate .footer {
    background: linear-gradient(180deg, #152238 0%, var(--re-navy) 100%);
    border-top: 1px solid rgba(212, 165, 116, 0.35);
    padding-top: 3.25rem;
    padding-bottom: 1.5rem;
}

body.landing-realestate .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    max-width: 340px;
    padding-left: 1rem;
    border-left: 2px solid rgba(212, 165, 116, 0.55);
}

body.landing-realestate .footer-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    line-height: 0;
    margin-bottom: 0.85rem;
    transition: opacity 0.2s ease;
}

body.landing-realestate .footer-brand-logo:hover {
    opacity: 0.9;
}

body.landing-realestate .footer-company-logo {
    display: block;
    height: auto;
    width: auto;
    max-height: 56px;
    max-width: min(240px, 70vw);
    object-fit: contain;
    padding: 0.4rem 0.7rem;
    border-radius: 8px;
    background: linear-gradient(160deg, rgba(250, 248, 245, 0.97) 0%, rgba(243, 238, 230, 0.95) 100%);
    border: 1px solid rgba(212, 165, 116, 0.28);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

body.landing-realestate .footer-brand-divider {
    width: 32px;
    height: 2px;
    margin-bottom: 0.85rem;
    border-radius: 1px;
    background: linear-gradient(90deg, rgba(212, 165, 116, 0.95) 0%, rgba(212, 165, 116, 0.25) 100%);
}

body.landing-realestate .footer-brand-tagline {
    margin: 0 0 0.75rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(212, 165, 116, 0.92);
}

body.landing-realestate .footer-brand-desc {
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

body.landing-realestate .footer-title {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.15rem;
}

body.landing-realestate .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.landing-realestate .footer-links li + li {
    margin-top: 0.6rem;
}

body.landing-realestate .footer-links a {
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

body.landing-realestate .footer-links a:hover {
    color: rgba(212, 165, 116, 0.95) !important;
    padding-left: 2px;
}

body.landing-realestate .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

body.landing-realestate .footer-contact-item i {
    color: rgba(212, 165, 116, 0.95);
    font-size: 0.95rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

body.landing-realestate .footer-contact-item a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none;
    word-break: break-word;
}

body.landing-realestate .footer-contact-item a:hover {
    color: rgba(212, 165, 116, 0.95) !important;
}

body.landing-realestate .footer-extra {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 0.5rem;
}

body.landing-realestate .footer-phone {
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none;
}
body.landing-realestate .footer-phone:hover {
    color: rgba(212, 165, 116, 0.95) !important;
}

body.landing-realestate .footer-bottom {
    border-top-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.5);
    padding-top: 1.25rem;
    margin-top: 0.5rem;
}

body.landing-realestate .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    max-width: 100%;
}

body.landing-realestate .footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none !important;
    flex-shrink: 0;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
body.landing-realestate .footer-social-link:hover {
    background: rgba(212, 165, 116, 0.18);
    color: #fff !important;
    border-color: rgba(212, 165, 116, 0.45);
    transform: translateY(-2px);
}
body.landing-realestate .footer-social-link i {
    font-size: 1rem;
    color: inherit;
}

@media (max-width: 767px) {
    body.landing-realestate .footer-brand {
        max-width: 100%;
    }
    body.landing-realestate .footer-contact-col {
        margin-top: 0.5rem;
    }
}

/* ---- Inner page heroes (about, contact) ---- */
body.landing-realestate .hero-section:not(.landing-welcome) {
    background: linear-gradient(135deg, var(--re-navy) 0%, var(--re-navy-soft) 100%);
    display: flex;
    align-items: center;
}

body.landing-realestate .hero-section:not(.landing-welcome) .hero-title {
    color: #fff !important;
    font-family: 'DM Serif Display', serif;
}

body.landing-realestate .hero-section:not(.landing-welcome) .hero-subtitle {
    color: rgba(255,255,255,0.9) !important;
}

/* ---- Plots page: filter panel ---- */
body.landing-realestate .filter-panel {
    background: var(--re-paper);
    border: 1px solid var(--re-border);
    border-radius: 16px;
    box-shadow: var(--re-shadow);
}

body.landing-realestate .filter-panel h5 {
    color: var(--re-navy);
    font-family: 'DM Serif Display', serif;
}

/* ---- Plan page content ---- */
body.landing-realestate .py-5 h1.display-4 {
    font-family: 'DM Serif Display', serif;
    color: var(--re-navy);
}

body.landing-realestate .py-5 .btn-primary {
    background: var(--re-accent);
    border-color: var(--re-accent);
}

body.landing-realestate .py-5 .btn-primary:hover {
    background: var(--re-accent-hover);
    border-color: var(--re-accent-hover);
}

/* ---- Navbar: ensure toggle visible and menu slides ---- */
body.landing-realestate .landing-nav .navbar-toggler {
    visibility: visible;
    opacity: 1;
    border-color: var(--re-border);
    color: var(--re-navy);
}
body.landing-realestate .landing-nav .navbar-toggler:hover,
body.landing-realestate .landing-nav .navbar-toggler:focus {
    border-color: var(--re-accent);
    color: var(--re-accent);
    box-shadow: 0 0 0 2px rgba(184, 92, 56, 0.2);
}
body.landing-realestate .landing-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231a2744' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* ---- Logo: responsive, not distorted ---- */
body.landing-realestate .navbar-logo {
    max-height: 48px;
    max-width: min(200px, 50vw);
    width: auto;
    object-fit: contain;
    border-radius: 8px;
    filter: drop-shadow(0 2px 8px rgba(15, 46, 31, 0.12));
}

/* ========== MOBILE MENU REDESIGN (max-width 1024px) ========== */
@media (max-width: 1024px) {
    /* Header row: logo left, toggle right */
    body.landing-realestate .landing-nav .container {
        justify-content: space-between;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    body.landing-realestate .landing-nav .navbar-brand {
        margin-right: 0;
        flex-shrink: 0;
    }
    body.landing-realestate .navbar-logo {
        max-height: 40px;
    }
    /* Hamburger: clear, tappable (44px min for accessibility) */
    body.landing-realestate .landing-nav .navbar-toggler {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        min-height: 44px;
        padding: 0.5rem;
        border-radius: 10px;
        order: 2;
        background: var(--re-bg-alt);
        border: 1px solid var(--re-border);
        -webkit-tap-highlight-color: transparent;
    }
    body.landing-realestate .landing-nav .navbar-toggler:hover,
    body.landing-realestate .landing-nav .navbar-toggler:focus {
        background: rgba(184, 92, 56, 0.08);
        border-color: var(--re-accent);
    }
    body.landing-realestate .landing-nav .navbar-toggler-icon {
        width: 1.35rem;
        height: 1.35rem;
    }
    /* Menu panel: hidden by default so toggle can close it (Bootstrap removes .show) */
    body.landing-realestate .landing-nav .navbar-collapse,
    body.landing-realestate .landing-nav .navbar-collapse-landing {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        order: 3;
        margin-top: 0.875rem;
        padding: 0 !important;
        overflow: hidden;
        display: none !important;
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    }
    /* When open (.show): visible and layout as flex so menu displays correctly */
    body.landing-realestate .landing-nav .navbar-collapse.show,
    body.landing-realestate .landing-nav .navbar-collapse-landing.show {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        padding: 0.5rem 0 !important;
        background: var(--re-paper) !important;
        border: 1px solid var(--re-border);
        border-radius: 16px;
        box-shadow: 0 10px 40px rgba(26, 39, 68, 0.12);
        opacity: 1;
        transform: translateY(0);
    }
    /* Nav links list */
    body.landing-realestate .landing-nav .navbar-nav {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0.5rem !important;
        list-style: none;
        border: none !important;
    }
    body.landing-realestate .landing-nav .navbar-nav .nav-item {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }
    /* Each link: large tap target, clear text */
    body.landing-realestate .landing-nav .navbar-nav .nav-link {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        min-height: 48px;
        box-sizing: border-box !important;
        padding: 0 1rem !important;
        margin: 0 !important;
        border: none !important;
        border-bottom: 1px solid var(--re-border) !important;
        border-radius: 0 !important;
        font-size: 1rem;
        font-weight: 500;
        color: var(--re-navy) !important;
        text-align: left;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }
    body.landing-realestate .landing-nav .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none !important;
    }
    body.landing-realestate .landing-nav .navbar-nav .nav-link:hover {
        background: rgba(184, 92, 56, 0.06) !important;
    }
    body.landing-realestate .landing-nav .navbar-nav .nav-link.active {
        background: rgba(184, 92, 56, 0.1) !important;
        color: var(--re-accent) !important;
    }
    /* Divider + Account section (Login / Register) */
    body.landing-realestate .landing-nav .landing-nav-actions {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0.75rem 1rem 1rem !important;
        gap: 0.5rem !important;
        border-top: 1px solid var(--re-border) !important;
        background: var(--re-bg);
    }
    /* Login: text-style link row */
    body.landing-realestate .landing-nav .landing-nav-actions .btn-outline-light {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 48px;
        max-width: none !important;
        box-sizing: border-box !important;
        padding: 0 1rem !important;
        margin: 0 !important;
        border: 1px solid var(--re-border) !important;
        border-radius: 12px !important;
        background: var(--re-paper) !important;
        color: var(--re-navy) !important;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }
    body.landing-realestate .landing-nav .landing-nav-actions .btn-outline-light:hover {
        background: var(--re-bg-alt) !important;
        border-color: var(--re-navy-soft) !important;
        color: var(--re-navy) !important;
    }
    /* Register: primary CTA button */
    body.landing-realestate .landing-nav .landing-nav-actions .btn-primary {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 52px;
        max-width: none !important;
        box-sizing: border-box !important;
        padding: 0 1.25rem !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 12px !important;
        background: var(--re-accent) !important;
        color: #fff !important;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 2px 8px rgba(184, 92, 56, 0.3);
        -webkit-tap-highlight-color: transparent;
    }
    body.landing-realestate .landing-nav .landing-nav-actions .btn-primary:hover {
        background: var(--re-accent-hover) !important;
        color: #fff !important;
    }
}

/* ========== MOBILE (max-width 768px) ========== */
@media (max-width: 768px) {
    body.landing-realestate .landing-nav {
        padding: 0.6rem 0 !important;
    }
    body.landing-realestate .landing-nav .container {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    body.landing-realestate .navbar-logo {
        max-height: 36px;
    }
    body.landing-realestate .landing-nav .navbar-toggler {
        min-width: 44px;
        min-height: 44px;
    }
    body.landing-realestate .landing-nav .navbar-collapse,
    body.landing-realestate .landing-nav .navbar-collapse-landing {
        margin-top: 0.625rem;
        border-radius: 14px;
        padding: 0.375rem 0 !important;
    }
    body.landing-realestate .landing-nav .navbar-nav {
        padding: 0 0.375rem !important;
    }
    body.landing-realestate .landing-nav .navbar-nav .nav-link {
        min-height: 48px;
        padding: 0 0.875rem !important;
        font-size: 0.9875rem;
    }
    body.landing-realestate .landing-nav .landing-nav-actions {
        padding: 0.625rem 0.75rem 0.875rem !important;
        gap: 0.5rem !important;
    }
    body.landing-realestate .landing-nav .landing-nav-actions .btn-outline-light,
    body.landing-realestate .landing-nav .landing-nav-actions .btn-primary {
        min-height: 48px;
        font-size: 0.9875rem;
    }
}

/* ========== SMALL MOBILE (max-width 425px): safe area ========== */
@media (max-width: 425px) {
    body.landing-realestate .landing-nav .container {
        padding-left: max(0.75rem, env(safe-area-inset-left));
        padding-right: max(0.75rem, env(safe-area-inset-right));
    }
    body.landing-realestate .landing-nav .navbar-collapse,
    body.landing-realestate .landing-nav .navbar-collapse-landing {
        margin-left: 0;
        margin-right: 0;
    }
    body.landing-realestate .landing-nav .navbar-nav .nav-link {
        padding: 0 0.75rem !important;
    }
    body.landing-realestate .landing-nav .landing-nav-actions {
        padding: 0.5rem 0.75rem 0.75rem !important;
    }
}

/* ========== DESKTOP (min-width 1025px): keep horizontal nav, no dropdown ========== */
@media (min-width: 1025px) {
    body.landing-realestate .landing-nav .navbar-collapse,
    body.landing-realestate .landing-nav .navbar-collapse-landing {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ---- Auth (Login / Register / Forgot) – match main theme ---- */
body.landing-realestate .auth-container {
    min-height: 100vh;
    background: var(--re-bg);
}
body.landing-realestate .auth-left {
    background: linear-gradient(135deg, var(--re-navy) 0%, var(--re-navy-soft) 100%);
}
body.landing-realestate .auth-left::before {
    opacity: 0.12;
    background-image: none;
    background-color: var(--re-navy);
}
body.landing-realestate .auth-left-content h1 {
    font-family: 'DM Serif Display', serif;
    color: #fff !important;
}
body.landing-realestate .auth-right {
    background: var(--re-paper);
    border-left: 1px solid var(--re-border);
}
body.landing-realestate .auth-form h2 {
    color: var(--re-navy);
    font-family: 'DM Serif Display', serif;
}
body.landing-realestate .auth-form .form-control {
    border-color: var(--re-border);
    border-radius: 10px;
}
body.landing-realestate .auth-form .form-control:focus {
    border-color: var(--re-accent);
    box-shadow: 0 0 0 3px rgba(184, 92, 56, 0.12);
}
body.landing-realestate .auth-form .btn-primary {
    background: var(--re-accent) !important;
    border-color: var(--re-accent) !important;
    color: #fff !important;
    border-radius: 10px;
}
body.landing-realestate .auth-form .btn-primary:hover {
    background: var(--re-accent-hover) !important;
    border-color: var(--re-accent-hover) !important;
    color: #fff !important;
}
body.landing-realestate .auth-form .btn-link,
body.landing-realestate .auth-form a.text-primary {
    color: var(--re-accent) !important;
}
body.landing-realestate .auth-form .btn-link:hover,
body.landing-realestate .auth-form a.text-primary:hover {
    color: var(--re-accent-hover) !important;
}
body.landing-realestate .auth-form .social-btn {
    border-color: var(--re-border);
    border-radius: 10px;
}
body.landing-realestate .auth-form .social-btn:hover {
    border-color: var(--re-accent);
    background: rgba(184, 92, 56, 0.06);
}
@media (max-width: 991px) {
    body.landing-realestate .auth-container {
        flex-direction: column;
    }
    body.landing-realestate .auth-left {
        min-height: 28vh;
        padding: 2rem 1.5rem;
    }
    body.landing-realestate .auth-right {
        border-left: none;
        border-top: 1px solid var(--re-border);
        padding: 2rem 1.5rem;
    }
}

/* ---- Achievements slider section ---- */
/* Banner section above Success Stories - 5 images, 5s auto-scroll */
body.landing-realestate .landing-banner-section {
    background: var(--re-bg-alt);
}
body.landing-realestate .landing-banner-section .landing-banner-img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
}
body.landing-realestate .landing-banner-section .carousel-control-prev,
body.landing-realestate .landing-banner-section .carousel-control-next {
    opacity: 0.7;
}
body.landing-realestate .landing-banner-section .carousel-indicators {
    margin-bottom: 0.5rem;
}

body.landing-realestate .achievements-slider-section {
    background: linear-gradient(180deg, var(--re-navy) 0%, #0f1629 100%);
    color: #fff;
}
body.landing-realestate .achievements-slider-header {
    margin-bottom: 2rem;
}
body.landing-realestate .achievements-slider-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}
body.landing-realestate .achievements-slider-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    margin: 0;
}
body.landing-realestate #achievementsCarousel {
    position: relative;
    padding: 0 3rem;
}
body.landing-realestate .achievement-slide-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body.landing-realestate .achievement-slide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
}
body.landing-realestate .achievement-slide-image-wrap {
    aspect-ratio: 16 / 10;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
body.landing-realestate .achievement-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
body.landing-realestate .achievement-slide-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(184, 92, 56, 0.25) 0%, rgba(26, 39, 68, 0.6) 100%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 4rem;
}
body.landing-realestate .achievement-slide-body {
    padding: 1.75rem 2rem;
}
body.landing-realestate .achievement-slide-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.35rem;
    letter-spacing: -0.01em;
}
body.landing-realestate .achievement-slide-meta {
    font-size: 0.9rem;
    color: var(--re-accent);
    margin-bottom: 1rem;
    opacity: 0.95;
}
body.landing-realestate .achievement-slide-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}
body.landing-realestate .achievement-slide-benefits {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
}
/* Multi-card layout: compact text so 3-4 cards fit */
body.landing-realestate .achievements-slider-section .col-xl-3 .achievement-slide-title,
body.landing-realestate .achievements-slider-section .col-lg-4 .achievement-slide-title {
    font-size: 1.1rem;
}
body.landing-realestate .achievements-slider-section .col-xl-3 .achievement-slide-desc,
body.landing-realestate .achievements-slider-section .col-lg-4 .achievement-slide-desc,
body.landing-realestate .achievements-slider-section .col-xl-3 .achievement-slide-benefits,
body.landing-realestate .achievements-slider-section .col-lg-4 .achievement-slide-benefits {
    font-size: 0.85rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body.landing-realestate .achievements-slider-section .col-xl-3 .achievement-slide-body,
body.landing-realestate .achievements-slider-section .col-lg-4 .achievement-slide-body {
    padding: 1.25rem 1.25rem;
}
body.landing-realestate .achievements-slider-section .carousel-indicators {
    margin-bottom: -1.5rem;
}
body.landing-realestate .achievements-slider-section .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    opacity: 1;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
body.landing-realestate .achievements-slider-section .carousel-indicators .active {
    background-color: var(--re-accent);
    transform: scale(1.2);
}
body.landing-realestate .achievement-carousel-control {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.2s ease, border-color 0.2s ease;
}
body.landing-realestate .achievement-carousel-control:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
}
body.landing-realestate .achievement-carousel-control .carousel-control-prev-icon,
body.landing-realestate .achievement-carousel-control .carousel-control-next-icon {
    width: 1.25rem;
    height: 1.25rem;
}
@media (max-width: 768px) {
    body.landing-realestate #achievementsCarousel {
        padding: 0 2.5rem;
    }
    body.landing-realestate .achievement-slide-body {
        padding: 1.25rem 1.5rem;
    }
}

/* ========== Achiever Rewards — corporate premium ========== */
body.landing-realestate .achiever-features-section {
    background: linear-gradient(180deg, #0a1612 0%, #0f241c 50%, #0a1612 100%);
    position: relative;
    overflow: hidden;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

body.landing-realestate .achiever-features-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 40% at 50% 0%, rgba(82, 183, 136, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 35% 25% at 100% 80%, rgba(212, 168, 83, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

body.landing-realestate .achiever-features-section > .container {
    position: relative;
    z-index: 1;
}

body.landing-realestate .achiever-section-header {
    max-width: 640px;
    margin: 0 auto 3rem;
}

body.landing-realestate .achiever-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(212, 168, 83, 0.9);
    margin-bottom: 0.75rem;
}

body.landing-realestate .achiever-section-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 400;
    color: #f5f0e6;
    margin: 0;
    letter-spacing: 0.02em;
}

body.landing-realestate .achiever-title-rule {
    width: 64px;
    height: 2px;
    margin: 1.25rem auto 1.5rem;
    background: linear-gradient(90deg, transparent, #d4a853, #f0d78c, #d4a853, transparent);
    border-radius: 2px;
}

body.landing-realestate .achiever-section-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(232, 240, 236, 0.78);
    margin: 0;
}

body.landing-realestate .achiever-feature-card {
    background: #faf8f5;
    border: 1px solid rgba(212, 168, 83, 0.22);
    border-radius: 4px;
    overflow: hidden;
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.22),
        0 2px 0 rgba(212, 168, 83, 0.15) inset;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.landing-realestate .achiever-feature-card::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #8b6914, #d4a853, #f0d78c, #d4a853, #8b6914);
    flex-shrink: 0;
}

body.landing-realestate .achiever-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 168, 83, 0.45);
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(82, 183, 136, 0.08);
}

body.landing-realestate .achiever-feature-body {
    padding: 1.75rem 1.75rem 1.25rem;
    flex: 1;
}

body.landing-realestate .achiever-feature-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

body.landing-realestate .achiever-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    background: linear-gradient(145deg, #1b4332 0%, #2d6a4f 100%);
    color: #f0d78c;
    font-size: 1.35rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(27, 67, 50, 0.25);
}

body.landing-realestate .achiever-feature-title {
    color: #0f241c;
    font-family: 'DM Serif Display', serif;
    font-size: 1.35rem;
    font-weight: 400;
    margin: 0.15rem 0 0;
    letter-spacing: 0.01em;
    line-height: 1.3;
}

body.landing-realestate .achiever-feature-desc {
    color: #4a6358;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.75;
}

body.landing-realestate .achiever-feature-empty {
    padding: 0 1.75rem 1.75rem;
    margin-top: auto;
}

body.landing-realestate .achiever-feature-icon-wrap {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d6a4f;
    font-size: 3.25rem;
    background: linear-gradient(180deg, #eef5f0 0%, #e3ede7 100%);
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 4px;
    opacity: 0.85;
}

body.landing-realestate .achiever-members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 1rem;
    padding: 1.25rem 1.75rem 1.75rem;
    background: linear-gradient(180deg, #eef5f0 0%, #e8f0eb 100%);
    border-top: 1px solid rgba(45, 106, 79, 0.1);
    margin-top: auto;
}

body.landing-realestate .achiever-member-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

body.landing-realestate .achiever-member-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #d4a853;
    box-shadow: 0 4px 16px rgba(15, 36, 28, 0.15);
}

body.landing-realestate .achiever-member-name {
    color: #1b4332;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    word-break: break-word;
}

body.landing-realestate .achiever-feature-member {
    color: #2d6a4f;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

body.landing-realestate .achiever-features-carousel {
    margin-top: 2rem;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(212, 168, 83, 0.2);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.25);
}

body.landing-realestate .achiever-feature-media {
    height: 200px;
    overflow: hidden;
    background: #eef5f0;
}

body.landing-realestate .achiever-feature-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* ========== Achiever Hero Image Slider ========== */
body.landing-realestate .achiever-hero-slider-section {
    background: #0c1222;
}
body.landing-realestate .achiever-hero-slider-section .section-title h2 {
    color: #fff;
}
body.landing-realestate .achiever-hero-slider-section .section-title p {
    color: rgba(255, 255, 255, 0.75);
}
body.landing-realestate .achiever-hero-slide {
    position: relative;
    height: 420px;
    overflow: hidden;
}
body.landing-realestate .achiever-hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
body.landing-realestate .achiever-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem 3rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 55%, transparent 100%);
}
body.landing-realestate .achiever-hero-badge {
    display: inline-block;
    align-self: flex-start;
    background: #c9a227;
    color: #0c1222;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}
body.landing-realestate .achiever-hero-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}
body.landing-realestate .achiever-hero-member {
    color: rgba(255, 255, 255, 0.85);
    margin: 0.35rem 0 0;
    font-size: 1.05rem;
}
body.landing-realestate .achiever-hero-control {
    width: 3rem;
    height: 3rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
}
@media (max-width: 768px) {
    body.landing-realestate .achiever-hero-slide,
    body.landing-realestate .achiever-hero-img {
        height: 280px;
    }
    body.landing-realestate .achiever-hero-overlay {
        padding: 1.5rem;
    }
    body.landing-realestate .achiever-hero-title {
        font-size: 1.35rem;
    }
}

/* ========== Ventures Section ========== */
body.landing-realestate .venture-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
body.landing-realestate .venture-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
body.landing-realestate .venture-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
body.landing-realestate .venture-card-placeholder {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.35);
    font-size: 3rem;
}
body.landing-realestate .venture-card-body {
    padding: 1.25rem 1.5rem 1.5rem;
}
body.landing-realestate .venture-card-title {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
body.landing-realestate .venture-card-location {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}
body.landing-realestate .venture-card-desc {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
body.landing-realestate .venture-plot-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
body.landing-realestate .venture-stat {
    text-align: center;
}
body.landing-realestate .venture-stat-value {
    display: block;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
}
body.landing-realestate .venture-stat-label {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    margin-top: 0.2rem;
}

body.landing-realestate .venture-plot-stats--detail {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
}
body.landing-realestate .venture-plot-stats--detail .venture-stat-value {
    color: #0c1222;
}
body.landing-realestate .venture-plot-stats--detail .venture-stat-label {
    color: #6c757d;
}
body.landing-realestate .venture-inventory-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
}

/* ========== Vivid Auth (Login / Register) ========== */
body.landing-realestate.auth-vivid-page {
    min-height: 100vh;
    background: #0c1222;
}
body.landing-realestate.auth-vivid-page .navbar,
body.landing-realestate.auth-vivid-page footer {
    display: none !important;
}
body.landing-realestate .auth-vivid-wrap {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    overflow: hidden;
}
body.landing-realestate .auth-vivid-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(184, 92, 56, 0.45) 0%, transparent 42%),
        radial-gradient(circle at 85% 75%, rgba(45, 106, 160, 0.5) 0%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgba(120, 60, 180, 0.25) 0%, transparent 55%),
        linear-gradient(135deg, #0c1222 0%, #1a2744 40%, #0f1a30 100%);
    z-index: 0;
}
body.landing-realestate .auth-vivid-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
}
body.landing-realestate .auth-vivid-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border-radius: 16px;
    padding: 2.75rem 2.25rem 2.25rem;
    box-shadow:
        0 24px 64px rgba(12, 18, 34, 0.28),
        0 0 0 1px rgba(26, 39, 68, 0.05);
}
body.landing-realestate .auth-vivid-card-wide {
    max-width: 520px;
}
body.landing-realestate .auth-vivid-header {
    text-align: center;
    padding-top: 1.5rem;
}
body.landing-realestate .auth-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin-bottom: 0;
}
body.landing-realestate .auth-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 0;
    transition: opacity 0.2s ease;
}
body.landing-realestate .auth-brand-logo:hover {
    opacity: 0.88;
}
body.landing-realestate .auth-brand-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 210px;
    max-height: 52px;
    object-fit: contain;
}
body.landing-realestate .auth-vivid-divider {
    width: 36px;
    height: 2px;
    margin: 1.15rem auto 1.15rem;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--re-accent) 0%, #d4a574 100%);
    opacity: 0.9;
}
body.landing-realestate .auth-vivid-heading h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--re-navy);
    margin: 0 0 0.4rem;
}
body.landing-realestate .auth-vivid-heading p {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}
body.landing-realestate .auth-vivid-header h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--re-navy);
    margin-bottom: 0.35rem;
}
body.landing-realestate .auth-vivid-header p {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0;
}
body.landing-realestate .auth-vivid-logo {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
    background: linear-gradient(135deg, var(--re-accent) 0%, #e07a52 50%, #2d6aa0 100%);
    box-shadow: 0 8px 24px rgba(184, 92, 56, 0.35);
}
body.landing-realestate .auth-back-link {
    position: absolute;
    top: 1.1rem;
    left: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #94a3b8;
    text-decoration: none;
    margin: 0;
    transition: color 0.2s ease;
    z-index: 2;
}
body.landing-realestate .auth-back-link:hover {
    color: var(--re-navy);
}
body.landing-realestate .auth-vivid-form .form-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--re-navy);
}
body.landing-realestate .auth-vivid-input {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
body.landing-realestate .auth-vivid-input:focus {
    border-color: var(--re-accent);
    box-shadow: 0 0 0 4px rgba(184, 92, 56, 0.15);
}
body.landing-realestate .auth-eye-btn {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #94a3b8;
    padding: 0.25rem 0.5rem;
}
body.landing-realestate .auth-eye-btn:hover {
    color: var(--re-accent);
}
body.landing-realestate .auth-vivid-btn {
    background: linear-gradient(135deg, var(--re-accent) 0%, #c96a42 100%) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 4px 14px rgba(184, 92, 56, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}
body.landing-realestate .auth-vivid-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(184, 92, 56, 0.5);
    color: #fff !important;
}
body.landing-realestate .auth-vivid-btn-outline {
    background: transparent !important;
    border: 2px solid var(--re-accent) !important;
    color: var(--re-accent) !important;
    border-radius: 12px;
    font-weight: 600;
    width: 100%;
}
body.landing-realestate .auth-vivid-btn-outline:hover {
    background: rgba(184, 92, 56, 0.08) !important;
    color: var(--re-accent) !important;
}
body.landing-realestate .auth-vivid-link,
body.landing-realestate .auth-vivid-footer-text a {
    color: var(--re-accent);
    text-decoration: none;
    font-weight: 500;
}
body.landing-realestate .auth-vivid-link:hover,
body.landing-realestate .auth-vivid-footer-text a:hover {
    color: var(--re-accent-hover);
    text-decoration: underline;
}
body.landing-realestate .auth-vivid-footer-text {
    color: #64748b;
    font-size: 0.9rem;
}
body.landing-realestate .auth-alert {
    border-radius: 12px;
    border: none;
    font-size: 0.9rem;
}
body.landing-realestate .registration-success-box .success-icon-wrap {
    font-size: 3.5rem;
    color: #22c55e;
    margin-bottom: 0.5rem;
    line-height: 1;
}
body.landing-realestate .registration-success-box h2 {
    font-family: 'DM Serif Display', serif;
    color: var(--re-navy);
}
body.landing-realestate .credential-box {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px dashed #cbd5e1;
    border-radius: 14px;
    padding: 1.25rem;
    text-align: left;
}
body.landing-realestate .credential-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}
body.landing-realestate .credential-row + .credential-row {
    border-top: 1px solid #e2e8f0;
    margin-top: 0.25rem;
    padding-top: 0.75rem;
}
body.landing-realestate .credential-label {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
}
body.landing-realestate .credential-value {
    font-family: ui-monospace, monospace;
    font-size: 1.1rem;
    color: var(--re-navy);
    letter-spacing: 0.02em;
}
@media (max-width: 480px) {
    body.landing-realestate .auth-vivid-card {
        padding: 1.75rem 1.25rem 1.5rem;
        border-radius: 16px;
    }
    body.landing-realestate .auth-back-link {
        position: static;
        justify-content: center;
        margin-bottom: 1rem;
    }
    body.landing-realestate .auth-vivid-header {
        padding-top: 0;
    }
    body.landing-realestate .auth-brand-logo img {
        max-width: 180px;
        max-height: 46px;
    }
    body.landing-realestate .credential-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}

/* ========== Plot view page (mobile-friendly) ========== */
body.landing-realestate .plot-view-page {
    overflow-x: hidden;
    padding-bottom: 1rem;
}

body.landing-realestate .plot-detail-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.35rem 0.75rem;
    margin-bottom: 0.75rem;
}

body.landing-realestate .plot-detail-label {
    flex: 0 0 auto;
    color: #6c757d;
    font-size: 0.9rem;
}

body.landing-realestate .plot-detail-value {
    flex: 1 1 8rem;
    min-width: 0;
    max-width: 100%;
    text-align: right;
    font-weight: 600;
    word-break: break-word;
    overflow-wrap: anywhere;
}

body.landing-realestate .plot-detail-value .badge {
    white-space: normal;
}

body.landing-realestate .plot-map-link {
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
}

body.landing-realestate .plot-location-text {
    font-weight: 500;
    color: #495057;
    font-size: 0.875rem;
}

body.landing-realestate .plot-sidebar-details {
    overflow: hidden;
}

body.landing-realestate .plot-mobile-actions {
    z-index: 1000;
}

body.landing-realestate .enquiry-form-sticky {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    body.landing-realestate .plot-view-page {
        padding-bottom: 5.5rem;
    }

    body.landing-realestate .enquiry-form-sticky {
        position: static;
        top: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    body.landing-realestate .plot-view-page {
        margin-top: 84px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.landing-realestate .gallery-main {
        height: 240px;
    }

    body.landing-realestate .property-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 1rem;
        gap: 0.75rem;
    }

    body.landing-realestate .highlight-value {
        font-size: 1.15rem;
    }

    body.landing-realestate .plot-detail-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
    }

    body.landing-realestate .plot-detail-value {
        text-align: left;
    }

    body.landing-realestate .enquiry-form-sticky {
        padding: 1.25rem;
    }

    body.landing-realestate .enquiry-form-sticky .btn-lg {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }

    body.landing-realestate .hero-title,
    body.landing-realestate .hero-subtitle,
    body.landing-realestate .hero-tagline {
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    }

    body.landing-realestate .hero-subtitle {
        color: #f0fdf4 !important;
        font-size: 1rem;
        line-height: 1.6;
    }

    body.landing-realestate .platform-intro-text,
    body.landing-realestate .platform-card-text {
        color: rgba(232, 240, 236, 0.9) !important;
        line-height: 1.8;
        font-size: 0.98rem;
    }

    body.landing-realestate .landing-module-card.landing-module-corporate {
        border-radius: 4px;
    }

    body.landing-realestate .platform-logo-band {
        padding: 1.5rem 1.25rem;
    }

    body.landing-realestate .platform-module-body,
    body.landing-realestate .platform-card {
        padding: 1.5rem 1.25rem 1.75rem;
    }

    body.landing-realestate .platform-card-vision {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    body.landing-realestate .achiever-features-section {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    body.landing-realestate .achiever-feature-body {
        padding: 1.35rem 1.25rem 1rem;
    }

    body.landing-realestate .achiever-feature-empty {
        padding: 0 1.25rem 1.25rem;
    }

    body.landing-realestate .achiever-members-grid {
        padding: 1rem 1.25rem 1.25rem;
    }

    body.landing-realestate .achiever-feature-icon-wrap {
        height: 110px;
        font-size: 2.75rem;
    }

    body.landing-realestate .section-title h2 {
        font-size: 1.65rem;
    }

    body.landing-realestate .hero-search {
        padding: 1rem;
        border-radius: 16px;
    }

    body.landing-realestate .hero-section.landing-welcome {
        min-height: auto;
        max-height: none;
        padding-bottom: 2rem;
    }
}

/* ---- Premium greenery: property cards & sections ---- */
body.landing-realestate .property-card,
body.landing-realestate .featured-properties .card {
    border: 1px solid rgba(82, 183, 136, 0.15);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--re-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.landing-realestate .property-card:hover,
body.landing-realestate .featured-properties .card:hover {
    transform: translateY(-6px);
    box-shadow: var(--re-shadow-lg);
    border-color: rgba(82, 183, 136, 0.3);
}

body.landing-realestate .why-choose-us .feature-card,
body.landing-realestate .feature-box {
    background: var(--re-paper);
    border: 1px solid var(--re-border);
    border-radius: 16px;
    box-shadow: var(--re-shadow);
    transition: border-color 0.25s, box-shadow 0.25s;
}

body.landing-realestate .why-choose-us .feature-card:hover,
body.landing-realestate .feature-box:hover {
    border-color: rgba(82, 183, 136, 0.35);
    box-shadow: 0 12px 36px rgba(27, 67, 50, 0.1);
}

body.landing-realestate .company-gold-btn,
body.landing-realestate .btn-primary {
    background: linear-gradient(135deg, var(--re-green-light) 0%, var(--re-green) 100%) !important;
    border: none !important;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(45, 106, 79, 0.25);
}

body.landing-realestate .company-gold-btn:hover,
body.landing-realestate .btn-primary:hover {
    background: linear-gradient(135deg, var(--re-green) 0%, var(--re-navy-soft) 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(45, 106, 79, 0.3);
}
