.acx-case-study-page .acx-eyebrow {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2563eb;
}
.acx-case-study-page .acx-case-hero {
    margin-bottom: 48px;
    padding: 64px 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, #eef5ff 0%, #ffffff 52%, #f7fbff 100%);
    border: 1px solid #e5edf8;
}
.acx-case-study-page .acx-case-hero h1 {
    max-width: 940px;
    margin: 0 0 18px;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    color: #102033;
}
.acx-case-study-page .acx-hero-text {
    max-width: 860px;
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.7;
    color: #44546a;
}
.acx-case-study-page .acx-hero-actions,
.acx-case-study-page .acx-case-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}
.acx-case-study-page .acx-hero-actions .action,
.acx-case-study-page .acx-case-cta__actions .action {
    border-radius: 10px;
    padding: 13px 22px;
    font-weight: 700;
    text-decoration: none;
}
.acx-case-study-page .acx-hero-actions .action.secondary,
.acx-case-study-page .acx-case-cta__actions .action.secondary {
    background: #ffffff;
    border: 1px solid #cfd9e8;
    color: #1f3556;
}
.acx-case-study-page .acx-trust-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}
.acx-case-study-page .acx-trust-list li {
    padding: 12px 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e4ebf5;
    font-weight: 600;
    color: #26384f;
}
.acx-case-study-page .acx-section {
    margin-bottom: 52px;
}
.acx-case-study-page .acx-section-heading {
    max-width: 860px;
    margin-bottom: 28px;
}
.acx-case-study-page .acx-section-heading h2 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #102033;
}
.acx-case-study-page .acx-section-heading p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #526173;
}
.acx-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.acx-case-card {
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e4ebf5;
    box-shadow: 0 12px 30px rgba(16, 32, 51, .06);
}
.acx-case-card__image {
    display: block;
    min-height: 190px;
    background: #eef5ff;
}
.acx-case-card__image img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.acx-case-card__body {
    padding: 24px;
}
.acx-case-card__meta {
    margin: 0 0 10px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.acx-case-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.25;
}
.acx-case-card h3 a {
    color: #102033;
    text-decoration: none;
}
.acx-case-card p {
    margin: 0 0 18px;
    color: #526173;
    line-height: 1.65;
}
.acx-case-card__link {
    font-weight: 800;
    color: #2563eb;
    text-decoration: none;
}
.acx-case-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 34px;
}
.acx-case-main-image {
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #e4ebf5;
}
.acx-case-main-image img {
    display: block;
    width: 100%;
    height: auto;
}
.acx-case-content-block {
    margin-bottom: 30px;
}
.acx-case-content-block h2 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 800;
    color: #102033;
}
.acx-case-content-block p {
    margin: 0;
    color: #526173;
    line-height: 1.75;
}
.acx-case-sidebar {
    align-self: start;
    padding: 24px;
    border-radius: 20px;
    background: #f7f9fc;
    border: 1px solid #e7edf5;
}
.acx-case-sidebar h3 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 800;
}
.acx-case-sidebar dl {
    margin: 0 0 24px;
}
.acx-case-sidebar dt {
    font-weight: 800;
    color: #102033;
}
.acx-case-sidebar dd {
    margin: 4px 0 14px;
    color: #526173;
}
.acx-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}
.acx-tag-list li {
    padding: 8px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe5f2;
    color: #26384f;
    font-weight: 600;
    font-size: 13px;
}
.acx-case-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 38px;
    border-radius: 24px;
    background: #102033;
    color: #ffffff;
}
.acx-case-cta h2 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
}
.acx-case-cta p {
    max-width: 760px;
    margin: 0;
    line-height: 1.7;
    color: #dbe7f6;
}
.acx-case-empty {
    padding: 28px;
    border: 1px solid #e4ebf5;
    border-radius: 18px;
    background: #fff;
}
@media (max-width: 1024px) {
    .acx-case-study-page .acx-trust-list,
    .acx-case-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .acx-case-detail-grid {
        grid-template-columns: 1fr;
    }
    .acx-case-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .acx-case-study-page .acx-case-hero {
        padding: 36px 20px;
        border-radius: 18px;
    }
    .acx-case-study-page .acx-case-hero h1 {
        font-size: 32px;
    }
    .acx-case-study-page .acx-hero-text {
        font-size: 16px;
    }
    .acx-case-study-page .acx-section-heading h2 {
        font-size: 26px;
    }
    .acx-case-study-page .acx-trust-list,
    .acx-case-grid {
        grid-template-columns: 1fr;
    }
    .acx-case-study-page .acx-hero-actions,
    .acx-case-study-page .acx-case-cta__actions {
        flex-direction: column;
    }
    .acx-case-study-page .acx-hero-actions .action,
    .acx-case-study-page .acx-case-cta__actions .action {
        width: 100%;
        text-align: center;
    }
    .acx-case-cta {
        padding: 28px 20px;
        border-radius: 18px;
    }
    .acx-case-cta h2 {
        font-size: 25px;
    }
}
