/* Light Theme Overrides for eSIM Modern Theme */
/* This file contains light mode color overrides while preserving the modular structure */

/* Light Theme Color Variables */
body.light-theme {
    /* Primary Colors - Darker green for better contrast */
    --neon-green: #047a3a;
    --primary-green: #047a3a;
    
    /* Background Colors */
    --pure-black: #ffffff;
    --pure-white: #1a1a1a;
    --dark-bg: #ffffff;
    --light-text: #1a1a1a;
    
    /* Gray Scale for Light Mode */
    --gray-50: #1a1a1a;
    --gray-100: #2c3e50;
    --gray-200: #495057;
    --gray-900: #f8f9fa;
    
    /* Glass Morphism for Light Mode */
    --glass-bg: rgba(0, 0, 0, 0.03);
    --glass-border: rgba(0, 0, 0, 0.15);
    
    /* Shadows for Light Mode */
    --shadow-light: 0 2px 4px rgba(0,0,0,0.08);
    --shadow-medium: 0 4px 12px rgba(0,0,0,0.12);
    --shadow-heavy: 0 25px 50px rgba(0,0,0,0.15);
    --shadow-glow: 0 0 30px rgba(4, 122, 58, 0.2);
    --glow-green: 0 0 20px rgba(4, 122, 58, 0.2);
}

/* Light Theme Body Styles */
body.light-theme {
    background: #ffffff !important;
    color: #1a1a1a !important;
    overflow-y: visible !important;
    font-weight: 400 !important;
}

