/* main__video_case_study_results — KPI metric cards */

.gfc.main__video_case_study_results {
  padding: clamp(64px, 9vw, 128px) 0;
  background: #EFF0EF;
  position: relative;
}

.gfc.main__video_case_study_results .vcs-res__container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 80px);
}

/* Section header */
.gfc.main__video_case_study_results .vcs-res__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 56px;
  max-width: 720px;
}

.gfc.main__video_case_study_results .vcs-res__eyebrow {
  font-family: "Caveat", cursive;
  font-size: 32px;
  font-weight: 600;
  color: #00AFAA;
  margin: 0 0 14px;
  line-height: 1;
}

.gfc.main__video_case_study_results .vcs-res__heading {
  font-family: "Gilroy", "Gilroy-Bold", "Manrope", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.022em;
  color: #343741;
  margin: 0 0 22px;
  text-wrap: balance;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
}

.gfc.main__video_case_study_results .vcs-res__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 9px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 11' fill='none'><path d='M2 7.2C18 3.4 42 2.2 65 4.5c22 2.3 44 4 63 1.5' stroke='%2300AFAA' stroke-width='3.2' stroke-linecap='round' fill='none'/></svg>") no-repeat;
  background-size: contain;
}

.gfc.main__video_case_study_results .vcs-res__lede {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: #4A4E59;
  margin: 0;
  text-wrap: pretty;
  max-width: 60ch;
}

/* KPI grid */
.gfc.main__video_case_study_results .vcs-res__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gfc.main__video_case_study_results .vcs-res__card {
  position: relative;
  background: #fff;
  border-radius: 28px;
  padding: 32px 28px 28px;
  box-shadow: 0 2px 6px rgba(52,55,65,.06), 0 1px 2px rgba(52,55,65,.04);
  border: 1px solid #D9DAD9;
  overflow: hidden;
  transition: all .3s ease;
}

.gfc.main__video_case_study_results .vcs-res__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px -16px rgba(52,55,65,.18), 0 4px 12px -6px rgba(52,55,65,.08);
  border-color: transparent;
}

.gfc.main__video_case_study_results .vcs-res__card--accent {
  background: #00AFAA;
  color: #fff;
  border-color: #00AFAA;
}

.gfc.main__video_case_study_results .vcs-res__card--accent .vcs-res__trend  { color: rgba(255,255,255,.85); }
.gfc.main__video_case_study_results .vcs-res__card--accent .vcs-res__num    { color: #fff; }
.gfc.main__video_case_study_results .vcs-res__card--accent .vcs-res__num em { color: rgba(255,255,255,.9); }
.gfc.main__video_case_study_results .vcs-res__card--accent .vcs-res__label  { color: #fff; }
.gfc.main__video_case_study_results .vcs-res__card--accent .vcs-res__detail { color: rgba(255,255,255,.8); }

/* Trend row */
.gfc.main__video_case_study_results .vcs-res__trend {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Caveat", cursive;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #00AFAA;
  margin-bottom: 18px;
}

.gfc.main__video_case_study_results .vcs-res__trend svg {
  width: 25px;
  height: 25px;
}

/* Large number */
.gfc.main__video_case_study_results .vcs-res__num {
  font-family: "Gilroy", "Gilroy-Bold", "Manrope", sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.035em;
  color: #343741;
  display: flex;
  align-items: baseline;
}

.gfc.main__video_case_study_results .vcs-res__num em {
  font-style: normal;
  font-size: .5em;
  font-weight: 600;
  margin-left: 2px;
  color: #B31983;
}

.gfc.main__video_case_study_results .vcs-res__label {
  font-weight: 600;
  font-size: 22px;
  margin-top: 14px;
  color: #343741;
  line-height: 1.2;
  letter-spacing: -.015em;
}

.gfc.main__video_case_study_results .vcs-res__detail {
  font-size: 15.5px;
  margin-top: 8px;
  color: #6B6F7A;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 960px) {
  .gfc.main__video_case_study_results .vcs-res__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .gfc.main__video_case_study_results .vcs-res__grid { grid-template-columns: 1fr; }
  .gfc.main__video_case_study_results .vcs-res__trend { font-size: 22px; }
}
