.service-hero--voice::before {
    background:
        radial-gradient(circle at 16% 16%, rgba(255,45,125,0.18), transparent 34%),
        radial-gradient(circle at 86% 48%, rgba(184,255,61,0.07), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,0.045), transparent 42%);
}

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

.voice-package-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 28px;
}

.voice-package-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, var(--uc-page-pink), #7e2dff, var(--uc-page-lime));
}

.voice-package-card h3 {
    margin-top: 16px;
    min-height: 58px;
}

.voice-package-card > strong {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.voice-package-card .tick-list {
    margin-top: 18px;
    min-height: 130px;
}

.voice-package-card .btn {
    margin-top: auto;
    width: 100%;
    justify-content: center;
}

.voice-info-section .feature-mosaic article:nth-child(2) span,
.voice-info-section .option-stack div:nth-child(2) strong,
.voice-info-section .voice-check-list article:nth-child(2) strong {
    background: var(--uc-page-pink);
    color: #fff;
}

.voice-info-section .feature-mosaic article:nth-child(3) span,
.voice-info-section .option-stack div:nth-child(3) strong,
.voice-info-section .voice-check-list article:nth-child(3) strong {
    background: #7e2dff;
    color: #fff;
}

@media (max-width: 920px) {
    .voice-package-grid { grid-template-columns: 1fr; }
    .voice-package-card h3,
    .voice-package-card .tick-list { min-height: auto; }
}
