/* AboutPage - Styles Spécifiques */

body.about-page {
    overflow-x: hidden;
}

/* Breadcrumb Navigation */
.w3breadcrumb-right {
    color: #fff !important;
    font-weight: 500;
}

.w3breadcrumb-right .breadcrumbs-custom-path,
.w3breadcrumb-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
}

.w3breadcrumb-right a {
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

.w3breadcrumb-right a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15);
    text-decoration: none;
}

.banner-info-grid {
    max-width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.banner-info-grid h3 {
    font-size: 3rem; 
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}


@media (max-width: 768px) {
    .banner-info-grid {
        max-width: 95%;
    }

    .banner-info-grid p {
        font-size: 1.2rem;
        max-width: 100%;
    }
}

/* Features List */
.features-list li {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333;
}

.w3l-title-small {
    color: #6a4c93;
    font-weight: 600;
    letter-spacing: 1px;
}

.w3l-title-main {
    font-weight: 700;
    color: #222;
}

.text-success {
    color: #4CAF50 !important;
}

/* Hero Visual Layout */
.about-page .profile-visual-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;

}

.about-page .profile-visual {
    position: relative;
    margin: 0 auto;
    text-align: center;
 
    box-sizing: border-box;
}

.about-page .profile-text-card {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.about-page .profile-visual .shape {
    position: absolute;
    border-radius: 32px;
    transform: skew(-8deg) rotate(-6deg);
    z-index: 0;
}

.about-page .profile-visual .shape-primary {
    inset: 10% 18% 20% 0;
    background: linear-gradient(135deg, #5420e6, #8a50ff);
    box-shadow: 0 25px 45px rgba(74, 30, 190, 0.25);
}

.about-page .profile-visual .shape-secondary {
    inset: 0 0 45% 35%;
    background: linear-gradient(135deg, #d9ceff, #f0ebff);
    transform: skew(-6deg) rotate(-3deg);
    box-shadow: 0 18px 32px rgba(118, 97, 210, 0.2);
}

.about-page .profile-main-img {
    position: relative;
    z-index: 2;
    border-radius: 28px;
    box-shadow: 0 14px 32px rgba(36, 23, 94, 0.24);
    transform: rotate(-1.5deg);
}

.about-page .profile-secondary-img {
    position: absolute;
    bottom: -30px;
    right: -40px;
    width: 60%;
    border-radius: 22px;
    overflow: hidden;
    padding: 0.45rem;
    background: #fff;
    box-shadow: 0 18px 40px rgba(33, 20, 85, 0.2);
    transform: rotate(4deg);
    z-index: 3;
}

.about-page .profile-secondary-img img {
    border-radius: 20px;
    transform: rotate(-3deg);
}

.about-page .profile-floating {
    position: absolute;
    display: block;
    background: linear-gradient(135deg, #5c2dcf, #8b5bff);
    border-radius: 26px;
    transform: skew(-18deg) rotate(-12deg);
    box-shadow: 0 35px 55px rgba(77, 41, 152, 0.25);
    z-index: 0;
}

.about-page .profile-floating-top {
    width: 160px;
    height: 60px;
    top: -65px;
    right: -55px;
}

.about-page .profile-floating-bottom {
    width: 220px;
    height: 44px;
    bottom: -90px;
    left: -35px;
    transform: skew(-18deg) rotate(-8deg);
    background: linear-gradient(135deg, #7b3fff, #a676ff);
    box-shadow: 0 28px 50px rgba(91, 54, 191, 0.22);
}

.about-page .profile-visual-values .profile-secondary-img,
.about-page .profile-visual-values .profile-floating-bottom {
    display: none;
}

about-page .profile-text-card {
    width: 100%;
}

.about-page .profile-text-card p {
    margin-bottom: 0.9rem;
    line-height: 1.55;
}

.about-page .profile-text-card p:last-child {
    margin-bottom: 0;
}

/* Quote/Funding highlight */
.about-page .funding-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    min-height: 140px;
    padding: 2rem 3rem;
    text-align: left;
    width: 100%;
    max-width: 760px;
    background: #ffffff;
    border: 1px solid rgba(107, 78, 245, 0.18);
    box-shadow: 0 30px 45px rgba(33, 16, 95, 0.12);
    color: #241750;
}

.about-page .funding-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(107, 78, 245, 0.15), rgba(160, 91, 255, 0.08));
    pointer-events: none;
}

.about-page .funding-card__content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.65rem;
}

.about-page .funding-label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: rgba(36, 23, 80, 0.55);
}

.about-page .funding-title {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.35;
    color: #27164a !important;
}

.about-page .funding-title::before {
    content: "“";
}

.about-page .funding-title::after {
    content: "„";
}

@media (max-width: 991.98px) {
    .about-page .profile-visual {
        margin-bottom: 4.5rem;
    }

    .about-page .profile-floating-bottom {
        left: 15%;
        width: 180px;
    }

    .about-page .funding-card {
        padding: 1.75rem;
    }
}

@media (max-width: 575.98px) {
    .about-page .profile-visual {
        padding: 1.5rem 1.75rem 3rem;
    }

    .about-page .profile-visual .shape-primary {
        inset: 12% 12% 25% 5%;
    }

    .about-page .profile-floating-top {
        top: -55px;
        right: -20px;
        width: 120px;
    }

    .about-page .profile-floating-bottom {
        bottom: -70px;
        left: 12%;
        width: 160px;
    }

    .about-page .funding-card {
        padding: 1.5rem;
        min-height: auto;
        text-align: center;
    }
}

