.results-showcase {
  --results-navy: #03243a;
  --results-ink: #102945;
  --results-orange: #ff6a3d;
  --results-green: #087349;
  --results-red: #dc2229;
  overflow: hidden;
  scroll-margin-top: 78px;
  background: #f5f8fa;
}

.results-showcase__hero {
  position: relative;
  overflow: hidden;
  min-height: 456px;
  padding: 30px 0 44px;
  color: #fff;
  background: #03243a;
}

.results-showcase__hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(34%, 500px);
  content: "";
  background: linear-gradient(90deg, rgba(3, 36, 58, .1), #03243a 92%), linear-gradient(180deg, rgba(3, 36, 58, .18), rgba(3, 36, 58, .9)), image-set(url("/assets/img/operations/carga-fechada.webp") type("image/webp"), url("/assets/img/operations/carga-fechada.png") type("image/png")) center / cover no-repeat;
  opacity: .85;
}

.results-showcase__hero::after {
  position: absolute;
  right: -90px;
  bottom: -160px;
  width: 370px;
  height: 290px;
  border: 1px solid rgba(123, 169, 194, .28);
  border-radius: 60% 0 0 0;
  box-shadow: 0 0 0 18px rgba(123, 169, 194, .08), 0 0 0 36px rgba(123, 169, 194, .05);
  content: "";
  transform: rotate(-10deg);
}

.results-showcase__container,
.results-showcase__proof-container {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 56px));
}

.results-showcase__brandline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin: 2px 0 13px;
  color: #a9c0cf;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.results-showcase__brandline span {
  display: block;
  width: 35px;
  height: 2px;
  background: var(--results-orange);
}

.results-showcase__header {
  margin: 0 auto 13px;
  text-align: center;
}

.results-showcase__header .eyebrow { display: none; }

.results-showcase__header h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.results-showcase__header h2 em {
  color: var(--results-orange);
  font-style: normal;
}

.results-showcase__header p {
  margin: 7px 0 0;
  color: #b7c9d5;
  font-size: 15px;
  font-weight: 600;
}

.results-showcase__cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto;
}

.result-case {
  display: grid;
  grid-template-columns: minmax(185px, .95fr) 1px minmax(0, 1.08fr);
  grid-template-rows: 138px auto;
  column-gap: 16px;
  align-items: center;
  min-width: 0;
  min-height: 276px;
  padding: 22px 21px 17px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 15px 26px rgba(0, 12, 27, .24);
}

