.fd-page {
  font-family: 'Outfit', sans-serif;
  color: var(--text-body);
}

.fd-page h1,
.fd-page h2,
.fd-page h3 {
  font-family: var(--_website-2-0---font-family);
  color: var(--text-body);
  font-weight: 500;
  margin: 0;
}

.fd-page h2,
.fd-page h3 {
  font-weight: 600;
}

.fd-page .button.button-tertiary {
  display: flex;
  height: 55px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: var(--color-chip-terracotta);
  color: var(--text--white);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.fd-section {
  width: 100%;
}

.fd-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
}

.fd-section--peach {
  background-color: var(--bg-warm);
}

.fd-section--cream {
  background-color: var(--bg-cream);
}

.fd-hero {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.fd-how {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.fd-row {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: var(--bg-off-white);
}

.fd-section--peach,
.fd-section--cream {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

/* --------------------------------------------------------------------------
   Shared CTA
   -------------------------------------------------------------------------- */
.fd-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  margin-top: 2rem;
}

.fd-cta__btn {
  align-self: flex-start;
}

.fd-microcopy {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--neutral-900, #6a6a6a);
}

.fd-microcopy--light {
  color: var(--text--white);
  opacity: 0.75;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.fd-hero__inner {
  display: flex;
  align-items: center;
  gap: 95px;
}

.fd-hero__text {
  flex: 1 1 56%;
  min-width: 0;
}

.fd-hero__media {
  flex: 1 1 44%;
  min-width: 0;
}

.fd-hero__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-medium);
}

.fd-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.fd-eyebrow__icon {
  display: inline-flex;
}

.fd-eyebrow__icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

.fd-eyebrow__icon svg path {
  fill: var(--feature-accent);
}

.fd-eyebrow .typography-pre-content {
  color: var(--feature-accent);
  margin: 0;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 2.4px;
  font-feature-settings: 'liga' off, 'clig' off;
}

.fd-hero__title {
  font-size: 2.5rem;
  line-height: normal;
}

.fd-hero__subtitle {
  margin: 0.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 28px;
  color: var(--text-body);
  max-width: 40rem;
}

/* --------------------------------------------------------------------------
   3-card feature grid
   -------------------------------------------------------------------------- */
.fd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.fd-card {
  background-color: var(--text--white);
  border-radius: var(--border-medium);
  padding: 1.5rem;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
}

.fd-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--color-chip-terracotta);
  margin-bottom: 18px;
}

.fd-card__icon svg {
  width: 24px;
  height: 24px;
}

