/* ============================================ */
/* PRICING SECTION                              */
/* Light Theme with Dark Premium Accent         */
/* ============================================ */

.pricing-section {
    position: relative;
    padding: 120px 0 100px;
    background: #E8E4E4;
    overflow: hidden;
    color: #1a1a1a;
}

/* --- Background Effects --- */
.pricing-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.pricing-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
}

.pricing-orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(180, 244, 97, 0.15) 0%, transparent 70%);
    top: -20%;
    right: -10%;
}

.pricing-orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    bottom: -10%;
    left: -10%;
}

/* --- Container --- */
.pricing-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* --- Header --- */
.pricing-header {
    text-align: center;
    margin-bottom: 70px;
}

.pricing-badge {
    display: inline-flex;
    align-items: stretch;
    gap: 8px;
    background: rgba(26, 26, 26, 0.06);
    border: 1px solid rgba(26, 26, 26, 0.12);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2c2c2c;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.pricing-title {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.pricing-title .highlight {
    background: linear-gradient(135deg, #1A1A1A, #555);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.pricing-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(180, 244, 97, 0.4);
    z-index: -1;
    transform: rotate(-1deg);
}

.pricing-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(26, 26, 26, 0.6);
    max-width: 700px;
    margin: 0 auto;
}

/* --- Pricing Cards Grid --- */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
    margin-bottom: 60px;
}

/* --- Pricing Card General --- */
.pricing-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.pricing-card-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.plan-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Focus on Daily Price */
.plan-daily-price {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 15px;
}

.plan-daily-amount {
    font-size: 56px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    letter-spacing: -2px;
}

.plan-daily-amount .currency {
    font-size: 24px;
    vertical-align: top;
    position: relative;
    top: 8px;
    margin-right: 2px;
}

.plan-daily-amount .period {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    letter-spacing: 0;
}

.plan-daily-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.04);
    padding: 6px 14px;
    border-radius: 20px;
    margin-top: 10px;
}

