/* ShopXN cases — evidence dossier, intentionally distinct from solution and architecture pages. */

.cases-v2 {
    background: #f7f9fc;
    color: #101c38;
}

.cases-v2 section {
    padding: 96px 0;
}

.cases-v2 .section-header {
    max-width: 790px;
    margin: 0 0 48px;
    text-align: left;
}

.cases-v2 .section-label {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    margin: 0 0 18px;
    padding: 6px 12px;
    border: 1px solid #c8d6f6;
    border-radius: 999px;
    background: #eef4ff;
    color: #1749c7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

.cases-v2 .section-title {
    max-width: 790px;
    margin: 0 0 16px;
    color: #0c1730;
    font-size: 44px;
    line-height: 1.14;
    letter-spacing: -.035em;
}

.cases-v2 .section-subtitle {
    max-width: 700px;
    margin: 0;
    color: #64708a;
    font-size: 18px;
    line-height: 1.75;
}

/* Editorial case cover */
.cases-v2 .case-cover {
    position: relative;
    min-height: 724px;
    overflow: hidden;
    padding: 150px 0 90px;
    background:
        radial-gradient(circle at 78% 28%, rgba(43, 99, 255, .25), transparent 30%),
        linear-gradient(135deg, #061128 0%, #0a1d44 62%, #0d2d69 100%);
    color: #fff;
}

.cases-v2 .case-cover::before,
.cases-v2 .case-cover::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.cases-v2 .case-cover::before {
    top: 80px;
    right: 0;
    bottom: 0;
    width: 48%;
    opacity: .28;
    background-image:
        linear-gradient(rgba(139, 172, 255, .2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(139, 172, 255, .2) 1px, transparent 1px);
    background-size: 46px 46px;
}

.cases-v2 .case-cover::after {
    right: -190px;
    bottom: -230px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(127, 162, 255, .24);
    border-radius: 50%;
    box-shadow:
        0 0 0 74px rgba(77, 125, 255, .04),
        0 0 0 148px rgba(77, 125, 255, .025);
}

.cases-v2 .case-cover .page-header-bg {
    display: none;
}

.cases-v2 .case-cover-grid {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    max-width: 1240px;
}

.cases-v2 .case-index {
    flex: 0 0 210px;
    width: 210px;
    margin-right: 72px;
    padding: 7px 34px 6px 0;
    border-right: 1px solid rgba(166, 188, 243, .26);
}

.cases-v2 .case-index-kicker {
    display: block;
    color: #8ba9f7;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2em;
}

.cases-v2 .case-index > strong {
    display: block;
    margin: 2px 0 88px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 82px;
    line-height: 1;
    letter-spacing: -.08em;
}

.cases-v2 .case-index dl,
.cases-v2 .case-index dl > div {
    margin: 0;
}

.cases-v2 .case-index dl > div {
    padding: 15px 0;
    border-top: 1px solid rgba(166, 188, 243, .18);
}

.cases-v2 .case-index dt {
    margin: 0 0 4px;
    color: #7f96c8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}

.cases-v2 .case-index dd {
    margin: 0;
    color: #e9efff;
    font-size: 14px;
    font-weight: 600;
}

.cases-v2 .case-cover .page-header-content {
    flex: 1 1 auto;
    max-width: 825px;
    margin: 0;
    text-align: left;
}

.cases-v2 .case-cover .breadcrumb {
    justify-content: flex-start;
    margin: 0 0 60px;
    color: #8fa7da;
}

.cases-v2 .case-cover .breadcrumb a:hover {
    color: #fff;
}

.cases-v2 .case-cover-label {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    color: #ffb25a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
}

.cases-v2 .case-cover-label span {
    width: 36px;
    height: 2px;
    margin-right: 12px;
    background: #ff8a1f;
}

.cases-v2 .case-cover .page-title {
    max-width: 840px;
    margin: 0 0 28px;
    color: #fff;
    font-size: 70px;
    line-height: 1.02;
    letter-spacing: -.055em;
}

.cases-v2 .case-cover .page-subtitle {
    max-width: 720px;
    margin: 0 0 34px;
    color: #b9c7e7;
    font-size: 19px;
    line-height: 1.78;
}

.cases-v2 .case-cover-actions {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px 48px;
}

.cases-v2 .case-cover-actions .btn {
    min-height: 54px;
    margin: 6px;
}

.cases-v2 .case-cover-actions .btn-primary {
    background: #ff8418;
    box-shadow: 0 16px 36px rgba(255, 132, 24, .22);
}

.cases-v2 .case-cover-actions .btn-primary:hover {
    background: #ff993b;
}

.cases-v2 .case-cover-actions .btn-primary i {
    margin-left: 10px;
}

.cases-v2 .case-cover-actions .btn-secondary {
    border-color: rgba(187, 205, 249, .34);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    box-shadow: none;
}

.cases-v2 .case-cover-actions .btn-secondary:hover {
    border-color: #89a9ff;
    background: rgba(255, 255, 255, .1);
}

.cases-v2 .case-cover-proof {
    display: flex;
    max-width: 770px;
    border-top: 1px solid rgba(164, 187, 244, .24);
}

.cases-v2 .case-cover-proof > div {
    min-width: 0;
    padding: 25px 42px 0 0;
}

.cases-v2 .case-cover-proof > div + div {
    padding-left: 42px;
    border-left: 1px solid rgba(164, 187, 244, .2);
}

.cases-v2 .case-cover-proof strong,
.cases-v2 .case-cover-proof span {
    display: block;
}

.cases-v2 .case-cover-proof strong {
    margin-bottom: 5px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 28px;
    line-height: 1;
}

.cases-v2 .case-cover-proof span {
    color: #8198c9;
    font-size: 12px;
    font-weight: 700;
}

/* Case overview */
.cases-v2 .case-overview {
    background: #fff;
}

.cases-v2 .case-overview .section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    max-width: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfe5f0;
}

.cases-v2 .case-overview .section-label {
    flex: 0 0 100%;
}

.cases-v2 .case-overview .section-title {
    flex: 0 1 640px;
    margin: 0;
}

.cases-v2 .case-overview .section-subtitle {
    flex: 0 1 390px;
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.7;
}

.cases-v2 .case-hero {
    display: flex;
    align-items: flex-start;
    margin: 0 -18px;
}

.cases-v2 .case-content,
.cases-v2 .case-image {
    margin: 0 18px;
}

.cases-v2 .case-content {
    flex: 0 0 33.333%;
    max-width: 390px;
    padding: 34px 0 0;
}

.cases-v2 .case-logo {
    margin-bottom: 24px;
    color: #0d1f47;
    font-size: 34px;
    letter-spacing: -.05em;
}

.cases-v2 .case-logo span {
    color: #2e68f1;
}

.cases-v2 .case-content > p {
    margin: 0 0 30px;
    color: #59657d;
    font-size: 16px;
    line-height: 1.82;
}

.cases-v2 .case-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 -6px;
}

.cases-v2 .detail-item {
    flex: 0 0 50%;
    min-width: 0;
    margin: 0;
    padding: 6px;
    text-align: left;
}

.cases-v2 .detail-item::before {
    display: none;
}

.cases-v2 .detail-value,
.cases-v2 .detail-label {
    display: block;
    padding-left: 14px;
    border-left: 2px solid #2c69f1;
}

.cases-v2 .detail-value {
    padding-top: 10px;
    color: #123da7;
    font-size: 28px;
    line-height: 1;
}

.cases-v2 .detail-label {
    min-height: 40px;
    padding-top: 7px;
    color: #768198;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.cases-v2 .case-image {
    position: relative;
    flex: 1 1 66.666%;
    min-width: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.cases-v2 .case-image::before {
    display: none;
}

.cases-v2 .case-image-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid #d9e1ef;
    border-radius: 22px;
    background: #f5f7fb;
    box-shadow: 0 28px 70px rgba(20, 47, 103, .14);
}

.cases-v2 .case-image picture,
.cases-v2 .case-image img {
    display: block;
    width: 100%;
}

.cases-v2 .case-image img {
    height: auto;
}

.cases-v2 .case-image-stamp {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 7px;
    background: rgba(5, 19, 48, .86);
    color: #dce7ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.cases-v2 .case-image figcaption {
    margin-top: 17px;
    color: #7a8498;
    font-size: 12px;
    line-height: 1.6;
    text-align: right;
}

/* Paired diagnostic */
.cases-v2 .challenge-solution {
    border-top: 1px solid #e3e8f1;
    background: #f5f7fb;
}

.cases-v2 .challenge-container {
    display: flex;
    align-items: stretch;
    margin: 0 -10px;
}

.cases-v2 .challenge-card,
.cases-v2 .solution-card {
    position: relative;
    flex: 1 1 50%;
    min-width: 0;
    margin: 0 10px;
    padding: 42px;
    overflow: hidden;
    border: 1px solid #dde4ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
}

.cases-v2 .challenge-card::before,
.cases-v2 .solution-card::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.cases-v2 .challenge-card::before {
    background: #f05e5e;
}

.cases-v2 .solution-card::before {
    background: #2d6cf2;
}

.cases-v2 .card-title {
    align-items: center;
    margin-bottom: 30px;
}

.cases-v2 .card-title h3 {
    color: #101c38;
    font-size: 24px;
}

.cases-v2 .card-title .icon-large {
    width: 34px;
    height: 34px;
    margin-right: 13px;
}

.cases-v2 .challenge-list,
.cases-v2 .solution-list {
    margin: 0;
}

.cases-v2 .challenge-list li,
.cases-v2 .solution-list li {
    align-items: flex-start;
    margin: 0;
    padding: 17px 0;
    border-bottom: 1px solid #edf0f5;
    color: #58647c;
    line-height: 1.7;
}

.cases-v2 .challenge-list li:first-child,
.cases-v2 .solution-list li:first-child {
    border-top: 1px solid #edf0f5;
}

.cases-v2 .challenge-list .icon,
.cases-v2 .solution-list .icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 5px;
    margin-right: 12px;
}

.cases-v2 .challenge-list strong,
.cases-v2 .solution-list strong {
    color: #15213c;
}

/* Implementation record */
.cases-v2 .architecture-implementation {
    background: #fff;
}

.cases-v2 .implementation-steps {
    position: relative;
    display: flex;
    align-items: stretch;
    margin: 0 -10px 54px;
}

.cases-v2 .implementation-steps::before {
    position: absolute;
    top: 35px;
    right: 16.666%;
    left: 16.666%;
    height: 1px;
    background: #becbf0;
    content: "";
}

.cases-v2 .implementation-step {
    position: relative;
    z-index: 1;
    flex: 1 1 33.333%;
    min-width: 0;
    margin: 0 10px;
    padding: 0 26px 28px;
    border: 0;
    border-bottom: 1px solid #dfe5f0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    text-align: left;
}

.cases-v2 .implementation-step:hover {
    transform: none;
    border-bottom-color: #2f6df2;
    box-shadow: none;
}

.cases-v2 .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 0 26px;
    border: 7px solid #fff;
    border-radius: 50%;
    background: #0e2d69;
    color: #fff;
    box-shadow: 0 0 0 1px #c6d2ee;
    font-size: 18px;
}