.fd-card .fd-card__title {
  font-family: var(--_website-2-0---font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: var(--card-title, #1a1a1a);
  margin: 0 0 36px;
}

.fd-card__desc {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: var(--card-desc, #595959);
}

/* --------------------------------------------------------------------------
   Social proof (shared across all feature pages)
   -------------------------------------------------------------------------- */
.fd-social__inner {
  text-align: center;
}

.fd-social__title {
  font-size: 2.375rem;
  line-height: 1.2;
  max-width: 40rem;
}

.fd-social .fd-social__title {
  margin: 0 auto;
  text-align: center;
}

.fd-stat {
  display: flex;
  width: 400px;
  max-width: 100%;
  height: 44px;
  margin: 1.5rem auto 2.5rem;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background-color: var(--stat-badge);
  color: var(--text--white);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}

.fd-testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  text-align: left;
}

.fd-testimonial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 580px;
  max-width: 100%;
  padding: 20px 30px;
  margin: 0;
  border-radius: 12px;
  background-color: var(--text--white);
  box-shadow: 0 4px 20px 0 rgba(31, 15, 10, 0.08);
}

.fd-stars {
  color: var(--stat-badge);
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.fd-testimonial__quote {
  margin: 0 0 58px;
  padding: 0;
  border-left: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: var(--testimonial-quote, #382921);
}

.fd-testimonial__author {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.fd-testimonial__name {
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  color: var(--testimonial-name, #1a120f);
}

.fd-testimonial__role {
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  color: var(--testimonial-role, #8c7a70);
}

.fd-founder {
  max-width: 58rem;
  margin: 2.5rem auto 0;
  padding: 0;
  border-left: 0;
}

.fd-founder__quote {
  font-family: var(--_website-2-0---font-family);
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--founder-quote);
  margin: 0 0 0.5rem;
}

.fd-founder__quote svg {
  position: relative;
  top: -4px;
}

.fd-founder__attr {
  font-size: 0.75rem;
  color: var(--founder-attr);
}

/* Divider above the shared "As seen on" partial within the social section. */
.fd-social__inner .as-seen-on-section {
  width: 100%;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--color-divider-warm);
}

/* --------------------------------------------------------------------------
   Feature rows (alternating text / image)
   -------------------------------------------------------------------------- */
.fd-row__inner {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.fd-row--reverse .fd-row__inner {
  flex-direction: row-reverse;
}

.fd-row__text {
  flex: 1 1 46%;
  min-width: 0;
}

.fd-row__media {
  flex: 1 1 54%;
  min-width: 0;
}

/* Compact mockup cards */
.fd-row__media--narrow {
  flex: 0 1 370px;
  max-width: 370px;
  align-self: center;
}

.fd-row__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-medium);
}

.fd-page .fd-row__title {
  font-size: 1.875rem;
  line-height: normal;
  margin-bottom: 12px;
}

.fd-row__body {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: var(--text-body);
  font-feature-settings: 'liga' off, 'clig' off;
}

/* --------------------------------------------------------------------------
   How it works
   -------------------------------------------------------------------------- */
.fd-how__title {
  font-size: 2.25rem;
  text-align: center;
}

.fd-how .fd-how__title {
  margin-bottom: 2.5rem;
}

.fd-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.fd-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 10px;
  background-color: var(--feature-step-badge);
  color: var(--aux-accent);
  margin-bottom: 18px;
}

.fd-step .fd-step__title {
  font-family: var(--_website-2-0---font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: var(--card-title, #1a1a1a);
  margin: 0 0 18px;
}

.fd-step__desc {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: var(--step-desc, #666666);
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.fd-faq {
  padding-top: 0;
  padding-bottom: 4.5rem;
  background-color: var(--bg-off-white);
}

.fd-faq .accordion-title-cstm {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.fd-faq .accordion-content-cstm p {
  font-size: 1rem;
}

/* --------------------------------------------------------------------------
   Closing CTA band
   -------------------------------------------------------------------------- */
.fd-cta-band {
  background-color: var(--_website-2-0---color-tertiary-0-9);
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.fd-cta-band__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}

.fd-cta-band .fd-cta-band__title {
  color: var(--text--white);
  width: 100%;
  font-size: 2rem;
  line-height: normal;
}

.fd-cta-band__inner .fd-cta__btn.button-tertiary {
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 52px;
  padding: 15px 0;
  border-radius: 28px;
  background-color: var(--stat-badge);
}

.fd-cta-band__inner .fd-microcopy {
  margin: 0;
  color: var(--input-border);
  opacity: 1;
  font-size: 0.75rem;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .fd-grid,
  .fd-steps {
    grid-template-columns: 1fr 1fr;
  }

  .fd-hero__title {
    font-size: 2.25rem;
  }

  .fd-social__title,
  .fd-how__title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .fd-container {
    padding: 0 1.5rem;
  }

  .fd-hero,
  .fd-how,
  .fd-section--peach,
  .fd-section--cream {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fd-row {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .fd-hero__inner,
  .fd-row__inner,
  .fd-row--reverse .fd-row__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }

  .fd-grid,
  .fd-steps,
  .fd-testimonials {
    grid-template-columns: 1fr;
  }

  .fd-hero__title {
    font-size: 2.125rem;
  }

  .fd-row__title {
    font-size: 1.625rem;
  }

  .fd-cta-band__title {
    font-size: 1.75rem;
  }
}
