.conducta-empresarial-premium {
    background: transparent;
    padding: 80px 0;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

@keyframes gradientShiftDiagonal {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.conducta-empresarial-premium::before {
    content: none;
}

.conducta-empresarial-premium::after {
    content: none;
}

@keyframes floatGradients {
    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0.8;
    }
    50% {
        transform: translate(20px, -20px);
        opacity: 1;
    }
}

.conducta-empresarial-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.conducta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

.conducta-row:has(.conducta-carousel-section.active) {
    grid-template-columns: 1fr 1fr;
}

.conducta-text-section {
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}

.conducta-title {
    font-family: "Poppins", "Inter", sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6), 0 0 40px rgba(14, 165, 233, 0.3);
}

.conducta-description {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e2e8f0;
    margin-bottom: 40px;
    text-align: justify;
    font-weight: 300;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.conducta-description strong {
    color: #ffffff;
    font-weight: 700;
}

.conducta-description .text-highlight {
    color: #60d5f8;
    font-weight: 600;
    position: relative;
}

.conducta-cta-wrapper {
    margin-top: 40px;
}

.btn-conducta-premium {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 100%);
    border: 1px solid rgba(251, 191, 36, 0.3);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}

.btn-conducta-premium::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 100%
    );
    transition: left 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    pointer-events: none;
}

.btn-conducta-premium:hover::before {
    left: 100%;
}

.btn-conducta-premium:hover {
    transform: translateY(-5px) scale(1.03);
    border-color: rgba(251, 191, 36, 0.6);
    box-shadow: 0 20px 60px rgba(14, 165, 233, 0.5),
        0 10px 30px rgba(251, 191, 36, 0.3), 0 0 40px rgba(14, 165, 233, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    color: white;
    text-decoration: none;
}

.btn-text {
    position: relative;
    z-index: 2;
}

.btn-icon {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    position: relative;
    z-index: 2;
}

.btn-conducta-premium:hover .btn-icon {
    transform: translateX(6px);
}

.conducta-carousel-section {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.conducta-carousel-section.active {
    opacity: 1;
    transform: translateX(0);
}

.card-carousel {
    position: relative;
    width: 100%;
}

.card-slide {
    display: none;
    flex-direction: column;
    gap: 20px;
}

.card-slide.active {
    display: flex;
}

.card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 24px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.1) 0%,
            transparent 50%
        ),
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    pointer-events: none;
}

.card:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(50px);
    border-color: rgba(96, 213, 248, 0.3);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5), 0 15px 40px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(14, 165, 233, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.25),
        inset 0 -2px 0 rgba(255, 255, 255, 0.1);
}

.card:hover::before {
    opacity: 1;
}

.card-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.card .indicator {
    width: 6px;
    min-width: 6px;
    height: 100%;
    border-radius: 50px;
    flex-shrink: 0;
    box-shadow: 0 0 15px currentColor;
    transition: all 0.3s ease;
}

.card:hover .indicator {
    box-shadow: 0 0 25px currentColor;
}

.text-content {
    flex: 1;
}

.text-content h5 {
    font-family: "Poppins", "Inter", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.text-content p {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
    font-size: 0.95rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.carousel-controls button {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(96, 213, 248, 0.3);
    color: #60d5f8;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.carousel-controls button:hover:not(:disabled) {
    background: rgba(96, 213, 248, 0.15);
    border-color: rgba(96, 213, 248, 0.5);
    color: #60d5f8;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4), 0 0 30px rgba(96, 213, 248, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.carousel-controls button:active:not(:disabled) {
    transform: translateY(-1px) scale(1.02);
}

.carousel-controls button:disabled {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(96, 213, 248, 0.1);
    color: rgba(96, 213, 248, 0.3);
    cursor: not-allowed;
    opacity: 0.4;
    box-shadow: none;
}

.carousel-controls i {
    font-size: 1.5rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .conducta-row:has(.conducta-carousel-section.active) {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .conducta-title {
        font-size: 2.2rem;
    }

    .conducta-description {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .conducta-empresarial-premium {
        padding: 60px 0;
    }

    .conducta-empresarial-container {
        padding: 0 25px;
    }

    .conducta-row {
        gap: 40px;
    }

    .conducta-title {
        font-size: 1.8rem;
        letter-spacing: 0.08em;
        margin-bottom: 25px;
    }

    .conducta-description {
        font-size: 1rem;
        margin-bottom: 30px;
        text-align: left;
    }

    .btn-conducta-premium {
        padding: 16px 35px;
        font-size: 0.9rem;
        gap: 12px;
    }

    .card {
        padding: 20px;
    }

    .text-content h5 {
        font-size: 1rem;
    }

    .text-content p {
        font-size: 0.9rem;
    }

    .carousel-controls button {
        width: 45px;
        height: 45px;
    }

    .carousel-controls i {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .conducta-empresarial-premium {
        padding: 40px 0;
    }

    .conducta-empresarial-container {
        padding: 0 20px;
    }

    .conducta-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .conducta-description {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }

    .conducta-cta-wrapper {
        margin-top: 30px;
    }

    .btn-conducta-premium {
        width: 100%;
        justify-content: center;
        padding: 14px 30px;
        font-size: 0.85rem;
    }

    .card {
        padding: 18px;
    }

    .text-content h5 {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .text-content p {
        font-size: 0.85rem;
    }

    .carousel-controls {
        gap: 12px;
        margin-top: 25px;
    }

    .carousel-controls button {
        width: 42px;
        height: 42px;
    }

    .carousel-controls i {
        font-size: 1.2rem;
    }
}