.cases-v2 .implementation-step h3 {
    margin: 0 0 12px;
    color: #13203b;
    font-size: 20px;
}

.cases-v2 .implementation-step p {
    margin: 0;
    color: #657089;
    font-size: 14px;
    line-height: 1.75;
}

.cases-v2 .case-architecture {
    margin: 0;
    padding: 34px;
    border: 1px solid #dae2f0;
    border-radius: 20px;
    background: #f7f9fd;
}

.cases-v2 .architecture-diagram {
    display: flex;
    flex-wrap: wrap;
    min-height: 0;
    margin: -6px;
}

.cases-v2 .architecture-node {
    position: static;
    display: block;
    flex: 0 0 25%;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 6px;
    transform: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cases-v2 .architecture-node::before,
.cases-v2 .architecture-node::after {
    display: none;
}

.cases-v2 .architecture-node:hover {
    transform: none;
    box-shadow: none;
}

.cases-v2 .node-header {
    min-height: 78px;
    margin: 0;
    padding: 17px;
    border: 1px solid #dce3ef;
    border-radius: 11px 11px 0 0;
    background: #fff;
}

.cases-v2 .node-header .icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #316cf0;
}

.cases-v2 .node-title {
    color: #182541;
    font-size: 14px;
}

.cases-v2 .node-desc {
    min-height: 52px;
    padding: 13px 17px;
    border: 1px solid #dce3ef;
    border-top: 0;
    border-radius: 0 0 11px 11px;
    background: #eef3fd;
    color: #65728c;
    font-size: 11px;
    line-height: 1.5;
}

