.pvh-hero {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(2,7,13,.98) 0%, rgba(2,7,13,.78) 48%, rgba(2,7,13,.36) 100%),
        radial-gradient(circle at 76% 38%, rgba(0,224,131,.22), transparent 26%),
        radial-gradient(circle at 82% 12%, rgba(255,210,31,.10), transparent 22%),
        linear-gradient(135deg, #02070d, #071523 55%, #02070d);
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.pvh-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2,7,13,0) 0%, rgba(2,7,13,.92) 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 96px);
    pointer-events: none;
}

.pvh-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
    gap: 42px;
    align-items: center;
    padding: 76px 0;
}

.pvh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid rgba(0,224,131,.36);
    border-radius: 999px;
    color: var(--pv-green);
    background: rgba(0,224,131,.08);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.pvh-title {
    max-width: 820px;
    margin: 22px 0 18px;
    font-size: clamp(44px, 6.3vw, 86px);
    line-height: .98;
    letter-spacing: -.075em;
    font-weight: 950;
}

.pvh-title span { color: var(--pv-green); }

.pvh-subtitle {
    max-width: 640px;
    color: #c8d2dc;
    font-size: 19px;
    line-height: 1.75;
}

.pvh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.pvh-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
    max-width: 760px;
}

.pvh-stat {
    padding: 20px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
}

.pvh-stat-value {
    font-size: 32px;
    font-weight: 950;
    color: var(--pv-green);
    letter-spacing: -.04em;
}

.pvh-stat-label {
    color: var(--pv-muted);
    font-size: 13px;
    font-weight: 800;
}

.pvh-feature-card {
    position: relative;
    padding: 26px;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(0,224,131,.10), rgba(255,255,255,.025)),
        rgba(6,16,25,.92);
    border: 1px solid rgba(0,224,131,.30);
    box-shadow: 0 30px 100px rgba(0,0,0,.50);
}

.pvh-card-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
}

.pvh-match-title {
    font-size: 25px;
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: -.04em;
}

.pvh-match-meta {
    color: var(--pv-muted);
    margin-top: 7px;
    font-size: 14px;
}

.pvh-pick-box {
    margin-top: 22px;
    padding: 18px;
    border-radius: 16px;
    background: rgba(2,7,13,.58);
    border: 1px solid rgba(255,255,255,.10);
}

.pvh-pick-label {
    color: var(--pv-muted);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .06em;
}

.pvh-pick-value {
    margin-top: 6px;
    font-size: 22px;
    font-weight: 950;
    color: var(--pv-green);
}

.pvh-progress {
    height: 9px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
    margin-top: 14px;
}

.pvh-progress-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--pv-green), var(--pv-gold));
}

.pvh-live {
    margin-top: -36px;
    position: relative;
    z-index: 5;
}

.pvh-live-panel {
    padding: 18px;
    border-radius: 22px;
    background: rgba(5,15,24,.94);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: var(--pv-shadow);
}

.pvh-live-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.pvh-live-title {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 950;
    letter-spacing: -.02em;
}

.pvh-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff3434;
    box-shadow: 0 0 14px rgba(255,52,52,.8);
}

.pvh-live-strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.pvh-live-card {
    flex: 0 0 280px;
    padding: 15px;
    border-radius: 16px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.09);
}

.pvh-live-teams {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.pvh-live-team {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--pv-soft);
    font-size: 13px;
    font-weight: 800;
}

.pvh-live-team img,
.pvh-team-logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.pvh-live-score {
    font-size: 24px;
    font-weight: 950;
    color: var(--pv-text);
}

.pvh-section {
    padding: 54px 0;
}

.pvh-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 22px;
}

.pvh-section-head h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 48px);
    letter-spacing: -.06em;
    line-height: 1;
}

.pvh-section-head p {
    margin: 8px 0 0;
    color: var(--pv-muted);
}

.pvh-tips-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pvh-tip-card {
    position: relative;
    display: block;
    min-height: 275px;
    padding: 20px;
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018)),
        rgba(6,16,25,.94);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 20px 70px rgba(0,0,0,.30);
    overflow: hidden;
}

