.gfbih-build-hub-installed .entry-header,
.gfbih-build-hub-installed .page-header,
.gfbih-build-hub-installed .wp-block-post-title {
  display: none !important;
}

.gfbih-build-hub-installed main,
.gfbih-build-hub-installed .site-main,
.gfbih-build-hub-installed .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.gfbih-page {
  --gfbih-black: #07090d;
  --gfbih-ink: #111827;
  --gfbih-panel: #121722;
  --gfbih-panel-2: #171d29;
  --gfbih-gold: #c6a66a;
  --gfbih-gold-2: #f0d99a;
  --gfbih-cream: #f7efe0;
  --gfbih-muted: #b7bdc9;
  --gfbih-line: rgba(198, 166, 106, .28);
  --gfbih-white-line: rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 20% 0%, rgba(198, 166, 106, .16), transparent 34rem),
    radial-gradient(circle at 80% 20%, rgba(55, 75, 120, .26), transparent 32rem),
    linear-gradient(180deg, #07090d 0%, #0c1018 50%, #080a0f 100%);
  color: var(--gfbih-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

.gfbih-page *,
.gfbih-page *::before,
.gfbih-page *::after {
  box-sizing: border-box;
}

.gfbih-page a {
  color: inherit;
  text-decoration: none;
}

.gfbih-page h1,
.gfbih-page h2,
.gfbih-page h3,
.gfbih-page p {
  margin-top: 0;
}

.gfbih-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  padding: 7rem 1.5rem 5rem;
  border-bottom: 1px solid var(--gfbih-line);
  isolation: isolate;
}

.gfbih-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.82), transparent 88%);
  z-index: -2;
}

.gfbih-bg-grid {
  position: absolute;
  width: 880px;
  height: 880px;
  border: 1px solid rgba(198, 166, 106, .16);
  border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(198,166,106,.08) 0 1px, transparent 1px 34px);
  opacity: .55;
  transform: rotate(-12deg);
  z-index: -1;
}

.gfbih-hero-inner {
  width: min(1120px, 100%);
  text-align: center;
}

.gfbih-kicker,
.gfbih-small-label,
.gfbih-card-label {
  color: var(--gfbih-gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.5;
}

.gfbih-hero h1 {
  margin: .9rem 0 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 13vw, 12.5rem);
  line-height: .82;
  letter-spacing: -.075em;
  color: var(--gfbih-cream);
  text-shadow: 0 18px 60px rgba(0,0,0,.45);
}

.gfbih-hero-lead {
  max-width: 840px;
  margin: 0 auto;
  color: #d5d0c6;
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  line-height: 1.55;
}

.gfbih-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}

.gfbih-btn,
.gfbih-card-footer a,
.gfbih-roadmap-list a {
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.gfbih-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .9rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .02em;
}

.gfbih-btn:hover,
.gfbih-card-footer a:hover,
.gfbih-roadmap-list a:hover {
  transform: translateY(-2px);
}

.gfbih-btn-primary {
  background: linear-gradient(135deg, var(--gfbih-gold), var(--gfbih-gold-2));
  color: #15110a !important;
  box-shadow: 0 18px 42px rgba(198,166,106,.22);
}

.gfbih-btn-ghost {
  border: 1px solid var(--gfbih-line);
  color: var(--gfbih-cream) !important;
  background: rgba(255,255,255,.04);
}

.gfbih-intro,
.gfbih-five,
.gfbih-ecosystem,
.gfbih-roadmap,
.gfbih-cta {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.gfbih-intro {
  padding: 5rem 0 2rem;
}

.gfbih-intro-card {
  border: 1px solid var(--gfbih-line);
  background: linear-gradient(135deg, rgba(18,23,34,.94), rgba(16,20,29,.72));
  border-radius: 28px;
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
}

.gfbih-intro-card h2,
.gfbih-section-head h2,
.gfbih-roadmap-copy h2,
.gfbih-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--gfbih-cream);
  letter-spacing: -.035em;
  line-height: 1.02;
}

.gfbih-intro-card h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  max-width: 820px;
  margin-bottom: 1rem;
}

.gfbih-intro-card p:not(.gfbih-small-label),
.gfbih-section-head p:not(.gfbih-kicker),
.gfbih-card p,
.gfbih-map-grid p,
.gfbih-roadmap-copy p:not(.gfbih-kicker),
.gfbih-cta p:not(.gfbih-kicker) {
  color: var(--gfbih-muted);
  line-height: 1.75;
  font-size: 1rem;
}

