* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Albert Sans', sans-serif;
    background: linear-gradient(90deg, #FCF5EB 0%, #FCF5EB 100%);
    color: #1C1E21;
    font-size: 20px;
}

ul {
    list-style: none;
}

.usp{
    margin-bottom: 60px;
}

.usp-title{
    font-size: 48px;
    color:#1c1c1c;
}

a{
    text-decoration: none;
    border-color: none;
}

/* Header */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
    height: 96px;
    background: #FCF5EB;
    max-width: 1380px;
    align-items: center;
    margin: 0 auto; 
}

.logo {
    height: 40px;
}

.logo svg {
    height: 100%;
    width: auto;
}

.burger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #1C1E21;
    z-index: 1001;
}

nav {
    display: flex;
    gap: 20px;
    align-items: center;
}

nav a {
    font-size: 16px;
    font-weight: 600;
    color: #1C1E21;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.16px;
}

.nav-dot {
    width: 4px;
    height: 4px;
    background: #1C1E21;
    border-radius: 50%;
}

.header-buttons {
    display: flex;
    gap: 20px;
}

.btn {
    padding: 16px 32px;
    border-radius: 1000px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.16px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn svg {
    flex-shrink: 0;
}

.btn-outline {
    background: white;
    border: 1px solid #CEC9C1;
    color: #111B21;
}

.btn-primary {
    background: #111B21;
    color: white;
    border: none;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Hero Section */
.hero {
    margin: 0 auto;
    height: 720px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,28,85,0.7) 0%, rgba(255,28,85,0.8) 100%),
                url('../img/Flamand.png') center/cover;
    padding: 96px 96px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    position: relative;
    overflow: hidden;
    max-width: 1380px;
}
.mini-hero {
    margin: 0 auto;
    height: 320px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,28,85,0.7) 0%, rgba(255,28,85,0.8) 100%),
                url('../img/Flamand.png') center/cover;
    padding: 40px 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    position: relative;
    overflow: hidden;
    max-width: 1380px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(to bottom, #FF1C55, transparent);
    pointer-events: none;
}

.hero-content {
    max-width: 1040px;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-family: 'Knewave', cursive;
    font-size: 64px;
    margin-bottom: 32px;
    line-height: 1.2;
}
.mini-hero h1 {
    font-family: 'Knewave', cursive;
    font-size: 64px;
    margin-bottom: 8px;
    line-height: 1.2;
}
.mini-hero h2 {
    font-family: 'Albert sans', sans-serif;
    font-size: 48px;
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 100;
}
.mini-hero h3 {
    font-family: 'Albert sans', sans-serif;
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 100;
}

.hero p {
    font-family: 'Albert Sans';
    font-size: 60px;
    font-weight: 100;
    line-height: 1.1;
    letter-spacing: -1.8px;
    color: rgba(255,255,255,1);
    max-width: 840px;
}

.hero p strong {
    font-weight: 400;
    color: white;
}

/*section white*/
.section-white{
    background: #ffffff;
    padding: 120px 200px;
    text-align: justify;
}

.section-pink{
    background: #FFE4EB;
    padding: 120px 200px;
    text-align: center;
}
.section-pink h3{
    font-family: 'knewave';
    font-size: 2em;
    margin-bottom: 60px;
    color: #FF1C55;
}
.pink{
    background: #FFE4EB;
}
.white{
    background: #ffffff;
}
.yellow{
    background: #FCF5EB;
}

.section-white h3{
    font-family: 'knewave';
    font-size: 2em;
    margin-bottom: 12px;
    color: #FF1C55;
}


/* Section Mais */

.section-mais {
    background: #FCF5EB;
    padding: 120px 40px;
    text-align: center;
}


.section-mais .container {
    max-width: 1040px;
    margin: 0 auto;
}

.section-mais h2 {
    font-family: 'Knewave', cursive;
    font-size: 28px;
    margin-bottom: 24px;
}
.mais {
    font-family: 'Knewave', cursive;
    font-size: 48px;
    margin-bottom: 24px;
    color: #1C1E21;
}

.section-mais p {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -1.68px;
    color: #747069;
}

