/* ============================================================
   PHOENIX CAPITAL SOLUTIONS — NEW HOMEPAGE
   new_homepage.css  (replaces existing file)
   ============================================================ */

/* ── 1. HERO ──────────────────────────────────────────────── */
section.hp_hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0a0a0a;

    .hp_hero__video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .hp_hero__overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(10, 10, 10, 0.55) 0%,
            rgba(10, 10, 10, 0.35) 60%,
            rgba(10, 10, 10, 0.80) 100%
        );
        z-index: 2;
    }

    .wrapper {
        position: relative;
        z-index: 3;
        width: 100%;
    }

    .hp_hero__content {
        max-width: 820px;
        margin: 0 auto;
        text-align: center;
        padding: 120px 20px;
    }

    .hp_hero__eyebrow {
        font-family: 'Instrument Sans', sans-serif;
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.55);
        margin-bottom: 24px;
    }

    .hp_hero__title {
        font-family: 'Gilroy', sans-serif;
        font-weight: 800;
        font-size: clamp(2.8rem, 6vw, 5rem);
        line-height: 1.05;
        color: #c59b32;
        margin-bottom: 28px;
        letter-spacing: -1px;
    }

    .hp_hero__desc {
        p {
            color: rgba(255, 255, 255, 0.70);
            font-size: 1.05rem;
            line-height: 1.7;
            margin-bottom: 36px;
        }
    }

    .hp_hero__btn {
        display: inline-block;
        padding: 16px 32px;
        background-color: #c59b32;
        color: #000;
        font-family: 'Instrument Sans', sans-serif;
        font-weight: 700;
        font-size: 0.9rem;
        letter-spacing: 0.5px;
        border: 1px solid #c59b32;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        text-decoration: none;
        transition: background-color 0.3s ease, color 0.3s ease;

        &:hover {
            background-color: transparent;
            color: #c59b32;
        }
    }

    @media (max-width: 767px) {
        .hp_hero__content {
            padding: 100px 16px 80px;
        }
    }
}

/* ── 2. WHAT WE DO ────────────────────────────────────────── */
section.hp_what_we_do {
    background-color: rgb(20, 20, 21);
    position: relative;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        top: -200px;
        left: 50%;
        transform: translateX(-50%);
        width: 800px;
        height: 400px;
        background: radial-gradient(ellipse, rgba(197, 155, 50, 0.05) 0%, transparent 70%);
        pointer-events: none;
    }

    .hp_what_we_do__title {
        font-family: 'Gilroy', sans-serif;
        font-weight: 800;
        font-size: clamp(2rem, 4vw, 2.8rem);
        color: #ffffff;
        line-height: 1.1;
        margin-bottom: 0;
        position: relative;
        padding-bottom: 24px;

        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 48px;
            height: 2px;
            background-color: #c59b32;
        }
    }

    .hp_what_we_do__body {
        p {
            color: rgba(255, 255, 255, 0.65);
            font-size: 1rem;
            line-height: 1.8;
            margin-bottom: 0;
        }
    }

    @media (max-width: 991px) {
        .hp_what_we_do__title {
            margin-bottom: 32px;

            &::after {
                bottom: 0;
            }
        }
    }
}

/* ── 3. SIX PROGRAMS ──────────────────────────────────────── */
section.hp_programs {
    background-color: rgb(15, 15, 16);
    position: relative;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        top: -200px;
        left: 50%;
        transform: translateX(-50%);
        width: 900px;
        height: 500px;
        background: radial-gradient(ellipse, rgba(197, 155, 50, 0.06) 0%, transparent 70%);
        pointer-events: none;
    }

    .hp_programs__header {
        margin-bottom: 48px;
    }

    .hp_programs__eyebrow {
        font-family: 'Instrument Sans', sans-serif;
        font-size: 0.70rem;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #c59b32;
        margin-bottom: 14px;
    }

    .hp_programs__title {
        font-family: 'Gilroy', sans-serif;
        font-weight: 800;
        font-size: clamp(1.8rem, 3.5vw, 2.5rem);
        color: #ffffff;
        margin-bottom: 0;
        line-height: 1.15;
    }

}

