html {
  scroll-behavior: smooth;
}

.home-page {
  background: #fff;
}

.home-page .content {
  border: 0;
  box-shadow: none;
}

.home-page .hero {
  height: var(--app-hero-height);
  min-height: var(--app-hero-height);
  border-bottom: 0;
}

.home-page .hero-bg {
  z-index: 0;
  width: 67.2%;
  height: 100%;
  right: 0;
  object-fit: cover;
  object-position: center right;
}

.home-page .hero-character {
  position: absolute;
  right: 250px;
  bottom: -1px;
  width: 460px;
  max-height: none;
  object-fit: contain;
  z-index: 2;
}

.home-page .hero::before {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, #fff 31%, rgba(255, 255, 255, .9) 42%, rgba(255, 255, 255, .18) 55%, rgba(255, 255, 255, 0) 68%);
}

.home-page .hero-copy {
  padding: 45px 0 0 35px;
  max-width: 510px;
  z-index: 3;
}

.home-page .hero h1 {
  font-size: 78px;
  line-height: 1;
  margin: 0 0 8px;
  font-weight: 1000;
  letter-spacing: 0;
  background: linear-gradient(90deg, #065bff 0%, #081b58 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-page .hero .subtitle {
  font-size: 35px;
  line-height: 1.08;
  margin-bottom: 15px;
  font-weight: 1000;
  letter-spacing: 0;
}

.home-page .hero p {
  font-size: 20px;
  line-height: 1.34;
  max-width: 475px;
  margin-bottom: 27px;
  color: #092d63;
}

.home-page .btns {
  gap: 18px;
}

.home-page .btn {
  height: 62px;
  border-radius: 8px;
  padding: 0 22px;
  font-size: 17px;
  font-weight: 900;
  gap: 11px;
}

.home-page .btn.primary {
  min-width: 228px;
}

.home-page .btn.secondary {
  min-width: 222px;
  background: #fff;
}

.home-page .btn-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}

.home-page .btn-icon.target {
  border: 3px solid currentColor;
  border-radius: 50%;
}

.home-page .btn-icon.target::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.home-page .btn-icon.target::after {
  content: "";
  position: absolute;
  left: 12px;
  top: -5px;
  width: 3px;
  height: 34px;
  background: currentColor;
}

.home-page .btn-icon.book {
  border: 3px solid currentColor;
  border-radius: 4px;
}

.home-page .btn-icon.book::before {
  content: "";
  position: absolute;
  left: 11px;
  top: -3px;
  bottom: -3px;
  border-left: 3px solid currentColor;
}

.home-page .intro-panel {
  display: grid;
  grid-template-columns: minmax(220px, 29%) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  padding: 44px 72px 36px 58px;
  background: #fff;
}

.home-page .intro-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.home-page .intro-art {
  display: block;
  width: 264px;
  height: 264px;
  overflow: visible;
  position: relative;
}

.home-page .intro-art img {
  display: block;
  width: 264px;
  height: 264px;
  max-width: none;
  object-fit: contain;
}

.home-page .intro-visual img {
  max-width: none;
  object-fit: contain;
}

.home-page .intro-copy {
  max-width: 620px;
  min-width: 0;
}

.home-page .intro-mobile-text {
  display: none;
}

.home-page .intro-eyebrow {
  margin: 0 0 16px;
  color: #3f24f2;
  font-size: 12px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-page .intro-copy h2 {
  margin: 0 0 16px;
  color: #06286a;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 1000;
  letter-spacing: 0;
  max-width: 610px;
  overflow-wrap: anywhere;
}

.home-page .intro-copy > p:not(.intro-eyebrow) {
  margin: 0;
  color: #0b2a5b;
  font-size: 17px;
  line-height: 1.5;
  max-width: 570px;
  overflow-wrap: anywhere;
}

.home-page .intro-loadout {
  position: relative;
  isolation: isolate;
  width: min(100%, 445px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  margin-top: 28px;
  padding: 5px 0 2px;
}

.home-page .intro-loadout::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 27px;
  right: 24px;
  height: 3px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(48, 94, 232, .18), rgba(45, 102, 239, .9) 26%, rgba(79, 61, 226, .62) 68%, transparent);
  box-shadow: 0 0 14px rgba(48, 94, 232, .28);
  transform: rotate(-1.2deg) skewX(-16deg);
}

