/*
* IMALLAN Solutions - Styles spécifiques à la page À propos
*/

/*--------------------------------------------------------------
# Animations et effets généraux
--------------------------------------------------------------*/
.reveal-element {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-element.active {
    opacity: 1;
    transform: translateY(0);
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary) 0%, var(--highlight) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
}

.highlight {
    position: relative !important;
    z-index: 1 !important;
}

.highlight::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: var(--highlight);
    opacity: 0.3;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}

/*--------------------------------------------------------------
# Header de page avec effet parallaxe
--------------------------------------------------------------*/
.page-header {
    position: relative;
    padding: 10rem 0 6rem;
    color: var(--white);
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.page-header-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.page-subtitle {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    display: block;
    color: var(--highlight);
    font-weight: 600;
}

.page-title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    transition-delay: 0.2s;
}

.page-description {
    font-size: 1.25rem;
    opacity: 0.9;
    margin: 0 auto;
    max-width: 600px;
    transition-delay: 0.4s;
}

.header-shapes .shape-1 {
    position: absolute;
    top: -15%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphShape 20s linear infinite alternate;
    z-index: -1;
}

.header-shapes .shape-2 {
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphShape 25s linear infinite alternate-reverse;
    z-index: -1;
}

.header-shapes .shape-3 {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphShape 15s linear infinite alternate;
    z-index: -1;
}

/*--------------------------------------------------------------
# Section Introduction
--------------------------------------------------------------*/
.intro-section {
    position: relative;
    padding: 6rem 0;
    background-color: var(--white);
    overflow: hidden;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.section-subtitle {
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--secondary);
    line-height: 1.3;
    transition-delay: 0.2s;
}

.intro-text {
    color: var(--gray);
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
    transition-delay: 0.3s;
}

.vision-card {
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--accent-light) 100%);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    transition-delay: 0.4s;
}

.vision-icon {
    width: 60px;
    height: 60px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.vision-content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--secondary);
}

.vision-content p {
    color: var(--gray-dark);
    font-size: 1rem;
    margin-bottom: 0;
}

.intro-image {
    position: relative;
    transition-delay: 0.5s;
}

.image-wrapper {
    position: relative;
}

.image-wrapper img {
    width: 100%;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
}

.image-badge {
    position: absolute;
    background-color: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: var(--shadow-md);
}

.badge-1 {
    top: -20px;
    right: -20px;
    animation: float 5s ease-in-out infinite;
}

.badge-2 {
    bottom: -20px;
    left: -20px;
    animation: float 5s ease-in-out infinite;
    animation-delay: 2.5s;
}

.badge-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}

.badge-text {
    font-size: 0.75rem;
    color: var(--gray);
    line-height: 1.2;
}

.intro-shapes .shape-1 {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 20s linear infinite alternate;
    z-index: -1;
}

.intro-shapes .shape-2 {
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 25s linear infinite alternate-reverse;
    z-index: -1;
}

/*--------------------------------------------------------------
# Section Histoire
--------------------------------------------------------------*/
.story-section {
    position: relative;
    padding: 6rem 0;
    background-color: var(--light);
    overflow: hidden;
}

.story-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 4rem;
}

.timeline {
    position: relative;
    margin-top: 4rem;
    transition-delay: 0.5s;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 4px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--accent) 100%);
    border-radius: var(--border-radius-round);
}

.timeline-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 3rem;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: 22px;
    top: 5px;
    width: 20px;
    height: 20px;
    background-color: var(--white);
    border: 4px solid var(--primary);
    border-radius: 50%;
    z-index: 1;
}

.timeline-content {
    background-color: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    position: relative;
}

.timeline-content::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-color: var(--white);
    transform: rotate(45deg);
    z-index: -1;
}

.timeline-year {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: var(--white);
    padding: 0.25rem 1rem;
    border-radius: var(--border-radius-round);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.timeline-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--secondary);
}

.timeline-text {
    color: var(--gray);
    margin-bottom: 0;
    font-size: 1rem;
}

.story-shapes .shape-1 {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--highlight) 0%, var(--highlight-dark) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 20s linear infinite alternate;
    z-index: -1;
}

.story-shapes .shape-2 {
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 25s linear infinite alternate-reverse;
    z-index: -1;
}

/*--------------------------------------------------------------
# Section Fondateur
--------------------------------------------------------------*/
.founder-section {
    position: relative;
    padding: 6rem 0;
    background-color: var(--white);
    overflow: hidden;
}

.founder-wrapper {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
    align-items: center;
}

.founder-image {
    position: relative;
    transition-delay: 0.3s;
}

.image-frame {
    position: relative;
    z-index: 2;
}

.image-frame img {
    width: 100%;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
}

