@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/Newsreader-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sp-blue: #0058be;
  --sp-blue-dark: #004395;
  --sp-blue-tint: #d8e2ff;
  --sp-ink: #1b1b1d;
  --sp-text: #45464d;
  --sp-muted: #76777d;
  --sp-border: #c6c6cd;
  --sp-line: #e4e2e4;
  --sp-paper: #fcf8fa;
  --sp-soft: #f6f3f5;
  --sp-soft-2: #f0edef;
  --sp-soft-3: #e4e2e4;
  --sp-green: #16a34a;
  --sp-gold: #d4a017;
  --sp-max: 1280px;
}

.splash-body {
  margin: 0;
  background: #fafaf7;
  color: var(--sp-ink);
  font-family: "Inter", Arial, sans-serif;
}

.splash-body * {
  box-sizing: border-box;
}

.splash-header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 65px;
  width: 100%;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 24px;
  padding-left: max(24px, calc((100vw - var(--sp-max)) / 2 + 24px));
  padding-right: max(24px, calc((100vw - var(--sp-max)) / 2 + 24px));
  border-bottom: 1px solid var(--sp-line);
  background: rgba(252, 248, 250, 0.8);
  backdrop-filter: blur(6px);
}

.splash-brand {
  color: #0f172a;
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
  text-decoration: none;
}

.splash-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: var(--sp-text);
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 500;
}

.splash-nav-links a,
.splash-header-actions a,
.splash-footer a {
  color: inherit;
  text-decoration: none;
}

.splash-nav-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.splash-nav-dropdown img {
  width: 9px;
  height: 6px;
}

.splash-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--sp-text);
  font-size: 15px;
  font-weight: 500;
}

.sp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 32px;
  border: 1px solid #000;
  border-radius: 8px;
  background: #000;
  color: #fff !important;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.sp-button.outline {
  background: transparent;
  color: #000 !important;
  border-color: var(--sp-muted);
}

.sp-header-cta {
  min-height: 36px;
  padding: 0 20px;
  border-radius: 8px;
  border-color: var(--sp-blue);
  background: var(--sp-blue);
  color: #fff !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.sp-section {
  width: 100%;
  padding-left: max(40px, calc((100vw - var(--sp-max)) / 2 + 40px));
  padding-right: max(40px, calc((100vw - var(--sp-max)) / 2 + 40px));
}

.sp-display {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.31px;
  color: var(--sp-ink);
}

.sp-display span {
  color: var(--sp-blue);
}

.sp-heading {
  margin: 0;
  color: var(--sp-ink);
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700;
  letter-spacing: -0.32px;
}

.sp-copy {
  margin: 14px auto 0;
  max-width: 672px;
  color: var(--sp-text);
  font-size: 18px;
  line-height: 28.8px;
  text-align: center;
}

.sp-kicker {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 9999px;
  background: var(--sp-blue-tint);
  color: var(--sp-blue-dark);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.sp-path {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding-top: 40px;
  padding-bottom: 64px;
  background: #fafaf7;
}

.sp-intro-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--sp-blue-tint);
  color: var(--sp-blue-dark);
  font-size: 20px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.sp-trial-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--sp-text);
  font-size: 14px;
  line-height: 21px;
  opacity: 0.75;
}

.sp-path-head {
  width: 100%;
}

.sp-path .sp-display span,
.sp-trusted .sp-display span {
  color: var(--sp-gold);
}

.sp-center {
  text-align: center;
}

.sp-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 41px;
  width: 100%;
  margin-top: 0;
}

.sp-path-card,
.sp-step-card,
.sp-research-card,
.sp-faq-item {
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  background: var(--sp-paper);
}

.sp-path-card {
  min-height: 376px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 33px;
}

.sp-card-icon {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 40px;
}

.sp-path-card h3,
.sp-step-card h3,
.sp-research-card h3,
.sp-price-card h3,
.sp-faq-item h3 {
  margin: 0;
  color: var(--sp-ink);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.sp-path-card h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3b3b3b;
  line-height: 21px;
  font-weight: 700;
}

.sp-path-card h3 span {
  font-weight: 400;
}

.sp-path-desc {
  margin: 0;
  max-width: 293px;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 21px;
}

.sp-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 8px;
  align-items: start;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.sp-dot {
  display: block;
  width: 9.5px;
  height: 7px;
  border: 0;
  background: url("/assets/splash-icons/Icon-5.svg") center / contain no-repeat;
}

.sp-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  color: var(--sp-blue);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.sp-link::after {
  content: none;
}

.sp-stats {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fafaf7;
}

.sp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.sp-stat {
  text-align: center;
}

.sp-stat strong {
  display: block;
  color: var(--sp-gold);
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700;
  letter-spacing: -0.32px;
}

