:root {
  --paper: #faf9f6;
  --ink: #252736;
  --muted: #626575;
  --purple: #6550b7;
  --purple-dark: #4e3b96;
  --lavender: #eee8fc;
  --mint: #e9f1e9;
  --apricot: #faecdf;
  --cta-yellow: #f4dc24;
  --cta-yellow-hover: #ffe65a;
  --cta-ink: #241f0a;
  --cta-shadow:
    0 0 0 1px rgba(68, 58, 0, 0.12),
    0 3px 8px rgba(68, 58, 0, 0.18);
  --cta-shadow-hover:
    0 0 0 1px rgba(68, 58, 0, 0.16),
    0 6px 18px rgba(68, 58, 0, 0.22);
  --line: #e4e2e7;
  --shadow: 0 0 0 1px #2424340a, 0 2px 4px #24243405, 0 14px 35px #24243407;
  font:
    100%/1.6 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
[hidden] {
  display: none !important;
}
.analytics-choice {
  position: fixed;
  inset: auto 20px 20px;
  z-index: 50;
  max-width: 980px;
  margin-inline: auto;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 0 1px #00000014, 0 12px 48px #00000024;
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
}
.analytics-choice h2 {
  font-size: 1.12rem;
  line-height: 1.35;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.analytics-choice p {
  font-size: 0.88rem;
  line-height: 1.55;
}
.analytics-choice a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.analytics-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.analytics-actions .button {
  flex: 1 1 190px;
  min-height: 44px;
}
.analytics-settings {
  border: 0;
  background: transparent;
  padding: 8px 0;
  min-height: 44px;
  text-align: left;
  color: var(--muted);
}
.analytics-settings:hover {
  color: var(--purple);
}
@media (max-width: 480px) {
  .analytics-choice {
    inset: auto 12px 12px;
    padding: 18px;
    border-radius: 20px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 5px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p,
li,
figcaption {
  text-wrap: pretty;
}
h1 {
  font-size: clamp(2.55rem, 4.65vw, 4.3rem);
  font-weight: 680;
  line-height: 1.075;
  letter-spacing: -0.048em;
}
h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 640;
  line-height: 1.16;
  letter-spacing: -0.038em;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: -0.024em;
}
p {
  color: var(--muted);
}
strong,
b {
  font-weight: 650;
}
.wrap {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding-block: 96px;
}
.eyebrow {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 20px;
}
.overline {
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: var(--muted);
}
.micro {
  font-size: 0.76rem;
  line-height: 1.65;
}
.button {
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 13px 23px;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.5;
  transition:
    background-color 0.16s ease,
    box-shadow 0.16s ease,
    transform 0.16s ease;
}
.button:active,
.nav-cta:active {
  transform: scale(0.96);
}
.primary {
  background: var(--cta-yellow);
  color: var(--cta-ink);
  box-shadow: var(--cta-shadow);
}
.primary:hover {
  background: var(--cta-yellow-hover);
  box-shadow: var(--cta-shadow-hover);
}
.secondary {
  background: white;
  box-shadow: var(--shadow);
  color: var(--ink);
}
.secondary:hover {
  background: #f3f0fa;
}
.light {
  background: var(--cta-yellow);
  color: var(--cta-ink);
  box-shadow: var(--cta-shadow);
}
.light:hover {
  background: var(--cta-yellow-hover);
  box-shadow: var(--cta-shadow-hover);
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.text-link,
.card-link {
  font-size: 0.87rem;
  font-weight: 650;
  color: var(--purple);
}
.text-link {
  padding-block: 12px;
  display: inline-block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  background: white;
  padding: 12px;
  z-index: 10;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  color: #f8f5ff;
  background: rgba(15, 12, 22, 0.96);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 30px rgba(23, 15, 39, 0.14);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 44px;
}
.site-brand-logo {
  display: block;
  width: 210px;
  height: auto;
}
.site-header .site-brand-logo {
  width: 166px;
}
.brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: inset 0 1px 0 #ffffff30;
}
.site-header nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 0.84rem;
  font-weight: 600;
}
.site-header nav > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-header nav > a:not(.nav-cta) {
  color: rgba(248, 245, 255, 0.86);
  transition-property: color;
  transition-duration: 0.16s;
  transition-timing-function: ease;
}
.site-header nav > a:not(.nav-cta):hover {
  color: #c9b8ff;
}
.site-header a:focus-visible {
  outline-color: #c9b8ff;
}
.nav-cta {
  background: var(--cta-yellow);
  border-radius: 10px;
  padding: 9px 16px 9px 18px;
  gap: 12px;
  color: var(--cta-ink);
  box-shadow: var(--cta-shadow);
  transition:
    background-color 0.16s ease,
    box-shadow 0.16s ease,
    transform 0.16s ease;
}
.nav-cta:hover {
  background: var(--cta-yellow-hover);
  box-shadow: var(--cta-shadow-hover);
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 66px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 90px;
}
.hero-copy {
  padding-bottom: 16px;
}
.hero h1 span {
  color: var(--purple);
}
.hero-lead {
  font-size: 1.09rem;
  line-height: 1.7;
  margin-top: 26px;
  color: #505365;
}
.hero-context {
  font-size: 0.91rem;
  line-height: 1.7;
  margin-top: 18px;
  max-width: 470px;
}
.hero .actions {
  margin-top: 29px;
}
.hero .button {
  padding-inline: 19px;
}
.launch-note {
  margin-top: 16px;
  max-width: 430px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--purple);
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: 2px;
}
.hero-preview {
  position: relative;
  min-width: 0;
  padding: 24px 0 0 8px;
}
.hero-preview:before {
  content: "";
  position: absolute;
  inset: 0 -25px 38px -20px;
  background: #efebf4;
  border-radius: 50% 50% 40% 45%;
  transform: rotate(-6deg);
  z-index: -1;
}
.preview-window {
  background: #fff;
  border-radius: 19px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px #2c244012,
    0 8px 24px #43306407,
    0 35px 65px -28px #43306445;
  transform: rotate(1.5deg);
}
.preview-top {
  height: 57px;
  padding: 0 20px;
  border-bottom: 1px solid #f0edf4;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 600;
}
.mini {
  height: 24px;
  width: 24px;
  border-radius: 7px;
  font-size: 1.15rem;
  padding-bottom: 3px;
}
.preview-avatar {
  margin-left: auto;
  width: 26px;
  height: 26px;
  background: #f2eee7;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 0.65rem;
}
.preview-main {
  padding: 24px;
}
.preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.preview-heading h2 {
  font-size: 1.25rem;
  margin-top: 4px;
  letter-spacing: -0.025em;
}
.pill {
  font-size: 0.65rem;
  padding: 5px 9px;
  border-radius: 6px;
  white-space: nowrap;
}
.soft {
  background: #f4f2f7;
  color: #666070;
}
.week-strip {
  display: flex;
  justify-content: space-between;
  margin: 21px 0 20px;
  padding-inline: 7px;
  color: #83808e;
  font-size: 0.57rem;
  text-align: center;
  line-height: 1.8;
}
.week-strip span {
  padding: 7px 15px;
  border-radius: 9px;
}
.week-strip b {
  font-size: 0.87rem;
  color: #474155;
}
.week-strip .selected {
  background: var(--purple);
  color: #eee6ff;
}
.week-strip .selected b {
  color: white;
}
.lesson-row {
  display: flex;
  gap: 14px;
  margin-top: 11px;
  align-items: flex-start;
}
.lesson-row time {
  font-size: 0.66rem;
  padding-top: 13px;
  color: #8a8595;
  font-variant-numeric: tabular-nums;
}
.lesson {
  flex: 1;
  border-radius: 10px;
  padding: 13px 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 0.66rem;
  color: #706783;
  line-height: 1.5;
}
.violet {
  background: #f0ebfb;
}
.peach {
  background: #fcf0e5;
  color: #876e59;
}
.green {
  background: #eaf3ee;
  color: #587667;
}
.lesson-line {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.lesson-line b {
  font-size: 0.73rem;
  color: #3e354f;
}
.lesson-line > span {
  font-size: 0.57rem;
  white-space: nowrap;
}
.lesson-state {
  font-size: 0.58rem;
  margin-top: 4px;
}
.preview-footer {
  font-size: 0.6rem;
  color: #8a8495;
  text-align: center;
  padding-top: 24px;
}
.tiny-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #bdb3d3;
  border-radius: 50%;
  margin-right: 5px;
}
.floating-note {
  position: absolute;
  bottom: 58px;
  right: -25px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: white;
  padding: 15px 19px;
  border-radius: 13px;
  box-shadow:
    0 0 0 1px #32274707,
    0 10px 35px #32274715;
  transform: rotate(-3deg);
  font-size: 0.7rem;
}
.floating-note b {
  display: block;
}
.floating-note small {
  font-size: 0.6rem;
  color: var(--muted);
}
.note-check {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  background: #e7f1e8;
  color: #4d755a;
  border-radius: 50%;
}
.hero-preview figcaption {
  font-size: 0.65rem;
  color: #89838f;
  text-align: center;
  margin-top: 22px;
}
.hero-app-preview {
  position: relative;
  min-width: 0;
  margin: 0;
}
.hero-screen-stack {
  position: relative;
  min-height: 635px;
  isolation: isolate;
}
.hero-screen-stack:before {
  content: "";
  position: absolute;
  inset: 48px -18px 28px 8px;
  z-index: -2;
  border-radius: 48% 52% 42% 45%;
  background:
    radial-gradient(circle at 72% 22%, rgba(244, 220, 36, 0.24), transparent 28%),
    linear-gradient(145deg, #eee8fc 0%, #e8e3ee 100%);
  transform: rotate(-5deg);
}
.app-device {
  overflow: hidden;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  background: #100c19;
  box-shadow:
    0 0 0 1px rgba(15, 12, 22, 0.16),
    0 8px 18px rgba(31, 22, 49, 0.13),
    0 30px 70px -24px rgba(31, 22, 49, 0.42);
}
.app-device img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 27px;
  outline: 1px solid rgba(0, 0, 0, 0.12);
  outline-offset: -1px;
}
.app-device-back,
.app-device-front {
  position: absolute;
}
.app-device-back {
  top: 84px;
  left: 8px;
  z-index: 0;
  width: 242px;
  transform: rotate(-5deg);
}
.app-device-front {
  top: 5px;
  right: 15px;
  z-index: 1;
  width: 278px;
  transform: rotate(2deg);
}
.situation-section {
  padding-block: 72px;
  border-block: 1px solid var(--line);
  background: #f1f0ec;
}
.situation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 58px;
  align-items: center;
}
.situation-copy {
  max-width: 490px;
}
.situation-copy .eyebrow {
  margin-bottom: 17px;
}
.situation-copy h2 {
  font-size: clamp(1.9rem, 2.7vw, 2.55rem);
}
.situation-copy > p:not(.eyebrow) {
  margin-top: 20px;
  font-size: 0.94rem;
  line-height: 1.8;
}
.situation-copy > p + p:not(.eyebrow) {
  margin-top: 14px;
}
.situation-visual {
  min-width: 0;
  padding: 10px 10px 8px;
  border-radius: 26px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(37, 39, 54, 0.05),
    0 3px 8px rgba(37, 39, 54, 0.05),
    0 26px 58px rgba(37, 39, 54, 0.1);
}
.situation-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}
.situation-visual figcaption,
.about-visual figcaption {
  margin: 10px 7px 2px;
  color: #726978;
  font-size: 0.68rem;
}
.section-heading {
  max-width: 740px;
  margin-bottom: 40px;
}
.section-heading > p:last-child:not(.eyebrow) {
  margin-top: 21px;
  font-size: 0.96rem;
  max-width: 570px;
}
.product-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.product-summary-card {
  display: block;
  min-width: 0;
  padding: 10px 10px 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(37, 39, 54, 0.05),
    0 2px 5px rgba(37, 39, 54, 0.04),
    0 16px 36px rgba(37, 39, 54, 0.06);
  transition:
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.product-summary-card:hover {
  box-shadow:
    0 0 0 1px rgba(101, 80, 183, 0.18),
    0 4px 10px rgba(37, 39, 54, 0.06),
    0 22px 42px rgba(37, 39, 54, 0.1);
  transform: translateY(-3px);
}
.product-summary-card:active {
  transform: scale(0.96);
}
.product-summary-media {
  display: block;
  height: 148px;
  overflow: hidden;
  border-radius: 12px;
  background: #eee8fc;
}
.product-summary-card:nth-child(2) .product-summary-media {
  background: #e9f1e9;
}
.product-summary-card:nth-child(3) .product-summary-media {
  background: #faecdf;
}
.product-summary-card:nth-child(4) .product-summary-media {
  background: #ece9f5;
}
.product-summary-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 8%;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}
.product-summary-copy {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 17px 7px 0;
}
.product-summary-copy > b {
  display: inline-grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #54421a;
  background: #f8e96e;
  font-size: 0.7rem;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}