/* Section Cards */
.section-cards {
    background: #FFE4EB;
    padding: 120px 40px 80px;
}

.section-cards .container {
    max-width: 1040px;
    margin: 0 auto;
}

.cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 32px;
}

.card {
    border-radius: 24px;
    padding: 48px 64px 56px;
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: -1.44px;
}

.card-dark {
    background: #111B21;
    color: white;
    grid-row: span 2;
}

.card-light {
    background: white;
    border: 1px solid #CEC9C1;
    color: #1C1E21;
}

.card-pink {
    background: linear-gradient(180deg, rgba(255,28,85,0.8) 0%, rgba(255,28,85,0.9) 100%),
                url('../img/plumes.png') center/cover;
    color: white;
    position: relative;
    overflow: hidden;
}

.card-pink::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, #FF1C55, transparent);
}

.cards-note {
    text-align: center;
    font-size: 18px;
    color: #747069;
    margin-top: 32px;
}

/* Section Services */
.section-services {
    background: #FCF5EB;
    padding: 120px 40px;
}

.section-services .container {
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.section-services h2 {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -1.44px;
    color: #747069;
}

.services-wrapper {
    max-width: 1040px;
}

.accordion-group {
    background: white;
    border: 1px solid #CEC9C1;
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
}

.accordion {
    padding: 48px 56px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-divider {
    height: 1px;
    background: #CEC9C1;
    margin: 0;
}

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

.accordion-header h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1.44px;
    margin: 0;
}

.accordion-icon {
    font-size: 32px;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #FF1C55;
}

.accordion.active .accordion-icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion.active .accordion-content {
    max-height: 1000px;
    padding-top: 20px;
}

.accordion-content p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.18px;
    margin-bottom: 20px;
}
.accordion-content .btn {
    width: auto;
    padding: 16px 32px;
    display: inline-flex;
}

@media (max-width: 768px) {
    
}

/* Footer */
footer {
    background: #111B21;
    height: 506px;
    color: white;
}

