.case-page {
    margin: 0;
    color: #10254d;
    background:
        radial-gradient(circle at 18% 28%, var(--site-blue-glow-soft), transparent 24%),
        var(--site-page-gradient);
}

.case-page .case-shell {
    width: min(1600px, calc(100% - 88px));
    max-width: 1600px;
    margin: 0 auto;
}

.case-page .case-list-hero {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    color: #fff;
    background: var(--case-hero-bg, #020713);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-page .case-list-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    display: none;
    pointer-events: none;
}

.case-page .case-list-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(35, 131, 255, .78), transparent);
}

.case-page .case-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 350px;
    display: grid;
    grid-template-columns: minmax(0, 820px) 1fr;
    justify-items: start;
    align-items: center;
    gap: 56px;
    padding-top: 54px;
}

.case-page .case-hero-copy {
    max-width: 820px;
    padding-left: 0;
    text-align: left;
    transform: translateY(12px);
}

.case-page .case-hero-kicker {
    display: none;
}

.case-page .case-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 900;
}

.case-page .case-hero-copy p {
    margin: 16px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.42;
    font-weight: 800;
}

.case-page .case-hero-copy em {
    display: block;
    max-width: 620px;
    min-height: 25px;
    margin: 9px 0 0;
    color: rgba(225, 239, 255, .82);
    font-size: 15px;
    line-height: 1.7;
    font-style: normal;
}

.case-page .case-hero-metrics {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 64px;
    margin-top: 20px;
}

.case-page .case-hero-metrics article {
    position: relative;
    display: block;
    min-width: 96px;
    padding-right: 0;
    margin-right: 0;
    text-align: left;
}

.case-page .case-hero-metrics article:not(:last-child)::after {
    display: none;
}

.case-page .case-hero-metrics strong {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 900;
    text-shadow: 0 0 16px rgba(49, 165, 255, .26);
}

.case-page .case-hero-metrics span {
    display: block;
    margin-top: 6px;
    color: rgba(224, 240, 255, .78);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

.case-page .case-hero-visual {
    display: none;
}

.case-page .case-hero-network {
    position: absolute;
    left: -90px;
    right: -38px;
    bottom: 0;
    height: 132px;
    opacity: .72;
    background:
        linear-gradient(112deg, transparent 4%, rgba(47, 143, 255, .34) 4.4%, transparent 4.8%),
        linear-gradient(154deg, transparent 26%, rgba(47, 143, 255, .26) 26.4%, transparent 26.9%),
        linear-gradient(22deg, transparent 42%, rgba(47, 143, 255, .2) 42.4%, transparent 42.9%);
}

.case-page .case-hero-network::before,
.case-page .case-hero-network::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2f8fff;
    box-shadow:
        84px 22px 0 rgba(47, 143, 255, .62),
        176px 58px 0 rgba(47, 143, 255, .76),
        286px 18px 0 rgba(47, 143, 255, .56),
        386px 72px 0 rgba(47, 143, 255, .68);
}

.case-page .case-hero-network::before {
    left: 72px;
    top: 45px;
}

.case-page .case-hero-network::after {
    right: 82px;
    top: 24px;
    box-shadow:
        -92px 44px 0 rgba(47, 143, 255, .58),
        -202px 18px 0 rgba(47, 143, 255, .7);
}

.case-page .case-orbit {
    position: absolute;
    inset: 84px 8px -6px 12px;
    border: 1px solid rgba(57, 149, 255, .38);
    border-radius: 50%;
    transform: perspective(760px) rotateX(64deg) rotateZ(-8deg);
    box-shadow: 0 0 28px rgba(22, 111, 255, .22);
}

.case-page .case-ai-card,
.case-page .case-geo-card,
.case-page .case-data-pill,
.case-page .case-side-panel {
    position: absolute;
    border: 1px solid rgba(79, 167, 255, .48);
    background: linear-gradient(180deg, rgba(9, 46, 105, .74), rgba(3, 30, 74, .58));
    box-shadow:
        0 18px 44px rgba(0, 90, 255, .24),
        inset 0 1px 0 rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
}