/* Program Card */
.hp_program_card {
    display: block;
    text-decoration: none;
    height: 100%;
	width: 100%;

    .hp_program_card__inner {
        background-color: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(197, 155, 50, 0.20);
        border-radius: 12px;
        -webkit-border-radius: 12px;
        padding: 32px 28px 28px;
        height: 100%;
        position: relative;
        overflow: hidden;
        transition: border-color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;

        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, #c59b32, transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        &::after {
            content: '';
            position: absolute;
            bottom: -40px;
            right: -40px;
            width: 120px;
            height: 120px;
            background: radial-gradient(circle, rgba(197, 155, 50, 0.06) 0%, transparent 70%);
            pointer-events: none;
        }
    }

    &:hover .hp_program_card__inner {
        border-color: rgba(197, 155, 50, 0.50);
        background-color: rgba(197, 155, 50, 0.04);
        transform: translateY(-4px);
    }

    &:hover .hp_program_card__inner::before {
        opacity: 1;
    }

    .hp_program_card__name {
        font-family: 'Gilroy', sans-serif;
        font-weight: 800;
        font-size: 1.6rem;
        color: #c59b32;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
        line-height: 1;
    }

    .hp_program_card__desc {
        color: rgba(255, 255, 255, 0.55);
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .hp_program_card__cta {
        display: inline-block;
        font-family: 'Instrument Sans', sans-serif;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #c59b32;
        transition: letter-spacing 0.3s ease;
    }

    &:hover .hp_program_card__cta {
        letter-spacing: 2.5px;
    }

    @media (max-width: 767px) {
        .hp_program_card__inner {
            padding: 24px 20px 20px;
        }
    }
}

/* ── 4. ABOUT ─────────────────────────────────────────────── */
section.hp_about {
    background-color: rgb(23, 22, 20);
    position: relative;
    overflow: hidden;

    &::before {
        content: '';
        position: absolute;
        top: -200px;
        left: 50%;
        transform: translateX(-50%);
        width: 800px;
        height: 400px;
        background: radial-gradient(ellipse, rgba(197, 155, 50, 0.06) 0%, transparent 70%);
        pointer-events: none;
    }

    .hp_about__divider {
        width: 40px;
        height: 2px;
        background-color: #c59b32;
        margin: 0 auto 28px;
    }

    .hp_about__title {
        font-family: 'Gilroy', sans-serif;
        font-weight: 800;
        font-size: clamp(1.8rem, 3.5vw, 2.5rem);
        color: #ffffff;
        margin-bottom: 28px;
        line-height: 1.15;
    }

    .hp_about__body {
        p {
            color: rgba(255, 255, 255, 0.65);
            font-size: 1rem;
            line-height: 1.8;
            margin-bottom: 1rem;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}

/* ── 5. STAY INFORMED ─────────────────────────────────────── */
section.hp_stay_informed {
    background: linear-gradient(
            rgba(10, 10, 10, 0.88) 0%,
            rgba(10, 10, 10, 0.92) 100%
        ),
        url('../../assets/img/gift/poly-bg.jpg') no-repeat center center / cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    text-align: center;

    &::before {
        content: '';
        position: absolute;
        top: -200px;
        left: 50%;
        transform: translateX(-50%);
        width: 800px;
        height: 400px;
        background: radial-gradient(ellipse, rgba(197, 155, 50, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .hp_stay_informed__title {
        font-family: 'Gilroy', sans-serif;
        font-weight: 800;
        font-size: clamp(1.8rem, 3.5vw, 2.6rem);
        color: #ffffff;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .hp_stay_informed__desc {
        p {
            color: rgba(255, 255, 255, 0.60);
            font-size: 1rem;
            line-height: 1.75;
            margin-bottom: 32px;
            max-width: 560px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .hp_stay_informed__btn {
        display: inline-block;
        padding: 16px 40px;
        font-size: 0.95rem;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
}