/* Results as a dark evidence band */
.cases-v2 .results-showcase {
    position: relative;
    overflow: hidden;
    background: #071633;
    color: #fff;
}

.cases-v2 .results-showcase::before {
    position: absolute;
    top: -180px;
    left: 58%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(45, 105, 244, .24), rgba(45, 105, 244, 0) 68%);
    content: "";
    pointer-events: none;
}

.cases-v2 .results-showcase .container {
    position: relative;
    z-index: 1;
}

.cases-v2 .results-showcase .section-label {
    border-color: rgba(104, 146, 255, .35);
    background: rgba(46, 103, 241, .14);
    color: #8babff;
}

.cases-v2 .results-showcase .section-title {
    color: #fff;
}

.cases-v2 .results-showcase .section-subtitle {
    color: #92a2c4;
}

.cases-v2 .results-grid {
    display: flex;
    margin: 0 -9px;
}

.cases-v2 .result-card {
    position: relative;
    flex: 1 1 33.333%;
    min-width: 0;
    margin: 0 9px;
    padding: 32px 30px 34px;
    overflow: hidden;
    border: 1px solid rgba(134, 163, 229, .22);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
    box-shadow: none;
    text-align: left;
}

.cases-v2 .result-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 3px;
    background: #ff8a1f;
    content: "";
}

.cases-v2 .result-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, .07);
    box-shadow: none;
}

.cases-v2 .result-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 0 42px;
    border: 1px solid rgba(132, 166, 249, .3);
    border-radius: 9px;
    background: rgba(56, 111, 244, .12);
    color: #8daeff;
}

.cases-v2 .result-icon .icon-xl {
    width: 22px;
    height: 22px;
}

.cases-v2 .result-value {
    margin: 0 0 10px;
    color: #fff;
    font-size: 54px;
    letter-spacing: -.055em;
}

.cases-v2 .result-label {
    color: #94a5ca;
    font-size: 14px;
    font-weight: 700;
}

.cases-v2 .result-card:hover .result-value {
    color: #fff;
}

.cases-v2 .result-card:hover .result-label {
    color: #c2ceea;
}

.cases-v2 .results-grid + .animate-in {
    margin-top: 42px !important;
    padding: 22px 26px;
    border-left: 3px solid #ff8a1f;
    background: rgba(255, 255, 255, .04);
    text-align: left !important;
}

.cases-v2 .results-grid + .animate-in p {
    max-width: 100% !important;
    margin: 0 !important;
    color: #aab8d7 !important;
    font-size: 15px !important;
    line-height: 1.8;
}

.cases-v2 .results-grid + .animate-in strong {
    color: #fff;
}

/* Success factors are an editorial list, not a generic card grid */
.cases-v2 .success-factors {
    background: #f5f7fb;
}

.cases-v2 .factors-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -1px -16px 0;
}

.cases-v2 .factor-card {
    position: relative;
    display: flex;
    flex: 0 0 50%;
    align-items: flex-start;
    min-width: 0;
    margin: 0;
    padding: 30px 70px 30px 72px;
    border: 0;
    border-top: 1px solid #d9e0ec;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cases-v2 .factor-card:hover {
    transform: none;
    background: #fff;
    box-shadow: none;
}