.case-page .case-ai-card {
    left: 62px;
    top: 70px;
    width: 84px;
    height: 76px;
    padding: 15px 14px;
    border-radius: 7px;
}

.case-page .case-ai-card strong {
    display: block;
    color: #43a9ff;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
}

.case-page .case-ai-card span {
    display: block;
    width: 52px;
    height: 5px;
    margin-top: 9px;
    border-radius: 99px;
    background: rgba(65, 164, 255, .66);
}

.case-page .case-ai-card span + span {
    width: 36px;
    margin-top: 7px;
    background: rgba(142, 207, 255, .4);
}

.case-page .case-geo-card {
    right: 112px;
    top: 24px;
    width: 322px;
    height: 194px;
    padding: 16px 18px 14px;
    border-radius: 10px;
}

.case-page .case-geo-card > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8bd2ff;
    font-size: 13px;
    font-weight: 900;
}

.case-page .case-geo-card i {
    display: block;
    width: 76px;
    height: 6px;
    border-radius: 99px;
    background: rgba(96, 178, 255, .42);
    box-shadow:
        -18px 0 0 rgba(96, 178, 255, .26),
        18px 0 0 rgba(96, 178, 255, .2);
}

.case-page .case-geo-card svg {
    display: block;
    width: 100%;
    height: 128px;
    margin-top: 14px;
}

.case-page .case-geo-card path {
    fill: none;
    stroke: rgba(135, 200, 255, .16);
    stroke-width: 1;
}

.case-page .case-geo-card polyline {
    fill: none;
    stroke: #9bd8ff;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 8px rgba(50, 151, 255, .72));
}

.case-page .case-side-panel {
    right: 32px;
    width: 76px;
    border-radius: 7px;
}

.case-page .case-side-panel span {
    display: block;
    height: 5px;
    margin: 10px 12px 0;
    border-radius: 99px;
    background: rgba(83, 174, 255, .58);
}

.case-page .case-side-panel span:nth-child(2) {
    width: 34px;
    background: rgba(141, 206, 255, .36);
}

.case-page .case-side-panel-top {
    top: 22px;
    height: 52px;
}

.case-page .case-side-panel-bottom {
    top: 94px;
    height: 78px;
}

.case-page .case-data-pill {
    right: 44px;
    bottom: 18px;
    width: 90px;
    height: 52px;
    border-radius: 7px;
}

.case-page .case-data-pill::before,
.case-page .case-data-pill::after {
    content: "";
    position: absolute;
    left: 15px;
    height: 5px;
    border-radius: 99px;
    background: rgba(78, 168, 255, .58);
}

.case-page .case-data-pill::before {
    top: 15px;
    width: 56px;
}

.case-page .case-data-pill::after {
    top: 31px;
    width: 38px;
    background: rgba(147, 208, 255, .34);
}

.case-page .pill-top {
    display: none;
}

.case-page .pill-bottom {
    display: block;
}

.case-page .case-list-main {
    position: relative;
    display: flow-root;
    padding: 26px 0 78px;
    background:
        radial-gradient(circle at 18% 8%, rgba(18, 104, 255, .06), transparent 22%),
        linear-gradient(180deg, #f5f9ff 0%, #ffffff 46%, #f7fbff 100%);
}

.case-page .case-category-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 42px;
    margin: 0 0 24px;
}

