.performance-page {
  background: #fff;
}

.performance-hero,
.performance-question-image,
.performance-summary,
.performance-question,
.performance-section > .section-heading,
.performance-step-card,
.performance-training-grid,
.performance-cta {
  width: min(1120px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.performance-hero {
  min-height: 440px;
  padding: 48px 0;
  border-radius: 0 0 8px 8px;
  background:
    linear-gradient(90deg, rgba(24, 59, 91, 0.92), rgba(24, 59, 91, 0.68) 52%, rgba(24, 59, 91, 0.18)),
    url("../brand-assets/images/focused-study-hand-01.webp") center right / cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.performance-hero-inner {
  width: min(660px, calc(100% - 56px));
  margin-left: clamp(24px, 5vw, 70px);
}

.performance-hero h1,
.performance-hero p,
.performance-hero .eyebrow {
  color: #fff;
}

.performance-hero p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

.performance-hero h1 {
  max-width: 660px;
  font-size: clamp(34px, 4.6vw, 48px);
  line-height: 1.28;
}

.performance-summary {
  padding: 24px 0 58px;
}

.performance-question-image {
  padding: 34px 0 12px;
}

.performance-question-panel {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 34px 34px 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: var(--shadow);
  text-align: center;
}

.performance-question-panel > p {
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.performance-question-panel h2 {
  margin-top: 14px;
  color: #111827;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.18;
}

.performance-question-panel h2 strong {
  color: #20a79a;
}

.performance-question-panel img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 74%;
  max-width: 850px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.performance-bubble {
  position: absolute;
  z-index: 2;
  padding: 16px 22px;
  border-radius: 20px;
  background: #fff;
  color: #475569;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.38;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.performance-bubble::after {
  position: absolute;
  bottom: -13px;
  left: 46%;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 0 0 6px 0;
  content: "";
  transform: rotate(45deg);
}

.bubble-one {
  top: 205px;
  left: 15%;
}

.bubble-two {
  top: 360px;
  left: 7%;
}

.bubble-three {
  top: 280px;
  right: 16%;
}

.bubble-four {
  top: 430px;
  right: 7%;
}

.performance-mini-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.performance-mini-table article {
  min-height: 78px;
  padding: 16px 18px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.performance-mini-table article + article {
  border-left: 1px solid var(--line);
}

.performance-mini-table strong {
  color: var(--primary);
  font-size: 18px;
}

.performance-mini-table span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.performance-question {
  padding: 56px 0 66px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 48px;
  align-items: center;
}

.performance-question-copy h2 {
  max-width: 620px;
}

.performance-question-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.performance-question img,
.performance-step-card img,
.performance-training-grid img,
.performance-case img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.performance-question img {
  aspect-ratio: 4 / 3;
}

.performance-dark {
  padding: 72px 0 82px;
  background: #1b2436;
}

.performance-dark-heading {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.performance-dark-heading h2,
.performance-dark-heading p,
.performance-dark-kicker {
  color: #fff;
}

.performance-dark-kicker {
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
}

.performance-dark-kicker::after {
  position: absolute;
  top: -12px;
  right: -58px;
  width: 48px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle, #ff2d6f 44%, transparent 47%) 0 0 / 16px 8px repeat-x;
  content: "";
}

.performance-dark-heading h2 {
  margin-top: 22px;
  font-size: clamp(38px, 5.4vw, 64px);
  font-weight: 900;
  line-height: 1.18;
}

.performance-dark-heading p:not(.performance-dark-kicker) {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.65;
}

.performance-dark-heading strong {
  color: #f8f34c;
}

.performance-assessment-map {
  position: relative;
  width: min(960px, calc(100% - 40px));
  min-height: 330px;
  margin: 64px auto 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.performance-assessment-map article {
  position: absolute;
  top: 30px;
  width: 300px;
  height: 270px;
  padding: 34px;
  border-radius: 50%;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.performance-assessment-map h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

.performance-assessment-map p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.assessment-blue {
  left: 34px;
  background: rgba(65, 76, 203, 0.9);
}

.assessment-purple {
  left: 50%;
  z-index: 2;
  background: rgba(83, 51, 139, 0.92);
  transform: translateX(-50%);
}

.assessment-teal {
  right: 34px;
  background: rgba(70, 174, 181, 0.92);
}

.performance-section {
  padding: 68px 0;
}

.performance-step-card {
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.performance-step-card span {
  color: var(--accent);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.performance-step-card h3 {
  margin-top: 10px;
  color: var(--primary);
  font-size: 30px;
}

.performance-step-card p {
  margin-top: 14px;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.performance-step-card img {
  aspect-ratio: 16 / 9;
}

.performance-green .performance-step-card,
.performance-step-card.performance-green {
  background: linear-gradient(135deg, #f0fdf4, #ffffff);
}

.performance-band {
  padding: 66px 0;
}

.performance-blue {
  background: #eaf4fb;
}

.performance-charcoal {
  background: #1f2937;
}

.performance-charcoal .section-heading h2,
.performance-charcoal .section-heading p,
.performance-charcoal .eyebrow {
  color: #fff;
}

.performance-training-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.performance-training-grid article {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.performance-training-grid img {
  aspect-ratio: 16 / 9;
  border-radius: 0;
  box-shadow: none;
}

.performance-training-grid div {
  padding: 22px;
}

.performance-training-grid span {
  color: var(--accent);
  font-size: 26px;
  font-weight: 900;
}

.performance-training-grid h3 {
  margin-top: 8px;
  color: var(--primary);
  font-size: 24px;
}

.performance-training-grid p {
  margin-top: 10px;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
}

.performance-case {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.performance-case img {
  aspect-ratio: 16 / 7;
  border-radius: 0;
  box-shadow: none;
}

.performance-case div {
  padding: 24px;
}

.performance-case h3 {
  color: var(--primary);
  font-size: 24px;
}

.performance-case p {
  margin-top: 10px;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.78;
}

.performance-cta {
  margin-bottom: 80px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 8px;
  background: var(--primary);
  color: #fff;
}

.performance-cta h2,
.performance-cta p,
.performance-cta .eyebrow {
  color: #fff;
}

.performance-cta p:not(.eyebrow) {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .performance-question,
  .performance-step-card,
  .performance-training-grid {
    grid-template-columns: 1fr;
  }

  .performance-assessment-map {
    min-height: 0;
    padding: 22px;
    border-radius: 8px;
    display: grid;
    gap: 12px;
  }

  .performance-assessment-map article {
    position: static;
    width: 100%;
    height: auto;
    min-height: 132px;
    border-radius: 8px;
    transform: none;
  }

  .performance-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .performance-cta .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .performance-hero {
    min-height: 390px;
    padding: 38px 0;
  }

  .performance-mini-table {
    grid-template-columns: 1fr;
    width: min(360px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .performance-mini-table article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .performance-question,
  .performance-section,
  .performance-band,
  .performance-dark {
    padding: 56px 0;
  }

  .performance-question-image {
    width: min(420px, calc(100% - 20px));
    padding: 22px 0 8px;
  }

  .performance-question-panel {
    min-height: 0;
    padding: 24px 18px 0;
  }

  .performance-question-panel > p {
    font-size: 17px;
  }

  .performance-question-panel h2 {
    margin-top: 8px;
    font-size: 30px;
  }

  .performance-question-panel img {
    position: relative;
    width: 118%;
    max-width: none;
    margin: 18px -9% 0;
  }

  .performance-bubble {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 12px auto 0;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.35;
  }

  .performance-bubble::after {
    display: none;
  }

  .performance-dark-kicker {
    font-size: 18px;
  }

  .performance-dark-kicker::after {
    right: -44px;
    width: 38px;
  }

  .performance-dark-heading h2 {
    margin-top: 16px;
    font-size: 35px;
  }

  .performance-dark-heading p:not(.performance-dark-kicker) {
    margin-top: 18px;
    font-size: 19px;
    line-height: 1.55;
  }

  .performance-assessment-map {
    width: min(360px, calc(100% - 40px));
    margin-top: 34px;
    padding: 14px;
  }

  .performance-assessment-map article {
    padding: 20px;
  }

  .performance-assessment-map h3 {
    font-size: 24px;
  }

  .performance-assessment-map p {
    font-size: 15px;
  }

  .performance-step-card,
  .performance-cta {
    padding: 26px;
  }

  .performance-step-card h3 {
    font-size: 25px;
  }
}
