/* ===============================================
   KEANGGOTAAN PAGE - KARDERA CLEAN & FLAT
   =============================================== */

/* CONTAINER OPTIMIZATION */
.container-xxl {
    max-width: 1400px !important;
}

@media (min-width: 1200px) {
    .container-xxl {
        max-width: 1500px !important;
    }
}

/* PAGE STRUCTURE */
.page-section {
    padding: 4rem 0;
    background: var(--white);
}

@media (min-width: 768px) {
    .page-section {
        padding: 5rem 0;
    }
}

.content-section {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .content-section {
        margin-bottom: 3.5rem;
    }
}

/* SECTION TITLE */
.section-title {
    color: var(--primary);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
    letter-spacing: -0.5px;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.25rem;
        margin-bottom: 2.5rem;
    }
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

/* ===============================================
   PARTNERSHIP STATS
   =============================================== */

.partnership-stats .stat-card {
    background: var(--accent);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    transition: all 0.3s ease;
    border: none;
    color: var(--text-dark);
}

.partnership-stats .stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(242, 183, 5, 0.4);
}

.partnership-stats .stat-card.bg-success {
    background: var(--accent) !important;
}

.partnership-stats .stat-card.bg-info {
    background: var(--accent) !important;
}

.partnership-stats .stat-card h3 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.partnership-stats .stat-card p {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 0;
}

/* ===============================================
   PARTNERSHIP CARDS
   =============================================== */

.partnership-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 2px solid rgba(242, 183, 5, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(242, 183, 5, 0.08);
}

.partnership-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.partnership-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 60px rgba(242, 183, 5, 0.25);
    border-color: var(--accent);
}

.partnership-card:hover::before {
    transform: scaleX(1);
}

.partnership-icon {
    width: 80px;
    height: 80px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px rgba(242, 183, 5, 0.3);
    transition: all 0.3s ease;
}

.partnership-card:hover .partnership-icon {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 12px 35px rgba(242, 183, 5, 0.4);
}

.partnership-icon i {
    font-size: 2rem;
    color: white;
}

.partnership-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.partnership-card p {
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

/* Card Header - Gold Theme */
.card-header.bg-gradient-primary {
    background: var(--accent) !important;
    color: var(--text-dark) !important;
    border-radius: 15px 15px 0 0;
    padding: 1.5rem;
    border: none;
}

/* ===============================================
   BENEFIT CARDS
   =============================================== */

.benefit-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(242, 183, 5, 0.2);
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 8px 32px rgba(242, 183, 5, 0.08);
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(242, 183, 5, 0.15);
}

.benefit-icon {
    margin-bottom: 1.5rem;
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(242, 183, 5, 0.3);
    transition: all 0.3s ease;
}

.benefit-card:hover .icon-circle {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(242, 183, 5, 0.4);
}

.icon-circle.bg-primary {
    background: var(--accent) !important;
}

.icon-circle.bg-success {
    background: var(--accent) !important;
}

.icon-circle.bg-info {
    background: var(--accent) !important;
}

.benefit-content h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.benefit-content p {
    color: var(--text-color);
    line-height: 1.6;
    opacity: 0.9;
}

.benefit-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-features li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    color: var(--text-color);
    font-weight: 500;
}

.benefit-features li i {
    color: var(--accent);
    margin-right: 0.75rem;
    flex-shrink: 0;
}

/* ===============================================
   BADGES & ELEMENTS
   =============================================== */

.badge.bg-success-subtle {
    background: rgba(242, 183, 5, 0.1) !important;
    color: var(--accent) !important;
    border: 1px solid rgba(242, 183, 5, 0.2);
}

.badge.bg-info-subtle {
    background: rgba(234, 38, 65, 0.1) !important;
    color: var(--primary) !important;
    border: 1px solid rgba(234, 38, 65, 0.2);
}

/* ===============================================
   CTA SECTION
   =============================================== */

.cta-section {
    background: var(--primary);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

@media (min-width: 768px) {
    .cta-section {
        padding: 5rem 0;
    }
}

.cta-section .btn {
    background: var(--accent);
    border: none;
    color: var(--text-dark);
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-section .btn:hover {
    background: var(--white);
    color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

/* ===============================================
   BACKGROUND SECTIONS
   =============================================== */

.bg-light {
    background: #f8f9fa !important;
}

/* ===============================================
   RESPONSIVE DESIGN
   =============================================== */

@media (max-width: 768px) {
    .partnership-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .partnership-icon {
        width: 60px;
        height: 60px;
    }
    
    .partnership-icon i {
        font-size: 1.5rem;
    }
    
    .benefit-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .icon-circle {
        width: 60px;
        height: 60px;
    }
    
    .partnership-stats .stat-card {
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
    
    .partnership-stats .stat-card h3 {
        font-size: 1.75rem;
    }
}

@media (min-width: 1200px) {
    .partnership-card {
        padding: 2.5rem;
    }
    
    .benefit-card {
        padding: 2.5rem;
    }
    
    .partnership-icon {
        width: 90px;
        height: 90px;
    }
    
    .partnership-icon i {
        font-size: 2.25rem;
    }
}

/* ===============================================
   FORM ELEMENTS (IF NEEDED)
   =============================================== */

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(234, 38, 65, 0.25);
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}
