/*
 * AILA Tech Bundled CSS File
 * Generated: 2026-01-24 11:15:23
 * 
 * This file combines multiple CSS files into one for better performance.
 * Do not edit directly - edit source files and re-run merge_assets.py
 */


/* ========== pricing.css ========== */
/* AILA Tech Solutions - Modern Pricing Page Styles - REDESIGNED */

/* ========================================
   New Pricing Hero Section
   ======================================== */
.pricing-hero-new {
    position: relative;
    padding: clamp(16px, 2.5vw, 28px) 0 clamp(16px, 2.5vw, 28px);
    margin-top: -120px;
    padding-top: calc(clamp(16px, 2.5vw, 28px) + 120px);
    overflow: hidden;
    background: linear-gradient(180deg, #0F172A 0%, #1E293B 100%);
    isolation: isolate;
    min-height: 280px;
    display: flex;
    align-items: center;
}

.hero-background-pricing {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.hero-gradient-pricing {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1E3A8A 0%, #2563EB 40%, #3B82F6 70%, #8B5CF6 100%);
    opacity: 0.85;
    animation: gradientShift 15s ease-in-out infinite alternate;
}

@keyframes gradientShift {
    0% { opacity: 0.8; filter: hue-rotate(0deg); }
    100% { opacity: 0.9; filter: hue-rotate(10deg); }
}

.hero-pattern-pricing {
    position: absolute;
    inset: 0;
    background-image: 
      radial-gradient(circle at 15% 40%, rgba(255, 255, 255, 0.08) 0%, transparent 40%),
      radial-gradient(circle at 85% 75%, rgba(251, 191, 36, 0.1) 0%, transparent 40%);
    background-size: 200% 200%;
    animation: patternMove 25s ease-in-out infinite;
    opacity: 0.6;
}

@keyframes patternMove {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
}

.pricing-hero-content-new {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: white;
    padding: clamp(20px, 3vw, 32px) clamp(20px, 3vw, 32px);
}

.pricing-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: clamp(6px, 0.8vw, 8px);
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    padding: clamp(8px, 1vw, 10px) clamp(14px, 1.8vw, 18px);
    border-radius: 50px;
    font-size: clamp(11px, 1.2vw, 13px);
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: clamp(8px, 1.4vw, 14px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 3px 12px rgba(37, 99, 235, 0.25);
    animation: fadeInUp 0.6s ease;
}

.pricing-hero-badge i {
    color: #FBBF24;
    font-size: 16px;
}

.pricing-hero-title-new {
    font-size: clamp(1.875rem, 4.5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: clamp(8px, 1.2vw, 12px);
    letter-spacing: -0.03em;
    animation: fadeInUp 0.8s ease 0.2s both;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.pricing-gradient-text {
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 50%, #F97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.pricing-hero-subtitle-new {
    font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: clamp(12px, 2vw, 18px);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease 0.4s both;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 0 clamp(16px, 3vw, 20px);
    box-sizing: border-box;
}

.pricing-hero-cta-new {
    display: inline-flex;
    align-items: center;
    gap: clamp(6px, 0.8vw, 8px);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    padding: clamp(10px, 1.2vw, 12px) clamp(20px, 2.2vw, 24px);
    border-radius: 50px;
    font-size: clamp(12px, 1.3vw, 13px);
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    animation: fadeInUp 0.8s ease 0.6s both;
    transition: all 0.3s ease;
}

.pricing-hero-cta-new:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

.pricing-hero-cta-new i {
    color: #FBBF24;
}

/* ========================================
   Pricing Plans Section - REDESIGNED
   ======================================== */
.pricing-plans {
    padding: clamp(32px, 4vw, 56px) 0 clamp(40px, 5vw, 60px);
    background: #F8FAFC;
    position: relative;
    margin-bottom: 0;
}

.pricing-plans::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(226, 232, 240, 0.8), transparent);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(20px, 2.5vw, 28px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 3vw, 32px);
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    margin-bottom: clamp(20px, 3vw, 32px);
}

/* Modern Pricing Cards - Premium Design */
.pricing-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: clamp(20px, 2.2vw, 26px) clamp(18px, 2.2vw, 22px);
    height: 100%;
    box-shadow: 
        0 2px 12px rgba(0, 0, 0, 0.04),
        0 1px 4px rgba(0, 0, 0, 0.02),
        0 0 0 1px rgba(226, 232, 240, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(30px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.pricing-card.animate-in {
    animation: fadeInUp 0.6s ease-out forwards;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3B82F6 0%, #8B5CF6 50%, #3B82F6 100%);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px 20px 0 0;
}

.pricing-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    border-radius: 28px;
}

.pricing-card:hover::before {
    transform: scaleX(1);
}

.pricing-card:hover::after {
    opacity: 1;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 12px 40px rgba(59, 130, 246, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.3);
}

.pricing-card.lite {
    border: 2px solid #10B981;
    background: #FFFFFF;
    box-shadow: 
        0 4px 20px rgba(16, 185, 129, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.04),
        0 0 0 2px rgba(16, 185, 129, 0.15);
}

.pricing-card.lite::before {
    background: linear-gradient(90deg, #10B981 0%, #059669 50%, #10B981 100%);
    transform: scaleX(1);
    box-shadow: 0 2px 12px rgba(16, 185, 129, 0.5);
}

.pricing-card.lite::after {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, transparent 50%);
    opacity: 1;
}

.pricing-card.lite:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 12px 40px rgba(16, 185, 129, 0.12),
        0 4px 16px rgba(0, 0, 0, 0.06),
        0 0 0 2px rgba(16, 185, 129, 0.25);
    border-color: rgba(16, 185, 129, 0.4);
}

/* Card Header - Enhanced */
.pricing-card-header {
    text-align: center;
    margin-bottom: clamp(12px, 1.5vw, 16px);
    padding-bottom: clamp(10px, 1.3vw, 14px);
    border-bottom: 1px solid #E2E8F0;
    position: relative;
}

.pricing-card-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3B82F6, transparent);
    transition: width 0.4s ease;
    border-radius: 2px;
}