.product-summary-copy > span,
.product-summary-copy strong,
.product-summary-copy small {
  display: block;
}
.product-summary-copy strong {
  font-size: 1rem;
  line-height: 1.35;
}
.product-summary-copy small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.65;
}
.product-showcase {
  padding-block: 82px;
  border-block: 1px solid var(--line);
  background: #f1f0ec;
}
.product-showcase-list {
  display: grid;
  gap: 28px;
}
.product-section {
  --product-stage: #eee8fc;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(285px, 0.74fr);
  min-height: 650px;
  gap: 48px;
  align-items: center;
  padding: 54px 58px;
  border-radius: 30px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(37, 39, 54, 0.05),
    0 3px 8px rgba(37, 39, 54, 0.04),
    0 24px 58px rgba(37, 39, 54, 0.07);
  scroll-margin-top: 105px;
}
.product-section:nth-child(2) {
  --product-stage: #e9f1e9;
}
.product-section:nth-child(3) {
  --product-stage: #faecdf;
}
.product-section:nth-child(4) {
  --product-stage: #ece9f5;
}
.product-section:nth-child(even) .product-copy {
  order: 2;
}
.product-section:nth-child(even) .product-screen {
  order: 1;
}
.product-copy {
  max-width: 510px;
}
.product-copy .eyebrow {
  margin-bottom: 17px;
}
.product-copy > p:not(.eyebrow) {
  margin-top: 21px;
  max-width: 480px;
  font-size: 0.96rem;
  line-height: 1.78;
}
.product-list {
  display: grid;
  gap: 12px;
  margin: 27px 0 18px;
  padding: 0;
  list-style: none;
  color: #4f5262;
  font-size: 0.88rem;
}
.product-list li {
  position: relative;
  padding-left: 29px;
  line-height: 1.65;
}
.product-list li:before {
  content: "✓";
  position: absolute;
  top: 0.08em;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #42351b;
  background: #f5e66c;
  font-size: 0.68rem;
  font-weight: 750;
}
.product-screen {
  display: flex;
  min-width: 0;
  min-height: 545px;
  margin: 0;
  padding: 28px 22px 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: var(--product-stage);
  box-shadow: inset 0 0 0 1px rgba(37, 39, 54, 0.04);
}
.app-device-feature {
  width: min(286px, 100%);
  border-radius: 31px;
}
.app-device-feature img {
  border-radius: 24px;
}
.product-screen figcaption {
  margin-top: 15px;
  color: #655e6c;
  font-size: 0.67rem;
  text-align: center;
}
.pricing-section {
  color: #f8f5ff;
  background:
    radial-gradient(circle at 82% 18%, rgba(111, 78, 197, 0.34), transparent 28%),
    #0f0c16;
}
.pricing-heading .eyebrow {
  color: #f5e66c;
}
.pricing-heading h2 {
  color: #fff;
}
.pricing-heading > p:not(.eyebrow) {
  color: #cfc7dc;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.price-card {
  position: relative;
  display: grid;
  min-height: 186px;
  align-content: end;
  gap: 10px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.price-card > p {
  color: #d8d0e5;
  font-size: 0.8rem;
  font-weight: 650;
}
.price-card > strong {
  color: #fff;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
}
.price-card > span {
  min-height: 38px;
  color: #aaa1b8;
  font-size: 0.72rem;
  line-height: 1.55;
}
.price-card-featured {
  border-color: rgba(245, 230, 108, 0.55);
  background: linear-gradient(155deg, rgba(245, 230, 108, 0.14), rgba(111, 78, 197, 0.13));
}
.price-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #3d3214;
  background: #f5e66c;
  font-size: 0.62rem;
  font-weight: 750;
}
.pricing-action {
  display: flex;
  margin-top: 28px;
  gap: 19px 24px;
  align-items: center;
  flex-wrap: wrap;
}
.pricing-note {
  margin-top: 18px;
  color: #cfc7dc;
  font-size: 0.78rem;
  line-height: 1.65;
}
.pricing-action > p {
  flex-basis: 100%;
  color: #aaa1b8;
  font-size: 0.7rem;
}
.pricing-action .text-link {
  color: #fff;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.feature-card {
  background: #fff;
  border-radius: 19px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  margin-bottom: 25px;
  font-size: 0.72rem;
  font-weight: 650;
}
.lavender {
  background: var(--lavender);
  color: #746299;
}
.mint {
  background: var(--mint);
  color: #617760;
}
.apricot {
  background: var(--apricot);
  color: #976e4e;
}
.feature-card p {
  font-size: 0.9rem;
  margin-top: 14px;
  line-height: 1.8;
}
.feature-card a {
  display: inline-block;
  padding-block: 12px;
  font-size: 0.79rem;
  font-weight: 600;
  color: var(--purple);
  margin-top: 15px;
}
.feature-card a span {
  margin-left: 5px;
}
.section-note {
  font-size: 0.75rem;
  color: #817d8a;
  margin-top: 24px;
}
.materials-section {
  background: #f1f0ec;
}
.split-heading {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.split-heading > div > p:not(.eyebrow) {
  max-width: 600px;
  margin-top: 18px;
  font-size: 0.92rem;
  line-height: 1.75;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.resource-card {
  padding: 16px 16px 27px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.resource-card:hover {
  box-shadow:
    0 0 0 1px #6550b730,
    0 12px 30px #2424340e;
  transform: translateY(-3px);
}
.resource-card > .overline,
.resource-card > h3,
.resource-card > p,
.resource-card > .card-link {
  display: block;
  margin-inline: 11px;
}
.resource-card > h3 {
  margin-top: 10px;
}
.resource-card > p {
  margin-top: 12px;
  font-size: 0.87rem;
}
.resource-card > .card-link {
  margin-top: 23px;
}
.resource-art {
  height: 220px;
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.resource-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}
.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr);
  gap: 70px;
  align-items: center;
}
.about-visual {
  min-width: 0;
  padding: 10px 10px 8px;
  border-radius: 30px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(37, 39, 54, 0.05),
    0 3px 8px rgba(37, 39, 54, 0.05),
    0 26px 58px rgba(37, 39, 54, 0.1);
}
.about-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}
.about-copy h2 {
  margin-bottom: 24px;
}
.about-section p:not(.eyebrow) {
  font-size: 0.96rem;
  line-height: 1.85;
  margin-bottom: 20px;
}
.faq-section {
  padding-top: 0;
}
.faq-section .section-heading {
  margin-bottom: 30px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
  font-weight: 580;
  font-size: 1rem;
  padding: 23px 35px 23px 0;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 1.3rem;
  color: var(--purple);
  font-weight: 400;
}
details[open] summary:after {
  content: "−";
}
details p {
  max-width: 800px;
  padding: 0 45px 26px 0;
  font-size: 0.93rem;
  line-height: 1.8;
}
.cta-wrap {
  padding-bottom: 85px;
}
.cta-panel {
  border-radius: 24px;
  background: var(--purple-dark);
  color: #fff;
  padding: 49px 54px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
}
.cta-panel:after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -70px;
  bottom: -160px;
  border: 1px solid #ffffff15;
  border-radius: 50%;
  box-shadow:
    0 0 0 40px #ffffff05,
    0 0 0 80px #ffffff03;
  pointer-events: none;
}
.cta-panel .eyebrow {
  color: #ddd0fb;
}
.cta-panel h2 {
  font-size: 2.5rem;
}
.cta-panel p:not(.eyebrow) {
  color: #dfd5f2;
  margin-top: 20px;
  font-size: 0.89rem;
}
.cta-panel p.micro {
  margin-top: 10px;
  font-size: 0.73rem;
  color: #d4c6ec;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
.cta-actions .button {
  min-width: 240px;
}
.join-link {
  font-size: 0.86rem;
  font-weight: 600;
  min-height: 44px;
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.cta-actions .micro {
  color: #d4c6ec;
  font-size: 0.65rem;
}
.site-footer {
  color: #f8f5ff;
  background: #0f0c16;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.footer-wrap {
  padding-top: 28px;
  padding-bottom: 20px;
}
.site-footer .site-brand-logo {
  width: 150px;
}
.footer-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-bottom: 16px;
}
.footer-top p {
  font-size: 0.83rem;
  line-height: 1.6;
  color: rgba(248, 245, 255, 0.68);
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  gap: 0 24px;
  font-size: 0.77rem;
  color: rgba(248, 245, 255, 0.72);
}
.footer-links a,
.footer-legal a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding-block: 5px;
  transition-property: color;
  transition-duration: 0.16s;
  transition-timing-function: ease;
}
.footer-links a:hover,
.footer-legal a:hover {
  color: #c9b8ff;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 24px;
  padding-bottom: 12px;
  color: rgba(248, 245, 255, 0.72);
  font-size: 0.77rem;
  line-height: 1.6;
}
.site-footer .analytics-settings {
  color: rgba(248, 245, 255, 0.72);
  transition-property: color;
  transition-duration: 0.16s;
  transition-timing-function: ease;
}
.site-footer .analytics-settings:hover {
  color: #c9b8ff;
}
.site-footer a:focus-visible,
.site-footer button:focus-visible {
  outline-color: #c9b8ff;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(248, 245, 255, 0.5);
  font-size: 0.68rem;
}
.page-intro {
  padding-top: 28px;
  padding-bottom: 40px;
  max-width: 860px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 0.74rem;
  color: #7d7688;
  margin-bottom: 46px;
}
.breadcrumbs a {
  padding-block: 8px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
.breadcrumbs > [aria-current] {
  min-width: 0;
  overflow-wrap: anywhere;
}
.breadcrumbs a:hover {
  color: var(--purple);
}
.page-intro h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.7rem);
  line-height: 1.13;
  letter-spacing: -0.044em;
  max-width: 850px;
}
.page-summary {
  font-size: 1.08rem;
  line-height: 1.75;
  margin-top: 25px;
  max-width: 700px;
}
.article-body {
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.85;
  padding-bottom: 66px;
  overflow-wrap: anywhere;
}
.article-meta {
  font-size: 0.72rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 28px;
  line-height: 1.8;
}
.article-meta a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 20px;
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
}
.article-hero {
  max-width: 1020px;
  margin-bottom: 42px;
}
.article-hero img,
.library-thumb {
  display: block;
  width: 100%;
  height: auto;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}