.result-case__brand {
  display: flex;
  width: 100%;
  height: 108px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.result-case__brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.result-case__divider {
  width: 1px;
  height: 98px;
  background: #d5dfe5;
}

.result-case__result { align-self: center; }

.result-case__number {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.result-case__number strong {
  color: var(--results-ink);
  font-size: clamp(46px, 3.7vw, 64px);
  font-weight: 900;
  line-height: .86;
  letter-spacing: -.07em;
}

.result-case__number span {
  color: var(--results-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.08;
}

.result-case__number b {
  color: var(--results-green);
  font-size: 15px;
  font-weight: 800;
}

.result-case--solution .result-case__number b { color: var(--results-red); }

.result-case__instagram {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  color: var(--results-ink);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.result-case__instagram span { overflow-wrap: anywhere; }

.result-case__instagram-icon {
  width: 22px;
  height: 22px;
  flex: none;
  object-fit: contain;
}

.result-case__metrics,
.result-case__single-metric {
  grid-column: 1 / -1;
  align-self: end;
}

.result-case__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.result-case__metrics li,
.result-case__single-metric {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 11px;
  background: #eef8f4;
  text-align: center;
}

.result-case__metrics strong {
  color: var(--results-green);
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
}

.result-case__metrics li {
  flex-direction: column;
  padding: 7px 10px 6px;
}

.result-case__metrics span {
  color: #183b3d;
  font-size: 10px;
  line-height: 1.1;
}

.result-case__metrics--solution li {
  background: #fff0f0;
}

.result-case__metrics--solution strong,
.result-case--solution .result-case__metrics span {
  color: var(--results-red);
}

.result-case--solution .result-case__metrics span {
  color: #6f3a3d;
}

.result-case--solution .result-case__single-metric {
  justify-content: flex-start;
  gap: 14px;
  padding: 0 21px;
  background: #fff0f0;
  color: var(--results-ink);
}

.result-case__single-metric strong { font-size: 14px; }

.result-case__metric-icon {
  display: inline-flex;
  height: 27px;
  align-items: end;
  gap: 4px;
}

.result-case__metric-icon i {
  display: block;
  width: 5px;
  border-radius: 3px 3px 0 0;
  background: var(--results-red);
}

.result-case__metric-icon i:nth-child(1) { height: 12px; }
.result-case__metric-icon i:nth-child(2) { height: 20px; }
.result-case__metric-icon i:nth-child(3) { height: 27px; }

.results-showcase__proof {
  position: relative;
  overflow: hidden;
  padding: 28px 0 18px;
  background: #f6f9fb;
}

.results-showcase__proof::after {
  position: absolute;
  right: -150px;
  bottom: -170px;
  width: 470px;
  height: 260px;
  border: 1px solid rgba(115, 153, 176, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 21px rgba(115, 153, 176, .08), 0 0 0 42px rgba(115, 153, 176, .06);
  content: "";
  transform: rotate(-13deg);
}

.results-showcase__proof-container { position: relative; z-index: 1; }

.results-showcase__proof-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.results-showcase__proof-head .eyebrow { margin: 0; color: var(--results-ink); }

.results-showcase__proof-head p {
  margin: 0;
  color: #536c83;
  font-size: 14px;
}

.results-showcase__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.results-showcase__logos li {
  display: grid;
  flex: 0 1 calc((100% - 30px) / 4);
  height: 70px;
  box-sizing: border-box;
  overflow: hidden;
  place-items: center;
  padding: 9px 15px;
  border: 1px solid #e2eaf0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(16, 41, 69, .05);
}

.results-showcase__logos li:nth-child(5) {
  position: relative;
  padding: 0;
  border-color: #052344;
  background: #052344;
}

.results-showcase__logos li:nth-child(5) .results-showcase__logo-frame {
  position: absolute;
  inset: -1px;
  width: auto;
  height: auto;
  border-radius: inherit;
}

.results-showcase__logos li:nth-child(5) .results-showcase__logo-art {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  transform: translateY(-10px) scale(1.12);
  transform-origin: center;
}

.results-showcase__logo-frame {
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  place-items: center;
}

.results-showcase__logo-art {
  display: block;
  width: min(220px, 100%);
  height: 44px;
  object-fit: contain;
  object-position: center;
  transform: scale(1.4);
}

.results-showcase__logo-frame--dark {
  border-radius: 4px;
  background: #061e3d;
}

.results-showcase__cta {
  display: flex;
  width: min(360px, 100%);
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 30px auto 8px;
  border-radius: 999px;
  font-size: 14px;
}

@media (max-width: 1040px) {
  .results-showcase__cases { max-width: 940px; }
  .result-case { column-gap: 15px; padding-inline: 19px; }
  .result-case__number span,
  .result-case__number b { font-size: 15px; }
}

@media (max-width: 760px) {
  .results-showcase__hero { min-height: 0; padding: 28px 0 36px; }
  .results-showcase__container,
  .results-showcase__proof-container { width: calc(100% - 30px); }
  .results-showcase__brandline { justify-content: center; margin-bottom: 17px; font-size: 8px; letter-spacing: .2em; }
  .results-showcase__header h2 { font-size: clamp(38px, 10.5vw, 56px); }
  .results-showcase__header p { font-size: 14px; }
  .results-showcase__cases { grid-template-columns: 1fr; gap: 14px; }
  .result-case { grid-template-columns: minmax(130px, .86fr) 1px minmax(0, 1.14fr); min-height: 230px; }
  .result-case__brand { height: 88px; }
  .result-case__number strong { font-size: 58px; }
  .result-case__instagram { max-width: none; gap: 5px; font-size: clamp(7.5px, 2.15vw, 9px); line-height: 1; letter-spacing: -.02em; }
  .result-case__instagram span { overflow-wrap: normal; white-space: nowrap; }
  .result-case__metrics li { flex-direction: column; gap: 4px; }
  .result-case__metrics strong { font-size: 20px; }
  .results-showcase__proof { padding-top: 28px; }
  .results-showcase__proof-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .results-showcase__logos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .results-showcase__logos li { height: 64px; flex-basis: calc((100% - 10px) / 2); }
  .results-showcase__logo-art { transform: scale(1.2); }
  .results-showcase__logos li:last-child { flex-grow: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .results-showcase *,
  .results-showcase *::before,
  .results-showcase *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
