@media (max-width: 900px) {
    .home-v2 .content-hero .hero-title {
        font-size: 60px !important;
    }

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

@media (max-width: 767px) {
    .site-bg .nav {
        height: 60px;
    }

    .site-bg .nav-inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .site-bg .mobile-nav-toggle {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .site-bg .mobile-nav-menu {
        top: calc(100% + 6px) !important;
        border-radius: 8px !important;
    }

    .site-bg .page-shell .hero-title,
    .site-bg .page-shell > h1.hero-title {
        font-size: 36px !important;
        line-height: 1.08 !important;
    }

    .home-v2 .hero {
        padding-bottom: 42px !important;
    }

    .home-v2 .content-hero {
        width: 100% !important;
        height: clamp(280px, 62vw, 420px);
        min-height: 280px !important;
        padding: 0 !important;
        border-right: 0;
        border-left: 0;
        border-radius: 0 !important;
    }

    .home-v2 .content-hero .hero-title {
        max-width: 350px;
        margin-top: 22px !important;
        font-size: 42px !important;
        line-height: 1.02 !important;
    }

    .home-v2 .content-hero .hero-title span:first-child {
        display: inline;
    }

    .home-v2 .content-hero .hero-desc {
        margin-top: 20px !important;
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .home-v2 .hero-actions {
        gap: 10px;
        margin-top: 24px;
    }

    .home-v2 .hero-cta,
    .home-v2 .hero-ghost {
        min-height: 46px;
    }

    .home-pulse,
    .home-channels {
        width: calc(100% - 32px);
    }

    .home-pulse {
        padding-top: 18px;
    }

    .home-pulse-head a {
        font-size: 12px;
    }

    .home-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 0;
    }

    .home-stats > div {
        padding: 0 16px;
    }

    .home-stats > div:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

    .home-stats strong {
        font-size: 26px;
    }

    .home-channels {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .home-channels > a {
        min-height: 82px;
        padding: 14px 16px;
    }

    .home-channels strong {
        margin-top: 8px;
    }

    .home-v2 .trust {
        display: none !important;
    }

    .home-v2 > .section {
        padding-top: 44px !important;
    }

    .home-v2 .section-header {
        min-height: 0;
        padding: 0 0 14px;
        border-radius: 0;
        background: transparent;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-channels > a,
    .logo-track,
    .reveal {
        animation: none !important;
        transition: none !important;
    }
}