.cases-v2 .factor-card::before {
    position: absolute;
    top: 32px;
    left: 18px;
    color: #2f67e7;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.cases-v2 .factor-card:nth-child(1)::before { content: "01"; }
.cases-v2 .factor-card:nth-child(2)::before { content: "02"; }
.cases-v2 .factor-card:nth-child(3)::before { content: "03"; }
.cases-v2 .factor-card:nth-child(4)::before { content: "04"; }

.cases-v2 .factor-icon {
    display: none;
}

.cases-v2 .factor-content h3 {
    margin: 0 0 9px;
    color: #16233f;
    font-size: 19px;
}

.cases-v2 .factor-content p {
    margin: 0;
    color: #65718a;
    font-size: 14px;
    line-height: 1.75;
}

/* Quote treatment */
.cases-v2 .testimonial {
    position: relative;
    background: #fff;
}

.cases-v2 .testimonial .section-header {
    margin-bottom: 36px;
}

.cases-v2 .testimonial-card {
    position: relative;
    max-width: none;
    margin: 0;
    padding: 70px 72px 56px 190px;
    overflow: hidden;
    border: 1px solid #dce3ef;
    border-radius: 18px;
    background: #f8faff;
    color: #101c38;
    box-shadow: 0 22px 60px rgba(15, 42, 93, .08);
    text-align: left;
}

.cases-v2 .testimonial-card::before {
    top: 44px;
    left: 62px;
    color: #2f6df2;
    font-family: Georgia, serif;
    font-size: 120px;
    line-height: 1;
}

.cases-v2 .testimonial-card::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    height: 100%;
    opacity: .55;
    background: repeating-linear-gradient(135deg, transparent 0, transparent 14px, #e9eef9 14px, #e9eef9 15px);
    content: "";
    pointer-events: none;
}

.cases-v2 .testimonial-content,
.cases-v2 .testimonial-author {
    position: relative;
    z-index: 1;
}

.cases-v2 .testimonial-content {
    max-width: 800px;
    margin: 0 0 32px;
    color: #26324c;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.75;
}

.cases-v2 .testimonial-author {
    justify-content: flex-start;
}

.cases-v2 .author-avatar {
    width: 48px;
    height: 48px;
    background: #0d2b65;
    color: #fff;
    font-size: 13px;
}

.cases-v2 .author-info h4 {
    color: #17233e;
}

.cases-v2 .author-title {
    color: #78839a;
}

/* Secondary case signals */
.cases-v2 .other-cases {
    border-top: 1px solid #e1e6ef;
    background: #f5f7fb;
}

.cases-v2 .cases-grid {
    display: flex;
    margin: 0 -9px;
}

.cases-v2 .other-case-card {
    position: relative;
    flex: 1 1 33.333%;
    min-width: 0;
    margin: 0 9px;
    padding: 32px;
    border: 1px solid #dce3ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
    text-align: left;
}

.cases-v2 .other-case-card:hover {
    transform: translateY(-3px);
    border-color: #b8c9ee;
    box-shadow: 0 16px 36px rgba(20, 47, 103, .08);
}

.cases-v2 .other-case-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 0 28px;
    border-radius: 11px;
    background: #edf3ff;
    color: #2f6df2;
}

.cases-v2 .other-case-icon .icon-xl {
    width: 23px;
    height: 23px;
}

.cases-v2 .other-case-card h3 {
    margin: 0 0 12px;
    color: #15213c;
    font-size: 20px;
}

.cases-v2 .other-case-card p {
    min-height: 80px;
    margin: 0 0 24px;
    color: #66728a;
    font-size: 14px;
    line-height: 1.75;
}

.cases-v2 .other-case-card .btn {
    padding: 0 !important;
    border: 0;
    background: transparent;
    color: #245edc;
    box-shadow: none;
}

/* FAQ + closing action */
.cases-v2 .faq-section {
    background: #fff;
}

.cases-v2 .faq-container {
    max-width: 960px;
    margin: 0;
}

.cases-v2 .faq-item {
    border-color: #dfe5ef;
    border-radius: 12px;
    box-shadow: none;
}

.cases-v2 .faq-question {
    min-height: 76px;
    padding: 22px 24px;
    color: #17233e;
    font-size: 16px;
}

.cases-v2 .faq-answer p {
    color: #637089;
    font-size: 14px;
    line-height: 1.8;
}

.cases-v2 .cases-cta {
    position: relative;
    padding: 92px 0;
    overflow: hidden;
    background: #0a2252;
    color: #fff;
    text-align: left;
}

.cases-v2 .cases-cta::before {
    top: -120px;
    right: -80px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(128, 165, 255, .24);
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 80px rgba(75, 122, 241, .045), 0 0 0 160px rgba(75, 122, 241, .025);
}

.cases-v2 .cases-cta .container {
    position: relative;
    z-index: 1;
}

.cases-v2 .cases-cta h2 {
    max-width: 720px;
    margin: 0 0 18px;
    font-size: 46px;
    letter-spacing: -.04em;
}

.cases-v2 .cases-cta p {
    max-width: 650px;
    margin: 0 0 30px;
    color: #aebee3;
    font-size: 17px;
    line-height: 1.75;
}

.cases-v2 .cta-buttons {
    justify-content: flex-start;
    margin: -6px;
}

.cases-v2 .cta-buttons .btn {
    margin: 6px;
}

.cases-v2 .btn-light {
    background: #ff861b;
    color: #fff;
}

.cases-v2 .btn-light:hover {
    background: #ff9a3e;
}

.cases-v2 .btn-outline-light {
    border-color: rgba(190, 209, 255, .38);
    color: #fff;
}