.case-page .case-category-tabs a {
    display: inline-flex;
    min-width: 132px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid #d8e4f5;
    border-radius: 999px;
    color: #173468;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 22px rgba(29, 83, 154, .05);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.case-page .case-category-tabs a:hover,
.case-page .case-category-tabs a:focus-visible,
.case-page .case-category-tabs a.is-active {
    color: #fff;
    border-color: #1268ff;
    background: linear-gradient(135deg, #1681ff, #0f5cff);
    box-shadow: 0 14px 28px rgba(18, 104, 255, .24);
}

.case-page .case-category-tabs a:hover,
.case-page .case-category-tabs a:focus-visible {
    transform: translateY(-2px);
}

.case-page .case-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.case-page .case-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e3ebf7;
    border-radius: 8px;
    color: inherit;
    background: #fff;
    box-shadow: 0 16px 38px rgba(26, 71, 132, .08);
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.case-page .case-card:hover,
.case-page .case-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(18, 104, 255, .34);
    box-shadow: 0 24px 54px rgba(26, 71, 132, .14);
}

.case-page .case-card figure {
    position: relative;
    height: clamp(190px, 10.6vw, 208px);
    margin: 0;
    overflow: hidden;
    background: #dce8f7;
}

.case-page .case-card figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 13, 32, .02), rgba(2, 13, 32, .16));
}

.case-page .case-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.case-page .case-card:hover img,
.case-page .case-card:focus-visible img {
    transform: scale(1.04);
}

.case-page .case-card figcaption {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    display: inline-flex;
    min-height: 30px;
    max-width: calc(100% - 32px);
    align-items: center;
    padding: 0 12px;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(135deg, #6d75ff, #256dff);
    box-shadow: 0 8px 18px rgba(22, 82, 220, .24);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
}

.case-page .case-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 20px 18px;
}

.case-page .case-card h2 {
    margin: 0;
    color: #0b2659;
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 900;
}

.case-page .case-card p {
    min-height: 70px;
    margin: 12px 0 0;
    color: #536684;
    font-size: 14px;
    line-height: 1.72;
}

.case-page .case-card-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 16px;
    padding: 12px 0;
    border-radius: 7px;
    background: linear-gradient(180deg, #f8fbff, #f3f8ff);
}

.case-page .case-card-metrics:empty {
    display: none;
}

.case-page .case-card-metrics span,
.case-page .case-card-metrics b {
    display: block;
    min-width: 0;
    padding: 0 8px;
    color: #1268ff;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.case-page .case-card-metrics span + span,
.case-page .case-card-metrics b + b {
    border-left: 1px solid #e0e8f5;
}

.case-page .case-card-metrics em {
    display: block;
    margin-top: 5px;
    color: #5f7190;
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 800;
}

.case-page .case-card-metrics .geo-metric-arrow {
    display: none;
}

.case-page .case-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 28px;
    margin-top: 16px;
}

.case-page .case-card-tags[hidden] {
    display: none;
}

.case-page .case-card-tags span {
    display: inline-flex;
    height: 28px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    color: #1b60c9;
    background: #edf4ff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.case-page .case-card-more {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    margin-top: auto;
    padding-top: 16px;
    color: #1268ff;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.case-page .case-card-more i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 12px;
}

.case-page .case-card-more i::before,
.case-page .case-card-more i::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: currentColor;
}

.case-page .case-card-more i::before {
    width: 18px;
    height: 2px;
    transform: translateY(-50%);
}

.case-page .case-card-more i::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    background: transparent;
    transform: translateY(-50%) rotate(45deg);
}

.case-page .case-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 38px;
    margin: 24px 0 24px;
}