/* Total price below */
.plan-total-price {
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

.plan-total-price strong {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
}

/* Features List */
.plan-features {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    margin-bottom: 40px;
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.4;
}

.plan-features li i {
    color: #3d8b0a;
    font-size: 16px;
    margin-top: 2px;
}

.plan-features li.disabled {
    color: #999;
}

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

/* Button */
.plan-btn {
    display: block;
    width: 100%;
    padding: 18px;
    text-align: center;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.plan-btn-outline {
    background: transparent;
    color: #1a1a1a;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.plan-btn-outline:hover {
    border-color: #1a1a1a;
    background: rgba(0, 0, 0, 0.02);
}

/* --- Premium Annual Plan (Highlight) --- */
.pricing-card.premium {
    background: #1A1A1A;
    color: #ffffff;
    border: 1px solid rgba(180, 244, 97, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(180, 244, 97, 0.1);
    transform: scale(1.05);
    z-index: 2;
}

.pricing-card.premium:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(180, 244, 97, 0.3);
}

.premium-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #B4F461, #8ED839);
    color: #1A1A1A;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 6px 15px rgba(180, 244, 97, 0.4);
    white-space: nowrap;
}

.pricing-card.premium .plan-name {
    color: #B4F461;
}

.pricing-card.premium .plan-daily-amount {
    color: #ffffff;
}

.pricing-card.premium .plan-daily-amount .period {
    color: rgba(255, 255, 255, 0.6);
}

.pricing-card.premium .plan-daily-label {
    background: rgba(180, 244, 97, 0.15);
    color: #B4F461;
}

.pricing-card.premium .plan-total-price {
    color: rgba(255, 255, 255, 0.6);
}

.pricing-card.premium .plan-total-price strong {
    color: #ffffff;
}

.pricing-card.premium .pricing-card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-card.premium .plan-features li {
    color: rgba(255, 255, 255, 0.85);
}

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

.plan-btn-primary {
    background: linear-gradient(135deg, #B4F461, #8ED839);
    color: #1A1A1A;
    border: none;
    box-shadow: 0 8px 20px rgba(180, 244, 97, 0.25);
}

.plan-btn-primary:hover {
    box-shadow: 0 12px 25px rgba(180, 244, 97, 0.4);
    transform: translateY(-2px);
    background: linear-gradient(135deg, #c4ff77, #B4F461);
}

/* --- ROI Section --- */
.roi-section {
    background: #ffffff;
    border-radius: 24px;
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 40px;
}

.roi-left {
    flex: 1;
    min-width: 300px;
}

.roi-badge {
    display: inline-flex;
    align-items: stretch;
    gap: 6px;
    background: rgba(180, 244, 97, 0.15);
    color: #3d8b0a;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.roi-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.2;
}

.roi-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.roi-desc strong {
    color: #1a1a1a;
}

.roi-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    gap: 20px;
}

.roi-stat-box {
    flex: 1;
    background: rgba(26, 26, 26, 0.03);
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.roi-stat-box.highlight {
    background: linear-gradient(135deg, rgba(180, 244, 97, 0.1), rgba(180, 244, 97, 0.02));
    border: 1px solid rgba(180, 244, 97, 0.3);
}

.roi-stat-label {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    display: block;
}

.roi-stat-value {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.roi-stat-box.highlight .roi-stat-value {
    color: #3d8b0a;
}

/* --- Currency Conversion --- */
.plan-converted-price {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    margin-top: -6px;
    margin-bottom: 8px;
}

.pricing-card.premium .plan-converted-price {
    color: rgba(255, 255, 255, 0.6);
}

.converted-sub {
    font-size: 13px;
    color: #888;
    font-weight: 500;
    margin-left: 2px;
}

.pricing-card.premium .converted-sub {
    color: rgba(255, 255, 255, 0.6);
}

/* --- Pricing Toggle (Visual Focus) --- */
.pricing-toggle-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    margin-bottom: 50px;
}

.toggle-label {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    transition: color 0.3s ease;
    position: relative;
}

.toggle-label.active {
    color: #1a1a1a;
}

.toggle-switch {
    width: 60px;
    height: 32px;
    background: linear-gradient(135deg, #B4F461, #8ED839);
    border-radius: 30px;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.toggle-knob {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.toggle-badge {
    position: absolute;
    top: -24px;
    right: -30px;
    background: #1a1a1a;
    color: #B4F461;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 12px;
    white-space: nowrap;
}

.toggle-badge::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 10px;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #1a1a1a transparent transparent transparent;
}

/* --- Strikethrough Price (Anchoring) --- */
.strikethrough-price {
    font-size: 24px;
    color: #888;
    text-decoration: line-through;
    text-decoration-color: rgba(0,0,0,0.4);
    font-weight: 500;
    margin-right: 8px;
    opacity: 0.8;
}

.pricing-card.premium .strikethrough-price {
    color: rgba(255, 255, 255, 0.4);
    text-decoration-color: rgba(255, 255, 255, 0.3);
}

/* --- Urgency Bar (FOMO) --- */
.urgency-bar {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    margin-top: -10px;
    margin-bottom: 15px;
    border-radius: 8px;
    position: relative;
    z-index: 5;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #ff3b30;
    border-radius: 50%;
    animation: pulseRed 2s infinite;
}

@keyframes pulseRed {
    0% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7); }
    70% { box-shadow: 0 0 0 6px rgba(255, 59, 48, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); }
}

/* --- Social Proof (Bandwagon) --- */
.social-proof-cta {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
}

.users-avatars {
    display: flex;
}

.users-avatars img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -8px;
    object-fit: cover;
}

.users-avatars img:first-child {
    margin-left: 0;
}

.pricing-card.premium .users-avatars img {
    border-color: #1A1A1A;
}

.social-proof-cta span {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.pricing-card.premium .social-proof-cta span {
    color: rgba(255, 255, 255, 0.7);
}

.social-proof-cta strong {
    color: #1a1a1a;
}

.pricing-card.premium .social-proof-cta strong {
    color: #ffffff;
}

/* ============================================ */
/* RESPONSIVE                                   */
/* ============================================ */

@media (max-width: 1024px) {
    .pricing-grid {
        gap: 20px;
    }

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

    .plan-daily-amount {
        font-size: 46px;
    }

    .pricing-card.premium {
        transform: scale(1.03);
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 80px 0 60px;
    }

    .pricing-title {
        font-size: clamp(32px, 8vw, 48px);
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto 50px auto;
        gap: 40px;
    }

    .pricing-card.premium {
        transform: scale(1);
    }
    
    .pricing-card.premium:hover {
        transform: translateY(-8px);
    }

    .roi-section {
        padding: 30px 24px;
        flex-direction: column;
        gap: 30px;
    }

    .roi-right {
        width: 100%;
        flex-direction: column;
    }

    .roi-stat-box {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .pricing-container {
        padding: 0 20px;
    }

    .plan-daily-amount {
        font-size: 48px;
    }

    .roi-title {
        font-size: 26px;
    }

    .roi-stat-value {
        font-size: 32px;
    }
}

.plan-description {
  font-size: 0.95rem;
  color: var(--text-secondary, #666);
  margin-top: 15px;
  line-height: 1.5;
  text-align: center;
}
.plan-description strong {
  color: var(--text-primary, #333);
  display: block;
  margin-bottom: 5px;
}

.pricing-card-header {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pricing-card-header {
    display: flex;
    flex-direction: column;
}
.plan-description {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.pricing-card.premium .plan-description {
    color: rgba(255, 255, 255, 0.85);
}
.pricing-card.premium .plan-description strong {
    color: #ffffff;
}