/* Responsive Tablet */
@media (max-width: 1024px) {
    .hero {
        padding: 60px 48px 40px;
        height: auto;
        min-height: 600px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero p {
        font-size: 40px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .card-dark {
        grid-row: span 1;
    }

    .section-services .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .section-services h2 {
        font-size: 48px;
        text-align: center;
    }
    
    .accordion-header h3 {
        font-size: 36px;
    }
}

/* Responsive Mobile */
@media (max-width: 768px) {
    header {
        padding: 12px 20px;
        height: 64px;
    }
    
    .logo {
        height: 32px;
        z-index: 1001;
    }
    
    .logo svg {
        height: 100%;
        width: auto;
    }
    
    .burger-menu {
        display: block;
    }
    
    nav {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        background: #FCF5EB;
        flex-direction: column;
        padding: 24px 20px;
        gap: 16px;
        transform: translateY(-100%);
        opacity: 0;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    
    nav.active {
        transform: translateY(0);
        opacity: 1;
    }
    
    .nav-dot {
        display: none;
    }
    
    .header-buttons {
        gap: 12px;
    }
    
    .btn {
        padding: 12px;
        width: 44px;
        height: 44px;
        justify-content: center;
    }
    .accordion-content .btn {
        width: 100%;
        padding: 16px 16px;
        font-size: 14px;
    }
    .btn-text {
        display: none;
    }
    
    .btn svg {
        width: 20px;
        height: 20px;
    }

    .hero {
        margin: 0 20px;
        padding: 40px 24px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero p {
        font-size: 28px;
    }

    .section-mais p {
        font-size: 32px;
    }

    .card {
        font-size: 28px;
        padding: 32px;
    }

    .section-services {
        padding: 80px 20px;
    }
    
    .section-services h2 {
        font-size: 40px;
    }
    
    .accordion {
        padding: 32px 24px;
    }
    
    .accordion-header h3 {
        font-size: 28px;
    }
    
    .accordion-icon {
        font-size: 24px;
    }
    
    .accordion-content p {
        font-size: 16px;
    }
}

/* Footer */
footer {
    background: #111B21;
    color: white;
    padding: 80px 40px 40px;
}

.footer-container {
    max-width: 1040px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-logo {
    height: 40px;
}

.footer-logo img {
    height: 100%;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-tagline {
    font-size: 16px;
    color: rgba(255,255,255,0.6);
}

.footer-links {
    display: flex;
    gap: 32px;
    align-items: center;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 0.7;
}

.footer-bottom {
    padding-top: 40px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}

@media (max-width: 768px) {
    footer {
        padding: 60px 20px 30px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 40px;
    }
    
    .footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.changing_word {
    transition: opacity 0.3s ease-in-out;
    display: inline-block;
    min-width: 120px; /* Pour éviter le saut de layout */
    font-weight: 600;
    color: var(--primary-color); /* ou la couleur de votre choix */
}

/* Section Références */
    .section-references {
        padding: 80px 40px 120px;
        background: #ffffff;
    }

    .section-references .container {
        max-width: 1400px;
        margin: 0 auto;
    }

    .references-grid {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-top: 60px;
    }

    /* Reference Card - Full Width */
    .reference-card {
        background: white;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
        border: 1px solid #CEC9C1;
        display: grid;
        grid-template-columns: 400px 1fr;
    }

    .reference-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 48px rgba(255, 28, 85, 0.15);
        border-color: #FF1C55;
    }

    /* Card Image avec titre en overlay */
    .card-image {
        height: 100%;
        min-height: 280px;
        display: flex;
        align-items: flex-end;
        padding: 32px;
        position: relative;
    }

    .card-image .card-title {
        font-family: 'Knewave', cursive;
        font-size: 32px;
        line-height: 1.2;
        color: white;
        margin: 0;
        z-index: 2;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .reference-card:hover .card-image {
        transform: scale(1.02);
    }

    /* Card Content */
    .card-content {
        padding: 32px 40px;
        display: flex;
        flex-direction: column;
    }

    /* Card Header */
    .card-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }

    .card-tag {
        background: #FF1C55;
        color: white;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    /* Card Description */
    .card-description {
        font-size: 18px;
        line-height: 1.6;
        color: #747069;
        margin-bottom: 24px;
        flex: 1;
    }

    /* Card Footer */
    .card-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        border-top: 1px solid #CEC9C1;
        margin-top: auto;
    }

    .card-client {
        font-weight: 600;
        color: #1C1E21;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .card-arrow {
        width: 40px;
        height: 40px;
        background: #FF1C55;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .card-arrow svg {
        stroke: white;
        transition: transform 0.3s ease;
    }

    .reference-card:hover .card-arrow {
        transform: scale(1.1);
    }

    .reference-card:hover .card-arrow svg {
        transform: translateX(4px);
    }

    /* Responsive Tablet */
    @media (max-width: 1024px) {
        .reference-card {
            grid-template-columns: 300px 1fr;
        }
        
        .card-image .card-title {
            font-size: 28px;
        }
        
        .card-description {
            font-size: 16px;
        }
    }

    /* Responsive Mobile */
    @media (max-width: 768px) {
        .section-references {
            padding: 60px 20px 80px;
        }
        
        .references-grid {
            gap: 24px;
            margin-top: 40px;
        }
        
        .reference-card {
            grid-template-columns: 1fr;
        }
        
        .card-image {
            min-height: 200px;
            padding: 24px;
        }
        
        .card-image .card-title {
            font-size: 24px;
        }
        
        .card-content {
            padding: 24px;
        }
        
        .card-description {
            font-size: 15px;
        }
    }

    /* Animation au scroll */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .reference-card {
        animation: fadeInUp 0.6s ease-out;
        animation-fill-mode: both;
    }

    .reference-card:nth-child(1) { animation-delay: 0.1s; }
    .reference-card:nth-child(2) { animation-delay: 0.15s; }
    .reference-card:nth-child(3) { animation-delay: 0.2s; }
    .reference-card:nth-child(4) { animation-delay: 0.25s; }
    .reference-card:nth-child(5) { animation-delay: 0.3s; }
    .reference-card:nth-child(6) { animation-delay: 0.35s; }
    .reference-card:nth-child(7) { animation-delay: 0.4s; }

    /* ============================================
   BLOCKS CASE STUDY PAGE STYLES
   ============================================ */

/* Project Info Section */
.project-info {
    padding: 4rem 2rem;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    margin: 16px 0;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.info-item strong {
    display: block;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #FF1C55;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.info-item p {
    font-size: 1rem;
    color: #1A1A1A;
    line-height: 1.6;
}

.info-item a {
    color: #FF1C55;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.info-item a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* Case Study Main Content */
.case-study {
    padding: 0;
    background: #FFFFFF;
}

.case-study .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 0;
}

.case-study .container .ref {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 16px;
}


.content-section {
    margin-bottom: 0;
}

.content-section:last-child {
    margin-bottom: 0;
}

.content-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-family: 'knewave';
    color: #FF3366;
}

.content-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1A1A1A;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.content-section h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FF1C55;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.content-section p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #1A1A1A;
    margin-bottom: 1.5rem;
}

.content-section ul,
.content-section ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.content-section li {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #1A1A1A;
    margin-bottom: 0.75rem;
}

.content-section strong {
    font-weight: 600;
    color: #1A1A1A;
}

/*.content-section em {
    font-style: italic;
    color: #FF1C55;
}*/

/* Highlight boxes */
.highlight {
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
}
.yellow .highlight{
    border-left: 4px solid #ffbb1c;
    background: rgba(201, 147, 0, 0.08);
}
.pink .highlight{
    border-left: 4px solid #FF1C55;
    background: rgba(255, 255, 255, 0.3);
}
.white .highlight{
    border-left: 4px solid #FF1C55;
    background: rgba(255, 28, 85, 0.05);
}

.yellow em {
    font-style: italic;
    color: #ffbb1c;
}
/* Checkmarks list */
.checkmarks {
    list-style: none;
    padding-left: 0;
}
.checkmarks li {
    position: relative;
    padding-left: 0;
    margin-bottom: 1rem;
}
/* Philosophy section */
.philosophy {
    background: rgba(255, 28, 85, 0.03);
    padding: 4rem;
    border-radius: 8px;
    border: 2px solid rgba(255, 28, 85, 0.1);
}
.philosophy .encart{
    padding: 2rem 2rem;
}
.philosophy .highlight{
    padding: 1.8rem;
    font-family: 'Knewave';
    font-size: 1.5em;
    color: #FF1C55;
    background: none;
    border-left: none;
    border-radius: 4px;
    margin: 2rem 0;
    text-align: center;
}

.philosophy h2 {
    color: #1A1A1A;
}

/* Conclusion text */
.conclusion {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FF1C55;
    text-align: center;
    padding: 2rem 0;
    margin-top: 2rem;
    border-top: 2px solid rgba(255, 28, 85, 0.2);
}

/* CTA Section */
.cta-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #FF1C55 0%, #FF3366 100%);
    color: #FFFFFF;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFFFFF;
}

.cta-section p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    min-width: 200px;
}

.cta-buttons .btn-primary {
    background: #FFFFFF;
    color: #FF1C55;
    border-color: #FFFFFF;
}

.cta-buttons .btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.cta-buttons .btn-outline {
    background: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.cta-buttons .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .project-info {
        padding: 3rem 1.5rem;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .case-study {
        padding: 3rem 1.5rem;
    }

    .content-section h2 {
        font-size: 1.75rem;
    }

    .content-section h3 {
        font-size: 1.25rem;
    }

    .content-section h4 {
        font-size: 1.125rem;
    }

    .content-section p,
    .content-section li {
        font-size: 1rem;
    }

    .philosophy {
        padding: 2rem 1.5rem;
    }

    .conclusion {
        font-size: 1.125rem;
    }

    .cta-section {
        padding: 4rem 1.5rem;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .cta-section p {
        font-size: 1.125rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-buttons .btn {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .content-section h2 {
        font-size: 1.5rem;
    }

    .highlight {
        padding: 1rem;
    }

    .philosophy {
        padding: 1.5rem 1rem;
    }

    .cta-section h2 {
        font-size: 1.75rem;
    }
}