.cs-hero-section {
    padding: 10px 0 6px;
}

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

.cs-hero-copy {
    min-width: 0;
}

.cs-hero-copy__badge-wrap {
    margin-bottom: 12px;
}

.cs-hero-copy__badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;

    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);

    color: rgba(255,255,255,0.85);

    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cs-hero-copy__title {
    max-width: 40ch;
    font-size: 3.5rem;
    line-height: 1.4;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.cs-hero-copy__subtitle {
    max-width: 100ch;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 14px;
}

.cs-hero-copy__text {
    max-width: 100ch;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.cs-hero-copy__trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.cs-hero-copy__trust-item {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.74);
    border: 1px solid rgba(124, 92, 255, 0.12);
    color: var(--cs-text-main);
    font-size: 0.86rem;
    font-weight: 600;
}

.cs-hero-copy__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}
.cs-hero-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 420px);
}

.cs-hero-copy__btn {
    min-width: 190px;
}

.cs-hero-copy__note {
    max-width: 120ch;
    margin: 14px 0 0 0;
    color: var(--cs-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.cs-hero-media {
    width: 100%;
}

.cs-hero-audio-card {
    border-radius: 20px;
    padding: 0;
    background:
            radial-gradient(circle at top left, rgba(124, 92, 255, 0.16), transparent 38%),
            linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(245,241,255,0.98) 100%);
}

.cs-hero-audio-card:hover {
    transform: none;
    border-color: var(--cs-border-soft);
    box-shadow: var(--cs-shadow-soft);
}

.cs-hero-audio-card__body {
    padding: 24px;
}

.cs-hero-audio-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(124, 92, 255, 0.1);
    color: var(--cs-primary);
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cs-hero-audio-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.cs-hero-audio-card__play {
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #7c5cff, #2563eb);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(124, 92, 255, 0.25);
    cursor: pointer;
}

.cs-hero-audio-card__play-icon {
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
}

.cs-hero-audio-card__title {
    color: var(--cs-text-main);
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
}

.cs-hero-audio-card__subtitle {
    color: var(--cs-text-muted);
    font-size: 0.92rem;
}

.cs-hero-audio-card__wave {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 64px;
    margin-bottom: 16px;
}

.cs-hero-audio-card__wave span {
    width: 9px;
    border-radius: 999px;
    background: linear-gradient(180deg, #7c5cff 0%, #60a5fa 100%);
    opacity: 0.92;
}

.cs-hero-audio-card__wave span:nth-child(1) { height: 24px; }
.cs-hero-audio-card__wave span:nth-child(2) { height: 36px; }
.cs-hero-audio-card__wave span:nth-child(3) { height: 20px; }
.cs-hero-audio-card__wave span:nth-child(4) { height: 46px; }
.cs-hero-audio-card__wave span:nth-child(5) { height: 30px; }
.cs-hero-audio-card__wave span:nth-child(6) { height: 54px; }
.cs-hero-audio-card__wave span:nth-child(7) { height: 22px; }
.cs-hero-audio-card__wave span:nth-child(8) { height: 42px; }
.cs-hero-audio-card__wave span:nth-child(9) { height: 28px; }
.cs-hero-audio-card__wave span:nth-child(10) { height: 50px; }
.cs-hero-audio-card__wave span:nth-child(11) { height: 26px; }
.cs-hero-audio-card__wave span:nth-child(12) { height: 40px; }

.cs-hero-audio-card__timeline {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
}

.cs-hero-audio-card__time {
    color: var(--cs-text-muted);
    font-size: 0.82rem;
    font-weight: 600;
}

.cs-hero-audio-card__progress {
    height: 8px;
    border-radius: 999px;
    background: rgba(124, 92, 255, 0.12);
    overflow: hidden;
}

.cs-hero-audio-card__progress-fill {
    width: 44%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #7c5cff, #2563eb);
}

.cs-hero-audio-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.cs-hero-audio-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(124, 92, 255, 0.12);
    color: var(--cs-text-main);
    font-size: 0.78rem;
    font-weight: 700;
}

.cs-hero-audio-card__quote {
    color: var(--cs-text-main);
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .cs-hero-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .cs-hero-copy__title,
    .cs-hero-copy__subtitle,
    .cs-hero-copy__text,
    .cs-hero-copy__note {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .cs-hero-copy__title {
        font-size: 2.2rem;
        max-width: 100%;
    }

    .cs-hero-copy__actions {
        flex-direction: column;
    }

    .cs-hero-copy__btn {
        width: 100%;
        min-width: 0;
    }

    .cs-hero-audio-card__body {
        padding: 18px;
    }
}

.cs-hero-section {
    color: #fff;
}

.cs-hero-copy__title {
    color: #ffffff;
}

.cs-hero-copy__subtitle {
    color: rgba(255, 255, 255, 0.85);
}

.cs-hero-copy__text {
    color: rgba(255, 255, 255, 0.7);
}

.cs-hero-copy__note {
    color: rgba(255, 255, 255, 0.6);
}