@charset "UTF-8";

/*!
 * Home css - 1.1.1
 * Copyright (c) 2025 2A Digital <info@2adigital.site> and another company
*/

/* General */

.hs-title-h2 {
    font-weight: 800;
}

/*  ===========================
*   ======== 1. Hero section ========
*/

.hero {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(237, 205, 77, 0.082) 0%, transparent 40%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

/*=============================
        Blur
==============================*/
.hero-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: 0;
}

.hero-blur-1 {
    width: 420px;
    height: 420px;
    background: var(--primary);
    opacity: .08;
    top: -120px;
    right: -80px;
}

.hero-blur-2 {
    width: 300px;
    height: 300px;
    background: var(--primary-dark);
    opacity: .08;
    left: -120px;
    bottom: -80px;
}

/*=============================
        Content
==============================*/

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 30px;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
}

.hero-description {
    font-size: 1.15rem;
    color: #5b5c5b;
    max-width: 600px;
}

/*=============================
        Image Card
==============================*/
.hero-image-card {
    background: rgb(255, 253, 245);
    backdrop-filter: blur(18px);
    padding: 10px;
    border-radius: 20px;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, .08);
    transform: rotate(-2deg);
    transition: .5s;
}

.hero-image-card:hover {
    transform:
        rotate(0deg) translateY(-10px);
}

.hero-image-card img {
    border-radius: 20px;
}

/*=============================
        Responsive
==============================*/
@media(max-width:991px) {

    .hero {
        padding-top: 120px;
        text-align: center;
    }

    .hero-description {
        margin: auto;
    }

    .hero-image-card {
        margin: auto;
        max-width: 500px;
        transform: none;
    }

}

@media(max-width:576px) {
    .hero {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero h3 {
        font-size: 1.6rem;
    }

}

/*  ===========================
*   ======== 2. About section ========
*/
#about {
    position: relative;
    overflow: hidden;
}

#about::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    right: -120px;
    top: -80px;

    background: var(--primary);
    opacity: .05;
    border-radius: 50%;
    filter: blur(120px);
}

.about-title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
}

.section-text {
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--dark-gray);
}

/*========================*/

.stat-card {
    background: var(--light);
    border: 1px solid var(--beige);
    border-radius: 24px;
    padding: 35px;
    height: 100%;
    transition: .35s;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .04);
}

.stat-card:hover {
    transform: translateY(-8px);
}

.stat-card h3 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 10px;
}

.stat-card p {
    color: #64748b;
    margin: 0;
}

/* grandes cartes */
.stat-big {
    min-height: 220px;
}

.stat-small {
    min-height: 170px;
}


:root {
    --primary: #00913e;
    --primary-dark: #00421d;
}

/* SECTION */
.why-section {

    background: #f7faf8;

    position: relative;

    overflow: hidden;

}

/* halo vert premium */
.why-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle,
            rgba(255, 250, 178, 0.14),
            transparent 60%);
    top: -220px;
    right: -180px;
    filter: blur(70px);
    z-index: 0;
}

.why-section .container {
    position: relative;
    z-index: 2;
}

.why-subtitle {
    max-width: 650px;
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.8;
}

.why-card {
    background: rgba(255, 255, 255, .80);
    border: 1px solid var(--beige);
    border-radius: 22px;
    padding: 28px;
    height: 100%;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: all .35s ease;
    cursor: default;

}

/* hover premium vert */
.why-card:hover {
    transform: translateY(-8px);
}

/* ICON */
.why-card .icon {
    font-size: 1.8rem;
    margin-bottom: 12px;
    display: inline-block;
    transition: .3s;
}

.why-card:hover .icon {
    transform: scale(1.12);
}

/* TITRE */
.why-card .title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
}

/* TEXTE */
.why-card p {
    color: #64748b;
    font-size: .98rem;
    line-height: 1.7;
}

:root {
    --primary: #00913e;
    --primary-dark: #00421d;
}

/* SECTION */
.program-section {
    position: relative;
    overflow: hidden;
}

.program-section .container {
    position: relative;
    z-index: 2;
}

.program-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.program-title span {
    color: var(--primary);
}

.program-subtitle {
    max-width: 650px;
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.8;
}

/* ===== TIMELINE ===== */
.program-section {
    background: #fff;
}

.roadmap {
    position: relative;
    margin-top: 80px;
}

.roadmap-line {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    height: 2px;
    background: #dce8df;
}

.roadmap-item {
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.roadmap-dot {
    width: 22px;
    height: 22px;
    background: var(--primary);
    border-radius: 50%;
    margin: 0 auto 30px;
    border: 6px solid #edf8f1;
    position: relative;
    z-index: 2;
    transition: .35s;
}

.roadmap-item:hover .roadmap-dot {
    transform: scale(1.25);
}

.roadmap-date {
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 15px;
    text-transform: uppercase;

}

.roadmap-item .title {
    font-weight: 700;
    margin-bottom: 15px;
}

.roadmap-item p {
    color: #64748b;
    line-height: 1.7;
}

@media(max-width:991px) {
    .roadmap-line {
        display: none;
    }

    .roadmap-item {
        padding-left: 60px;
        text-align: left;
    }

    .roadmap-dot {
        position: absolute;
        left: 0;
        margin: 0;
    }
}

/* SECTION Prix */
.prizes-section {
    background: #f7faf8;
}

/* IMAGE */
.prizes-image img {
    box-shadow: 0 30px 80px rgba(0, 0, 0, .08);
    border-radius: 24px;
    transition: .4s ease;
}

/* TITLE */

/* SUBTITLE */
.prizes-subtitle {
    color: #64748b;
    line-height: 1.8;
    max-width: 600px;
}

/* SECTORS */
.prize-sectors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sector {
    background: #ffffff0a;
    border: 1px solid rgba(0, 145, 62, .15);
    padding: 10px 14px;
    border-radius: 5px;
    font-weight: 600;
    font-size: .9rem;
    color: #0f172a;
    transition: .3s;
}

.sector:hover {
    border-color: rgba(0, 145, 62, .4);
    color: var(--primary);
}

/* REWARDS BOX */
.reward-box {
    background: rgba(255, 255, 255, 0.222);
    border: 1px solid rgba(0, 145, 62, .12);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

/* ITEM */
.reward-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-radius: 14px;
    transition: .3s;
}

.reward-item:hover {
    background: rgba(0, 145, 62, .06);
}

.reward-item h5 {
    margin: 0;
    font-weight: 700;
}

.reward-item p {
    margin: 0;
    font-weight: 800;
    color: var(--primary);
    font-size: 1.1rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .prize-sectors {
        justify-content: flex-start;
    }
}