* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', system-ui, sans-serif;
    background-color: #000000;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
}


h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}


.breadcrumb-section {
    background: #000000;
    border-bottom: 1px solid #333333;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #999999;
    font-weight: 400;
}

.breadcrumb a {
    color: #999999;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: #ffffff;
}

.breadcrumb-separator {
    color: #666666;
    font-size: 0.75rem;
}


.page-hero {
    background: #000000;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 6rem 0;
    position: relative;
    width: 100vw;
    justify-content: start;
    margin-left: 4em;
}

.page-hero .hero-content {
    text-align: left;
    max-width: 800px;
}

.page-hero .hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.page-hero .hero-subtitle {
    font-size: 1.25rem;
    color: #cccccc;
    margin-bottom: 1rem;
    font-weight: 500;
}

.page-hero .hero-subtitle2 {
    font-size: 1.125rem;
    color: #999999;
    line-height: 1.6;
    font-weight: 400;
}


.section {
    padding: 5rem 0;
}

.section-header {
    margin-bottom: 4rem;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ff3366;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
    text-align: start;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #000000;
    text-align: start;
    font-weight: 400;
}


.content-section.work-style {
    background-color: #ffffff;
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.about-text {
    padding-right: 2rem;
}

.about-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 400;
}

.about-description strong {
    color: #ffffff;
    font-weight: 600;
}

.about-location {
    position: sticky;
    top: 2rem;
}

.location-map {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #333333;
    background: #111111;
}

.location-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    transition: all 0.3s ease;
}


.content-section.environmental-style {
    background: #000000;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.environmental-header {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-bottom: 4rem;
    padding: 0 !important;
    max-width: 100vw;
}

.environmental-main-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.environmental-subtitle {
    font-size: 1.125rem;
    color: #ff3366;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.environmental-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #cccccc;
    font-weight: 400;
}

.environmental-image {
    position: sticky;
    top: 2rem;
}

.header-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #333333;
}


.environmental-cards {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
}

.card-item {
    border-radius: 8px;
    padding: 2rem;
    transition: all 0.2s ease;
}

.card-item:hover {
    border-color: #555555;
    transform: translateY(-2px);
}

.card-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 1.5rem;
}

.card-icon svg {
    width: 24px;
    height: 24px;
    color: #cccccc;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
    display: flex;
}

.card-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #cccccc;
    font-weight: 400;
    text-align: start;
}


.content-section.trusted-clients-style {
    background-color: #ffffff;
}

.section {
    min-height: auto;
}

.content-section.trusted-clients-style .section-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: none;
}


.howto {
    max-width: 100%;
    margin: 0 auto;
}

.cardHowto {
    display: grid;
    grid-template-columns: 200px 1fr 60px;
    gap: 3rem;
    align-items: start;
    padding: 3rem 0;
    border-bottom: 1px solid #333333;
    transition: all 0.2s ease;
}

.cardHowto:last-child {
    border-bottom: none;
}

.cardHowto:hover {
    background: rgba(255, 255, 255, 0.02);
}

.number-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

.content {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #cccccc;
    font-weight: 400;
}

.arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #111111;
    font-size: 1.2rem;
}

.arrow:hover {
    border-color: #555555;
    background: #222222;
    color: #ffffff;
    transform: translateX(4px);
}


.content-section.about-style {
    background: #000000;
}


.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.highlight-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.highlight-text {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
}


.environmental-cta {
    text-align: start;
    padding: 3rem 0;
    border-top: 1px solid #333333;
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100vw;
}

.cta-text {
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 500;
    text-align: start;
    width: 100%;
    max-width: auto;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.cta-button:hover {
    background: #cccccc;
    transform: translateY(-1px);
}


.timeline {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-marker {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 0 0 2px #333333;
    z-index: 1;
}

.timeline-content {
    flex: 1;
    padding: 0.5rem 0;
}

.timeline-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ff3366;
    margin-bottom: 0.5rem;
}

.timeline-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}


.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #000000;
    transform: translateY(-2px);
}


@media (max-width: 1024px) {
    .environmental-header,
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-text {
        padding-right: 0;
    }

    .environmental-cards {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .cardHowto {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: left;
    }

    .arrow {
        justify-self: start;
    }
}

@media (max-width: 768px) {
    .breadcrumb-section {
        padding: 6rem 0 2rem;
    }

    .page-hero {
        min-height: 50vh;
        padding: 4rem 0;
    }

    .section {
        padding: 3rem 0;
    }

    .section-header {
        margin-bottom: 3rem;
    }

    .environmental-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .timeline {
        margin-left: 2rem;
    }

    .timeline::before {
        left: -2rem;
    }

    .timeline-item {
        gap: 1.5rem;
    }

    .timeline-marker {
        margin-left: -3rem;
    }

    .location-map {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

    .page-hero {
        padding: 3rem 0;
        min-height: 40vh;
    }

    .section {
        padding: 2rem 0;
    }

    .card-item {
        padding: 1.5rem;
    }

    .cardHowto {
        padding: 2rem 0;
        gap: 1rem;
    }

    .environmental-cta {
        padding: 2rem 0;
    }
}


a:focus,
button:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #111111;
}

::-webkit-scrollbar-thumb {
    background: #555555;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #777777;
}
.stat-number {
    color: #000000;
}
.localisation {
    color: #ffffff !important;
}
.container:not(.environmental-impact .container) {
    overflow-y: hidden;
}
.environmental-cards {
    display: flex !important;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
    gap: initial;
    width: 100% !important;
    gap: 2em;
    max-width: none;
}

/* --- STYLES TEAM MEMBERS --- */
.content-section.team-members-style {
    background: #ffffff;
}

.content-section.team-members-style .section-title {
    color: #ff3366;
}

.content-section.team-members-style .section-subtitle {
    color: #000000;
}

.team-loading {
    text-align: center;
    padding: 4rem 0;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #333333;
    border-top: 3px solid #ff3366;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.team-loading p {
    color: #666666;
    font-size: 1rem;
}

.team-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: none;
}

.team-member-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.team-member-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #ff3366;
}

.member-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
    transition: all 0.3s ease;
}

.team-member-card:hover .member-avatar {
    border-color: #ff3366;
}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    text-align: center;
}

.member-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
}

.member-role {
    font-size: 1rem;
    font-weight: 500;
    color: #ff3366;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.member-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

.team-error {
    text-align: center;
    padding: 4rem 0;
}

.team-error p {
    color: #ff3366;
    font-size: 1.125rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .team-member-card {
        padding: 1.5rem;
    }
    
    .member-avatar {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .team-member-card {
        padding: 1rem;
    }
    
    .member-avatar {
        width: 80px;
        height: 80px;
    }
    
    .member-name {
        font-size: 1.25rem;
    }
}
.teamcardgrid {
    display: grid !important;
}
.white {
    color: #ffffff !important;
}
.black {
    color: #000000 !important;
}