.pvh-tip-card:hover {
    transform: translateY(-2px);
    border-color: rgba(0,224,131,.36);
}

.pvh-tip-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.pvh-teams {
    display: grid;
    gap: 9px;
}

.pvh-team {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--pv-text);
    font-size: 15px;
    font-weight: 900;
}

.pvh-odds {
    min-width: 86px;
    text-align: right;
}

.pvh-odds-value {
    font-size: 20px;
    font-weight: 950;
    color: var(--pv-green);
}

.pvh-league {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--pv-muted);
    margin-top: 16px;
    font-size: 13px;
    font-weight: 700;
}

.pvh-league img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.pvh-pick {
    margin-top: 18px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(0,224,131,.08);
    color: var(--pv-green);
    font-weight: 950;
}

.pvh-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.pvh-metric {
    padding: 10px;
    border-radius: 12px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.075);
}

.pvh-metric-label {
    color: var(--pv-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.pvh-metric-value {
    margin-top: 2px;
    font-weight: 950;
    color: var(--pv-text);
}

.pvh-card-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 20px;
    background: rgba(2,7,13,.84);
    backdrop-filter: blur(8px);
}

.pvh-overlay-title {
    color: var(--pv-gold);
    font-size: 21px;
    font-weight: 950;
}

.pvh-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pvh-feature-box {
    padding: 30px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 20% 0%, rgba(0,224,131,.12), transparent 35%),
        rgba(6,16,25,.94);
    border: 1px solid rgba(255,255,255,.10);
}

.pvh-feature-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(0,224,131,.12);
    color: var(--pv-green);
    font-size: 27px;
    margin-bottom: 18px;
}

.pvh-feature-box h3 {
    margin: 0 0 10px;
    font-size: 22px;
    letter-spacing: -.04em;
}

.pvh-feature-box p {
    margin: 0;
    color: var(--pv-muted);
    line-height: 1.7;
}

.pvh-vip-banner {
    padding: 42px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 82% 22%, rgba(255,210,31,.18), transparent 32%),
        linear-gradient(135deg, rgba(0,224,131,.12), rgba(255,210,31,.08)),
        rgba(6,16,25,.96);
    border: 1px solid rgba(255,210,31,.30);
    box-shadow: var(--pv-shadow);
}

.pvh-vip-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.pvh-vip-banner h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    letter-spacing: -.06em;
}

.pvh-vip-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
    color: var(--pv-soft);
    font-weight: 800;
}

.pvh-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pvh-list-card {
    padding: 24px;
    border-radius: 22px;
    background: rgba(6,16,25,.94);
    border: 1px solid rgba(255,255,255,.10);
}

.pvh-list-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.075);
}

.pvh-list-item:last-child {
    border-bottom: 0;
}

.pvh-list-main {
    min-width: 0;
}

.pvh-list-teams {
    font-weight: 900;
    color: var(--pv-text);
}

.pvh-list-meta {
    margin-top: 5px;
    color: var(--pv-muted);
    font-size: 13px;
}

.pvh-profit {
    color: var(--pv-green);
    font-weight: 950;
}

@media (max-width: 1100px) {
    .pvh-hero-grid {
        grid-template-columns: 1fr;
    }

    .pvh-tips-grid,
    .pvh-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pvh-vip-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .pvh-hero {
        min-height: auto;
    }

    .pvh-hero-grid {
        padding: 44px 0 64px;
    }

    .pvh-title {
        font-size: 43px;
    }

    .pvh-subtitle {
        font-size: 16px;
    }

    .pvh-stats,
    .pvh-tips-grid,
    .pvh-feature-grid,
    .pvh-two-col {
        grid-template-columns: 1fr;
    }

    .pvh-feature-card {
        padding: 20px;
    }

    .pvh-section-head {
        align-items: start;
        flex-direction: column;
    }

    .pvh-vip-banner {
        padding: 26px;
    }

    .pvh-live {
        margin-top: -24px;
    }

    .pvh-live-card {
        flex-basis: 240px;
    }
}

/* =========================================================
   PREMIUM UI PHASE 3 — REAL HERO IMAGE ASSETS
   ========================================================= */