.sp-stat span {
  display: block;
  color: #7c839b;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.sp-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  min-height: 761px;
  padding-top: 64px;
  padding-bottom: 64px;
  background: var(--sp-paper);
}

.sp-hero-copy {
  align-self: center;
}

.sp-hero .sp-display {
  margin-top: 30px;
}

.sp-hero .sp-copy {
  margin: 30px 0 0;
  max-width: 576px;
  text-align: left;
}

.sp-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 48px;
}

.sp-badge-stack {
  display: grid;
  gap: 8px;
  width: max-content;
  margin-top: 30px;
}

.sp-hero-mini {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  color: var(--sp-text);
  font-size: 14px;
  line-height: 21px;
  opacity: 0.75;
}

.sp-mini-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sp-mini-item .sp-dot {
  width: 11.67px;
  height: 11.67px;
  background-image: url("/assets/splash-icons/Icon-6.svg");
}

.sp-testimonial {
  margin-top: 30px;
  padding: 25px 24px 24px 28px;
  border-left: 4px solid var(--sp-blue);
  border-radius: 0 12px 12px 0;
  background: var(--sp-soft);
}

.sp-testimonial p {
  margin: 0;
  color: var(--sp-ink);
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}

.sp-testimonial cite {
  display: block;
  margin-top: 8px;
  color: var(--sp-text);
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.sp-preview {
  position: relative;
  align-self: center;
  overflow: hidden;
  padding: 33px;
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.sp-preview-note {
  margin: 0 0 24px;
  color: var(--sp-text);
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}

.sp-preview::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--sp-blue), var(--sp-blue-tint));
}

.sp-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.sp-file {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-file-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 88, 190, 0.1);
  color: var(--sp-blue);
}

.sp-file-icon img {
  display: block;
  width: 16px;
  height: 20px;
}

.sp-file-name {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.sp-uploaded {
  color: var(--sp-green);
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.sp-preview-label {
  margin: 24px 0 16px;
  color: var(--sp-text);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.sp-question {
  min-height: 85px;
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--sp-border);
  border-radius: 8px;
  background: var(--sp-soft-2);
  color: var(--sp-ink);
  font-size: 16px;
  line-height: 25.6px;
}

.sp-question p {
  margin: 0;
}

.sp-blank {
  display: inline-block;
  height: 16px;
  width: 80px;
  border-bottom: 2px solid var(--sp-blue);
  vertical-align: -2px;
}

.sp-preview-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
  padding-top: 17px;
  border-top: 1px solid var(--sp-border);
}

.sp-preview-stat {
  text-align: center;
}

.sp-preview-stat strong,
.sp-retention-value {
  color: var(--sp-blue);
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700;
  letter-spacing: -0.32px;
}

.sp-preview-stat span {
  display: block;
  color: var(--sp-text);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.sp-retention {
  display: grid;
  grid-template-columns: 1fr 70px;
  align-items: center;
  gap: 16px;
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid var(--sp-border);
}

.sp-retention-label {
  margin: 0 0 8px;
  color: var(--sp-text);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.sp-track {
  height: 8px;
  overflow: hidden;
  border-radius: 9999px;
  background: var(--sp-line);
}

.sp-track span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--sp-blue);
}

.sp-retention-value {
  color: var(--sp-green);
}

.sp-system,
.sp-pricing {
  padding-top: 63px;
  padding-bottom: 64px;
  background: var(--sp-paper);
}

.sp-system-grid,
.sp-research-grid,
.sp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
}

.sp-step-card {
  min-height: 276px;
  padding: 33px;
}

.sp-step-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  border-radius: 8px;
  background: var(--sp-blue);
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.sp-step-card p,
.sp-research-card p,
.sp-faq-item p {
  margin: 15px 0 0;
  color: var(--sp-text);
  font-size: 16px;
  line-height: 25.6px;
}

.sp-guide-link {
  display: block;
  width: max-content;
  margin: 31px auto 0;
  color: #000;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  text-decoration: none;
}

.sp-research-grid {
  gap: 32px;
  margin-top: 32px;
}

.sp-research-card {
  min-height: 304px;
  padding: 33px;
}

.sp-research-icon {
  width: 100%;
  height: 27px;
  margin-bottom: 16px;
  color: var(--sp-blue);
}

.sp-research-card:nth-child(2) .sp-research-icon {
  height: 31.5px;
}

.sp-research-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.sp-research-card p {
  font-size: 14px;
  line-height: 21px;
  color: #000;
}

.sp-research-card a {
  color: #000;
}

.sp-why {
  text-align: center;
}

.sp-why .sp-copy {
  max-width: 768px;
}

