.home-client-stories {
    overflow: hidden;
    padding: clamp(64px, 8vw, 112px) 0;
    background:
        radial-gradient(circle at 85% 5%, rgba(54, 214, 195, 0.11), transparent 32%),
        #0e1320;
    color: #fff;
}

.home-client-stories__header {
    max-width: 760px;
    margin-bottom: 38px;
}

.home-client-stories__kicker,
.home-client-slide__eyebrow {
    color: #36d6c3;
    font-family: var(--onyx-font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.home-client-stories__header h2 {
    margin: 10px 0 0;
    font-family: var(--onyx-font-display);
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.06;
    letter-spacing: -.035em;
}

.home-client-stories__featured {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(54, 214, 195, .42);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(31, 39, 59, .96), rgba(19, 27, 43, .96));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.home-client-stories__featured:hover,
.home-client-stories__featured:focus-visible {
    transform: translateY(-4px);
    border-color: #36d6c3;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .4);
}

.home-client-stories__featured:focus-visible {
    outline: 3px solid #ffbb09;
    outline-offset: 4px;
}

.home-client-stories__featured-copy {
    padding: clamp(28px, 5vw, 56px);
}

.home-client-stories__ms-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e9eef7;
    font-family: var(--onyx-font-mono);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-client-stories__ms-mark {
    display: grid;
    grid-template-columns: repeat(2, 7px);
    gap: 2px;
}

.home-client-stories__ms-mark i {
    width: 7px;
    height: 7px;
    background: #f25022;
}
.home-client-stories__ms-mark i:nth-child(2) { background: #7fba00; }
.home-client-stories__ms-mark i:nth-child(3) { background: #00a4ef; }
.home-client-stories__ms-mark i:nth-child(4) { background: #ffb900; }

.home-client-stories__featured h3 {
    margin: 24px 0 18px;
    font-size: clamp(28px, 4vw, 44px);
}

.home-client-stories__featured blockquote {
    max-width: 760px;
    margin: 0 0 24px;
    color: #d6dce8;
    font-size: clamp(17px, 2.2vw, 22px);
    line-height: 1.55;
}

.home-client-stories__person {
    display: block;
    color: #9faabc;
    font-size: 14px;
}

.home-client-stories__story-link {
    display: inline-block;
    margin-top: 28px;
    color: #36d6c3;
    font-weight: 700;
}

.home-client-stories__featured-visual {
    display: flex;
    min-height: 290px;
    padding: 36px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(54, 214, 195, .17), rgba(255, 187, 9, .08)),
        repeating-linear-gradient(90deg, transparent 0 39px, rgba(255,255,255,.035) 40px);
}

.home-client-stories__result {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
    line-height: 1.05;
}

.home-client-stories__result b { color: #ffbb09; }
.home-client-stories__result-label { margin-top: 12px; color: #b7c1d1; }

.home-client-slider { margin-top: 54px; }
.home-client-slider__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.home-client-slider__topline h3 { margin: 0; font-size: 22px; }
.home-client-slider__controls { display: flex; gap: 10px; }
.home-client-slider__controls button {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}
.home-client-slider__controls button:hover,
.home-client-slider__controls button:focus-visible { border-color: #36d6c3; color: #36d6c3; }
.home-client-slider__controls button:disabled { opacity: .35; cursor: default; }
.home-client-slider__viewport { overflow: hidden; outline: none; }
.home-client-slider__viewport:focus-visible { outline: 2px solid #ffbb09; outline-offset: 6px; }
.home-client-slider__track {
    display: flex;
    column-gap: 22px;
    transition: transform .55s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}
.home-client-slide {
    flex: 0 0 calc((100% - 44px) / 3);
    min-width: 0;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(31, 39, 59, .68);
}
.home-client-slide h4 { margin: 10px 0 16px; font-size: 21px; }
.home-client-slide blockquote { margin: 0; color: #c6cedc; line-height: 1.65; }
.home-client-slide__person { display: block; margin-top: 22px; color: #8f9bae; font-size: 13px; }
.home-client-slide__link { display: inline-block; margin-top: 18px; color: #36d6c3; font-weight: 700; text-decoration: none; }
.home-client-slider__dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.home-client-slider__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #69758a;
    cursor: pointer;
    transition: width .25s ease, background .25s ease;
}
.home-client-slider__dots button.is-active { width: 28px; background: #36d6c3; }

@media (max-width: 1023px) {
    .home-client-slide { flex-basis: calc((100% - 22px) / 2); }
}

@media (max-width: 679px) {
    .home-client-stories__featured { grid-template-columns: 1fr; }
    .home-client-stories__featured-visual { min-height: 190px; }
    .home-client-slide { flex-basis: 100%; }
    .home-client-slider__controls button { width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-client-stories__featured,
    .home-client-slider__track { transition: none; }
}
