.page-hero-section {
    padding: clamp(6rem, 10vw, 8rem) 0 clamp(6rem, 10vw, 8rem) 0;
    background: linear-gradient(125deg, var(--ibc-blue), var(--ibc-green), var(--ibc-blue));
    background-size: 400% 400%;
    color: var(--ibc-white);
    animation: animatedGradient 18s ease infinite;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 0;
}
.page-hero-section h1 {
    color: var(--ibc-white);
    font-size: clamp(3rem, 7vw, 4.5rem);
    text-shadow: 0 4px 20px rgba(0,0,0,0.45);
    font-weight: 800;
    letter-spacing: -0.05em;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}
.page-hero-section .lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.15rem, 3vw, 1.5rem);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 10px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}
#mission .highlight {
    font-weight: 600;
    color: var(--ibc-green);
}
.vision-box {
    background: #f4f6f8;
    padding: 2.5rem 3rem;
    border-radius: var(--border-radius-large);
    box-shadow: var(--shadow-medium);
    border: 1px solid var(--ibc-border-light);
    border-left: 5px solid var(--ibc-green);
    border-right: 5px solid var(--ibc-blue);
    margin-top: 3rem;
    transition: all var(--transition-medium);
}
.vision-box:hover {
    box-shadow: var(--shadow-lifted);
    transform: translateY(-5px);
}
.vision-box .h4 {
    color: var(--ibc-dark);
    font-weight: 400;
    line-height: 1.7;
    font-size: 1.25rem;
    margin-bottom: 0;
}
.member-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(93, 167, 57, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(93, 167, 57, 0.1), transparent);
    transition: left 0.6s ease;
    opacity: 0;
}
.member-card:hover::before {
    opacity: 1;
    left: 100%;
}
.member-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    border-color: var(--ibc-green);
}
.member-card i {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--ibc-green), var(--ibc-blue));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease, -webkit-text-fill-color 0.3s ease, color 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(93, 167, 57, 0.2));
}
.member-card:hover i {
    transform: scale(1.1);
}
.member-card h3 {
    font-size: clamp(1rem, 4vw, 1.35rem);
    font-weight: 700;
    color: var(--ibc-dark);
    margin-bottom: 0.75rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    max-width: 100%;
}
@media (max-width: 767px) {
    .member-card h3 {
        word-break: normal;
        hyphens: auto;
    }
}
@media (max-width: 575px) {
}
@media (max-width: 400px) {
}
.member-card:hover h3 {
    color: var(--ibc-blue);
}
.member-card p {
    font-size: 0.95rem;
    color: var(--ibc-text-secondary);
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}
.member-card:hover p {
    color: var(--ibc-text-primary);
}
.team-card {
    background: #f4f6f8;
    border-radius: var(--border-radius-large);
    overflow: hidden;
    text-align: center;
    box-shadow: var(--shadow-medium);
    transition: all 0.4s var(--ease-out-expo);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--ibc-border-light);
}
.team-card:hover {
    background: linear-gradient(135deg, rgba(93, 167, 57, 0.5) 0%, rgba(64, 84, 178, 0.5) 100%);
}
.team-card:hover h3,
.team-card:hover h4,
.team-card:hover .team-card-tasks,
.team-card:hover .team-card-tasks li {
    color: var(--ibc-white);
}
.team-card:hover .team-card-tasks li::before {
    color: var(--ibc-white);
}
.team-card-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
    position: relative;
}
.team-card-img-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2) 0%, transparent 40%);
    opacity: 0;
    transition: opacity var(--transition-medium);
}
.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s var(--ease-out-expo);
    filter: none;
    opacity: 1;
}
.team-card-body {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.team-card h3 {
    color: var(--ibc-dark);
    font-weight: 700;
    margin-bottom: 0.25rem;
    transition: color 0.4s var(--ease-out-expo);
}
.team-card h4 {
    font-weight: 600;
    color: var(--ibc-green);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.4s var(--ease-out-expo);
}
.team-card-tasks {
    font-size: 0.9rem;
    text-align: left;
    padding-left: 0;
    color: var(--ibc-text-secondary);
    margin-bottom: 1.5rem;
    flex-grow: 1;
    list-style: none;
    transition: color 0.4s var(--ease-out-expo);
}
.team-card-tasks li {
    margin-bottom: 0.6rem;
    position: relative;
    padding-left: 1.5rem;
    transition: color 0.4s var(--ease-out-expo);
}
.team-card-tasks li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--ibc-green);
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 0.8rem;
    transition: color 0.4s var(--ease-out-expo);
}
.team-card-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: auto;
}
.team-card-social .copy-email-link.ethereal-button {
    padding: 8px 18px;
    font-size: 0.85rem;
    letter-spacing: 0.2px;
    border-radius: 30px;
    text-transform: none;
}
.team-card-social a:not(.ethereal-button) {
    color: var(--ibc-text-secondary);
    font-size: 1.4rem;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ibc-light-grey);
    border-radius: 50%;
    border: 1px solid var(--ibc-border-light);
}
.team-card-social a:not(.ethereal-button) i {
    color: inherit;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
}
.team-card-social a:not(.ethereal-button):hover {
    color: var(--ibc-white);
    background-color: var(--ibc-blue);
    transform: translateY(-3px) scale(1.05);
    border-color: var(--ibc-blue);
    box-shadow: var(--shadow-soft);
}
.team-card-social a:not(.ethereal-button):hover i {
    color: var(--ibc-white);
}
.team-card-social .copy-email-link.ethereal-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(64, 84, 178, 0.3);
}
.parallax-section {
    padding: clamp(6rem, 12vw, 8rem) 0;
    background-size: cover;
    position: relative;
    color: var(--ibc-white);
    overflow: hidden;
}
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(26, 40, 48, 0.95) 0%, rgba(26, 40, 48, 0.70) 100%);
}
.parallax-overlay-right {
    background: linear-gradient(to left, rgba(26, 40, 48, 0.95) 0%, rgba(26, 40, 48, 0.75) 100%);
}
.parallax-content .row > [class*="col-"] {
    padding: 0;
}
.value-card-wrapper {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.15) 100%);
    border-radius: 32px;
    padding: 4rem 3.5rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow:
        0 35px 70px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 0 100px rgba(93, 167, 57, 0.15);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
}
.value-card-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--ibc-green), var(--ibc-blue), var(--ibc-green), var(--ibc-blue));
    background-size: 300% 100%;
    border-radius: 32px 32px 0 0;
    animation: gradientShiftValues 5s ease infinite;
}
@keyframes gradientShiftValues {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
.value-card-wrapper::after {
    content: '';
    position: absolute;
    bottom: -60%;
    right: -35%;
    width: 70%;
    height: 120%;
    background: radial-gradient(ellipse, rgba(93, 167, 57, 0.2) 0%, transparent 60%);
    pointer-events: none;
    transition: all 0.7s ease;
    animation: glowPulse 4s ease-in-out infinite;
}
@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.1); }
}
.value-card-wrapper:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow:
        0 50px 100px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(93, 167, 57, 0.35),
        0 0 0 2px rgba(255, 255, 255, 0.3) inset;
    border-color: rgba(93, 167, 57, 0.5);
}
.value-card-wrapper:hover::after {
    transform: scale(1.4);
    opacity: 1;
}
.value-card-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--ibc-green), var(--ibc-blue));
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.5rem auto;
    font-size: 2.5rem;
    color: var(--ibc-white);
    box-shadow:
        0 15px 40px rgba(93, 167, 57, 0.5),
        0 0 0 5px rgba(255, 255, 255, 0.15);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    animation: iconFloat 3s ease-in-out infinite;
}
@keyframes iconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
.value-card-icon::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--ibc-green), var(--ibc-blue));
    opacity: 0.35;
    filter: blur(15px);
    z-index: -1;
    transition: opacity 0.5s ease;
}
.value-card-wrapper:hover .value-card-icon {
    transform: rotate(-8deg) scale(1.15);
    box-shadow:
        0 16px 45px rgba(93, 167, 57, 0.5),
        0 0 0 6px rgba(255, 255, 255, 0.15);
}
.value-card-wrapper:hover .value-card-icon::after {
    opacity: 0.5;
}
.parallax-section .value-card-wrapper h2 {
    font-size: clamp(2rem, 5vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--ibc-white);
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    display: inline-block;
    letter-spacing: -0.02em;
}
.parallax-section .value-card-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--ibc-green), var(--ibc-blue));
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(93, 167, 57, 0.4);
    transition: width 0.4s ease;
}
.value-card-wrapper:hover h2::after {
    width: 120px;
}
.parallax-section .value-card-wrapper p,
.parallax-section .value-card-wrapper .lead {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
}
@media (max-width: 991px) {
    .value-card-wrapper {
        padding: 2.5rem 2rem;
    }
}
@media (max-width: 767px) {
    .value-card-wrapper {
        padding: 2rem 1.5rem;
    }
    .value-card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
    }
}
.parallax-section:has([data-i18n="about-values-performance-title"]) {
    background-position: center center;
    background-size: cover;
    position: relative;
    --leistung-overlay-rgb: 29, 45, 53;
}
.parallax-section:has([data-i18n="about-values-performance-title"]) .parallax-overlay-right {
    background: linear-gradient(
        to left,
        rgba(var(--leistung-overlay-rgb), 0.92) 0%,
        rgba(var(--leistung-overlay-rgb), 0.85) 50%,
        rgba(var(--leistung-overlay-rgb), 0.70) 100%
    );
    backdrop-filter: blur(2px);
}
.parallax-section:has([data-i18n="about-values-performance-title"]) .row {
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.parallax-section:has([data-i18n="about-values-performance-title"]) h2 {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 2.5rem);
    letter-spacing: 0.02em;
}
.parallax-section:has([data-i18n="about-values-performance-title"]) h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 4px;
    background: linear-gradient(to left, var(--ibc-green), var(--ibc-blue));
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(93, 167, 57, 0.4);
}
.parallax-section:has([data-i18n="about-values-performance-title"]) .lead {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.97);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    font-weight: 400;
    letter-spacing: 0.01em;
}
.parallax-content {
    position: relative;
    z-index: 1;
}
.parallax-section h2 {
    color: var(--ibc-white);
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    margin-bottom: 1.5rem;
    text-shadow: 0 3px 15px rgba(0,0,0,0.5);
    font-weight: 700;
}
.parallax-section p, .parallax-section .lead {
    color: rgba(255,255,255,0.9);
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    line-height: 1.8;
    font-size: 1.15rem;
    max-width: 90%;
}
.parallax-section .row.justify-content-end {
    margin-left: auto;
}
.animate-slide-in-left, .animate-slide-in-right {
    opacity: 0;
    transition: opacity 1s var(--ease-out-expo), transform 1s var(--ease-out-expo);
    transition-delay: var(--animation-delay, 0s);
}
.animate-slide-in-left { transform: translateX(-50px); }
.animate-slide-in-right { transform: translateX(50px); }
.animate-slide-in-left.is-visible, .animate-slide-in-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}
#copy-banner {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--ibc-green);
    color: var(--ibc-white);
    padding: 14px 25px;
    border-radius: 50px;
    box-shadow: var(--shadow-medium);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    z-index: 1056;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    visibility: hidden;
}
#copy-banner.show {
    top: 90px;
    opacity: 1;
    visibility: visible;
}
#copy-banner i {
    font-size: 1.1rem;
    color: var(--ibc-white);
}
.ethereal-button {
    position: relative;
    display: inline-block;
    padding: 12px 35px;
    font-size: 1rem;
    text-transform: none;
    letter-spacing: 0.5px;
    color: var(--ibc-white);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    background: linear-gradient(135deg, var(--ibc-green), var(--ibc-blue));
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 20px rgba(64, 84, 178, 0.2);
}
.ethereal-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: skewX(-20deg);
    transition: all 0.6s ease;
    z-index: 2;
    pointer-events: none;
}
.ethereal-button::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ibc-green), var(--ibc-blue), var(--ibc-green));
    background-size: 300%;
    opacity: 0.4;
    filter: blur(12px);
    z-index: 0;
    transition: opacity 0.4s ease;
    animation: gradientMove 6s ease infinite;
}
.ethereal-button span {
    position: relative;
    z-index: 3;
    font-weight: 600;
}
.ethereal-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(64, 84, 178, 0.3), 0 0 15px rgba(93, 167, 57, 0.2);
}
.ethereal-button:hover::before {
    left: 130%;
}
.ethereal-button:hover::after {
    opacity: 0.7;
}
@media (max-width: 600px) {
    .ethereal-button {
        font-size: 0.9rem;
        padding: 10px 25px;
    }
}
@keyframes animatedGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@media (max-width: 991px) {
    #team .col-lg-4, #ressorts .col-lg-4, #plattform .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .parallax-section .row.justify-content-end .col-lg-7 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
     .parallax-section .row.justify-content-start .col-lg-7 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
@media (max-width: 767px) {
    #team .col-md-6, #ressorts .col-md-6, #plattform .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .team-card-body { padding: 1.5rem; }
    .team-card h3 { font-size: 1.3rem; }
    .team-card-tasks { font-size: 0.9rem; }
    .team-card-social .copy-email-link.ethereal-button { font-size: 0.8rem; padding: 6px 15px; }
    .parallax-section { background-attachment: scroll; padding: 5rem 0; }
    .parallax-section .row { text-align: center; }
    #copy-banner { width: 90%; padding: 12px 20px; font-size: 0.9rem; }
    #copy-banner.show { top: 80px; }
}
.member-card:nth-child(1) { --animation-delay: 0.1s; }
.member-card:nth-child(2) { --animation-delay: 0.2s; }
.member-card:nth-child(3) { --animation-delay: 0.3s; }
.member-card:nth-child(4) { --animation-delay: 0.4s; }
.member-card:nth-child(5) { --animation-delay: 0.5s; }
.member-card:nth-child(6) { --animation-delay: 0.6s; }
.member-card:nth-child(7) { --animation-delay: 0.7s; }
.member-card:nth-child(8) { --animation-delay: 0.8s; }
.board-member-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ibc-green), var(--ibc-blue));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.board-member-card:hover::after {
    transform: scaleX(1);
}
.team-card {
    position: relative;
}
.team-card-img-wrapper {
    position: relative;
}
#mission {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
#mission::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 60%;
    height: 200%;
    background: transparent;
    pointer-events: none;
}
#mission .container {
    position: relative;
    z-index: 2;
}
#mission .lead {
    font-size: 1.3rem;
    line-height: 1.9;
    font-weight: 400;
    position: relative;
    padding-bottom: 2rem;
}
.vision-box {
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 50%, #ffffff 100%);
    padding: 3rem 3.5rem;
    border-radius: 16px;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.06),
        0 4px 12px rgba(64, 84, 178, 0.04),
        0 2px 6px rgba(93, 167, 57, 0.02);
    border: 1px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 3rem;
}
.vision-box::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 17px;
    background: linear-gradient(135deg, var(--ibc-green) 0%, var(--ibc-blue) 50%, var(--ibc-green) 100%);
    background-size: 300% 300%;
    opacity: 0.15;
    z-index: -1;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    animation: gradientBorderShift 8s ease-in-out infinite;
}
.vision-box:hover::before {
    opacity: 0.35;
}
.vision-box::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(93, 167, 57, 0.08) 0%, transparent 70%);
    opacity: 0.5;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.vision-box:hover::after {
    transform: scale(1.2);
    opacity: 0.7;
}
.vision-box:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.1),
        0 8px 24px rgba(64, 84, 178, 0.08),
        0 4px 12px rgba(93, 167, 57, 0.05);
}
.vision-box .h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}
@keyframes gradientBorderShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
.parallax-section h2.fade-in-up {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
}
.parallax-section h2.fade-in-up.is-visible {
    animation: fadeInUpScaleValues 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.max-width-800 {
    max-width: 800px;
}
.max-width-700 {
    max-width: 700px;
}
.transition-delay-0 {
    transition-delay: 0ms;
}
.transition-delay-200 {
    transition-delay: 200ms;
}
.transition-delay-400 {
    transition-delay: 400ms;
}
.parallax-section p.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
}
.parallax-section p.fade-in-up.is-visible {
    animation: fadeInUpValues 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.parallax-section h2[data-animation-delay="200ms"].is-visible {
    animation-delay: 0.2s;
}
.parallax-section p[data-animation-delay="400ms"].is-visible {
    animation-delay: 0.5s;
}
.parallax-section h2[data-animation-delay="400ms"].is-visible {
    animation-delay: 0.4s;
}
.parallax-section p[data-animation-delay="600ms"].is-visible {
    animation-delay: 0.7s;
}
.parallax-section h2[data-animation-delay="600ms"].is-visible {
    animation-delay: 0.6s;
}
.parallax-section p[data-animation-delay="800ms"].is-visible {
    animation-delay: 0.9s;
}
@keyframes fadeInUpScaleValues {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.95);
    }
    60% {
        opacity: 0.8;
        transform: translateY(-5px) scale(1.01);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes fadeInUpValues {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    60% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.parallax-section {
    position: relative;
    padding: clamp(8rem, 15vw, 12rem) 0;
    overflow: hidden;
}
.parallax-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    animation: kenBurns 20s ease-in-out infinite alternate;
    z-index: -1;
}
@keyframes kenBurns {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}
.parallax-content {
    position: relative;
    z-index: 2;
}
.parallax-section h2 {
    font-size: clamp(3rem, 7vw, 4.5rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6),
                 0 8px 40px rgba(0, 0, 0, 0.4);
    margin-bottom: 2rem;
    line-height: 1.1;
}
.parallax-section p,
.parallax-section .lead {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.9;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5),
                 0 4px 24px rgba(0, 0, 0, 0.3);
    max-width: 85%;
}
@media (max-width: 991px) {
    .vision-box {
        padding: 4rem 3.5rem;
        border-radius: 20px;
    }
    .vision-box .h4 {
        font-size: 1.45rem;
    }
    .parallax-section {
        padding: clamp(4rem, 8vw, 6rem) 0;
    }
    .parallax-section h2 {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }
    .parallax-section p,
    .parallax-section .lead {
        font-size: 1.05rem;
        max-width: 95%;
    }
}
@media (max-width: 767px) {
    .vision-box {
        padding: 3rem 2.5rem;
        border-radius: 18px;
    }
    .vision-box .h4 {
        font-size: 1.3rem;
    }
    .vision-box::after {
        font-size: 2rem;
        top: 1.5rem;
        right: 1.5rem;
    }
    .parallax-section {
        padding: clamp(3rem, 6vw, 5rem) 0;
    }
    .parallax-section .row.justify-content-start,
    .parallax-section .row.justify-content-end {
        justify-content: center !important;
    }
    .parallax-section .row.text-end {
        text-align: center !important;
    }
    .parallax-section .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .parallax-section h2 {
        font-size: clamp(1.8rem, 4.5vw, 2.2rem);
        margin-bottom: 1rem;
    }
    .parallax-section p,
    .parallax-section .lead {
        font-size: 1rem;
        max-width: 100%;
        margin: 0 auto;
    }
    .parallax-overlay,
    .parallax-overlay-right {
        background: rgba(26, 40, 48, 0.80);
    }
    .parallax-section .row {
        justify-content: center !important;
        text-align: center !important;
    }
    .parallax-section .row.text-end {
        text-align: center !important;
    }
    .parallax-section h2,
    .parallax-section .lead {
        text-align: center;
    }
}
@media (max-width: 575px) {
    .vision-box {
        padding: 2.5rem 2rem;
        border-radius: 16px;
    }
    .vision-box .h4 {
        font-size: 1.2rem;
        line-height: 1.7;
    }
    .parallax-overlay,
    .parallax-overlay-right {
        background: rgba(26, 40, 48, 0.85);
    }
    .parallax-section {
        padding: 2.5rem 0;
    }
    .parallax-section .row {
        justify-content: center !important;
        text-align: center !important;
    }
    .parallax-section .row.text-end {
        text-align: center !important;
    }
    .parallax-section h2 {
        font-size: clamp(1.5rem, 4vw, 1.8rem);
        text-align: center;
    }
    .parallax-section .lead {
        text-align: center;
    }
    .parallax-section p,
    .parallax-section .lead {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}
.values-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}
.values-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 40%, rgba(96, 151, 68, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 70% 60%, rgba(32, 35, 74, 0.05) 0%, transparent 50%);
    animation: gradientFloat 20s ease-in-out infinite;
}
@keyframes gradientFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(2%, -2%) rotate(1deg); }
    50% { transform: translate(-1%, 1%) rotate(-1deg); }
    75% { transform: translate(1%, 2%) rotate(0.5deg); }
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
.value-card-modern {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    transition:
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.value-card-modern:hover {
    transform: translateY(-10px);
    box-shadow:
        0 20px 50px rgba(32, 35, 74, 0.15),
        0 10px 30px rgba(96, 151, 68, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}
.value-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(96, 151, 68, 0.05) 0%, rgba(32, 35, 74, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 24px;
    z-index: 0;
}
.value-card-modern:hover::before {
    opacity: 1;
}
.value-card-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--ibc-green, #6D9744), var(--ibc-blue, #20234A));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    box-shadow: 0 8px 20px rgba(96, 151, 68, 0.3);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 1;
}
.value-card-modern:hover .value-card-icon-wrapper {
    transform: scale(1.1) rotate(-5deg);
}
.value-card-icon-wrapper i {
    font-size: 2rem;
    color: #fff;
}
.value-card-modern h3 {
    color: var(--ibc-blue, #20234A);
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    text-align: center;
}
.value-card-modern:hover h3 {
    color: var(--ibc-green-secondary, #355B2C);
}
.value-card-modern p {
    color: var(--ibc-text-secondary, #6B7280);
    font-size: clamp(0.9rem, 3vw, 1rem);
    line-height: 1.6;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    text-align: center;
    max-width: 90%;
}
.value-card-modern:hover p {
    color: var(--ibc-text-primary, #1F2937);
}
.fade-in-up-value {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.fade-in-up-value.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.fade-in-up-value[data-delay="0"] {
    transition-delay: 0s;
}
.fade-in-up-value[data-delay="1"] {
    transition-delay: 0.15s;
}
.fade-in-up-value[data-delay="2"] {
    transition-delay: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .fade-in-up-value {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .value-card-modern:hover {
        transform: none;
    }
    .value-card-modern:hover .value-card-icon-wrapper {
        transform: none;
    }
    .values-section::before {
        animation: none;
    }
}
.flip-card {
    background-color: transparent;
    width: 100%;
    min-height: 320px;
    height: 100%;
    perspective: 1800px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    border: none !important;
    box-shadow: none !important;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: center center;
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}
.flip-card:focus-within .flip-card-inner,
.flip-card.active .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: var(--border-radius-large);
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none !important;
    box-shadow: 0 4px 16px rgba(32, 35, 74, 0.12), 0 2px 4px rgba(32, 35, 74, 0.08);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    transition: box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.flip-card-front {
    background-color: var(--ibc-white);
    background-image: radial-gradient(circle at 100% 0%, rgba(64, 84, 178, 0.04), transparent 30%);
    color: var(--ibc-dark);
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flip-card-front .icon-box {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(93, 167, 57, 0.1), rgba(64, 84, 178, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    color: var(--ibc-green);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}
.flip-card-front .icon-box i,
.flip-card-front .icon-box svg {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1;
}
.flip-card:hover .flip-card-front .icon-box,
.flip-card.active .flip-card-front .icon-box {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, var(--ibc-green), var(--ibc-blue));
    color: var(--ibc-white);
    box-shadow: 0 8px 20px rgba(93, 167, 57, 0.3);
}
.flip-card-front h3,
.flip-card-front h4 {
    color: var(--ibc-blue);
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.1rem;
}
.flip-card-back {
    background: linear-gradient(135deg, #20234A 0%, #151730 100%);
    color: var(--ibc-white);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
    font-size: 0.95rem;
    line-height: 1.8;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.3);
}
.flip-card-back p {
    max-width: 95%;
    margin: 0 auto;
    opacity: 0.95;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    font-weight: 300;
}
.tap-hint {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.4);
    opacity: 0.7;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.flip-card-back .tap-hint {
    color: rgba(255, 255, 255, 0.7);
}
.tap-hint i {
    font-size: 1rem;
}
@media (hover: hover) and (pointer: fine) {
    .flip-card:hover .tap-hint.front-hint,
    .flip-card.active .tap-hint.front-hint {
        opacity: 0;
    }
}
.flip-card:hover .flip-card-front,
.flip-card:hover .flip-card-back,
.flip-card.active .flip-card-front,
.flip-card.active .flip-card-back {
    box-shadow: 0 8px 20px rgba(32, 35, 74, 0.08);
}
.flip-card:focus {
    outline: none;
}
.flip-card:focus-visible {
    outline: 3px solid var(--ibc-blue);
    outline-offset: 4px;
    border-radius: var(--border-radius-large);
}
@media (max-width: 768px) {
    .flip-card-front .icon-box {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .flip-card-front,
    .flip-card-back {
        padding: 2rem 1.5rem;
    }
    .flip-card-back p {
        font-size: 0.9rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .flip-card-inner {
        transition: none;
    }
    .flip-card:hover .flip-card-inner,
    .flip-card:focus-within .flip-card-inner,
    .flip-card.active .flip-card-inner {
        transform: none;
    }
    .flip-card.active .flip-card-front {
        display: none;
    }
    .flip-card.active .flip-card-back {
        position: relative;
        transform: none;
    }
}
@media (min-width: 1400px) {
    .flip-card:hover .flip-card-inner,
    .flip-card:focus-within .flip-card-inner {
        transform: rotateY(180deg);
    }
    .tap-hint {
        display: none;
    }
    .flip-card.active .flip-card-inner {
        transform: rotateY(180deg);
    }
}
.flip-card:focus .flip-card-inner,
.flip-card:active .flip-card-inner,
.flip-card:focus-within .flip-card-inner {
    transform: rotateY(180deg);
}
