.growth-mindset-club-app {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(232, 248, 241, 0.95), rgba(250, 252, 251, 0) 440px),
    #fafbfd;
}

.growth-mindset-home-card,
.growth-mindset-theme .psychology-hero {
  border-color: #b9e4d4;
  background: #f3fcf8;
  box-shadow: 0 16px 42px rgba(24, 132, 102, 0.11);
}

.growth-mindset-home-card .psychology-kicker,
.growth-mindset-home-card .psychology-home-progress strong,
.growth-mindset-theme .psychology-kicker,
.growth-mindset-theme .psychology-hero-progress strong,
.growth-mindset-theme .psychology-brand {
  color: #126b53;
}

.growth-mindset-home-card .psychology-home-skills span {
  border-color: #c8eadf;
  color: #345f53;
}

.growth-mindset-home-card .psychology-home-progress > span,
.growth-mindset-theme .psychology-hero-progress > span {
  background: #d8eee7;
}

.growth-mindset-home-card .psychology-home-progress i,
.growth-mindset-theme .psychology-hero-progress i,
.growth-mindset-home-card .psychology-home-cta,
.growth-mindset-theme > .psychology-hero .psychology-primary {
  background: #188466;
  color: #fff;
}

.growth-mindset-home-card .psychology-home-cta:hover,
.growth-mindset-home-card .psychology-home-cta:focus-visible,
.growth-mindset-theme > .psychology-hero .psychology-primary:hover,
.growth-mindset-theme > .psychology-hero .psychology-primary:focus-visible {
  background: #126b53;
  color: #fff;
  box-shadow: 0 12px 24px rgba(24, 132, 102, 0.25);
  outline-color: rgba(24, 132, 102, 0.2);
}

.growth-mindset-theme .psychology-grade-pill {
  border-color: #c7e8dd;
  color: #126b53;
}

.growth-mindset-theme .psychology-back-link:hover,
.growth-mindset-theme .psychology-back-link:focus-visible {
  color: #126b53;
  outline-color: #c7e8dd;
}

.growth-mindset-section-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.growth-mindset-home-art,
.growth-mindset-hero-art {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 210, 76, 0.5) 0 10%, transparent 10.5%),
    radial-gradient(circle at 86% 78%, rgba(84, 205, 156, 0.28) 0 16%, transparent 16.5%),
    linear-gradient(145deg, #ddf7ea, #fff3c9);
}

.growth-mindset-hero-art {
  min-height: 500px;
  display: grid;
  place-items: center;
}

.growth-mindset-art {
  position: relative;
  width: min(92%, 520px);
  aspect-ratio: 1.08;
  margin: auto;
}

.growth-mindset-art--small {
  width: min(92%, 390px);
}

.growth-mindset-mascot,
.growth-mindset-book {
  position: absolute;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 14px 18px rgba(54, 71, 126, 0.16));
}

.growth-mindset-mascot {
  left: 18%;
  bottom: 15%;
  width: 150px;
  height: 150px;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 42%;
  background: #ffd866;
  font-size: 92px;
  transform: rotate(-4deg);
}

.growth-mindset-book {
  right: 10%;
  bottom: 10%;
  width: 126px;
  height: 112px;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  background: #7fd7b1;
  font-size: 65px;
  transform: rotate(7deg);
}

.growth-mindset-chip {
  position: absolute;
  min-height: 34px;
  padding: 0 13px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #188466;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 9px 20px rgba(24, 132, 102, 0.2);
}

.growth-mindset-chip.is-memory {
  top: 11%;
  left: 7%;
  transform: rotate(-5deg);
}

.growth-mindset-chip.is-habit {
  top: 4%;
  right: 8%;
  background: #a65713;
  transform: rotate(4deg);
}

.growth-mindset-chip.is-health {
  top: 35%;
  right: 0;
  background: #7750bd;
  transform: rotate(-3deg);
}

.growth-mindset-star {
  position: absolute;
  top: 34%;
  left: 45%;
  font-size: 42px;
  transform: rotate(10deg);
}

.growth-mindset-family-note {
  border-color: #c4e7db;
  background: #f0faf6;
}

.growth-mindset-family-note strong {
  color: #126b53;
}

.growth-mindset-theme .psychology-answer strong,
.growth-mindset-theme .psychology-lesson-row strong,
.growth-mindset-theme .psychology-primary,
.growth-mindset-theme .psychology-secondary {
  text-wrap: pretty;
}

@media (max-width: 920px) {
  .growth-mindset-hero-art {
    min-height: 310px;
  }

  .growth-mindset-art--large {
    width: min(90%, 430px);
  }
}

@media (max-width: 700px) {
  .growth-mindset-section-grid {
    grid-template-columns: 1fr;
  }

  .growth-mindset-home-art {
    min-height: 250px;
  }

  .growth-mindset-hero-art {
    min-height: 270px;
  }

  .growth-mindset-mascot {
    width: 104px;
    height: 104px;
    border-width: 6px;
    font-size: 62px;
  }

  .growth-mindset-book {
    width: 90px;
    height: 82px;
    border-width: 5px;
    font-size: 48px;
  }

  .growth-mindset-chip {
    min-height: 29px;
    padding: 0 10px;
    border-width: 2px;
    font-size: 9px;
  }

  .growth-mindset-star {
    font-size: 30px;
  }
}
