
/* Modern Custom Styles for Cooperativa Cobán */

:root {
    --coope-blue: #0056b3;
    --coope-green: #36A415;
    --soft-shadow: 0 10px 30px rgba(0,0,0,0.08);
    --glass-bg: rgba(255, 255, 255, 0.85);
}

/* Global Smoothness */
body {
    font-family: 'Nunito', sans-serif;
    background-color: #f8f9fa;
}

/* Slider Improvements */
.slider-content {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    padding: 30px !important;
    border-radius: 20px;
    box-shadow: var(--soft-shadow);
    max-width: 600px;
    margin: 0 auto;
}

.slider-content-title {
    font-weight: 800 !important;
    color: var(--coope-blue);
    text-transform: none !important;
    letter-spacing: -0.5px;
}

.slider-thumb img {
    border-radius: 25px;
    box-shadow: var(--soft-shadow);
    transition: transform 0.5s ease;
}

/* Cards Modernization */
.coope-flip-card {
    perspective: 1000px;
    margin-bottom: 30px;
}

.flip-card-inner {
    border-radius: 20px !important;
    box-shadow: var(--soft-shadow) !important;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.flip-card-front, .flip-card-back {
    border-radius: 20px !important;
    border: none !important;
}

.flip-card-front {
    background: white !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.card-icon {
    width: 60px !important;
    margin-bottom: 15px;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.1));
}

.card-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
    text-align: center;
}

.btn-coope-mini {
    background: var(--coope-blue);
    color: white !important;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.btn-coope-mini:hover {
    background: #004494;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,86,179,0.3);
}

/* Section Titles */
.heading-title {
    font-weight: 800;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.heading-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--coope-green);
    border-radius: 2px;
}

/* Online Services */
.coope-case-item {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: var(--soft-shadow);
    background: white;
    transition: all 0.3s ease;
}

.coope-case-item:hover {
    transform: translateY(-10px);
}

.case-item-content {
    padding: 20px !important;
}

/* Header Modernization Overrides */
/* Header Modernization Overrides removed as they natively live in header-micoope-v2.css */

/* Action Buttons Modernization */
.btn-outline-v2 {
    border: 2px solid #15274d !important;
    color: #15274d !important;
    background: transparent !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    border-radius: 50px !important;
}

.btn-outline-v2:hover {
    background: #15274d !important;
    color: #ffffff !important;
}

.btn-primary-v2 {
    background: transparent !important;
    color: #15274d !important;
    border: 2px solid #15274d !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    border-radius: 50px !important;
    box-shadow: none !important;
}

.btn-primary-v2:hover {
    background: #15274d !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(21, 39, 77, 0.3) !important;
    transform: translateY(-2px);
}