.case-page .case-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.case-page .case-pagination .page-num,
.case-page .case-pagination .page-arrow {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe5f3;
    border-radius: 5px;
    color: #173468;
    background: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.case-page .case-pagination .page-num-current,
.case-page .case-pagination .page-num:hover,
.case-page .case-pagination .page-num:focus-visible {
    color: #fff;
    border-color: #1268ff;
    background: #1268ff;
}

.case-page .case-pagination .page-arrow {
    position: relative;
}

.case-page .case-pagination .page-arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.case-page .case-pagination .page-arrow-next::before {
    transform: rotate(-135deg);
}

.case-page .case-pagination a[href=""] {
    opacity: .44;
    pointer-events: none;
}

.case-page .case-final-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    align-items: center;
    min-height: 170px;
    gap: 32px;
    overflow: hidden;
    margin-top: 6px;
    padding: 22px 56px;
    border: 1px solid rgba(169, 204, 255, .86);
    border-radius: 12px;
    background:
        radial-gradient(ellipse at 78% 54%, rgba(255, 255, 255, .94) 0%, rgba(226, 240, 255, .72) 28%, rgba(214, 233, 255, .42) 52%, transparent 72%),
        linear-gradient(90deg, rgba(243, 248, 255, .98) 0%, rgba(248, 252, 255, .95) 55%, rgba(232, 243, 255, .86) 100%);
    box-shadow:
        0 20px 48px rgba(33, 98, 184, .07),
        inset 0 1px 0 rgba(255, 255, 255, .82);
}

.case-page .case-final-cta::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 112px;
    width: 520px;
    height: 142px;
    pointer-events: none;
    background: radial-gradient(ellipse at 58% 52%, rgba(255, 255, 255, .88), rgba(196, 224, 255, .34) 48%, transparent 72%);
}

.case-page .case-final-cta::after {
    content: "";
    position: absolute;
    top: 45px;
    right: 34px;
    width: 430px;
    height: 72px;
    pointer-events: none;
    border: 1px solid rgba(72, 142, 255, .12);
    border-radius: 50%;
    transform: rotate(-10deg);
}

.case-page .case-final-cta > div {
    position: relative;
    z-index: 1;
}

.case-page .case-final-cta h2 {
    margin: 0;
    color: #0b2b67;
    font-size: 27px;
    line-height: 1.28;
    letter-spacing: 0;
    font-weight: 900;
}

.case-page .case-final-cta p {
    margin: 10px 0 0;
    color: #244775;
    font-size: 15px;
    font-weight: 800;
}

.case-page .case-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
}

.case-page .case-final-actions a {
    display: inline-flex;
    min-width: 158px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #1268ff;
    border-radius: 6px;
    color: #1268ff;
    background: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
}

.case-page .case-final-actions a:first-child {
    color: #fff;
    background: #1268ff;
    box-shadow: 0 12px 24px rgba(18, 104, 255, .22);
}

.case-page .case-cta-visual {
    position: relative;
    width: 520px;
    height: 136px;
    justify-self: end;
    isolation: isolate;
}

.case-page .case-cta-visual::before {
    content: "";
    position: absolute;
    left: 22px;
    right: 12px;
    top: 8px;
    height: 126px;
    border: 1px solid rgba(68, 145, 255, .18);
    border-radius: 50%;
    background: radial-gradient(ellipse at 52% 52%, rgba(255, 255, 255, .34), rgba(108, 171, 255, .08) 48%, transparent 68%);
    box-shadow: inset 0 0 42px rgba(74, 142, 255, .09);
    transform: perspective(760px) rotateX(61deg) rotateZ(-9deg);
}

.case-page .case-cta-visual::after {
    content: "";
    position: absolute;
    left: 96px;
    right: 80px;
    top: 44px;
    height: 58px;
    border: 1px solid rgba(68, 145, 255, .13);
    border-radius: 50%;
    transform: perspective(680px) rotateX(61deg) rotateZ(-9deg);
}

.case-page .case-cta-panel {
    position: absolute;
    z-index: 1;
    display: block;
    border: 1px solid rgba(82, 151, 255, .22);
    border-radius: 9px;
    background: linear-gradient(136deg, rgba(255, 255, 255, .42), rgba(220, 238, 255, .2) 58%, rgba(151, 196, 255, .16));
    box-shadow:
        0 18px 34px rgba(59, 125, 223, .1),
        inset 0 1px 0 rgba(255, 255, 255, .62);
    backdrop-filter: blur(8px);
}

.case-page .case-cta-panel::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 17px;
    width: 76px;
    height: 5px;
    border-radius: 99px;
    background: rgba(69, 142, 255, .2);
    box-shadow:
        0 18px 0 rgba(69, 142, 255, .14),
        42px 36px 0 rgba(69, 142, 255, .1);
}

