.cs-body {
    background-color: #FAFAF8;
}

.cs-shell {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 48px;
}

.cs-hero {
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;
    padding: calc(var(--home-nav-height, 92px) + clamp(28px, 4vw, 48px)) 0 0;
}

.cs-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: end;
}

.cs-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--light-bg-grey);
    margin-bottom: 28px;
    font-family: "Metropolis", sans-serif;
}

.cs-hero__breadcrumb a {
    color: var(--light-bg-grey);
    text-decoration: none;
}

.cs-hero__breadcrumb a:hover {
    color: var(--primary-bg-orange);
}

.cs-hero__breadcrumb span {
    font-size: 11px;
}

.cs-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Metropolis", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-bg-orange);
    margin-bottom: 20px;
}

.cs-hero__eyebrow::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--primary-bg-orange);
}

.cs-hero__client-name {
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 800;
    line-height: 1;
    color: var(--bordeaux-bg);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.cs-hero__title {
    font-family: "Metropolis Light", sans-serif;
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 400;
    line-height: 1.45;
    color: #3A3A3A;
    max-width: 540px;
    margin: 0;
}

.cs-hero__meta {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-bottom: clamp(40px, 6vw, 64px);
}

.cs-hero__tags {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cs-hero__tag-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cs-hero__tag-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--light-bg-grey);
    font-family: "Metropolis", sans-serif;
}

.cs-hero__tag-value {
    font-size: 15px;
    font-weight: 500;
    color: #1C1C1C;
    font-family: "Metropolis", sans-serif;
}

.cs-hero__reviewer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    background: var(--light-light-bg-grey);
    border-radius: 12px;
}

.cs-hero__reviewer img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.cs-hero__reviewer-info p {
    font-size: 15px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0;
}

.cs-hero__reviewer-info span {
    display: block;
    font-size: 13px;
    color: var(--light-bg-grey);
    font-family: "Metropolis Light", sans-serif;
}

.cs-hero__stars {
    display: flex;
    gap: 3px;
    margin-top: 4px;
}

.cs-hero__stars img {
    width: 14px;
    height: 14px;
    border-radius: 0;
}

.cs-hero__image-wrap {
    grid-column: 1 / -1;
    margin-top: 48px;
    height: clamp(300px, 40vw, 520px);
    background: #E8E8E8;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.img-placeholder {
    background: linear-gradient(135deg, #F0EDE8 0%, #E3DED7 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #999;
    font-family: "Metropolis", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.img-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px dashed #C8C3BC;
    border-radius: inherit;
    pointer-events: none;
}

.img-placeholder__icon {
    font-size: 32px;
    opacity: 0.4;
}

.img-placeholder__label {
    color: #888;
    font-size: 12px;
    line-height: 1.5;
    max-width: 200px;
}

.img-placeholder__recommended {
    font-size: 11px;
    color: #B0A89E;
    font-style: italic;
}

.cs-hero__image-wrap .img-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: linear-gradient(135deg, #EAE7E2 0%, #D8D3CC 100%);
}

.cs-content {
    padding: clamp(64px, 8vw, 112px) 0;
}

.cs-content__grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 80px;
    align-items: start;
}

.cs-section {
    margin-bottom: clamp(56px, 7vw, 88px);
}

.cs-section:last-child {
    margin-bottom: 0;
}

.cs-section__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-bg-orange);
    margin-bottom: 18px;
    font-family: "Metropolis", sans-serif;
}

.cs-section__label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: var(--primary-bg-orange);
}

.cs-section__heading {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    color: var(--bordeaux-bg);
    line-height: 1.15;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.cs-section__body {
    font-family: "Metropolis Light", sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #3A3A3A;
}

.cs-section__body p {
    margin: 0;
}

.cs-section__body p + p {
    margin-top: 18px;
}

.cs-lead {
    font-size: clamp(18px, 2.4vw, 22px);
    line-height: 1.65;
    color: #2A2A2A;
    font-family: "Metropolis Light", sans-serif;
    margin: 0 0 clamp(48px, 6vw, 72px);
    max-width: 740px;
}

.cs-feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 28px 0 0;
    padding: 0;
}

.cs-feature-list__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    transition: border-color 0.2s;
}

.cs-feature-list__item:hover {
    border-color: var(--primary-bg-orange);
}

.cs-feature-list__dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: var(--primary-bg-orange);
    margin-top: 6px;
}

.cs-feature-list__content {
    font-family: "Metropolis", sans-serif;
}

.cs-feature-list__title {
    font-size: 15px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0 0 4px;
}

.cs-feature-list__desc {
    font-size: 14px;
    color: var(--light-bg-grey);
    font-family: "Metropolis Light", sans-serif;
    line-height: 1.55;
    margin: 0;
}

.cs-challenges {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 28px;
}