.pvh-hero {
    min-height: 760px;
    background:
        linear-gradient(90deg, rgba(2,7,13,.98) 0%, rgba(2,7,13,.86) 37%, rgba(2,7,13,.45) 66%, rgba(2,7,13,.70) 100%),
        linear-gradient(180deg, rgba(2,7,13,.20), rgba(2,7,13,.92)),
        url("/static/images/home-hero.png") center center / cover no-repeat;
}

.pvh-hero::before {
    background:
        radial-gradient(circle at 72% 46%, rgba(0,224,131,.20), transparent 26%),
        linear-gradient(180deg, rgba(2,7,13,.05) 0%, rgba(2,7,13,.90) 100%);
}

.pvh-hero-grid {
    grid-template-columns: minmax(0, .86fr) minmax(430px, .72fr);
}

.pvh-feature-card {
    transform: translateY(35px);
    backdrop-filter: blur(20px);
}

.pvh-title {
    text-shadow: 0 14px 55px rgba(0,0,0,.65);
}

.pvh-subtitle {
    color: #e1e8ef;
    text-shadow: 0 8px 28px rgba(0,0,0,.65);
}

.pvh-stat {
    backdrop-filter: blur(16px);
}

@media (max-width: 1100px) {
    .pvh-hero {
        background:
            linear-gradient(180deg, rgba(2,7,13,.92) 0%, rgba(2,7,13,.78) 40%, rgba(2,7,13,.96) 100%),
            url("/static/images/home-hero.png") center top / cover no-repeat;
    }

    .pvh-feature-card {
        transform: none;
    }
}

@media (max-width: 760px) {
    .pvh-hero {
        min-height: auto;
        background:
            linear-gradient(180deg, rgba(2,7,13,.88) 0%, rgba(2,7,13,.75) 34%, rgba(2,7,13,.98) 100%),
            url("/static/images/home-hero.png") center top / cover no-repeat;
    }

    .pvh-hero-grid {
        padding-top: 310px;
    }

    .pvh-title {
        font-size: 40px;
    }
}

/* =========================================================
   PREMIUM HOME V1 REFINEMENT — DESKTOP + MOBILE POLISH
   ========================================================= */

@media (min-width: 1201px) {
    .pvh-hero {
        min-height: 880px;
        background:
            linear-gradient(90deg, rgba(2,7,13,1) 0%, rgba(2,7,13,.97) 28%, rgba(2,7,13,.76) 47%, rgba(2,7,13,.34) 68%, rgba(2,7,13,.72) 100%),
            radial-gradient(circle at 72% 35%, rgba(0,224,131,.22), transparent 24%),
            radial-gradient(circle at 80% 18%, rgba(255,255,255,.16), transparent 12%),
            url("/static/images/home-hero.png") 78% center / cover no-repeat;
    }

    .pvh-hero-grid {
        grid-template-columns: minmax(0, .82fr) minmax(440px, .70fr);
        gap: 70px;
        padding: 128px 0 150px;
    }

    .pvh-title {
        max-width: 820px;
        font-size: clamp(64px, 7.4vw, 108px);
    }

    .pvh-subtitle {
        max-width: 720px;
        font-size: 21px;
    }

    .pvh-feature-card {
        margin-top: 90px;
        margin-right: 38px;
    }

    .pvh-live {
        margin-top: -110px;
    }
}

@media (min-width: 1500px) {
    .pvh-hero {
        background:
            linear-gradient(90deg, rgba(2,7,13,1) 0%, rgba(2,7,13,.98) 24%, rgba(2,7,13,.76) 45%, rgba(2,7,13,.30) 68%, rgba(2,7,13,.68) 100%),
            radial-gradient(circle at 75% 35%, rgba(0,224,131,.24), transparent 23%),
            radial-gradient(circle at 82% 18%, rgba(255,255,255,.18), transparent 12%),
            url("/static/images/home-hero.png") 82% center / cover no-repeat;
    }

    .pvh-title {
        font-size: 108px;
    }
}