.article-hero img {
  border-radius: 22px;
}
.article-hero figcaption {
  margin: 12px auto 0;
  max-width: 760px;
  font-size: 0.76rem;
  line-height: 1.65;
  color: var(--muted);
}
.article-toc {
  margin-bottom: 36px;
  padding: 10px 27px;
  background: #fff;
  border-radius: 16px;
  border: 0;
  box-shadow: var(--shadow);
}
.article-toc > summary {
  min-height: 44px;
  padding: 10px 28px 10px 0;
  color: var(--ink);
  font-weight: 650;
  font-size: 0.88rem;
}
.article-toc > summary:after {
  top: 50%;
  transform: translateY(-50%);
}
.article-toc nav {
  padding: 5px 0 10px;
}
.article-body .article-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px 24px;
  margin: 0;
  padding-left: 20px;
  font-size: 0.82rem;
  line-height: 1.5;
}
.article-body .article-toc li {
  margin: 0;
  padding-left: 1px;
}
.article-body .article-toc a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding-block: 7px;
  text-decoration: none;
}
.article-toc a:hover {
  text-decoration: underline;
}
.article-body p {
  margin-bottom: 20px;
  color: #535262;
}
.article-body h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 43px;
  margin-bottom: 19px;
}
.article-body h3 {
  margin-top: 30px;
  margin-bottom: 13px;
}
.article-body a:not(.button) {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-body ol,
.article-body ul {
  padding-left: 25px;
  margin-block: 17px 24px;
  color: #535262;
}
.article-body li {
  padding-left: 5px;
  margin-bottom: 12px;
}
.article-body li strong {
  color: var(--ink);
}
.article-body .micro {
  font-size: 0.75rem;
  line-height: 1.65;
}
.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 25px 0 30px;
  background: #fff;
}
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  min-width: 570px;
  font-size: 0.82rem;
  line-height: 1.65;
}
th,
td {
  padding: 15px 17px;
  vertical-align: top;
}
th {
  background: #f0edf5;
  font-weight: 650;
  color: #4b425e;
}
tr + tr td {
  border-top: 1px solid #efedf2;
}
td {
  color: #625c6c;
}
caption {
  text-align: left;
  font-size: 0.76rem;
  padding: 15px;
  color: var(--muted);
}
.download-box {
  margin-block: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 27px;
  background: #f0ebf8;
  border-radius: 17px;
}
.download-box h2 {
  font-size: 1.3rem;
  margin-top: 8px;
  margin-bottom: 10px;
}
.download-box p {
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.75;
}
.download-box .button {
  flex-shrink: 0;
  padding-inline: 17px;
  font-size: 0.8rem;
}
.callout {
  padding: 24px 27px;
  border-left: 3px solid #9b89c8;
  background: #f2eff7;
  border-radius: 0 12px 12px 0;
  margin-block: 30px;
}
.callout p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.92rem;
}
.message-card {
  background: white;
  box-shadow: var(--shadow);
  border-radius: 16px;
  padding: 29px;
  margin-block: 26px;
}
.message-card h2 {
  font-size: 1.3rem;
  margin-top: 7px;
  margin-bottom: 15px;
}
.message-card .copy-text {
  padding-left: 19px;
  border-left: 2px solid #d8cdea;
  font-size: 0.94rem;
}
.copy-button {
  font-size: 0.8rem;
  min-height: 44px;
  padding-block: 10px;
}
.formula {
  background: #f0edf6;
  border-radius: 11px;
  padding: 19px;
  font-size: 0.96rem;
  font-weight: 650;
  color: #635381;
  margin-block: 23px;
}
.tool-panel {
  padding: 32px;
  background: #f0edf6;
  border-radius: 19px;
  margin-block: 30px;
}
.tool-panel h2 {
  margin-top: 0;
  font-size: 1.6rem;
}
.tool-panel > .eyebrow {
  margin-bottom: 13px;
}
.tool-panel p {
  font-size: 0.88rem;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-block: 23px;
}
.field-grid label {
  font-size: 0.79rem;
  font-weight: 600;
  color: #5b526c;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field-grid input {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid #d7cfe1;
  background: #fff;
  border-radius: 9px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.tool-panel output {
  display: flex;
  flex-direction: column;
  margin-block: 25px 20px;
  padding: 22px 25px;
  border-radius: 12px;
  background: #fff;
  line-height: 1.4;
}
.tool-panel output > span {
  font-size: 0.85rem;
  color: var(--muted);
}
.tool-panel output strong {
  font-size: 2.3rem;
  letter-spacing: -0.04em;
  color: var(--purple);
  margin-block: 8px;
  font-variant-numeric: tabular-nums;
}
.tool-panel output small {
  color: var(--muted);
  font-size: 0.8rem;
}
.tool-panel p:last-child {
  margin: 0;
}
.related {
  max-width: 860px;
  padding-bottom: 70px;
}
.related > h2 {
  font-size: 1.7rem;
  margin-bottom: 27px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 10px 0 54px;
}
.library-card {
  min-width: 0;
  padding: 16px 16px 24px;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s ease;
  overflow-wrap: anywhere;
}
.library-thumb {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 21px;
}
.library-card > :not(img) {
  margin-inline: 8px;
}
.library-card:hover {
  box-shadow:
    0 0 0 1px #6550b738,
    0 10px 24px #6550b70a;
}
.library-card h3 {
  font-size: 1.3rem;
  line-height: 1.25;
  margin-top: 18px;
  margin-bottom: 15px;
}
.library-card p {
  font-size: 0.88rem;
  line-height: 1.8;
  flex: 1;
}
.library-card .card-link {
  margin-top: 26px;
  font-size: 0.8rem;
}
.library-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 48px;
}
.library-topics a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 9px 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  font-size: 0.82rem;
  line-height: 1.5;
}
.library-topics a:hover {
  color: var(--purple-dark);
  background: var(--lavender);
}
.library-topics span {
  color: var(--muted);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}
