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

:root {
    --apl-blue: #2563eb;
    --apl-orange: #f97316;
    --apl-red: #ef4444;
    --apl-dark: #0f172a;
    --apl-bg-light: #f8fafc;
    --apl-text-main: #1e293b;
    --apl-text-muted: #64748b;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--apl-text-main);
    background-color: #f1f5f9;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-condensed {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 400;
}

/* Section specific heading colors to fix visibility */
section:not(.hero-apl):not(.featured-banner-v2):not(.pro-marketing-section):not(.bg-dark):not(.text-white) h1,
section:not(.hero-apl):not(.featured-banner-v2):not(.pro-marketing-section):not(.bg-dark):not(.text-white) h2,
section:not(.hero-apl):not(.featured-banner-v2):not(.pro-marketing-section):not(.bg-dark):not(.text-white) h3,
section:not(.hero-apl):not(.featured-banner-v2):not(.pro-marketing-section):not(.bg-dark):not(.text-white) .heading-condensed {
    color: #0f172a;
}

section p.text-muted,
.section-subtitle {
    color: #64748b !important;
    opacity: 1 !important;
}

/* Navbar Overrides */
.navbar-sports {
    background: #0f172a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0;
}

.navbar-sports .navbar-brand {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    color: #fff !important;
    letter-spacing: 0.05em;
}

.navbar-sports .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.2s;
    margin: 0 10px;
}

.navbar-sports .nav-link:hover {
    color: #fff !important;
}

.btn-apl-primary {
    background: var(--apl-blue);
    color: #fff !important;
    border: none;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.75rem 1.75rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.btn-apl-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.btn-apl-secondary {
    background: #f1f5f9;
    color: #475569 !important;
    border: 1px solid #e2e8f0;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.75rem 1.75rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.btn-apl-secondary:hover {
    background: #e2e8f0;
    color: #0f172a !important;
    transform: translateY(-2px);
}

.btn-apl-orange {
    background: var(--apl-orange);
    color: #fff !important;
    border: none;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.75rem 1.75rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.2);
}

.btn-apl-orange:hover {
    background: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.3);
}

.btn {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.hero-apl {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.6)),
        url('https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?q=80&w=2000') center/cover no-repeat;
    color: white;
}

.hero-live-badge {
    background: rgba(185, 28, 28, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 8px 24px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2rem;
}

.hero-live-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ef4444;
    border-radius: 50%;
    box-shadow: 0 0 10px #ef4444;
}

.hero-title {
    font-size: 7rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
    line-height: 0.9;
    letter-spacing: 0.02em;
    color: #ffffff !important;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    opacity: 0.9;
    letter-spacing: 0.05em;
}

/* Live Score Card Overlay */
/* Overlay wrapper removed in favor of grid layout */

.score-card-main {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    color: var(--apl-text-main);
    width: 100%;
}

.score-card-header {
    background: #f8fafc;
    padding: 15px 30px;
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f5f9;
}

.live-indicator {
    color: var(--apl-red);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.live-indicator::before {
    content: '';
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
}

.score-card-body {
    padding: 3rem;
}

.score-team-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.score-team-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.team-badge-sq {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 1.5rem;
}

.team-name-v2 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #0f172a;
    margin-bottom: 2px;
    letter-spacing: 0.02em;
}

.team-status-v2 {
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 500;
}

.score-display-v2 {
    text-align: right;
}

.score-num {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #0f172a;
}

.score-overs {
    font-size: 1rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 5px;
}

