/* ==========================================================================
   BANDEAU CENTRAL COMPATIBLE STYLE ORANGE (FOND BLANC)
   ========================================================================== */
.hero_wrapper {
    background-color: #ffffff; /* Fond blanc impeccable */
    color: #000000;            /* Texte intégralement noir */
    padding: 100px 0;          /* Très grand espace vertical pour aérer */
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.hero_container {
    max-width: 1200px;         /* Aligné sur la grille de tes autres pages */
    margin: 0 auto;
    padding: 0 40px;           /* Marge interne à gauche et à droite */
    display: flex;
    flex-direction: column;
    gap: 16px;                 /* Ajuste l'espace entre le titre et la phrase */
}

/* Style du titre principal "Sync Technology" */
.hero_title h1 {
    font-size: 64px;           /* Très grand comme sur le modèle */
    font-weight: 800;          /* Épaisseur maximale */
    letter-spacing: -2px;      /* Rapproche légèrement les lettres pour un effet moderne */
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

/* Optionnel : Si tu veux mettre "Sync Technology" en orange comme la marque */
.hero_title h1 {
    color: #20bcec;            /* Couleur phare du style Orange */
}

/* Style de la phrase d'accroche */
.hero_text {
    font-size: 28px;           /* Texte imposant */
    font-weight: 700;          /* Reste bien gras */
    line-height: 1.4;
    color: black;
    max-width: 800px;          /* Limite la largeur pour éviter que la phrase s'étale trop sur grand écran */
      text-align: right;
}

/* ==========================================================================
   SECTION DES ENGAGEMENTS (CARTES)
   ========================================================================== */
.engagements_wrapper {
    background-color: #030712; /* Fond sombre pour trancher avec le bandeau blanc */
    color: #ffffff;
    padding: 100px 0;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.engagements_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Titre de la section */
.engagements_container h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 48px;
    position: relative;
}

/* Grille contenant les 4 cartes */
.engagements_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

/* Style de base d'une carte */
.engagement_card {
    background-color: #0b1329; /* Fond de carte légèrement bleuté/sombre */
    border: 1px solid #1e293b;
    border-radius: 16px;
    padding: 40px 30px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.engagement_card:hover {
    transform: translateY(-5px);
    border-color: rgba(32, 188, 236, 0.4); /* Lueur de ta couleur bleue au survol */
}

/* Icône dans la carte */
.card_icon {
    font-size: 32px;
    color: #20bcec; /* Ta couleur principale */
    margin-bottom: 24px;
}

/* Titre de la carte */
.engagement_card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px 0;
    letter-spacing: -0.5px;
}

/* Description de la carte */
.engagement_card p {
    font-size: 14px;
    color: #94a3b8; /* Texte atténué pour une lecture confortable */
    line-height: 1.6;
    margin: 0;
}

/* Mise en avant spécifique pour la Recherche Médicale */
.card_highlight {
    background: linear-gradient(135deg, #0b1329 0%, rgba(32, 188, 236, 0.05) 100%);
    border-color: rgba(32, 188, 236, 0.2);
}

/* ==========================================================================
   SECTION FORMULAIRE DE DON (DONS_WRAPPER)
   ========================================================================== */
.dons_wrapper {
    background-color: #030712; /* Reste sur la continuité sombre */
    color: #ffffff;
    padding: 100px 0;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    border-top: 1px solid #1e293b;
}

.dons_container {
    max-width: 800px; /* Plus serré pour que le formulaire soit centré et lisible */
    margin: 0 auto;
    padding: 0 40px;
}

/* Titre & Sous-titre */
.dons_container h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 12px;
    text-align: center;
}

.dons_subtitle {
    font-size: 15px;
    color: #94a3b8;
    text-align: center;
    margin-bottom: 48px;
    line-height: 1.5;
}

/* Structure du Formulaire */
.dons_form {
    background-color: #0b1329; /* Même fond que les cartes d'engagement */
    border: 1px solid #1e293b;
    border-radius: 24px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Ligne à deux colonnes (Nom et Email) */
.form_row {
    display: flex;
    gap: 24px;
}

.form_group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Labels des champs */
.form_group label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 0.5px;
}

/* Inputs, Sélecteurs et Textarea */
.form_group input,
.form_group select,
.form_group textarea {
    background-color: #030712; /* Fond plus sombre à l'intérieur */
    border: 1px solid #1e293b;
    color: #ffffff;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Style spécifique pour le champ de sélection (Dropdown) */
.form_group select {
    cursor: pointer;
    appearance: none; /* Nettoie le design par défaut des navigateurs */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    padding-right: 40px;
}

.form_group select option {
    background-color: #0b1329;
}

/* Focus sur les éléments du formulaire */
.form_group input:focus,
.form_group select:focus,
.form_group textarea:focus {
    outline: none;
    border-color: #20bcec; /* Accentuation avec ton bleu */
    box-shadow: 0 0 0 3px rgba(32, 188, 236, 0.15);
}

/* Bouton d'envoi */
.btn_submit {
    background-color: #20bcec; /* Ton bleu phare */
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    margin-top: 12px;
}

.btn_submit:hover {
    background-color: #17a2cd;
    box-shadow: 0 4px 20px rgba(32, 188, 236, 0.3);
}

/* ==========================================================================
   RESPONSIVE DESIGN (MOBILE & TABLETTE)
   ========================================================================== */
@media (max-width: 768px) {
    .hero_wrapper {
        padding: 60px 0;       /* On réduit légèrement la hauteur sur mobile */
    }
    
    .hero_title h1 {
        font-size: 40px;       /* Évite que le titre dépasse de l'écran */
        letter-spacing: -1px;
    }
    
    .hero_text {
        font-size: 20px;       /* Texte plus adapté aux smartphones */
    }

    .engagements_wrapper {
        padding: 60px 0;
    }
    
    .engagements_container h2 {
        font-size: 28px;
        margin-bottom: 32px;
    }
    
    .engagement_card {
        padding: 30px 24px;
    }

    .dons_wrapper {
        padding: 60px 0;
    }

    .dons_container {
        padding: 0 20px;
    }

    .dons_container h2 {
        font-size: 26px;
    }

    .dons_form {
        padding: 24px;
        gap: 16px;
    }

    .form_row {
        flex-direction: column;
        gap: 16px;
    }
}