.customer-story-page { background: #fff; color: #111827; }
.customer-story-icon-sm { width: 14px; height: 14px; }
.customer-story-icon-md { width: 18px; height: 18px; }

.customer-story-breadcrumb {
    background: #f9fafb;
    border-bottom: 1px solid #f1f5f9;
}
.customer-story-breadcrumb .container {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #6b7280;
    font-size: 14px;
}
.customer-story-breadcrumb a { color: #6b7280; text-decoration: none; }
.customer-story-breadcrumb a:hover { color: #ea580c; }

.customer-story-cover {
    position: relative;
    height: 288px;
    background: #111827;
    overflow: hidden;
}
.customer-story-cover img { width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.customer-story-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, .2) 35%, rgba(15, 23, 42, .72) 100%);
}
.customer-story-cover .container {
    position: absolute;
    inset: auto 0 24px 0;
    z-index: 1;
}
.customer-story-cover-meta { display: flex; align-items: flex-end; gap: 14px; }
.customer-story-logo {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--cs-logo-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
}
.customer-story-cover-meta p {
    margin: 0 0 3px;
    color: #fb923c;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.customer-story-cover-meta h1 { margin: 0; color: #fff; font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 900; }

.customer-story-content { padding: 48px 0 58px; }
.customer-story-back {
    color: #6b7280;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-bottom: 18px;
}
.customer-story-back:hover { color: #ea580c; }
.customer-story-side-block { margin-bottom: 18px; }
.customer-story-side-title {
    margin: 0 0 8px;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.customer-story-side-block ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.customer-story-side-block li { display: flex; align-items: flex-start; gap: 6px; color: #374151; font-size: 14px; line-height: 1.5; }
.customer-story-side-block p { margin: 0; color: #374151; font-size: 14px; display: inline-flex; align-items: center; gap: 5px; }
.customer-story-side-block a { color: #2563eb; text-decoration: none; font-size: 14px; }
.customer-story-side-block a:hover { text-decoration: underline; }
.customer-story-partner {
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    background: #f9fafb;
    padding: 12px;
    margin-bottom: 18px;
}
.customer-story-partner strong { color: #111827; font-size: 14px; }
.customer-story-demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 14px;
    background: linear-gradient(90deg, #f97316, #dc2626);
}

.customer-story-section-title { color: #111827; font-size: 1.5rem; font-weight: 900; margin-bottom: 14px; }
.customer-story-impact {
    border-radius: 14px;
    padding: 16px;
    display: flex;
    gap: 9px;
    align-items: flex-start;
}
.customer-story-impact p { margin: 0; font-size: 14px; line-height: 1.6; }
.impact-blue { background: #eff6ff; border: 1px solid #bfdbfe; color: #1e3a8a; }
.impact-orange { background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; }
.customer-story-quote {
    border-left: 4px solid var(--cs-quote-color);
    padding: 8px 0 8px 16px;
    margin: 0 0 26px;
}
.customer-story-quote p { margin: 0 0 4px; color: #4b5563; font-size: 16px; font-style: italic; line-height: 1.7; }
.customer-story-quote footer { color: var(--cs-quote-color); font-size: 14px; font-weight: 700; }
.customer-story-article p { color: #4b5563; margin-bottom: 14px; line-height: 1.74; }
.customer-story-about {
    margin-top: 24px;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}
.customer-story-about h3 { color: #111827; font-size: 1.2rem; font-weight: 900; margin-bottom: 8px; }
.customer-story-about p { color: #6b7280; line-height: 1.72; margin-bottom: 10px; }
.customer-story-about a { color: #ea580c; text-decoration: none; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }

.customer-story-related {
    margin-top: 54px;
    border-top: 1px solid #f1f5f9;
    padding-top: 30px;
}
.customer-story-related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.customer-story-related-head h2 { margin: 0; color: #111827; font-size: 1.35rem; font-weight: 900; }
.customer-story-related-head a {
    color: #ea580c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.customer-story-related-card {
    display: block;
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
    text-decoration: none;
}
.related-logo { margin: 0 0 8px; color: var(--cs-logo-color); font-size: 30px; line-height: 1; font-weight: 900; }
.related-industry { margin: 0 0 4px; color: #6b7280; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.customer-story-related-card h3 { margin: 0 0 8px; color: #111827; font-size: 1.05rem; font-weight: 800; }
.related-tagline { margin: 0 0 10px; color: #6b7280; font-size: 14px; line-height: 1.6; }
.customer-story-related-card span { color: #ea580c; font-size: 14px; font-weight: 700; display: inline-flex; gap: 5px; align-items: center; }
