/* Scoped additions for the six Applications.docx case studies. */
.case-enriched .case-study-hero { position: relative; overflow: hidden; }
.case-enriched .case-study-hero-grid { min-height: 0; padding-block: 32px; }
.case-enriched .case-study-copy h1 { font-size: clamp(2rem, 4.2vw, 3.8rem) !important; }
.case-enriched .case-study-copy h2 { line-height: 1.3; }
.case-enriched .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; }
.case-enriched .case-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.case-enriched .case-facts span { display: flex; flex-direction: column; align-items: flex-start; font-size: 12px; }
.case-enriched .case-evidence-hero { margin: 0; min-width: 0; }
.case-enriched .case-evidence-hero img { display: block; width: 100%; height: auto; object-fit: contain; }
.case-enriched .case-evidence-hero.case-phones { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 24px; }
.case-enriched .case-phones img { width: min(43%, 180px); height: auto; max-height: 420px; border-radius: 12px; }
.case-enriched .case-split h2 { font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.3; margin: 8px 0 16px; }
.case-enriched .case-split p:not(.eyebrow), .case-enriched .case-content-section p:not(.eyebrow) { color: #526079; line-height: 1.7; }
.case-enriched .case-content-section { padding-block: 36px; }
.case-enriched .case-content-section h2, .case-enriched .case-flow-section h2 { margin: 6px 0 24px; font-size: clamp(1.45rem, 2.4vw, 2.1rem); line-height: 1.25; }
.case-enriched .case-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.case-enriched .case-capability-grid article, .case-enriched .case-value-grid article { padding: 24px; border: 1px solid #e3e9f2; border-radius: 14px; background: #fbfcff; min-width: 0; }
.case-enriched .case-step-number { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fff0f2; color: #ed1022; font-weight: 800; font-size: 13px; margin-bottom: 16px; }
.case-enriched .case-content-section h3 { font-size: 17px; line-height: 1.4; margin: 0 0 10px; color: #101b31; }
.case-enriched .case-content-section p { margin: 0; font-size: 14px; }
.case-enriched .case-flow-section { padding-block: 36px; background: #f1f5fc; margin-block: 20px; }
.case-enriched .case-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; list-style: none; padding: 0; margin: 0; }
.case-enriched .case-flow li { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 14px; padding: 14px; border-radius: 10px; background: #fff; }
.case-enriched .case-flow li span { color: #ed1022; font-size: 12px; }
.case-enriched .case-screen-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.case-enriched .case-screen-grid figure { margin: 0; overflow: hidden; border: 1px solid #dfe7f1; border-radius: 14px; background: #f0f4fa; }
.case-enriched .case-screen-grid figure > a { display: flex; align-items: center; justify-content: center; padding: 16px; min-width: 0; }
.case-enriched .case-screen-grid img { display: block; width: 100%; height: auto; object-fit: contain; }
.case-enriched .case-screen-grid figcaption { padding: 22px; background: #fff; }
.case-enriched .case-screen-grid figcaption a { display: inline-block; margin-top: 12px; color: #c70b20; font-weight: 600; font-size: 13px; }
.case-enriched .case-mobile-screens { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.case-enriched .case-mobile-screens figure > a { height: 390px; }
.case-enriched .case-mobile-screens img { height: 100%; width: auto; max-width: 100%; }
.case-enriched .case-value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.case-enriched .case-value-grid article { background: #fff7f8; border-color: #fae5e9; }
.case-enriched .case-questions { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 32px; }
.case-enriched .case-questions details { padding: 18px 0; border-bottom: 1px solid #e3e9f2; }
.case-enriched .case-questions summary { cursor: pointer; font-weight: 700; line-height: 1.5; }
.case-enriched .case-questions details p { padding-top: 14px; }
.case-enriched .case-questions aside { align-self: start; padding: 24px; border-radius: 14px; background: #f3f6fb; }
.case-enriched .case-questions aside h2 { font-size: 21px; margin-bottom: 12px; }
.case-enriched .case-questions aside a { display: flex; justify-content: space-between; gap: 14px; padding: 18px 0; border-bottom: 1px solid #dce4ef; color: #152440; font-size: 14px; font-weight: 600; }
.case-enriched main a:focus-visible, .case-enriched summary:focus-visible { outline: 3px solid #ed1022; outline-offset: 4px; }
.case-enriched .case-cta { margin-block: 28px 48px; }
.case-enriched .case-cta h2 { font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.3; }
@media(max-width: 1024px) {
 .case-enriched .case-study-hero-grid { grid-template-columns: 1fr; }
 .case-enriched .case-capability-grid, .case-enriched .case-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .case-enriched .case-evidence-hero { max-width: 720px; width: 100%; margin-inline: auto; }
}
@media(max-width: 640px) {
 .case-enriched .case-capability-grid, .case-enriched .case-screen-grid, .case-enriched .case-value-grid, .case-enriched .case-questions { grid-template-columns: 1fr; }
 .case-enriched .case-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .case-enriched .case-facts { grid-template-columns: 1fr; }
 .case-enriched .case-facts span { min-height: 0; }
 .case-enriched .case-content-section { padding-block: 26px; }
 .case-enriched .case-evidence-hero.case-phones { padding: 14px; gap: 12px; }
 .case-enriched .case-cta { margin-block: 20px 32px; }
 .case-enriched .case-cta .btn { white-space: normal; text-align: center; }
}
