:root {
  --case-deep: #020711;
  --case-ink: #071748;
  --case-muted: #5e698d;
  --case-line: rgba(32, 45, 86, .12);
  --case-purple: #672dff;
  --case-blue: #1c66ff;
  --case-magenta: #cf25ff;
}

body.case-study-detail-page {
  margin: 0;
  color: var(--case-ink);
  background: #f8fbff;
  font-family: "Poppins", Arial, sans-serif;
}

body.case-study-detail-page * { box-sizing: border-box; }
body.case-study-detail-page img { display: block; max-width: 100%; }
body.case-study-detail-page a { text-decoration: none; }
body.case-study-detail-page button { font: inherit; cursor: pointer; }

.case-detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  color: #fff;
  background:
    radial-gradient(circle at 70% 38%, rgba(103,45,255,.38), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(28,102,255,.28), transparent 24%),
    linear-gradient(108deg, #02060f 0%, #020919 52%, #050d31 100%);
}

.case-detail-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.case-header,
.case-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.case-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.case-logo { width: 126px; flex: 0 0 auto; }
.case-logo img { width: 100%; }
.case-nav { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0 auto; }
.case-nav a {
  color: #fff;
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 13px;
  font-weight: 700;
  transition: .2s ease;
}
.case-nav a:hover,
.case-nav a.active { background: linear-gradient(135deg, #286cff, #6d35ff); }
.case-call { display: grid; gap: 3px; color: #fff; text-align: right; font-size: 14px; font-weight: 800; }
.case-call small { color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.case-menu { display: none; width: 44px; height: 40px; border: 1px solid rgba(255,255,255,.3); border-radius: 6px; background: rgba(255,255,255,.08); z-index: 10000; }
.case-menu span { display: block; width: 22px; height: 2px; margin: 5px auto; background: #fff; transition: transform .25s ease, opacity .2s ease; }
.case-menu.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.case-menu.is-active span:nth-child(2) { opacity: 0; }
.case-menu.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.case-hero-inner {
  min-height: 528px;
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(500px, 1.2fr);
  gap: 52px;
  align-items: center;
  padding: 22px 0 88px;
}

.case-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 46px;
  color: rgba(255,255,255,.8);
  font-size: 13px;
  font-weight: 600;
}
.case-breadcrumb a { color: #fff; }
.case-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin: 0 0 20px;
  padding: 5px 14px;
  border: 1px solid rgba(190,69,255,.75);
  border-radius: 5px;
  color: #b35cff;
  background: rgba(77,25,163,.18);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.case-hero-copy h1 {
  max-width: 620px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(42px, 4.35vw, 53px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}
.case-hero-copy h1 span {
  background: linear-gradient(90deg, #f1efff 0%, #9f74ff 45%, #b92dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.case-intro,
.case-summary {
  max-width: 570px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.55;
}
.case-summary {
  margin-top: 20px;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  line-height: 1.78;
}

.case-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 7px;
  padding: 14px 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.case-btn:after { content: "->"; }
.case-btn.primary { margin-top: 28px; background: linear-gradient(135deg, #f229ff, #2169ff); box-shadow: 0 16px 32px rgba(103,45,255,.28); }
.case-btn.light { color: #4f22ff; background: #fff; }

.case-hero-visual {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}
.orbit-ring {
  position: absolute;
  border: 1px dashed rgba(120,75,255,.75);
  border-radius: 50%;
  filter: drop-shadow(0 0 14px rgba(91,55,255,.5));
  transform: rotate(-11deg);
}
.ring-one { width: min(760px, 96%); height: 250px; }
.ring-two { width: min(620px, 80%); height: 330px; transform: rotate(16deg); opacity: .65; }
.case-laptop {
  position: relative;
  z-index: 2;
  width: min(645px, 100%);
  padding: 13px 13px 26px;
  border: 3px solid rgba(255,255,255,.7);
  border-radius: 18px 18px 10px 10px;
  background: #0b1020;
  box-shadow: 0 32px 70px rgba(0,0,0,.48), 0 0 40px rgba(103,45,255,.3);
}
.case-laptop:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 118%;
  height: 24px;
  border-radius: 0 0 55px 55px;
  background: linear-gradient(90deg, #171b36, #59617c 50%, #171b36);
  transform: translateX(-50%);
}
.case-laptop img { width: 100%; aspect-ratio: 16 / 8; object-fit: fill; object-position: top center; border-radius: 9px; }
.case-phone {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 16px;
  width: 192px;
  padding: 9px;
  border: 3px solid rgba(255,255,255,.85);
  border-radius: 26px;
  background: #101525;
  box-shadow: 0 26px 45px rgba(0,0,0,.48);
}

.case-phone img { aspect-ratio: 9 / 16; width: 100%; object-fit: cover; object-position: top center; border-radius: 18px; }
.cart-orb {
  display: none;
  position: absolute;
  right: 12%;
  top: 46px;
  z-index: 4;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle, #0c1b5b, #081036);
  border: 1px solid rgba(71,117,255,.55);
  box-shadow: 0 0 28px rgba(45,85,255,.65);
}
.cart-orb:before { content: ""; position: absolute; inset: 20px 18px 22px; border: 3px solid #43a1ff; border-top: 0; border-radius: 0 0 7px 7px; }
.cart-orb:after { content: ""; position: absolute; left: 17px; top: 19px; width: 34px; height: 3px; background: #43a1ff; transform: rotate(8deg); box-shadow: 8px 27px 0 -1px #43a1ff, 24px 27px 0 -1px #43a1ff; }
.growth-card {
 position: absolute;
    right: 0;
    bottom: -112px;
    z-index: 4;
    width: 205px;
    min-height: 52px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    background: rgba(10, 17, 52, .72);
    box-shadow: 0 24px 42px rgba(0, 0, 0, .28);
    backdrop-filter: blur(8px);
}
.growth-card small { display: block; color: rgba(255,255,255,.74); font-size: 10px; font-weight: 700; }
.growth-card strong { display: block; margin: 8px 0 18px; color: #fff; font-size: 24px; }
.growth-card span { display: block; height: 48px; background: linear-gradient(180deg, rgba(200,48,255,.6), rgba(94,42,255,.12)); clip-path: polygon(0 86%, 17% 78%, 30% 58%, 48% 68%, 62% 40%, 78% 46%, 100% 18%, 100% 100%, 0 100%); }

.case-detail-main {
  background:
    radial-gradient(circle at 11% 33%, rgba(103,45,255,.08), transparent 20%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}
.case-meta-strip {
  position: relative;
  z-index: 3;
  width: min(1220px, calc(100% - 40px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 1.12fr .9fr .9fr 1.45fr;
  gap: 0;
  padding: 30px 26px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 52px rgba(13,25,65,.14);
}
.case-meta-strip > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  padding: 0 26px;
  border-right: 1px solid var(--case-line);
}
.case-meta-strip > div:first-child { padding-left: 6px; }
.case-meta-strip > div:last-child { border-right: 0; }
.case-meta-copy {
  min-width: 0;
  display: block;
}
.case-meta-strip p {
  margin: 0 0 7px;
  color: var(--case-ink);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}
.case-meta-strip strong {
  display: block;
  color: #10245a;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
  overflow-wrap: normal;
  word-break: normal;
}
.case-meta-strip small {
  display: block;
  margin-top: 2px;
  color: var(--case-muted);
  font-size: 11px;
  line-height: 1.35;
}

.case-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(103,45,255,.14);
  border-radius: 10px;
  color: var(--case-purple);
  background: linear-gradient(135deg, #fff, #f2edff);
}
.case-icon:before { font-size: 24px; line-height: 1; font-weight: 900; }
.case-icon.image-icon:before { display: none; }
.case-icon.image-icon img { width: 38px; height: 38px; object-fit: contain; }
.case-meta-strip .case-icon.image-icon img { width: 28px; height: 28px; }
.case-heading-icon { width: 50px; height: 50px; border: 0; background: transparent; }
.case-heading-icon.image-icon img { width: 50px; height: 50px; object-fit: contain; }
.case-icon.users:before { content: "o"; box-shadow: -9px 8px 0 -5px currentColor, 9px 8px 0 -5px currentColor; border: 2px solid currentColor; border-radius: 50%; width: 14px; height: 14px; color: transparent; }
.case-icon.shop:before { content: ""; width: 23px; height: 18px; border: 2px solid currentColor; border-top: 0; box-shadow: inset 0 6px 0 rgba(103,45,255,.08); }
.case-icon.clock:before { content: ""; width: 22px; height: 22px; border: 2px solid currentColor; border-radius: 50%; box-shadow: inset 7px -5px 0 -6px currentColor; }
.case-icon.service:before { content: ""; width: 24px; height: 18px; border: 2px solid currentColor; border-radius: 3px; box-shadow: inset 8px 0 0 rgba(103,45,255,.09); }
.case-icon.target:before { content: ""; width: 20px; height: 20px; border: 2px solid currentColor; border-radius: 6px; box-shadow: inset 0 0 0 5px #fff; background: currentColor; }
.case-icon.diamond:before { content: ""; width: 19px; height: 19px; border: 2px solid currentColor; transform: rotate(45deg); border-radius: 3px; }
.case-icon.doc:before { content: ""; width: 19px; height: 23px; border: 2px solid currentColor; border-radius: 4px; box-shadow: 7px 7px 0 -4px currentColor; }
.case-icon.image:before { content: ""; width: 23px; height: 19px; border: 2px solid currentColor; border-radius: 4px; background: linear-gradient(135deg, transparent 55%, currentColor 56% 68%, transparent 69%); }
.case-icon.trend:before { content: "->"; transform: rotate(-45deg); }
.case-icon.sync:before { content: "C"; }
.case-icon.rocket:before { content: "^"; transform: rotate(45deg); }
.case-icon.tech:before { content: "{}"; font-size: 16px; }
.case-icon.quote:before { content: "\""; font-size: 30px; }

.case-split-section,
.case-results-section,
.case-bottom-grid {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}
.case-split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 70px 0 36px;
}
.case-copy-block + .case-copy-block { border-left: 1px dashed rgba(32,45,86,.18); padding-left: 70px; }
.case-copy-block h2,
.case-results-section > h2,
.case-tech-card h2,
.case-testimonial-card h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px;
  color: var(--case-ink);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}
.case-copy-block > p { margin: 0 0 28px; color: #475274; font-size: 14px; line-height: 1.82; }
.case-check-list { display: grid; gap: 20px; padding: 0; margin: 0; list-style: none; }
.case-check-list li {
  position: relative;
  min-height: 32px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  align-items: center;
  color: #4b587d;
  font-size: 13px;
  line-height: 1.6;
}
.case-check-list li span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(103,45,255,.18);
  border-radius: 8px;
  background: #fff;
}
.case-check-list li img { width: 19px; height: 19px; object-fit: contain; }
.approach-list { display: grid; gap: 18px; }
.approach-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; }
.approach-list h3 { margin: 0 0 6px; color: var(--case-ink); font-size: 14px; line-height: 1.35; font-weight: 800; }
.approach-list p { margin: 0; color: #4b587d; font-size: 12px; line-height: 1.6; }

.case-results-section { padding: 18px 0 50px; }
.case-result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 26px;
}
.case-result-grid article,
.case-chart-card,
.case-progress-stack article,
.case-achievement,
.case-tech-card,
.case-testimonial-card {
  border: 1px solid var(--case-line);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 40px rgba(16,33,76,.05);
}
.case-result-grid article {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 110px;
  padding: 20px 22px;
}
.case-result-grid .case-icon { width: 60px; height: 60px; border-radius: 50%; }
.case-result-grid strong { display: block; color: var(--case-ink); font-size: 28px; line-height: 1; font-weight: 800; }
.case-result-grid small { display: block; margin-top: 8px; color: #4b587d; font-size: 12px; line-height: 1.35; }

.case-impact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(230px, .85fr) minmax(260px, .9fr);
  gap: 24px;
  align-items: stretch;
}
.case-chart-card { min-height: 312px; padding: 26px 24px 16px; }
.case-chart-card p,
.case-progress-stack p { margin: 0 0 7px; color: var(--case-ink); font-size: 12px; font-weight: 800; }
.case-chart-card strong,
.case-progress-stack strong { color: var(--case-ink); font-size: 24px; font-weight: 800; }
#caseRevenueChart { min-height: 230px; margin-top: 8px; }
.case-progress-stack { display: grid; gap: 24px; }
.case-progress-stack article { padding: 27px 26px; }
.case-progress-stack span {
  display: block;
  height: 11px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: #eee8ff;
}
.case-progress-stack i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #772fff, #815cff);
}
.case-achievement {
  display: grid;
  place-items: center;
  align-content: center;
  padding: 34px 28px;
  text-align: center;
  background: linear-gradient(135deg, #fff7e9, #fff1d7);
}
.case-achievement .achievement-icon {
  width: 78px;
  height: 78px;
  object-fit: contain;
  margin-bottom: 18px;
}
.case-achievement .trophy {
  width: 74px;
  height: 78px;
  position: relative;
  margin-bottom: 18px;
}
.case-achievement .trophy:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 8px;
  width: 40px;
  height: 42px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #ffba35, #815cff);
}
.case-achievement .trophy:after {
  content: "*";
  position: absolute;
  left: 30px;
  top: 18px;
  color: #ffeaa5;
  font-size: 25px;
  font-weight: 900;
  text-shadow: -18px 0 0 #ffba35, 18px 0 0 #ffba35, 0 43px 0 #815cff;
}
.case-achievement h3 { margin: 0 0 22px; color: var(--case-ink); font-size: 15px; font-weight: 800; }
.case-achievement p { margin: 0; color: #334065; font-size: 14px; line-height: 1.85; }

.case-bottom-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  padding: 0 0 62px;
}
.case-tech-card,
.case-testimonial-card { padding: 28px 30px; }
.tech-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
  align-items: start;
}
.tech-list div { display: grid; justify-items: center; gap: 10px; min-width: 0; }
.tech-list img,
.tech-list span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(32,45,86,.1);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  padding: 8px;
  color: #f26522;
  font-weight: 900;
}
.tech-list small { color: #1d2e5c; font-size: 10px; text-align: center; line-height: 1.35; }
.case-testimonial-card > p {
  position: relative;
  margin: 0 0 24px;
  padding-left: 42px;
  color: #4b587d;
  font-size: 14px;
  line-height: 1.75;
}
.case-testimonial-card > p:before {
  content: "\"";
  position: absolute;
  left: 0;
  top: -5px;
  color: var(--case-purple);
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
}
.case-testimonial-card > div { display: flex; align-items: center; gap: 14px; }
.case-testimonial-card img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.case-testimonial-card strong { display: block; color: var(--case-ink); font-size: 14px; }
.case-testimonial-card small { color: #5b6688; font-size: 12px; }

.case-work-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(250px, .82fr) auto auto;
  gap: 30px;
  align-items: center;
  padding: 58px max(24px, calc((100% - 1320px) / 2));
  color: #fff;
  background: linear-gradient(112deg, #000000 0%, #5b2557 50%, #7e4fff 100%);
}

.case-work-cta > * { position: relative; z-index: 1; }
.case-work-cta div { display: flex; align-items: center; gap: 24px; }
.case-work-cta div span {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 18px;
  background: rgba(255,255,255,.12);
}
.case-work-cta div span:before {
  content: "*";
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #89f3ff;
  font-size: 44px;
}
.case-work-cta h2 { margin: 0; color: #fff; font-size: clamp(28px, 3vw, 38px); line-height: 1.2; }
.case-work-cta p { margin: 0; color: rgba(255,255,255,.92); line-height: 1.65; }
.case-work-cta .case-btn.primary { margin: 0; background: linear-gradient(135deg, #ff39d5, #8d31ff); }

.case-footer {
  display: grid;
  grid-template-columns: 1.25fr .75fr .95fr .8fr 1fr;
  gap: 36px;
  padding: 54px max(20px, calc((100% - 1320px)/2)) 24px;
  color: rgba(255,255,255,.78);
  background: #030c27;
}
.case-footer > div > img { width: 120px; margin-bottom: 18px; }
.case-footer h3 { margin: 0 0 16px; color: #fff; font-size: 16px; }
.case-footer p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.7; }
.case-footer a { display: block; margin: 8px 0; color: rgba(255,255,255,.78); font-size: 14px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: auto; height: auto; display: grid; place-items: center; margin: 0; background: transparent; transition: transform .2s ease; }
.footer-social a:hover { transform: translateY(-3px); }
.footer-social img { width: 26px; height: 26px; object-fit: contain; }
.footer-contact { display: grid; align-content: start; gap: 12px; }
.footer-contact p { display: grid; gap: 4px; }
.footer-contact b { color: #fff; font-size: 13px; }
.footer-contact a,
.footer-contact span { margin: 0; color: rgba(255,255,255,.78); line-height: 1.55; }
.case-footer .copyright { grid-column: 1 / 4; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; }
.case-footer .policy { grid-column: 4 / 6; display: flex; justify-content: flex-end; gap: 18px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; }
.case-footer .policy a,
.case-footer .policy span { margin: 0; }
.case-back-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 6;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: #fff;
  background: rgba(3,12,39,.9);
  font-size: 18px;
}

@media (max-width: 1180px) {
  .case-header { position: sticky; top: 0; z-index: 9999; background: var(--navy); }
  .case-menu { display: block; margin-left: auto; }
  .case-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    padding: 90px 28px 40px;
    background: rgba(3,12,39,.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
    overflow-y: auto;
    z-index: 9998;
  }
  .case-nav.open { opacity: 1; visibility: visible; pointer-events: auto; }
  .case-nav a { font-size: 18px; padding: 14px 16px; min-height: 44px; display: flex; align-items: center; justify-content: center; }
  .case-call { display: none; }
  .case-hero-inner { grid-template-columns: 1fr; gap: 22px; }
  .case-hero-copy { max-width: 720px; }
  .case-hero-visual { min-height: 390px; }
  .case-meta-strip { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .case-meta-strip > div { min-height: 76px; }
  .case-meta-strip > div:first-child { padding-left: 18px; }
  .case-meta-strip > div:nth-child(2) { border-right: 0; }
  .case-impact-layout { grid-template-columns: 1fr 1fr; }
  .case-chart-card { grid-column: 1 / -1; }
  .case-result-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-list { grid-template-columns: repeat(4, 1fr); }
  .case-work-cta { grid-template-columns: 1fr 1fr; }
  .case-footer { grid-template-columns: repeat(2, 1fr); }
  .case-footer .copyright,
  .case-footer .policy { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 760px) {
  .case-header,
  .case-hero-inner,
  .case-split-section,
  .case-results-section,
  .case-bottom-grid,
  .case-meta-strip { width: calc(100% - 28px); }
  .case-header { min-height: 64px; padding: 12px 0; }
  .case-logo { width: 48px; }
  .case-hero-inner { padding: 12px 0 72px; }
  .case-breadcrumb { margin-bottom: 30px; }
  .case-hero-copy h1 { font-size: 39px; }
  .case-intro { font-size: 16px; }
  .case-hero-visual { min-height: 330px; }
  .case-laptop { width: 86%; }
  .case-phone { right: 1%; width: 112px; }
  .cart-orb { width: 56px; height: 56px; right: 7%; top: 24px; }
  .growth-card { position: relative; right: auto; bottom: auto; justify-self: end; margin-top: -36px; width: 132px; }
  .case-meta-strip { grid-template-columns: 1fr; margin-top: 24px; padding: 24px 18px; }
  .case-meta-strip > div,
  .case-meta-strip > div:first-child {
    min-height: auto;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    border-right: 0;
    border-bottom: 1px solid var(--case-line);
    padding: 0 0 20px;
  }
  .case-meta-strip > div:last-child { border-bottom: 0; padding-bottom: 0; }
  .case-meta-strip strong { font-size: 12.5px; }
  .case-split-section { grid-template-columns: 1fr; gap: 38px; padding-top: 52px; }
  .case-copy-block + .case-copy-block { border-left: 0; padding-left: 0; }
  .case-result-grid,
  .case-impact-layout,
  .case-bottom-grid { grid-template-columns: 1fr; }
  .case-chart-card { min-height: 280px; }
  .tech-list { grid-template-columns: repeat(2, 1fr); }
  .case-work-cta { grid-template-columns: 1fr; padding: 38px 20px; }
  .case-work-cta div { align-items: flex-start; }
  .case-footer { grid-template-columns: 1fr; gap: 30px; }
  .case-footer .policy { flex-wrap: wrap; }
}
