.hdv2-game-page .hdv2-game-hero__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 16rem;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.hdv2-game-page .hdv2-game-hero__media--banner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 1rem;
    background-image: var(--hdv2-game-banner);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.35;
    pointer-events: none;
}

.hdv2-game-page .hdv2-game-hero__media img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 28rem;
    height: auto;
    max-height: 22rem;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hdv2-game-badges {
    padding: 0 0 2.5rem;
    background: var(--hdv2-home-bg, #fff);
}

.hdv2-game-badges__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hdv2-game-badges__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--hdv2-home-border, rgba(10, 37, 64, 0.08));
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.hdv2-game-badges__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.hdv2-game-badges__title {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--hdv2-home-text-strong, #0a2540);
}

.hdv2-game-badges__text {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: var(--hdv2-home-muted, #566073);
    line-height: 1.45;
}

.hdv2-game-pricing-intro {
    padding: 0.5rem 0 0;
}

.hdv2-game-pricing-intro__inner {
    max-width: 52rem;
}

.hdv2-game-pricing-intro__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--hdv2-home-text-strong, #0a2540);
}

.hdv2-game-pricing-intro__lead {
    margin: 0.75rem 0 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--hdv2-home-muted, #566073);
}

.hdv2-game-locations {
    padding: 1rem 0 2rem;
}

.hdv2-game-locations__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hdv2-game-locations__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1rem;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--hdv2-home-border, rgba(10, 37, 64, 0.1));
    border-radius: 0.75rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hdv2-game-locations__card:hover {
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 8px 24px rgba(10, 37, 64, 0.08);
}

.hdv2-game-locations__label {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--hdv2-home-text-strong, #0a2540);
}

.hdv2-game-access__icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.hdv2-game-access__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--hdv2-home-primary, #2563eb);
}

.hdv2-game-rows {
    padding: 1rem 0 3rem;
}

.hdv2-game-rows__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
    padding: 2.5rem 0;
}

.hdv2-game-rows__item + .hdv2-game-rows__item {
    border-top: 1px solid var(--hdv2-home-border, rgba(10, 37, 64, 0.08));
}

.hdv2-game-rows__title {
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 2.5vw, 2.125rem);
    font-weight: 600;
    color: var(--hdv2-home-text-strong, #0a2540);
    line-height: 1.25;
}

.hdv2-game-rows__text {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.85;
    color: var(--hdv2-home-muted, #566073);
}

.hdv2-game-rows__media {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdv2-game-rows__media img {
    width: 100%;
    max-width: 26rem;
    height: auto;
    max-height: 22rem;
    object-fit: contain;
    border-radius: 0.75rem;
}

.hdv2-game-rows__item--media-start .hdv2-game-rows__media {
    order: -1;
}

.hdv2-game-payment {
    padding: 2rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, var(--hdv2-home-bg, #fff) 100%);
}

.hdv2-game-payment__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.hdv2-game-payment__title {
    display: block;
    font-size: 1.125rem;
    color: var(--hdv2-home-text-strong, #0a2540);
}

.hdv2-game-payment__lead {
    margin: 0.35rem 0 0;
    font-size: 0.9375rem;
    color: var(--hdv2-home-muted, #566073);
}

.hdv2-game-payment__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hdv2-game-payment__logos img {
    height: 1.75rem;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
}

.hdv2-game-page .hdv2-vds-pricing {
    padding-top: 0.5rem;
}

@media (max-width: 991px) {
    .hdv2-game-badges__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hdv2-game-locations__grid {
        grid-template-columns: 1fr;
    }

    .hdv2-game-rows__item {
        grid-template-columns: minmax(0, 1fr);
    }

    .hdv2-game-rows__item--media-start .hdv2-game-rows__media {
        order: 0;
    }
}

@media (max-width: 575px) {
    .hdv2-game-badges__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
