* {
  box-sizing: border-box;
}

:root {
  --nav: #a8bfd3;
  --ink: #11151c;
  --muted: #39404a;
  --blue: #243a95;
  --cyan: #23b6d5;
  --purple: #514aa5;
  --pink: #dd5269;
  --page: #f7f8fa;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--page);
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  height: 38px;
  background: var(--nav);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 10px;
  font-size: 12px;
  color: #17324a;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shield {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #18334a;
  color: #e9fbff;
  font-size: 10px;
  font-weight: 700;
  clip-path: polygon(50% 0, 92% 17%, 86% 72%, 50% 100%, 14% 72%, 8% 17%);
  border: 2px solid #dbe6ef;
}

.shield::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #49c0b3;
  clip-path: inherit;
}

.shield.small {
  width: 23px;
  height: 23px;
  font-size: 8px;
}

.home-link {
  font-size: 16px;
  line-height: 1;
  margin-right: -6px;
}

.logout {
  font-size: 11px;
}

.hero {
  position: relative;
  height: 548px;
  overflow: hidden;
  background:
    linear-gradient(164deg, #d9dbdd 0 50%, #f7f8fa 50.15% 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 65%;
  right: -5%;
  top: 0;
  height: 180px;
  background: linear-gradient(165deg, rgba(255,255,255,.25), rgba(255,255,255,.7));
  transform: skewX(-12deg);
  transform-origin: left top;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  height: 100%;
  margin: 0 auto;
}

.hero-copy {
  position: absolute;
  left: 0;
  top: 125px;
  width: 395px;
}

.wordmark {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.wordmark .match {
  color: var(--cyan);
}

.wordmark sup {
  color: #000;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 2px;
}

.tagline {
  margin: 24px 0 28px;
  font-size: 13px;
  line-height: 1.45;
  font-style: italic;
}

.hero-actions {
  display: grid;
  gap: 12px;
  width: 390px;
}

.cta {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 11px;
  font-weight: 700;
}

.cta.primary {
  background: #4d49a6;
}

.cta.secondary {
  background: var(--pink);
}

.art {
  position: absolute;
  width: 590px;
  height: 410px;
  left: 405px;
  top: 13px;
}

.shape {
  position: absolute;
  box-shadow: 0 18px 35px rgba(25,39,73,.08);
}

.s1 {
  width: 130px;
  height: 130px;
  left: 240px;
  top: 18px;
  background: linear-gradient(45deg, #6cd6e1 0 50%, #2db5d0 50%);
  transform: rotate(45deg);
  opacity: .95;
}

.s2 {
  width: 178px;
  height: 178px;
  left: 370px;
  top: -50px;
  background: linear-gradient(45deg, #24346f, #98a7da);
  transform: rotate(45deg);
}

.s3 {
  width: 220px;
  height: 220px;
  left: 175px;
  top: 128px;
  background: #273a96;
  transform: rotate(4deg);
  box-shadow: -16px 18px 35px rgba(27,38,95,.18);
}

.s4 {
  width: 130px;
  height: 130px;
  left: 352px;
  top: 80px;
  background: #273a96;
  transform: rotate(20deg);
}

.s5 {
  width: 96px;
  height: 96px;
  left: 348px;
  top: 245px;
  background: var(--pink);
  transform: rotate(45deg);
  z-index: -1;
}

.s6 {
  width: 120px;
  height: 120px;
  left: 405px;
  top: 270px;
  background: linear-gradient(45deg, #d36c7a, #f4ccd3 50%, #3c1621);
  transform: rotate(45deg);
}

.s7 {
  width: 95px;
  height: 95px;
  left: 512px;
  top: 188px;
  background: linear-gradient(45deg, #0b1f27, #7ed7e8 53%, #d8f7fb);
  transform: rotate(45deg);
}

.s8 {
  width: 62px;
  height: 62px;
  left: 95px;
  top: 188px;
  background: #243a95;
  transform: rotate(20deg);
}

.s9 {
  width: 28px;
  height: 28px;
  left: 255px;
  top: 22px;
  background: #28b4d0;
  transform: rotate(45deg);
}

.s10 {
  width: 15px;
  height: 15px;
  left: 70px;
  top: 72px;
  background: #e8b9c3;
  transform: rotate(45deg);
}

.features {
  max-width: 850px;
  margin: -8px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 72px;
  row-gap: 62px;
  position: relative;
  z-index: 3;
}

.feature {
  text-align: center;
}

.feature h2 {
  color: #233a93;
  font-size: 17px;
  line-height: 1.2;
  margin: 14px 0 8px;
}

.feature p {
  margin: 0;
  font-size: 12.6px;
  line-height: 1.55;
}

.feature-icon {
  width: 74px;
  height: 58px;
  margin: 0 auto;
  position: relative;
}

.feature-icon::before,
.feature-icon::after,
.feature-icon span {
  content: "";
  position: absolute;
  display: block;
}

.icon-chat::before {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #6c7881, #303941 62%, #171e25);
  left: 18px;
  top: 14px;
  z-index: 2;
}

.icon-chat::after {
  width: 39px;
  height: 39px;
  background: linear-gradient(45deg, #1583ce, #29449c);
  transform: rotate(17deg);
  left: 10px;
  top: 2px;
}

.icon-chat span {
  width: 14px;
  height: 14px;
  background: #2cc0d7;
  right: 7px;
  top: 7px;
  transform: rotate(28deg);
}

.icon-discovery::before {
  width: 47px;
  height: 47px;
  background: #2a3440;
  clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%);
  left: 15px;
  top: 8px;
  z-index: 2;
}

.icon-discovery::after {
  width: 42px;
  height: 42px;
  background: #157fd0;
  transform: rotate(45deg);
  left: 0;
  top: 11px;
}

.icon-discovery span {
  width: 28px;
  height: 11px;
  background: #1abb9b;
  right: 4px;
  bottom: 2px;
  transform: rotate(-11deg);
}

.icon-questions::before {
  width: 53px;
  height: 42px;
  background: #28313a;
  clip-path: polygon(0 48%, 100% 0, 78% 100%);
  left: 17px;
  top: 4px;
  z-index: 2;
}

.icon-questions::after {
  width: 41px;
  height: 39px;
  background: #2661c2;
  transform: rotate(7deg);
  left: 1px;
  top: 23px;
}

.icon-questions span {
  width: 37px;
  height: 12px;
  background: #16b899;
  right: 1px;
  bottom: -1px;
  transform: rotate(-15deg);
}

footer {
  max-width: 850px;
  margin: 74px auto 0;
  padding-bottom: 15px;
  color: #697382;
  font-size: 9px;
}

.footer-rule {
  height: 1px;
  background: #808080;
  margin-bottom: 55px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-content > a {
  align-self: flex-end;
}


.icon-clarity::before {
  width: 48px;
  height: 42px;
  background: #2b343d;
  clip-path: polygon(0 48%, 100% 0, 78% 100%);
  left: 17px;
  top: 5px;
  z-index: 2;
}

.icon-clarity::after {
  width: 42px;
  height: 39px;
  background: #2860bd;
  transform: rotate(7deg);
  left: 2px;
  top: 22px;
}

.icon-clarity span {
  width: 37px;
  height: 12px;
  background: #19b99c;
  right: 1px;
  bottom: -1px;
  transform: rotate(-16deg);
}

.icon-insights::before {
  width: 47px;
  height: 47px;
  background: #2c3540;
  clip-path: polygon(18% 0, 82% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%);
  left: 14px;
  top: 7px;
  z-index: 2;
}

.icon-insights::after {
  width: 40px;
  height: 40px;
  background: #2c62bd;
  transform: rotate(45deg);
  left: 3px;
  top: 12px;
}

.icon-insights span {
  width: 30px;
  height: 11px;
  background: #18b99b;
  right: 3px;
  bottom: 1px;
  transform: rotate(-10deg);
}

.icon-schools::before {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #6b7781, #303941 62%, #171e25);
  left: 15px;
  top: 13px;
  z-index: 2;
}

.icon-schools::after {
  width: 42px;
  height: 42px;
  background: #2860bd;
  transform: rotate(45deg);
  left: 4px;
  top: 7px;
}

.icon-schools span {
  width: 14px;
  height: 31px;
  background: #19b99c;
  right: 1px;
  top: 18px;
  transform: rotate(13deg);
}

@media (max-width: 1000px) {
  .hero-inner,
  .features,
  footer {
    width: calc(100% - 48px);
  }

  .hero-copy {
    left: 3%;
  }

  .art {
    left: 45%;
    transform: scale(.84);
    transform-origin: left top;
  }
}

@media (max-width: 760px) {
  .topbar {
    height: auto;
    min-height: 44px;
    padding: 8px 12px;
  }

  .nav-left {
    gap: 10px;
  }

  .nav-left a:not(.brand-mark):not(.home-link) {
    display: none;
  }

  .hero {
    height: auto;
    min-height: 690px;
    background: linear-gradient(167deg, #d9dbdd 0 44%, #f7f8fa 44.2% 100%);
  }

  .hero-inner {
    width: 100%;
  }

  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 70px;
    z-index: 3;
  }

  .wordmark {
    font-size: 31px;
  }

  .hero-actions {
    width: 100%;
  }

  .art {
    left: 50%;
    top: 310px;
    width: 520px;
    transform: translateX(-50%) scale(.66);
    transform-origin: top center;
  }

  .features {
    margin-top: 25px;
    width: calc(100% - 52px);
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .feature p {
    max-width: 420px;
    margin: 0 auto;
  }

  footer {
    width: calc(100% - 42px);
    margin-top: 110px;
  }

  .footer-content {
    gap: 20px;
  }
}


.header-logo {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.footer-logo {
  display: block;
  width: 23px;
  height: 23px;
  object-fit: contain;
}