/* Light Theme Header Overrides */
body.light-theme .top-bar {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.light-theme .top-bar .support-text {
    color: rgba(0, 0, 0, 0.8);
}

body.light-theme .top-bar .support-text i {
    color: var(--neon-green);
}

body.light-theme .language-switcher select,
body.light-theme .currency-switcher select {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
}

body.light-theme .account-link {
    color: rgba(0, 0, 0, 0.8);
}

body.light-theme .account-link:hover {
    color: var(--neon-green);
}

/* Light Theme Main Header - White Background */
body.light-theme .modern-header {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(30px) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .site-header {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(30px) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .site-header.scrolled {
    background: rgba(255, 255, 255, 1) !important;
    backdrop-filter: blur(40px) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Header Content Colors */
body.light-theme .header-content {
    color: #000000;
}

body.light-theme .support-badge {
    background: rgba(12, 224, 107, 0.1);
    border: 1px solid rgba(12, 224, 107, 0.3);
    color: var(--neon-green);
}

body.light-theme .lang-btn,
body.light-theme .currency-btn {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
}

body.light-theme .lang-btn:hover,
body.light-theme .currency-btn:hover {
    background: rgba(12, 224, 107, 0.1);
    border-color: rgba(12, 224, 107, 0.3);
    color: var(--neon-green);
}

/* Light Theme Logo */
body.light-theme .site-title a {
    color: #000000;
    background: linear-gradient(135deg, var(--neon-green), #00ff88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Light Theme Navigation */
body.light-theme .primary-menu a {
    color: rgba(0, 0, 0, 0.9);
}

body.light-theme .primary-menu a:hover,
body.light-theme .primary-menu .current-menu-item a {
    color: var(--neon-green);
}

/* Light Theme Header Actions */
body.light-theme .search-toggle,
body.light-theme .cart-link {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
}

body.light-theme .search-toggle:hover,
body.light-theme .cart-link:hover {
    background: rgba(12, 224, 107, 0.1);
    border-color: var(--neon-green);
    color: var(--neon-green);
}

body.light-theme .hamburger-line {
    background: #000000;
}

body.light-theme .menu-toggle:hover .hamburger-line {
    background: var(--neon-green);
}

/* Light Theme Search Form */
body.light-theme .header-search {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.light-theme .search-form-wrapper input {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
}

body.light-theme .search-form-wrapper input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

body.light-theme .search-form-wrapper input:focus {
    border-color: var(--neon-green);
    box-shadow: 0 0 0 3px rgba(12, 224, 107, 0.1);
}

body.light-theme .search-close {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
}

/* Light Theme Mobile Menu - Complete Fix */
/* Mobile Menu Background and Structure */
body.light-theme .mobile-menu {
    background: rgba(255, 255, 255, 0.98) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .mobile-menu-content {
    background: transparent !important;
}

/* Mobile Menu Navigation Links - Modern Style */
body.light-theme .mobile-nav-menu a {
    color: #1a1a1a !important;
    font-weight: 500 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: rgba(0, 0, 0, 0.02) !important;
}

body.light-theme .mobile-nav-menu a:hover {
    color: var(--neon-green) !important;
    background: rgba(4, 122, 58, 0.1) !important;
    transform: translateX(5px) !important;
    border-left: 3px solid var(--neon-green) !important;
}

body.light-theme .mobile-nav-menu a.active {
    color: var(--neon-green) !important;
    background: rgba(4, 122, 58, 0.15) !important;
    border-left: 4px solid var(--neon-green) !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(4, 122, 58, 0.2) !important;
}

body.light-theme .mobile-nav-menu a i {
    color: inherit !important;
    opacity: 0.8 !important;
}

body.light-theme .mobile-nav-menu a:hover i,
body.light-theme .mobile-nav-menu a.active i {
    opacity: 1 !important;
    color: var(--neon-green) !important;
}

/* Mobile Login Button */
body.light-theme .mobile-login-btn {
    background: linear-gradient(135deg, var(--neon-green) 0%, #047a3a 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
}

body.light-theme .mobile-login-btn:hover {
    background: linear-gradient(135deg, #047a3a 0%, #035d2e 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(4, 122, 58, 0.3) !important;
}

/* Mobile Language Button */
body.light-theme .mobile-lang-btn {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #1a1a1a !important;
}

body.light-theme .mobile-lang-btn:hover {
    background: rgba(4, 122, 58, 0.1) !important;
    border-color: rgba(4, 122, 58, 0.3) !important;
    color: var(--neon-green) !important;
}

/* Mobile Actions Section */
body.light-theme .mobile-actions {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* Mobile Toggle Button (Hamburger) */
body.light-theme .mobile-toggle span {
    background: var(--neon-green) !important;
}

/* Mobile Menu Positioning Fix */
@media (max-width: 1024px) {
    body.light-theme .mobile-menu {
        position: fixed !important;
        top: 80px !important;
        right: -320px !important;
        width: 300px !important;
        height: calc(100vh - 80px) !important;
        z-index: 1001 !important;
        transition: right 0.3s ease !important;
    }
    
    body.light-theme .mobile-menu.active {
        right: 0 !important;
    }
    
    /* Admin bar compatibility */
    body.admin-bar.light-theme .mobile-menu {
        top: 112px !important;
        height: calc(100vh - 112px) !important;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar.light-theme .mobile-menu {
        top: 126px !important;
        height: calc(100vh - 126px) !important;
    }
}

/* Legacy mobile menu overrides */
body.light-theme .mobile-menu-overlay {
    background: rgba(255, 255, 255, 0.95);
}

body.light-theme .mobile-menu-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.light-theme .mobile-menu-close {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
}

body.light-theme .mobile-menu a {
    color: #000000;
}

/* Light Theme Reviews Section */
body.light-theme .reviews-section {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

body.light-theme .review-card {
    background: white;
    border: 1px solid #e9ecef;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

body.light-theme .review-card:hover {
    border-color: rgba(4, 122, 58, 0.3);
    background: #fafafa;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

body.light-theme .reviewer-avatar {
    border: 2px solid rgba(4, 122, 58, 0.3);
}

body.light-theme .reviewer-details h4 {
    color: #1a1a1a;
}

body.light-theme .review-title h3 {
    color: #1a1a1a;
}

body.light-theme .review-content p {
    color: #495057;
}

body.light-theme .review-badge {
    background: linear-gradient(135deg, #047a3a, #28a745);
    color: white;
}

body.light-theme .review-location {
    background: rgba(0, 0, 0, 0.05);
    color: #6c757d;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

body.light-theme .slider-btn {
    background: white;
    border: 1px solid #e9ecef;
    color: #666;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

body.light-theme .slider-btn:hover {
    background: #f8f9fa;
    border-color: rgba(4, 122, 58, 0.3);
    color: #047a3a;
    box-shadow: 0 5px 15px rgba(4, 122, 58, 0.2);
}

body.light-theme .mobile-menu a:hover {
    color: var(--neon-green);
}

/* Light Theme Hero Section */
body.light-theme .hero-section {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

body.light-theme .hero-section::before {
    background: 
        radial-gradient(circle at 20% 80%, rgba(4, 122, 58, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(4, 122, 58, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(4, 122, 58, 0.01) 0%, transparent 50%) !important;
}

body.light-theme .hero-badge {
    background: rgba(4, 122, 58, 0.1) !important;
    color: #047a3a !important;
    border: 2px solid rgba(4, 122, 58, 0.3) !important;
    font-weight: 600 !important;
}

body.light-theme .hero-title {
    color: #1a1a1a !important;
    text-shadow: none !important;
    font-weight: 700 !important;
}

body.light-theme .hero-subtitle {
    color: #4a4a4a !important;
    font-weight: 500 !important;
}

body.light-theme .stat-number {
    color: #047a3a !important;
    font-weight: 800 !important;
}

body.light-theme .stat-label {
    color: #5a5a5a !important;
    font-weight: 500 !important;
}

/* Light Theme Hero Content */
body.light-theme .hero-content {
    color: #000000 !important;
}

body.light-theme .hero-content h1 {
    color: #000000 !important;
    text-shadow: none !important;
}

body.light-theme .hero-content p {
    color: rgba(0, 0, 0, 0.8) !important;
}

/* Light Theme Brand Text - Darker green for better contrast */
body.light-theme .brand-text {
    color: #047a3a !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}

/* Light Theme Logo and Site Title */
body.light-theme .site-title a {
    color: #1a1a1a !important;
    background: linear-gradient(135deg, #047a3a, #1a5a32) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-weight: 900 !important;
}

/* Light Theme Hero Title with Viozzo brand */
body.light-theme .hero-title .brand-text,
body.light-theme .hero-title span[style*="color"] {
    color: #047a3a !important;
    font-weight: 900 !important;
}

/* Light Theme Brand Highlight - Fix Viozzo readability */
body.light-theme .brand-highlight {
    background: linear-gradient(135deg, #047a3a 0%, #1a5a32 50%, #2d7a3e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-shadow: none !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    transform: scale(1.05) !important;
    animation: none !important;
}

/* Remove glow effect in light mode */
body.light-theme .brand-highlight::before {
    display: none !important;
}

/* Light Theme Connect Anywhere text */
body.light-theme .hero-content h1,
body.light-theme .hero-title {
    color: #1a1a1a !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}

/* Light Theme Search Box */
body.light-theme .search-box {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

body.light-theme .search-input {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
}

body.light-theme .search-input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

body.light-theme .search-input:focus {
    border-color: var(--neon-green);
    box-shadow: 0 0 0 3px rgba(12, 224, 107, 0.1);
}

/* Light Theme Features Section */
body.light-theme .features-section {
    background: #ffffff;
}

body.light-theme .section-title {
    color: #000000;
}

body.light-theme .section-subtitle {
    color: rgba(0, 0, 0, 0.7);
}

body.light-theme .feature-card {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

body.light-theme .feature-card:hover {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(12, 224, 107, 0.2);
    box-shadow: 0 10px 40px rgba(12, 224, 107, 0.1);
}

body.light-theme .feature-icon {
    background: #000000;
    color: #ffffff;
}

body.light-theme .feature-card:hover .feature-icon {
    background: var(--neon-green);
    color: #000000;
}

body.light-theme .feature-title {
    color: #000000;
}

body.light-theme .feature-description {
    color: rgba(0, 0, 0, 0.7);
}

/* Light Theme Country Cards - Always visible borders */
body.light-theme .country-item {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #000000;
}

body.light-theme .country-item::before {
    background: rgba(12, 224, 107, 0.05) !important;
    opacity: 1 !important;
}

body.light-theme .country-item:hover {
    background: rgba(0, 0, 0, 0.03) !important;
    border-color: var(--neon-green) !important;
    box-shadow: 0 5px 20px rgba(12, 224, 107, 0.15) !important;
}

body.light-theme .country-item:hover::before {
    background: rgba(12, 224, 107, 0.1) !important;
}

body.light-theme .country-name {
    color: #000000 !important;
}

body.light-theme .country-item:hover .country-name {
    color: var(--neon-green) !important;
}

/* Dark theme için country-flag stil */
body:not(.light-theme) .country-flag {
    background-color: #f0f0f0;
    border-color: rgba(255, 255, 255, 0.2);
}

/* Light theme için country-flag stil */
body.light-theme .country-flag {
    background-color: #ffffff;
    border-color: rgba(12, 224, 107, 0.3);
}

/* Light Theme Steps Section */
body.light-theme .steps-section {
    background: rgba(0, 0, 0, 0.02);
}

body.light-theme .step-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

body.light-theme .step-number {
    background: var(--neon-green);
    color: #000000;
}

body.light-theme .step-title {
    color: #000000;
}

body.light-theme .step-description {
    color: rgba(0, 0, 0, 0.7);
}

/* Light Theme Trust Section */
body.light-theme .trust-section {
    background: #ffffff;
}

body.light-theme .trust-item {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

body.light-theme .trust-icon {
    background: #000000;
    color: #ffffff;
}

body.light-theme .trust-item:hover .trust-icon {
    background: var(--neon-green);
    color: #000000;
}

body.light-theme .trust-title {
    color: #000000;
}

body.light-theme .trust-description {
    color: rgba(0, 0, 0, 0.7);
}

/* Light Theme Footer - Special Dark Blue Color */
body.light-theme .site-footer {
    background: linear-gradient(135deg, #1a2332 0%, #2c3e50 100%) !important;
    color: #ffffff !important;
}

body.light-theme .site-footer::before {
    background: 
        radial-gradient(circle at 20% 80%, rgba(12, 224, 107, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(12, 224, 107, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(12, 224, 107, 0.02) 0%, transparent 50%) !important;
}

body.light-theme .footer-section h4 {
    color: #ffffff !important;
    font-weight: 600 !important;
}

body.light-theme .footer-section a {
    color: rgba(255, 255, 255, 0.8) !important;
}

body.light-theme .footer-section a:hover {
    color: var(--neon-green) !important;
}

body.light-theme .footer-section p {
    color: rgba(255, 255, 255, 0.8) !important;
}

body.light-theme .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

body.light-theme .footer-bottom a {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.light-theme .footer-bottom a:hover {
    color: var(--neon-green) !important;
}

/* Light Theme Popup Search Box Fixes */
body.light-theme .popup-search .search-container {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 12px !important;
}

body.light-theme .popup-search .search-container input#countrySearch {
    color: #333333 !important;
    background: transparent !important;
    border: none !important;
    font-weight: 500 !important;
}

body.light-theme .popup-search .search-container input#countrySearch::placeholder {
    color: #666666 !important;
    opacity: 0.8 !important;
}

body.light-theme .popup-search .search-container input#countrySearch:focus {
    color: #333333 !important;
    outline: none !important;
}

body.light-theme .popup-search .search-container .fas.fa-search {
    color: #666666 !important;
}

body.light-theme .popup-search .search-container .search-close {
    color: #666666 !important;
    background: rgba(0, 0, 0, 0.05) !important;
}

body.light-theme .popup-search .search-container .search-close:hover {
    color: #333333 !important;
    background: rgba(0, 0, 0, 0.1) !important;
}

/* Light Theme Countries Tabs/Filters Readability */
body.light-theme .countries-tabs .tab-btn {
    color: #333333 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    font-weight: 600 !important;
}

body.light-theme .countries-tabs .tab-btn:hover {
    color: #059649 !important;
    background: rgba(5, 150, 73, 0.1) !important;
    border-color: #059649 !important;
}

body.light-theme .countries-tabs .tab-btn.active {
    color: #ffffff !important;
    background: #059649 !important;
    border-color: #059649 !important;
    font-weight: 700 !important;
}

/* Light Theme Connect Slider Text Weight/Contrast */
body.light-theme .connection-status,
body.light-theme .connection-text,
body.light-theme .connection-status span {
    color: #333333 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}

body.light-theme .connection-status span[style*="color: var(--primary-green)"] {
    color: #059649 !important;
    font-weight: 800 !important;
}

/* Light Theme Hero Title "Connect Anywhere" - Better Readability */
body.light-theme .hero-title {
    color: #000000 !important;
    font-weight: 900 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    background: linear-gradient(135deg, #000000 0%, #333333 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Light Theme Header Logo V Letter - Better Contrast */
body.light-theme .site-title a {
    color: #000000 !important;
    background: linear-gradient(135deg, #000000 0%, #333333 50%, #000000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-weight: 900 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)) !important;
}

/* Light Theme Stat Boxes - Visible Background */
body.light-theme .stat-item {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

body.light-theme .stat-number {
    color: #059649 !important;
    font-weight: 800 !important;
}

body.light-theme .stat-label {
    color: #333333 !important;
    font-weight: 600 !important;
}

/* Light Theme Explore Plans Button - Visible Border */
body.light-theme .btn-secondary,
body.light-theme a[href*="plans"] {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #333333 !important;
    border: 2px solid rgba(0, 0, 0, 0.15) !important;
    font-weight: 600 !important;
    backdrop-filter: blur(10px) !important;
}

body.light-theme .btn-secondary:hover,
body.light-theme a[href*="plans"]:hover {
    background: #059649 !important;
    color: #ffffff !important;
    border-color: #059649 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(5, 150, 73, 0.3) !important;
}

/* Light Theme Countries Popup */
body.light-theme .countries-popup,
body.light-theme .country-popup,
body.light-theme .popup-overlay {
    background: rgba(255, 255, 255, 0.98) !important;
    color: #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .countries-popup .popup-header,
body.light-theme .country-popup .popup-header {
    background: rgba(0, 0, 0, 0.02) !important;
    color: #000000 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .countries-popup .popup-title,
body.light-theme .country-popup .popup-title {
    color: #000000 !important;
}

body.light-theme .countries-popup .popup-close,
body.light-theme .country-popup .popup-close {
    color: #000000 !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .countries-popup .popup-close:hover,
body.light-theme .country-popup .popup-close:hover {
    background: rgba(255, 0, 0, 0.1) !important;
    color: #ff0000 !important;
}

body.light-theme .countries-popup .country-list,
body.light-theme .country-popup .country-list {
    background: #ffffff !important;
}

body.light-theme .countries-popup .country-list-item,
body.light-theme .country-popup .country-list-item {
    background: rgba(0, 0, 0, 0.02) !important;
    color: #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

body.light-theme .countries-popup .country-list-item:hover,
body.light-theme .country-popup .country-list-item:hover {
    background: rgba(12, 224, 107, 0.1) !important;
    border-color: var(--neon-green) !important;
    color: var(--neon-green) !important;
}

/* Light Theme Buttons */
body.light-theme .btn-primary {
    background: var(--neon-green);
    color: #000000;
}

body.light-theme .btn-primary:hover {
    background: var(--neon-green);
    color: #000000;
    box-shadow: 0 0 20px rgba(12, 224, 107, 0.3), 0 4px 12px rgba(0,0,0,0.15);
}

body.light-theme .btn-outline {
    background: transparent;
    color: #000000;
    border: 1.5px solid rgba(0, 0, 0, 0.2);
}

body.light-theme .btn-outline:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

/* Light Theme Particles */
body.light-theme .section-particle {
    background: var(--neon-green);
    opacity: 0.2;
}

/* Light Theme Navigation Menu */
body.light-theme .nav-menu a {
    color: rgba(0, 0, 0, 0.9) !important;
}

body.light-theme .nav-menu a:hover {
    color: var(--neon-green) !important;
    background: rgba(12, 224, 107, 0.1) !important;
}

/* Light Theme All Text Elements */
body.light-theme h1,
body.light-theme h2,
body.light-theme h3,
body.light-theme h4,
body.light-theme h5,
body.light-theme h6 {
    color: #000000 !important;
    text-shadow: none !important;
}

body.light-theme p {
    color: rgba(0, 0, 0, 0.8) !important;
}

body.light-theme .text-white {
    color: #000000 !important;
}

body.light-theme .text-light {
    color: rgba(0, 0, 0, 0.8) !important;
}

/* Light Theme Action Buttons */
body.light-theme .action-icons .icon-btn {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #000000 !important;
}

body.light-theme .action-icons .icon-btn:hover {
    background: rgba(12, 224, 107, 0.1) !important;
    border-color: rgba(12, 224, 107, 0.3) !important;
    color: var(--neon-green) !important;
}

body.light-theme .login-btn {
    background: var(--neon-green) !important;
    color: #000000 !important;
    border: none !important;
}

body.light-theme .login-btn:hover {
    background: var(--neon-green) !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(12, 224, 107, 0.4) !important;
}

/* Light Theme eSIM Interface Support */
body.light-theme .phone-mockup {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    box-shadow: 
        0 0 50px rgba(0, 0, 0, 0.1),
        inset 0 0 50px rgba(0, 0, 0, 0.02) !important;
}

body.light-theme .phone-screen {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

body.light-theme .esim-interface {
    color: #000000 !important;
}

body.light-theme .status-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .carrier {
    color: var(--neon-green) !important;
    font-weight: 700 !important;
}

body.light-theme .signal {
    color: var(--neon-green) !important;
}

/* Light Theme eSIM Card */
body.light-theme .esim-card {
    background: linear-gradient(135deg, var(--neon-green) 0%, #00ff88 100%) !important;
    color: #000000 !important;
    box-shadow: 
        0 8px 32px rgba(12, 224, 107, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .card-header {
    color: #000000 !important;
}

body.light-theme .card-header i {
    color: #000000 !important;
}

/* Light Theme QR Code in eSIM Card */
body.light-theme .qr-code {
    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
}

body.light-theme .qr-pattern {
    background: #ffffff !important;
    border-radius: 4px !important;
}

body.light-theme .qr-square {
    background: #000000 !important;
}

/* Light Theme Filter Chips and Tabs - Revolutionary eSIM Features Section */
body.light-theme .filter-chip {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: #1a1a1a !important;
    backdrop-filter: blur(10px) !important;
}

/* More specific targeting for filter chip text */
body.light-theme .filter-chip span {
    color: #1a1a1a !important;
    font-weight: 500 !important;
}

body.light-theme .filter-row .filter-chip {
    color: #1a1a1a !important;
}

body.light-theme .country-plans-section .filter-chip {
    color: #1a1a1a !important;
}

/* Force dark text for all filter chip elements */
body.light-theme .filter-chip,
body.light-theme .filter-chip *:not(.active) {
    color: #1a1a1a !important;
}

body.light-theme .filter-chip:hover {
    background: rgba(4, 122, 58, 0.1) !important;
    border-color: rgba(4, 122, 58, 0.4) !important;
    color: var(--neon-green) !important;
    transform: translateY(-2px) !important;
}

body.light-theme .filter-chip.active {
    background: linear-gradient(135deg, var(--neon-green) 0%, #047a3a 100%) !important;
    border-color: var(--neon-green) !important;
    color: white !important;
    font-weight: 600 !important;
    box-shadow: 0 5px 15px rgba(4, 122, 58, 0.3) !important;
}

body.light-theme .filter-chip i {
    color: inherit !important;
}

/* Light Theme Country Tab Cards */
body.light-theme .country-tab {
    background: rgba(0, 0, 0, 0.03) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #1a1a1a !important;
}

body.light-theme .country-tab:hover {
    background: rgba(4, 122, 58, 0.05) !important;
    border-color: rgba(4, 122, 58, 0.3) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(4, 122, 58, 0.15) !important;
}

body.light-theme .country-tab .country-flag {
    color: inherit !important;
}

body.light-theme .country-tab .country-name {
    color: #1a1a1a !important;
    font-weight: 600 !important;
}

body.light-theme .country-tab .country-price {
    color: var(--neon-green) !important;
    font-weight: 700 !important;
}

body.light-theme .country-tab .country-features {
    color: rgba(26, 26, 26, 0.7) !important;
}

/* Light Theme Section Titles and Subtitles */
body.light-theme .section-title {
    color: #1a1a1a !important;
}

body.light-theme .section-subtitle {
    color: rgba(26, 26, 26, 0.7) !important;
}

/* Light Theme All Countries Button */
body.light-theme .all-countries-btn {
    background: linear-gradient(135deg, var(--neon-green) 0%, #047a3a 100%) !important;
    color: white !important;
    border: none !important;
}

body.light-theme .all-countries-btn:hover {
    background: linear-gradient(135deg, #047a3a 0%, #035d2e 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(4, 122, 58, 0.4) !important;
}

/* Light Theme Connection Status */
body.light-theme .connection-status {
    color: #000000 !important;
}

body.light-theme .status-dot {
    background: #000000 !important;
    animation: statusPulse 2s ease-in-out infinite !important;
}

@keyframes statusPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* Light Theme Network Animation */
body.light-theme .network-wave {
    border: 2px solid var(--neon-green) !important;
    opacity: 0.6 !important;
}

/* Light Theme Phone Floating Icons (if any) */
body.light-theme .floating-icon {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #000000 !important;
}

body.light-theme .floating-icon:hover {
    background: rgba(12, 224, 107, 0.1) !important;
    border-color: var(--neon-green) !important;
    color: var(--neon-green) !important;
}

/* Light Theme How It Works QR Code */
body.light-theme .qr-code-realistic {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(0, 0, 0, 0.05) !important;
}

body.light-theme .qr-corner-pattern .corner-outer {
    border-color: #000000 !important;
}

body.light-theme .qr-corner-pattern .corner-inner {
    background: #000000 !important;
}

body.light-theme .qr-module.active {
    background: #000000 !important;
}

body.light-theme .qr-scan-line {
    background: linear-gradient(90deg, transparent 0%, var(--neon-green) 50%, transparent 100%) !important;
}

body.light-theme .qr-glow-effect {
    background: radial-gradient(circle, rgba(12, 224, 107, 0.2) 0%, transparent 70%) !important;
}

body.light-theme .scan-instruction-modern {
    color: #000000 !important;
}

body.light-theme .scan-text {
    color: var(--neon-green) !important;
    text-shadow: none !important;
}

body.light-theme .scan-pulse {
    border-color: var(--neon-green) !important;
}

/* Light Theme Step Phone Screens */
body.light-theme .step-phone {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    box-shadow: 
        0 0 30px rgba(0, 0, 0, 0.1),
        inset 0 0 30px rgba(0, 0, 0, 0.02) !important;
}

body.light-theme .step-screen {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

/* Hero Search Input Light Theme Fixes */
body.light-theme .hero-search-input {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid rgba(12, 224, 107, 0.7) !important;
    color: #1a1a1a !important;
    box-shadow: 0 8px 25px rgba(12, 224, 107, 0.15), 0 0 0 1px rgba(12, 224, 107, 0.1) !important;
}

body.light-theme .hero-search-input::placeholder {
    color: rgba(26, 26, 26, 0.6) !important;
    font-weight: 500 !important;
}

body.light-theme .hero-search-input:hover {
    background: rgba(255, 255, 255, 1) !important;
    border-color: rgba(12, 224, 107, 0.9) !important;
    box-shadow: 0 10px 30px rgba(12, 224, 107, 0.25), 0 0 0 2px rgba(12, 224, 107, 0.15) !important;
    transform: translateY(-1px) !important;
}

body.light-theme .hero-search-input:focus {
    background: rgba(255, 255, 255, 1) !important;
    border-color: var(--primary-green) !important;
    box-shadow: 0 12px 35px rgba(12, 224, 107, 0.3), 0 0 0 3px rgba(12, 224, 107, 0.2) !important;
    transform: translateY(-3px) scale(1.02) !important;
}

body.light-theme .hero-search-results {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(12, 224, 107, 0.3) !important;
}

body.light-theme .hero-search-result {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .hero-search-result:hover {
    background: rgba(12, 224, 107, 0.1) !important;
}

body.light-theme .hero-search-result .country-name {
    color: #1a1a1a !important;
}

body.light-theme .hero-search-result .country-price {
    color: rgba(26, 26, 26, 0.7) !important;
}

/* Dark mode hero search results - ensure country names are always visible */
body:not(.light-theme) .hero-search-result .country-name {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

body:not(.light-theme) .hero-search-results .hero-search-result .country-name {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Mobile specific overrides for dark mode */
@media (max-width: 768px) {
    body:not(.light-theme) .hero-search-result .country-name {
        color: #ffffff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9) !important;
        font-weight: 700 !important;
    }
    
    body:not(.light-theme) .hero-search-results {
        background: rgba(0, 0, 0, 0.98) !important;
        border: 2px solid rgba(12, 224, 107, 0.5) !important;
    }
}

/* Force light theme card layout to mirror dark theme exactly (structure only) */
body.light-theme .country-plans-section .plan-card {
    padding: 16px !important;
    gap: var(--spacing-sm) !important;
    min-height: 85px !important;
    height: 85px !important;
    border-radius: 12px !important;
    width: auto !important;
    overflow: hidden !important;
}

body.light-theme .country-plans-section .plan-content { margin: 0 12px !important; }

@media (max-width: 480px) {
    body:not(.light-theme) .hero-search-result .country-name {
        color: #ffffff !important;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 1) !important;
        font-weight: 800 !important;
        font-size: 15px !important;
    }
}

/* Light Theme Filter Chips - Fix readability */
body.light-theme .filter-chip {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(4, 122, 58, 0.3) !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
}

body.light-theme .filter-chip:hover {
    background: rgba(4, 122, 58, 0.1) !important;
    border-color: rgba(4, 122, 58, 0.5) !important;
    color: #000000 !important;
}

body.light-theme .filter-chip.active {
    background: linear-gradient(135deg, var(--neon-green) 0%, #059862 100%) !important;
    border-color: var(--neon-green) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 0 5px 15px rgba(4, 122, 58, 0.3) !important;
}

/* Light Theme Plan Cards */
body.light-theme .plan-card {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(12, 224, 107, 0.3) !important;
    box-shadow: 0 4px 15px rgba(12, 224, 107, 0.1) !important;
    color: #1a1a1a !important;
}

body.light-theme .plan-card:hover {
    background: rgba(255, 255, 255, 1) !important;
    border-color: rgba(12, 224, 107, 0.5) !important;
    box-shadow: 0 8px 25px rgba(12, 224, 107, 0.2) !important;
    transform: translateY(-3px) !important;
}

body.light-theme .country-plans-section .plans-grid {
    max-width: 2000px;
    padding: 0 60px;
    gap: 20px;
}

body.light-theme .country-plans-section .plan-card {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(12, 224, 107, 0.3) !important;
    box-shadow: 0 4px 15px rgba(12, 224, 107, 0.1) !important;
    padding: 15px 40px;
    min-height: 55px;
    gap: 25px;
    border-radius: 10px;
    width: 100%;
}

body.light-theme .country-plans-section .plan-card:hover {
    background: rgba(255, 255, 255, 1) !important;
    border-color: rgba(12, 224, 107, 0.5) !important;
    box-shadow: 0 8px 25px rgba(12, 224, 107, 0.2) !important;
    transform: translateY(-3px) !important;
}

body.light-theme .plan-country {
    color: #1a1a1a !important;
}

body.light-theme .country-plans-section .plan-country {
    color: #1a1a1a !important;
}

body.light-theme .plan-flag {
    background: rgba(12, 224, 107, 0.1) !important;
    border-color: rgba(12, 224, 107, 0.3) !important;
}

body.light-theme .country-plans-section .plan-flag {
    background: transparent !important;
    border: none !important;
    font-size: 45px !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 1 !important;
    position: relative !important;
}

body.light-theme .plan-label {
    color: rgba(26, 26, 26, 0.7) !important;
}

body.light-theme .plan-price {
    color: var(--primary-green) !important;
    font-weight: 600 !important;
}

body.light-theme .plan-arrow i {
    color: var(--primary-green) !important;
}

body.light-theme .search-icon-right {
    color: rgba(26, 26, 26, 0.4) !important;
}

body.light-theme .hero-search-input:focus + .search-icon-right {
    color: var(--primary-green) !important;
}

/* Phone Inner Color - Black as requested */
body.light-theme .phone-screen {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important;
}

body.light-theme .step-screen {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important;
}

/* Light Theme Plan Selector */
body.light-theme .plan-option {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #000000 !important;
}

body.light-theme .plan-option.active {
    background: rgba(12, 224, 107, 0.1) !important;
    border-color: var(--neon-green) !important;
    color: var(--neon-green) !important;
}

body.light-theme .plan-name {
    color: #000000 !important;
}

body.light-theme .plan-price {
    color: var(--neon-green) !important;
    font-weight: 700 !important;
}

/* Light Theme Search Section - White Background */
body.light-theme .search-section {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.light-theme .search-input {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 2px solid rgba(12, 224, 107, 0.3) !important;
    color: #1a1a1a !important;
}

body.light-theme .search-input::placeholder {
    color: rgba(26, 26, 26, 0.6) !important;
}

body.light-theme .search-input:focus {
    border-color: var(--primary-green) !important;
    box-shadow: 0 0 30px rgba(12, 224, 107, 0.3) !important;
}

/* Light Theme Responsive Adjustments */
@media (max-width: 768px) {
    /* Hide section header text on mobile only - FOR ALL THEMES */
    .section-header .section-title,
    .section-header .section-subtitle {
        display: none !important;
    }
    
    /* Make filter tabs horizontally scrollable on mobile - FOR ALL THEMES */
    .filter-row {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scrollbar-width: none !important; /* Firefox */
        -ms-overflow-style: none !important; /* IE/Edge */
        justify-content: flex-start !important;
        padding: 0 15px !important;
        margin: 1rem auto 1.5rem !important;
        gap: 8px !important;
    }
    
    /* Hide scrollbar for WebKit browsers */
    .filter-row::-webkit-scrollbar {
        display: none !important;
    }
    
    .filter-chip {
        flex-shrink: 0 !important; /* Prevent chips from shrinking */
        white-space: nowrap !important;
        padding: 8px 12px !important;
        font-size: 12px !important;
        gap: 6px !important;
    }
    
    /* Hero section height fixes for mobile */
    .hero-section {
        min-height: 30vh !important;
        padding: 10px 0 !important;
    }
    
    .hero-content {
        padding: 12px 10px !important;
        gap: 25px !important;
        min-height: 40vh !important;
    }
    
    /* Hide phone mockup on mobile */
    .hero-visual {
        display: none !important;
    }
    
    /* Mobile menu fixes for all themes */
    .mobile-menu {
        right: -320px !important;
        width: 300px !important;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5) !important;
    }
    
    .mobile-menu.active {
        right: 0 !important;
    }
    
    /* Ensure tab menu readability on mobile in light theme */
    body.light-theme .filter-chip {
        background: rgba(255, 255, 255, 0.9) !important;
        border: 2px solid rgba(4, 122, 58, 0.4) !important;
        color: #1a1a1a !important;
        font-weight: 700 !important;
        text-shadow: none !important;
    }
    
    body.light-theme .filter-chip.active {
        background: var(--neon-green) !important;
        color: #ffffff !important;
        font-weight: 800 !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    }
    
    body.light-theme .mobile-menu-overlay {
        background: rgba(255, 255, 255, 0.98);
    }
    
    body.light-theme .action-icons .icon-btn {
        background: rgba(12, 224, 107, 0.1) !important;
        border-color: rgba(12, 224, 107, 0.3) !important;
        color: var(--neon-green) !important;
    }
    
    body.light-theme .phone-mockup {
        transform: scale(0.9) !important;
    }
    
    body.light-theme .esim-card {
        padding: 12px !important;
    }
    
    body.light-theme .country-plans-section .plans-grid {
        max-width: 100% !important;
        padding: 0 20px !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    
    body.light-theme .country-plans-section .plan-card {
        padding: 12px 30px !important;
        min-height: 50px !important;
        gap: 20px !important;
    }
    
    body.light-theme .country-plans-section .plan-flag {
        font-size: 40px !important;
        width: 40px !important;
        height: 40px !important;
        background: transparent !important;
        border: none !important;
        position: relative !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    /* Hero section height fixes for very small screens */
    .hero-content {
        padding: 0px 10px !important;
        gap: 0px !important;
        min-height: 1vh !important;
    }
    
    .hero-title {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
    }
}

/* ===== Fix: Buy Now button overflow in Unlimited Quota Plans (Light Theme) ===== */
/* Match dark theme spacing and allow content to shrink so the button fits */
body.light-theme .country-plans-section .plan-card {
    padding: 16px !important;
    gap: 12px !important;
    height: 85px !important;
}

body.light-theme .plan-content {
    min-width: 0 !important;
}

body.light-theme .data-amount {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.light-theme .plan-actions {
    flex: 0 0 auto !important;
}

/* Reduce grid padding/gap to match dark layout widths */
body.light-theme .country-plans-section .plans-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
    margin-bottom: var(--spacing-xl) !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
}

/* Ensure price text doesn't expand layout */
body.light-theme .plan-price { min-width: 0 !important; }
body.light-theme .price,
body.light-theme .price-per-gb {
    white-space: nowrap !important;
}

/* Unlimited cards: hide per-GB pill to free space in light theme */
body.light-theme .unlimited-card .price-per-gb {
    display: inline-block !important;
}

/* Prevent clipping inside plan cards */
body.light-theme .plan-card {
    /* Match dark layout exactly */
    background: inherit !important;
    border-radius: 12px !important;
    padding: 16px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: var(--spacing-sm) !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 85px !important;
    height: 85px !important;
}

/* Match dark theme inner layout */
body.light-theme .plan-content {
    margin: 0 12px !important;
}

body.light-theme .plan-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    gap: 2px !important;
}

body.light-theme .plan-actions {
    margin: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

/* Responsive: mirror dark theme rules */
@media (max-width: 768px) {
    body.light-theme .plans-grid,
    body.light-theme .country-plans-section .plans-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        padding: 0 var(--spacing-sm) !important;
    }
    body.light-theme .plan-card,
    body.light-theme .country-plans-section .plan-card {
        min-height: 75px !important;
        height: 75px !important;
        padding: 12px !important;
        flex-direction: row !important;
    }
    body.light-theme .plan-content { margin: 0 8px !important; }
    body.light-theme .buy-now-btn { font-size: 0.6rem !important; padding: 5px 8px !important; min-width: 60px !important; }
}
