.hero-v62-section {
    position: relative;
    padding: 54px 0 42px;
    background:
        radial-gradient(circle at top right, rgba(255,123,0,0.10), transparent 25%),
        linear-gradient(180deg, rgba(7,9,15,0.96), rgba(8,10,16,0.98));
    overflow: hidden;
}

.hero-v62-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 430px);
    gap: 34px;
    align-items: center;
}

.hero-v62-copy {
    max-width: 620px;
}

.hero-v62-eyebrow,
.hero-v62-kicker {
    display: block;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 11px;
    font-weight: 800;
}

.hero-v62-eyebrow {
    color: #ffb36b;
    margin-bottom: 6px;
}

.hero-v62-kicker {
    color: rgba(255,255,255,.68);
    margin-bottom: 16px;
}

.hero-v62-title {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(46px, 6vw, 74px);
    line-height: .95;
    letter-spacing: -.03em;
}

.hero-v62-text {
    margin: 0 0 24px;
    max-width: 560px;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.7;
}

.hero-v62-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-v62-status-card {
    position: relative;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    padding: 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(24,24,24,.96), rgba(12,12,12,.96));
    border: 1px solid rgba(255,123,0,.16);
    box-shadow: 0 18px 56px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.03) inset;
    overflow: hidden;
}

.hero-v62-status-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255,123,0,.14), transparent 30%),
        linear-gradient(135deg, rgba(255,123,0,.05), transparent 44%);
    pointer-events: none;
}

.hero-v62-status-top,
.hero-v62-player-box,
.hero-v62-info-grid,
.hero-v62-status-actions {
    position: relative;
    z-index: 1;
}

.hero-v62-status-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.hero-v62-status-label {
    display: block;
    margin-bottom: 8px;
    color: #ffb36b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-v62-status-title {
    margin: 0;
    color: #fff;
    font-size: 31px;
    line-height: 1.08;
}

.hero-v62-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.hero-v62-live.is-online {
    color: #8fffad;
    background: rgba(40,167,69,.14);
    border: 1px solid rgba(40,167,69,.34);
}

.hero-v62-live.is-offline {
    color: #ff9aa4;
    background: rgba(220,53,69,.12);
    border: 1px solid rgba(220,53,69,.32);
}

.hero-v62-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 14px currentColor;
}

.hero-v62-player-box {
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.05);
}

.hero-v62-player-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1;
}

.hero-v62-player-current {
    color: #fff;
    font-size: 54px;
    font-weight: 900;
}

.hero-v62-player-divider {
    color: rgba(255,255,255,.40);
    font-size: 28px;
}

.hero-v62-player-max {
    color: rgba(255,255,255,.68);
    font-size: 24px;
    font-weight: 700;
}

.hero-v62-player-sub {
    margin-top: 8px;
    color: rgba(255,255,255,.65);
    font-size: 13px;
}

.hero-v62-player-bar {
    margin-top: 14px;
    height: 11px;
    background: rgba(255,255,255,.08);
    border-radius: 999px;
    overflow: hidden;
}

.hero-v62-player-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff7b00, #ffb36b);
    box-shadow: 0 0 18px rgba(255,123,0,.38);
}

.hero-v62-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.hero-v62-info-item {
    min-width: 0;
    padding: 14px;
    border-radius: 15px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.05);
}

.hero-v62-info-item span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.54);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hero-v62-info-item strong {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.hero-v62-status-actions {
    display: grid;
    gap: 10px;
}

.hero-v62-section .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 16px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.hero-v62-section .btn:hover {
    transform: translateY(-1px);
}

.hero-v62-section .btn-full {
    width: 100%;
}

.hero-v62-section .btn-primary {
    color: #121212;
    background: linear-gradient(90deg, #ff7b00, #ff9e40);
    box-shadow: 0 12px 26px rgba(255,123,0,.22);
}

.hero-v62-section .btn-secondary {
    color: #fff;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
}

.hero-v62-section .btn-ghost {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.12);
}

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

    .hero-v62-status-card {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (max-width: 720px) {
    .hero-v62-section {
        padding: 42px 0 28px;
    }

    .hero-v62-title {
        font-size: 44px;
    }

    .hero-v62-status-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-v62-info-grid {
        grid-template-columns: 1fr;
    }

    .hero-v62-player-current {
        font-size: 42px;
    }
}
