/* =============================================
   DARLING BODY - CONTACT.CSS
   Page Contact avec formulaire WhatsApp
============================================= */

/* === RESET & BASE === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #2D2D2D;
    line-height: 1.6;
    background: #FFFFFF;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

/* === TYPOGRAPHY === */
h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.2;
}

/* === CONTAINER === */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* === BUTTONS === */
.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background: #1F1F1F;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #1F1F1F;
}

.btn-primary:hover {
    background: #FF1493;
    color: #FFFFFF;
    transform: translateY(-2px);
    border-color: #FF1493;
}

.btn-submit {
    width: 100%;
    padding: 18px;
    background: #25D366;
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
}

.btn-submit:hover {
    background: #20BA5A;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

/* =============================================
   HEADER / NAVIGATION
============================================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 0;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1F1F1F;
}

.logo a {
    color: inherit;
}

.nav-menu {
    display: flex;
    gap: 40px;
}

.nav-link {
    font-weight: 500;
    color: #6B6B6B;
    font-size: 0.95rem;
    position: relative;
}

.nav-link:hover {
    color: #FF1493;
}

.nav-link.active {
    color: #1F1F1F;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1F1F1F;
}

/* =============================================
   HERO SECTION
============================================= */
.hero {
    padding-top: 140px;
    padding-bottom: 60px;
    background: linear-gradient(135deg, #FFD6E8 0%, #FEFAF9 100%);
    text-align: center;
}

.hero-title {
    font-size: 3.5rem;
    color: #1F1F1F;
    margin-bottom: 16px;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #6B6B6B;
    max-width: 600px;
    margin: 0 auto;
}

/* =============================================
   CONTACT SECTION
============================================= */
.contact-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 80px;
}

/* === FORMULAIRE === */
.contact-form-wrapper {
    background: #FFFFFF;
}

.form-title {
    font-size: 2.2rem;
    color: #1F1F1F;
    margin-bottom: 12px;
}

.form-subtitle {
    font-size: 1rem;
    color: #6B6B6B;
    margin-bottom: 40px;
}

.contact-form {
    background: linear-gradient(135deg, #FFD6E8 0%, #FEFAF9 100%);
    padding: 40px;
    border-radius: 20px;
}

.form-group {
    margin-bottom: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #2D2D2D;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #FFFFFF;
}

/* === SELECT / LISTE DÉROULANTE === */
.form-group select,
select {
    width: 100%;
    padding: 14px 45px 14px 18px; /* Espace pour la flèche */
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    color: #1F1F1F; /* Texte noir au lieu de bleu */
    cursor: pointer;
    appearance: none; /* Retire le style par défaut du navigateur */
    -webkit-appearance: none; /* Pour Safari */
    -moz-appearance: none; /* Pour Firefox */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231F1F1F' d='M1.41 0L6 4.59L10.59 0L12 1.41l-6 6l-6-6z'/%3E%3C/svg%3E"); /* Flèche noire personnalisée */
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.form-group select:hover,
select:hover {
    border-color: #FF1493; /* Bordure rose au hover */
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1F1F1F;
}

.form-group select:focus,
select:focus {
    outline: none;
    border-color: #FF1493; /* Bordure rose au focus */
    box-shadow: 0 0 0 3px rgba(255, 20, 147, 0.1); /* Ombre rose légère */
}

/* Options dans la liste */
.form-group select option,
select option {
    color: #1F1F1F; /* Texte noir */
    background-color: #FFFFFF; /* Fond blanc */
    padding: 10px;
}

.form-group select option:hover,
.form-group select option:checked,
select option:hover,
select option:checked {
    background-color: #FFD6E8; /* Fond rose clair quand sélectionné */
    color: #1F1F1F;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-note {
    text-align: center;
    font-size: 0.9rem;
    color: #6B6B6B;
    margin-top: 16px;
}

/* === INFORMATIONS === */
.contact-info-wrapper {
    background: #FFFFFF;
}

.info-title {
    font-size: 2.2rem;
    color: #1F1F1F;
    margin-bottom: 32px;
}

.info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.info-card {
    background: linear-gradient(135deg, #FFD6E8 0%, #FEFAF9 100%);
    padding: 24px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.info-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 12px;
    color: #1F1F1F;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.info-icon svg {
    width: 24px;
    height: 24px;
}

.info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-card h3 {
    font-size: 1.2rem;
    color: #1F1F1F;
    margin-bottom: 8px;
    margin-top: 0;
}

.info-card p {
    font-size: 1rem;
    color: #6B6B6B;
    margin: 0;
}

.info-card a {
    color: #1F1F1F;
    font-weight: 500;
}

.info-card a:hover {
    color: #FF1493;
}

/* === RÉSEAUX SOCIAUX === */
.social-section {
    background: linear-gradient(135deg, #FFD6E8 0%, #FEFAF9 100%);
    padding: 32px;
    border-radius: 20px;
}

.social-section h3 {
    font-size: 1.5rem;
    color: #1F1F1F;
    margin-bottom: 24px;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    color: #FFFFFF;
}

.social-btn.whatsapp {
    background: #25D366;
}

.social-btn.whatsapp:hover {
    background: #20BA5A;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
}

.social-btn.instagram {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF);
}

.social-btn.instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(221, 42, 123, 0.3);
}

.social-btn.facebook {
    background: #1877F2;
}

.social-btn.facebook:hover {
    background: #0C63D4;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(24, 119, 242, 0.3);
}

.social-btn.tiktok {
    background: #000000;
}

.social-btn.tiktok:hover {
    background: #1F1F1F;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* =============================================
   FAQ SECTION
============================================= */
.faq-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #FFD6E8 0%, #FEFAF9 100%);
}

.section-title {
    font-size: 2.5rem;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 60px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.faq-item {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.faq-item h3 {
    font-size: 1.2rem;
    color: #1F1F1F;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-item h3 svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: #1F1F1F;
    padding: 6px;
    background: linear-gradient(135deg, #FFD6E8 0%, #FEFAF9 100%);
    border-radius: 8px;
    color: #1F1F1F;
}

.faq-item p {
    font-size: 1rem;
    color: #6B6B6B;
    line-height: 1.7;
}

/* =============================================
   FOOTER
============================================= */
.footer {
    background: #1F1F1F;
    color: #FFFFFF;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-title {
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.footer-text {
    color: #B8B8B8;
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-heading {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a,
.footer-links li {
    color: #B8B8B8;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #FF1493;
}

.social-links-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-link {
    color: #B8B8B8;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #FF1493;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #B8B8B8;
    font-size: 0.85rem;
}

/* =============================================
   RESPONSIVE DESIGN
============================================= */
@media (max-width: 992px) {
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .social-links {
        grid-template-columns: 1fr;
    }
}