.home-page .intro-loadout::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 12px;
  bottom: 0;
  width: 330px;
  height: 72px;
  opacity: .11;
  background: radial-gradient(circle, #315ee6 1px, transparent 1.6px) 0 0 / 8px 8px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent);
  mask-image: linear-gradient(90deg, #000, transparent);
}

.home-page .intro-loadout-item {
  --emblem-glow: #356ee8;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #082a69;
  text-align: center;
}

.home-page .intro-loadout-videos {
  --emblem-glow: #356ee8;
}

.home-page .intro-loadout-quizzes {
  --emblem-glow: #8e45db;
}

.home-page .intro-loadout-emblem {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 7px;
  filter: drop-shadow(0 9px 11px color-mix(in srgb, var(--emblem-glow) 24%, transparent));
  transform: rotate(-3deg);
}

.home-page .intro-loadout-videos .intro-loadout-emblem {
  transform: translateY(-4px) rotate(2deg);
}

.home-page .intro-loadout-quizzes .intro-loadout-emblem {
  transform: rotate(4deg);
}

.home-page .intro-loadout-emblem img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.home-page .intro-loadout-item strong {
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .025em;
  line-height: 1.05;
}

.home-page .intro-loadout-item small {
  margin-top: 3px;
  color: #63749b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

.home-page .mode-row {
  gap: 10px;
  padding: 18px 13px 20px;
}

.home-page .mode-card {
  height: 154px;
  border-color: #a9c9fb;
  border-radius: 8px;
  padding: 18px 136px 18px 16px;
  background: #fff;
  cursor: default;
}

.home-page .mode-learn {
  background: linear-gradient(90deg, #f8fcff 0%, #fff 46%, #eff7ff 100%);
}

.home-page .mode-train {
  background: linear-gradient(90deg, #f7fefd 0%, #fff 46%, #edfafa 100%);
}

.home-page .mode-defend {
  background: linear-gradient(90deg, #fbfaff 0%, #fff 46%, #f4f0ff 100%);
}

.home-page .mode-card .icon {
  width: 66px;
  height: 66px;
  margin-right: 20px;
}

.home-page .mode-card h3 {
  font-size: 30px;
  line-height: 1;
  color: #0a72f4;
  letter-spacing: 0;
}

.home-page .mode-card p {
  font-size: 16px;
  line-height: 1.28;
  color: #092a5b;
}

.home-page .mode-card .char {
  position: absolute;
  bottom: 0;
  height: auto;
  max-height: calc(100% - 6px);
  object-fit: contain;
}

.home-page .mode-learn .char {
  width: 106px;
  right: 34px;
  max-height: calc(100% - 8px);
}

.home-page .mode-train .char {
  width: 110px;
  right: 34px;
  max-height: calc(100% - 8px);
}

.home-page .mode-defend .char {
  width: 112px;
  right: 30px;
  max-height: calc(100% - 8px);
}

.home-page .mode-train h3 {
  color: #087f8b;
}

.home-page .mode-defend h3 {
  color: #6a3df2;
}

.home-page .mode-card .arrow {
  right: 11px;
  font-size: 36px;
  color: #077f99;
}

.home-page .topics {
  padding: 0 14px 12px;
  margin-top: -8px;
  scroll-margin-top: 16px;
}

.home-page .section-head {
  padding: 14px 6px 12px;
  border-top: 1px solid #d6e2f6;
  gap: 12px;
}

.home-page .spark {
  font-size: 27px;
  color: #1478ff;
}

.home-page .section-head h2 {
  font-size: 24px;
  letter-spacing: 0;
  color: #06286a;
}

.home-page .section-head p {
  font-size: 14px;
  color: #26406b;
}

.home-page .section-head a {
  font-size: 14px;
  color: #006bff;
}

.home-page .topic-grid {
  gap: 16px;
}

.home-page .topic-card {
  height: 226px;
  min-height: 0;
  border-color: #c9d9ee;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(19, 54, 120, .07);
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  will-change: transform;
}

.home-page .topic-card:hover,
.home-page .topic-card:focus-visible {
  border-color: #1478ff;
  box-shadow: 0 0 0 2px rgba(20, 120, 255, .26), 0 14px 26px rgba(20, 91, 219, .18);
  transform: translateY(-2px);
}

.home-page .topic-card:focus-visible {
  outline: 3px solid rgba(20, 120, 255, .34);
  outline-offset: 3px;
}

.home-page .topic-card img.cover {
  display: block;
  width: 100%;
  height: 124px;
  object-fit: fill;
}

.home-page .topic-card .cat {
  display: block;
  width: 80px;
  height: 80px;
  top: 86px;
  left: 7px;
  object-fit: contain;
  border-radius: 50%;
}

.home-page .topic-card .body {
  padding: 34px 56px 12px 17px;
}

.home-page .topic-card h3 {
  font-size: 20px;
  line-height: 1.08;
  margin-bottom: 6px;
  letter-spacing: 0;
  white-space: nowrap;
}

.home-page .topic-card p {
  font-size: 14px;
  line-height: 1.35;
  white-space: normal;
  color: #0b2a5b;
}

.home-page .topic-manipulation h3,
.home-page .topic-manipulation .next {
  color: #c91422;
}

.home-page .topic-biases h3,
.home-page .topic-biases .next {
  color: #008a99;
}

.home-page .topic-fallacies h3,
.home-page .topic-fallacies .next {
  color: #df8100;
}

.home-page .topic-card .next {
  right: 16px;
  top: 154px;
  bottom: auto;
  font-size: 39px;
  line-height: 1;
}

.home-page .feature-strip {
  min-height: 82px;
  margin: 2px 0 12px;
  border: 0;
  border-radius: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
  background: transparent;
}

.home-page .feature {
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 11px 18px;
  border: 0;
}

.home-page .feature img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 50px;
}

.home-page .feature div {
  min-width: 0;
}

.home-page .feature h4 {
  font-size: 13px;
  line-height: 1.1;
  color: #07306d;
  margin: 0 0 4px;
  overflow-wrap: anywhere;
}

.home-page .feature p {
  font-size: 11px;
  line-height: 1.22;
  color: #213b6b;
  margin: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .home-page .content {
    overflow: hidden;
  }

  .home-page .hero {
    height: var(--app-hero-height);
    min-height: var(--app-hero-height);
  }

  .home-page .hero-bg {
    width: 100%;
    opacity: .35;
  }

  .home-page .hero-character {
    right: -12px;
    bottom: 0;
    width: min(360px, 64vw);
    opacity: .42;
  }

  .home-page .hero-copy {
    padding: 38px 24px;
    max-width: calc(100dvw - 48px);
  }

  .home-page .hero h1 {
    font-size: 54px;
  }

  .home-page .hero .subtitle {
    font-size: 29px;
  }

  .home-page .btns {
    flex-wrap: wrap;
  }

  .home-page .intro-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 24px 26px;
    text-align: left;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .home-page .intro-copy {
    width: calc(100dvw - 48px);
    max-width: calc(100dvw - 48px);
  }

  .home-page .intro-desktop-text {
    display: none;
  }

  .home-page .intro-mobile-text {
    display: inline;
  }

  .home-page .intro-visual {
    justify-content: flex-start;
  }

  .home-page .intro-art {
    width: min(232px, 64vw);
    height: min(232px, 64vw);
  }

  .home-page .intro-art img {
    width: min(232px, 64vw);
    height: min(232px, 64vw);
  }

  .home-page .intro-copy h2 {
    font-size: 22px;
    max-width: 100%;
  }

  .home-page .intro-copy > p:not(.intro-eyebrow) {
    font-size: 15px;
    max-width: 100%;
  }

  .home-page .intro-loadout {
    width: min(100%, 400px);
    gap: 10px;
    margin-top: 25px;
  }

  .home-page .intro-loadout-emblem {
    width: 64px;
    height: 64px;
  }

  .home-page .topic-card h3 {
    white-space: normal;
  }

  .home-page .mode-row,
  .home-page .topic-grid,
  .home-page .feature-strip {
    grid-template-columns: 1fr;
  }

  .home-page .feature-strip {
    height: auto;
    margin: 0 14px 16px;
  }

  .home-page .feature {
    border-right: 0;
    border-bottom: 0;
  }

  .home-page .feature:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .home-page .hero-copy,
  .home-page .intro-copy {
    width: 342px;
    max-width: 342px;
  }

  .home-page .intro-copy h2 {
    font-size: 21px;
  }

  .home-page .intro-loadout {
    width: 342px;
    max-width: 100%;
    gap: 6px;
  }

  .home-page .intro-loadout-emblem {
    width: 58px;
    height: 58px;
  }
}