.cases-v2 .btn-outline-light:hover {
    border-color: #92aeef;
    background: rgba(255, 255, 255, .08);
}

@media (max-width: 1180px) {
    .cases-v2 .case-cover .page-title {
        font-size: 62px;
    }

    .cases-v2 .case-index {
        flex-basis: 184px;
        width: 184px;
        margin-right: 48px;
    }

    .cases-v2 .case-content {
        flex-basis: 36%;
    }

    .cases-v2 .case-image {
        flex-basis: 64%;
    }
}

@media (max-width: 1024px) {
    .cases-v2 section {
        padding: 80px 0;
    }

    .cases-v2 .case-cover {
        min-height: 680px;
        padding: 132px 0 74px;
    }

    .cases-v2 .case-index {
        flex-basis: 154px;
        width: 154px;
        margin-right: 40px;
    }

    .cases-v2 .case-index > strong {
        margin-bottom: 68px;
        font-size: 66px;
    }

    .cases-v2 .case-cover .breadcrumb {
        margin-bottom: 46px;
    }

    .cases-v2 .case-cover .page-title {
        font-size: 54px;
    }

    .cases-v2 .case-cover-proof > div {
        padding-right: 26px;
    }

    .cases-v2 .case-cover-proof > div + div {
        padding-left: 26px;
    }

    .cases-v2 .section-title {
        font-size: 39px;
    }

    .cases-v2 .case-hero {
        flex-direction: column;
    }

    .cases-v2 .case-content,
    .cases-v2 .case-image {
        flex: 0 0 auto;
        width: calc(100% - 36px);
        max-width: none;
    }

    .cases-v2 .case-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding-top: 0;
        margin-bottom: 34px;
    }

    .cases-v2 .case-logo {
        flex: 0 0 100%;
    }

    .cases-v2 .case-content > p,
    .cases-v2 .case-details {
        flex: 1 1 50%;
        min-width: 0;
    }

    .cases-v2 .case-content > p {
        padding-right: 34px;
    }

    .cases-v2 .challenge-card,
    .cases-v2 .solution-card {
        padding: 34px;
    }

    .cases-v2 .architecture-node {
        flex-basis: 33.333%;
    }

    .cases-v2 .factor-card {
        padding-right: 42px;
    }

    .cases-v2 .testimonial-card {
        padding-right: 70px;
        padding-left: 150px;
    }

    .cases-v2 .testimonial-card::before {
        left: 42px;
    }
}

@media (max-width: 900px) {
    .cases-v2 .case-cover-grid {
        display: block;
    }

    .cases-v2 .case-index {
        display: none;
    }

    .cases-v2 .case-cover .page-header-content {
        max-width: 710px;
    }

    .cases-v2 .case-cover .page-title {
        font-size: 58px;
    }

    .cases-v2 .case-cover .page-subtitle {
        max-width: 580px;
        font-size: 17px;
    }

    .cases-v2 .challenge-container,
    .cases-v2 .results-grid,
    .cases-v2 .cases-grid {
        flex-wrap: wrap;
    }

    .cases-v2 .challenge-card,
    .cases-v2 .solution-card {
        flex-basis: calc(100% - 20px);
    }

    .cases-v2 .challenge-card {
        margin-bottom: 18px;
    }

    .cases-v2 .result-card,
    .cases-v2 .other-case-card {
        flex-basis: calc(50% - 18px);
        margin-bottom: 18px;
    }

    .cases-v2 .result-card:last-child,
    .cases-v2 .other-case-card:last-child {
        flex-grow: 0;
    }

    .cases-v2 .architecture-node {
        flex-basis: 50%;
    }

    .cases-v2 .testimonial-card {
        padding: 64px 52px 48px 130px;
    }

    .cases-v2 .testimonial-card::after {
        width: 120px;
    }

    .cases-v2 .testimonial-content {
        font-size: 20px;
    }
}

