:root {
  --bg: #f7f2e9;
  --paper: #ffffff;
  --paper-soft: #f6f2ef;
  --text: #121212;
  --muted: #5a585e;
  --line: rgba(18, 18, 18, 0.1);
  /* --accent: #b88400;
  --accent-dark: #936b00;
  --accent-soft: #fdeab7; */
  --accent: #42b789;
  --accent-dark: #56a57f;
  --accent-soft: #4b956f;
  --green: #42b789;
  --hero-green: #56a57f;
  --hero-green-dark: #4b956f;
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --shadow: 0 30px 90px rgba(82, 56, 18, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.96), transparent 24%),
    linear-gradient(180deg, #fbf7f1 0%, var(--bg) 100%);
}

img {
  display: block;
  max-width: 100%;
}

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

.page {
  overflow: clip;
}

.section {
  padding: 72px 0;
}

.section--flush {
  padding-top: 0;
  padding-bottom: 0;
}

.section--green {
  background: var(--green);
}

.section--hero-screen .split--hero {
  min-height: 768px;
}

.section--hero-screen {
  background: #ffffff;
}

.section--pains {
  padding-top: 58px;
  padding-bottom: 58px;
}

.section--diagnostics {
  padding-top: 52px;
  padding-bottom: 52px;
}

.section--why {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section--about {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section--about__inner {
  width: min(1280px, calc(100vw - 48px));
  margin: 0 auto;
}

.section--about .split__content {
  max-width: none;
  padding: 0;
}

.section--about .prose {
  max-width: 74rem;
}

.section--path-screen .split {
  min-height: 1343px;
}

.section--mentor-screen .split {
  min-height: 1160px;
}

.section--mentor-screen {
  padding-bottom: 72px;
}

.section--mentor-screen .split__media {
  max-height: 1160px;
}

.section--mentor-screen .cover-image {
  height: 1160px;
}

.section--reasons {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section--beliefs {
  padding-top: 118px;
  padding-bottom: 118px;
}

.section--partners {
  padding-top: 112px;
  padding-bottom: 122px;
  /* min-height: 1139px; */
}

.section--faq {
  padding-top: 132px;
  padding-bottom: 132px;
  /* min-height: 1294px; */
}

.section--reviews {
  padding-top: 88px;
  padding-bottom: 44px;
  /* min-height: 1268px; */
}

.section--cta-screen .split--hero {
  /* min-height: 1082px; */
}

.section--beliefs {
  min-height: 510px;
}

.section--stories {
  min-height: 810px;
}

.section--contact {
  min-height: 810px;
}

.container {
  width: min(1280px, calc(100vw - 48px));
  margin: 0 auto;
}

.heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(216, 243, 233, 1);
  /* color: rgba(18, 18, 18, 0.68); */
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eyebrow--light {
  background: rgba(255, 241, 204, 0.96);
}

h1,
h2,
h3,
p,
blockquote,
ol,
ul {
  margin: 0;
}

h1,
h2 {
  /* max-width: 14ch; */
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
}

h1 span {
  display: block;
  margin-top: 0.2em;
}

h2 {
  margin-top: 18px;
}

h3 {
  font-size: clamp(1rem, 1.5vw, 1.5vw);
  line-height: 1.12;
  letter-spacing: 0em;
  font-weight: 600;
}

.lead,
.prose p,
.card p,
.quote-card p,
.stat-card p,
.mini-card p,
.program-card p,
.format-card p,
.reason-card p,
.faq-card p,
.review-card p,
.story-card p,
.contact-card p,
.channel-card p,
.feature-list p,
.timeline p,
.section-note,
.partner-copy {
  font-size: clamp(1.06rem, 1.42vw, 1.28rem);
  line-height: 1.55;
  color: var(--muted);
}

.lead {
  max-width: 46rem;
  margin-top: 32px;
}

.lead--section {
  margin-top: 26px;
}

.section-note {
  margin-top: 28px;
  font-weight: 600;
  color: #2c2a2f;
}

.prose {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.prose--wide {
  max-width: 72rem;
}

.callout,
.source-quote {
  margin-top: 30px;
  padding: 22px 24px;
  border-left: 4px solid #42b789;
  background: linear-gradient(180deg, rgba(255, 239, 176, 0.78), rgba(255, 245, 210, 0.92));
  border-radius: 24px;
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  line-height: 1.5;
  color: #3b3427;
}

.source-quote {
  background: transparent;
  border-radius: 0;
  padding: 18px 0 18px 22px;
}

.source-quote--compact {
  margin-top: 22px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: stretch;
  gap: 36px;
}

.split--hero {
  min-height: 900px;
}

.split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 0;
}

.section--hero-screen .split__content {
  padding: 34px 0;
}

.section--hero-screen .container {
  width: min(1365px, 100vw);
}

.section--hero-screen .split {
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.hero__content {
  max-width: 600px;
  margin-left: 72px;
  margin-right: 36px;
}

.hero__title {
  max-width: none;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.hero__lead {
  max-width: 648px;
  margin-top: 30px;
  font-size: 1.02rem;
  line-height: 1.82;
  letter-spacing: -0.012em;
  color: #636269;
}

.hero__actions {
  gap: 12px;
  margin-top: 28px;
}

#callback-form .hero__actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 12px;
  align-items: start;
}

#callback-form .hero__actions .button--primary {
  grid-column: 1 / -1;
  justify-self: start;
}

.hero__actions--single {
  display: flex;
}

.cta-form {
  max-width: 720px;
  margin-top: 24px;
}

.cta-form__subheading {
  margin-top: 28px;
  margin-bottom: 16px;
}

.cta-form .hero__actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 12px;
  align-items: start;
}

.cta-form .hero__actions .button--primary {
  grid-column: 1 / -1;
  justify-self: start;
}

.hero-form {
  max-width: 648px;
  margin-top: 28px;
}

.mentor-form {
  max-width: 720px;
  margin-top: 30px;
}

.hero-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-form__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.hero-form__field span {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4f4d55;
  line-height: 1.2;
}

.hero-form__field input {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1.5px solid rgba(86, 165, 127, 0.28);
  border-radius: 18px;
  font: inherit;
  font-size: 0.98rem;
  color: var(--text);
  background: #ffffff;
  outline: none;
}

.hero-form__field input:focus {
  border-color: rgba(86, 165, 127, 0.9);
  box-shadow: 0 0 0 4px rgba(86, 165, 127, 0.12);
}

.hero-form__status {
  min-height: 20px;
  margin-top: 12px;
  font-size: 0.92rem;
  color: #4f4d55;
}

.hero-form__status.is-error {
  color: #b42318;
}

.hero-form__status.is-success {
  color: #157347;
}

.hero__actions .button {
  min-height: 54px;
  padding: 0 20px;
  font-size: 0.94rem;
  font-weight: 600;
  border-width: 2px;
}

.section--hero-screen .button--primary {
  background: var(--accent);
  color: #fff;
}

.section--hero-screen .button--primary:hover {
  background: var(--accent-dark);
}

.section--hero-screen .button--secondary {
  color: var(--accent);
  border-color: rgba(86, 165, 127, 1);
  background: transparent;
}

.hero__media {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.hero__image {
  width: 100%;
  max-width: none;
  height: 768px;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
}

@media (max-width: 1280px) {
  .section--hero-screen .container {
    width: min(100vw, 1240px);
  }

  .section--hero-screen .split {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 42vw);
  }

  .hero__content {
    margin-left: 40px;
    margin-right: 28px;
    max-width: 560px;
  }

  .hero__title {
    font-size: clamp(2.75rem, 4vw, 3.6rem);
    line-height: 1.02;
  }

  .hero__lead {
    max-width: 32rem;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .hero-form {
    max-width: 32rem;
  }

  .hero__image {
    height: 700px;
  }
}

@media (max-width: 1024px) {
  .section--hero-screen {
    padding: 24px 0 0;
  }

  .section--hero-screen .container {
    width: min(100vw - 32px, 1120px);
  }

  .section--hero-screen .split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section--hero-screen .split--hero {
    min-height: auto;
  }

  .hero__content {
    max-width: none;
    margin: 0;
    padding: 16px 0 0;
  }

  .hero__title {
    font-size: clamp(2.8rem, 6vw, 4.2rem);
    line-height: 0.98;
    max-width: 12ch;
  }

  .hero__lead {
    max-width: 44rem;
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .hero-form {
    max-width: 44rem;
  }

  .hero__actions {
    margin-top: 24px;
  }

  .hero__actions .button {
    min-height: 52px;
  }

  .hero__media {
    justify-content: stretch;
  }

  .hero__image {
    height: min(62vw, 620px);
    border-radius: 28px;
  }

  .section--path-screen .split,
  .section--mentor-screen .split,
  .section--cta-screen .split--hero {
    min-height: auto;
  }

  .section--beliefs,
  .section--stories,
  .section--contact {
    min-height: auto;
  }

  .section--mentor-screen .split__media {
    max-height: none;
  }

  .section--mentor-screen .cover-image {
    height: auto;
  }

  .quote-card,
  .faq-card,
  .review-card,
  .contact-card {
    min-height: auto;
  }
}

.split__content--narrow {
  max-width: 42rem;
}

.split__media {
  min-height: 100%;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.actions--left {
  justify-content: flex-start;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid transparent;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--accent);
  color: #fff;
}

.button--primary:hover {
  background: var(--accent-dark);
}

.button--secondary {
  background: transparent;
  color: var(--accent);
  border-color: rgba(86, 165, 127, 1);
}

.card,
.quote-card,
.mini-card,
.program-card,
.format-card,
.reason-card,
.award-card,
.faq-card,
.review-card,
.story-card,
.contact-card,
.channel-card {
  border: 2px solid rgba(18, 18, 18, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.step-grid,
.stats-grid,
.mini-grid,
.program-grid,
.format-grid,
.reasons-grid,
.award-grid,
.faq-grid,
.review-grid,
.stories-grid,
.contact-grid,
.belief-grid {
  display: grid;
  gap: 20px;
}

.step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.card--step {
  padding: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.card--step img {
  aspect-ratio: auto;
  width: 82%;
  height: 120px;
  border-radius: 28px;
  object-fit: cover;
  margin-bottom: 18px;
}

@media (max-width: 1180px) {
  .card--step img {
    width: 88%;
    height: 132px;
  }
}

@media (max-width: 760px) {
  .card--step img {
    width: 100%;
    height: 180px;
  }
}

.card--step h3,
.quote-card h3,
.stat-card h3,
.mini-card h3,
.program-card h3,
.format-card h3,
.reason-card h3,
.award-card h3,
.faq-card h3,
.review-card h3,
.story-card h3,
.contact-card h3,
.channel-card h3,
.feature-list h3,
.timeline h3 {
  margin-bottom: 12px;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.quote-card {
  position: relative;
  padding: 30px 30px 34px;
  border-color: rgba(18, 18, 18, 0.16);
}

.quote-card::before,
.quote-card::after {
  position: absolute;
  color: #42b789;
  font-size: 4rem;
  line-height: 1;
  font-weight: 800;
  content: "“";
}

.quote-card::before {
  left: -14px;
  top: -10px;
}

.quote-card::after {
  right: -14px;
  bottom: -14px;
  transform: rotate(180deg);
}

.quote-card--wide {
  grid-column: 1 / -1;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
}

.stats-grid--compact .stat-card {
  padding-top: 12px;
}

.stat-card {
  padding: 16px 10px;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.stat-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0em;
}

.mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.mini-card {
  padding: 24px;
  background: var(--paper-soft);
}

.mini-card--full {
  grid-column: 1 / -1;
}

.program-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.program-card {
  padding: 24px 26px;
}

.timeline {
  display: grid;
  gap: 24px;
  padding: 0;
  margin-top: 26px;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: start;
}

.timeline span {
  display: grid;
  place-items: center;
  width: 60px;
  height: 88px;
  background: linear-gradient(180deg, #f6f3f1, #ece8e5);
  border: 2px solid rgba(18, 18, 18, 0.08);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 50% 100%, 0 84%);
  font-size: 1.6rem;
  font-weight: 800;
}

.format-grid {
  grid-template-columns: 1.02fr 0.98fr;
  margin-top: 30px;
}

.format-card {
  padding: 28px 30px;
}

.format-card--accent {
  background: var(--green);
  border-color: transparent;
}

.format-card--accent,
.format-card--accent p,
.format-card--accent h3,
.format-card--accent .list {
  color: #0f2016;
}

.list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding-left: 1.15em;
  font-size: clamp(1rem, 1.34vw, 1.18rem);
  line-height: 1.5;
}

.muted {
  margin-top: 18px;
}

.feature-list {
  display: grid;
  gap: 26px;
  margin-top: 34px;
}

.feature-list article {
  padding-bottom: 10px;
}

.reasons-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.reason-card {
  min-height: 220px;
  padding: 28px;
  background: rgba(255, 249, 244, 0.92);
  box-shadow: none;
}

.reason-card:nth-child(4) {
  grid-column: span 1;
}

.reason-card:nth-child(5) {
  grid-column: span 2;
}

.belief-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.belief-card {
  padding: 8px 0 8px 22px;
  border-left: 4px solid #42b789;
  font-size: clamp(1.38rem, 2vw, 2rem);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.partner-copy {
  margin-top: 16px;
  max-width: 72rem;
}

.award-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.award-card,
.faq-card,
.review-card,
.story-card,
.contact-card,
.channel-card {
  padding: 24px;
}

.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.faq-card {
  min-height: 340px;
  border-left: 6px solid #42b789;
}

.faq-card:nth-child(4),
.faq-card:nth-child(5) {
  grid-column: span 1;
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.review-card {
  min-height: 920px;
}

.review-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 18px;
}

.stories-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.story-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.channel-list {
  display: grid;
  gap: 0;
  margin-top: 30px;
  overflow: hidden;
  border: 2px solid rgba(18, 18, 18, 0.09);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.channel-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: rgba(246, 242, 239, 0.96);
}

.channel-card + .channel-card {
  border-top: 1px solid rgba(18, 18, 18, 0.08);
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 320px;
  text-align: center;
  background: var(--paper-soft);
}

.contact-card .button {
  align-self: center;
}

@media (max-width: 1180px) {
  .split,
  .format-grid,
  .step-grid,
  .stats-grid,
  .program-grid,
  .review-grid,
  .stories-grid,
  .contact-grid,
  .faq-grid,
  .reasons-grid,
  .quote-grid,
  .award-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split {
    grid-template-columns: 1fr;
  }

  .split--hero {
    min-height: auto;
  }

  .split__content,
  .split__media {
    padding: 0;
  }

  .split--reverse-mobile .split__media {
    order: -1;
  }

  .cover-image {
    min-height: 420px;
    border-radius: 32px;
  }

  .reason-card:nth-child(5),
  .quote-card--wide,
  .mini-card--full {
    grid-column: auto;
  }

  .heading-row {
    flex-direction: column;
    gap: 14px;
  }

  .stats-grid {
    gap: 28px 18px;
  }

  .stat-card strong {
    font-size: clamp(2.5rem, 6vw, 3.4rem);
  }
}

@media (max-width: 760px) {
  .section {
    padding: 48px 0;
  }

  .container {
    width: calc(100vw - 24px);
  }

  .section--about__inner {
    width: calc(100vw - 24px);
  }

  .heading-row {
    flex-direction: column;
    gap: 14px;
  }

  h1,
  h2 {
    max-width: none;
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1.02;
  }

  .lead {
    margin-top: 24px;
  }

  .eyebrow {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.74rem;
  }

  .section--hero-screen {
    padding-top: 12px;
  }

  .section--hero-screen .container {
    width: calc(100vw - 20px);
  }

  .hero__content {
    padding-top: 8px;
  }

  .hero__title {
    font-size: clamp(2.25rem, 9.2vw, 3.3rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    max-width: none;
  }

  .hero__lead {
    max-width: none;
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .hero-form {
    max-width: none;
    margin-top: 22px;
  }

  .hero-form__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .actions {
    margin-top: 28px;
  }

  .actions .button,
  .contact-card .button {
    width: 100%;
  }

  .hero__actions {
    gap: 10px;
  }

  .hero__actions .button {
    min-height: 50px;
    font-size: 0.95rem;
  }

  .hero__image {
    height: 86vw;
    min-height: 320px;
    max-height: 520px;
    border-radius: 22px;
  }

  .step-grid,
  .stats-grid,
  .mini-grid,
  .program-grid,
  .format-grid,
  .reasons-grid,
  .award-grid,
  .faq-grid,
  .review-grid,
  .stories-grid,
  .contact-grid,
  .belief-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .timeline li {
    grid-template-columns: 48px 1fr;
  }

  .timeline span {
    width: 48px;
    height: 64px;
    font-size: 1.3rem;
  }

  .quote-card,
  .program-card,
  .format-card,
  .award-card,
  .faq-card,
  .review-card,
  .contact-card,
  .channel-card {
    padding: 20px;
  }

  .section--beliefs,
  .section--partners,
  .section--faq,
  .section--reviews,
  .section--stories,
  .section--contact {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .review-card img {
    border-radius: 18px;
  }

  .belief-card {
    font-size: 1.18rem;
    line-height: 1.35;
  }

  .cover-image {
    min-height: 320px;
    border-radius: 24px;
  }

  .contact-card {
    min-height: auto;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 40px 0;
  }

  .container,
  .section--hero-screen .container,
  .section--about__inner {
    width: calc(100vw - 16px);
  }

  .hero__title {
    font-size: 2rem;
  }

  .hero__lead,
  .lead,
  .prose p,
  .card p,
  .quote-card p,
  .stat-card p,
  .mini-card p,
  .program-card p,
  .format-card p,
  .reason-card p,
  .faq-card p,
  .review-card p,
  .story-card p,
  .contact-card p,
  .channel-card p,
  .feature-list p,
  .timeline p,
  .section-note,
  .partner-copy {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 0.92rem;
  }

  .hero-form__field input {
    min-height: 50px;
    font-size: 0.95rem;
  }

  .callout,
  .source-quote {
    padding: 18px;
    font-size: 0.98rem;
  }

  .timeline li {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .timeline span {
    width: 40px;
    height: 54px;
    font-size: 1.1rem;
  }

  .quote-card::before {
    left: -8px;
    top: -6px;
    font-size: 2.8rem;
  }

  .quote-card::after {
    right: -8px;
    bottom: -8px;
    font-size: 2.8rem;
  }
}