.case-page .case-cta-panel-a {
    top: 14px;
    right: 58px;
    width: 148px;
    height: 82px;
    opacity: .5;
    transform: perspective(560px) rotateY(-20deg) rotateZ(4deg);
}

.case-page .case-cta-panel-b {
    top: 46px;
    right: 2px;
    width: 116px;
    height: 58px;
    opacity: .32;
    transform: perspective(560px) rotateY(-24deg) rotateZ(7deg);
}

.case-page .case-cta-lens {
    position: absolute;
    left: 188px;
    top: 31px;
    z-index: 3;
    width: 82px;
    height: 82px;
    border: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .96), rgba(214, 232, 255, .58) 42%, rgba(96, 157, 255, .28) 70%, rgba(73, 139, 255, .38)),
        conic-gradient(from 130deg, rgba(52, 132, 255, .16), rgba(255, 255, 255, .82), rgba(62, 139, 255, .28), rgba(255, 255, 255, .5));
    box-shadow:
        0 20px 38px rgba(57, 126, 231, .18),
        inset 0 0 0 12px rgba(84, 151, 255, .24),
        inset 0 1px 18px rgba(255, 255, 255, .72);
}

.case-page .case-cta-lens::before {
    content: "";
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, .86), rgba(210, 231, 255, .26) 64%, transparent 100%);
}

.case-page .case-cta-lens::after {
    content: "";
    position: absolute;
    right: -31px;
    bottom: -13px;
    width: 56px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(54, 128, 255, .58), rgba(104, 165, 255, .3));
    box-shadow: 0 10px 20px rgba(57, 126, 231, .16);
    transform: rotate(41deg);
    transform-origin: left center;
}

.case-page .case-cta-board {
    position: absolute;
    right: 104px;
    top: 22px;
    z-index: 4;
    width: 108px;
    height: 100px;
    border: 1px solid rgba(74, 142, 255, .32);
    border-radius: 10px;
    background:
        linear-gradient(156deg, rgba(255, 255, 255, .78), rgba(228, 241, 255, .56) 58%, rgba(184, 218, 255, .34));
    box-shadow:
        0 18px 38px rgba(57, 126, 231, .14),
        inset 0 1px 0 rgba(255, 255, 255, .8);
    transform: perspective(640px) rotateY(-12deg) rotateX(2deg);
}

.case-page .case-cta-board::before {
    content: "AI";
    position: absolute;
    left: 25px;
    top: 32px;
    color: #1268ff;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    text-shadow: 0 8px 18px rgba(18, 104, 255, .16);
}

.case-page .case-cta-board::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    height: 6px;
    border-radius: 99px;
    background: rgba(18, 104, 255, .28);
}

@media (max-width: 1280px) {
    .case-page .case-shell {
        width: min(100% - 64px, 1120px);
    }

    .case-page .case-hero-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .case-page .case-geo-card {
        right: 82px;
        width: 286px;
    }

    .case-page .case-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .case-page .case-card figure {
        height: clamp(220px, 22vw, 248px);
    }

    .case-page .case-final-cta {
        grid-template-columns: minmax(0, 1fr) 420px;
        gap: 28px;
        padding: 30px 44px;
    }

    .case-page .case-cta-visual {
        width: 420px;
    }

    .case-page .case-cta-panel-a {
        right: 42px;
        width: 126px;
    }

    .case-page .case-cta-panel-b {
        right: -8px;
        width: 98px;
    }

    .case-page .case-cta-lens {
        left: 150px;
    }

    .case-page .case-cta-board {
        right: 78px;
    }
}