@media (max-width: 680px) {
    .cases-v2 section {
        padding: 66px 0;
    }

    .cases-v2 .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .cases-v2 .case-cover {
        min-height: 0;
        padding: 112px 0 62px;
    }

    .cases-v2 .case-cover::before {
        width: 74%;
        opacity: .2;
    }

    .cases-v2 .case-cover .breadcrumb {
        margin-bottom: 38px;
        font-size: 12px;
    }

    .cases-v2 .case-cover-label {
        font-size: 11px;
    }

    .cases-v2 .case-cover .page-title {
        margin-bottom: 22px;
        font-size: 42px;
        line-height: 1.06;
    }

    .cases-v2 .case-cover .page-title br {
        display: none;
    }

    .cases-v2 .case-cover .page-subtitle {
        max-width: none;
        margin-bottom: 26px;
        font-size: 16px;
        line-height: 1.72;
    }

    .cases-v2 .case-cover-actions {
        display: block;
        margin: 0 0 34px;
    }

    .cases-v2 .case-cover-actions .btn {
        display: flex;
        width: 100%;
        margin: 10px 0 0;
    }

    .cases-v2 .case-cover-proof {
        margin: 0 -5px;
    }

    .cases-v2 .case-cover-proof > div,
    .cases-v2 .case-cover-proof > div + div {
        flex: 1 1 33.333%;
        padding: 20px 5px 0;
        border-left: 0;
    }

    .cases-v2 .case-cover-proof strong {
        font-size: 23px;
    }

    .cases-v2 .case-cover-proof span {
        font-size: 10px;
        line-height: 1.45;
    }

    .cases-v2 .section-header,
    .cases-v2 .case-overview .section-header {
        display: block;
        margin-bottom: 34px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .cases-v2 .section-title {
        margin-bottom: 13px !important;
        font-size: 31px;
        line-height: 1.18;
    }

    .cases-v2 .section-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .cases-v2 .case-hero {
        margin: 0;
    }

    .cases-v2 .case-content,
    .cases-v2 .case-image {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .cases-v2 .case-content {
        display: block;
        margin-bottom: 28px;
    }

    .cases-v2 .case-content > p {
        padding-right: 0;
    }

    .cases-v2 .case-image-frame {
        border-radius: 14px;
    }

    .cases-v2 .case-image-stamp {
        right: 10px;
        bottom: 10px;
        padding: 6px 8px;
        font-size: 8px;
    }

    .cases-v2 .case-image figcaption {
        text-align: left;
    }

    .cases-v2 .challenge-container,
    .cases-v2 .implementation-steps,
    .cases-v2 .results-grid,
    .cases-v2 .cases-grid {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    .cases-v2 .challenge-card,
    .cases-v2 .solution-card,
    .cases-v2 .implementation-step,
    .cases-v2 .result-card,
    .cases-v2 .other-case-card {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .cases-v2 .challenge-card,
    .cases-v2 .solution-card {
        padding: 28px 23px;
    }

    .cases-v2 .implementation-steps::before {
        display: none;
    }

    .cases-v2 .implementation-step {
        padding: 0 0 28px 0;
        margin-bottom: 28px;
    }

    .cases-v2 .step-number {
        width: 58px;
        height: 58px;
        margin-bottom: 20px;
    }

    .cases-v2 .case-architecture {
        padding: 13px;
        border-radius: 14px;
    }

    .cases-v2 .architecture-diagram {
        margin: -4px;
    }

    .cases-v2 .architecture-node {
        padding: 4px;
    }

    .cases-v2 .node-header {
        min-height: 67px;
        padding: 12px;
    }

    .cases-v2 .node-header .icon {
        margin-right: 7px;
    }

    .cases-v2 .node-title {
        font-size: 12px;
    }

    .cases-v2 .node-desc {
        min-height: 51px;
        padding: 10px 12px;
        font-size: 9px;
    }

    .cases-v2 .result-card {
        margin-bottom: 12px;
        padding: 26px;
    }

    .cases-v2 .result-icon {
        margin-bottom: 30px;
    }

    .cases-v2 .result-value {
        font-size: 45px;
    }

    .cases-v2 .results-grid + .animate-in {
        margin-top: 26px !important;
        padding: 18px 18px;
    }

    .cases-v2 .factors-grid {
        display: block;
        margin: 0;
    }

    .cases-v2 .factor-card {
        width: 100%;
        padding: 24px 0 24px 48px;
    }

    .cases-v2 .factor-card::before {
        top: 26px;
        left: 0;
    }

    .cases-v2 .testimonial-card {
        padding: 84px 24px 32px;
    }

    .cases-v2 .testimonial-card::before {
        top: 24px;
        left: 23px;
        font-size: 80px;
    }

    .cases-v2 .testimonial-card::after {
        width: 68px;
        opacity: .32;
    }

    .cases-v2 .testimonial-content {
        font-size: 17px;
        line-height: 1.75;
    }

    .cases-v2 .other-case-card {
        min-height: 0;
        margin-bottom: 12px;
        padding: 26px;
    }

    .cases-v2 .other-case-card p {
        min-height: 0;
    }

    .cases-v2 .faq-question {
        min-height: 68px;
        padding: 18px;
        font-size: 14px;
        line-height: 1.5;
    }

    .cases-v2 .cases-cta {
        padding: 70px 0;
    }

    .cases-v2 .cases-cta h2 {
        font-size: 34px;
    }

    .cases-v2 .cta-buttons {
        display: block;
        margin: 0;
    }

    .cases-v2 .cta-buttons .btn {
        display: flex;
        width: 100%;
        margin: 10px 0 0;
    }
}

/* cases13: do not present decorative social glyphs as empty controls. */
body.cases-v2 .social-links {
    display: none;
}

/* ===== cases12 precision evidence pass ===== */
body.cases-v2 .container {
    max-width: 1240px;
}

body.cases-v2 section {
    padding-top: 84px;
    padding-bottom: 84px;
}

body.cases-v2 .section-header {
    max-width: 900px;
    margin: 0 0 42px;
    text-align: left;
}

body.cases-v2 .section-label {
    min-height: 0;
    margin-bottom: 11px;
    padding: 0;
    color: #2864dc;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: .15em;
}

body.cases-v2 .section-title {
    max-width: 900px;
    margin-bottom: 14px;
    color: #10213b;
    font-size: 40px;
    line-height: 1.17;
    letter-spacing: -1.15px;
}

body.cases-v2 .section-subtitle {
    max-width: 740px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.75;
}

body.cases-v2 .case-cover {
    min-height: 650px;
    padding-top: 112px;
    padding-bottom: 70px;
    background: linear-gradient(135deg, #031326 0%, #082450 100%);
}

body.cases-v2 .case-cover::before {
    opacity: .18;
}

body.cases-v2 .case-cover::after {
    opacity: .65;
}

body.cases-v2 .case-index {
    -webkit-flex-basis: 180px;
    flex-basis: 180px;
    width: 180px;
    margin-right: 54px;
}

body.cases-v2 .case-index > strong {
    margin-bottom: 66px;
    font-size: 72px;
}

body.cases-v2 .case-cover .breadcrumb {
    margin-bottom: 42px;
}

body.cases-v2 .case-cover-label {
    margin-bottom: 16px;
    color: #ffb066;
    font-size: 12px;
}

body.cases-v2 .case-cover .page-title {
    max-width: 780px;
    margin-bottom: 22px;
    font-size: 60px;
    line-height: 1.04;
    letter-spacing: -2.2px;
}

body.cases-v2 .case-cover .page-subtitle {
    max-width: 700px;
    margin-bottom: 28px;
    color: #b9c8dc;
    font-size: 17px;
    line-height: 1.76;
}

body.cases-v2 .case-cover-actions {
    margin-bottom: 36px;
}

body.cases-v2 .case-cover-actions .btn {
    min-height: 50px;
    padding: 13px 20px;
}

body.cases-v2 .case-cover-actions .btn-primary,
body.cases-v2 .btn-light {
    background: #e96f19;
    border-color: #e96f19;
    box-shadow: none;
}

body.cases-v2 .case-cover-actions .btn-primary:hover,
body.cases-v2 .btn-light:hover {
    background: #d85f0d;
    border-color: #d85f0d;
}

body.cases-v2 .case-cover-proof > div {
    padding-top: 20px;
}

body.cases-v2 .case-overview .section-header {
    max-width: none;
    padding-bottom: 24px;
}

body.cases-v2 .case-overview .section-title {
    -webkit-flex-basis: 650px;
    flex-basis: 650px;
}

body.cases-v2 .challenge-card,
body.cases-v2 .solution-card {
    padding: 34px;
    border-radius: 12px;
}

body.cases-v2 .card-title {
    margin-bottom: 24px;
}

body.cases-v2 .challenge-list li,
body.cases-v2 .solution-list li {
    padding-top: 14px;
    padding-bottom: 14px;
}

body.cases-v2 .implementation-steps {
    margin: 0 -9px 34px;
}

body.cases-v2 .implementation-steps::before {
    top: 29px;
}

body.cases-v2 .implementation-step {
    min-height: 186px;
    margin-right: 9px;
    margin-left: 9px;
    padding: 0 22px 24px;
}

body.cases-v2 .step-number {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-width: 6px;
    font-size: 15px;
}

body.cases-v2 .implementation-step h3 {
    margin-bottom: 9px;
    font-size: 19px;
}

body.cases-v2 .case-architecture {
    width: 100%;
    margin: 0;
    padding: 24px;
    border-radius: 14px;
}

body.cases-v2 .case-architecture .architecture-diagram {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    margin: -5px;
}

body.cases-v2 .architecture-node {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    padding: 5px;
}

body.cases-v2 .node-header {
    min-height: 68px;
    padding: 14px;
    border-radius: 9px 9px 0 0;
}

body.cases-v2 .node-desc {
    min-height: 48px;
    padding: 11px 14px;
    border-radius: 0 0 9px 9px;
}

body.cases-v2 .results-showcase {
    background: #061a33;
}

body.cases-v2 .results-showcase .section-label {
    color: #9fc0ff;
    background: transparent;
}

body.cases-v2 .results-grid {
    margin-right: -8px;
    margin-left: -8px;
}

body.cases-v2 .result-card {
    margin-right: 8px;
    margin-left: 8px;
    padding: 28px;
    border-radius: 12px;
}

body.cases-v2 .result-icon {
    margin-bottom: 30px;
}

body.cases-v2 .result-value {
    font-size: 48px;
}

body.cases-v2 .factor-card {
    padding-top: 26px;
    padding-bottom: 26px;
}

body.cases-v2 .factor-card::before {
    top: 28px;
}

body.cases-v2 .testimonial-card {
    padding: 56px 60px 48px 150px;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(15, 42, 93, .055);
}

body.cases-v2 .testimonial-card::before {
    top: 36px;
    left: 48px;
    font-size: 96px;
}

body.cases-v2 .testimonial-content {
    margin-bottom: 26px;
    font-size: 20px;
}

body.cases-v2 .other-case-card {
    padding: 28px;
    border-radius: 12px;
}

body.cases-v2 .other-case-icon {
    margin-bottom: 22px;
}

body.cases-v2 .faq-container {
    max-width: none;
}

body.cases-v2 .faq-item {
    border-radius: 9px;
}

body.cases-v2 .faq-question {
    min-height: 62px;
    padding: 18px 22px;
}

body.cases-v2 .cases-cta {
    width: calc(100% - 64px);
    max-width: 1376px;
    margin: 64px auto;
    padding: 56px 0;
    background: #0a2d64;
    border-radius: 18px;
}

body.cases-v2 .cases-cta::before {
    display: none;
}

body.cases-v2 .cases-cta .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

body.cases-v2 .cases-cta h2 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 820px;
    margin-bottom: 13px;
    font-size: 37px;
    letter-spacing: -1px;
}

body.cases-v2 .cases-cta p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 620px;
    flex: 1 1 620px;
    max-width: 720px;
    margin: 0;
    color: #d5e1f2;
    font-size: 16px;
}

body.cases-v2 .cases-cta .cta-buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
}

body.cases-v2 .cases-cta .cta-buttons .btn {
    min-height: 48px;
    margin: 4px 0 4px 10px;
    padding: 12px 18px;
}

body.cases-v2 .footer {
    background: #031326;
}

@media (max-width: 1024px) {
    body.cases-v2 .case-cover {
        min-height: 610px;
        padding-top: 102px;
    }

    body.cases-v2 .case-cover .page-title {
        font-size: 50px;
    }

    body.cases-v2 .section-title {
        font-size: 35px;
    }

    body.cases-v2 .architecture-node {
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
    }

    body.cases-v2 .cases-cta .cta-buttons {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        margin: 22px 0 0;
    }

    body.cases-v2 .cases-cta .cta-buttons .btn {
        margin-right: 10px;
        margin-left: 0;
    }
}

@media (max-width: 900px) {
    body.cases-v2 .case-cover {
        min-height: 0;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    body.cases-v2 section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    body.cases-v2 .architecture-node {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    body.cases-v2 .cases-cta {
        width: calc(100% - 48px);
        margin: 48px auto;
        padding: 48px 0;
    }
}

@media (max-width: 680px) {
    body.cases-v2 section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    body.cases-v2 .case-cover .page-title {
        font-size: 38px;
        line-height: 1.1;
        letter-spacing: -1.2px;
    }

    body.cases-v2 .section-header {
        margin-bottom: 34px;
    }

    body.cases-v2 .section-title,
    body.cases-v2 .cases-cta h2 {
        font-size: 29px;
        line-height: 1.22;
        letter-spacing: -.55px;
    }

    body.cases-v2 .section-subtitle {
        font-size: 15px;
    }

    body.cases-v2 .implementation-step {
        min-height: 0;
        padding-bottom: 24px;
    }

    body.cases-v2 .case-architecture {
        padding: 10px;
    }

    body.cases-v2 .architecture-node {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    body.cases-v2 .testimonial-card {
        padding: 42px 24px 34px;
    }

    body.cases-v2 .testimonial-card::before {
        position: static;
        display: block;
        margin-bottom: -28px;
        font-size: 72px;
    }

    body.cases-v2 .cases-cta {
        width: calc(100% - 32px);
        margin: 36px auto;
        padding: 40px 0;
        border-radius: 14px;
    }

    body.cases-v2 .cases-cta .cta-buttons,
    body.cases-v2 .cases-cta .cta-buttons .btn {
        width: 100%;
    }

    body.cases-v2 .cases-cta .cta-buttons .btn {
        margin: 9px 0 0;
    }
}

@media (max-width: 380px) {
    .cases-v2 .case-cover .page-title {
        font-size: 37px;
    }

    .cases-v2 .case-cover-proof strong {
        font-size: 21px;
    }

    .cases-v2 .detail-value {
        font-size: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cases-v2 *,
    .cases-v2 *::before,
    .cases-v2 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Shared-shell specificity corrections. Keep this page's editorial rhythm intact. */
body.cases-v2 .section-header {
    text-align: left;
}

body.cases-v2 .section-title {
    font-size: 44px;
    text-align: left;
}

body.cases-v2 .case-cover .breadcrumb {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

body.cases-v2 .case-cover .page-title,
body.cases-v2 .case-cover .page-subtitle {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

body.cases-v2 .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 7px solid #fff;
    border-radius: 50%;
    background: #0e2d69;
    color: #fff;
    box-shadow: 0 0 0 1px #c6d2ee;
}

body.cases-v2 .architecture-node .node-header {
    display: flex;
    align-items: center;
    margin: 0;
}

body.cases-v2 .architecture-node .node-header .icon {
    display: block;
}

body.cases-v2 .architecture-node .node-title {
    color: #182541;
    font-size: 14px;
}

body.cases-v2 .architecture-node .node-desc {
    color: #65728c;
    font-size: 11px;
}

body.cases-v2 .faq-question {
    min-height: 76px;
    padding: 22px 24px;
    font-size: 16px;
}

body.cases-v2 .faq-answer p {
    color: #637089;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 1024px) {
    body.cases-v2 .section-title {
        font-size: 39px;
    }
}

@media (max-width: 680px) {
    body.cases-v2 .section-title {
        font-size: 31px;
        text-align: left;
    }

    body.cases-v2 .case-cover .breadcrumb {
        justify-content: center;
        text-align: center;
    }

    body.cases-v2 .case-cover-label {
        justify-content: center;
    }

    body.cases-v2 .case-cover .page-title,
    body.cases-v2 .case-cover .page-subtitle {
        text-align: center;
    }

    body.cases-v2 .step-number {
        width: 58px;
        height: 58px;
    }

    body.cases-v2 .architecture-node .node-title {
        font-size: 12px;
    }

    body.cases-v2 .architecture-node .node-desc {
        font-size: 9px;
    }

    body.cases-v2 .faq-question {
        min-height: 68px;
        padding: 18px;
        font-size: 14px;
    }
}

/* cases12 final specificity */
body.cases-v2 .section-title {
    font-size: 40px;
}

body.cases-v2 .step-number {
    width: 58px;
    height: 58px;
    border-width: 6px;
}

body.cases-v2 .faq-question {
    min-height: 62px;
    padding: 18px 22px;
}

@media (max-width: 1024px) {
    body.cases-v2 .section-title {
        font-size: 35px;
    }
}

@media (max-width: 680px) {
    body.cases-v2 .section-title,
    body.cases-v2 .cases-cta h2 {
        font-size: 29px;
    }

    body.cases-v2 .faq-question {
        min-height: 60px;
        padding: 17px 18px;
    }
}
