/* Luseri Kids Lab public product page. Visual source of truth: docs/design-system.md */

.page--activities {
  max-width: none;
  padding: 0;
}

.activities-body {
  background: #f8f5fc;
}

.activities-shell {
  margin: 0 auto;
  max-width: 1284px;
  padding-inline: 26px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.activities-section {
  padding-block: 110px;
  position: relative;
}

.activities-kicker {
  align-items: center;
  color: #7646df;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 9px;
  letter-spacing: 0.13em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.activities-kicker span {
  color: #dca85f;
}

.activities-kicker--night {
  color: #dccdff;
}

.activities-heading {
  max-width: 710px;
}

.activities-heading h2,
.activities-visual__copy h2,
.activities-continuity__copy h2,
.activities-print__copy h2,
.activities-final h2 {
  color: #211338;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -0.055em;
  line-height: 1.06;
  margin: 0;
}

.activities-heading > p:last-child,
.activities-heading--split > p,
.activities-visual__copy > p,
.activities-continuity__copy > p,
.activities-print__copy > p {
  color: #70657e;
  font-size: 17px;
  line-height: 1.72;
  margin: 24px 0 0;
}

.activities-heading--center {
  margin-inline: auto;
  text-align: center;
}

.activities-heading--center .activities-kicker {
  justify-content: center;
}

.activities-heading--split {
  align-items: end;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  max-width: none;
}

.activities-heading--split > p {
  margin: 0 0 4px;
}

.activities-heading--split > * {
  min-width: 0;
}

.activities-heading--night h2,
.activities-heading--night > p:last-child {
  color: #fff;
}

.activities-heading--night > p:last-child {
  opacity: 0.72;
}

.activities-button {
  align-items: center;
  border: 0;
  border-radius: 17px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 14px;
  justify-content: center;
  letter-spacing: -0.01em;
  min-height: 56px;
  padding: 15px 23px;
  text-decoration: none;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.activities-button:hover {
  transform: translateY(-2px);
}

.activities-button--primary {
  background: linear-gradient(135deg, #9b61ff 0%, #7134ed 48%, #ec4fa5 100%);
  box-shadow: 0 15px 40px rgb(111 51 235 / 0.34), inset 0 1px 0 rgb(255 255 255 / 0.3);
  color: #fff;
}

.activities-button--secondary {
  background: #281642;
  box-shadow: 0 14px 35px rgb(30 14 53 / 0.18);
  color: #fff;
}

.activities-text-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}

.activities-text-link span {
  align-items: center;
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 50%;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.activities-text-link--dark {
  color: #503673;
  margin-top: 28px;
}

.activities-text-link--dark span {
  border-color: rgb(80 54 115 / 0.18);
}

/* Hero */

.activities-hero {
  align-items: center;
  background:
    radial-gradient(circle at 15% 20%, rgb(143 74 255 / 0.24), transparent 28%),
    radial-gradient(circle at 88% 72%, rgb(35 192 209 / 0.16), transparent 31%),
    linear-gradient(145deg, #0d0623 0%, #17092f 48%, #09051b 100%);
  color: #fff;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  padding: 116px 0 44px;
  position: relative;
}

.activities-hero::after {
  background-image: linear-gradient(rgb(255 255 255 / 0.025) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
  pointer-events: none;
  position: absolute;
}

.activities-hero__orb {
  border-radius: 50%;
  filter: blur(24px);
  pointer-events: none;
  position: absolute;
}

.activities-hero__orb--violet {
  background: rgb(139 72 255 / 0.22);
  height: 420px;
  left: -150px;
  top: 12%;
  width: 420px;
}

.activities-hero__orb--cyan {
  background: rgb(37 202 214 / 0.12);
  bottom: -140px;
  height: 480px;
  right: -120px;
  width: 480px;
}

.activities-hero__stars i,
.activities-demo__orb::before,
.activities-demo__orb::after {
  background: #ffe3a6;
  border-radius: 50%;
  box-shadow: 0 0 14px #ffd67f;
  height: 3px;
  position: absolute;
  width: 3px;
  z-index: 1;
}

.activities-hero__stars i:nth-child(1) { left: 7%; top: 32%; }
.activities-hero__stars i:nth-child(2) { left: 45%; top: 18%; }
.activities-hero__stars i:nth-child(3) { left: 57%; top: 75%; }
.activities-hero__stars i:nth-child(4) { right: 8%; top: 22%; }
.activities-hero__stars i:nth-child(5) { bottom: 12%; left: 24%; }

.activities-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.83fr) minmax(560px, 1.17fr);
}

.activities-hero__copy {
  padding-top: 2px;
}

.activities-hero h1 {
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(43px, 4.25vw, 66px);
  letter-spacing: -0.06em;
  line-height: 1.01;
  margin: 0;
  max-width: 650px;
}

.activities-hero h1 span {
  background: linear-gradient(90deg, #dcbcff, #ffaed2 52%, #ffe0a4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.activities-hero__lead {
  color: rgb(244 238 255 / 0.78);
  font-size: 17px;
  line-height: 1.7;
  margin: 24px 0 0;
  max-width: 570px;
}

.activities-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.activities-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.activities-hero__proof li {
  align-items: center;
  color: rgb(244 238 255 / 0.68);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
}

.activities-hero__proof span {
  color: #78e2ca;
}

.activities-hero__player {
  margin: 0;
  min-width: 0;
  position: relative;
}

.activities-hero__player::before {
  background: linear-gradient(135deg, rgb(160 97 255 / 0.28), rgb(47 207 210 / 0.14));
  border-radius: 50%;
  content: "";
  filter: blur(38px);
  inset: 8% 2%;
  position: absolute;
}

.activities-player-card {
  aspect-ratio: 1.42;
  background: #1e1139;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 30px;
  box-shadow: 0 42px 100px rgb(1 0 12 / 0.55), inset 0 1px 0 rgb(255 255 255 / 0.14);
  overflow: hidden;
  position: relative;
  transform: perspective(1200px) rotateY(-1.5deg) rotateX(0.5deg);
}

.activities-player-card__media,
.activities-player-card__media img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.activities-player-card__media img {
  object-fit: cover;
}

.activities-player-card__shade {
  background: linear-gradient(to bottom, rgb(7 3 20 / 0.2), transparent 35%, rgb(8 3 22 / 0.28) 58%, rgb(8 3 22 / 0.94));
  inset: 0;
  position: absolute;
}

.activities-player-card__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 17px;
}

.activities-player-card__profile {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgb(16 8 38 / 0.64);
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 99px;
  display: inline-flex;
  font-size: 11px;
  gap: 8px;
  padding: 6px 10px 6px 6px;
}

.activities-player-card__profile i {
  align-items: center;
  background: linear-gradient(135deg, #ffc376, #f16da7);
  border-radius: 50%;
  display: inline-flex;
  font-style: normal;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.activities-player-card__progress {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgb(16 8 38 / 0.54);
  border: 1px solid rgb(255 255 255 / 0.15);
  border-radius: 99px;
  display: flex;
  gap: 5px;
  padding: 9px 11px;
}

.activities-player-card__progress i {
  background: rgb(255 255 255 / 0.23);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.activities-player-card__progress i:nth-child(-n + 2) {
  background: #ffd78b;
  box-shadow: 0 0 9px rgb(255 215 139 / 0.7);
}

.activities-player-card__progress small {
  color: rgb(255 255 255 / 0.65);
  font-size: 9px;
  margin-left: 3px;
}

.activities-player-card__mission {
  align-items: center;
  bottom: 17px;
  display: flex;
  gap: 12px;
  left: 18px;
  max-width: calc(100% - 168px);
  position: absolute;
}

.activities-player-card__companion {
  align-items: center;
  background: radial-gradient(circle at 35% 30%, #fff6b3, #ffbc55 48%, #9d55ff);
  border: 2px solid rgb(255 255 255 / 0.68);
  border-radius: 50%;
  box-shadow: 0 0 24px rgb(255 204 112 / 0.55);
  display: flex;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.activities-player-card__mission div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.activities-player-card__mission small {
  color: #ffe5a3;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.activities-player-card__mission strong {
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 1.28;
}

.activities-player-card__mission div > span {
  color: #aaeadc;
  font-size: 9px;
  font-weight: 800;
}

.activities-player-card__answers {
  bottom: 22px;
  display: flex;
  gap: 6px;
  position: absolute;
  right: 18px;
}

.activities-player-card__answers span {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgb(255 255 255 / 0.13);
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 11px;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 37px;
  justify-content: center;
  width: 37px;
}

.activities-player-card__answers .is-active {
  background: linear-gradient(145deg, #ffe7a6, #e9a553);
  border-color: #fff0c2;
  box-shadow: 0 0 20px rgb(255 210 127 / 0.36);
  color: #3b2145;
}

.activities-hero__player figcaption {
  color: rgb(245 238 255 / 0.46);
  font-size: 10px;
  line-height: 1.5;
  margin: 12px auto 0;
  max-width: 520px;
  text-align: center;
}

/* Story task */

.activities-story-task {
  background: #fbf9fd;
}

.activities-story-task__compare {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.82fr) 44px minmax(0, 1.48fr);
  margin-top: 62px;
}

.activities-plain-task,
.activities-world-task {
  border-radius: 29px;
  overflow: hidden;
}

.activities-plain-task {
  background: #fff;
  border: 1px solid #e7e0ed;
  box-shadow: 0 24px 60px rgb(48 31 69 / 0.08);
  padding: 34px;
  text-align: center;
}

.activities-card-label {
  color: #877e90;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.activities-card-label--night {
  color: #cbb8ef;
}

.activities-plain-task h3,
.activities-world-task h3 {
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 22px;
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin: 16px 0 26px;
}

.activities-plain-task__dots {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto 24px;
  max-width: 210px;
}

.activities-plain-task__dots i {
  background: #ece7f2;
  border: 1px solid #ddd4e6;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.activities-plain-task__answers {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.activities-plain-task__answers span {
  align-items: center;
  border: 1px solid #ddd5e5;
  border-radius: 11px;
  color: #72687e;
  display: flex;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  width: 48px;
}

.activities-plain-task p {
  color: #938b9b;
  font-size: 12px;
  margin: 24px 0 0;
}

.activities-story-task__arrow {
  align-items: center;
  background: #fff;
  border: 1px solid #e2d8eb;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgb(52 33 75 / 0.09);
  color: #8b52eb;
  display: flex;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  position: relative;
  width: 44px;
  z-index: 2;
}

.activities-world-task {
  background: #180c34;
  box-shadow: 0 28px 80px rgb(29 13 57 / 0.2);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  min-height: 360px;
}

.activities-world-task__sky {
  background:
    radial-gradient(circle at 54% 40%, rgb(255 226 157 / 0.18), transparent 22%),
    linear-gradient(155deg, #3a226a, #101a48 66%, #0d2342);
  overflow: hidden;
  position: relative;
}

.activities-world-task__sky::after {
  background: #172949;
  border-radius: 50% 50% 0 0;
  bottom: -28%;
  content: "";
  height: 55%;
  left: -15%;
  position: absolute;
  transform: rotate(8deg);
  width: 130%;
}

.activities-world-task__sky > i {
  background: #ffe2a0;
  border-radius: 50%;
  box-shadow: 0 0 15px #ffd47d;
  height: 5px;
  position: absolute;
  width: 5px;
  z-index: 2;
}

.activities-world-task__sky > i:nth-child(1) { left: 18%; top: 23%; }
.activities-world-task__sky > i:nth-child(2) { left: 38%; top: 46%; }
.activities-world-task__sky > i:nth-child(3) { right: 17%; top: 20%; }
.activities-world-task__sky > i:nth-child(4) { right: 28%; top: 50%; }
.activities-world-task__sky > i:nth-child(5) { left: 58%; top: 31%; }

.activities-world-task__lighthouse {
  background: linear-gradient(90deg, #ddd5ea, #fff4d7 52%, #baacce);
  bottom: 20%;
  clip-path: polygon(38% 0, 62% 0, 70% 18%, 66% 100%, 34% 100%, 30% 18%);
  height: 105px;
  position: absolute;
  right: 18%;
  width: 54px;
  z-index: 3;
}

.activities-world-task__lighthouse::before {
  background: #ffd979;
  box-shadow: 0 0 25px #ffe29c;
  content: "";
  height: 15px;
  left: 15px;
  position: absolute;
  top: 25px;
  width: 24px;
}

.activities-world-task__hero {
  align-items: center;
  background: linear-gradient(145deg, #b06cff, #6b38d7);
  border: 3px solid #e8c9ff;
  border-radius: 50% 50% 44% 44%;
  bottom: 16%;
  display: flex;
  font-family: "Unbounded", sans-serif;
  height: 60px;
  justify-content: center;
  left: 20%;
  position: absolute;
  width: 48px;
  z-index: 4;
}

.activities-world-task__content {
  align-self: center;
  padding: 36px 38px;
}

.activities-world-task__content h3 {
  margin-bottom: 14px;
}

.activities-world-task__content p {
  color: rgb(255 255 255 / 0.64);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.activities-world-task__reward {
  align-items: center;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.13);
  border-radius: 13px;
  color: #f9dc9d;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  gap: 9px;
  margin-top: 22px;
  padding: 12px 14px;
  width: fit-content;
}

/* Formula */

.activities-formula {
  background:
    radial-gradient(circle at 80% 14%, rgb(123 74 235 / 0.2), transparent 28%),
    linear-gradient(145deg, #150a2d, #241044 56%, #100826);
  color: #fff;
  overflow: hidden;
}

.activities-formula__glow {
  background: rgb(36 207 197 / 0.12);
  border-radius: 50%;
  bottom: -180px;
  filter: blur(35px);
  height: 420px;
  left: -120px;
  position: absolute;
  width: 420px;
}

.activities-formula .activities-heading h2,
.activities-formula .activities-heading > p {
  color: #fff;
}

.activities-formula .activities-heading > p {
  opacity: 0.64;
}

.activities-formula__rail {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1.32fr;
  margin-top: 58px;
}

.activities-formula__rail article {
  background: rgb(255 255 255 / 0.075);
  border: 1px solid rgb(255 255 255 / 0.13);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  min-height: 178px;
  padding: 18px;
  position: relative;
}

.activities-formula__rail article > span {
  color: rgb(255 255 255 / 0.36);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.activities-formula__rail article > i {
  align-items: center;
  background: rgb(255 255 255 / 0.09);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 13px;
  color: #e0c4ff;
  display: flex;
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  font-style: normal;
  height: 46px;
  justify-content: center;
  margin: 18px 0 auto;
  width: 46px;
}

.activities-formula__rail article > small {
  color: rgb(255 255 255 / 0.48);
  font-size: 9px;
  margin-top: 16px;
}

.activities-formula__rail article > strong {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 3px;
}

.activities-formula__rail > b {
  align-items: center;
  color: rgb(255 255 255 / 0.25);
  display: flex;
  font-size: 18px;
  justify-content: center;
}

.activities-formula__rail .activities-formula__result {
  background: linear-gradient(145deg, rgb(158 94 255 / 0.27), rgb(239 79 155 / 0.17));
  border-color: rgb(238 199 255 / 0.3);
  box-shadow: 0 22px 50px rgb(5 2 18 / 0.28);
}

.activities-formula__rail .activities-formula__result > i {
  background: linear-gradient(145deg, #ffd58a, #e599f2);
  box-shadow: 0 0 25px rgb(242 180 158 / 0.3);
  color: #3f2457;
}

.activities-formula__action {
  align-items: center;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 30px;
}

.activities-formula__action p {
  color: rgb(255 255 255 / 0.6);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  max-width: 620px;
}

/* Visual personalization */

.activities-visual {
  background: #f7f3fa;
}

.activities-visual__grid {
  align-items: center;
  display: grid;
  gap: clamp(50px, 7vw, 94px);
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1.26fr);
}

.activities-visual__copy > p {
  margin-top: 22px;
}

.activities-visual__copy ul {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.activities-visual__copy li {
  align-items: center;
  background: rgb(255 255 255 / 0.72);
  border: 1px solid #e8e0ed;
  border-radius: 16px;
  display: grid;
  gap: 4px 13px;
  grid-template-columns: 35px 1fr;
  padding: 13px 15px;
}

.activities-visual__copy li > span {
  align-items: center;
  background: #f0e7fb;
  border-radius: 10px;
  color: #7843df;
  display: flex;
  font-size: 9px;
  font-weight: 900;
  grid-row: 1 / 3;
  height: 35px;
  justify-content: center;
}

.activities-visual__copy li strong {
  font-size: 12px;
}

.activities-visual__copy li small {
  color: #817789;
  font-size: 10px;
  line-height: 1.4;
}

.activities-visual__sequence {
  align-items: center;
  display: grid;
  grid-template-columns: 0.72fr 32px 0.84fr 32px 1.24fr;
  min-height: 460px;
}

.activities-visual__profile,
.activities-visual__portrait,
.activities-visual__scene {
  border-radius: 24px;
  box-shadow: 0 24px 65px rgb(54 31 78 / 0.16);
  overflow: hidden;
  position: relative;
}

.activities-visual__profile {
  background: #fff;
  border: 1px solid #e9e1ed;
  display: flex;
  flex-direction: column;
  padding: 22px;
  z-index: 3;
}

.activities-visual__avatar {
  align-items: center;
  background: linear-gradient(145deg, #f1bd78, #bb6cf7);
  border: 4px solid #f4e7ff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Unbounded", sans-serif;
  height: 78px;
  justify-content: center;
  margin-bottom: 20px;
  width: 78px;
}

.activities-visual__profile small,
.activities-visual__portrait small,
.activities-visual__scene small {
  color: #8a8091;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.activities-visual__profile strong {
  font-size: 15px;
  margin-top: 5px;
}

.activities-visual__profile p {
  color: #817789;
  font-size: 10px;
  line-height: 1.5;
  margin: 7px 0 18px;
}

.activities-visual__profile > i {
  background: #f6f1f9;
  border-radius: 9px;
  color: #7d6f8b;
  font-size: 8px;
  font-style: normal;
  padding: 8px 9px;
}

.activities-visual__portrait {
  aspect-ratio: 0.82;
  transform: translateY(-32px);
  z-index: 2;
}

.activities-visual__scene {
  aspect-ratio: 1.05;
  transform: translateY(24px);
  z-index: 1;
}

.activities-visual__portrait img,
.activities-visual__scene img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.activities-visual__portrait img {
  object-position: 25% center;
}

.activities-visual__scene img {
  object-position: 64% center;
}

.activities-visual__portrait::after,
.activities-visual__scene::after {
  background: linear-gradient(to bottom, transparent 40%, rgb(18 8 39 / 0.86));
  content: "";
  inset: 0;
  position: absolute;
}

.activities-visual__portrait > span,
.activities-visual__scene > span {
  bottom: 17px;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 2;
}

.activities-visual__portrait small,
.activities-visual__scene small {
  color: rgb(255 255 255 / 0.58);
}

.activities-visual__portrait strong,
.activities-visual__scene strong {
  font-size: 12px;
  margin-top: 4px;
}

.activities-visual__connector {
  align-items: center;
  background: #fff;
  border: 1px solid #e3d8eb;
  border-radius: 50%;
  color: #8952e4;
  display: flex;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
  z-index: 5;
}

/* Skills */

.activities-skills {
  background: #fff;
}

.activities-skills__mosaic {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 60px;
}

.activity-skill {
  border: 1px solid #e9e1ee;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  min-height: 245px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.activity-skill:hover {
  box-shadow: 0 24px 55px rgb(60 34 88 / 0.11);
  transform: translateY(-4px);
}

.activity-skill:nth-child(1),
.activity-skill:nth-child(6) {
  grid-column: span 4;
}

.activity-skill:nth-child(2),
.activity-skill:nth-child(3),
.activity-skill:nth-child(4),
.activity-skill:nth-child(5) {
  grid-column: span 4;
}

.activity-skill--count { background: linear-gradient(145deg, #fff4e6, #fffaf4); }
.activity-skill--logic { background: linear-gradient(145deg, #efe9ff, #faf8ff); }
.activity-skill--attention { background: linear-gradient(145deg, #e9f8f6, #f8fffd); }
.activity-skill--letters { background: linear-gradient(145deg, #fff0f6, #fff9fc); }
.activity-skill--hand { background: linear-gradient(145deg, #ecf2ff, #f8faff); }
.activity-skill--mix { background: linear-gradient(145deg, #251144, #4b1d68); border-color: transparent; color: #fff; }

.activity-skill__mark {
  align-items: center;
  background: rgb(255 255 255 / 0.8);
  border: 1px solid rgb(94 59 126 / 0.1);
  border-radius: 16px;
  color: #6d3ac9;
  display: flex;
  font-family: "Unbounded", sans-serif;
  font-size: 17px;
  height: 54px;
  justify-content: center;
  margin-bottom: 34px;
  width: 60px;
}

.activity-skill--mix .activity-skill__mark {
  background: rgb(255 255 255 / 0.1);
  border-color: rgb(255 255 255 / 0.14);
  color: #ffe09d;
}

.activity-skill div {
  margin-top: auto;
}

.activity-skill small {
  color: #83768e;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.activity-skill h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  letter-spacing: -0.04em;
  margin: 7px 0 9px;
}

.activity-skill p {
  color: #756a7e;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.activity-skill > b {
  color: #7a46dc;
  font-size: 9px;
  margin-top: 18px;
}

.activity-skill--mix small,
.activity-skill--mix p {
  color: rgb(255 255 255 / 0.62);
}

.activity-skill--mix > b {
  color: #f5d08d;
}

/* Demo */

.activities-demo {
  background:
    radial-gradient(circle at 10% 35%, rgb(132 70 238 / 0.24), transparent 30%),
    linear-gradient(155deg, #100624, #1c0b39 55%, #0b071d);
  color: #fff;
  overflow: hidden;
}

.activities-demo__orb {
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 50%;
  height: 580px;
  position: absolute;
  right: -300px;
  top: 130px;
  width: 580px;
}

.activities-demo__orb::before {
  content: "";
  left: 18%;
  top: 24%;
}

.activities-demo__orb::after {
  content: "";
  bottom: 18%;
  right: 18%;
}

.activities-demo__stage {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.38fr) minmax(260px, 0.62fr);
  margin-top: 58px;
}

.activities-demo__scene {
  aspect-ratio: 1.64;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgb(0 0 0 / 0.34);
  overflow: hidden;
  position: relative;
}

.activities-demo__scene img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.activities-demo__scene::after {
  background: linear-gradient(to top, rgb(8 3 21 / 0.9), transparent 60%);
  content: "";
  inset: 0;
  position: absolute;
}

.activities-demo__scene-copy {
  bottom: 27px;
  left: 28px;
  max-width: 460px;
  position: absolute;
  right: 28px;
  z-index: 2;
}

.activities-demo__scene-copy small,
.activities-demo__finale small {
  color: #f6d996;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.activities-demo__scene-copy strong {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 21px;
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin-top: 7px;
}

.activities-demo__scene-copy p {
  color: rgb(255 255 255 / 0.68);
  font-size: 12px;
  margin: 8px 0 0;
}

.activities-demo__chapters {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.activities-demo__chapters li {
  align-items: center;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 18px;
  display: grid;
  gap: 13px;
  grid-template-columns: 38px 1fr;
  padding: 13px 15px;
}

.activities-demo__chapters li > span {
  align-items: center;
  background: rgb(255 255 255 / 0.08);
  border-radius: 11px;
  color: rgb(255 255 255 / 0.52);
  display: flex;
  font-size: 9px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
}

.activities-demo__chapters li div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.activities-demo__chapters small {
  color: rgb(255 255 255 / 0.42);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.activities-demo__chapters strong {
  font-size: 11px;
}

.activities-demo__chapters .is-active {
  background: linear-gradient(135deg, rgb(150 92 248 / 0.24), rgb(234 78 161 / 0.12));
  border-color: rgb(230 194 255 / 0.24);
}

.activities-demo__chapters .is-active > span {
  background: linear-gradient(145deg, #ffe3a2, #e89f7e);
  color: #41234e;
}

.activities-demo__finale {
  align-items: center;
  background: linear-gradient(105deg, rgb(255 255 255 / 0.09), rgb(255 255 255 / 0.045));
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 22px;
  display: grid;
  gap: 16px;
  grid-template-columns: 52px 1fr auto;
  margin-top: 18px;
  padding: 18px 22px;
}

.activities-demo__medal {
  align-items: center;
  background: linear-gradient(145deg, #ffe7a8, #dca057);
  border-radius: 50%;
  box-shadow: 0 0 24px rgb(255 219 143 / 0.25);
  color: #4e2d50;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.activities-demo__finale div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.activities-demo__finale strong {
  font-size: 13px;
  line-height: 1.45;
}

.activities-demo__reward {
  background: rgb(106 226 197 / 0.1);
  border: 1px solid rgb(106 226 197 / 0.23);
  border-radius: 99px;
  color: #a2ead9;
  font-size: 9px;
  font-weight: 900;
  padding: 9px 12px;
}

/* Continuity */

.activities-continuity {
  background: #fbf9fd;
}

.activities-continuity__grid {
  align-items: center;
  display: grid;
  gap: clamp(54px, 8vw, 110px);
  grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.22fr);
}

.activities-continuity__note {
  align-items: flex-start;
  background: #f0e8fa;
  border: 1px solid #e1d2ef;
  border-radius: 17px;
  display: flex;
  gap: 12px;
  margin-top: 28px;
  padding: 15px 17px;
}

.activities-continuity__note > span {
  color: #8c4ee8;
}

.activities-continuity__note p {
  color: #675976;
  font-size: 11px;
  line-height: 1.55;
  margin: 0;
}

.activities-continuity__chapters {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 78px 1fr;
}

.activities-continuity__chapter {
  background: #fff;
  border: 1px solid #e6ddec;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgb(50 28 75 / 0.11);
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.activities-continuity__chapter > span {
  background: #f0e8f9;
  border-radius: 99px;
  color: #75509e;
  display: inline-flex;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 6px 9px;
  text-transform: uppercase;
}

.activities-continuity__chapter-art {
  background: linear-gradient(145deg, #362060, #172f55);
  border-radius: 17px;
  height: 154px;
  margin: 14px 0 16px;
  overflow: hidden;
  position: relative;
}

.activities-continuity__chapter-art i {
  background: #f7d48d;
  border-radius: 50% 0 50% 50%;
  box-shadow: 0 0 34px rgb(255 221 151 / 0.42);
  height: 72px;
  left: calc(50% - 20px);
  position: absolute;
  top: 37px;
  transform: rotate(-28deg);
  width: 28px;
}

.activities-continuity__chapter-art b {
  color: #fff2bc;
  font-size: 13px;
  left: 50%;
  position: absolute;
  top: 26%;
}

.activities-continuity__chapter-art em {
  background: #233a54;
  border-radius: 50% 50% 0 0;
  bottom: -40px;
  height: 90px;
  left: -10%;
  position: absolute;
  width: 120%;
}

.activities-continuity__chapter--next {
  transform: translateY(28px);
}

.activities-continuity__chapter--next .activities-continuity__chapter-art {
  background: linear-gradient(145deg, #563370, #27495d);
}

.activities-continuity__chapter > small {
  color: #8c8094;
  display: block;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.activities-continuity__chapter > strong {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}

.activities-continuity__thread {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.activities-continuity__thread::before {
  border-top: 1px dashed #b89cd3;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 6px;
}

.activities-continuity__thread i {
  background: #9b65e4;
  border: 3px solid #f8f5fc;
  border-radius: 50%;
  height: 12px;
  position: relative;
  width: 12px;
}

/* Profile ecosystem */

.activities-profile {
  background: linear-gradient(180deg, #f2ecf8, #faf8fc);
}

.activities-profile__layout {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  margin-top: 58px;
}

.activities-profile__card {
  background: linear-gradient(145deg, #1b0d36, #351456);
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 27px;
  box-shadow: 0 25px 65px rgb(40 19 62 / 0.18);
  color: #fff;
  padding: 25px;
}

.activities-profile__identity {
  align-items: center;
  display: flex;
  gap: 16px;
}

.activities-profile__identity > span {
  align-items: center;
  background: linear-gradient(145deg, #f0b06e, #a958ed);
  border: 3px solid rgb(255 255 255 / 0.3);
  border-radius: 50%;
  display: flex;
  font-family: "Unbounded", sans-serif;
  height: 66px;
  justify-content: center;
  width: 66px;
}

.activities-profile__identity div {
  display: flex;
  flex-direction: column;
}

.activities-profile__identity small,
.activities-profile__memory small,
.activities-profile__badge small {
  color: rgb(255 255 255 / 0.43);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.activities-profile__identity strong {
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  margin-top: 4px;
}

.activities-profile__identity p {
  color: rgb(255 255 255 / 0.58);
  font-size: 10px;
  margin: 5px 0 0;
}

.activities-profile__memory {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.4fr 0.6fr;
  margin-top: 26px;
}

.activities-profile__memory > span {
  background: rgb(255 255 255 / 0.07);
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.activities-profile__memory strong {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 5px;
}

.activities-profile__badge {
  align-items: center;
  background: linear-gradient(90deg, rgb(242 198 117 / 0.16), rgb(210 130 237 / 0.1));
  border: 1px solid rgb(245 209 145 / 0.2);
  border-radius: 16px;
  display: flex;
  gap: 13px;
  margin-top: 11px;
  padding: 13px;
}

.activities-profile__badge > i {
  align-items: center;
  background: #f3cf83;
  border-radius: 50%;
  color: #4b2953;
  display: flex;
  font-style: normal;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.activities-profile__badge > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.activities-profile__badge strong {
  font-size: 11px;
}

.activities-profile__ecosystem {
  display: grid;
  gap: 10px;
}

.activities-profile__ecosystem a {
  align-items: center;
  background: rgb(255 255 255 / 0.78);
  border: 1px solid #e6dcea;
  border-radius: 18px;
  display: grid;
  gap: 14px;
  grid-template-columns: 43px 1fr auto;
  padding: 12px 15px;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.activities-profile__ecosystem a:hover {
  background: #fff;
  transform: translateX(3px);
}

.activities-profile__ecosystem a > i {
  align-items: center;
  background: #f0e8f8;
  border-radius: 13px;
  color: #7b44dc;
  display: flex;
  font-style: normal;
  height: 43px;
  justify-content: center;
}

.activities-profile__ecosystem a > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.activities-profile__ecosystem strong {
  font-size: 12px;
}

.activities-profile__ecosystem small {
  color: #82768c;
  font-size: 9px;
}

.activities-profile__ecosystem a > b {
  color: #8b54de;
}

.activities-profile__ecosystem .is-current {
  background: linear-gradient(100deg, #21103e, #3f175c);
  border-color: #3f175c;
  color: #fff;
}

.activities-profile__ecosystem .is-current i {
  background: rgb(255 255 255 / 0.12);
  color: #f3d895;
}

.activities-profile__ecosystem .is-current small {
  color: rgb(255 255 255 / 0.56);
}

/* Trust */

.activities-trust {
  background: #fff;
}

.activities-trust__equation {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto 1fr auto 1.15fr;
  margin-top: 56px;
}

.activities-trust__equation > article {
  border: 1px solid #e7ddec;
  border-radius: 24px;
  padding: 26px;
}

.activities-trust__equation > b {
  align-items: center;
  color: #a28eaf;
  display: flex;
  font-size: 20px;
}

.activities-trust__equation article > span {
  align-items: center;
  border-radius: 14px;
  display: flex;
  font-size: 17px;
  height: 48px;
  justify-content: center;
  margin-bottom: 30px;
  width: 48px;
}

.activities-trust__ai {
  background: linear-gradient(145deg, #f1e9ff, #fcfaff);
}

.activities-trust__ai > span {
  background: #dcc4ff;
  color: #7134cc;
}

.activities-trust__engine {
  background: linear-gradient(145deg, #eaf9f5, #fbfffe);
}

.activities-trust__engine > span {
  background: #ccefe5;
  color: #247e6a;
}

.activities-trust__result {
  background: linear-gradient(145deg, #241242, #421a5e);
  border-color: #421a5e !important;
  color: #fff;
}

.activities-trust__result > span {
  background: rgb(255 255 255 / 0.12);
  color: #f4d58d;
}

.activities-trust__equation small {
  color: #8b7f93;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.activities-trust__equation h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 17px;
  letter-spacing: -0.035em;
  line-height: 1.3;
  margin: 8px 0 12px;
}

.activities-trust__equation p {
  color: #766b7f;
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}

.activities-trust__result small,
.activities-trust__result p {
  color: rgb(255 255 255 / 0.57);
}

/* Printable */

.activities-print {
  background: #f5f0f8;
}

.activities-print__panel {
  align-items: center;
  background: #fffdf8;
  border: 1px solid #e9dfd5;
  border-radius: 32px;
  box-shadow: 0 26px 70px rgb(67 42 76 / 0.1);
  display: grid;
  gap: clamp(40px, 7vw, 88px);
  grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.22fr);
  max-width: 1232px;
  overflow: hidden;
  padding: 58px;
  width: calc(100% - 40px);
}

.activities-print__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  margin: 26px 0 30px;
  padding: 0;
}

.activities-print__copy li {
  color: #6c5e72;
  font-size: 10px;
  font-weight: 800;
}

.activities-print__copy li span {
  color: #4da28e;
  margin-right: 5px;
}

.activities-print__sheets {
  height: 390px;
  position: relative;
}

.activities-print__sheet {
  background: #fff;
  border: 1px solid #e6dce9;
  border-radius: 16px;
  box-shadow: 0 22px 55px rgb(58 39 67 / 0.15);
  display: flex;
  flex-direction: column;
  height: 335px;
  left: 50%;
  overflow: hidden;
  padding: 24px;
  position: absolute;
  top: 50%;
  width: 250px;
}

.activities-print__sheet--back {
  transform: translate(-94%, -50%) rotate(-8deg);
}

.activities-print__sheet--middle {
  transform: translate(-45%, -53%) rotate(4deg);
}

.activities-print__sheet--front {
  background: linear-gradient(180deg, #fff, #fbf7ff);
  border-color: #d9cae5;
  transform: translate(-5%, -48%) rotate(8deg);
}

.activities-print__sheet > span {
  align-self: flex-start;
  background: #ede5f5;
  border-radius: 99px;
  color: #6f4792;
  font-size: 8px;
  font-weight: 900;
  padding: 6px 8px;
}

.activities-print__sheet small {
  color: #8b7d93;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 18px;
  text-transform: uppercase;
}

.activities-print__sheet strong {
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  letter-spacing: -0.04em;
  line-height: 1.25;
  margin-top: 8px;
}

.activities-print__sheet > div:not(.activities-print__stars):not(.activities-print__answers) {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: auto 0;
}

.activities-print__sheet > div:not(.activities-print__stars):not(.activities-print__answers) i,
.activities-print__sheet > div:not(.activities-print__stars):not(.activities-print__answers) b {
  background: #e3d8ed;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.activities-print__sheet > div:not(.activities-print__stars):not(.activities-print__answers) b {
  background: #b9dcd5;
  border-radius: 10px;
}

.activities-print__stars {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: center;
  margin: auto 0 26px;
}

.activities-print__stars i {
  color: #d1983b;
  font-size: 22px;
  font-style: normal;
}

.activities-print__answers {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.activities-print__answers i {
  align-items: center;
  border: 1px solid #d9cde2;
  border-radius: 9px;
  display: flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  height: 33px;
  justify-content: center;
  width: 38px;
}

/* Age */

.activities-age {
  background: #fff;
}

.activities-age__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
}

.activities-age__grid article {
  background: #faf8fc;
  border: 1px solid #e9e1ed;
  border-radius: 22px;
  min-height: 240px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.activities-age__grid article::after {
  background: #eee5f8;
  border-radius: 50%;
  content: "";
  height: 120px;
  position: absolute;
  right: -45px;
  top: -45px;
  width: 120px;
}

.activities-age__grid article > span {
  color: #7d43e2;
  font-family: "Unbounded", sans-serif;
  font-size: 54px;
  letter-spacing: -0.08em;
  position: relative;
  z-index: 2;
}

.activities-age__grid article > small {
  color: #8b7e94;
  font-size: 10px;
  font-weight: 900;
  margin-left: 5px;
}

.activities-age__grid h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  letter-spacing: -0.035em;
  line-height: 1.35;
  margin: 35px 0 10px;
}

.activities-age__grid p {
  color: #766a7f;
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}

/* FAQ and final */

.activities-faq {
  background: #f7f3fa;
}

.activities-faq__grid {
  align-items: start;
  display: grid;
  gap: clamp(50px, 9vw, 120px);
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
}

.activities-faq__list {
  border-top: 1px solid #ddd3e4;
}

.activities-faq details {
  border-bottom: 1px solid #ddd3e4;
}

.activities-faq summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  padding: 20px 0;
}

.activities-faq summary::-webkit-details-marker {
  display: none;
}

.activities-faq summary span {
  align-items: center;
  border: 1px solid #d8cbe2;
  border-radius: 50%;
  color: #7d48d6;
  display: flex;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  transition: transform 180ms ease;
  width: 30px;
}

.activities-faq details[open] summary span {
  transform: rotate(45deg);
}

.activities-faq details p {
  color: #72667c;
  font-size: 12px;
  line-height: 1.7;
  margin: -4px 45px 20px 0;
}

.activities-final {
  background:
    radial-gradient(circle at 20% 35%, rgb(156 82 255 / 0.25), transparent 27%),
    radial-gradient(circle at 80% 75%, rgb(238 77 159 / 0.18), transparent 27%),
    linear-gradient(145deg, #0d061f, #1c0a37 55%, #0a0619);
  color: #fff;
  overflow: hidden;
  padding-block: 112px;
  position: relative;
  text-align: center;
}

.activities-final__orb {
  border: 1px solid rgb(255 255 255 / 0.07);
  border-radius: 50%;
  position: absolute;
}

.activities-final__orb--one {
  height: 420px;
  left: -230px;
  top: -170px;
  width: 420px;
}

.activities-final__orb--two {
  bottom: -300px;
  height: 600px;
  right: -310px;
  width: 600px;
}

.activities-final__content {
  max-width: 850px;
}

.activities-final .activities-kicker {
  justify-content: center;
}

.activities-final h2 {
  color: #fff;
}

.activities-final__content > p:not(.activities-kicker) {
  color: rgb(255 255 255 / 0.67);
  font-size: 17px;
  line-height: 1.7;
  margin: 22px auto 0;
  max-width: 660px;
}

.activities-final__actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 31px;
}

.activities-final__secondary {
  color: rgb(255 255 255 / 0.66);
  font-size: 11px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.activities-final__content > small {
  color: rgb(255 255 255 / 0.38);
  display: block;
  font-size: 9px;
  letter-spacing: 0.04em;
  margin-top: 23px;
}

@media (max-width: 1180px) {
  .activities-hero {
    padding-top: 112px;
  }

  .activities-hero__grid {
    gap: 36px;
    grid-template-columns: minmax(0, 0.83fr) minmax(500px, 1.17fr);
  }

  .activities-hero h1 {
    font-size: clamp(38px, 4.3vw, 52px);
  }

  .activities-formula__rail {
    grid-template-columns: repeat(5, 1fr);
  }

  .activities-formula__rail > b {
    display: none;
  }

  .activities-visual__sequence {
    grid-template-columns: 0.72fr 24px 0.84fr 24px 1.2fr;
  }

  .activities-print__panel {
    margin-inline: 20px;
  }
}

@media (max-width: 960px) {
  .activities-section {
    padding-block: 88px;
  }

  .activities-heading--split,
  .activities-visual__grid,
  .activities-continuity__grid,
  .activities-faq__grid {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .activities-heading--split > p {
    max-width: 680px;
  }

  .activities-hero {
    min-height: auto;
    padding: 132px 0 72px;
  }

  .activities-hero__grid {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .activities-hero__copy {
    max-width: 700px;
  }

  .activities-hero h1 {
    font-size: clamp(44px, 7vw, 64px);
  }

  .activities-hero__player {
    max-width: 820px;
  }

  .activities-story-task__compare {
    grid-template-columns: minmax(0, 0.72fr) 38px minmax(0, 1.28fr);
  }

  .activities-world-task {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .activities-formula__rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .activities-visual__copy {
    max-width: 680px;
  }

  .activities-visual__sequence {
    margin: 20px auto 0;
    max-width: 800px;
  }

  .activity-skill:nth-child(n) {
    grid-column: span 6;
  }

  .activities-demo__stage {
    grid-template-columns: 1fr;
  }

  .activities-demo__chapters {
    grid-template-columns: repeat(4, 1fr);
  }

  .activities-demo__chapters li {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .activities-continuity__copy {
    max-width: 680px;
  }

  .activities-continuity__chapters {
    margin: 25px auto 0;
    max-width: 720px;
  }

  .activities-trust__equation {
    grid-template-columns: 1fr 1fr;
  }

  .activities-trust__equation > b {
    display: none;
  }

  .activities-trust__result {
    grid-column: 1 / -1;
  }

  .activities-print__panel {
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .activities-print__copy {
    max-width: 690px;
  }

  .activities-print__sheets {
    margin-inline: auto;
    max-width: 620px;
    width: 100%;
  }

  .activities-age__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .activities-shell {
    padding-inline: 20px;
  }

  .activities-section {
    padding-block: 70px;
  }

  .activities-heading h2,
  .activities-visual__copy h2,
  .activities-continuity__copy h2,
  .activities-print__copy h2,
  .activities-final h2 {
    font-size: 32px;
    line-height: 1.09;
  }

  .activities-age .activities-heading h2 {
    font-size: 28px;
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .activities-heading > p:last-child,
  .activities-heading--split > p,
  .activities-visual__copy > p,
  .activities-continuity__copy > p,
  .activities-print__copy > p,
  .activities-final__content > p:not(.activities-kicker) {
    font-size: 15px;
    line-height: 1.65;
  }

  .activities-hero {
    padding: 112px 0 55px;
  }

  .activities-hero__grid {
    gap: 38px;
  }

  .activities-hero h1 {
    font-size: clamp(35px, 10.4vw, 44px);
    line-height: 1.04;
  }

  .activities-hero__lead {
    font-size: 15px;
    line-height: 1.62;
    margin-top: 20px;
  }

  .activities-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: 25px;
  }

  .activities-hero__actions .activities-button {
    width: 100%;
  }

  .activities-text-link {
    justify-content: center;
  }

  .activities-hero__proof {
    display: grid;
    gap: 8px;
  }

  .activities-player-card {
    aspect-ratio: 0.88;
    border-radius: 24px;
    transform: none;
  }

  .activities-player-card__media img {
    object-position: 55% center;
  }

  .activities-player-card__top {
    left: 12px;
    right: 12px;
    top: 12px;
  }

  .activities-player-card__progress small {
    display: none;
  }

  .activities-player-card__mission {
    bottom: 66px;
    left: 14px;
    max-width: calc(100% - 28px);
  }

  .activities-player-card__companion {
    height: 42px;
    width: 42px;
  }

  .activities-player-card__mission strong {
    font-size: 13px;
  }

  .activities-player-card__answers {
    bottom: 15px;
    left: 68px;
    right: auto;
  }

  .activities-story-task__compare {
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .activities-story-task__arrow {
    margin: -5px auto;
    transform: rotate(90deg);
  }

  .activities-world-task {
    grid-template-columns: 1fr;
  }

  .activities-world-task__sky {
    min-height: 250px;
  }

  .activities-world-task__content {
    padding: 28px;
  }

  .activities-formula__rail {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }

  .activities-formula__rail article {
    min-height: 162px;
  }

  .activities-formula__rail .activities-formula__result {
    grid-column: 1 / -1;
    min-height: 150px;
  }

  .activities-formula__action {
    align-items: stretch;
    flex-direction: column;
  }

  .activities-formula__action .activities-button {
    width: 100%;
  }

  .activities-visual__sequence {
    gap: 12px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .activities-visual__profile {
    width: 72%;
  }

  .activities-visual__portrait {
    aspect-ratio: 1.2;
    margin-left: auto;
    transform: translateY(-20px);
    width: 82%;
  }

  .activities-visual__scene {
    aspect-ratio: 1.12;
    margin-top: -26px;
    transform: none;
    width: 100%;
  }

  .activities-visual__connector {
    display: none;
  }

  .activities-skills__mosaic {
    gap: 12px;
    margin-top: 40px;
  }

  .activity-skill:nth-child(n) {
    grid-column: 1 / -1;
  }

  .activity-skill {
    min-height: 220px;
  }

  .activities-demo__stage {
    margin-top: 40px;
  }

  .activities-demo__scene {
    aspect-ratio: 0.92;
  }

  .activities-demo__scene img {
    object-position: 58% center;
  }

  .activities-demo__chapters {
    grid-template-columns: repeat(2, 1fr);
  }

  .activities-demo__finale {
    align-items: start;
    grid-template-columns: 46px 1fr;
  }

  .activities-demo__reward {
    grid-column: 1 / -1;
    text-align: center;
  }

  .activities-continuity__chapters {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .activities-continuity__chapter {
    width: 82%;
  }

  .activities-continuity__chapter--next {
    justify-self: end;
    transform: none;
  }

  .activities-continuity__thread {
    height: 62px;
    justify-content: center;
  }

  .activities-continuity__thread::before {
    border-left: 1px dashed #b89cd3;
    border-top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    top: 0;
  }

  .activities-continuity__thread i {
    display: none;
  }

  .activities-profile__layout {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .activities-profile__memory {
    grid-template-columns: 1fr;
  }

  .activities-profile__ecosystem a {
    grid-template-columns: 43px 1fr auto;
  }

  .activities-trust__equation {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .activities-trust__result {
    grid-column: auto;
  }

  .activities-print__panel {
    border-radius: 0;
    margin: 0;
    padding: 58px 20px;
    width: 100%;
  }

  .activities-print {
    padding-block: 0;
  }

  .activities-print__copy .activities-button {
    width: 100%;
  }

  .activities-print__sheets {
    height: 345px;
    transform: scale(0.84);
    transform-origin: center top;
    width: calc(100% / 0.84);
    margin-bottom: -55px;
    margin-left: calc(-8% / 0.84);
  }

  .activities-age__grid {
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .activities-age__grid article {
    min-height: 205px;
  }

  .activities-faq__grid {
    gap: 40px;
  }

  .activities-faq summary {
    font-size: 12px;
    line-height: 1.45;
  }

  .activities-final {
    padding-block: 82px;
  }

  .activities-final__actions .activities-button {
    width: 100%;
  }
}

@media (max-height: 800px) and (min-width: 961px) {
  .activities-hero {
    padding-bottom: 28px;
    padding-top: 96px;
  }

  .activities-hero h1 {
    font-size: clamp(37px, 3.8vw, 56px);
  }

  .activities-hero__lead {
    line-height: 1.58;
    margin-top: 18px;
  }

  .activities-hero__actions {
    margin-top: 22px;
  }

  .activities-hero__proof {
    margin-top: 20px;
  }

  .activities-player-card {
    max-height: 570px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .activities-button,
  .activity-skill,
  .activities-profile__ecosystem a {
    transition: none;
  }

  .activities-button:hover,
  .activity-skill:hover,
  .activities-profile__ecosystem a:hover {
    transform: none;
  }
}
