/* ==================================================
   YFP – Static Page
   ================================================== */

body.yfp-style-static-page {
  --yfp-max: 1100px;
  --yfp-border: #e5e7eb;
  --yfp-text: #0f172a;
  color: var(--yfp-text);
}

body.yfp-style-static-page .container {
  max-width: var(--yfp-max);
  margin-inline: auto;
  padding-inline: 1rem;
}

/* HERO */
body.yfp-style-static-page .yfp-hero {
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--yfp-border);
}
body.yfp-style-static-page .yfp-hero__overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.20));
}
body.yfp-style-static-page .yfp-hero__inner {
  padding: 38px 0 30px;
  text-align: center;
}
body.yfp-style-static-page .yfp-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
}

/* Optional: slightly increase hero inner padding to match other index pages */
body.yfp-style-static-page .yfp-hero__inner {
  padding: 54px 0 44px; /* stepwise tweak: 42/32, 44/34, 48/36 */
}



/* ==================================================
   static-page – Credibility Strip (Modern SaaS Match)
   ================================================== */

body.yfp-style-static-page .yfp-credibility {
  border-top: 1px solid var(--yfp-border);
  border-bottom: 1px solid var(--yfp-border);
  background: #ffffff;
}

body.yfp-style-static-page .yfp-credibility .container {
  max-width: 720px;                 /* tighter than main content */
  text-align: center;
  padding: 18px 1rem;
}

body.yfp-style-static-page .yfp-credibility__line {
  margin: 0;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #0f172a;                   /* same deep slate as card titles */
}

/* Subtle breathing room before main content */
body.yfp-style-static-page .yfp-static-page {
  padding-top: 42px;
}




/* CONTENT */
body.yfp-style-static-page .yfp-static-page {
  padding: 36px 0 50px;
}

body.yfp-style-static-page .yfp-static-page__section {
  max-width: 820px;
  margin: 0 auto 40px;
}

body.yfp-style-static-page .yfp-static-page__section h2 {
  font-size: 1.6rem;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

body.yfp-style-static-page .yfp-static-page__section p {
  line-height: 1.65;
  margin-bottom: 1.1rem;
  color: #334155;
  font-size: 1.05rem;
}

