.cs-story-hero {
    position: relative;
    overflow: hidden;
    background: #f9fafb;
}

.cs-story-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
    z-index: 1;
}

.cs-story-hero .container,
.cs-story-hero .row {
    position: relative;
    z-index: 2;
}

.cs-story-hero-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.cs-story-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.cs-story-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(225, 10, 23, 0.08);
    color: #0b0b0b;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
}

.cs-story-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    color: #666;
    font-size: 14px;
}

.cs-story-breadcrumb a {
    color: inherit;
}

.cs-story-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.cs-story-trust span {
    background: #fff;
    border: 1px solid rgba(11, 11, 11, 0.1);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.cs-story-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.cs-story-links a {
    font-size: 14px;
    color: var(--theme-primary);
    font-weight: 600;
}

.cs-story-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.cs-story-card .cs-story-quote {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    position: relative;
}

.cs-story-card .cs-story-quote::before {
    content: "“";
    position: absolute;
    top: -18px;
    left: 16px;
    font-size: 48px;
    color: rgba(225, 10, 23, 0.2);
}

.cs-story-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.cs-story-timeline-item {
    background: #fff;
    border: 1px solid rgba(11, 11, 11, 0.08);
    border-radius: 12px;
    padding: 16px;
}

.cs-story-timeline-item h4 {
    margin-bottom: 6px;
}

.cs-story-people-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.cs-story-people-card img {
    width: 100%;
    height: auto;
    display: block;
}

.cs-story-people-body {
    padding: 18px 20px 22px;
}

.cs-story-badge {
    display: inline-block;
    background: rgba(225, 10, 23, 0.08);
    color: #0b0b0b;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
}

.cs-story-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cs-story-metric {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(11, 11, 11, 0.08);
}

.cs-story-trust-list li {
    margin-bottom: 12px;
}

.cs-story-trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-story-caption {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

.cs-story-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-story-list li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.cs-story-step-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(225, 10, 23, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b0b0b;
    font-size: 16px;
}

.cs-story-cta {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #0b0b0b;
    color: #fff;
}

.cs-story-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(11, 11, 11, 0.75), rgba(11, 11, 11, 0.2));
    z-index: 1;
}

.cs-story-cta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.cs-story-cta .cs-story-cta-content {
    position: relative;
    z-index: 2;
    padding: 48px;
}

.cs-story-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.cs-story-strip-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    border: 1px solid rgba(11, 11, 11, 0.08);
}

.cs-story-mosaic {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cs-story-mosaic-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.cs-story-mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-story-mosaic-caption {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(11, 11, 11, 0.7);
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
}

.cs-story-split {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid rgba(11, 11, 11, 0.08);
}

.cs-story-time {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #666;
    margin-bottom: 6px;
    display: block;
}

.cs-story-standards {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-story-standards li {
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.cs-story-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-story-checklist li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

@media (max-width: 992px) {
    .cs-story-mosaic {
        grid-template-columns: 1fr;
    }

    .cs-story-cta .cs-story-cta-content {
        padding: 32px;
    }
}