.library-topic-heading {
  max-width: 760px;
  margin-bottom: 22px;
}
.library-topic-heading h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
}
.library-topic-heading p {
  margin-top: 13px;
  font-size: 0.95rem;
  line-height: 1.8;
}
.material-cta {
  margin-block: 36px;
  padding: 30px;
  background: #17121f;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px #00000008, 0 16px 30px #0000000a;
}
.article-body .material-cta h2 {
  color: #fff;
  margin: 0 0 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.article-body .material-cta > p {
  color: #d0c9db;
  font-size: 0.91rem;
  line-height: 1.75;
  margin-bottom: 0;
}
.article-body .material-cta .eyebrow {
  color: #e7d37a;
  margin-bottom: 15px;
  font-size: 0.65rem;
}
.material-cta .actions {
  margin-top: 23px;
  gap: 16px;
}
.article-body .material-cta .material-demo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 8px;
  color: #fff;
  font-size: 0.82rem;
}
.article-body .material-cta .micro {
  margin-top: 14px;
  font-size: 0.7rem;
}
.material-cta a:focus-visible {
  outline-color: var(--cta-yellow);
}
.library-note {
  max-width: 760px;
  padding-bottom: 80px;
}
.library-note h2 {
  font-size: 1.9rem;
  margin-bottom: 23px;
}
.library-note p {
  margin-bottom: 19px;
  line-height: 1.9;
}
.status-page {
  max-width: 770px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}
