/* GoMyPay 2026 redesign: ServiceRateList.aspx */
.service-rate-page {
    --gmp-accent-blue: #0284C7;
    --gmp-accent-purple: #7C3AED;
    min-width: 0;
    overflow: hidden;
}

.service-rate-page .max-w-600 {
    max-width: 600px;
}
/* Hero Section */
        .hero-section {
            padding: 180px 0 80px;
            background: radial-gradient(circle at 80% 20%, rgba(0, 125, 65, 0.06) 0%, transparent 40%),
                        radial-gradient(circle at 10% 80%, rgba(0, 255, 133, 0.05) 0%, transparent 30%),
                        var(--gmp-warm);
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid rgba(0, 125, 65, 0.05);
        }

        .hero-title {
            font-size: clamp(2.2rem, 4.5vw, 3.5rem);
            line-height: 1.2;
            margin-bottom: 15px;
        }

        .text-gradient {
            background: linear-gradient(135deg, var(--gmp-primary) 0%, #00B35C 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Tabs Styling */
        .custom-tabs-nav {
            border: none;
            background: rgba(241, 245, 249, 0.8);
            padding: 6px;
            border-radius: 50px;
            display: inline-flex;
            margin-bottom: 40px;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .custom-tabs-nav .nav-link {
            border: none !important;
            border-radius: 50px !important;
            padding: 12px 35px;
            font-weight: 700;
            color: var(--gmp-slate) !important;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            margin: 0;
        }

        .custom-tabs-nav .nav-link::after {
            display: none;
        }

        .custom-tabs-nav .nav-link.active {
            background-color: var(--gmp-primary) !important;
            color: var(--gmp-white) !important;
            box-shadow: 0 10px 20px rgba(0, 125, 65, 0.15);
        }

        /* Feature Cards */
        .info-highlight-card {
            background: var(--gmp-white);
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.03);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
            padding: 30px;
            height: 100%;
            transition: all 0.3s ease;
        }

        .info-highlight-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(0, 125, 65, 0.05);
            border-color: rgba(0, 125, 65, 0.1);
        }

        .info-icon-box {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-size: 1.35rem;
        }

        .bg-gmp-light-green {
            background-color: rgba(0, 125, 65, 0.08);
            color: var(--gmp-primary);
        }

        .bg-gmp-light-blue {
            background-color: rgba(2, 132, 199, 0.08);
            color: var(--gmp-accent-blue);
        }

        .bg-gmp-light-purple {
            background-color: rgba(124, 58, 237, 0.08);
            color: var(--gmp-accent-purple);
        }

        /* Beautiful Tables */
        .premium-table-wrapper {
            background: var(--gmp-white);
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.05);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
            margin-bottom: 30px;
        }

        .premium-table {
            width: 100%;
            margin-bottom: 0;
            border-collapse: collapse;
        }

        .premium-table th {
            background-color: var(--gmp-dark-deep);
            color: var(--gmp-white);
            font-weight: 700;
            padding: 18px 24px;
            border: none;
            font-size: 1rem;
        }

        .premium-table td {
            padding: 18px 24px;
            border-bottom: 1px solid #F1F5F9;
            color: #475569;
            font-weight: 500;
            transition: all 0.2s ease;
        }

        .premium-table tbody tr {
            transition: all 0.3s ease;
        }

        .premium-table tbody tr:hover {
            background-color: rgba(0, 125, 65, 0.02);
        }

        .premium-table tbody tr:hover td {
            color: var(--gmp-dark-deep);
        }

        .premium-table .sub-header-row td {
            background-color: rgba(0, 125, 65, 0.05);
            color: var(--gmp-primary);
            font-weight: 700;
            font-size: 1.05rem;
            border-bottom: 2px solid rgba(0, 125, 65, 0.15);
        }

        .premium-table .table-category-title {
            background-color: #F8FAFC;
            color: var(--gmp-dark-deep);
            font-weight: 800;
            font-size: 1.2rem;
            text-align: center;
            border-bottom: 2px solid #E2E8F0;
        }

        .badge-pill-gmp {
            display: inline-flex;
            align-items: center;
            padding: 4px 12px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 0.8rem;
        }

        .badge-gmp-green {
            background-color: rgba(0, 125, 65, 0.1);
            color: var(--gmp-primary);
        }

        .badge-gmp-secondary {
            background-color: rgba(193, 39, 45, 0.1);
            color: var(--gmp-secondary);
        }

        .badge-gmp-slate {
            background-color: #F1F5F9;
            color: #64748B;
        }

        /* Pricing Cards */
        .pricing-grid-card {
            background: var(--gmp-white);
            border-radius: 24px;
            border: 1px solid rgba(0, 0, 0, 0.04);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
            padding: 40px 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            height: 100%;
        }

        .pricing-grid-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 45px rgba(0, 125, 65, 0.08);
            border-color: rgba(0, 125, 65, 0.15);
        }

        .pricing-grid-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: var(--gmp-primary);
        }

        .pricing-card-purple::before {
            background: var(--gmp-accent-purple);
        }

        .pricing-card-blue::before {
            background: var(--gmp-accent-blue);
        }

        .pricing-tag {
            font-size: 0.85rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: var(--gmp-slate);
            margin-bottom: 15px;
            display: inline-block;
        }

        .pricing-value {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--gmp-dark-deep);
            margin-bottom: 5px;
            font-family: 'Outfit', sans-serif;
        }

        .pricing-period {
            font-size: 0.9rem;
            color: var(--gmp-slate);
            margin-bottom: 25px;
            font-weight: 600;
        }

        .pricing-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--gmp-dark-deep);
            margin-bottom: 15px;
        }

        .pricing-features-list {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
        }

        .pricing-features-list li {
            padding: 10px 0;
            border-bottom: 1px dashed #F1F5F9;
            font-size: 0.9rem;
            color: #475569;
            display: flex;
            align-items: start;
        }

        .pricing-features-list li i {
            margin-top: 5px;
            margin-right: 10px;
        }

        /* Bento Grid Sections */
        .section-heading-box {
            position: relative;
            margin-bottom: 35px;
            padding-left: 20px;
        }

        .section-heading-box::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 30px;
            background-color: var(--gmp-primary);
            border-radius: 10px;
        }

        .bento-card {
            background: var(--gmp-white);
            border-radius: 24px;
            border: 1px solid rgba(0, 0, 0, 0.04);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
            padding: 35px;
            height: 100%;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .bento-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 125, 65, 0.06);
            border-color: rgba(0, 125, 65, 0.1);
        }

        .logo-box-group {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .logo-badge-item {
            background: #F8FAFC;
            border: 1px solid rgba(0, 0, 0, 0.03);
            padding: 8px 18px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 0.85rem;
            color: var(--gmp-dark-deep);
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
        }

        .logo-badge-item:hover {
            background: var(--gmp-white);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border-color: rgba(0, 125, 65, 0.15);
            color: var(--gmp-primary);
        }

        .note-text-box {
            font-size: 0.85rem;
            color: var(--gmp-slate);
            line-height: 1.7;
            padding: 15px 20px;
            background-color: rgba(0, 0, 0, 0.015);
            border-radius: 12px;
            border-left: 3px solid #CBD5E1;
        }

        .note-text-box-success {
            border-left-color: var(--gmp-primary);
            background-color: rgba(0, 125, 65, 0.02);
        }

        /* Action Buttons */
        .service-rate-page .btn-gmp-primary {
            background-color: var(--gmp-primary);
            color: white !important;
            border-radius: 30px;
            padding: 8px 24px;
            font-weight: 700;
            transition: all 0.3s;
            border: 1px solid transparent;
        }

        .service-rate-page .btn-gmp-primary:hover {
            background-color: transparent;
            color: var(--gmp-primary) !important;
            border-color: var(--gmp-primary);
            transform: translateY(-2px);
        }

        .service-rate-page .btn-gmp-outline-dark {
            border: 2px solid var(--gmp-dark-deep);
            color: var(--gmp-dark-deep);
            border-radius: 30px;
            padding: 6px 22px;
            font-weight: 700;
            transition: all 0.3s;
        }

        .service-rate-page .btn-gmp-outline-dark:hover {
            background-color: var(--gmp-dark-deep);
            color: white !important;
            transform: translateY(-2px);
        }

        .tab-pane {
            animation: fadeIn 0.5s ease-in-out;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @media (min-width: 768px) {
            .border-end-md {
                border-right: 1px solid #E2E8F0 !important;
            }
        }
/* Production responsive safeguards */
.service-rate-page .premium-table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.service-rate-page .premium-table {
    min-width: 640px;
}

.service-rate-page .hero-section .btn {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .service-rate-page .hero-section {
        padding: 145px 0 60px;
    }

    .service-rate-page .custom-tabs-nav {
        display: flex;
        width: 100%;
        margin-bottom: 32px;
    }

    .service-rate-page .custom-tabs-nav .nav-item {
        flex: 1 1 0;
    }

    .service-rate-page .custom-tabs-nav .nav-link {
        width: 100%;
        padding: 11px 16px;
    }

    .service-rate-page .section-heading-box {
        margin-top: 8px;
    }

    .service-rate-page .pricing-grid-card,
    .service-rate-page .bento-card,
    .service-rate-page .info-highlight-card {
        padding: 24px;
    }

    .service-rate-page .border-end-md {
        border-right: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .service-rate-page .hero-section {
        padding: 130px 0 48px;
    }

    .service-rate-page .hero-title {
        font-size: 2.15rem;
    }

    .service-rate-page .hero-section .btn {
        width: 100%;
    }

    .service-rate-page .custom-tabs-nav {
        border-radius: 22px;
    }

    .service-rate-page .custom-tabs-nav .nav-link {
        min-height: 48px;
        padding: 10px 8px;
        font-size: 0.9rem;
    }

    .service-rate-page .premium-table {
        min-width: 560px;
    }

    .service-rate-page .premium-table th,
    .service-rate-page .premium-table td {
        padding: 14px 16px;
    }

    .service-rate-page .pricing-grid-card,
    .service-rate-page .bento-card,
    .service-rate-page .info-highlight-card {
        padding: 20px;
        border-radius: 16px;
    }

    .service-rate-page .note-text-box {
        padding: 16px;
    }

    .service-rate-page .logo-box-group {
        gap: 8px;
    }

    .service-rate-page .logo-badge-item {
        padding: 7px 10px;
        font-size: 0.82rem;
    }
}
