@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.3);
    --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    --text-primary: #1F2937;
    --text-muted: #6B7280;
    --font-family: 'Inter', sans-serif;
}

body {
    font-family: var(--font-family);
    background-color: #F8FAFC;
    overflow-x: hidden;
    color: var(--text-primary);
}

.text-theme {
    color: var(--primary-color) !important;
}

/* Hero Section */
.hero-gradient {
    position: relative;
    background: linear-gradient(135deg, var(--primary-color) 0%, #000 200%);
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 60px 20px 100px 20px;
    overflow: hidden;
}

.hero-gradient::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    border-radius: 50%;
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
}

.brand-badge {
    background: rgba(255, 255, 255, 1);
    border-radius: 100px;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--primary-color);
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.brand-badge i {
    background: var(--primary-color);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.fw-900 {
    font-weight: 900;
}

.hover-lift {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}

.hover-opacity-100:hover {
    opacity: 1 !important;
}

/* Main Container */
.main-container {
    background: white;
    border-radius: 40px 40px 0 0;
    margin-top: -60px;
    position: relative;
    z-index: 20;
    padding: 50px 20px;
    min-height: 600px;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.05);
}

/* Filter Pills */
.filter-pills {
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
    overflow-x: auto;
    padding: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.filter-pills::-webkit-scrollbar {
    display: none;
}

.filter-pill {
    padding: 8px 20px;
    border-radius: 100px;
    background: #F1F5F9;
    color: #64748B;
    font-weight: 700;
    font-size: 0.85rem;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.filter-pill.active {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 10px 20px var(--primary-light);
}

/* Network Headers */
.network-title-badge {
    background: #F1F5F9;
    color: #475569;
    padding: 8px 20px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    border: 1px solid #E2E8F0;
}

/* Plan Cards - MATCHING SCREENSHOT */
.plan-card {
    background: white;
    border-radius: 28px;
    padding: 30px 20px;
    border: 1.5px solid #F1F5F9;
    position: relative;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

.plan-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.plan-top-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary-light);
    color: var(--primary-color);
    padding: 4px 15px;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 800;
}

.plan-icon {
    width: 70px;
    height: 70px;
    background: #F1F5F9;
    color: #94A3B8;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: all 0.3s;
}

.plan-card:hover .plan-icon {
    background: var(--primary-color);
    color: white;
}

.plan-name-main {
    font-weight: 800;
    font-size: 1.1rem;
    color: #0F172A;
    margin-bottom: 5px;
}

.plan-size-main {
    font-size: 0.9rem;
    color: #64748B;
    font-weight: 600;
    margin-bottom: 20px;
}

.plan-price-main {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--primary-color);
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    z-index: 1000;
    transition: all 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1) rotate(10deg);
}

/* Modals */
.modal-content {
    border-radius: 32px;
    border: none;
}

.modal-glass-header {
    background: var(--primary-color);
    color: white;
    padding: 30px;
}

@media (max-width: 768px) {
    .display-3 {
        font-size: 2.2rem !important;
    }

    .hero-gradient {
        min-height: 420px;
        padding-bottom: 80px;
    }

    .main-container {
        margin-top: -40px;
        padding: 40px 15px;
    }

    .plan-card {
        padding: 25px 15px;
    }

    .plan-price-main {
        font-size: 1.5rem;
    }
}