/* ====================================
   PRECIOS PAGE STYLES
   ==================================== */

/* Hero Section */
.precios-hero {
    position: relative;
    background: linear-gradient(135deg, #1e1e5f 0%, #2d2d7a 50%, #4141A1 100%);
    padding: 120px 0 100px;
    overflow: hidden;
}

.precios-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.precios-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-bottom: 32px;
    animation: float 3s ease-in-out infinite;
}

.precios-hero .badge-icon {
    font-size: 18px;
}

.precios-hero .hero-title {
    font-size: 64px;
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.precios-hero .gradient-text {
    background: linear-gradient(135deg, #9B9BCD 0%, #4141A1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.precios-hero .hero-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Floating Blobs */
.precios-hero .hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
    animation: float 6s ease-in-out infinite;
    pointer-events: none;
}

.precios-hero .blob-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #4141A1, #9B9BCD);
    top: -200px;
    left: -100px;
}

.precios-hero .blob-2 {
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, #2d2d7a, #4141A1);
    bottom: -150px;
    right: -100px;
    animation-delay: 2s;
}

.precios-hero .blob-3 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #9B9BCD, #4141A1);
    top: 50%;
    right: 10%;
    animation-delay: 4s;
}

/* Pricing Section */
.pricing-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

/* Pricing Cards */
.pricing-card {
    position: relative;
    padding: 40px 28px 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-color: rgba(65, 65, 161, 0.3);
}

.pricing-card .card-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(65, 65, 161, 0.1), transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.pricing-card:hover .card-glow {
    opacity: 1;
}

/* Featured Plan */
.pricing-featured {
    border: 2px solid #4141A1;
    transform: scale(1.05);
    box-shadow: 0 16px 48px rgba(65, 65, 161, 0.2);
}

.pricing-featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 16px;
    background: linear-gradient(135deg, #FFB800 0%, #FF6B00 100%);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 12px rgba(255, 184, 0, 0.3);
}

/* Plan Header */
.pricing-header {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.plan-name {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
}

/* Pricing Price */
.pricing-price {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(65, 65, 161, 0.1);
}

.pricing-price .currency {
    font-size: 18px;
    font-weight: 600;
    color: #4141A1;
    margin-bottom: 4px;
}

.pricing-price .amount {
    font-size: 48px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
    margin-bottom: 8px;
}

.pricing-price .period {
    font-size: 14px;
    color: #64748b;
}

/* Features List */
.pricing-features {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #334155;
}

.feature-item svg {
    width: 20px;
    height: 20px;
    color: #4141A1;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-item strong {
    color: #1e293b;
    font-weight: 600;
}

.feature-highlight {
    background: rgba(65, 65, 161, 0.05);
    border-radius: 8px;
    padding: 12px;
    margin: 8px 0;
}

.feature-sub {
    padding-left: 20px;
    font-size: 13px;
    color: #64748b;
}

.feature-sub svg {
    width: 16px;
    height: 16px;
    color: #94a3b8;
}

/* Monthly Price */
.pricing-monthly {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    background: rgba(65, 65, 161, 0.05);
    border-radius: 12px;
    margin-bottom: 20px;
}

.monthly-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.monthly-price {
    font-size: 24px;
    font-weight: 700;
    color: #4141A1;
}

/* Enterprise Plan */
.pricing-enterprise .pricing-price .amount {
    font-size: 36px;
}

/* Buttons */
.btn-block {
    position: relative;
    z-index: 10;
    display: flex;
    
    margin: 0 auto;
    justify-content: center;
}

/* Disclaimer */
.pricing-disclaimer {
    text-align: center;
    padding: 32px;
    background: rgba(255, 184, 0, 0.1);
    border: 1px solid rgba(255, 184, 0, 0.2);
    border-radius: 16px;
}

.pricing-disclaimer p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* FAQ Section */
.pricing-faq {
    padding: 80px 0;
    background: white;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px;
}

.section-title {
    font-size: 48px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 20px;
    color: #64748b;
    line-height: 1.6;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.faq-item {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.faq-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.faq-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* CTA Section */
.pricing-cta {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #1e1e5f 0%, #2d2d7a 50%, #4141A1 100%);
    overflow: hidden;
}

.pricing-cta .cta-content {
    position: relative;
    z-index: 2;
    padding: 60px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-text h2 {
    font-size: 40px;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
    line-height: 1.2;
}

.cta-text p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.cta-actions {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.btn-large {
    padding: 16px 32px;
    font-size: 16px;
}

.btn-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.btn:hover .btn-icon {
    transform: translateX(4px);
}

.pricing-cta .cta-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    pointer-events: none;
}

.pricing-cta .blob-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #4141A1, #9B9BCD);
    top: -250px;
    left: -150px;
}

.pricing-cta .blob-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #9B9BCD, #4141A1);
    bottom: -200px;
    right: -100px;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pricing-featured {
        transform: scale(1);
    }
    
    .pricing-featured:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 768px) {
    .precios-hero {
        padding: 80px 0 60px;
    }
    
    .precios-hero .hero-title {
        font-size: 40px;
    }
    
    .precios-hero .hero-subtitle {
        font-size: 16px;
    }
    
    .pricing-section {
        padding: 60px 0;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-card {
        padding: 32px 24px;
    }
    
    .pricing-price .amount {
        font-size: 40px;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .pricing-cta .cta-content {
        flex-direction: column;
        padding: 40px;
        text-align: center;
    }
    
    .cta-text h2 {
        font-size: 32px;
    }
    
    .cta-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .cta-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .precios-hero .hero-title {
        font-size: 32px;
    }
    
    .pricing-card {
        padding: 24px 20px;
    }
    
    .plan-name {
        font-size: 24px;
    }
    
    .pricing-price .amount {
        font-size: 36px;
    }
    
    .monthly-price {
        font-size: 20px;
    }
    
    .section-title {
        font-size: 28px;
    }
}
