.home-hero {
    padding: 58px 0 32px;
    background: var(--navy);
    color: #ffffff;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    align-items: center;
    gap: 54px;
}

.home-hero h1 {
    max-width: 610px;
    margin: 12px 0 18px;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 62px);
    letter-spacing: -0.4px;
    line-height: 1.05;
}

.home-hero h1 span {
    color: #ffb26d;
}

.hero-lead {
    max-width: 520px;
    margin: 0;
    color: #c7d2dc;
    font-size: 17px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 26px;
}

.home-hero .button-secondary {
    border-color: #516172;
    background: transparent;
    color: #ffffff;
}

.home-hero .button-secondary:hover {
    border-color: #ffc18d;
    background: rgba(255, 193, 141, 0.1);
}

.hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 34px;
}

.hero-metric {
    display: grid;
    gap: 2px;
}

.hero-metric strong {
    color: #ffffff;
    font-size: 21px;
}

.hero-metric span {
    color: #9eafbf;
    font-size: 12px;
}

.hero-showcase {
    min-width: 0;
    padding: 18px;
    border: 1px solid #455464;
    border-radius: 18px;
    background: var(--navy-light);
    box-shadow: 0 20px 50px rgba(8, 13, 18, 0.22);
}

.showcase-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
    color: #b9c5d0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.showcase-status {
    color: #ffc18d;
}

.spotlight {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #344454;
}

.spotlight-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
}

.spotlight-media::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45%;
    background: linear-gradient(180deg, transparent, rgba(12, 18, 24, 0.85));
    content: "";
}

.spotlight-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spotlight-copy {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 1;
}

.spotlight-copy span {
    color: #ffc18d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.spotlight-copy h2 {
    max-width: 80%;
    margin: 5px 0 0;
    color: #ffffff;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.1;
}

.showcase-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.showcase-tile {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
    padding: 9px;
    border: 1px solid #435364;
    border-radius: 10px;
    background: #344454;
}

.showcase-tile img {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    border-radius: 8px;
    object-fit: cover;
}

.showcase-tile strong {
    display: -webkit-box;
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.showcase-tile small {
    display: block;
    margin-top: 4px;
    color: #adbdca;
    font-size: 11px;
}

.trust-strip {
    border-bottom: 1px solid var(--line);
    background: var(--surface);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 22px 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ink-soft);
    font-size: 13px;
}

.trust-marker {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #fff1e5;
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 800;
}

.home-content {
    padding-bottom: 10px;
}

.category-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.category-chip {
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: var(--surface);
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 700;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.category-chip:hover,
.category-chip.is-active {
    border-color: var(--brand);
    background: var(--brand);
    color: #ffffff;
}

.home-search-note {
    margin: -7px 0 20px;
    color: var(--ink-soft);
    font-size: 13px;
}

.hero-search {
    display: flex;
    align-items: center;
    width: min(540px, 100%);
    height: 48px;
    margin: 24px 0 20px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--surface);
    overflow: hidden;
}

.hero-search input {
    min-width: 0;
    flex: 1;
    height: 100%;
    padding: 0 13px;
    border: 0;
    outline: 0;
    color: var(--ink);
    font-size: 14px;
}

.hero-search .button {
    width: auto;
    height: 100%;
    padding: 0 17px;
    border-radius: 0;
}

.home-search-note strong {
    color: var(--navy);
}

.content-intro {
    max-width: 760px;
    margin: 0 0 24px;
    color: var(--ink-soft);
    font-size: 15px;
}

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

.feature-item {
    padding: 22px;
    border-top: 3px solid var(--brand);
    background: var(--surface);
}

.feature-item h3 {
    margin: 13px 0 7px;
    color: var(--navy);
    font-size: 17px;
}

.feature-item p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 13px;
}

.feature-number {
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
}

@media (max-width: 900px) {
    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-hero h1 {
        max-width: 700px;
    }

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

@media (max-width: 700px) {
    .home-hero {
        padding: 42px 0 24px;
    }

    .home-hero h1 {
        font-size: 40px;
    }

    .hero-lead {
        font-size: 15px;
    }

    .hero-metrics {
        gap: 18px;
        margin-top: 26px;
    }

    .hero-showcase {
        padding: 12px;
        border-radius: 14px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px 0;
    }

    .content-section {
        padding-top: 38px;
    }

    .feature-columns {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 34px;
    }
}

@media (max-width: 430px) {
    .showcase-list {
        grid-template-columns: 1fr;
    }

    .showcase-tile:nth-child(2) {
        display: none;
    }
}
