/* ============================================
   PRICING BOOST - MAXIMUM CONVERSIONS
   ============================================ */

/* Section Background */
.pricing-section-boost {
    background: #f8fafc !important;
    padding: 80px 0;
}

.pricing-section-boost .section-title {
    color: #1e293b !important;
}

.pricing-section-boost .section-subtitle {
    color: #475569 !important;
}

/* Urgency Banner */
.urgency-banner {
    background: linear-gradient(90deg, #ef4444, #dc2626, #ef4444);
    background-size: 200% 100%;
    animation: urgencyPulse 2s ease infinite;
    color: white;
    padding: 12px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.4);
}

@keyframes urgencyPulse {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.urgency-banner i {
    font-size: 1.3rem;
    animation: shake 0.5s ease infinite;
}

@keyframes shake {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
}

.urgency-timer {
    display: flex;
    gap: 8px;
    direction: ltr;
}

.timer-block {
    background: rgba(255,255,255,0.2);
    padding: 5px 10px;
    border-radius: 6px;
    min-width: 45px;
    text-align: center;
}

.timer-block span {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
}

.timer-block small {
    font-size: 0.65rem;
    opacity: 0.9;
}

/* Live Viewers */
.live-viewers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-radius: 50px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    animation: viewersPulse 2s ease infinite;
}

@keyframes viewersPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.live-dot {
    width: 10px;
    height: 10px;
    background: #ef4444;
    border-radius: 50%;
    animation: livePulse 1s ease infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}

.live-viewers span {
    color: #92400e;
    font-weight: 600;
    font-size: 0.95rem;
}

.live-viewers strong {
    color: #dc2626;
    font-size: 1.1rem;
}

/* Pricing Header Enhanced */
.pricing-section-boost .section-header {
    margin-bottom: 20px;
}

.pricing-section-boost .section-title {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.limited-offer-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #78350f;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 15px;
    animation: tagBounce 1s ease infinite;
}

@keyframes tagBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

/* Price Slash */
.price-original {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 1.2rem;
    opacity: 0.7;
}

.price-discount-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.85rem;
    transform: rotate(5deg);
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
    animation: discountPop 0.5s ease;
}

@keyframes discountPop {
    0% { transform: rotate(5deg) scale(0); }
    50% { transform: rotate(5deg) scale(1.2); }
    100% { transform: rotate(5deg) scale(1); }
}

/* Enhanced Pricing Cards */
.pricing-card-boost {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 30px 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    overflow: visible;
}

/* Text colors for normal cards */
.pricing-card-boost .pricing-name {
    color: #1e293b !important;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-card-boost .pricing-amount {
    color: #1e293b !important;
    font-size: 3rem;
    font-weight: 800;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #1e293b !important;
}

.pricing-card-boost .pricing-currency {
    color: #1e293b !important;
    background: none !important;
    -webkit-text-fill-color: #1e293b !important;
}

.pricing-card-boost .pricing-period {
    color: #64748b !important;
}

.pricing-card-boost .pricing-price-eur {
    color: #64748b !important;
}

.pricing-card-boost .pricing-features li {
    color: #374151 !important;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
}

.pricing-card-boost .pricing-features li:last-child {
    border-bottom: none;
}

.pricing-card-boost .pricing-features li i {
    color: #10b981 !important;
    margin-left: 10px;
}

.pricing-card-boost:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(99, 102, 241, 0.25);
    border-color: #6366f1;
}

/* FEATURED Card - White text */
.pricing-card-boost.featured {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    transform: scale(1.05);
    z-index: 10;
}

.pricing-card-boost.featured:hover {
    transform: scale(1.08) translateY(-10px);
}

.pricing-card-boost.featured .pricing-name {
    color: white !important;
}

.pricing-card-boost.featured .pricing-amount {
    color: white !important;
}

.pricing-card-boost.featured .pricing-currency {
    color: white !important;
}

.pricing-card-boost.featured .pricing-period {
    color: rgba(255,255,255,0.8) !important;
}

.pricing-card-boost.featured .pricing-features li {
    color: white !important;
    border-bottom-color: rgba(255,255,255,0.2);
}

.pricing-card-boost.featured .pricing-features li i {
    color: #a5f3fc !important;
}

/* Featured Badge */
.featured-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #78350f;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.85rem;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4);
    animation: featuredPulse 2s ease infinite;
}

@keyframes featuredPulse {
    0%, 100% { box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4); }
    50% { box-shadow: 0 4px 25px rgba(251, 191, 36, 0.6); }
}

/* Spots Left */
.spots-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 15px;
    padding: 8px 15px;
    background: #fef2f2;
    border-radius: 8px;
    color: #dc2626;
    font-weight: 600;
    font-size: 0.85rem;
}

.pricing-card-boost.featured .spots-left {
    background: rgba(255,255,255,0.2);
    color: #fecaca;
}

.spots-left i {
    animation: fireFlicker 0.5s ease infinite;
}

@keyframes fireFlicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* CTA Button Enhanced */
.btn-subscribe {
    width: 100%;
    padding: 16px 30px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.btn-subscribe::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.btn-subscribe:hover::before {
    left: 100%;
}

.btn-subscribe-primary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
}

.btn-subscribe-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(16, 185, 129, 0.5);
}

.btn-subscribe-featured {
    background: white;
    color: #6366f1;
    box-shadow: 0 4px 20px rgba(255,255,255,0.3);
}

