.cs-page {
    min-height: 100vh;
    background: #f7f9fc;
    color: #0f172a;
}

.cs-icon-sm {
    width: 16px;
    height: 16px;
}

.cs-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.cs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 10% 30%, rgba(23, 107, 255, 0.08) 0%, transparent 28%),
        radial-gradient(circle at 90% 72%, rgba(14, 165, 233, 0.08) 0%, transparent 26%);
}

.cs-hero .container {
    position: relative;
    z-index: 1;
    padding-top: 56px;
    padding-bottom: 64px;
}

.cs-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 14px;
}

.cs-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

.cs-breadcrumb span {
    color: #cbd5e1;
}

.cs-breadcrumb strong {
    color: #1e293b;
    font-weight: 500;
}

.cs-chip {
    display: inline-flex;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
}

.cs-hero h1 {
    margin: 12px 0 0;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.cs-hero p {
    margin: 16px 0 0;
    max-width: 672px;
    font-size: 18px;
    line-height: 1.75;
    color: #475569;
}

.cs-list {
    padding: 48px 0 56px;
}

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

.cs-card {
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
    padding: 24px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cs-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.cs-industry-wrap {
    margin-bottom: 10px;
}

.cs-industry {
    display: inline-block;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--industry-color);
    background: var(--industry-bg);
}

.cs-card h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.cs-result {
    margin: 6px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #176bff;
}

.cs-body {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
}

.cs-label {
    font-weight: 600;
    color: #1e293b;
}

.cs-aside {
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

@media (min-width: 768px) {
    .cs-aside {
        border-top: 0;
        border-left: 1px solid #f1f5f9;
        padding-top: 0;
        padding-left: 24px;
    }
}

.cs-outcomes-title {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
}

.cs-outcomes {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.cs-outcomes li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    color: #334155;
    line-height: 1.5;
}

.cs-check {
    flex-shrink: 0;
    margin-top: 2px;
    color: #22c55e;
}

.cs-read-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #176bff;
    text-decoration: none;
}

.cs-read-more:hover {
    text-decoration: underline;
}

.cs-cta {
    border-top: 1px solid #e2e8f0;
    background: #fff;
    padding: 56px 0;
}

.cs-cta-inner {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

.cs-cta-inner h2 {
    margin: 0;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.cs-cta-inner > p {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
}

.cs-cta-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.cs-btn-primary,
.cs-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.cs-btn-primary {
    background: #176bff;
    color: #fff;
}

.cs-btn-primary:hover {
    background: #0f5fe7;
    color: #fff;
}

.cs-btn-secondary {
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #1e293b;
}

.cs-btn-secondary:hover {
    background: #f8fafc;
    color: #1e293b;
}
