.av-case-study-sections {
  position: relative;
}

.av-case-study-sections.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.av-case-study-sections {
  padding: clamp(48px, 6vw, 96px) 0;
  background: transparent;
}

.av-case-study-sections__inner {
  max-width: var(--wp--style--global--content-size, 1200px);
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 1260px) {
  .av-case-study-sections__inner {
    padding: 0 30px;
  }
}

.av-case-study-sections__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
}

.av-case-study-sections__card {
  grid-column: span 12;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px);
}

.av-case-study-sections__card > * {
  position: relative;
  z-index: 1;
}

.av-case-study-sections__card--summary {
  background: none;
}

.av-case-study-sections__card--challenge {
  background:
    radial-gradient(720px 320px at 20% 0%, rgba(59,130,246,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
  border-color: rgba(15, 23, 42, .10);
}

.av-case-study-sections__card--solution {
  background:
    radial-gradient(920px 520px at 14% 10%, rgba(16,185,129,.16), transparent 62%),
    radial-gradient(760px 520px at 86% 30%, rgba(59,130,246,.14), transparent 62%),
    linear-gradient(180deg, #0b0d12 0%, #0e1118 100%);
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 18px 54px rgba(0,0,0,.26);
}

.av-case-study-sections__card--results {
  background:
    radial-gradient(760px 360px at 12% 0%, rgba(16,185,129,.18), transparent 62%),
    radial-gradient(820px 520px at 90% 100%, rgba(59,130,246,.14), transparent 64%),
    linear-gradient(180deg, #0b0d12 0%, #0e1118 100%);
  border-color: rgba(16,185,129,.18);
  box-shadow: 0 18px 54px rgba(0,0,0,.26);
}

.av-case-study-sections__summaryTop {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}

.av-case-study-sections__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.av-case-study-sections__logo {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 12px 34px rgba(2, 6, 23, .10);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.av-case-study-sections__logoImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  background: transparent;
}

.av-case-study-sections__logoPlaceholder {
  width: 70%;
  height: 70%;
  border-radius: 14px;
  background:
    radial-gradient(12px 12px at 25% 30%, rgba(16,185,129,.55), transparent 62%),
    radial-gradient(14px 14px at 70% 65%, rgba(59,130,246,.45), transparent 62%),
    linear-gradient(135deg, rgba(15,23,42,.10) 0%, rgba(15,23,42,.04) 100%);
  border: 1px dashed rgba(15, 23, 42, .16);
}

.av-case-study-sections__brandText {
  min-width: 0;
}

.av-case-study-sections__miniActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.av-case-study-sections__kicker {
  font: 900 12px/1 var(--av-font-secondary, system-ui);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(16, 185, 129, .92);
  margin: 0 0 10px;
}

.av-case-study-sections__kicker--light {
  color: rgba(15, 23, 42, .68);
}

.av-case-study-sections__title {
  margin: 0 0 10px;
  font: 900 clamp(22px, 3vw, 34px)/1.12 var(--av-font-primary, system-ui);
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.95);
}

.av-case-study-sections__title--dark {
  color: rgba(15, 23, 42, .95);
}

.av-case-study-sections__body {
  margin: 0;
  font: 500 16px/1.75 var(--av-font-secondary, system-ui);
  color: rgba(255,255,255,.76);
}

.av-case-study-sections__body--dark {
  color: rgba(15, 23, 42, .76);
}

.av-case-study-sections__body p {
  margin: 0 0 12px;
}

.av-case-study-sections__cardTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.av-case-study-sections__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font: 900 11px/1 var(--av-font-secondary, system-ui);
  letter-spacing: .10em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, .06);
  color: rgba(15, 23, 42, .74);
  border: 1px solid rgba(15, 23, 42, .10);
}

.av-case-study-sections__pill--dark {
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.70);
  border-color: rgba(255,255,255,.10);
}

.av-case-study-sections__pill--accent {
  background: rgba(16,185,129,.12);
  color: rgba(255,255,255,.84);
  border-color: rgba(16,185,129,.22);
}

.av-case-study-sections__facts {
  margin: 10px 0 20px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.av-case-study-sections__facts--summary .av-case-study-sections__fact {
  background: rgba(255,255,255,.72);
  border-color: rgba(15, 23, 42, .10);
}

.av-case-study-sections__fact {
  grid-column: span 6;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  padding: 16px 16px 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.av-case-study-sections__factIcon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: rgba(16,185,129,.10);
  border: 1px solid rgba(16,185,129,.18);
  color: rgba(16,185,129,.92);
}

.av-case-study-sections__facts--summary .av-case-study-sections__factIcon {
  background: rgba(16,185,129,.12);
  border-color: rgba(16,185,129,.22);
}

.av-case-study-sections__factIcon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.av-case-study-sections__factText {
  min-width: 0;
}

.av-case-study-sections__factLabel {
  margin: 0 0 6px;
  font: 900 11px/1 var(--av-font-secondary, system-ui);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
}

.av-case-study-sections__facts--summary .av-case-study-sections__factLabel {
  color: rgba(15, 23, 42, .62);
}

.av-case-study-sections__factValue {
  margin: 0;
  font: 850 14px/1.4 var(--av-font-secondary, system-ui);
  color: rgba(255,255,255,.88);
  word-break: break-word;
}

.av-case-study-sections__facts--summary .av-case-study-sections__factValue {
  color: rgba(15, 23, 42, .92);
}

.av-case-study-sections__summarySplit {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  align-items: start;
}

.av-case-study-sections__summaryAside {
  position: relative;
}

.av-case-study-sections__asideCard {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, .10);
  background:
    radial-gradient(520px 220px at 20% 0%, rgba(16,185,129,.14), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(244,247,251,.92) 100%);
  padding: 18px;
  box-shadow: 0 18px 44px rgba(2, 6, 23, .08);
}