@media (max-width: 1200px) and (min-width: 761px) {
    .pvh-hero {
        min-height: 780px;
        background:
            linear-gradient(90deg, rgba(2,7,13,.98) 0%, rgba(2,7,13,.89) 45%, rgba(2,7,13,.62) 100%),
            url("/static/images/home-hero.png") 70% center / cover no-repeat;
    }

    .pvh-hero-grid {
        padding: 88px 0 120px;
    }

    .pvh-title {
        font-size: 72px;
    }
}

@media (max-width: 760px) {
    .pvh-hero {
        background:
            linear-gradient(180deg, rgba(2,7,13,.35) 0%, rgba(2,7,13,.72) 35%, rgba(2,7,13,.99) 70%),
            url("/static/images/home-hero.png") 62% top / auto 360px no-repeat,
            linear-gradient(180deg, #02070d, #02070d);
    }

    .pvh-hero-grid {
        padding: 360px 0 56px;
        gap: 22px;
    }

    .pvh-eyebrow {
        font-size: 11px;
        padding: 8px 11px;
    }

    .pvh-title {
        font-size: 39px;
        line-height: 1.03;
        letter-spacing: -.055em;
    }

    .pvh-subtitle {
        font-size: 15px;
        line-height: 1.65;
    }

    .pvh-feature-card {
        min-height: auto;
        padding: 20px;
    }

    .pvh-feature-card h2 {
        font-size: 24px !important;
    }

    .pvh-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 9px;
    }

    .pvh-stat {
        min-height: 90px;
        padding: 14px 12px;
    }

    .pvh-stat-value {
        font-size: 23px;
    }

    .pvh-stat-label {
        font-size: 11px;
    }

    .pvh-live {
        margin-top: -20px;
    }

    .pvh-live-panel {
        border-radius: 18px;
        padding: 14px;
    }

    .pvh-live-card {
        flex-basis: 215px;
        padding: 14px;
    }

    .pvh-section {
        padding: 38px 0;
    }

    .pvh-section-head h2 {
        font-size: 32px;
    }

    .pvh-tip-card {
        min-height: auto;
    }

    .pvh-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pvh-vip-banner {
        border-radius: 20px;
    }

    .pvh-vip-list {
        display: grid;
        gap: 8px;
    }
}

/* Header refinement */
@media (min-width: 1101px) {
    .pv-topbar-inner {
        gap: 40px;
    }

    .pv-nav {
        gap: 18px;
    }

    .pv-brand {
        min-width: 245px;
    }

    .pv-top-actions {
        min-width: 220px;
        justify-content: flex-end;
    }
}

/* =========================================================
   PREMIUM HOME V1 — MOBILE FINAL POLISH
   ========================================================= */