.image-accent {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary);
    border-radius: var(--border-radius-lg);
    top: 20px;
    left: 20px;
    z-index: 1;
    opacity: 0.1;
}

.founder-intro {
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: 2rem;
    font-style: italic;
    transition-delay: 0.3s;
}

.founder-qualifications {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.qualification-item {
    display: flex;
    gap: 1.5rem;
    transition-delay: 0.4s;
}

.qualification-icon {
    width: 50px;
    height: 50px;
    background-color: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.qualification-content h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--secondary);
}

.qualification-list {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.qualification-list li {
    margin-bottom: 0.5rem;
    color: var(--gray);
    font-size: 1rem;
}

.qualification-list li:last-child {
    margin-bottom: 0;
}

.founder-quote {
    position: relative;
    background-color: var(--light);
    border-radius: var(--border-radius-lg);
    padding: 2rem 2rem 2rem 3.5rem;
    margin-left: 1.5rem;
    transition-delay: 0.5s;
}

.quote-icon {
    position: absolute;
    left: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.25rem;
}

.founder-quote blockquote {
    font-style: italic;
    color: var(--secondary);
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.8;
}

.founder-shapes .shape-1 {
    position: absolute;
    top: 20%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 20s linear infinite alternate;
    z-index: -1;
}

.founder-shapes .shape-2 {
    position: absolute;
    bottom: 10%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 25s linear infinite alternate-reverse;
    z-index: -1;
}

/*--------------------------------------------------------------
# Section Valeurs
--------------------------------------------------------------*/
.values-section {
    position: relative;
    padding: 6rem 0;
    background-color: var(--light);
    overflow: hidden;
}

.section-description {
    font-size: 1.1rem;
    color: var(--gray);
    max-width: 800px;
    margin: 0 auto 3rem;
    transition-delay: 0.3s;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.value-card {
    background-color: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary), var(--accent));
    transition: width 0.3s ease;
    z-index: -1;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.value-card:hover::before {
    width: 100%;
    opacity: 0.05;
}

.value-icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary-light);
    border-radius: var(--border-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    transition: var(--transition-normal);
}

.value-card:hover .value-icon {
    background-color: var(--primary);
    color: var(--white);
    transform: rotateY(180deg);
}

.value-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.value-description {
    color: var(--gray);
    margin-bottom: 0;
    font-size: 1rem;
}

.values-shapes .shape-1 {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 20s linear infinite alternate;
    z-index: -1;
}

.values-shapes .shape-2 {
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--highlight) 0%, var(--highlight-dark) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 25s linear infinite alternate-reverse;
    z-index: -1;
}

/*--------------------------------------------------------------
# Section Approche
--------------------------------------------------------------*/
.approach-section {
    position: relative;
    padding: 6rem 0;
    background-color: var(--white);
    overflow: hidden;
}

.approach-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.approach-description {
    color: var(--gray);
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
    transition-delay: 0.3s;
}

.approach-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.approach-step {
    display: flex;
    gap: 1.5rem;
    transition-delay: var(--transition-delay, 0.3s);
}

.approach-step:nth-child(1) {
    --transition-delay: 0.4s;
}

.approach-step:nth-child(2) {
    --transition-delay: 0.5s;
}

.approach-step:nth-child(3) {
    --transition-delay: 0.6s;
}

.approach-step:nth-child(4) {
    --transition-delay: 0.7s;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--secondary);
}

.step-content p {
    color: var(--gray);
    margin-bottom: 0;
    font-size: 1rem;
}

.approach-image {
    position: relative;
    transition-delay: 0.8s;
}

.approach-image img {
    width: 100%;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
}

.approach-image .image-accent {
    background: var(--accent);
}

.image-stats {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-color: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 1.5rem;
    display: flex;
    gap: 1.5rem;
    box-shadow: var(--shadow-md);
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}

.stat-value span {
    font-size: 1rem;
}

.stat-label {
    font-size: 0.75rem;
    color: var(--gray);
    line-height: 1.2;
    margin-top: 0.25rem;
}

.approach-shapes .shape-1 {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 20s linear infinite alternate;
    z-index: -1;
}

.approach-shapes .shape-2 {
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 25s linear infinite alternate-reverse;
    z-index: -1;
}

/*--------------------------------------------------------------
# Section Expertise
--------------------------------------------------------------*/
.expertise-section {
    position: relative;
    padding: 6rem 0;
    background-color: var(--light);
    overflow: hidden;
}

.expertise-header {
    margin-bottom: 4rem;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.expertise-card {
    background-color: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.expertise-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transition: height 0.3s ease;
    z-index: -1;
}

.expertise-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.expertise-card:hover::before {
    height: 100%;
    opacity: 0.05;
}

.expertise-icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.75rem;
    margin: 0 auto 1.5rem;
    transition: var(--transition-normal);
}

