/* winn12 homepage extras — base tokens live in index_home_static.css */

.wh-page .wh-hero.wh-hero--custom::before {
    background-image: var(--wh-hero-image);
}

.wh-hero__actions:empty {
    display: none;
}

@media (max-width: 639px) {
    .wh-brands.wh-stagger .wh-brand {
        text-align: center;
    }

    .wh-brands.wh-stagger .wh-brand__logo {
        justify-content: center;
    }

    .wh-ai-era.wh-section {
        padding-block: 56px;
    }

    .wh-ai-era .wh-section__head {
        margin-bottom: 28px;
    }

    .wh-ai-era .wh-ai-era__media {
        margin-bottom: 20px;
    }

    .wh-ai-era .wh-ai-era__grid.wh-stagger {
        gap: 12px 16px;
        align-items: start;
    }

    .wh-page .wh-ai-era.wh-section--dark .wh-ai-card {
        padding: 0;
        gap: 8px;
    }

    .wh-ai-era .wh-ai-card p {
        flex: none;
    }

    .wh-ai-era .wh-ai-card__icon {
        margin-bottom: 0;
    }

    .wh-ai-era .wh-ai-era__actions {
        margin-top: 28px;
    }
}
