/* ===============================
   LOTTERY CHARITY PAGE – PREMIUM STYLES
================================ */

:root {
    --lottery-charity-primary: #f5c542;
    --lottery-charity-success: #16a34a;
    --lottery-charity-dark: #111827;
    --lottery-charity-grey: #6b7280;
    --lottery-charity-light: #f9fafb;
    --lottery-charity-white: #ffffff;
}

/* PAGE WRAPPER */
.lottery-charity-page {
    background: var(--lottery-charity-light);
    padding: 120px 0 0;
    font-family: 'Inter', sans-serif;
}

/* CONTAINER */
.lottery-charity-container {
    max-width: 80vw;
    margin: 0 auto;
}

/* ================= HERO ================= */
.lottery-charity-hero {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('https://en.gaonconnection.com/wp-content/uploads/2024/05/Oral-cancer.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 0;
    margin-top: -120px;
    color: var(--lottery-charity-white);
    border-bottom: 8px solid var(--lottery-charity-primary);
}

/* BADGE */
.lottery-charity-badge {
    background: rgba(245, 197, 66, 0.12);
    color: var(--lottery-charity-primary);
    padding: 10px 26px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(245, 197, 66, 0.25);
}

/* TITLES */
.lottery-charity-title {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -2px;
}

.lottery-charity-title-accent {
    color: var(--lottery-charity-primary);
    position: relative;
    z-index: 1;
}

.lottery-charity-title-accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 12px;
    background: rgba(245, 197, 66, 0.4);
    z-index: -1;
}

/* LEAD TEXT */
.lottery-charity-lead {
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 820px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
}

/* PRIMARY BUTTON */
.lottery-charity-btn-primary {
    background: var(--lottery-charity-primary);
    color: #000;
    padding: 18px 48px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.lottery-charity-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(245, 197, 66, 0.4);
    color: #000;
}

/* ================= HOW IT WORKS ================= */
/*.col-lg-4 {*/

/*    margin-top: -5vh;*/

/*}*/

.lottery-charity-step-card {
    background: #fff;
    border-radius: 32px;

    padding: 42px;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
}


.lottery-charity-step-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1);
}

.lottery-charity-step-icon {
    width: 70px;
    height: 70px;
    background: var(--lottery-charity-light);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.lottery-charity-step-card:hover .lottery-charity-step-icon {
    background: var(--lottery-charity-primary);
    transform: scale(1.1);
}

.lottery-charity-step-card h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--lottery-charity-dark);
    margin-bottom: 15px;
}

/* ================= IMPACT ================= */
.lottery-charity-impact-label {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--lottery-charity-primary);
    text-transform: uppercase;
}

.lottery-charity-impact-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--lottery-charity-dark);
}

.lottery-charity-impact-text {
    font-size: 1.1rem;
    color: var(--lottery-charity-grey);
}

/* IMPACT CARD */
.main-row {
    margin-top: 2vh;
}

.lottery-charity-impact-card {
    background: linear-gradient(145deg, #111827, #1f2937);
    color: #fff;
    padding: 60px;
    border-radius: 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.lottery-charity-impact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lottery-charity-impact-list li {
    font-size: 1.15rem;
    padding: 16px 0;
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lottery-charity-impact-list li:last-child {
    border-bottom: none;
}

.lottery-charity-check {
    width: 28px;
    height: 28px;
    background: var(--lottery-charity-success);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ================= QUOTE ================= */
.lottery-charity-quote-section {
    background: #fff;
    padding: 80px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.lottery-charity-quote {
    position: relative;
    max-width: 900px;
}

.lottery-charity-quote-symbol {
    position: absolute;
    top: -40px;
    left: -20px;
    font-size: 120px;
    opacity: 0.08;
    color: var(--lottery-charity-primary);
}

.lottery-charity-quote-text {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--lottery-charity-dark);
}

.lottery-charity-quote-author {
    margin-top: 30px;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--lottery-charity-grey);
}

/* ================= FINAL CTA ================= */
.lottery-charity-final-cta {
    background: var(--lottery-charity-dark);
    padding: 100px 40px;
    color: #fff;
    text-align: center;
}

.lottery-charity-container .title_donation {
    color: #fff
}

.lottery-charity-btn-lucky {
    background: var(--lottery-charity-primary);
    color: #000;
    padding: 22px 60px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 1.2rem;
    transition: all 0.4s ease;
    display: inline-block;
}

.lottery-charity-btn-lucky:hover {
    transform: scale(1.05);
    box-shadow: 0 30px 60px rgba(245, 197, 66, 0.5);
    color: #000;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .lottery-charity-title {
        font-size: 3.5rem;
    }

    .lottery-charity-impact-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .lottery-charity-title {
        font-size: 2.6rem;
    }

    .lottery-charity-quote-text {
        font-size: 1.5rem;
    }

    .lottery-charity-impact-card {
        padding: 30px;
    }

    .lottery-charity-final-cta {
        padding: 60px 20px;
    }
}