.cs-challenge-card {
    border-left: 3px solid var(--primary-bg-orange);
    padding: 24px 28px;
    background: #fff;
    border-radius: 0 10px 10px 0;
}

.cs-challenge-card__title {
    font-size: 17px;
    font-weight: 800;
    color: var(--bordeaux-bg);
    margin: 0 0 14px;
}

.cs-challenge-card__body {
    font-family: "Metropolis Light", sans-serif;
    font-size: 16px;
    line-height: 1.72;
    color: #3A3A3A;
    margin: 0;
}

.cs-results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}

.cs-result-card {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 24px;
}

.cs-result-card--full {
    grid-column: 1 / -1;
}

.cs-result-card__number {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-bg-orange);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-family: "Metropolis", sans-serif;
}

.cs-result-card__text {
    font-family: "Metropolis Light", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #2A2A2A;
    margin: 0;
}

.cs-result-card__text strong {
    font-family: "Metropolis", sans-serif;
    font-weight: 700;
    color: var(--bordeaux-bg);
}

.cs-quote {
    background: var(--bordeaux-bg);
    border-radius: 16px;
    padding: clamp(36px, 5vw, 56px) clamp(32px, 4.5vw, 56px);
    margin: clamp(56px, 7vw, 88px) 0;
    position: relative;
    overflow: hidden;
}

.cs-quote::before {
    content: "\"";
    position: absolute;
    top: -20px;
    left: 40px;
    font-size: 180px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.06);
    line-height: 1;
    font-family: "Metropolis", sans-serif;
    pointer-events: none;
}

.cs-quote__text {
    font-size: clamp(18px, 2.4vw, 24px);
    line-height: 1.6;
    color: #fff;
    font-family: "Metropolis Light", sans-serif;
    margin: 0 0 28px;
    position: relative;
}

.cs-quote__attribution {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.cs-quote__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.cs-quote__name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.cs-quote__role {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    font-family: "Metropolis Light", sans-serif;
    margin: 0;
}

.cs-quotes-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
}

.cs-mini-quote {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    padding: 16px 22px;
    font-family: "Metropolis Light", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    margin: 0;
}

.cs-sidebar {
    position: sticky;
    top: calc(var(--home-nav-height, 92px) + 16px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cs-sidebar__card {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 14px;
    padding: 28px;
}

.cs-sidebar__card-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--light-bg-grey);
    margin: 0 0 16px;
    font-family: "Metropolis", sans-serif;
}

.cs-sidebar__tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cs-sidebar__tech-tag {
    background: var(--light-light-bg-grey);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #3A3A3A;
    font-family: "Metropolis", sans-serif;
}

.cs-sidebar__services-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.cs-sidebar__services-list li {
    font-size: 14px;
    color: #3A3A3A;
    font-family: "Metropolis", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs-sidebar__services-list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    background: var(--primary-bg-orange);
}

.cs-sidebar__cta {
    background: var(--primary-bg-orange);
    border-radius: 14px;
    padding: 28px;
    text-align: center;
}

.cs-sidebar__cta-text {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 20px;
    font-family: "Metropolis Light", sans-serif;
}

.cs-sidebar__cta-text strong {
    font-family: "Metropolis", sans-serif;
    font-weight: 700;
}

.cs-sidebar__cta-btn {
    display: block;
    background: #fff;
    color: var(--primary-bg-orange);
    border: none;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s;
    font-family: "Metropolis", sans-serif;
}

.cs-sidebar__cta-btn:hover {
    background: var(--bordeaux-bg);
    color: #fff;
}

.cs-image-block {
    margin: 36px 0;
    border-radius: 12px;
    overflow: hidden;
}

.cs-image-block--wide {
    margin: 40px 0;
}

.cs-image-block .img-placeholder {
    min-height: 320px;
}

.cs-image-block--mockup .img-placeholder {
    min-height: 440px;
    background: linear-gradient(135deg, #1C1C1C 0%, #2A2A2A 100%);
    color: rgba(255, 255, 255, 0.5);
}

.cs-image-block--mockup .img-placeholder::before {
    border-color: rgba(255, 255, 255, 0.12);
}

.cs-image-block--mockup .img-placeholder__label {
    color: rgba(255, 255, 255, 0.45);
}

.cs-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-bg-orange);
    text-decoration: none;
    font-family: "Metropolis", sans-serif;
    transition: gap 0.2s;
    margin-bottom: clamp(40px, 5vw, 60px);
}

.cs-back-link:hover {
    gap: 12px;
}

@media (max-width: 960px) {
    .cs-content__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .cs-sidebar {
        position: static;
    }

    .cs-hero__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .cs-results-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cs-shell {
        padding: 0 24px;
    }

    .cs-hero__image-wrap {
        height: 240px;
    }
}