@media (max-width: 760px) {
    body {
        overflow-x: hidden;
    }

    .pv-shell,
    .pvh-hero-content {
        width: calc(100% - 30px);
    }

    .pv-topbar {
        height: 96px;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .pv-topbar-inner {
        height: 96px;
        padding: 0;
    }

    .pv-brand {
        font-size: 30px;
        min-width: auto;
    }

    .pv-brand-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }

    .pv-mobile-toggle {
        width: 58px;
        height: 58px;
        border-radius: 16px;
        font-size: 30px;
        margin-left: auto;
    }

    .pv-mobile-menu {
        position: absolute;
        left: 15px;
        right: 15px;
        top: 102px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 18px;
        background: rgba(4, 12, 20, .98);
        box-shadow: 0 30px 90px rgba(0,0,0,.55);
        padding: 10px 18px;
    }

    .pv-mobile-menu a {
        font-size: 16px;
        padding: 13px 0;
    }

    .pvh-hero {
        min-height: auto;
        background:
            linear-gradient(180deg, rgba(2,7,13,.10) 0%, rgba(2,7,13,.50) 32%, rgba(2,7,13,.96) 58%, rgba(2,7,13,1) 100%),
            url("/static/images/home-hero.png") 58% 0 / auto 430px no-repeat,
            linear-gradient(180deg, #02070d, #02070d);
    }

    .pvh-hero-grid {
        display: block;
        padding: 450px 0 40px;
    }

    .pvh-eyebrow {
        max-width: 260px;
        display: inline-flex;
        padding: 9px 13px;
        border-radius: 999px;
        font-size: 11px;
        line-height: 1.35;
        white-space: normal;
    }

    .pvh-title {
        margin-top: 22px;
        font-size: 43px;
        line-height: .98;
        letter-spacing: -.06em;
        max-width: 390px;
    }

    .pvh-subtitle {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.6;
        max-width: 390px;
    }

    .pvh-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    .pvh-actions .pv-btn {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        font-size: 13px;
        padding: 0 12px;
    }

    .pvh-actions .pv-btn-outline {
        grid-column: 1 / -1;
    }

    .pvh-stats {
        margin-top: 26px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .pvh-stat {
        min-height: 104px;
        padding: 22px;
        border-radius: 20px;
        background:
            radial-gradient(circle at 95% 20%, rgba(0,224,131,.10), transparent 30%),
            linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.018)),
            rgba(7,18,28,.94);
        box-shadow:
            0 18px 70px rgba(0,0,0,.34),
            0 0 24px rgba(0,224,131,.055);
    }

    .pvh-stat-value {
        font-size: 38px;
        line-height: 1;
    }

    .pvh-stat-label {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.2;
    }

    .pvh-feature-card {
        margin-top: 24px;
        min-height: auto;
        padding: 26px;
        border-radius: 24px;
        transform: none;
    }

    .pvh-feature-card h2 {
        font-size: 32px !important;
        line-height: 1.12;
    }

    .pvh-feature-card p {
        font-size: 16px;
        line-height: 1.6;
    }

    .pvh-live {
        margin-top: -6px;
    }

    .pvh-live-head {
        align-items: center;
    }

    .pvh-live-title {
        font-size: 18px;
    }

    .pvh-live-head a {
        font-size: 15px;
    }

    .pvh-live-card {
        flex: 0 0 245px;
        min-height: 130px;
    }

    .pvh-section {
        padding: 42px 0;
    }

    .pvh-section-head {
        margin-bottom: 18px;
    }

    .pvh-section-head h2 {
        font-size: 36px;
        line-height: 1.05;
    }

    .pvh-section-head p {
        font-size: 16px;
        line-height: 1.55;
    }

    .pvh-section-head .pv-btn {
        width: 100%;
        min-height: 52px;
        font-size: 14px;
    }

    .pvh-tips-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pvh-tip-card {
        padding: 20px;
        border-radius: 24px;
        min-height: auto;
    }

    .pvh-tip-top {
        align-items: flex-start;
    }

    .pvh-team {
        font-size: 20px;
    }

    .pvh-team-logo {
        width: 26px;
        height: 26px;
    }

    .pvh-odds-value {
        font-size: 27px;
    }

    .pvh-league {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.4;
    }

    .pvh-pick {
        margin-top: 18px;
        padding: 16px;
        font-size: 19px;
    }

    .pvh-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .pvh-metric {
        padding: 14px;
        border-radius: 16px;
    }

    .pvh-metric-label {
        font-size: 12px;
    }

    .pvh-metric-value {
        font-size: 17px;
    }

    .pvh-feature-grid,
    .pvh-two-col {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pvh-feature-box,
    .pvh-list-card {
        padding: 22px;
        border-radius: 22px;
    }

    .pvh-vip-banner {
        padding: 24px;
        border-radius: 22px;
    }

    .pvh-vip-banner h2 {
        font-size: 33px;
        line-height: 1.1;
    }
}

@media (max-width: 420px) {
    .pvh-hero {
        background:
            linear-gradient(180deg, rgba(2,7,13,.10) 0%, rgba(2,7,13,.52) 32%, rgba(2,7,13,.97) 58%, rgba(2,7,13,1) 100%),
            url("/static/images/home-hero.png") 55% 0 / auto 400px no-repeat,
            linear-gradient(180deg, #02070d, #02070d);
    }

    .pvh-hero-grid {
        padding-top: 420px;
    }

    .pvh-title {
        font-size: 40px;
    }

    .pv-brand {
        font-size: 28px;
    }
}

/* =========================================================
   COMPACT PREMIUM HOME — TABLE STYLE PREDICTIONS
   ========================================================= */

.pvh-section-compact {
    padding: 38px 0;
}

.pvh-table-card {
    overflow: hidden;
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.014)),
        rgba(6,16,25,.95);
    border: 1px solid rgba(255,255,255,.11);
}

