/* ==========================================
   PREMIUM PLANS SECTION
   ========================================== */

.section-premium {
    background: linear-gradient(180deg, #0f1229 0%, #1a1d3a 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.section-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.section-premium .section-title {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-premium .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--font-body);
    max-width: 700px;
    margin: 0 auto 60px;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Common Card Styles */
.plan-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.plan-header {
    margin-bottom: 30px;
    text-align: center;
}

.plan-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.plan-card h3 {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 15px;
}

.plan-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.6;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    flex-grow: 1;
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.5;
}

.plan-features li i {
    margin-top: 4px;
}

.plan-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

/* Standard Card (Assessoria Solo) */
.plan-card-standard {
    border-top: 4px solid rgba(255, 255, 255, 0.2);
}

.plan-card-standard .plan-badge {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.plan-features li i {
    color: #a0a0a0;
}

.feature-unavailable {
    background: rgba(255, 255, 255, 0.05);
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

.feature-unavailable i {
    color: #f4d03f !important;
}

.btn-outline-gold {
    background: transparent;
    border: 1px solid #d4af37;
    color: #d4af37;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background: rgba(212, 175, 55, 0.1);
    color: #f4d03f;
}

.btn-link-gold {
    color: #d4af37;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.btn-link-gold:hover {
    gap: 12px;
    color: #f4d03f;
}

/* Premium Card (Parceiro Solution) */
.plan-card-premium {
    background: linear-gradient(145deg, rgba(212, 175, 55, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.1);
    position: relative;
}

.premium-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #d4af37 0%, #f4d03f 100%);
    color: #0a0e27;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    z-index: 3;
}

.plan-card-premium .plan-badge {
    background: rgba(212, 175, 55, 0.15);
    color: #f4d03f;
    padding: 15px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.plan-bonus i {
    font-size: 1.5rem;
    color: #f4d03f;
}

.plan-bonus div {
    display: flex;
    flex-direction: column;
}

.plan-bonus strong {
    color: #f4d03f;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.plan-bonus span {
    color: #ffffff;
    font-size: 0.95rem;
}

.plan-card-premium .plan-features li i {
    color: #d4af37;
}

.btn-gold-gradient {
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    color: #0a0e27;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-gold-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .plans-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-premium {
        padding: 60px 0;
    }

    .section-premium .section-title {
        font-size: 1.8rem;
    }

    .plan-card {
        padding: 30px 20px;
    }
}