.expertise-card:hover .expertise-icon {
    background-color: var(--primary);
    color: var(--white);
    transform: rotateY(360deg);
}

.expertise-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.expertise-description {
    color: var(--gray);
    margin-bottom: 0;
    font-size: 1rem;
}

.expertise-shapes .shape-1 {
    position: absolute;
    top: 10%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 20s linear infinite alternate;
    z-index: -1;
}

.expertise-shapes .shape-2 {
    position: absolute;
    bottom: 10%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--highlight) 0%, var(--highlight-dark) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 25s linear infinite alternate-reverse;
    z-index: -1;
}

/*--------------------------------------------------------------
# Section Témoignages
--------------------------------------------------------------*/
.testimonials-section {
    position: relative;
    padding: 6rem 0;
    background-color: var(--white);
    overflow: hidden;
}

.testimonials-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.testimonials-carousel {
    margin-top: 4rem;
    display: flex;
    gap: 2rem;
    overflow-x: hidden;
    transition: transform 0.5s ease;
}

.testimonial-card {
    flex: 0 0 100%;
    background-color: var(--light);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-md);
}

.testimonial-content {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.testimonial-content .quote-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-size: 1.5rem;
    opacity: 0.5;
}

.testimonial-content blockquote {
    font-style: italic;
    color: var(--gray-dark);
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.8;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    color: var(--secondary);
}

.author-info p {
    font-size: 0.9rem;
    color: var(--gray);
    margin-bottom: 0.5rem;
}

.rating {
    display: flex;
    color: var(--highlight);
    font-size: 1rem;
}

.testimonials-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    gap: 1rem;
}

.nav-prev, .nav-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid var(--gray-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition-normal);
}

.nav-prev:hover, .nav-next:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.testimonials-dots {
    display: flex;
    gap: 0.5rem;
}

.testimonials-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--gray-light);
    cursor: pointer;
    transition: var(--transition-normal);
}

.testimonials-dot.active {
    background-color: var(--primary);
    transform: scale(1.2);
}

.testimonials-shapes .shape-1 {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 20s linear infinite alternate;
    z-index: -1;
}

.testimonials-shapes .shape-2 {
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    animation: morphShape 25s linear infinite alternate-reverse;
    z-index: -1;
}

/*--------------------------------------------------------------
# Section Partenaires
--------------------------------------------------------------*/
.partners-section {
    position: relative;
    padding: 6rem 0;
    background-color: var(--light);
    overflow: hidden;
}

.partners-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.partners-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 4rem;
}

.partner-logo {
    flex: 0 0 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: var(--transition-normal);
}

.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
}

/*--------------------------------------------------------------
# Section CTA
--------------------------------------------------------------*/
.cta-section {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--white);
    overflow: hidden;
}

.cta-wrapper {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--white);
}

.cta-description {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0 auto 2rem;
    max-width: 600px;
}

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

.btn-white {
    background-color: var(--white);
    color: var(--primary);
}

.btn-white:hover {
    background-color: var(--light);
    color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.btn-outline-white {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-outline-white:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
}

.cta-shapes .shape-1 {
    position: absolute;
    top: -30%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphShape 25s linear infinite alternate;
    z-index: 0;
}

.cta-shapes .shape-2 {
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphShape 20s linear infinite alternate-reverse;
    z-index: 0;
}

.cta-shapes .shape-3 {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphShape 15s linear infinite alternate;
    z-index: 0;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {
    .page-title {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2.25rem;
    }
    
    .cta-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 991px) {
    .intro-grid,
    .founder-wrapper,
    .approach-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .intro-image,
    .approach-image {
        order: -1;
    }
    
    .image-badge {
        padding: 0.75rem;
    }
    
    .badge-number {
        font-size: 1.5rem;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .founder-qualifications {
        gap: 1.5rem;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-dot {
        left: 12px;
    }
    
    .timeline-item {
        padding-left: 50px;
    }
    
    .expertise-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 767px) {
    .page-header {
        padding: 8rem 0 4rem;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .page-description {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .intro-text,
    .approach-description {
        font-size: 1rem;
    }
    
    .vision-card {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }
    
    .values-grid,
    .expertise-grid {
        grid-template-columns: 1fr;
    }
    
    .founder-qualifications {
        gap: 1rem;
    }
    
    .qualification-item {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }
    
    .approach-step {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }
    
    .cta-title {
        font-size: 1.75rem;
    }
    
    .cta-description {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .page-title {
        font-size: 1.75rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .image-stats {
        flex-direction: column;
        gap: 1rem;
        right: 0;
    }
    
    .partners-grid {
        gap: 2rem;
    }
    
    .partner-logo {
        flex: 0 0 120px;
        height: 60px;
    }
}