.btn-subscribe-featured:hover {
    background: #f0f9ff;
    transform: translateY(-3px);
}

/* Guarantee Badge */
.guarantee-section {
    margin-top: 50px;
    padding: 40px;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border-radius: 24px;
    text-align: center;
    border: 2px solid #86efac;
}

.guarantee-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.guarantee-icon i {
    font-size: 2.5rem;
    color: white;
}

.guarantee-title {
    font-size: 1.8rem;
    color: #065f46;
    margin-bottom: 10px;
    font-weight: 800;
}

.guarantee-text {
    color: #047857;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b7280;
    font-size: 0.95rem;
}

.trust-badge i {
    font-size: 1.5rem;
    color: #6366f1;
}

/* Testimonial Mini */
.testimonial-mini {
    background: white;
    padding: 20px;
    border-radius: 16px;
    margin-top: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.testimonial-content {
    text-align: right;
}

.testimonial-text {
    color: #374151 !important;
    font-size: 0.95rem;
    margin-bottom: 5px;
    font-style: italic;
}

.testimonial-author {
    color: #6b7280 !important;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Limited offer tag text */
.limited-offer-tag {
    color: #78350f !important;
}

.testimonial-stars {
    color: #fbbf24;
    margin-bottom: 5px;
}

/* Payment Methods */
.payment-methods {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    opacity: 0.7;
}

.payment-methods i {
    font-size: 2rem;
    color: #6b7280;
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 10px 40px rgba(99, 102, 241, 0.5);
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: floatCTA 2s ease infinite;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.floating-cta.visible {
    opacity: 1;
    visibility: visible;
}

@keyframes floatCTA {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-5px); }
}

.floating-cta:hover {
    transform: translateX(-50%) scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .urgency-banner {
        font-size: 0.95rem;
        padding: 10px 15px;
    }

    .timer-block span {
        font-size: 1.1rem;
    }

    .pricing-card-boost.featured {
        transform: scale(1);
    }

    .pricing-card-boost.featured:hover {
        transform: translateY(-10px);
    }

    .guarantee-section {
        padding: 25px;
    }

    .trust-badges {
        gap: 15px;
    }

    .floating-cta {
        padding: 12px 25px;
        font-size: 0.95rem;
        bottom: 15px;
    }
}

/* ============================================
   PREMIUM SOLUTIONS SECTION - LUXURY STYLE
   ============================================ */

.premium-section {
    margin-top: 80px;
    padding: 60px 40px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}

.premium-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.premium-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ffd700, #ffaa00);
    color: #1a1a2e;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
}

.premium-title {
    color: white;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.premium-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

.premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

/* Premium Card Base */
.premium-card {
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    padding: 35px 30px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
}

.premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    border-color: rgba(255,215,0,0.3);
}

.premium-card-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.premium-card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 20px;
}

.premium-card-icon i {
    font-size: 1.8rem;
    color: #ffd700;
}

.premium-card-name {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.premium-card-price {
    margin-bottom: 25px;
}

.premium-price-original {
    color: rgba(255,255,255,0.5);
    text-decoration: line-through;
    font-size: 1rem;
}

.premium-price-current {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin: 10px 0;
}

.premium-currency {
    color: #ffd700;
    font-size: 1.5rem;
    font-weight: 700;
}

.premium-amount {
    color: white;
    font-size: 3rem;
    font-weight: 800;
}

.premium-period {
    color: rgba(255,255,255,0.6);
    font-size: 1rem;
}

.premium-price-eur {
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
}

.premium-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: right;
}

.premium-features li {
    color: rgba(255,255,255,0.9);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.premium-features li:last-child {
    border-bottom: none;
}

.premium-features li i {
    color: #10b981;
    font-size: 1rem;
}

.premium-btn {
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.premium-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.4);
}

.premium-btn-gold {
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    color: #1a1a2e;
}

.premium-btn-gold:hover {
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

.premium-btn-ultimate {
    background: linear-gradient(135deg, #e11d48, #be123c);
}

.premium-btn-ultimate:hover {
    box-shadow: 0 10px 30px rgba(225, 29, 72, 0.4);
}

.premium-timer {
    margin-top: 15px;
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.premium-timer strong {
    color: #fbbf24;
}

/* Dark Card Variant (Franchise) */
.premium-card-dark {
    background: linear-gradient(145deg, rgba(255,215,0,0.1), rgba(255,140,0,0.05));
    border-color: rgba(255,215,0,0.2);
}

.premium-card-dark .premium-card-badge {
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    color: #1a1a2e;
}

.premium-card-dark .premium-card-icon i {
    color: #ffd700;
}

/* Ultimate Card Variant */
.premium-card-ultimate {
    background: linear-gradient(145deg, rgba(225,29,72,0.15), rgba(190,18,60,0.1));
    border-color: rgba(225,29,72,0.3);
}

.premium-card-ultimate .premium-card-badge {
    background: linear-gradient(135deg, #e11d48, #be123c);
}

.premium-card-ultimate .premium-card-icon i {
    color: #fb7185;
}

/* Responsive */
@media (max-width: 1024px) {
    .premium-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }

    .premium-section {
        padding: 40px 25px;
        margin-top: 50px;
    }

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

@media (max-width: 768px) {
    .premium-section {
        border-radius: 20px;
        padding: 30px 20px;
    }

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

    .premium-amount {
        font-size: 2.5rem;
    }
}
