/* main__video_case_study_summary — Challenge / Objective / Solution cards */

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

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

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

.gfc.main__video_case_study_summary .vcs-sum__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_summary .vcs-sum__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_summary .vcs-sum__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_summary .vcs-sum__lede {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: #4A4E59;
  margin: 0;
  text-wrap: pretty;
  max-width: 60ch;
}

/* Cards grid */
.gfc.main__video_case_study_summary .vcs-sum__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

.gfc.main__video_case_study_summary .vcs-sum__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);
}

/* Step label */
.gfc.main__video_case_study_summary .vcs-sum__step {
  font-family: "Caveat", cursive;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}

/* Step label color matches icon badge accent per card type */
.gfc.main__video_case_study_summary .vcs-sum__card--challenge .vcs-sum__step { color: #B31983; }
.gfc.main__video_case_study_summary .vcs-sum__card--objective .vcs-sum__step { color: #00AFAA; }
.gfc.main__video_case_study_summary .vcs-sum__card--solution  .vcs-sum__step { color: #F47721; }


/* Icon badge */
.gfc.main__video_case_study_summary .vcs-sum__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
}

.gfc.main__video_case_study_summary .vcs-sum__card--challenge .vcs-sum__icon { background: #B31983; }
.gfc.main__video_case_study_summary .vcs-sum__card--objective .vcs-sum__icon { background: #00AFAA; }
.gfc.main__video_case_study_summary .vcs-sum__card--solution  .vcs-sum__icon { background: #F47721; }

/* Card text */
.gfc.main__video_case_study_summary .vcs-sum__card-heading {
  font-family: "Gilroy", "Gilroy-Bold", "Manrope", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -.015em;
  margin: 0 0 12px;
  color: #343741;
  line-height: 1.2;
}

.gfc.main__video_case_study_summary .vcs-sum__card-copy {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #4A4E59;
}

/* Responsive */
@media (max-width: 880px) {
  .gfc.main__video_case_study_summary .vcs-sum__grid { grid-template-columns: 1fr; }
}
