:root {
  --bg: #faf9f6;
  --ink: #282532;
  --muted: #716e7c;
  --purple: #7253bd;
  --lilac: #eee8fa;
  --dark: #2d263e;
  --border: #e7e4ea;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid #ae8cde;
  outline-offset: 5px;
}
a,
button {
  transition:
    transform 0.16s,
    background 0.16s;
}
a.button:hover,
button:hover {
  transform: translateY(-2px);
}
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 30px;
  padding-bottom: 25px;
}
.brand {
  font-size: 27px;
  font-weight: 750;
  letter-spacing: -1.2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.brand-dot {
  color: var(--purple);
  margin-left: -7px;
}
.brand-mark {
  font-size: 22px;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 39px;
  transform: rotate(-7deg);
  border-radius: 11px;
  background: var(--purple);
  color: white;
}
.brand-mark span {
  font-size: 15px;
  margin-top: 9px;
  margin-left: 1px;
}
.nav nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 14px;
  color: var(--muted);
  font-weight: 550;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 52px;
  border: none;
  border-radius: 11px;
  background: var(--purple);
  color: #fff;
  padding: 15px 23px;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  text-align: center;
}
.button.small {
  min-height: 44px;
  font-size: 13px;
  padding: 12px 17px;
}
.button.secondary {
  background: var(--lilac);
  color: var(--purple);
}
.button.light {
  background: #fff;
  color: var(--purple);
}
.eyebrow {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 1.6px;
  color: var(--purple);
  display: flex;
  align-items: center;
  gap: 8px;
}
.eyebrow.light {
  color: #d2c2ee;
}
.status-dot,
.tiny-dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #8e6abd;
  display: inline-block;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 75px;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 103px;
}
.hero h1 {
  font-size: clamp(62px, 6.5vw, 86px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -4px;
  margin: 27px 0;
}
.hero h1 em {
  font-weight: 500;
  color: var(--purple);
  font-style: normal;
}
.hero-copy > p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 470px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.text-link {
  font-size: 14px;
  font-weight: 650;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  color: var(--purple);
  min-height: 44px;
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
}
.hero-note > span {
  color: #c58b49;
  font-size: 20px;
}
.product-preview {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 24px;
  transform: rotate(2deg);
  box-shadow: 0 22px 70px #39284a12;
}
.preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-brand {
  font-weight: 750;
  letter-spacing: -0.7px;
  font-size: 18px;
}
.mini-brand > span {
  color: var(--purple);
}
.preview-tag {
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--muted);
  font-weight: 600;
}
.preview-greeting {
  font-size: 15px;
  font-weight: 550;
  margin: 22px 0 16px;
}
.preview-lesson {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  padding: 25px;
  border-radius: 17px;
  color: white;
}
.preview-lesson > *:not(.preview-ring):not(.preview-spark) {
  position: relative;
  z-index: 2;
}
.preview-lesson h2 {
  font-size: 30px;
  font-weight: 550;
  line-height: 1.16;
  letter-spacing: -1px;
  margin: 15px 0 11px;
}
.preview-lesson p {
  font-size: 13px;
  color: #d2c9dd;
}
.preview-meta {
  display: flex;
  gap: 15px;
  font-size: 11px;
  margin: 19px 0;
  color: #d2c9dd;
}
.preview-lesson .button {
  font-size: 11px;
  min-height: 38px;
  padding: 10px 13px;
}
.preview-ring {
  position: absolute;
  border: 1px solid #85709c;
  border-radius: 100%;
  opacity: 0.6;
}
.ring-one {
  width: 240px;
  height: 240px;
  right: -94px;
  top: 20px;
}
.ring-two {
  width: 170px;
  height: 170px;
  right: -58px;
  top: 55px;
  background: #70518722;
}
.preview-spark {
  position: absolute;
  right: 41px;
  top: 93px;
  font-size: 57px;
  color: #c7acd9;
}
.preview-path-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 23px;
}
.preview-path-title > span {
  font-size: 10px;
  color: var(--muted);
}
.preview-tabs {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}
.preview-tabs > span {
  font-size: 10px;
  border-radius: 6px;
  padding: 9px 12px;
  background: #f4f1f7;
  color: var(--muted);
}
.preview-tabs > .selected {
  background: var(--dark);
  color: white;
}
.path-nodes {
  display: flex;
  align-items: center;
  margin: 21px 9px;
}
.path-nodes > span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f0edf4;
  border: 3px solid #e8e1ed;
  color: #938b9b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.path-nodes > span.current {
  background: var(--purple);
  color: white;
  border-color: #dbcef0;
}
.path-nodes > i {
  flex: 1;
  height: 2px;
  background: #e7e2ed;
}
.preview-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 10px;
  color: var(--muted);
}
.floating-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 23px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 10px 25px #38234610;
  position: absolute;
  bottom: -27px;
  right: -29px;
  transform: rotate(-5deg);
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
}
.floating-note strong {
  color: var(--ink);
  font-size: 13px;
}
.note-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #e8f3ec;
  color: #317764;
  font-size: 30px;
  text-align: center;
}
.audience {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
  background: #f4f2f6;
  text-align: center;
}
.audience .eyebrow {
  justify-content: center;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 17px;
}
.audience .wrap > div {
  font-size: 15px;
  line-height: 2;
  color: #615a6b;
  font-weight: 550;
  word-spacing: 1px;
}
.audience .wrap > div span {
  margin: 0 22px;
  color: #b7abba;
}
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-intro {
  max-width: 650px;
}
.section h2,
.encounter-copy h2,
.signup-section h2 {
  font-size: 43px;
  font-weight: 550;
  letter-spacing: -1.8px;
  line-height: 1.18;
  margin: 20px 0;
}
.section-intro > p,
.encounter-copy > p,
.educators p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
}
.feature {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  padding: 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 650;
  margin-bottom: 28px;
}
.lavender {
  background: var(--lilac);
  color: var(--purple);
}
.green {
  background: #e8f3ec;
  color: #317764;
}
.peach {
  background: #fcedde;
  color: #b57740;
}
.feature .eyebrow {
  font-size: 10px;
  color: var(--muted);
}
.feature h3 {
  font-size: 27px;
  line-height: 1.22;
  letter-spacing: -0.7px;
  margin: 15px 0;
}
.feature p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 25px;
}
.mini-path,
.mini-controls,
.mini-case {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
}
.mini-path span,
.mini-controls span {
  font-size: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f4f1f7;
  color: #797080;
}
.mini-path b {
  font-size: 13px;
  color: #a494b6;
}
.mini-controls .active {
  background: var(--lilac);
  color: var(--purple);
}
.mini-case {
  font-size: 9px;
  color: #8e7d9e;
  background: #f6f3f8;
  padding: 12px;
  border-radius: 7px;
}
.mini-case strong {
  font-weight: 550;
  font-size: 10px;
  color: #574962;
}
.encounter-section {
  background: #ede8f3;
  padding: 65px 0;
}
.encounter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}
.encounter-card {
  background: var(--dark);
  padding: 28px;
  border-radius: 22px;
  color: #fff;
}
.encounter-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.encounter-heading .preview-tag {
  color: #bdb0ce;
  font-size: 9px;
}
.patient-avatar {
  margin: 30px auto 18px;
  background: #55436b;
  color: #dfcfef;
  width: 77px;
  height: 77px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
}
.encounter-card h3 {
  font-size: 26px;
  font-weight: 550;
  text-align: center;
  margin: 0;
}
.encounter-card > p {
  font-size: 12px;
  color: #cfc4da;
  text-align: center;
}
.patient-message {
  border: 1px solid #675775;
  border-radius: 12px;
  padding: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #e4dcea;
  margin-top: 25px;
}
.encounter-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  background: #fff;
  border-radius: 10px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 600;
  margin-top: 12px;
}
.encounter-copy ul {
  list-style: none;
  padding: 0;
  margin: 23px 0;
  font-size: 14px;
  line-height: 2.7;
  color: #5e546a;
}
.encounter-copy li:before {
  content: "✓";
  margin-right: 10px;
  color: var(--purple);
}
.educators {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.educators h2 {
  font-size: 38px;
}
.educators p:first-child {
  margin-top: 0;
}
.educators .muted {
  font-size: 14px;
}
.under-link {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.signup-section {
  background: var(--dark);
  color: white;
  border-radius: 22px;
  padding: 47px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.signup-section h2 {
  font-size: 38px;
  margin: 17px 0;
}
.signup-section > div > p {
  font-size: 14px;
  line-height: 1.8;
  color: #cfc3dc;
  max-width: 370px;
}
.signup-section label {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  color: #dbd0e7;
}
.email-row {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.email-row input {
  min-width: 0;
  width: 100%;
  border: 1px solid #716081;
  border-radius: 10px;
  background: #45394f;
  color: white;
  padding: 16px;
  font-size: 15px;
}
.email-row input::placeholder {
  color: #bcaacb;
}
.form-note {
  font-size: 12px;
  line-height: 1.7;
  color: #cbbcd8;
  margin: 12px 0 0;
}
.footer {
  padding-top: 45px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer .brand {
  font-size: 23px;
}
.footer p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}
.footer > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 13px;
  font-size: 13px;
}
.footer > div:last-child > span {
  font-size: 11px;
  color: var(--muted);
}
.skip {
  position: absolute;
  top: -100px;
  background: white;
  z-index: 10;
  padding: 15px;
}
.skip:focus {
  top: 10px;
  left: 10px;
}
@media (min-width: 1250px) {
  .email-row {
    flex-direction: row;
  }
  .email-row input {
    flex: 1;
  }
  .email-row .button {
    white-space: nowrap;
    font-size: 12px;
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  .hero {
    gap: 40px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-actions {
    gap: 13px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 15px;
  }
  .floating-note {
    right: -10px;
  }
  .feature {
    padding: 23px;
  }
  .feature h3 {
    font-size: 24px;
  }
  .encounter-grid {
    gap: 45px;
  }
  .audience .wrap > div span {
    margin: 0 10px;
  }
  .signup-section {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 750px) {
  .wrap {
    padding-left: 23px;
    padding-right: 23px;
  }
  .nav {
    padding-top: 22px;
  }
  .nav nav > a:not(.button) {
    display: none;
  }
  .nav nav {
    gap: 0;
  }
  .nav .button {
    font-size: 11px;
    padding: 11px;
  }
  .brand {
    font-size: 23px;
  }
  .brand-mark {
    width: 31px;
    height: 34px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 72px;
    gap: 47px;
  }
  .hero h1 {
    font-size: 64px;
    letter-spacing: -3px;
  }
  .hero-copy > p {
    max-width: 100%;
  }
  .hero-note {
    font-size: 11px;
  }
  .product-preview {
    max-width: 460px;
    width: calc(100% - 16px);
    margin: 0 auto;
    transform: rotate(1deg);
  }
  .floating-note {
    right: -10px;
    font-size: 10px;
    padding: 13px 17px;
  }
  .audience {
    padding: 25px 0;
  }
  .audience .wrap > div {
    font-size: 13px;
    line-height: 2.5;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section h2,
  .encounter-copy h2 {
    font-size: 35px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature {
    padding: 26px;
  }
  .feature h3 br {
    display: none;
  }
  .feature p {
    font-size: 15px;
  }
  .feature-icon {
    margin-bottom: 21px;
  }
  .encounter-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .encounter-section {
    padding: 42px 0;
  }
  .encounter-card {
    order: 2;
  }
  .encounter-copy li {
    line-height: 1.7;
    margin-bottom: 13px;
  }
  .educators {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .signup-section {
    grid-template-columns: 1fr;
    padding: 28px;
    gap: 20px;
    margin: 0 16px;
  }
  .signup-section h2 {
    font-size: 35px;
  }
  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .footer > div:last-child {
    align-items: flex-start;
  }
  .preview-tabs > span {
    font-size: 9px;
    padding: 9px;
  }
  .section-intro p {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  a,
  button {
    transition: none;
  }
  .product-preview,
  .floating-note {
    transform: none;
  }
}
@media (min-width: 751px) and (max-width: 1150px) {
  .signup-section {
    max-width: calc(100% - 50px);
  }
}