.score-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-badge {
    background: #fff;
    padding: 0 15px;
    color: #94a3b8;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.score-card-footer {
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    padding: 1.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.score-meta {
    display: flex;
    gap: 30px;
    font-size: 0.95rem;
    color: #475569;
}

.score-meta b {
    color: #0f172a;
}

.btn-watch-live {
    background: var(--apl-blue);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 10px;
    font-weight: 400;
    font-size: 1.2rem;
    transition: 0.3s;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-watch-live:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}


/* Matches Section */
.matches-grid {
    padding: 80px 0;
    background: #f8fafc;
}

.section-header-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.nav-tabs-apl {
    background: #e2e8f0;
    padding: 4px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    display: inline-flex;
}

.nav-tabs-apl .nav-link {
    border: none;
    padding: 0.6rem 1.75rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #475569;
    transition: all 0.2s ease;
}

.nav-tabs-apl .nav-link.active {
    background: white;
    color: #0f172a;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

.nav-tabs-apl .nav-link .badge {
    padding: 0.35em 0.65em;
    font-size: 0.7rem;
    font-weight: 800;
    border-radius: 6px;
}

.match-card-mini {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.match-card-mini:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

/* Featured Tournament Banner */
.featured-banner-v2 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4)),
        url('https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?q=80&w=2000') center/cover;
    border-radius: 24px;
    padding: 80px 60px;
    color: white;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.feat-tag {
    background: var(--apl-orange);
    padding: 5px 14px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.feat-title {
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    max-width: 700px;
    line-height: 1.1;
    color: #ffffff !important;
}

.feat-desc {
    font-size: 1.1rem;
    opacity: 0.85;
    max-width: 550px;
    margin-bottom: 3rem;
}

.feat-grid-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.feat-stat-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    padding: 1.5rem 1rem;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.feat-stat-icon {
    font-size: 1.5rem;
    color: var(--apl-orange);
    margin-bottom: 0.75rem;
}

.feat-stat-val {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    font-family: 'Roboto Condensed', sans-serif;
}

.feat-stat-label {
    font-size: 0.85rem;
    opacity: 0.7;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* performer cards */
.top-performer-card {
    background: white;
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.top-performer-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
    border-color: rgba(37, 99, 235, 0.2);
}

.performer-rank-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    background: #0f172a;
    color: white;
    padding: 6px 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 800;
    z-index: 10;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.rank-gold .performer-rank-badge {
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    color: #000;
}

.rank-silver .performer-rank-badge {
    background: linear-gradient(135deg, #94a3b8 0%, #475569 100%);
}

.rank-bronze .performer-rank-badge {
    background: linear-gradient(135deg, #d97706 0%, #92400e 100%);
}

.performer-avatar-v2 {
    height: 280px;
    background: radial-gradient(circle at 50% 120%, rgba(37, 99, 235, 0.15) 0%, #f8fafc 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.performer-avatar-v2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, white, transparent);
    z-index: 1;
}

.performer-avatar-v2 img {
    z-index: 2;
    transition: transform 0.5s ease;
}

.top-performer-card:hover .performer-avatar-v2 img {
    transform: scale(1.1);
}

.performer-info-v2 {
    padding: 2.5rem 2rem;
    position: relative;
    z-index: 3;
    margin-top: -40px;
    background: white;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}

.performer-name-v2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #0f172a;
    font-family: 'Inter', sans-serif;
}

.performer-team-v2 {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.impact-meter-v2 {
    margin-bottom: 2rem;
}

.meter-label {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.meter-container {
    height: 36px;
    background: #f1f5f9;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.meter-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, var(--apl-blue), #60a5fa);
    border-radius: 0 10px 10px 0;
    transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rank-gold .meter-fill {
    background: linear-gradient(to right, #fbbf24, #f59e0b);
}

.meter-val {
    position: relative;
    z-index: 2;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    color: #0f172a;
    font-weight: 400;
}

.sub-stats-v2 {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
}

.sub-stat-item {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.sub-stat-item i {
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.sub-stat-val {
    font-weight: 900;
    display: block;
    color: #0f172a;
    font-size: 1.25rem;
    line-height: 1.2;
}

.sub-stat-label {
    font-size: 0.75rem;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 700;
}

/* Why Choose Us Icons */
.section-wcu {
    position: relative;
    overflow: hidden;
}

.bg-apl-light {
    background-color: #f8fafc;
}

.section-title-premium {
    font-size: 3.5rem;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.section-divider-center {
    width: 60px;
    height: 4px;
    background: var(--apl-blue);
    margin: 1.5rem auto;
    border-radius: 2px;
}

.max-w-600 {
    max-width: 600px;
}

.wcu-card {
    background: white;
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wcu-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border-color: var(--apl-blue);
}

.wcu-card h5 {
    color: #0f172a;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.wcu-card p {
    color: #64748b !important;
    line-height: 1.6;
    font-size: 0.95rem;
}

.wcu-icon-box {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.box-blue {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

.box-indigo {
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
}

.box-green {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
}

.box-orange {
    background: rgba(249, 115, 22, 0.1);
    color: #f97116;
}

.wcu-card:hover .wcu-icon-box.box-blue {
    background: #2563eb;
    color: white;
}

.wcu-card:hover .wcu-icon-box.box-indigo {
    background: #6366f1;
    color: white;
}

.wcu-card:hover .wcu-icon-box.box-green {
    background: #22c55e;
    color: white;
}

.wcu-card:hover .wcu-icon-box.box-orange {
    background: #f97116;
    color: white;
}

.wcu-step {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 3rem;
    font-family: 'Bebas Neue', sans-serif;
    color: rgba(15, 23, 42, 0.03);
    line-height: 1;
    z-index: -1;
    transition: all 0.3s ease;
}

.wcu-card:hover .wcu-step {
    color: rgba(15, 23, 42, 0.06);
    transform: scale(1.1);
}

/* Pro Marketing Section */
.pro-marketing-section {
    background: #0f172a;
    padding: 100px 0;
    color: white;
    text-align: center;
    background-image: radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(249, 115, 22, 0.05) 0%, transparent 50%);
}

.pro-marketing-section h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 2rem;
    line-height: 1;
}

.pro-marketing-section p {
    font-size: 1.25rem;
    color: #94a3b8;
    max-width: 650px;
    margin: 0 auto 3.5rem;
    line-height: 1.6;
}

.pro-btns {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.btn-start-pro {
    background: var(--apl-blue);
    color: white;
    font-weight: 700;
    padding: 1.1rem 3rem;
    border-radius: 10px;
    font-size: 1.1rem;
    border: none;
    transition: 0.3s;
}

.btn-contact-pro {
    background: transparent;
    color: white;
    font-weight: 700;
    padding: 1.1rem 3rem;
    border-radius: 10px;
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.btn-contact-pro:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: white;
    color: white;
}

/* Utilities */
.text-orange {
    color: var(--apl-orange);
}

.text-blue {
    color: var(--apl-blue);
}

/* Global Pagination Fix */
.pagination svg {
    width: 20px !important;
    height: 20px !important;
}

.pagination .hidden.sm\:flex-1 {
    display: none !important;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.75rem;
    }

    .feat-title {
        font-size: 2.25rem;
    }

    .feat-grid-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .pro-marketing-section h2 {
        font-size: 2.5rem;
    }

    .feat-desc {
        font-size: 1rem;
    }

    /* Score Card Responsiveness */
    .score-overlay {
        margin-top: -60px;
        padding: 0 10px;
    }

    .score-card-header {
        padding: 10px 15px;
        font-size: 0.75rem;
    }

    .score-card-body {
        padding: 1.5rem;
    }

    .score-team-info {
        gap: 0.75rem;
    }

    .team-badge-sq {
        width: 44px;
        height: 44px;
        border-radius: 8px;
        font-size: 1.1rem;
    }

    .team-name-v2 {
        font-size: 1rem;
    }

    .team-status-v2 {
        font-size: 0.75rem;
    }

    .score-display-v2 {
        flex-shrink: 0;
    }

    .score-num {
        font-size: 1.75rem;
    }

    .score-overs {
        font-size: 0.75rem;
        margin-top: 2px;
    }

    .score-divider {
        margin: 1.25rem 0;
    }

    .score-card-footer {
        padding: 1rem 1.5rem;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .score-meta {
        gap: 15px;
        font-size: 0.8rem;
        justify-content: center;
        width: 100%;
    }

    .btn-watch-live {
        width: 100%;
        padding: 0.6rem;
        font-size: 0.9rem;
    }
}

/* Recent Results Mini Card */
.result-mini-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #f1f5f9;
}

.result-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #94a3b8;
}

.result-tournament-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
}

.result-teams {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.result-team {
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
    color: #475569;
}

.team-code {
    font-weight: 600;
}

.team-score {
    font-weight: 800;
    color: #0f172a;
}

.result-footer {
    font-size: 0.8rem;
    color: var(--apl-blue);
    font-weight: 700;
    border-top: 1px solid #f1f5f9;
    padding-top: 0.75rem;
}

/* Upcoming Match Card */
.match-upcoming-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    color: #fff;
    transition: 0.3s;
}

.match-upcoming-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.match-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    align-items: center;
}

.tournament-tag {
    background: rgba(37, 99, 235, 0.2);
    color: #60a5fa;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.match-time {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #94a3b8;
}

.match-teams-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.match-team-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
}

.team-logo-placeholder {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
    color: #fff;
}

.match-vs {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.75rem;
    color: var(--apl-orange);
}

.match-venue-v2 {
    text-align: center;
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 500;
}

/* Testimonial Card */
.testimonial-card {
    background: #fff;
    border-radius: 20px;
    transition: 0.3s;
    border: 1px solid #f1f5f9;
}

.testimonial-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05) !important;
}

.user-avatar-sq {
    width: 44px;
    height: 44px;
    background: #eff6ff;
    color: var(--apl-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.9rem;
}

/* Partners Logo */
.partner-logo {
    transition: all 0.3s ease;
}

.partner-logo:hover {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
    transform: scale(1.1);
}

/* Newsletter/Utilities */
.bg-blue {
    background: var(--apl-blue);
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

/* Global Premium Pagination Styles */
.premium-pagination-wrapper {
    background: #fff;
    padding: 2rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.05);
    /* apl-dark with low opacity */
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.02), 0 8px 10px -6px rgba(15, 23, 42, 0.02);
    margin: 3rem auto;
    width: 100%;
}

.premium-pagination-wrapper nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
    width: 100% !important;
}

/* Fix Laravel's default layout in pagination */
/* Restore Laravel's responsive hiding by avoiding !important on display here */
.premium-pagination-wrapper nav>div:first-child {
    display: flex;
    justify-content: center;
    width: 100%;
}

.premium-pagination-wrapper nav>div:last-child {
    display: flex;
    justify-content: center;
    width: 100%;
}

.premium-pagination-wrapper nav p {
    margin-bottom: 0 !important;
    color: #64748b !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    opacity: 0.8;
}

.premium-pagination-wrapper nav .pagination {
    margin-bottom: 0;
    gap: 0.25rem;
}

.premium-pagination-wrapper nav svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

/* Custom helper for pagination font */
.extra-small-pagination {
    font-size: 0.65rem !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}