/* Premium Membership Plans CSS */

.plans-hero {
    background: linear-gradient(135deg, rgba(41, 2, 12, 0.95) 0%, rgba(93, 64, 55, 0.9) 50%, rgba(194, 24, 91, 0.92) 100%),
                url('../images/hero.png') center/cover no-repeat;
    padding: 70px 20px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.plans-hero-content {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.plans-badge-top {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(245, 197, 66, 0.25) 0%, rgba(212, 157, 24, 0.15) 100%);
    border: 1px solid rgba(245, 197, 66, 0.5);
    color: #FFE89C;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.plans-hero h1 {
    font-family: var(--font-heading, 'Playfair Display', Georgia, serif);
    font-size: 42px;
    font-weight: 800;
    color: #F5C542;
    margin-bottom: 14px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.plans-hero p {
    font-size: 17px;
    color: #FCE4EC;
    max-width: 680px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
    opacity: 0.95;
}

/* 5 Card Pricing Grid */
.plans-section {
    padding: 65px 20px 85px 20px;
    background-color: #FDF7F8;
}

.plans-container {
    max-width: 1380px;
    margin: 0 auto;
}

.plans-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: stretch;
}

.plan-card {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #FCE4EC;
    box-shadow: 0 10px 30px rgba(41, 2, 12, 0.06);
    padding: 28px 20px 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(194, 24, 91, 0.16);
    border-color: #F8BBD0;
}

/* Featured / Popular Card Styling */
.plan-card.popular {
    border: 2px solid #F5C542;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF5 100%);
    box-shadow: 0 12px 35px rgba(245, 197, 66, 0.25);
    transform: scale(1.03);
    z-index: 2;
}

.plan-card.popular:hover {
    transform: scale(1.03) translateY(-8px);
    box-shadow: 0 20px 45px rgba(245, 197, 66, 0.35);
}

.popular-tag {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, #F5C542 0%, #D49D18 100%);
    color: #29020C;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;
}

.plan-card.vip {
    border: 2px solid #E91E63;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF5F8 100%);
}

.vip-tag {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, #E91E63 0%, #C2185B 100%);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;
}

.plan-header {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 8px;
}

.plan-icon-wrapper {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 0 auto 14px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.plan-card.basic .plan-icon-wrapper { background: #E0F2FE; color: #0284C7; }
.plan-card.silver .plan-icon-wrapper { background: #F1F5F9; color: #475569; }
.plan-card.gold .plan-icon-wrapper { background: #FEF3C7; color: #D97706; }
.plan-card.diamond .plan-icon-wrapper { background: #FCE7F3; color: #DB2777; }
.plan-card.vip .plan-icon-wrapper { background: #FEE2E2; color: #DC2626; }

.plan-title {
    font-family: var(--font-heading, 'Playfair Display', Georgia, serif);
    font-size: 22px;
    font-weight: 800;
    color: #29020C;
    margin-bottom: 4px;
}

.plan-duration {
    font-size: 12px;
    color: #777777;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-price-box {
    text-align: center;
    margin-bottom: 22px;
    padding: 14px 0;
    border-top: 1px dashed #F3E5F5;
    border-bottom: 1px dashed #F3E5F5;
}

.plan-currency {
    font-size: 18px;
    font-weight: 700;
    color: #29020C;
    vertical-align: top;
}

.plan-price {
    font-size: 34px;
    font-weight: 800;
    color: #29020C;
    line-height: 1;
}

.plan-per-month {
    display: block;
    font-size: 11px;
    color: #888888;
    margin-top: 4px;
}

.plan-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.plan-features-list li {
    font-size: 13px;
    color: #444444;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

.plan-features-list li i.check {
    color: #10B981;
    font-size: 14px;
    margin-top: 2px;
}

.plan-features-list li i.cross {
    color: #CBD5E1;
    font-size: 14px;
    margin-top: 2px;
}

.plan-features-list li.disabled {
    color: #A0AEC0;
    text-decoration: line-through;
}

.btn-plan-buy {
    width: 100%;
    padding: 13px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.plan-card.basic .btn-plan-buy {
    background: #0284C7;
    color: #FFF;
}
.plan-card.basic .btn-plan-buy:hover {
    background: #0369A1;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4);
}

.plan-card.silver .btn-plan-buy {
    background: #475569;
    color: #FFF;
}
.plan-card.silver .btn-plan-buy:hover {
    background: #334155;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(71, 85, 105, 0.4);
}

.plan-card.gold .btn-plan-buy {
    background: linear-gradient(135deg, #F5C542 0%, #D49D18 100%);
    color: #29020C;
    box-shadow: 0 4px 15px rgba(245, 197, 66, 0.4);
}
.plan-card.gold .btn-plan-buy:hover {
    background: linear-gradient(135deg, #FFD54F 0%, #F5C542 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(245, 197, 66, 0.55);
}

.plan-card.diamond .btn-plan-buy {
    background: linear-gradient(135deg, #EC407A 0%, #D81B60 100%);
    color: #FFF;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.35);
}
.plan-card.diamond .btn-plan-buy:hover {
    background: linear-gradient(135deg, #F06292 0%, #EC407A 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(233, 30, 99, 0.5);
}

.plan-card.vip .btn-plan-buy {
    background: linear-gradient(135deg, #29020C 0%, #5D4037 100%);
    color: #F5C542;
    border: 1px solid rgba(245, 197, 66, 0.4);
}
.plan-card.vip .btn-plan-buy:hover {
    background: linear-gradient(135deg, #3E2723 0%, #29020C 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(41, 2, 12, 0.5);
}

/* Guarantee Trust Badge Section */
.plans-guarantee-box {
    margin-top: 55px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(41, 2, 12, 0.05);
    border: 1px solid #FCE4EC;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.guarantee-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFF5F8;
    color: #E91E63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.guarantee-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #29020C;
    margin-bottom: 4px;
}

.guarantee-text p {
    font-size: 12.5px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .plans-grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }
    .plan-card.popular {
        transform: none;
    }
    .plan-card.popular:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 820px) {
    .plans-grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .plans-guarantee-box {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 540px) {
    .plans-grid-5 {
        grid-template-columns: 1fr;
    }
    .plans-hero h1 {
        font-size: 28px;
    }
    .plans-hero p {
        font-size: 14px;
    }
}
