/* =============================================
   DARLING BODY - A-PROPOS.CSS
   Page À Propos avec histoire de Bineta
============================================= */

/* === 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-cta {
    display: inline-block;
    padding: 18px 48px;
    background: #1F1F1F;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #2D2D2D;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* =============================================
   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;
}

/* =============================================
   FOUNDER STORY SECTION
============================================= */
.founder-story {
    padding: 100px 0;
    background: #FFFFFF;
}

.story-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

.story-image {
    position: relative;
}

.story-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.quote-badge {
    position: absolute;
    bottom: -30px;
    left: 20px;
    right: 20px;
    background: #FFFFFF;
    padding: 24px 32px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.quote-badge p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: #FF1493;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}

.story-content {
    padding-top: 20px;
}

.section-title {
    font-size: 2.5rem;
    color: #1F1F1F;
    margin-bottom: 32px;
    line-height: 1.3;
}

.section-title.center {
    text-align: center;
    margin-bottom: 16px;
}

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #6B6B6B;
    margin-bottom: 60px;
}

.story-intro {
    font-size: 1.3rem;
    color: #1F1F1F;
    font-weight: 600;
    margin-bottom: 24px;
}

.story-content p {
    font-size: 1.05rem;
    color: #6B6B6B;
    line-height: 1.9;
    margin-bottom: 20px;
}

.story-content strong {
    color: #1F1F1F;
    font-weight: 600;
}

.story-highlight {
    background: #FFD6E8;
    padding: 24px;
    border-left: 4px solid #FF1493;
    border-radius: 8px;
    font-weight: 500;
    color: #2D2D2D !important;
}

.story-conclusion {
    font-size: 1.15rem !important;
    font-weight: 500 !important;
    color: #1F1F1F !important;
    margin-top: 32px;
}

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

.transformation-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    max-width: 900px;
    margin: 0 auto;
}

.transformation-card {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.before-after {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 30px;
    align-items: center;
}

.before, .after {
    position: relative;
}

.label {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
}

.before img, .after img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #FF1493;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(255, 107, 157, 0.3);
}

/* =============================================
   VALUES SECTION
============================================= */
.values {
    padding: 100px 0;
    background: #FFFFFF;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.value-card {
    text-align: center;
    padding: 40px 30px;
    background: linear-gradient(135deg, #FFD6E8 0%, #FEFAF9 100%);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255, 20, 147, 0.3);
    border: 2px solid #FF1493;
}

.value-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF1493;
}

.value-icon svg {
    width: 100%;
    height: 100%;
}

.value-card h3 {
    font-size: 1.5rem;
    color: #1F1F1F;
    margin-bottom: 16px;
}

.value-card p {
    font-size: 0.95rem;
    color: #6B6B6B;
    line-height: 1.7;
}

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

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

.cta-text {
    font-size: 1.1rem;
    color: #6B6B6B;
    margin-bottom: 32px;
}

/* =============================================
   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 {
    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) {
    .story-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .before-after {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .divider {
        transform: rotate(90deg);
        margin: 0 auto;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
}

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