/* Parent-first small-group page. Keep shared navigation and availability behavior intact. */
.small-group-page {
  --font-body: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: var(--font-body);
  /* Scoped palette preserves the reviewed Self-Paced-style page without changing shared tokens. */
  --sg-ink: #102e48;
  --sg-muted: #526475;
  --sg-line: #dce5eb;
  --sg-blue: #0073d1;
  --sg-urgency: var(--color-red);
  --sg-focus: #147ccc;
  --sg-eyebrow: #346485;
  --sg-link: #1e5b85;
  --sg-action: #006fc7;
  --sg-action-hover: #005fae;
  --sg-check: #27766c;
  --sg-logistics-label: #607382;
  --sg-card-border: #c8d9e5;
  --sg-demand-label: #886020;
  --sg-demand-surface: #f1f7f7;
  --sg-demand-heading: #245d58;
  --sg-demand-copy: #4d6668;
  --sg-open-border: #b5ccc6;
  --sg-open-label: #235a55;
  --sg-urgency-surface: #fff2f2;
  --sg-full-border: #e4e9ed;
  --sg-full-surface: #fafbfc;
  --sg-full-label: #74818b;
  --sg-secondary-label: #244f70;
  --sg-secondary-border: #c9d7e1;
  --sg-proof-note: #627483;
  --sg-item-number: #62869c;
  --sg-rhythm-surface: #f6f9fb;
  --sg-rhythm-border: #e5ecf1;
  --sg-step-border: #cedde7;
  --sg-step-label: #52758b;
  --sg-season-border: #d9e4eb;
  --sg-disclosure-icon: #5b7c91;
  background: var(--color-white);
}
.sg-main {
  color: var(--sg-ink);
}
.sg-main *,
.sg-main *::before,
.sg-main *::after {
  box-sizing: border-box;
}
.sg-main :is(h1, h2, h3, p, ul, ol, figure, dl, dd) {
  margin: 0;
}
.sg-main :is(h1, h2, h3) {
  font-family: var(--font-body);
  color: var(--sg-ink);
}
.sg-main h2 {
  font-size: clamp(1.9rem, 3.1vw, 2.65rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.sg-main h3 {
  font-size: 1.16rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 650;
}
.sg-main p,
.sg-main li {
  line-height: 1.7;
}
.sg-main a {
  text-underline-offset: 4px;
}
.sg-main :is(a, button, summary):focus-visible {
  outline: 3px solid var(--sg-focus);
  outline-offset: 5px;
}
.sg-main :is(section, details)[id] {
  scroll-margin-top: calc(110px + var(--announcement-bar-height, 0px));
}
.sg-wrap,
.sg-main .section-map-section > .container {
  width: min(1160px, calc(100% - 64px));
  padding: 0;
  margin-inline: auto;
}
.sg-section {
  padding-block: 86px;
}
.sg-main .sg-eyebrow,
.sg-main .section-tag {
  padding: 0;
  margin: 0 0 16px;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--sg-eyebrow);
  font-size: 0.73rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sg-section-heading > p:not(.sg-eyebrow) {
  max-width: 650px;
  margin-top: 20px;
  color: var(--sg-muted);
}
.sg-main .sg-text-link {
  color: var(--sg-link);
  font-size: 0.93rem;
  font-weight: 650;
  text-decoration: underline;
}
.sg-main .sg-text-link:hover {
  color: var(--sg-blue);
}
.sg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: 650;
  text-decoration: none;
}
.sg-main .sg-button-primary {
  color: var(--color-white);
  background: var(--sg-action);
  box-shadow: 0 7px 20px rgba(16, 46, 72, 0.08);
}
.sg-main .sg-button-primary:hover {
  background: var(--sg-action-hover);
}
.sg-main .tj-page-hero {
  padding-bottom: 48px;
  background: var(--color-white);
}
.sg-main .tj-page-hero-inner {
  max-width: 1040px;
  text-align: center;
}
.sg-main .tj-page-hero-title {
  max-width: 940px;
  margin: 0 auto;
  font-family: var(--font-body);
  color: var(--sg-ink);
  font-size: clamp(2.6rem, 4.4vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 700;
}
.sg-main .tj-page-hero-eyebrow {
  margin-bottom: 18px;
  color: var(--sg-eyebrow);
}
.sg-main .tj-page-hero-desc {
  max-width: 790px;
  margin: 24px auto 0;
  color: var(--sg-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}
.sg-hero-facts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding: 0;
  list-style: none;
  margin-top: 20px !important;
  font-size: 0.82rem;
  color: var(--sg-muted);
}
.sg-hero-facts li::before {
  content: '✓';
  color: var(--sg-check);
  font-weight: 700;
  margin-right: 7px;
}
.sg-main .tj-page-hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 26px;
}

/* Availability stays first. Keep the current section IDs, API, and fallback states. */
.sg-main .section-map-section {
  padding-block: 40px 64px;
  background: var(--color-white);
  border-bottom: 1px solid var(--sg-line);
}
.sg-main .section-map-layout {
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
  gap: 64px;
  max-width: none;
}
.sg-main .section-map-intro {
  position: static;
  padding-top: 24px;
}
.sg-main .section-map-intro .section-title {
  margin-bottom: 20px;
}
.sg-main .section-title::after {
  display: none;
}
.sg-main .section-map-intro > p {
  color: var(--sg-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}
.sg-logistics {
  margin-top: 30px !important;
}
.sg-logistics > div {
  padding: 15px 0;
  border-top: 1px solid var(--sg-line);
}
.sg-logistics dt {
  margin-bottom: 3px;
  font-size: 0.77rem;
  color: var(--sg-logistics-label);
}
.sg-logistics dd {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 500;
}
.sg-main .section-map-intro .sg-availability-note {
  font-size: 0.74rem;
  margin-top: 24px;
  line-height: 1.65;
}
.sg-main .section-map-intro .sg-start-note {
  margin-top: 24px;
  color: var(--sg-muted);
  font-size: 0.82rem;
}
.sg-start-note strong {
  display: block;
  margin-bottom: 5px;
  color: var(--sg-ink);
  font-weight: 600;
}
.sg-start-note a {
  display: block;
  margin-top: 7px;
  color: var(--sg-link);
  font-weight: 600;
}
.sg-main .section-map-cards {
  border: 0;
  gap: 18px;
}
.sg-main .section-map-card {
  padding: 22px 0;
  /* Availability should be readable immediately, without the legacy reveal. */
  animation: none;
  opacity: 1;
  transform: none;
}
.sg-main .section-map-card.urgent {
  padding: 26px;
  border: 1px solid var(--sg-card-border);
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 10px 28px rgba(16, 46, 72, 0.045);
}
.sg-main .section-map-card-header {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.sg-main .section-map-card h3 {
  font-size: 1.3rem;
}
.sg-main .section-map-card-header span {
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  color: var(--sg-demand-label);
}
.sg-main .section-map-card p {
  font-size: 0.85rem;
  line-height: 1.65;
  margin-bottom: 16px;
}
.sg-main .section-map-card p strong {
  font-weight: 500;
}
.sg-main .section-demand-note {
  background: var(--sg-demand-surface);
  border: 0;
  border-radius: 6px;
  padding: 17px 18px;
  gap: 8px;
  margin-bottom: 18px;
}
.sg-main .section-demand-note strong {
  color: var(--sg-demand-heading);
  font-size: 0.94rem;
  font-weight: 650;
}
.sg-main .section-demand-note span {
  font-size: 0.78rem;
  line-height: 1.65;
  color: var(--sg-demand-copy);
}
.sg-main .time-chip-row {
  gap: 10px;
}
.sg-main .section-time-chip {
  padding: 12px 14px;
  border-radius: 6px;
  gap: 12px;
}
.sg-main .section-time-label {
  white-space: normal;
  font-size: 0.8rem;
  line-height: 1.5;
}
.sg-main .section-time-chip.newly-opened-section {
  background: var(--color-white);
  border-color: var(--sg-open-border);
}
.sg-main .section-time-chip.newly-opened-section .section-time-label {
  color: var(--sg-open-label);
  font-weight: 600;
}
.sg-main .section-seat-badge {
  font-size: 0.65rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 650;
}
.sg-main .section-seat-badge.status-limited,
.sg-main .section-seat-badge.status-almost-full {
  color: var(--sg-urgency);
  background: var(--sg-urgency-surface);
  padding: 4px 8px;
  border-radius: 4px;
}
.sg-main .section-seat-badge.status-full {
  color: var(--sg-urgency);
  background: var(--sg-urgency-surface);
  padding: 3px 6px;
  border-radius: 3px;
}
.sg-main .section-time-chip.status-full {
  border-color: var(--sg-full-border);
  background: var(--sg-full-surface);
}
.sg-main .section-time-chip.status-full .section-time-label {
  color: var(--sg-full-label);
}
.sg-main .section-time-chip.newly-opened-section.status-full {
  border-color: var(--sg-full-border);
}
.sg-main .sg-other-times {
  margin-top: 18px;
}
.sg-main details.sg-other-times > summary {
  color: var(--sg-urgency);
}
.sg-main .sg-other-times .time-chip-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sg-main .sg-other-times .section-time-chip {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 10px;
}
.sg-main .sg-other-times > summary,
.sg-main .sg-other-cohorts > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  list-style: none;
  cursor: pointer;
  font-size: 0.83rem;
  font-weight: 500;
  color: var(--sg-muted);
}
.sg-main summary::-webkit-details-marker {
  display: none;
}
.sg-main .sg-other-times .time-chip-row {
  margin: 3px 0 14px;
}
.sg-main .sg-other-cohorts {
  border-bottom: 1px solid var(--sg-line);
}
.sg-main details[open] > summary > span[aria-hidden] {
  transform: rotate(45deg);
}
.sg-main .sg-switch-note {
  display: block;
  font-size: 0.73rem;
  color: var(--sg-muted);
  line-height: 1.65;
}
.sg-main .sg-switch-note a {
  color: var(--sg-link);
  text-decoration: underline;
}
.sg-main .section-map-action {
  justify-content: flex-start;
  margin: 13px 0 18px;
  gap: 12px;
}
.sg-main .section-map-action .btn {
  font-size: 0.83rem;
  min-height: 46px;
  padding: 12px 17px;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: none;
}
.sg-main .section-map-action .btn-primary {
  order: -1;
  background: var(--sg-action);
  border-color: var(--sg-action);
}
.sg-main .section-map-action .btn-secondary {
  color: var(--sg-secondary-label);
  border: 1px solid var(--sg-secondary-border);
  background: var(--color-white);
}
.sg-main .section-map-action .btn:hover {
  transform: none;
}

/* A compact, qualified proof block instead of a wall of claims. */
.sg-main .early-trust-section {
  background: var(--color-white);
  padding-block: 52px;
  border: 0;
  border-bottom: 1px solid var(--sg-line);
}
.sg-proof-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.sg-main .sg-proof-heading h2 {
  font-size: 1.75rem;
}
.sg-proof-heading .sg-eyebrow {
  margin-bottom: 10px;
}
.sg-proof-heading .sg-text-link {
  display: inline-block;
  margin-top: 17px;
}
.sg-proof-stat {
  border-left: 1px solid var(--sg-line);
  padding-left: 36px;
}
.sg-proof-stat > strong {
  font-size: 3.2rem;
  letter-spacing: -0.05em;
  line-height: 1.1;
  font-weight: 650;
}
.sg-proof-stat > strong span {
  font-size: 1.7rem;
}
.sg-proof-stat p {
  margin-top: 9px;
  font-size: 0.84rem;
  font-weight: 500;
}
.sg-proof-stat p span {
  font-size: 0.76rem;
  color: var(--sg-muted);
  font-weight: 400;
}
.sg-proof-context > strong {
  font-size: 0.87rem;
  font-weight: 600;
}
.sg-proof-context p {
  margin-top: 12px;
  font-size: 0.72rem;
  color: var(--sg-proof-note);
}

.sg-support-grid,
.sg-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
}
.sg-support-list > article {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid var(--sg-line);
}
.sg-support-list > article:first-child {
  padding-top: 0;
  border: 0;
}
.sg-support-list > article:last-child {
  padding-bottom: 0;
}
.sg-item-number {
  padding-top: 4px;
  font-size: 0.75rem;
  color: var(--sg-item-number);
  font-variant-numeric: tabular-nums;
}
.sg-support-list p {
  margin-top: 10px;
  color: var(--sg-muted);
  font-size: 0.91rem;
}
.sg-rhythm {
  background: var(--sg-rhythm-surface);
  border-block: 1px solid var(--sg-rhythm-border);
}
.sg-rhythm .sg-section-heading {
  max-width: 750px;
}
.sg-week-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  padding: 0;
  list-style: none;
  margin-top: 42px !important;
}
.sg-week-steps > li {
  border-top: 2px solid var(--sg-step-border);
  padding-top: 22px;
}
.sg-step-label {
  display: block;
  color: var(--sg-step-label);
  font-size: 0.76rem;
  margin-bottom: 11px;
}
.sg-week-steps p {
  color: var(--sg-muted);
  font-size: 0.9rem;
  margin-top: 12px;
}
.sg-season-note {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
  border-top: 1px solid var(--sg-season-border);
  margin-top: 46px;
  padding-top: 30px;
  align-items: start;
}
.sg-season-note h3 {
  font-size: 1.25rem;
}
.sg-season-note p {
  font-size: 0.9rem;
  color: var(--sg-muted);
}
.sg-instructor {
  border-bottom: 1px solid var(--sg-line);
}
.sg-instructor-grid {
  max-width: 950px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.sg-instructor-photo img {
  width: 100%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.sg-instructor-photo figcaption {
  font-size: 0.8rem;
  margin-top: 14px;
  line-height: 1.6;
  font-weight: 600;
}
.sg-instructor-photo figcaption span {
  color: var(--sg-muted);
  font-size: 0.74rem;
  font-weight: 400;
}
.sg-instructor-grid h2 {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
}
.sg-instructor-grid .sg-section-heading > p:not(.sg-eyebrow) {
  font-size: 0.95rem;
}
.sg-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 26px;
}
.sg-curriculum .sg-section-heading {
  margin-bottom: 40px;
}
.sg-curriculum-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
}
.sg-curriculum-grid > article {
  border-top: 1px solid var(--sg-line);
  padding-top: 27px;
}
.sg-curriculum-grid > article > .sg-eyebrow {
  font-size: 0.7rem;
  margin-bottom: 10px;
}
.sg-curriculum-grid h3 {
  font-size: 1.38rem;
}
.sg-curriculum-grid > article > p:not(.sg-eyebrow) {
  color: var(--sg-muted);
  margin-top: 13px;
  font-size: 0.95rem;
}
.sg-curriculum-detail {
  margin-top: 22px;
  border-top: 1px solid var(--sg-line);
}
.sg-curriculum-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  padding: 16px 0;
  font-size: 0.88rem;
  color: var(--sg-link);
  cursor: pointer;
  font-weight: 600;
}
.sg-curriculum-detail ul {
  padding: 0 0 5px 18px;
  color: var(--sg-muted);
  font-size: 0.88rem;
}
.sg-curriculum-detail li + li {
  margin-top: 7px;
}
.sg-main .sg-curriculum-note {
  margin-top: 32px;
  color: var(--sg-muted);
  font-size: 0.85rem;
  max-width: 840px;
}
.sg-faq {
  border-top: 1px solid var(--sg-line);
}
.sg-faq-list {
  border-top: 1px solid var(--sg-line);
}
.sg-faq-list details {
  border-bottom: 1px solid var(--sg-line);
}
.sg-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  list-style: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55;
}
.sg-faq-list summary > span {
  flex-shrink: 0;
  color: var(--sg-disclosure-icon);
  font-size: 1.1rem;
  font-weight: 400;
}
.sg-faq-list p {
  color: var(--sg-muted);
  font-size: 0.91rem;
}
.sg-faq-answer {
  padding: 0 30px 24px 0;
}
.sg-faq-answer > p + p {
  margin-top: 14px;
}
.sg-session-types > div + div {
  border-top: 1px solid var(--sg-line);
  margin-top: 18px;
  padding-top: 18px;
}
.sg-session-types dt {
  color: var(--sg-ink);
  font-size: 0.91rem;
  line-height: 1.5;
  font-weight: 600;
}
.sg-session-types dt span {
  display: block;
  margin-top: 3px;
  font-size: 0.76rem;
  color: var(--sg-muted);
  font-weight: 400;
}
.sg-session-types dd {
  margin-top: 8px;
  color: var(--sg-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}
.sg-next-step {
  padding-block: 38px 72px;
  background: var(--color-white);
}
.sg-next-step > .sg-wrap {
  border-top: 1px solid var(--sg-line);
  padding-top: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}
.sg-next-step h2 {
  font-size: 1.65rem;
  max-width: 560px;
}
.sg-next-step .sg-eyebrow {
  margin-bottom: 10px;
}
.sg-next-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

@media (max-width: 1000px) {
  .sg-main .section-map-layout {
    gap: 38px;
    grid-template-columns: 0.75fr 1.25fr;
  }
  .sg-proof-grid {
    gap: 26px;
  }
  .sg-proof-stat {
    padding-left: 25px;
  }
  .sg-support-grid,
  .sg-faq-grid {
    gap: 50px;
  }
  .sg-week-steps {
    gap: 30px;
  }
  .sg-next-step > .sg-wrap {
    gap: 28px;
  }
}
@media (max-width: 800px) {
  .sg-section {
    padding-block: 64px;
  }
  .sg-main .section-map-layout,
  .sg-support-grid,
  .sg-faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sg-main .section-map-intro {
    padding-top: 0;
  }
  .sg-main .section-map-intro .section-title {
    font-size: 2rem;
    margin-bottom: 13px;
  }
  .sg-logistics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px !important;
  }
  .sg-logistics dd {
    font-size: 0.8rem;
  }
  .sg-main .section-map-intro .sg-availability-note {
    margin-top: 10px;
  }
  .sg-proof-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sg-proof-context {
    grid-column: 1 / -1;
  }
  .sg-proof-context p {
    max-width: 590px;
    margin-top: 8px;
  }
  .sg-support-list {
    margin-top: 6px;
  }
  .sg-week-steps {
    gap: 24px;
  }
  .sg-week-steps h3 {
    font-size: 1.06rem;
  }
  .sg-instructor-grid {
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 34px;
  }
  .sg-curriculum-grid {
    gap: 36px;
  }
  .sg-season-note {
    gap: 32px;
  }
  .sg-next-step > .sg-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .sg-next-actions {
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .sg-wrap,
  .sg-main .section-map-section > .container {
    width: calc(100% - 40px);
  }
  .sg-main .tj-page-hero {
    padding-bottom: 34px;
  }
  .sg-main .tj-page-hero-inner {
    width: calc(100% - 40px);
    padding-inline: 0;
  }
  .sg-main .tj-page-hero-title {
    font-size: clamp(2.2rem, 8.5vw, 2.8rem);
  }
  .sg-main .tj-page-hero-desc {
    font-size: 0.96rem;
    margin-top: 20px;
  }
  .sg-hero-facts {
    flex-direction: column;
    gap: 5px;
    margin-top: 16px !important;
    font-size: 0.78rem;
  }
  .sg-main .tj-page-hero-actions {
    flex-direction: column;
    gap: 17px;
    margin-top: 22px;
  }
  .sg-main .tj-page-hero-actions .sg-button {
    width: 100%;
    max-width: 350px;
  }
  .sg-main .section-map-section {
    padding-block: 30px 44px;
  }
  .sg-main .section-map-layout {
    gap: 24px;
  }
  .sg-logistics {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .sg-logistics > div {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 12px;
    padding: 11px 0;
  }
  .sg-logistics dt {
    padding-top: 1px;
    margin: 0;
  }
  .sg-main .section-map-card.urgent {
    padding: 20px 17px;
  }
  .sg-main .section-map-card-header {
    flex-wrap: wrap;
    gap: 5px;
  }
  .sg-main .section-map-card h3 {
    font-size: 1.2rem;
  }
  .sg-main .section-demand-note {
    padding: 15px;
  }
  .sg-main .section-demand-note span {
    font-size: 0.77rem;
  }
  .sg-main .section-time-chip {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 12px;
  }
  .sg-main .time-chip-row {
    grid-template-columns: 1fr;
  }
  .sg-main .section-seat-badge {
    font-size: 0.64rem;
  }
  .sg-main .section-map-action {
    flex-direction: column;
  }
  .sg-main .section-map-action .btn {
    width: 100%;
    font-size: 0.8rem;
  }
  .sg-main .early-trust-section {
    padding-block: 38px;
  }
  .sg-proof-grid {
    gap: 25px 20px;
    grid-template-columns: 1fr;
  }
  .sg-proof-stat {
    padding: 23px 0 0;
    border-left: 0;
    border-top: 1px solid var(--sg-line);
    display: flex;
    gap: 25px;
    align-items: center;
  }
  .sg-proof-stat p {
    margin-top: 0;
  }
  .sg-proof-stat > strong {
    font-size: 2.8rem;
  }
  .sg-proof-context {
    grid-column: auto;
  }
  .sg-section {
    padding-block: 52px;
  }
  .sg-main h2 {
    font-size: 1.9rem;
  }
  .sg-support-list > article {
    grid-template-columns: 20px 1fr;
    gap: 13px;
  }
  .sg-support-list h3 {
    font-size: 1.1rem;
  }
  .sg-week-steps,
  .sg-season-note,
  .sg-curriculum-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .sg-week-steps {
    margin-top: 30px !important;
  }
  .sg-week-steps > li {
    padding-top: 20px;
  }
  .sg-week-steps h3 {
    font-size: 1.16rem;
  }
  .sg-season-note {
    margin-top: 30px;
    gap: 14px;
  }
  .sg-instructor-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sg-instructor-photo {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .sg-instructor-photo img {
    width: 104px;
  }
  .sg-instructor-photo figcaption {
    margin-top: 0;
  }
  .sg-curriculum .sg-section-heading {
    margin-bottom: 30px;
  }
  .sg-main .sg-curriculum-note {
    margin-top: 20px;
  }
  .sg-faq-list summary {
    font-size: 0.91rem;
    gap: 20px;
  }
  .sg-faq-answer {
    padding-right: 12px;
  }
  .sg-next-step {
    padding-block: 20px 52px;
  }
  .sg-next-step h2 {
    font-size: 1.5rem;
  }
  .sg-next-actions {
    width: 100%;
  }
  .sg-next-actions .sg-button {
    width: 100%;
  }
}
