/* Hero Section Styles */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 60px;
    overflow: hidden;
    background-color: #f8faf6;
    z-index: 0;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://res.cloudinary.com/dzdinuw5d/image/upload/v1754036192/front-2_ggpeur.png') no-repeat center center/cover;
    z-index: -1;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.325), rgba(255, 255, 255, 0.615), transparent);
    z-index: -1;
}

.hero-content {
    max-width: 1000px;
    width: 100%;
    padding: 3rem;
    animation: fadeInUp 1.3s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 245, 240, 0.96));
    padding: 0.5rem 1.2rem;
    border-radius: 2rem;
    color: #2a2a2a;
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid rgba(47, 123, 62, 0.3);
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    animation: glow 2.8s ease-in-out infinite;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
}

.badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(47, 123, 62, 0.25);
}

.badge-icon {
    color: #2f7b3e;
    font-size: 1rem;
}

.welcome-message {
    font-size: 4rem;
    font-weight: bold;
    color: #111;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    animation: slideInDown 1.4s ease-out;
    margin-bottom: 0.5rem;
    text-shadow:
        2px 2px 6px rgba(0, 0, 0, 0.35),
        0 0 8px rgba(255, 255, 255, 0.4);
}

.welcome-message span {
    font-family: 'Great Vibes', cursive;
    font-size: 4.8rem;
    color: #2f7b3e;
    display: block;
    margin-top: 0.2em;
    text-shadow:
        2px 2px 5px rgba(0, 0, 0, 0.35),
        0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
}



.description {
    margin: 1.5rem 0;
    font-size: 1.25rem;
    color: #222222; 
    max-width: 700px;
    line-height: 1.9;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    animation: fadeInUp 1.5s ease-out 0.3s;
    animation-fill-mode: both;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.04em;
    text-transform: none;
}



.cta {
    margin-top: 2rem;
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    padding: 0.7rem 2rem;
    font-size: 1rem;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.btn:hover::before {
    left: 100%;
}

.btn.primary {
    background: linear-gradient(135deg, #2f7b3e, #1a4a2b);
    color: white;
    box-shadow: 0 4px 12px rgba(47, 123, 62, 0.2);
    text-decoration: none;
}

.btn.primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(47, 123, 62, 0.3);
}

.btn.secondary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.95));
    border: 1px solid rgba(47, 123, 62, 0.4);
    color: #2f7b3e;
    box-shadow: 0 4px 12px rgba(47, 123, 62, 0.1);
    text-decoration: none;
}

.btn.secondary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(47, 123, 62, 0.2);
}

.btn-icon {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.btn:hover .btn-icon {
    transform: translateX(6px);
}
.stats {
    display: flex;
    gap: 3rem;
    margin-top: 5rem;
    font-family: 'Roboto', sans-serif;
    justify-content: center;
    color: #2a2a2a;
}

.stat {
    text-align: center;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.stat-icon {
    font-size: 1.6rem;
    color: #2f7b3e;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.stat:hover .stat-icon {
    color: #1a4a2b;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2f7b3e;
    text-shadow: 1.5px 1.5px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    line-height: 1.1;
}

.stat div:last-child {
    font-size: 1rem;
    font-weight: 500;
    color: #385635;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}


/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes subtleZoom {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 6px rgba(47, 123, 62, 0.25);
    }
    50% {
        box-shadow: 0 0 14px rgba(47, 123, 62, 0.35);
    }
}
