.hero {
  padding: 150px var(--page-pad) 80px;
  background: var(--c-white);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.hero-glow {
  position: absolute;
  left: 50%;
  top: 120px;
  width: 520px;
  height: 260px;
  transform: translateX(-50%) scale(0.92);
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(255,214,1,0.07) 0%, transparent 72%);
  animation: heroGlowIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

.hero-inner {
  max-width: none;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: min(100% - 64px, 1180px);
  margin-inline: auto;
  text-align: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #111111;
  background: rgba(255,214,1,0.14);
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  opacity: 0;
  animation: heroFade 0.6s ease-out 0.05s both;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.hero-eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-accent-dark);
}

.hero-h1 {
  font-size: clamp(29px, 4.1vw, 52px);
  font-weight: 800;
  color: var(--c-black);
  line-height: 1.1;
  letter-spacing: -1.8px;
  margin-top: 32px;
  opacity: 0;
  animation: heroFade 0.65s ease-out 0.12s both;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-h1 em {
  font-style: normal;
  position: relative;
  display: inline-block;
}

.hero-h1 em::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 0.32em;
  background: var(--c-accent);
  z-index: -1;
  border-radius: 3px;
  right: 0;
}

.hero-sub {
  margin: 32px auto 0;
  max-width: 860px;
  font-size: 19px;
  font-weight: 300;
  color: #111111;
  line-height: 1.7;
  opacity: 0;
  animation: heroFade 0.65s ease-out 0.2s both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  opacity: 0;
  animation: heroFade 0.7s ease-out 0.28s both;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  font-size: 13px;
  color: #111111;
  opacity: 0;
  animation: heroFade 0.7s ease-out 0.36s both;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hero-trust-dot {
  color: #ccc;
}

.lfc-page-hero {
  padding: 140px var(--page-pad) 56px;
  background: var(--c-white);
  position: relative;
  padding-top: 92px;
  padding-bottom: 44px;
}

.lfc-page-h1 {
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 800;
  letter-spacing: -1.8px;
  line-height: 1.06;
  color: var(--c-black);
  max-width: 980px;
  position: relative;
  z-index: 1;
  text-wrap: balance;
}

.lfc-page-sub {
  margin-top: 18px;
  max-width: 720px;
  font-size: var(--text-md);
  font-weight: 300;
  line-height: 1.75;
  color: var(--c-mid);
}

.lfc-page-cta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lfc-article-hero {
  padding-bottom: 30px;
}

.lfc-article-hero .lfc-page-h1 {
  max-width: 820px;
}

.lfc-thanks .lfc-page-h1 {
  margin-left: auto;
  margin-right: auto;
}

.lfc-thanks .lfc-page-cta {
  justify-content: center;
}

.lfc-hero-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.lfc-page-hero .lfc-page-sub {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  text-wrap: balance;
}

.lfc-page-hero .lfc-page-cta {
  margin-top: 26px;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.lfc-page-h1 em {
  font-style: normal;
  position: relative;
  display: inline;
  background: linear-gradient(to top, var(--c-accent) 30%, transparent 30%);
  border-radius: 2px;
  padding: 0 0 0 2px;
  padding-right: 0;
  margin-right: 0;
}

.lfc-page-h1 em::after {
  content: none;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 0.3em;
  background: var(--c-accent);
  z-index: -1;
  border-radius: 3px;
}

.lfc-blog-hero {
  padding-top: 92px;
  padding-bottom: 34px;
}

.lfc-blog-hero .lfc-page-h1 {
  max-width: 900px;
}

.lfc-blog-hero .lfc-page-sub {
  max-width: 1040px;
}

.lfc-hero-inner .lfc-page-h1 {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
}

.lfc-hero-inner .lfc-page-sub {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
}

.lfc-page-hero > .wrap {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  width: min(100% - 64px, 1180px);
  margin-inline: auto;
}

.lfc-page-hero .lfc-page-h1 {
  max-width: none;
  width: 100%;
  margin-left: 0;
  text-align: left;
  margin-right: 0;
}

.lfc-hero-note {
  font-size: 14.5px;
  color: var(--c-mid);
  margin-top: 14px;
  font-weight: 400;
  line-height: 1.7;
  border-left: 3px solid var(--c-accent);
  padding-left: 14px;
}

.lfc-page-hero .lfc-hero-inner {
  width: min(100% - 64px, 1180px);
  max-width: none;
  margin-inline: auto;
}

.lfc-page-hero .lfc-hero-actions {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.lfc-page-hero .lfc-hero-note {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.hero > .wrap {
  width: min(100% - 64px, 1180px);
  max-width: none;
  margin-inline: auto;
  text-align: center;
}