@media (max-width: 900px) {
    .case-page .case-shell {
        width: min(100% - 40px, 700px);
    }

    .case-page .case-list-hero {
        min-height: auto;
    }

    .case-page .case-list-main {
        padding-top: 26px;
    }

    .case-page .case-hero-inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 118px;
        padding-bottom: 62px;
    }

    .case-page .case-hero-copy h1 {
        font-size: 40px;
    }

    .case-page .case-hero-copy p {
        font-size: 19px;
    }

    .case-page .case-hero-copy {
        width: 100%;
        max-width: 620px;
        justify-self: center;
        text-align: center;
    }

    .case-page .case-hero-copy em {
        margin-right: auto;
        margin-left: auto;
    }

    .case-page .case-hero-metrics {
        width: 100%;
        max-width: 700px;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        justify-content: space-between;
    }

    .case-page .case-hero-metrics article {
        flex: 0 0 auto;
        text-align: center;
    }

    .case-page .case-hero-copy,
    .case-page .case-hero-visual {
        transform: none;
    }

    .case-page .case-hero-visual {
        height: 230px;
        max-width: 520px;
    }

    .case-page .case-geo-card {
        right: 78px;
        width: 300px;
        height: 194px;
    }

    .case-page .case-ai-card {
        left: 18px;
    }

    .case-page .case-side-panel {
        right: 0;
    }

    .case-page .case-data-pill {
        display: none;
    }

    .case-page .case-category-tabs {
        justify-content: flex-start;
        gap: 12px;
    }

    .case-page .case-category-tabs a {
        min-width: 116px;
        height: 42px;
        padding: 0 18px;
        font-size: 14px;
    }

    .case-page .case-final-cta {
        grid-template-columns: 1fr;
    }

    .case-page .case-cta-visual {
        display: none;
    }
}

@media (max-width: 640px) {
    .case-page .case-shell {
        width: calc(100% - 28px);
    }

    .case-page .case-hero-inner {
        padding-top: 108px;
        padding-bottom: 52px;
    }

    .case-page .case-list-main {
        padding-top: 18px;
    }

    .case-page .case-hero-copy h1 {
        font-size: 34px;
    }

    .case-page .case-hero-copy p {
        font-size: 18px;
    }

    .case-page .case-hero-copy em {
        font-size: 14px;
    }

    .case-page .case-hero-metrics {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        width: 100%;
        max-width: 360px;
        padding-left: 0;
        justify-content: space-between;
    }

    .case-page .case-hero-metrics article {
        flex: 0 0 auto;
        min-width: 0;
        padding-right: 0;
        margin-right: 0;
        text-align: center;
    }

    .case-page .case-hero-metrics article:not(:last-child)::after {
        display: none;
    }

    .case-page .case-hero-metrics strong {
        font-size: 21px;
    }

    .case-page .case-hero-metrics span {
        margin-top: 5px;
        font-size: 11px;
    }

    .case-page .case-hero-visual {
        height: 198px;
    }

    .case-page .case-geo-card {
        right: 0;
        top: 18px;
        width: 250px;
        height: 168px;
    }

    .case-page .case-geo-card svg {
        height: 104px;
    }

    .case-page .case-ai-card {
        top: 72px;
        width: 76px;
        height: 70px;
        padding: 14px 12px;
    }

    .case-page .case-ai-card strong {
        font-size: 26px;
    }

    .case-page .case-side-panel {
        display: none;
    }

    .case-page .case-card-grid {
        grid-template-columns: 1fr;
    }

    .case-page .case-card figure {
        height: 200px;
    }

    .case-page .case-card p {
        min-height: auto;
    }

    .case-page .case-pagination {
        gap: 7px;
    }

    .case-page .case-pagination .page-numbers {
        gap: 7px;
    }

    .case-page .case-pagination .page-num,
    .case-page .case-pagination .page-arrow {
        width: 34px;
        height: 34px;
    }

    .case-page .case-final-cta {
        padding: 26px 20px;
    }

    .case-page .case-final-cta h2 {
        font-size: 24px;
    }

    .case-page .case-final-actions {
        gap: 12px;
    }

    .case-page .case-final-actions a {
        width: 100%;
    }
}