.sp-why-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.sp-subjects {
  padding-top: 63px;
  padding-bottom: 64px;
  background: var(--sp-soft-3);
}

.sp-courses {
  padding-top: 63px;
  padding-bottom: 64px;
  background: #fafaf7;
}

.sp-course-title {
  margin: 0;
  color: #000;
  font-size: 36px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.sp-course-title span {
  color: var(--sp-gold);
}

.sp-course-subtitle {
  margin: 16px 0 0;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
}

.sp-course-copy {
  max-width: 768px;
  margin: 23px auto 0;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.sp-course-button {
  margin-top: 25px;
  border-color: #2e85eb;
  background: #2e85eb;
  color: #fafaf7 !important;
  font-weight: 700;
}

.sp-trial-row-bottom {
  margin-top: 24px;
}

.sp-subject-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
}

.sp-subject {
  min-height: 91px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 17px;
  border: 1px solid var(--sp-border);
  border-radius: 8px;
  background: var(--sp-paper);
  color: var(--sp-ink);
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
}

.sp-subject span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.sp-subject-img {
  display: block;
  width: 18.66px;
  height: 16.5px;
}

.sp-pricing-grid {
  gap: 32px;
}

.sp-price-card {
  min-height: 469px;
  padding: 33px;
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  background: var(--sp-paper);
}

.sp-price-card.featured {
  position: relative;
  top: -16px;
  background: #2e85eb;
  color: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.sp-price-card.featured h3,
.sp-price-card.featured .sp-price,
.sp-price-card.featured .sp-price-note,
.sp-price-card.featured li {
  color: #fff;
}

.sp-price-tag {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 16px;
  border-radius: 9999px;
  background: var(--sp-gold);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.sp-price {
  margin: 8px 0 0;
  color: var(--sp-ink);
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
}

.sp-price small {
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 400;
  opacity: 0.75;
}

.sp-price-note {
  margin: 0 0 32px;
  color: var(--sp-text);
  font-size: 14px;
  line-height: 21px;
}

.sp-price-list {
  display: grid;
  gap: 16px;
  min-height: 132px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.sp-price-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: center;
  color: var(--sp-ink);
  font-size: 14px;
  line-height: 21px;
}

.sp-price-list .sp-dot {
  width: 20px;
  height: 20px;
  background-image: url("/assets/splash-icons/Icon-3.svg");
}

.sp-price-card.featured .sp-dot {
  background-image: url("/assets/splash-icons/Icon-2.svg");
}

.sp-price-card .sp-button {
  width: 100%;
}

.sp-price-card.featured .sp-button {
  background: #fafaf7;
  color: #000 !important;
  border-color: #fafaf7;
}

.sp-lead {
  display: flex;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
  background: var(--sp-soft-2);
}

.sp-lead-card {
  width: 100%;
  max-width: 768px;
  padding: 40px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

.sp-lead-card h2 {
  margin: 0;
  color: var(--sp-ink);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.sp-lead-card h2 span {
  color: var(--sp-blue);
}

.sp-lead-form {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.sp-lead-form input {
  flex: 1;
  min-height: 48px;
  padding: 0 25px;
  border: 1px solid var(--sp-line);
  border-radius: 9999px;
  color: var(--sp-ink);
  font: inherit;
}

.sp-lead-form button {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 9999px;
  background: var(--sp-blue);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.sp-lead-card > p {
  margin: 16px 0 0;
  color: var(--sp-muted);
  font-size: 10.4px;
  line-height: 15.6px;
  text-align: center;
}

.sp-faq {
  padding-top: 63px;
  padding-bottom: 64px;
  background: var(--sp-soft);
}

.sp-faq-inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 40px;
}

.sp-faq-list {
  display: grid;
  gap: 24px;
  margin-top: 48px;
}

.sp-faq-item {
  padding: 25px;
  border-radius: 8px;
}

.sp-trusted {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
  border: 0;
  background: #fafaf7;
}

.sp-trusted-kicker {
  margin: 0;
  color: var(--sp-text);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
}

.sp-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
  margin-top: 32px;
  opacity: 0.6;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.sp-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.sp-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 0 8px;
  border-radius: 8px;
  background: #f4f4f4;
  color: var(--sp-gold);
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.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;
}

.splash-footer {
  width: 100%;
  padding: 65px 40px 32px;
  padding-left: max(40px, calc((100vw - var(--sp-max)) / 2 + 40px));
  padding-right: max(40px, calc((100vw - var(--sp-max)) / 2 + 40px));
  border-top: 1px solid var(--sp-border);
  background: var(--sp-paper);
}

.sp-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.sp-footer-logo {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}

.sp-footer-logo img {
  display: block;
  width: 40px;
  height: 40px;
}

.splash-footer p,
.splash-footer a {
  color: var(--sp-text);
  font-size: 14px;
  line-height: 21px;
}

.splash-footer h4 {
  margin: 0 0 16px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.splash-footer nav {
  display: grid;
  gap: 8px;
}

.sp-footer-rule {
  padding-top: 33px;
  border-top: 1px solid var(--sp-border);
}

.sp-footer-rule h5 {
  margin: 0 0 16px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.sp-references h5 {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.sp-references p {
  margin: 0 0 15px;
  color: rgba(69, 70, 77, 0.7);
  font-size: 11px;
  line-height: 17.88px;
}

.sp-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.sp-social {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #000;
}

.sp-social img {
  display: block;
  max-width: 20px;
  max-height: 20px;
}

.legal-main {
  background: var(--sp-soft);
}

.legal-hero {
  padding-top: 96px;
  padding-bottom: 56px;
  background: var(--sp-soft);
  border-bottom: 1px solid var(--sp-border);
}

.legal-eyebrow {
  margin: 0 0 20px;
  color: var(--sp-blue);
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.legal-hero .sp-display {
  max-width: 820px;
}

.legal-summary {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--sp-text);
  font-size: 18px;
  line-height: 28.8px;
}

.legal-updated {
  margin: 24px 0 0;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

.legal-wrap {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 48px;
  padding-top: 64px;
  padding-bottom: 80px;
  background: var(--sp-paper);
}

.legal-toc {
  position: sticky;
  top: 96px;
  align-self: start;
  padding: 24px;
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  background: #fff;
}

.legal-toc h2 {
  margin: 0 0 16px;
  color: var(--sp-ink);
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.legal-toc nav {
  display: grid;
  gap: 10px;
}

.legal-toc a {
  color: var(--sp-text);
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.legal-toc a:hover {
  color: var(--sp-blue);
}

.legal-content {
  min-width: 0;
}

.legal-section {
  padding: 32px;
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  background: #fff;
}

.legal-section + .legal-section {
  margin-top: 24px;
}

.legal-section h2 {
  margin: 0 0 16px;
  color: var(--sp-ink);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.legal-section p,
.legal-section li {
  color: var(--sp-text);
  font-size: 16px;
  line-height: 25.6px;
}

.legal-section p {
  margin: 0;
}

.legal-section p + p,
.legal-section ul + p,
.legal-section p + ul {
  margin-top: 14px;
}

.legal-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.legal-callout {
  margin: 0 0 24px;
  padding: 20px 24px;
  border-left: 4px solid var(--sp-blue);
  border-radius: 0 12px 12px 0;
  background: var(--sp-soft);
  color: var(--sp-text);
  font-size: 15px;
  line-height: 24px;
}

.legal-contact {
  color: var(--sp-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1040px) {
  .splash-header {
    grid-template-columns: auto 1fr;
  }

  .splash-nav-links,
  .splash-signin {
    display: none;
  }

  .splash-header-actions {
    justify-content: end;
  }

  .sp-hero,
  .sp-path-grid,
  .sp-stats-grid,
  .sp-system-grid,
  .sp-research-grid,
  .sp-pricing-grid,
  .sp-footer-grid {
    grid-template-columns: 1fr;
  }

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

  .sp-price-card.featured {
    top: 0;
  }

  .legal-wrap {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }
}

@media (max-width: 760px) {
  .sp-section,
  .splash-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sp-path {
    padding-top: 72px;
  }

  .sp-display {
    font-size: 40px;
    line-height: 42px;
    white-space: normal;
  }

  .sp-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .sp-hero-actions,
  .sp-why-actions,
  .sp-hero-mini,
  .sp-copyright {
    flex-direction: column;
    align-items: stretch;
  }

  .sp-button {
    width: 100%;
  }

  .sp-preview-head,
  .sp-retention {
    grid-template-columns: 1fr;
    display: grid;
  }

  .sp-preview-stats,
  .sp-subject-grid {
    grid-template-columns: 1fr;
  }

  .sp-faq-inner {
    padding: 0;
  }

  .legal-hero {
    padding-top: 64px;
  }

  .legal-section,
  .legal-toc {
    padding: 22px;
  }
}

@media (max-width: 900px) {
  .sp-intro-badge {
    max-width: calc(100vw - 48px);
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .sp-trial-row,
  .sp-hero-mini,
  .sp-chip-row {
    flex-wrap: wrap;
  }

  .sp-path-grid,
  .sp-research-grid {
    grid-template-columns: 1fr;
  }

  .sp-path-card {
    min-height: auto;
  }

  .sp-trusted .sp-display {
    width: auto;
    font-size: 38px;
  }

  .sp-course-title {
    line-height: 1.1;
  }

  .sp-lead-form {
    flex-direction: column;
  }
}
