.about-page {
  margin: 0 auto;
  padding: 0;
}

/* Shared width */
.about-wrap {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

/* =========================
   HERO
========================= */
.about-hero .tc {
  align-items: stretch;
  gap: 64px;
}

.about-hero .tc__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero .tc__media {
  display: flex;
}

.about-hero__figure {
  margin: 0;
  width: 100%;
  height: 100%;
}

.about-hero__figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

/* =========================
   PROCESS INTRO
========================= */
.about-process-intro {
  padding: 48px 0 18px;
}

.about-process-intro__header {
  max-width: 900px;
  margin-bottom: 28px;
}

.about-process-intro__kicker {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #555;
}

.about-process-intro__header h2 {
  margin: 0;
}

/* =========================
   TIMELINE
========================= */
.about-timeline {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 24px 0 8px;
}

.about-timeline__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.about-timeline__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #f2f2f2;
  border: 2px solid #d7d7d7;
  font-size: 1rem;
  font-weight: 700;
  color: #222;
}

.about-timeline__label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

.about-timeline__line {
  height: 2px;
  background: linear-gradient(to right, #d9d9d9, #cfcfcf);
  border-radius: 999px;
}

.about-timeline__item.is-active .about-timeline__number {
  background: #174f8a;
  border-color: #174f8a;
  color: #fff;
}

.about-timeline__item:hover .about-timeline__number,
.about-timeline__item:focus-visible .about-timeline__number {
  border-color: #174f8a;
}

/* =========================
   STEPS
========================= */
.about-step {
  padding: 56px 0;
}

.about-step--alt {
  background: #fafafa;
}

.about-step__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: 68px;
  align-items: stretch;
}

.about-step__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.about-step__eyebrow {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
}

.about-step__content h2 {
  margin: 0 0 20px;
}

.about-step__content p {
  margin: 0 0 18px;
  line-height: 1.85;
}

.about-step__content p:last-child {
  margin-bottom: 0;
}

.about-step__media {
  display: flex;
  min-width: 0;
  height: 100%;
}

.about-step__figure {
  margin: 0;
  width: 100%;
  height: 100%;
}

.about-step__figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.about-step__media--card {
  align-items: stretch;
}

.about-note,
.about-feature-list {
  width: 100%;
  height: 100%;
  padding: 34px;
  border-radius: 22px;
  background: #f6f6f6;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-note h3,
.about-feature-list h3 {
  margin: 0 0 16px;
  font-size: 1.3rem;
}

.about-note p {
  margin: 0;
  line-height: 1.85;
}

.about-feature-list ul {
  margin: 0;
  padding-left: 20px;
}

.about-feature-list li {
  margin-bottom: 12px;
  line-height: 1.75;
}

.about-feature-list li:last-child {
  margin-bottom: 0;
}

.about-step__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* =========================
   CTA
========================= */
.about-cta {
  padding: 36px 0 72px;
}

.about-cta__box {
  padding: 44px 36px;
  border-radius: 24px;
  background: #f7f7f7;
  text-align: center;
}

.about-cta__kicker {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
}

.about-cta__box h2 {
  margin: 0 0 16px;
}

.about-cta__box p {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.85;
}

.about-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .about-hero .tc,
  .about-step__grid {
    gap: 48px;
  }
}

@media (max-width: 992px) {
  .about-wrap {
    width: min(1200px, calc(100% - 32px));
  }

  .about-hero .tc,
  .about-step__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-hero .tc__media,
  .about-step__media {
    order: 2;
  }

  .about-hero .tc__content,
  .about-step__content {
    order: 1;
  }

  .about-hero__figure img,
  .about-step__figure img,
  .about-note,
  .about-feature-list {
    min-height: unset;
    height: auto;
  }

  .about-step {
    padding: 44px 0;
  }

  .about-timeline {
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    padding-top: 20px;
  }

  .about-timeline__line {
    display: none;
  }

  .about-timeline__item {
    padding: 18px 14px;
    border-radius: 18px;
    background: #f7f7f7;
  }
}

@media (max-width: 768px) {
  .about-process-intro {
    padding: 34px 0 10px;
  }

  .about-hero .tc {
    gap: 28px;
  }

  .about-step__grid {
    gap: 28px;
  }

  .about-step__content,
  .about-step__media,
  .about-step__media--card {
    padding-inline: 8px;
  }

  .about-step__content p,
  .about-note p,
  .about-cta__box p {
    line-height: 1.75;
  }

  .about-note,
  .about-feature-list,
  .about-cta__box {
    padding: 26px 22px;
  }

  .about-hero__figure img,
  .about-step__figure img {
    min-height: 280px;
  }
}

@media (max-width: 480px) {
  .about-wrap {
    width: min(1200px, calc(100% - 24px));
  }

  .about-step__content,
  .about-step__media,
  .about-step__media--card {
    padding-inline: 6px;
  }

  .about-step__actions,
  .about-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-timeline {
    grid-template-columns: 1fr;
  }

  .about-cta {
    padding-bottom: 52px;
  }
}