.status-page h1 {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  line-height: 1.13;
}
.status-lead {
  font-size: 1.1rem;
  margin: 25px auto;
  max-width: 620px;
}
.status-illustration {
  position: relative;
  width: 148px;
  height: 124px;
  margin: 10px auto 38px;
  display: grid;
  place-items: center;
  background: #eee8f6;
  border-radius: 32px;
  transform: rotate(-6deg);
}
.status-illustration > span {
  font-size: 5rem;
  color: var(--purple);
  font-weight: 650;
  line-height: 1;
  transform: rotate(6deg);
  padding-bottom: 14px;
}
.status-illustration > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  transform: rotate(6deg);
}
.status-illustration > i {
  position: absolute;
  right: -42px;
  bottom: 5px;
  background: #fff;
  padding: 8px 14px;
  font-size: 0.68rem;
  font-style: normal;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: rotate(12deg);
  white-space: nowrap;
}
.status-explanation {
  background: white;
  box-shadow: var(--shadow);
  border-radius: 19px;
  text-align: left;
  padding: 30px 36px;
  margin-block: 35px;
}
.status-explanation h2 {
  font-size: 1.35rem;
  margin-bottom: 15px;
}
.status-explanation p {
  font-size: 0.92rem;
  line-height: 1.85;
}
.status-explanation p + p {
  margin-top: 16px;
}
.status-page .actions {
  justify-content: center;
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 112px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .hero {
    gap: 32px;
  }
  .hero h1 {
    font-size: 3.35rem;
  }
  .hero .actions .button {
    font-size: 0.82rem;
    gap: 14px;
    padding-inline: 17px;
  }
  .hero-preview {
    padding-left: 0;
  }
  .hero-screen-stack {
    min-height: 590px;
  }
  .app-device-front {
    right: 4px;
    width: 258px;
  }
  .app-device-back {
    width: 222px;
  }
  .floating-note {
    right: -5px;
    bottom: 55px;
  }
  .preview-main {
    padding: 20px;
  }
  .preview-heading h2 {
    font-size: 1.05rem;
  }
  .lesson-row {
    gap: 8px;
  }
  .lesson {
    padding: 12px;
  }
  .week-strip span {
    padding-inline: 12px;
  }
  .feature-card {
    padding: 25px;
  }
  .product-section {
    gap: 34px;
    padding: 44px;
  }
  .resource-grid,
  .feature-grid {
    gap: 20px;
  }
  .cta-panel {
    padding: 42px;
  }
  .cta-panel h2 {
    font-size: 2.25rem;
  }
  .about-section {
    gap: 50px;
  }
}
@media (max-width: 850px) {
  .site-header nav > a:first-child,
  .site-header nav > a:nth-child(2) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .hero-copy {
    max-width: 620px;
    margin: auto;
    text-align: center;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 6.7vw, 4rem);
  }
  .hero .hero-context,
  .hero .launch-note {
    margin-inline: auto;
  }
  .hero .actions {
    justify-content: center;
  }
  .hero-preview {
    width: min(500px, 90%);
    margin: auto;
  }
  .hero-app-preview {
    width: min(570px, 100%);
    margin-inline: auto;
  }
  .hero-screen-stack {
    min-height: 620px;
  }
  .app-device-front {
    right: 38px;
    width: 275px;
  }
  .app-device-back {
    left: 36px;
    width: 240px;
  }
  .situation-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .situation-copy {
    max-width: 690px;
  }
  .section {
    padding-block: 65px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product-summary {
    grid-template-columns: 1fr 1fr;
  }
  .product-summary-media {
    height: 132px;
  }
  .product-section {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 34px;
  }
  .product-section:nth-child(even) .product-copy,
  .product-section:nth-child(even) .product-screen {
    order: initial;
  }
  .product-copy {
    max-width: 620px;
  }
  .product-screen {
    min-height: 0;
  }
  .feature-card {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 22px;
    padding: 26px;
  }
  .feature-card .feature-icon {
    grid-row: span 3;
    margin-bottom: 0;
  }
  .feature-card p {
    margin-top: 10px;
  }
  .feature-card a {
    margin-top: 4px;
  }
  .resource-grid {
    gap: 16px;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .resource-card {
    padding: 12px 12px 22px;
  }
  .resource-card > .overline,
  .resource-card > h3,
  .resource-card > p,
  .resource-card > .card-link {
    margin-inline: 6px;
  }
  .resource-card h3 {
    font-size: 1.12rem;
  }
  .resource-art {
    height: 180px;
  }
  .about-section {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .faq-section {
    padding-top: 5px;
  }
  .cta-panel {
    gap: 28px;
    padding: 36px;
  }
  .cta-panel h2 {
    font-size: 2rem;
  }
  .cta-actions .button {
    min-width: 180px;
  }
  .cta-actions .micro {
    max-width: 185px;
    text-align: center;
  }
  .footer-top {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .footer-links {
    justify-content: end;
  }
  .footer-top > p {
    display: none;
  }
  .library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-intro {
    max-width: 760px;
  }
  .page-intro h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .nav-wrap {
    min-height: 68px;
  }
  .site-header nav {
    gap: 14px;
    font-size: 0.75rem;
  }
  .nav-cta {
    padding: 8px 11px;
    gap: 9px;
    min-height: 42px !important;
  }
  .site-header .site-brand-logo {
    width: 122px;
  }
  .site-footer .site-brand-logo {
    width: 150px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .hero {
    padding-top: 30px;
    gap: 30px;
    padding-bottom: 39px;
  }
  .hero .eyebrow {
    font-size: 0.68rem;
    margin-bottom: 21px;
  }
  .hero h1 {
    font-size: 2.73rem;
    line-height: 1.1;
    letter-spacing: -0.045em;
  }
  .hero-lead {
    font-size: 0.96rem;
    margin-top: 23px;
  }
  .desktop-break {
    display: none;
  }
  .hero-context {
    font-size: 0.84rem;
    max-width: 355px;
  }
  .hero .actions {
    gap: 10px;
    margin-top: 24px;
  }
  .hero .actions .button {
    width: 100%;
    font-size: 0.88rem;
    min-height: 50px;
  }
  .hero .actions .secondary {
    background: transparent;
    box-shadow: none;
    min-height: 42px;
    padding-block: 8px;
  }
  .hero .launch-note {
    font-size: 0.68rem;
    max-width: 295px;
    margin-top: 10px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .price-card {
    min-height: 154px;
  }
  .pricing-action {
    align-items: stretch;
    flex-direction: column;
  }
  .pricing-action .button,
  .pricing-action .text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .hero-preview {
    width: 95%;
    padding-top: 15px;
  }
  .hero-app-preview {
    width: 100%;
  }
  .hero-screen-stack {
    min-height: 520px;
  }
  .hero-screen-stack:before {
    inset: 35px 0 20px;
    border-radius: 34px;
    transform: none;
  }
  .app-device-front {
    top: 4px;
    right: 8px;
    width: 231px;
    border-radius: 29px;
  }
  .app-device-front img {
    border-radius: 22px;
  }
  .app-device-back {
    top: 67px;
    left: 6px;
    width: 202px;
    border-radius: 28px;
  }
  .app-device-back img {
    border-radius: 21px;
  }
  .hero-preview:before {
    inset: 0 -4px 40px -7px;
  }
  .preview-window {
    border-radius: 16px;
    transform: rotate(1deg);
  }
  .preview-top {
    height: 49px;
    padding-inline: 17px;
    font-size: 0.67rem;
  }
  .preview-top .mini {
    width: 22px;
    height: 22px;
    font-size: 1.1rem;
    border-radius: 6px;
  }
  .preview-main {
    padding: 20px 16px 25px;
  }
  .preview-heading h2 {
    font-size: 1.02rem;
  }
  .preview-heading .overline {
    font-size: 0.6rem;
  }
  .pill {
    font-size: 0.57rem;
  }
  .week-strip {
    margin: 14px 0;
    padding: 0;
  }
  .week-strip span {
    padding: 5px 13px;
  }
  .lesson-row time {
    font-size: 0.6rem;
  }
  .lesson-row {
    margin-top: 9px;
    gap: 9px;
  }
  .lesson {
    padding: 10px 12px;
    font-size: 0.62rem;
  }
  .lesson-line b {
    font-size: 0.67rem;
  }
  .lesson-line > span {
    font-size: 0.53rem;
  }
  .lesson-state {
    font-size: 0.53rem;
  }
  .preview-footer {
    font-size: 0.53rem;
    padding-top: 22px;
  }
  .floating-note {
    padding: 10px 14px;
    gap: 9px;
    bottom: 56px;
    right: -4px;
    font-size: 0.62rem;
    border-radius: 10px;
  }
  .floating-note small {
    font-size: 0.53rem;
  }
  .note-check {
    width: 27px;
    height: 27px;
  }
  .hero-preview figcaption {
    font-size: 0.6rem;
    margin-top: 21px;
  }
  .situation-section {
    padding-block: 53px;
  }
  .situation-layout {
    gap: 27px;
  }
  .situation-copy h2 {
    font-size: 1.97rem;
  }
  .situation-copy > p:not(.eyebrow) {
    margin-top: 17px;
    font-size: 0.86rem;
  }
  .situation-copy > p + p:not(.eyebrow) {
    margin-top: 12px;
  }
  .situation-visual {
    padding: 7px 7px 6px;
    border-radius: 20px;
  }
  .situation-visual img {
    border-radius: 13px;
  }
  .situation-visual figcaption,
  .about-visual figcaption {
    font-size: 0.61rem;
  }
  .section {
    padding-block: 53px;
  }
  .section-heading {
    margin-bottom: 29px;
  }
  .section-heading .eyebrow {
    font-size: 0.69rem;
    margin-bottom: 16px;
  }
  .section-heading h2,
  h2 {
    font-size: 1.97rem;
  }
  .section-heading > p:last-child:not(.eyebrow) {
    font-size: 0.89rem;
    margin-top: 19px;
  }
  .feature-card {
    grid-template-columns: 36px 1fr;
    padding: 23px 20px;
    gap: 0 17px;
  }
  .feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .feature-card h3 {
    font-size: 1.18rem;
  }
  .feature-card p {
    font-size: 0.83rem;
  }
  .feature-card a {
    font-size: 0.76rem;
  }
  .section-note {
    font-size: 0.68rem;
    line-height: 1.7;
  }
  .product-summary {
    gap: 10px;
  }
  .product-summary-card {
    padding: 7px 7px 14px;
    border-radius: 17px;
  }
  .product-summary-media {
    height: 104px;
    border-radius: 10px;
  }
  .product-summary-copy {
    gap: 9px;
    padding: 13px 4px 0;
  }
  .product-summary-copy > b {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }
  .product-summary-copy strong {
    font-size: 0.9rem;
  }
  .product-summary-copy small {
    margin-top: 4px;
    font-size: 0.68rem;
    line-height: 1.5;
  }
  .product-showcase {
    padding-block: 54px;
  }
  .product-showcase-list {
    gap: 20px;
  }
  .product-section {
    gap: 28px;
    padding: 30px 21px 24px;
    border-radius: 23px;
  }
  .product-copy .eyebrow {
    font-size: 0.67rem;
    margin-bottom: 15px;
  }
  .product-copy > p:not(.eyebrow) {
    margin-top: 17px;
    font-size: 0.85rem;
  }
  .product-list {
    gap: 10px;
    margin-top: 22px;
    font-size: 0.8rem;
  }
  .product-list li {
    padding-left: 27px;
  }
  .product-screen {
    padding: 20px 15px 16px;
    border-radius: 18px;
  }
  .app-device-feature {
    width: min(268px, 100%);
    border-radius: 29px;
  }
  .app-device-feature img {
    border-radius: 22px;
  }
  .split-heading {
    display: block;
  }
  .split-heading .text-link {
    margin-top: 19px;
    font-size: 0.8rem;
  }
  .resource-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .resource-card {
    padding: 16px 16px 24px;
    display: grid;
    grid-template-columns: 98px 1fr;
    gap: 0 17px;
  }
  .resource-art {
    grid-row: span 4;
    height: 145px;
    margin: 0;
    border-radius: 10px;
  }
  .resource-card > .overline,
  .resource-card > h3,
  .resource-card > p,
  .resource-card > .card-link {
    margin-inline: 0;
  }
  .resource-card > .overline {
    font-size: 0.56rem;
    margin-top: 6px;
  }
  .resource-card h3 {
    font-size: 1.09rem;
    margin-top: 9px;
  }
  .resource-card > p {
    font-size: 0.8rem;
    margin-top: 10px;
  }
  .resource-card > .card-link {
    font-size: 0.73rem;
    margin-top: 16px;
  }
  .about-section {
    gap: 22px;
  }
  .about-visual {
    padding: 7px 7px 6px;
    border-radius: 22px;
  }
  .about-visual img {
    border-radius: 15px;
  }
  .about-section p:not(.eyebrow) {
    font-size: 0.87rem;
    line-height: 1.85;
  }
  .about-section .text-link {
    font-size: 0.81rem;
  }
  .faq-section {
    padding-top: 0;
  }
  summary {
    font-size: 0.9rem;
    padding-block: 21px;
  }
  details p {
    font-size: 0.84rem;
    padding-right: 13px;
  }
  .cta-wrap {
    padding-bottom: 58px;
  }
  .cta-panel {
    display: block;
    border-radius: 19px;
    padding: 31px 26px;
    text-align: left;
  }
  .cta-panel h2 {
    font-size: 2rem;
  }
  .cta-panel .eyebrow {
    font-size: 0.68rem;
    margin-bottom: 17px;
  }
  .cta-panel p:not(.eyebrow) {
    font-size: 0.84rem;
    margin-top: 19px;
  }
  .cta-panel p.micro {
    font-size: 0.67rem;
    margin-top: 10px;
  }
  .cta-actions {
    margin-top: 28px;
    gap: 11px;
  }
  .cta-actions .button {
    width: 100%;
    min-height: 49px;
  }
  .cta-actions .micro {
    max-width: none;
    font-size: 0.64rem;
  }
  .join-link {
    font-size: 0.81rem;
  }
  .footer-wrap {
    padding-top: 24px;
    padding-bottom: 18px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 16px;
  }
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 0.75rem;
    gap: 0 16px;
  }
  .footer-legal {
    gap: 0 16px;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    gap: 4px;
    padding-top: 12px;
  }
  .page-intro {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .breadcrumbs {
    font-size: 0.66rem;
    gap: 9px;
    margin-bottom: 28px;
  }
  .page-intro .eyebrow {
    font-size: 0.68rem;
    margin-bottom: 17px;
  }
  .page-intro h1 {
    font-size: 2.4rem;
    line-height: 1.15;
  }
  .page-summary {
    font-size: 0.96rem;
    line-height: 1.75;
    margin-top: 21px;
  }
  .article-body {
    font-size: 0.93rem;
    line-height: 1.85;
    padding-bottom: 43px;
  }
  .article-meta {
    font-size: 0.7rem;
    line-height: 1.8;
    padding-top: 15px;
    margin-top: 23px;
  }
  .article-hero {
    margin-bottom: 28px;
  }
  .article-hero img {
    border-radius: 14px;
  }
  .article-hero figcaption {
    font-size: 0.7rem;
  }
  .article-toc {
    padding: 8px 20px;
    margin-bottom: 28px;
  }
  .article-body .article-toc ol {
    grid-template-columns: 1fr;
  }
  .material-cta {
    padding: 24px 21px;
    border-radius: 18px;
  }
  .article-body .material-cta h2 {
    font-size: 1.45rem;
  }
  .material-cta .actions {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
  }
  .material-cta .button,
  .material-cta .material-demo {
    width: 100%;
    justify-content: center;
  }
  .article-body h2 {
    font-size: 1.55rem;
    margin-top: 33px;
    margin-bottom: 18px;
  }
  .article-body p {
    margin-bottom: 18px;
  }
  .download-box {
    display: block;
    padding: 23px;
    margin-block: 25px;
  }
  .download-box h2 {
    font-size: 1.25rem;
    margin-top: 8px;
  }
  .download-box .button {
    margin-top: 20px;
    width: 100%;
    font-size: 0.85rem;
  }
  .download-box p {
    font-size: 0.83rem;
  }
  .message-card {
    padding: 23px 21px;
  }
  .message-card h2 {
    font-size: 1.25rem;
    margin-top: 8px;
  }
  .message-card .copy-text {
    font-size: 0.87rem;
    padding-left: 14px;
  }
  .copy-button {
    width: 100%;
    font-size: 0.78rem;
  }
  .formula {
    font-size: 0.85rem;
    padding: 17px;
  }
  .tool-panel {
    padding: 25px 21px;
  }
  .tool-panel h2 {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .tool-panel p {
    font-size: 0.82rem;
  }
  .field-grid {
    gap: 16px 13px;
  }
  .field-grid label {
    font-size: 0.7rem;
    line-height: 1.55;
  }
  .field-grid input {
    font-size: 1rem;
    padding: 9px;
    min-height: 45px;
  }
  .tool-panel .button {
    width: 100%;
  }
  .tool-panel output {
    padding: 19px;
  }
  .tool-panel output strong {
    font-size: 2.1rem;
  }
  .tool-panel .micro {
    font-size: 0.68rem;
  }
  .related {
    padding-bottom: 43px;
  }
  .related > h2 {
    font-size: 1.5rem;
  }
  .related-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .library-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 38px;
  }
  .library-card {
    padding: 12px 12px 23px;
    border-radius: 22px;
  }
  .library-card h3 {
    font-size: 1.3rem;
    margin-top: 12px;
  }
  .library-card p {
    font-size: 0.87rem;
  }
  .library-card .card-link {
    margin-top: 19px;
  }
  .library-topics {
    gap: 8px;
    padding-bottom: 32px;
  }
  .library-topics a {
    max-width: 100%;
    font-size: 0.77rem;
  }
  .library-topic-heading {
    margin-bottom: 15px;
  }
  .library-note {
    padding-bottom: 50px;
  }
  .library-note h2 {
    font-size: 1.6rem;
  }
  .library-note p {
    font-size: 0.9rem;
  }
  .status-page {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .status-illustration {
    width: 120px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: 31px;
    border-radius: 25px;
  }
  .status-illustration > span {
    font-size: 4rem;
  }
  .status-illustration > i {
    font-size: 0.58rem;
    right: -28px;
  }
  .status-page h1 {
    font-size: 2.5rem;
  }
  .status-lead {
    font-size: 0.99rem;
    margin-top: 23px;
  }
  .status-explanation {
    padding: 25px;
    text-align: left;
    margin-block: 29px;
  }
  .status-explanation p {
    font-size: 0.87rem;
  }
  .status-explanation h2 {
    font-size: 1.25rem;
  }
  .status-page .actions .button {
    width: 100%;
    font-size: 0.84rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition-duration: 0s !important;
    animation: none !important;
  }
  .button:active,
  .nav-cta:active,
  .resource-card:hover,
  .product-summary-card:hover,
  .product-summary-card:active {
    transform: none;
  }
}
@media (max-width: 600px) {
  .hero-preview:before {
    transform: none;
  }
}
.hero-preview figcaption,
.section-note,
.article-meta,
.footer-bottom {
  color: #726978;
}
.lesson-row time,
.preview-footer,
.week-strip {
  color: #706777;
}
/* Clip only decorative paint; tables own their horizontal scrolling. */
main {
  overflow-x: clip;
}
@media (max-width: 360px) {
  .site-header nav > a:nth-child(2) {
    display: none;
  }
  .page-intro h1 {
    font-size: 2rem;
    overflow-wrap: anywhere;
  }
  .material-cta .button {
    padding-inline: 13px;
    gap: 10px;
    font-size: 0.82rem;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: #0f0c16;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media (prefers-contrast: more) {
  :root {
    --muted: #45414d;
  }
  .site-header {
    background: #09070d;
  }
  .site-header nav > a:not(.nav-cta) {
    color: #fff;
  }
  .nav-cta {
    background: var(--cta-yellow);
    color: var(--cta-ink);
  }
  .footer-top p,
  .footer-links,
  .site-footer .analytics-settings,
  .site-footer .footer-bottom {
    color: #fff;
  }
  .button,
  .feature-card,
  .library-card,
  .message-card {
    outline: 1px solid currentColor;
  }
  .micro,
  .article-meta,
  .footer-bottom {
    color: #5d5367;
  }
}
/* Public screen overview: native controls, no autoplay or third-party player. */
.overview-section {
  scroll-margin-top: 6rem;
}
.overview-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #f3f5ef;
  border-radius: 1.25rem;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 8%);
}
.overview-transcript {
  margin-top: 1rem;
}
.overview-transcript summary {
  min-height: 44px;
  padding: 0.65rem 0;
  cursor: pointer;
  font-weight: 600;
}
.overview-transcript ol {
  max-width: 72ch;
  padding-left: 1.4rem;
}
.overview-transcript li + li {
  margin-top: 0.65rem;
}
.overview-next {
  max-width: 72ch;
  margin-top: 1rem;
}