.pricing-card:hover .pricing-card-header::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, #3B82F6, #8B5CF6, transparent);
}

.pricing-card.lite .pricing-card-header::after {
    background: linear-gradient(90deg, transparent, #10B981, transparent);
}

.pricing-card.lite:hover .pricing-card-header::after {
    background: linear-gradient(90deg, transparent, #10B981, #059669, transparent);
}

.pricing-plan-badge {
    display: inline-flex;
    align-items: center;
    gap: clamp(4px, 0.6vw, 5px);
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
    color: white;
    padding: clamp(6px, 0.9vw, 8px) clamp(12px, 1.8vw, 16px);
    border-radius: 16px;
    font-size: clamp(9px, 1vw, 10px);
    font-weight: 700;
    margin-bottom: clamp(10px, 1.4vw, 14px);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    box-shadow: 
        0 3px 12px rgba(59, 130, 246, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-plan-badge::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.6s ease;
}

.pricing-card:hover .pricing-plan-badge::before {
    left: 100%;
}

.pricing-plan-badge.lite-badge {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    box-shadow: 
        0 4px 16px rgba(16, 185, 129, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.pricing-plan-name {
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    font-weight: 700;
    color: #0F172A;
    margin-bottom: clamp(5px, 0.7vw, 8px);
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.pricing-plan-price {
    margin-bottom: clamp(6px, 0.8vw, 10px);
}

.pricing-plan-price .amount {
    font-size: clamp(1.25rem, 2.2vw, 1.625rem);
    font-weight: 700;
    color: #2563EB;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.pricing-plan-price .currency {
    font-size: 20px;
    font-weight: 600;
    color: #64748B;
    vertical-align: top;
    margin-left: 4px;
}

.pricing-plan-description {
    color: #64748B;
    font-size: clamp(0.8125rem, 1.1vw, 0.875rem);
    line-height: 1.55;
    margin-top: clamp(6px, 0.8vw, 10px);
    margin-bottom: 0;
    font-weight: 400;
}

/* Features List */
.pricing-plan-features {
    margin-bottom: clamp(10px, 1.4vw, 14px);
    flex-grow: 1;
}

.pricing-feature {
    display: flex;
    align-items: center;
    gap: clamp(7px, 1vw, 9px);
    margin-bottom: clamp(4px, 0.7vw, 6px);
    padding: clamp(6px, 0.9vw, 8px) clamp(8px, 1.1vw, 10px);
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #F8FAFC;
    border: 1px solid rgba(226, 232, 240, 0.6);
    position: relative;
    overflow: hidden;
}

.pricing-feature::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #10B981, #059669);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0 3px 3px 0;
}

.pricing-feature:hover {
    background: #F1F5F9;
    transform: translateX(4px);
    border-color: rgba(16, 185, 129, 0.25);
    box-shadow: 
        0 2px 8px rgba(16, 185, 129, 0.06);
}

.pricing-feature:hover::before {
    transform: scaleY(1);
}

.pricing-feature i {
    color: #10B981;
    font-size: clamp(12px, 1.3vw, 14px);
    flex-shrink: 0;
    background: rgba(16, 185, 129, 0.1);
    padding: clamp(5px, 0.7vw, 7px);
    border-radius: 50%;
    width: clamp(24px, 2.5vw, 28px);
    height: clamp(24px, 2.5vw, 28px);
    min-width: clamp(24px, 2.5vw, 28px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 185, 129, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-feature:hover i {
    background: rgba(16, 185, 129, 0.15);
    transform: scale(1.05);
    border-color: rgba(16, 185, 129, 0.3);
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.feature-name {
    font-weight: 500;
    color: #334155;
    font-size: clamp(0.8125rem, 1.1vw, 0.875rem);
    line-height: 1.45;
    flex: 1;
}

/* Pricing Actions */
.pricing-actions {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1.2vw, 12px);
    margin-top: auto;
    padding-top: clamp(10px, 1.4vw, 14px);
}

.btn-view-details,
.btn-pay {
    padding: clamp(10px, 1.4vw, 12px) clamp(18px, 2.2vw, 22px);
    border-radius: 8px;
    font-weight: 600;
    font-size: clamp(12px, 1.2vw, 13px);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(5px, 0.7vw, 7px);
    min-height: clamp(40px, 5vw, 44px);
    box-sizing: border-box;
    margin: 0;
}

.btn-view-details {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    color: #FFFFFF;
    border: 2px solid transparent;
    font-weight: 600;
    box-shadow: 0 3px 12px rgba(59, 130, 246, 0.25);
}

.btn-view-details:hover {
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
    color: #FFFFFF;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.btn-pay {
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
    color: white;
    box-shadow: 
        0 6px 20px rgba(59, 130, 246, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-pay::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-pay:hover::before {
    left: 100%;
}

.btn-pay:hover {
    background: linear-gradient(135deg, #1D4ED8 0%, #1E40AF 100%);
    transform: translateY(-4px);
    box-shadow: 
        0 12px 32px rgba(59, 130, 246, 0.45),
        0 4px 12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.lite-pay-btn {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    box-shadow: 
        0 6px 20px rgba(16, 185, 129, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lite-pay-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-4px);
    box-shadow: 
        0 12px 32px rgba(16, 185, 129, 0.45),
        0 4px 12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

/* ========================================
   Animations
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1200px) {
    .pricing-grid {
        max-width: 100%;
        gap: clamp(14px, 2vw, 20px);
        padding: 0 clamp(16px, 3vw, 28px);
    }
}

@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: clamp(14px, 2vw, 20px);
        padding: 0 clamp(16px, 3vw, 24px);
        max-width: 100%;
    }
    
    .pricing-card {
        padding: clamp(20px, 2.2vw, 26px) clamp(18px, 2vw, 22px);
        min-width: 0;
    }
    
    .pricing-card-header {
        margin-bottom: clamp(12px, 1.5vw, 16px);
        padding-bottom: clamp(10px, 1.3vw, 14px);
    }
    
    .pricing-plan-features {
        margin-bottom: clamp(10px, 1.4vw, 14px);
    }
    
    .pricing-card.lite {
        transform: none;
    }
    
    .pricing-card.lite:hover {
        transform: translateY(-4px);
    }
    
    .pricing-hero-content-new {
        padding: clamp(16px, 3vw, 24px) clamp(16px, 3vw, 20px);
    }
}

@media (max-width: 768px) {
    .pricing-hero-new {
        margin-top: -100px;
        padding: calc(20px + 100px) 0 20px;
        min-height: 240px;
    }
    
    .pricing-hero-content-new {
        padding: clamp(16px, 3vw, 24px) clamp(16px, 3vw, 20px);
    }
    
    .pricing-hero-title-new {
        font-size: clamp(1.75rem, 4vw, 2.25rem);
        margin-bottom: 10px;
    }
    
    .pricing-hero-subtitle-new {
        font-size: clamp(0.9375rem, 1.6vw, 1rem);
        padding: 0 16px;
        margin-bottom: 14px;
    }
    
    .pricing-hero-cta-new {
        padding: clamp(10px, 1.2vw, 12px) clamp(18px, 2vw, 24px);
        font-size: clamp(12px, 1.3vw, 13px);
    }
    
    .pricing-plans {
        padding: clamp(28px, 3.5vw, 36px) 0 clamp(32px, 4vw, 48px);
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: clamp(18px, 2.5vw, 24px);
        padding: 0 16px;
        margin-bottom: clamp(16px, 2.5vw, 24px);
    }
    
    .pricing-card {
        padding: clamp(20px, 2.2vw, 24px) clamp(18px, 2vw, 20px);
    }
    
    .pricing-card-header {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }
    
    .pricing-plan-features {
        margin-bottom: 12px;
    }
    
    .pricing-actions {
        gap: clamp(10px, 1.5vw, 14px);
        padding-top: clamp(12px, 1.6vw, 16px);
    }
    
    .btn-view-details,
    .btn-pay {
        min-height: clamp(44px, 6vw, 48px);
        padding: clamp(12px, 1.6vw, 14px) clamp(20px, 2.5vw, 24px);
    }
    
    .pricing-card.lite {
        transform: none;
    }
    
    .pricing-plan-price .amount {
        font-size: clamp(1.75rem, 3vw, 2.25rem);
    }
    
    .pricing-plan-name {
        font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    }
}

@media (max-width: 480px) {
    .pricing-hero-new {
        margin-top: -90px;
        padding: calc(20px + 90px) 0 20px;
        min-height: 220px;
    }
    
    .pricing-hero-title-new {
        font-size: clamp(1.5rem, 4vw, 2rem);
        margin-bottom: 8px;
    }
    
    .pricing-hero-subtitle-new {
        margin-bottom: 12px;
    }
    
    .pricing-plans {
        padding: clamp(24px, 3vw, 32px) 0 clamp(28px, 3.5vw, 40px);
    }
    
    .pricing-grid {
        gap: clamp(16px, 2vw, 20px);
        margin-bottom: clamp(14px, 2vw, 20px);
    }
    
    .pricing-actions {
        gap: clamp(10px, 1.8vw, 12px);
        padding-top: clamp(12px, 1.8vw, 16px);
    }
    
    .btn-view-details,
    .btn-pay {
        min-height: 48px;
        padding: clamp(12px, 1.8vw, 14px) clamp(18px, 2.5vw, 22px);
    }
    
    .pricing-card {
        padding: 20px 16px;
    }
    
    .pricing-card-header {
        margin-bottom: 16px;
        padding-bottom: 14px;
    }
    
    .pricing-plan-badge {
        margin-bottom: 12px;
    }
    
    .pricing-plan-name {
        margin-bottom: 10px;
        font-size: 24px;
    }
    
    .pricing-plan-features {
        margin-bottom: 16px;
    }
    
    .pricing-feature {
        margin-bottom: 10px;
        padding: 8px;
    }
    
    .pricing-plan-price .amount {
        font-size: 36px;
    }
    
    .pricing-grid {
        padding: 0 12px;
        gap: clamp(10px, 1.5vw, 12px);
    }
}

@media (max-width: 360px) {
    .pricing-hero-new {
        margin-top: -80px;
        padding: calc(24px + 80px) 0 24px;
    }
    
    .pricing-hero-title-new {
        font-size: 1.75rem;
        margin-bottom: 8px;
    }
    
    .pricing-hero-subtitle-new {
        font-size: 0.95rem;
        margin-bottom: 14px;
    }
    
    .pricing-hero-badge {
        margin-bottom: 10px;
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .pricing-plans {
        padding: 20px 0;
    }
    
    .pricing-card {
        padding: 18px 14px;
    }
    
    .pricing-card-header {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }
    
    .pricing-plan-features {
        margin-bottom: 14px;
    }
    
    .pricing-feature {
        margin-bottom: 8px;
        padding: 6px;
    }
    
    .pricing-plan-price .amount {
        font-size: 32px;
    }
    
    .pricing-plan-name {
        font-size: 22px;
        margin-bottom: 8px;
    }
    
    .pricing-grid {
        padding: 0 8px;
        gap: clamp(8px, 1.2vw, 10px);
    }
}

/* ========================================
   EXTREME ZOOM & COMPREHENSIVE RESPONSIVE IMPROVEMENTS
   ======================================== */

/* Base improvements for all viewports */
.pricing-grid {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.pricing-card {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Ensure buttons remain usable at all zoom levels */
.btn-view-details,
.btn-pay {
    min-height: 44px;
    min-width: 120px;
    box-sizing: border-box;
    white-space: nowrap;
}

/* Hero section responsive improvements */
.pricing-hero-new {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.pricing-hero-content-new {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: clamp(16px, 4vw, 40px);
    padding-right: clamp(16px, 4vw, 40px);
}

.pricing-hero-title-new {
    font-size: clamp(2rem, 6vw, 4.5rem);
    line-height: 1.1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pricing-hero-subtitle-new {
    font-size: clamp(0.875rem, 2vw, 1.25rem);
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Pricing grid improvements for extreme zoom */
@media (min-width: 320px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: clamp(10px, 2vw, 16px);
        padding: 0 clamp(12px, 4vw, 24px);
    }
}

@media (min-width: 640px) {
    .pricing-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: clamp(12px, 2vw, 18px);
    }
}

@media (min-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: clamp(12px, 2vw, 18px);
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* Card content improvements */
.pricing-card-header {
    padding: clamp(16px, 3vw, 32px) clamp(16px, 3vw, 28px);
}

.pricing-plan-name {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pricing-plan-price .amount {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1;
}

.pricing-plan-description {
    font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pricing-feature {
    padding: clamp(8px, 1.5vw, 14px);
    margin-bottom: clamp(8px, 1.5vw, 12px);
}

.feature-name {
    font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pricing-feature i {
    width: clamp(28px, 3vw, 36px);
    height: clamp(28px, 3vw, 36px);
    min-width: clamp(28px, 3vw, 36px);
    font-size: clamp(14px, 2vw, 18px);
}

/* Button improvements */
.btn-view-details,
.btn-pay {
    padding: clamp(10px, 2vw, 14px) clamp(16px, 3vw, 24px);
    font-size: clamp(0.75rem, 1.5vw, 0.875rem);
    min-height: clamp(40px, 5vw, 48px);
}

/* Extreme zoom handling (25% zoom = effective 4x viewport) */
@media (min-width: 2000px) {
    .pricing-grid {
        max-width: 1600px;
        margin: 0 auto;
        gap: clamp(16px, 1.5vw, 24px);
    }

    .pricing-card {
        padding: clamp(24px, 2vw, 32px) clamp(20px, 2vw, 28px);
        border-radius: 18px;
    }

    .pricing-plan-name {
        font-size: clamp(1.5rem, 1.8vw, 1.75rem);
    }

    .pricing-plan-price .amount {
        font-size: clamp(1.5rem, 2vw, 1.875rem);
    }

    .pricing-hero-content-new {
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media (min-width: 3000px) {
    .pricing-grid {
        max-width: 2000px;
        gap: clamp(20px, 1.2vw, 28px);
    }

    .pricing-card {
        padding: clamp(28px, 1.8vw, 36px) clamp(24px, 1.8vw, 32px);
        border-radius: 20px;
    }

    .pricing-plan-name {
        font-size: clamp(1.625rem, 1.6vw, 2rem);
    }

    .pricing-plan-price .amount {
        font-size: clamp(1.75rem, 1.8vw, 2.25rem);
    }

    .pricing-hero-content-new {
        max-width: 1800px;
    }
}

@media (min-width: 4000px) {
    .pricing-grid {
        max-width: 2400px;
        gap: clamp(24px, 1vw, 32px);
    }

    .pricing-card {
        padding: clamp(32px, 1.5vw, 40px) clamp(28px, 1.5vw, 36px);
    }

    .pricing-hero-content-new {
        max-width: 2200px;
    }
}

/* Prevent horizontal overflow at all zoom levels */
.pricing-plans {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Ensure text doesn't overflow */
.pricing-card * {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Improve touch targets for mobile */
@media (hover: none) and (pointer: coarse) {
    .btn-view-details,
    .btn-pay,
    .pricing-card {
        min-height: 48px;
    }

    .pricing-feature {
        min-height: 48px;
    }
}

/* Landscape mobile optimization */
@media (max-width: 767px) and (orientation: landscape) {
    .pricing-hero-new {
        padding: calc(20px + 80px) 0 20px;
    }

    .pricing-hero-title-new {
        font-size: clamp(1.5rem, 4vw, 2rem);
    }

    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(10px, 1.5vw, 14px);
    }
}

/* Legacy styles for backward compatibility */
.pricing-hero {
    background: linear-gradient(135deg, var(--primary-gradient) 0%, var(--tech-gradient-1) 100%);
    color: var(--white);
    padding: var(--space-24) 0 var(--space-20) 0;
    position: relative;
    overflow: hidden;
}

.pricing-hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.pricing-hero-title {
    font-size: var(--font-size-6xl);
    font-weight: 800;
    margin-bottom: var(--space-6);
    line-height: 1.1;
    animation: fadeInUp 0.8s ease-out;
}

.pricing-hero-subtitle {
    font-size: var(--font-size-xl);
    opacity: 0.9;
    margin-bottom: var(--space-10);
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.pricing-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: var(--space-4) var(--space-6);
    border-radius: var(--border-radius-xl);
    font-weight: 600;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.pricing-layout {
    display: block;
}

.text-gradient {
    background: linear-gradient(135deg, #FBBF24, #F59E0B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ========================================
   Enhanced Package Details Modal Design
   ======================================== */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(12px);
    animation: modalFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(12px);
    }
}

.details-modal {
    background: linear-gradient(to bottom, #FFFFFF 0%, #FAFBFC 100%);
    margin: 1.5% auto;
    padding: 0;
    border-radius: 32px;
    width: 94%;
    max-width: 1100px;
    max-height: 95vh;
    position: relative;
    box-shadow: 
        0 32px 96px rgba(0, 0, 0, 0.25),
        0 8px 32px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    animation: modalSlideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    flex-direction: column;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-40px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.details-modal .close {
    position: absolute;
    right: 28px;
    top: 28px;
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    z-index: 1001;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.details-modal .close:hover {
    color: white;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg) scale(1.08);
    box-shadow: 
        0 6px 24px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.35);
}

.details-modal .modal-header {
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 40%, #1E40AF 100%);
    color: white;
    padding: 52px 44px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.2);
}

.details-modal .modal-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: headerFloat 8s ease-in-out infinite;
}

@keyframes headerFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.details-modal .modal-header h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin: 0 0 18px 0;
    padding-right: 70px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.details-modal .package-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    color: #1D4ED8;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.25),
        0 2px 8px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 2;
    margin-top: 12px;
    transition: all 0.3s ease;
}

.details-modal .package-badge:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 20px rgba(0, 0, 0, 0.3),
        0 3px 10px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.details-modal .modal-body {
    padding: 48px 44px;
    background: white;
    flex: 1;
    overflow-y: auto;
}

.details-modal .package-price-large {
    text-align: center;
    margin-bottom: 36px;
    padding: 36px 32px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 50%, #F1F5F9 100%);
    border-radius: 24px;
    border: 2px solid rgba(226, 232, 240, 0.8);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 20px rgba(37, 99, 235, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.details-modal .package-price-large::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563EB, #3B82F6, #8B5CF6, #2563EB);
    background-size: 200% 100%;
    border-radius: 24px 24px 0 0;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.details-modal .package-price-large::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

.details-modal .package-price-large .amount {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #2563EB 0%, #3B82F6 50%, #1D4ED8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: 10px;
    filter: drop-shadow(0 2px 8px rgba(37, 99, 235, 0.25));
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.details-modal .package-price-large .currency {
    font-size: 1.25rem;
    font-weight: 600;
    color: #64748B;
    vertical-align: top;
    margin-left: 8px;
    position: relative;
    z-index: 1;
}

.details-modal .package-price-large .period {
    font-size: 0.95rem;
    color: #94A3B8;
    font-weight: 500;
    margin-left: 6px;
    position: relative;
    z-index: 1;
}

.details-modal .package-description {
    text-align: center;
    color: #64748B;
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 500;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}

.details-modal .package-content-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    margin: 36px 0;
    align-items: start;
}

.details-modal .package-features-detailed {
    margin: 0;
}

.details-modal .package-features-detailed h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    letter-spacing: -0.02em;
    padding-bottom: 14px;
    border-bottom: 2px solid #F1F5F9;
}

.details-modal .package-features-detailed h3::before {
    content: '';
    width: 4px;
    height: 28px;
    background: linear-gradient(180deg, #2563EB, #3B82F6);
    border-radius: 2px;
}

.details-modal .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.details-modal .features-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 20px;
    background: linear-gradient(135deg, #FFFFFF 0%, #FAFBFC 100%);
    border-radius: 18px;
    border: 1.5px solid rgba(226, 232, 240, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.details-modal .features-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #10B981, #059669);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0 4px 4px 0;
}

.details-modal .features-list li:hover {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    transform: translateX(4px);
    border-color: rgba(16, 185, 129, 0.35);
    box-shadow: 
        0 6px 20px rgba(16, 185, 129, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.details-modal .features-list li:hover::before {
    transform: scaleY(1);
}

.details-modal .features-list li i {
    color: #10B981;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(16, 185, 129, 0.08));
    padding: 11px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(16, 185, 129, 0.2);
    box-shadow: 
        0 2px 10px rgba(16, 185, 129, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.details-modal .features-list li:hover i {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(16, 185, 129, 0.15));
    transform: scale(1.08) rotate(5deg);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 
        0 4px 14px rgba(16, 185, 129, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    color: #059669;
}

.details-modal .feature-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.details-modal .feature-name {
    font-weight: 700;
    color: #1E293B;
    font-size: 1.05rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.details-modal .feature-desc {
    color: #64748B;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 2px;
}

.details-modal .package-limits {
    margin: 0;
    padding: 28px 24px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 50%, #F1F5F9 100%);
    border-radius: 24px;
    border: 2px solid rgba(226, 232, 240, 0.8);
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    height: fit-content;
    position: sticky;
    top: 20px;
}

.details-modal .package-limits h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    letter-spacing: -0.02em;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(241, 245, 249, 0.8);
}

.details-modal .package-limits h3::before {
    content: '';
    width: 4px;
    height: 28px;
    background: linear-gradient(180deg, #2563EB, #3B82F6);
    border-radius: 2px;
}

.details-modal .limits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.details-modal .limit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 16px;
    background: white;
    border-radius: 16px;
    border: 1.5px solid rgba(226, 232, 240, 0.6);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.details-modal .limit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563EB, #3B82F6);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.details-modal .limit-item:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 
        0 8px 24px rgba(37, 99, 235, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.details-modal .limit-item:hover::before {
    transform: scaleX(1);
}

.details-modal .limit-label {
    font-size: 0.85rem;
    color: #64748B;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.details-modal .limit-value {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0F172A;
    background: linear-gradient(135deg, #2563EB, #1D4ED8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.details-modal .modal-actions {
    display: flex;
    gap: 16px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 2px solid rgba(241, 245, 249, 0.8);
}

.details-modal .modal-actions .btn {
    flex: 1;
    padding: 18px 28px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.details-modal .modal-actions .btn::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.6s ease;
}

.details-modal .modal-actions .btn:hover::before {
    left: 100%;
}

.details-modal .modal-actions .btn-primary {
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
    color: white;
    box-shadow: 
        0 8px 24px rgba(59, 130, 246, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.details-modal .modal-actions .btn-primary:hover {
    background: linear-gradient(135deg, #1D4ED8 0%, #1E40AF 100%);
    transform: translateY(-3px);
    box-shadow: 
        0 12px 32px rgba(59, 130, 246, 0.45),
        0 4px 12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.details-modal .modal-actions .btn-secondary {
    background: white;
    color: #475569;
    border: 2px solid #E2E8F0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.details-modal .modal-actions .btn-secondary:hover {
    background: #F8FAFC;
    border-color: #CBD5E1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #334155;
}

/* Responsive Modal Design */
@media (max-width: 1024px) {
    .details-modal .package-content-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .details-modal .package-limits {
        position: static;
    }
}

@media (max-width: 768px) {
    .details-modal {
        width: 95%;
        margin: 5% auto;
        max-height: 95vh;
        border-radius: 24px;
    }
    
    .details-modal .modal-header {
        padding: 32px 24px 24px;
    }
    
    .details-modal .modal-header h2 {
        font-size: 1.75rem;
        padding-right: 50px;
    }
    
    .details-modal .modal-body {
        padding: 24px;
    }
    
    .details-modal .package-content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 28px 0;
    }
    
    .details-modal .package-price-large {
        padding: 20px;
        margin-bottom: 28px;
    }
    
    .details-modal .package-price-large .amount {
        font-size: 2.5rem;
    }
    
    .details-modal .package-limits {
        position: static;
        padding: 24px 20px;
    }
    
    .details-modal .limits-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .details-modal .modal-actions {
        flex-direction: column;
        gap: 10px;
        margin-top: 28px;
        padding-top: 24px;
    }
    
    .details-modal .close {
        right: 16px;
        top: 16px;
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .details-modal {
        width: 98%;
        margin: 2% auto;
        border-radius: 20px;
    }
    
    .details-modal .modal-header {
        padding: 24px 20px 20px;
    }
    
    .details-modal .modal-header h2 {
        font-size: 1.5rem;
        padding-right: 45px;
    }
    
    .details-modal .modal-body {
        padding: 20px;
    }
    
    .details-modal .package-price-large .amount {
        font-size: 2rem;
    }
    
    .details-modal .package-features-detailed h3,
    .details-modal .package-limits h3 {
        font-size: 1.25rem;
    }
}

/* ========================================
   COMPREHENSIVE ZOOM HANDLING IMPROVEMENTS
   Handles extreme zoom levels (25%+) and all breakpoints
   ======================================== */

/* Base improvements for all viewports */
body {
    overflow-x: hidden;
    max-width: 100vw;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(12px, 3vw, 40px);
    padding-right: clamp(12px, 3vw, 40px);
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Hero section zoom improvements */
.pricing-hero-new {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.pricing-hero-content-new {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: clamp(16px, 3vw, 32px);
    padding-right: clamp(16px, 3vw, 32px);
}

/* Pricing grid improvements for all zoom levels */
.pricing-grid {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    min-width: 0;
}

.pricing-card {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Enhanced responsive breakpoints for zoom handling */
@media (min-width: 320px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: clamp(12px, 2vw, 18px);
        padding: 0 clamp(12px, 4vw, 24px);
    }
}

@media (min-width: 640px) {
    .pricing-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: clamp(14px, 2vw, 20px);
    }
}

@media (min-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: clamp(16px, 2vw, 24px);
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* Extreme zoom handling (25% zoom = effective 4x viewport) */
@media (min-width: 2000px) {
    .container {
        padding-left: clamp(40px, 3vw, 60px);
        padding-right: clamp(40px, 3vw, 60px);
    }

    .pricing-hero-content-new {
        padding-left: clamp(32px, 3vw, 48px);
        padding-right: clamp(32px, 3vw, 48px);
    }

    .pricing-grid {
        max-width: 1600px;
        margin: 0 auto;
        gap: clamp(20px, 1.5vw, 28px);
    }

    .pricing-card {
        padding: clamp(24px, 2vw, 32px) clamp(20px, 2vw, 28px);
        border-radius: 18px;
    }

    .pricing-hero-title-new {
        font-size: clamp(2rem, 3.5vw, 3rem);
    }

    .pricing-hero-subtitle-new {
        font-size: clamp(1rem, 1.8vw, 1.25rem);
    }
}

@media (min-width: 3000px) {
    .container {
        padding-left: clamp(60px, 2.5vw, 80px);
        padding-right: clamp(60px, 2.5vw, 80px);
    }

    .pricing-hero-content-new {
        padding-left: clamp(40px, 2.5vw, 56px);
        padding-right: clamp(40px, 2.5vw, 56px);
    }

    .pricing-grid {
        max-width: 1800px;
        gap: clamp(24px, 2vw, 32px);
    }

    .pricing-card {
        padding: clamp(28px, 1.8vw, 36px) clamp(24px, 1.8vw, 32px);
        border-radius: 20px;
    }

    .pricing-hero-title-new {
        font-size: clamp(2.5rem, 3vw, 3.5rem);
    }
}

@media (min-width: 4000px) {
    .container {
        padding-left: clamp(80px, 2vw, 100px);
        padding-right: clamp(80px, 2vw, 100px);
    }

    .pricing-grid {
        max-width: 2200px;
        gap: clamp(28px, 1.5vw, 36px);
    }

    .pricing-card {
        padding: clamp(32px, 1.5vw, 40px) clamp(28px, 1.5vw, 36px);
    }

    .pricing-hero-title-new {
        font-size: clamp(3rem, 2.5vw, 4rem);
    }
}

/* Ensure buttons remain usable at all zoom levels */
.pricing-actions {
    gap: clamp(8px, 1.2vw, 12px);
    padding-top: clamp(10px, 1.4vw, 14px);
}

.btn-view-details,
.btn-pay,
.pagination-btn {
    min-height: clamp(40px, 5vw, 48px);
    min-width: clamp(120px, 15vw, 150px);
    box-sizing: border-box;
    white-space: nowrap;
    padding: clamp(10px, 1.4vw, 12px) clamp(18px, 2.2vw, 24px);
    font-size: clamp(12px, 1.2vw, 14px);
    margin: 0;
}

/* Card content improvements for zoom */
.pricing-card-header {
    padding: clamp(12px, 1.6vw, 20px) clamp(12px, 1.6vw, 18px);
    box-sizing: border-box;
}

.pricing-plan-name {
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pricing-plan-price .amount {
    font-size: clamp(1.25rem, 2.2vw, 1.625rem);
    line-height: 1;
    word-wrap: break-word;
}

.pricing-plan-description {
    font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pricing-feature {
    padding: clamp(6px, 0.9vw, 8px) clamp(8px, 1.1vw, 10px);
    margin-bottom: clamp(4px, 0.7vw, 6px);
    box-sizing: border-box;
}

.feature-name {
    font-size: clamp(0.8125rem, 1.1vw, 0.875rem);
    line-height: 1.45;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pricing-feature i {
    width: clamp(24px, 2.5vw, 28px);
    height: clamp(24px, 2.5vw, 28px);
    min-width: clamp(24px, 2.5vw, 28px);
    font-size: clamp(12px, 1.3vw, 14px);
    box-sizing: border-box;
}

/* Hero badge and CTA improvements */
.pricing-hero-badge {
    padding: clamp(8px, 1vw, 10px) clamp(14px, 1.8vw, 18px);
    font-size: clamp(11px, 1.2vw, 13px);
    margin-bottom: clamp(8px, 1.4vw, 14px);
}

.pricing-hero-cta-new {
    padding: clamp(10px, 1.2vw, 12px) clamp(20px, 2.2vw, 24px);
    font-size: clamp(12px, 1.3vw, 13px);
}

/* Modal responsive improvements for zoom */
.details-modal {
    width: clamp(90%, 95vw, 1100px);
    max-width: 95vw;
    margin: clamp(2%, 5vh, 5%) auto;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .details-modal {
        width: 95%;
        max-width: 95%;
        margin: 2.5% auto;
        max-height: 95vh;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pricing-card {
        border-width: 0.5px;
    }
}

/* Print styles */
@media print {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pricing-card {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .btn-view-details,
    .btn-pay,
    .pagination-btn {
        display: none;
    }
}