.pvh-prediction-row {
    display: grid;
    grid-template-columns: 82px 170px minmax(310px, 1fr) 210px 110px 90px;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.pvh-prediction-row:last-child {
    border-bottom: none;
}

.pvh-prediction-row:hover {
    background: rgba(0,224,131,.045);
}

.pvh-row-time strong,
.pvh-row-pick strong {
    display: block;
    color: #fff;
}

.pvh-row-time span,
.pvh-row-pick span,
.pvh-row-pick small {
    display: block;
    color: var(--pv-muted);
    font-size: 12px;
}

.pvh-row-league,
.pvh-row-teams,
.pvh-row-teams div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pvh-row-league img,
.pvh-row-teams img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.pvh-row-league span {
    color: var(--pv-soft);
    font-size: 14px;
}

.pvh-row-teams {
    justify-content: center;
}

.pvh-row-teams > span {
    color: var(--pv-muted);
    font-size: 12px;
}

.pvh-row-access {
    text-align: right;
    font-weight: 900;
}

.pvh-vip-mini {
    color: var(--pv-gold);
}

.pvh-free-mini {
    color: var(--pv-green);
}

.pvh-empty-table {
    padding: 26px;
    color: var(--pv-muted);
}

.pvh-small-link {
    display: inline-flex;
    margin-top: 16px;
    color: var(--pv-green);
    font-weight: 900;
}

.pvh-community-card {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 28px;
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.014)),
        rgba(6,16,25,.95);
    border: 1px solid rgba(255,255,255,.11);
}

.pvh-community-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.pvh-empty-live {
    display: grid;
    gap: 4px;
    justify-content: start;
}

.pvh-empty-live span {
    color: var(--pv-muted);
    font-size: 13px;
}

@media (max-width: 1100px) {
    .pvh-prediction-row {
        grid-template-columns: 70px 1fr 130px;
        grid-template-areas:
            "time teams access"
            "league league confidence"
            "pick pick pick";
    }

    .pvh-row-time { grid-area: time; }
    .pvh-row-league { grid-area: league; }
    .pvh-row-teams {
        grid-area: teams;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .pvh-row-pick { grid-area: pick; }
    .pvh-row-confidence { grid-area: confidence; }
    .pvh-row-access { grid-area: access; }
}

@media (max-width: 760px) {
    .pvh-section-compact {
        padding: 30px 0;
    }

    .pvh-prediction-row {
        display: block;
        padding: 20px;
    }

    .pvh-row-time,
    .pvh-row-league,
    .pvh-row-teams,
    .pvh-row-pick,
    .pvh-row-confidence,
    .pvh-row-access {
        margin-bottom: 12px;
        text-align: left;
    }

    .pvh-row-teams {
        display: grid;
        gap: 8px;
    }

    .pvh-row-teams > span {
        display: none;
    }

    .pvh-row-teams div {
        justify-content: flex-start;
    }

    .pvh-row-teams strong {
        font-size: 20px;
    }

    .pvh-row-pick {
        padding: 14px;
        border-radius: 14px;
        background: rgba(0,224,131,.08);
    }

    .pvh-row-pick strong {
        color: var(--pv-green);
        font-size: 18px;
    }

    .pvh-community-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }
}

/* TELEGRAM COMPACT HOME CLEANUP */
.pvh-telegram-card {
    grid-template-columns: 1fr auto;
    align-items: center;
}

.pvh-telegram-card h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.05;
    letter-spacing: -.055em;
}

@media (max-width: 760px) {
    .pvh-telegram-card {
        grid-template-columns: 1fr;
    }

    .pvh-telegram-card .pv-btn,
    .pvh-vip-banner .pv-btn {
        width: 100%;
        min-height: 52px;
    }
}
