/* =============================================
   DISCLOSURE PAGE — disclosure.css
   ============================================= */

body {
    background: rgb(27, 28, 29) !important;
}

/* =============================================
   HERO
   ============================================= */
section.disclosure_hero {
    padding: 120px 0 80px;
    background: linear-gradient(to bottom, rgb(18, 18, 20), rgb(27, 28, 29));

    .section_label {
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #c59b32;
        margin-bottom: 16px;
    }

    h1 {
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 700;
        margin-bottom: 24px;
    }

    .hero_description {
        color: rgba(255, 255, 255, 0.65);
        font-size: 1rem;
        line-height: 1.8;
        max-width: 680px;
        margin: 0 auto;
    }
}

/* =============================================
   PROGRAM DISCLOSURE CARDS
   ============================================= */
section.disclosure_programs {
    padding: 80px 0 100px;

    .disclosure_card {
        border: 1px solid rgba(197, 155, 50, 0.15);
        border-left: 3px solid #c59b32;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.02);
        padding: 36px 40px;

        .disclosure_program_tag {
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #c59b32;
            margin-bottom: 10px;
        }

        .disclosure_program_title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 16px;
        }

        .disclosure_body {
            color: rgba(255, 255, 255, 0.5);
            font-size: 0.875rem;
            line-height: 1.8;
            margin-bottom: 0;
        }
    }

    .disclosure_general {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 40px;

        .disclosure_general_text {
            color: rgba(255, 255, 255, 0.3);
            font-size: 0.8rem;
            line-height: 1.8;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }
    }
}
