
/* =========================
   ABOUT PAGE
   Uses global container + btn classes from style.css
========================= */

.ffc-about-eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ffc-about-hero {
  padding: 88px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(252, 163, 17, 0.18), transparent 30%),
    linear-gradient(135deg, #000000 0%, #14213d 100%);
  color: var(--white);
}

.ffc-about-hero-grid,
.ffc-about-split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
}

.ffc-about-hero h1,
.ffc-about-section h2 {
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.ffc-about-hero h1 {
  max-width: 820px;
  color: var(--white);
  font-size: clamp(2.7rem, 6vw, 5.2rem);
}

.ffc-about-section h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
}

.ffc-about-lead,
.ffc-about-center p,
.ffc-about-copy p,
.ffc-about-highlight p,
.ffc-about-disclaimer p,
.ffc-about-cta p {
  color: var(--muted);
  line-height: 1.78;
}

.ffc-about-lead {
  max-width: 740px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.1rem;
}

.ffc-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ffc-about-hero-panel {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.ffc-about-hero-panel span,
.ffc-about-link-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ffc-about-hero-panel strong {
  display: block;
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.ffc-about-hero-panel p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.72;
}

.ffc-about-section {
  padding: 76px 0;
  background: var(--white);
}

.ffc-about-soft {
  background: #f7f8fb;
}

.ffc-about-dark {
  background:
    radial-gradient(circle at top left, rgba(252, 163, 17, 0.16), transparent 30%),
    linear-gradient(135deg, #000000 0%, #14213d 100%);
  color: var(--white);
}

.ffc-about-dark h2,
.ffc-about-dark .ffc-about-center p {
  color: var(--white);
}

.ffc-about-dark .ffc-about-center p {
  opacity: 0.76;
}

.ffc-about-copy {
  display: grid;
  gap: 16px;
}

.ffc-about-copy p {
  margin: 0;
  color: var(--text);
}

.ffc-about-center {
  max-width: 850px;
  margin: 0 auto 34px;
  text-align: center;
}

.ffc-about-center p {
  max-width: 760px;
  margin: 16px auto 0;
}

.ffc-about-card-grid,
.ffc-about-process-grid,
.ffc-about-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ffc-about-card,
.ffc-about-step,
.ffc-about-link-card,
.ffc-about-disclaimer {
  padding: 24px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid rgba(20, 33, 61, 0.08);
  box-shadow: 0 14px 38px rgba(20, 33, 61, 0.06);
}

.ffc-about-card h3,
.ffc-about-step h3,
.ffc-about-link-card strong {
  margin: 0;
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.ffc-about-card p,
.ffc-about-step p,
.ffc-about-link-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.66;
}

.ffc-about-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--orange);
  font-weight: 900;
  text-decoration: none;
}

.ffc-about-card a:hover,
.ffc-about-link-card:hover strong {
  color: var(--orange);
}

.ffc-about-step span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ffc-about-trust-grid,
.ffc-about-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.ffc-about-trust-grid div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-weight: 800;
  line-height: 1.35;
}

.ffc-about-list-grid div {
  padding: 18px;
  border-radius: 18px;
  background: #f7f8fb;
  border: 1px solid rgba(20, 33, 61, 0.08);
  color: var(--navy);
  font-weight: 800;
  line-height: 1.4;
}

.ffc-about-highlight {
  padding: 38px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(252, 163, 17, 0.14), transparent 34%),
    var(--white);
  border: 1px solid rgba(20, 33, 61, 0.08);
  box-shadow: 0 16px 44px rgba(20, 33, 61, 0.06);
}

.ffc-about-highlight p {
  max-width: 920px;
  margin: 16px 0 0;
  color: var(--text);
}

.ffc-about-link-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.ffc-about-link-card:hover {
  transform: translateY(-5px);
  border-color: rgba(252, 163, 17, 0.4);
}

.ffc-about-disclaimer h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
}

.ffc-about-disclaimer p {
  margin: 12px 0 0;
}

.ffc-about-cta {
  padding: 46px;
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(252, 163, 17, 0.2), transparent 32%),
    linear-gradient(135deg, #000000 0%, #14213d 100%);
  color: var(--white);
}

.ffc-about-cta h2 {
  color: var(--white);
}

.ffc-about-cta p {
  max-width: 760px;
  margin: 16px auto 26px;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1024px) {
  .ffc-about-hero-grid,
  .ffc-about-split {
    grid-template-columns: 1fr;
  }

  .ffc-about-card-grid,
  .ffc-about-process-grid,
  .ffc-about-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ffc-about-trust-grid,
  .ffc-about-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 699px) {
  .ffc-about-hero {
    padding: 68px 0 54px;
  }

  .ffc-about-section {
    padding: 54px 0;
  }

  .ffc-about-actions {
    flex-direction: column;
  }

  .ffc-about-actions .btn {
    width: 100%;
  }

  .ffc-about-card-grid,
  .ffc-about-process-grid,
  .ffc-about-link-grid,
  .ffc-about-trust-grid,
  .ffc-about-list-grid {
    grid-template-columns: 1fr;
  }

  .ffc-about-hero-panel,
  .ffc-about-highlight,
  .ffc-about-cta {
    padding: 26px;
    border-radius: 24px;
  }
}