.av-case-study-sections__asideHeading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.av-case-study-sections__asideIcon {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(59,130,246,.12);
  border: 1px solid rgba(59,130,246,.18);
  color: rgba(59,130,246,.92);
}

.av-case-study-sections__asideIcon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.av-case-study-sections__asideTitle {
  font: 900 13px/1.2 var(--av-font-secondary, system-ui);
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, .74);
}

.av-case-study-sections__asideNote {
  font: 600 14px/1.65 var(--av-font-secondary, system-ui);
  color: rgba(15, 23, 42, .66);
}

.av-case-study-sections__ticks {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: rgba(15, 23, 42, .78);
  font: 650 14px/1.65 var(--av-font-secondary, system-ui);
}

.av-case-study-sections__ticks li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.av-case-study-sections__ticks li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  margin-top: 2px;
  flex: 0 0 auto;
  background:
    radial-gradient(6px 6px at 35% 35%, rgba(255,255,255,.95), rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(16,185,129,.98) 0%, rgba(16,185,129,.70) 100%);
  box-shadow: 0 10px 22px rgba(16,185,129,.18);
}

.av-case-study-sections__chips {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.av-case-study-sections__chips--light {
  margin-top: 10px;
}

.av-case-study-sections__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
  font: 850 12px/1 var(--av-font-secondary, system-ui);
  letter-spacing: .02em;
  color: rgba(255,255,255,.84);
}

.av-case-study-sections__chip--light {
  border-color: rgba(15, 23, 42, .10);
  background: rgba(255,255,255,.72);
  color: rgba(15, 23, 42, .86);
}

.av-case-study-sections__actions {
  margin-top: 14px;
}

.av-case-study-sections__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font: 900 14px/1 var(--av-font-secondary, system-ui);
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  will-change: transform;
}

.av-case-study-sections__btn--primary {
  background: rgba(16,185,129,.92);
  color: #fff;
  border-color: rgba(16,185,129,.60);
  box-shadow: 0 18px 44px rgba(16,185,129,.16);
}

.av-case-study-sections__btn--ghost {
  background: rgba(255,255,255,.72);
  color: rgba(15, 23, 42, .92);
  border-color: rgba(15, 23, 42, .10);
}

.av-case-study-sections__btn--accent {
  background: rgba(16,185,129,.16);
  color: rgba(255,255,255,.92);
  border-color: rgba(16,185,129,.24);
}

.av-case-study-sections__btn:hover,
.av-case-study-sections__btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.av-case-study-sections__btn--primary:hover,
.av-case-study-sections__btn--primary:focus-visible {
  background: rgba(16,185,129,.98);
}

.av-case-study-sections__btn--ghost:hover,
.av-case-study-sections__btn--ghost:focus-visible {
  background: rgba(255,255,255,.86);
}

.av-case-study-sections__btn--accent:hover,
.av-case-study-sections__btn--accent:focus-visible {
  background: rgba(16,185,129,.22);
}

.av-case-study-sections__stats {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  margin: 14px 0 20px;
}

.av-case-study-sections__stat {
  grid-column: span 4;
  border-radius: 16px;
  border: 1px solid rgba(16,185,129,.20);
  background: rgba(16,185,129,.08);
  padding: 16px 16px 14px;
}

.av-case-study-sections__statValue {
  margin: 0 0 6px;
  font: 900 20px/1.1 var(--av-font-primary, system-ui);
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.96);
}

.av-case-study-sections__statLabel {
  margin: 0;
  font: 850 12px/1.35 var(--av-font-secondary, system-ui);
  color: rgba(255,255,255,.76);
}

.av-case-study-sections__footerAction {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

.av-case-study-sections__iconRow {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  opacity: .8;
}

.av-case-study-sections__iconRow--dark {
  opacity: .7;
}

.av-case-study-sections__glyph {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .10);
  background:
    radial-gradient(10px 10px at 30% 30%, rgba(16,185,129,.35), transparent 62%),
    radial-gradient(12px 12px at 70% 65%, rgba(59,130,246,.28), transparent 62%),
    linear-gradient(135deg, rgba(255,255,255,.82) 0%, rgba(244,247,251,.86) 100%);
}

.av-case-study-sections__iconRow--dark .av-case-study-sections__glyph {
  border-color: rgba(255,255,255,.10);
  background:
    radial-gradient(12px 12px at 30% 30%, rgba(16,185,129,.24), transparent 62%),
    radial-gradient(12px 12px at 70% 65%, rgba(59,130,246,.18), transparent 62%),
    linear-gradient(135deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 100%);
}

@media (min-width: 980px) {
  .av-case-study-sections__card--summary {
    grid-column: span 12;
  }

  .av-case-study-sections__card--challenge {
    grid-column: span 5;
  }

  .av-case-study-sections__card--solution {
    grid-column: span 7;
  }

  .av-case-study-sections__card--results {
    grid-column: span 12;
  }
}

@media (max-width: 980px) {
  .av-case-study-sections__summaryTop {
    grid-template-columns: 1fr;
  }

  .av-case-study-sections__miniActions {
    justify-content: flex-start;
  }

  .av-case-study-sections__facts .av-case-study-sections__fact {
    grid-column: span 12;
  }

  .av-case-study-sections__summarySplit {
    grid-template-columns: 1fr;
  }

  .av-case-study-sections__stat {
    grid-column: span 12;
  }
}