.gfbih-five {
  padding: 4rem 0;
}

.gfbih-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2rem;
}

.gfbih-section-head h2 {
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  margin: .6rem 0 1rem;
}

.gfbih-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.gfbih-card {
  position: relative;
  grid-column: span 2;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--gfbih-line);
  border-radius: 26px;
  padding: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
    linear-gradient(135deg, rgba(18,23,34,.96), rgba(14,18,26,.96));
  box-shadow: 0 20px 60px rgba(0,0,0,.22);
  overflow: hidden;
}

.gfbih-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 12%, rgba(198,166,106,.16), transparent 19rem);
  pointer-events: none;
}

.gfbih-card-large {
  grid-column: span 3;
  min-height: 430px;
  padding: 1.7rem;
}

.gfbih-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  line-height: .86;
  color: rgba(198,166,106,.25);
  margin-bottom: 1.5rem;
}

.gfbih-card h3 {
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--gfbih-cream);
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -.035em;
  margin: .5rem 0 .85rem;
}

.gfbih-card .gfbih-one-line {
  color: #e9dcc0;
  font-weight: 700;
  line-height: 1.55;
}

.gfbih-card-footer {
  position: relative;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--gfbih-white-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.gfbih-card-footer span {
  color: #aeb5c4;
  font-size: .88rem;
}

.gfbih-card-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gfbih-line);
  background: rgba(198,166,106,.1);
  color: var(--gfbih-gold-2) !important;
  border-radius: 999px;
  padding: .74rem 1rem;
  font-weight: 800;
}

.gfbih-card-footer a:hover {
  background: var(--gfbih-gold);
  color: #17110a !important;
}

.gfbih-ecosystem {
  padding: 4rem 0;
}

.gfbih-map-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.gfbih-map-grid > div {
  border: 1px solid var(--gfbih-white-line);
  background: rgba(255,255,255,.035);
  border-radius: 22px;
  padding: 1.25rem;
}

.gfbih-map-grid span,
.gfbih-roadmap-list strong {
  color: var(--gfbih-gold);
  font-weight: 900;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.gfbih-map-grid h3 {
  color: var(--gfbih-cream);
  font-size: 1.35rem;
  margin: .7rem 0 .45rem;
}

.gfbih-roadmap {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 1.5rem;
  align-items: stretch;
  padding: 5rem 0;
}

.gfbih-roadmap-copy,
.gfbih-roadmap-list {
  border: 1px solid var(--gfbih-line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(23,29,41,.92), rgba(15,19,28,.88));
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.gfbih-roadmap-copy h2,
.gfbih-cta h2 {
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  margin: .5rem 0 1rem;
}

.gfbih-roadmap-list {
  display: grid;
  gap: .85rem;
}

.gfbih-roadmap-list a {
  display: flex;
  gap: 1rem;
  align-items: center;
  border: 1px solid var(--gfbih-white-line);
  background: rgba(255,255,255,.035);
  border-radius: 18px;
  padding: 1rem;
  color: var(--gfbih-cream) !important;
}

.gfbih-roadmap-list a:hover {
  border-color: var(--gfbih-line);
  background: rgba(198,166,106,.08);
}

.gfbih-roadmap-list span {
  font-size: 1rem;
  font-weight: 750;
}

.gfbih-cta {
  text-align: center;
  padding: 5rem 1.5rem 6rem;
  max-width: 960px;
}

.gfbih-cta p:not(.gfbih-kicker) {
  max-width: 760px;
  margin: 0 auto 2rem;
}

@media (max-width: 1020px) {
  .gfbih-feature-grid,
  .gfbih-map-grid,
  .gfbih-roadmap {
    grid-template-columns: 1fr;
  }

  .gfbih-card,
  .gfbih-card-large {
    grid-column: auto;
  }

  .gfbih-map-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .gfbih-hero {
    min-height: 640px;
    padding-inline: 1rem;
  }

  .gfbih-intro,
  .gfbih-five,
  .gfbih-ecosystem,
  .gfbih-roadmap,
  .gfbih-cta {
    width: min(100% - 24px, 1180px);
  }

  .gfbih-actions,
  .gfbih-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .gfbih-btn,
  .gfbih-card-footer a {
    width: 100%;
  }

  .gfbih-map-grid {
    grid-template-columns: 1fr;
  }

  .gfbih-card {
    min-height: 0;
  }
}
