/* Reset and Base Styles */
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    body {
        margin: 0;
        padding: 0;
        font-family: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        background: linear-gradient(135deg, #f8f9fa 0%, #eef2f7 30%, #f0f4fb 70%, #f8f9fa 100%);
        background-attachment: fixed;
        color: #334155;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-x: hidden;
        line-height: 1.6;
    }

    .lte-package-page {
        font-family: 'Poppins', 'Inter', sans-serif;
        color: #334155;
        background: linear-gradient(135deg, #f8f9fa 0%, #eef2f7 30%, #f0f4fb 70%, #f8f9fa 100%);
        background-attachment: fixed;
        width: 100%;
        overflow-x: hidden;
    }
    
    .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    /* Header Styles */
    .lte-package-page .lte-header {
        text-align: center;
        padding: 100px 0 40px;
        background: transparent;
        position: relative;
        overflow: hidden;
    }

    .lte-package-page .lte-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
          radial-gradient(circle at 20% 20%, rgba(0, 180, 204, 0.1) 0%, transparent 50%),
          radial-gradient(circle at 80% 80%, rgba(242, 237, 230, 0.3) 0%, transparent 50%),
          radial-gradient(circle at 40% 60%, rgba(232, 227, 219, 0.2) 0%, transparent 50%);
    }

    .lte-package-page .container {
        position: relative;
        z-index: 2;
    }
    
    .lte-package-page .heading-gradient {
        font-family: 'Poppins', sans-serif;
        font-size: 2.8rem;
        font-weight: 800;
        color: #2d2823;
        margin-bottom: 0;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .lte-package-page .heading-gradient span {
        color: #00b4cc;
    }
    
    .lte-package-page .subheading {
        font-size: 1.25rem;
        color: #6b6355;
        max-width: 600px;
        margin: 0 auto;
        font-weight: 400;
        line-height: 1.6;
    }
    
    /* Section Styles */
    .lte-package-page .lte-section {
        padding: 20px 0 100px;
        background: transparent;
        position: relative;
    }

    .lte-package-page .lte-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
          radial-gradient(circle at 70% 30%, rgba(242, 237, 230, 0.4) 0%, transparent 50%),
          radial-gradient(circle at 30% 70%, rgba(0, 180, 204, 0.05) 0%, transparent 50%);
    }
    
    .lte-package-page .title-container {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
        position: relative;
        z-index: 2;
    }
    
    .lte-package-page .section-title {
        text-align: center;
        color: #2d2823;
        font-size: 2.5rem;
        font-weight: 800;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .lte-package-page .section-title::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: #00b4cc;
        border-radius: 2px;
    }
    
    /* Provider Package Display */
    .lte-package-page .provider-package-display {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-top: 4px;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        padding: 15px;
        position: relative;
        z-index: 2;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scroll-snap-stop: always;
        background: transparent;
        border-radius: 0;
        width: 100vw;
        max-width: 100vw;
    }
    
    .lte-package-page .provider-package-display::-webkit-scrollbar {
        display: none;
    }
    
    .lte-package-page .provider-package-card {
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.8);
        border: 1px solid #000000;
        padding: 20px 20px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 340px;
        min-width: 340px;
        max-width: 340px;
        height: auto;
        flex-shrink: 0;
        transition: box-shadow 0.2s ease, transform 0.2s ease;
        position: relative;
        overflow: visible;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .lte-package-page .provider-package-card:hover {
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
        transform: translateY(-2px);
    }

    .lte-package-page .provider-logo-area {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 8px;
    }

    .lte-package-page .provider-logo-main {
        max-width: 200px;
        max-height: 90px;
        object-fit: contain;
    }

    .lte-package-page .provider-logo-main[alt="vodacom" i] {
        max-width: 240px;
        max-height: 120px;
    }
    
    .lte-package-page .provider-name-main {
        font-size: 1.3rem;
        font-weight: 700;
        color: #2d2823;
        margin-bottom: 8px;
        text-align: center;
    }
    
    .package-name-display {
        font-size: 1.1rem;
        font-weight: 600;
        color: #2d2823;
        margin-bottom: 12px;
        text-align: center;
        line-height: 1.3;
    }
    
    .price-display {
        display: flex;
        align-items: baseline;
        margin-bottom: 12px;
    }
    
    .price-main {
        font-size: 2rem;
        font-weight: 700;
        color: #4a90e2;
        line-height: 1;
    }

    .price-period {
        font-size: 1.2rem;
        color: #6b6355;
        margin-left: 8px;
        font-weight: 400;
        align-self: flex-end;
        padding-bottom: 2px;
    }
    
    .package-selector {
        width: 100%;
        max-width: 400px;
        margin-bottom: 8px;
        position: relative;
    }
    
    .package-dropdown {
        width: 100%;
        padding: 10px 36px 10px 12px;
        border: 1px solid #000000;
        border-radius: 8px;
        background: #ffffff;
        font-family: inherit;
        font-size: 0.88rem;
        font-weight: 500;
        color: #2d2823;
        cursor: pointer;
        appearance: none;
        background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%236b6355" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 14px;
        min-height: 56px;
        text-align: center;
        line-height: 1.3;
    }
    
    .package-dropdown:focus {
        outline: none;
        border-color: #4a90e2;
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
    }
    
    /* Package spec rows — label left, value right */
    .pkg-info-container {
        width: 100%;
        margin-bottom: 10px;
    }

    .pkg-info-panel {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .pkg-info-row {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 7px 0;
        border-bottom: 1px solid #f1f5f9;
        gap: 8px;
    }

    .pkg-info-row:last-child {
        border-bottom: none;
    }

    .pkg-info-label {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #94a3b8;
        flex-shrink: 0;
    }

    .pkg-info-value {
        font-size: 13px;
        font-weight: 500;
        color: #1e293b;
        text-align: right;
        flex: 1;
    }

    .pkg-info-aup .pkg-info-value {
        font-size: 12px;
        color: #64748b;
    }

    /* T&Cs link */
    .pkg-tcs {
        width: 100%;
        text-align: center;
        margin: 4px 0 10px;
    }

    .pkg-tcs a {
        font-size: 12px;
        color: #94a3b8;
        text-decoration: underline;
    }

    .pkg-tcs a:hover {
        color: #2563eb;
    }

    .feature-checklist {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .feature-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 4px 0;
    }
    
    .feature-item:last-child {
        border-bottom: none;
    }
    
    .feature-checkmark {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #4a90e2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    
    .feature-checkmark::after {
        content: "✓";
        color: white;
        font-size: 10px;
        font-weight: 600;
    }
    
    .feature-text {
        font-size: 0.85rem;
        color: #6b6355;
        line-height: 1.3;
    }
    
    .check-availability-btn {
        width: 100%;
        max-width: 280px;
        padding: 16px 24px;
        background: #00b4cc;
        color: white;
        border: none;
        border-radius: 12px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(0, 180, 204, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.2;
        margin: auto auto 0;
    }

    .check-availability-btn:hover {
        background: #0094a8;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 180, 204, 0.35);
    }
    
    .scroll-indicators {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin: 0;
        position: relative;
        z-index: 2;
    }
    
    .scroll-dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: rgba(107, 99, 85, 0.3);
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    .scroll-dot.active {
        background: #4a90e2;
        transform: scale(1.2);
    }
    
    /* Desktop Scroll Arrows */
    .desktop-scroll-container {
        width: 100%;
    }

    .lte-nav-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 20px;
    }

    .desktop-scroll-arrow {
        position: static;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.7);
        border: 2px solid rgba(255, 255, 255, 0.3);
        color: white;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(15px);
        flex-shrink: 0;
    }

    .desktop-scroll-arrow:hover {
        background: rgba(0, 0, 0, 0.85);
        color: white;
        transform: scale(1.05);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
        border-color: rgba(255, 255, 255, 0.5);
    }
    
    .desktop-scroll-arrow svg {
        width: 30px;
        height: 30px;
    }
    
    .no-packages {
        grid-column: 1 / -1;
        text-align: center;
        padding: 40px;
        color: #6b6355;
        background: #ffffff;
        backdrop-filter: blur(20px);
        border: 1px solid #000000;
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    }
    
    /* Desktop: centre the card row */
    @media (min-width: 1025px) {
        .lte-package-page .provider-package-display {
            justify-content: center;
        }
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
        .lte-package-page .provider-package-display {
            gap: 6px;
            padding: 15px;
        }
        
        .lte-package-page .provider-package-card {
            width: 340px;
            min-width: 340px;
            max-width: 340px;
            padding: 24px;
            max-height: none;
        }
    }
    
    @media (max-width: 768px) {
        .container {
            padding: 0 16px;
        }

        .lte-package-page .heading-gradient {
            font-size: 1.8rem;
        }

        .lte-package-page .section-title {
            font-size: 1.5rem;
        }

        .lte-package-page .title-container {
            margin-bottom: 16px;
        }

        .lte-package-page .lte-section {
            padding: 12px 0 40px;
        }

        .desktop-scroll-arrow {
            display: none;
        }

        .lte-package-page .provider-package-display {
            gap: 5px;
            padding: 10px;
            margin-left: -16px;
            margin-right: -16px;
            width: 100vw;
            max-width: 100vw;
        }

        .lte-package-page .provider-package-card {
            width: calc(100vw - 80px) !important;
            min-width: calc(100vw - 80px) !important;
            max-width: calc(100vw - 80px) !important;
            padding: 16px;
            margin: 0 10px;
            max-height: none;
        }

        .lte-package-page .provider-logo-area {
            height: 70px;
            margin-bottom: 4px;
        }

        .lte-package-page .provider-logo-main {
            max-width: 160px;
            max-height: 55px;
        }

        .lte-package-page .provider-name-main {
            font-size: 1.1rem;
            margin-bottom: 4px;
        }

        .package-name-display {
            font-size: 0.95rem;
            margin-bottom: 6px;
        }

        .price-display {
            margin-bottom: 8px;
        }

        .price-main {
            font-size: 1.8rem;
        }

        .price-period {
            font-size: 1rem;
        }

        .package-selector {
            margin-bottom: 6px;
        }

        .package-dropdown {
            min-height: 44px;
            padding: 8px 32px 8px 10px;
            font-size: 0.82rem;
        }

        .pkg-info-row {
            padding: 5px 0;
        }

        .pkg-info-container {
            margin-bottom: 6px;
        }

        .check-availability-btn {
            padding: 12px 20px;
            font-size: 0.9rem;
            border-radius: 10px;
        }

        .scroll-indicators {
            display: flex;
        }
    }
    
    @media (max-width: 480px) {
        .container {
            padding: 0 12px;
        }

        .lte-package-page .lte-section {
            padding-top: 8px;
            padding-bottom: 20px;
        }

        .lte-package-page .provider-package-display {
            gap: 4px;
            padding: 8px;
            margin-left: -12px;
            margin-right: -12px;
            width: 100vw;
            max-width: 100vw;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .lte-package-page .provider-package-display::-webkit-scrollbar {
            display: none;
        }

        .lte-package-page .provider-package-card {
            width: calc(100vw - 64px) !important;
            min-width: calc(100vw - 64px) !important;
            max-width: calc(100vw - 64px) !important;
            padding: 14px;
            margin: 0 8px;
            max-height: none;
        }

        .lte-package-page .provider-logo-area {
            height: 56px;
            margin-bottom: 2px;
        }

        .lte-package-page .provider-logo-main {
            max-width: 140px;
            max-height: 48px;
        }

        .lte-package-page .price-main {
            font-size: 1.8rem;
        }

        .lte-package-page .feature-checklist {
            margin-bottom: 8px;
        }

        .lte-package-page .check-availability-btn {
            padding: 11px 16px;
            font-size: 0.9rem;
            max-width: 260px;
        }

        .scroll-indicators {
            display: flex;
            margin: 6px 0 4px;
            padding: 4px 0;
            background: transparent;
            border: none;
            box-shadow: none;
        }
    }
    
    @media (max-width: 600px) {
        .lte-package-page .provider-package-card {
            padding: 14px;
            width: calc(100vw - 48px) !important;
            min-width: calc(100vw - 48px) !important;
            max-width: calc(100vw - 48px) !important;
            margin: 0 16px;
            max-height: none;
        }

        .lte-package-page .price-main {
            font-size: 1.8rem;
        }

        .lte-package-page .feature-text {
            font-size: 0.85rem;
        }
    }
    
    /* Samsung S25 and similar high-resolution mobile devices */
    @media (max-width: 480px) and (min-resolution: 2dppx) {
        .lte-package-page .provider-package-card {
            width: calc(100vw - 24px) !important;
            min-width: calc(100vw - 24px) !important;
            max-width: calc(100vw - 24px) !important;
            margin: 0 12px;
            padding: 18px;
            max-height: none;
        }
        
        .lte-package-page .provider-package-display {
            gap: 3px;
            padding: 8px;
            margin-left: -12px;
            margin-right: -12px;
            width: 100vw;
            max-width: 100vw;
        }
    }
