﻿/* ================================================================
   Index Page – Specific Styles
   ================================================================ */

/* ?? Hero ??????????????????????????????????????????????????????? */
.idx-hero-bg      { z-index: 0; }
.idx-hero-content { z-index: 1; }
.idx-hero-desc    { max-width: 38rem; line-height: 1.8; }

/* ?? Residences Section ????????????????????????????????????????? */
.idx-residences { background-color: rgba(228, 226, 222, 0.35); }

/* ?? Card Image Hover ??????????????????????????????????????????? */
.idx-card-img { transition: transform 0.65s ease; }

/* ?? Card Spec List ????????????????????????????????????????????? */
.idx-card-spec { font-size: 0.72rem; }
.idx-card-link { font-size: 0.68rem; font-weight: 700; }

/* ?? Amenities Inset Card ??????????????????????????????????????? */
.idx-amenities-inset {
    bottom: -3rem;
    right: -3rem;
    background: #fff;
    padding: 2rem;
    max-width: 22rem;
    border: 1px solid rgba(196, 198, 204, 0.1);
}

/* ?? Amenities Link ????????????????????????????????????????????? */
.idx-amenities-link {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

/* 🏠 CTA Form ⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹ */
.idx-cta-form { max-width: 28rem; margin: 0 auto; }

/* 🏅 Exclusive Amenities ⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹⟹ */
.idx-amenity-card {
    background: #fff;
    border-radius: 4px;
    padding: 1.75rem 1rem;
    text-align: center;
    border: 1px solid var(--dt-surface-variant);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .idx-amenity-card:hover {
        transform: translateY(-4px);
        border-color: var(--dt-secondary);
        box-shadow: 0 12px 32px rgba(7, 21, 37, 0.08);
    }

    .idx-amenity-card i.fas {
        color: var(--dt-secondary);
        font-size: 2.2rem;
        display: block;
        margin-bottom: 0.75rem;
    }

.idx-amenity-label {
    font-size: 0.68rem;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--dt-primary);
}
