.hero-carousel {
    position: relative;
}

.hero-carousel-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.hero-copy {
    max-width: 760px;
    opacity: 0;
    transform: translateX(-40px);
}

.carousel-item-has-copy::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(16, 18, 20, 0.58) 0%, rgba(16, 18, 20, 0.28) 28%, rgba(16, 18, 20, 0) 58%);
    pointer-events: none;
}

.hero-title {
    color: #fff;
    font-size: clamp(1.9rem, 3.6vw, 3.4rem);
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.hero-description {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    max-width: 58ch;
    text-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.35);
}

.hero-title,
.hero-description {
    text-shadow: 0 0.35rem 1.4rem rgba(0, 0, 0, 0.42);
}

.carousel-item.active .hero-copy {
    animation: heroFadeInLeft 0.9s ease-out both;
}

@keyframes heroFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-carousel .carousel-item img {
    height: 100vh;
    min-height: 640px;
    object-fit: cover;
    background: radial-gradient(circle at center, rgba(234, 33, 48, 0.2), rgba(1, 15, 114, 0.2));
}

.home-section-lead {
    max-width: 700px;
}

.mvv-card {
    min-height: 500px;
    display: flex;
    background-size: cover;
    background-position: center;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    box-shadow: 0 1.5rem 3rem rgba(26, 28, 30, 0.14);
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.mvv-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(26, 28, 30, 0.18) 32%, rgba(26, 28, 30, 0.86) 100%);
}

.mvv-card::after {
    content: '';
    position: absolute;
    inset: 1rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.mvv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 2rem 3.5rem rgba(26, 28, 30, 0.18);
}

.mvv-content {
    position: relative;
    z-index: 1;
    padding: 1.35rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mvv-badge {
    align-self: flex-start;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    color: #ea2130;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mvv-copy {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    padding: 1.5rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(16, 18, 20, 0.2), rgba(16, 18, 20, 0.55));
    backdrop-filter: blur(6px);
}

.mvv-title {
    color: #fff;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    line-height: 1.15;
    margin-bottom: 1.35rem;
}

.mvv-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    max-width: 28ch;
}

.mvv-card-values .mvv-copy {
    background: linear-gradient(180deg, rgba(16, 18, 20, 0.16), rgba(16, 18, 20, 0.7));
}

.mvv-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.mvv-tag {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.74rem;
    line-height: 1.2;
}

.events-section {
    background: linear-gradient(180deg, #fff7f8 0%, #ffffff 100%);
}

.content-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid rgba(16, 18, 20, 0.06);
    box-shadow: 0 1.2rem 2.8rem rgba(14, 18, 24, 0.08);
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.content-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1.9rem 3.4rem rgba(14, 18, 24, 0.14);
    border-color: rgba(234, 33, 48, 0.16);
}

.content-card-media {
    position: relative;
    overflow: hidden;
}

.content-card-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 11, 18, 0.02) 0%, rgba(8, 11, 18, 0.42) 100%);
    pointer-events: none;
}

.content-card-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.5s ease;
}

.content-card:hover .content-card-image {
    transform: scale(1.04);
}

.content-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #010f72;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.content-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.45rem 1.4rem 1.5rem;
}

.content-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.95rem;
}

.content-card-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    background: #f4f6fb;
    color: #495262;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.1;
}

.content-card-title {
    margin-bottom: 0.85rem;
    color: #010f72;
    font-size: 1.22rem;
    line-height: 1.3;
}

.content-card-text {
    margin-bottom: 1.15rem;
    color: #5b6574;
    line-height: 1.75;
}

.content-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #ea2130;
    font-weight: 700;
    text-decoration: none;
}

.content-card-link::after {
    content: '→';
    transition: transform 0.25s ease;
}

.content-card:hover .content-card-link::after {
    transform: translateX(4px);
}

.contact-preview,
.plano-section,
.objective-section {
    position: relative;
    overflow: hidden;
}

.contact-preview::after,
.plano-section::after,
.objective-section::after {
    content: '';
    position: absolute;
    inset: auto -5rem -5rem auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.objective-section {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
    background:
        linear-gradient(135deg, rgba(18, 21, 24, 0.9), rgba(24, 29, 34, 0.86)),
        var(--objective-bg-image),
        radial-gradient(circle at top left, rgba(234, 33, 48, 0.22), transparent 28%),
        linear-gradient(135deg, #121518 0%, #181d22 100%);
    background-size: cover;
    background-position: center;
}

.objective-shell {
    position: relative;
    padding: 2rem 2.2rem;
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 1.75rem 3rem rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
}

.objective-text {
    max-width: 64ch;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.04rem;
    line-height: 1.85;
}

.objective-cta {
    min-width: 220px;
    padding-inline: 1.5rem;
}

.plano-section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 26%),
        linear-gradient(135deg, #ea2130 0%, #c8192a 100%);
}

.plano-shell {
    position: relative;
    padding: 2rem 2.2rem;
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 1.75rem 3rem rgba(112, 12, 24, 0.22);
}

.plano-icon {
    max-width: 118px;
    filter: drop-shadow(0 1rem 1.5rem rgba(0, 0, 0, 0.18));
}

.plano-steps {
    margin: 0;
    padding-left: 1.2rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.85;
}

.plano-steps li + li {
    margin-top: 0.45rem;
}

.plano-cta-box {
    padding: 1.5rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.plano-btn {
    min-width: 220px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .hero-copy {
        margin-inline: 0.75rem;
    }

    .hero-title {
        font-size: 1.75rem;
        line-height: 1;
    }

    .hero-carousel .carousel-item img {
        height: 100vh;
        min-height: 540px;
    }

    .mvv-card {
        min-height: 500px;
    }

    .mvv-content {
        padding: 1rem;
    }

    .mvv-copy {
        padding: 1.25rem;
    }

    .mvv-tags {
        grid-template-columns: 1fr;
    }

    .content-card-image {
        height: 220px;
    }

    .content-card-body {
        padding: 1.2rem;
    }

    .content-card-title {
        font-size: 1.1rem;
    }

    .objective-section {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .objective-shell {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .plano-section {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .plano-shell {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .plano-icon {
        max-width: 92px;
    }

    .plano-btn {
        width: 100%;
        min-width: 0;
    }
}
