body.for-business-page main > section {
  padding: clamp(2rem, 6vw, 4rem) 0;
}

.for-business-page section {
  padding: clamp(2rem, 6vw, 4rem) 0;
}

body.for-business-page main > .fb-hero {
  padding-top: clamp(1rem, 2vw, 2rem);
  padding-bottom: clamp(1rem, 2vw, 2.5rem);
}

.fb-hero {
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 50%),
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.1), transparent 45%), var(--gradient-blue);
  color: var(--text-on-blue);
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.fb-hero-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(0.5rem, 2vw, 1.5rem) clamp(16px, 4vw, 32px) clamp(0.5rem, 2vw, 1.5rem);
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(1.5rem, 4vw, 3.75rem);
  align-items: stretch;
}

.fb-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.75rem, 1.6vw, 1.35rem);
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.fb-hero-copy h1 {
  margin: 1rem 0 0;
  font-size: clamp(2.45rem, 4.8vw, 4.1rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
}

.fb-hero-subtitle {
  margin: 0.15rem 0 0.35rem;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.fb-hero-note {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.business-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.fb-hero-visual {
  flex: 0 0 clamp(320px, 36vw, 480px);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(4, 17, 27, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
}

.fb-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fb-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: rgba(0, 148, 204, 0.9);
  margin: 0 0 0.4rem;
}

.fb-events {
  background: var(--surface);
}

.fb-events-inner,
.fb-spaces-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  text-align: center;
  align-items: center;
}

.fb-events h2,
.fb-spaces h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 3rem);
  color: var(--main-blue-strong);
}

.fb-section-subtitle {
  margin: 0;
  font-weight: 600;
  color: rgba(7, 61, 88, 0.8);
}

.fb-section-description {
  margin: 0;
  color: rgba(7, 61, 88, 0.75);
  font-size: 1.05rem;
}

.fb-events-list,
.fb-mini-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.65rem;
}

.fb-events-list li,
.fb-mini-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: rgba(7, 61, 88, 0.9);
  font-weight: 600;
}

.fb-section-highlight {
  margin: 0.75rem 0 0;
  font-weight: 600;
  color: var(--main-blue-strong);
}

.fb-events .btn,
.fb-how .btn {
  margin-top: 1.25rem;
  align-self: center;
}


.fb-spaces {
  background: #f2f9ff;
}

.fb-mini-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fb-how {
  background: var(--surface);
}

.fb-how .section-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.fb-how h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(2.1rem, 4vw, 2.8rem);
  color: var(--main-blue-strong);
}

.fb-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 1rem;
}

.fb-step {
  background: #fff;
  border-radius: 22px;
  padding: 1.75rem;
  border: 1px solid rgba(31, 180, 230, 0.18);
  box-shadow: 0 18px 36px rgba(6, 40, 58, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  text-align: left;
}

.fb-step-number {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: var(--main-blue);
  color: var(--text-on-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.fb-step h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--main-blue-strong);
}

.fb-step p {
  margin: 0;
  color: rgba(7, 61, 88, 0.85);
}

.fb-final-cta {
  background: var(--gradient-blue);
  color: var(--text-on-blue);
  text-align: center;
  padding-top: clamp(0.85rem, 1vw, 0.5rem);
  padding-bottom: clamp(0.5rem, 2vw, 0.75rem);
}

.fb-final-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0 clamp(16px, 4vw, 56px);
}

.fb-final-cta h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  white-space: pre-line;
}

.fb-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.fb-final-note {
  margin-top: 0.5rem;
  font-weight: 600;
}

.fb-final-cta-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

@media (max-width: 960px) {
  .fb-hero {
    min-height: unset;
  }

  .fb-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .fb-hero-copy {
    max-width: 600px;
  }

  .fb-hero-visual {
    width: min(420px, 100%);
  }

  .fb-events-inner,
  .fb-spaces-inner,
  .fb-how .section-inner {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .fb-events-inner,
  .fb-spaces-inner,
  .fb-how .section-inner {
    gap: 0.75rem;
  }

  .fb-events .btn,
  .fb-spaces .btn {
    align-self: stretch;
    text-align: center;
  }

  .fb-steps {
    grid-template-columns: 1fr;
  }

  .fb-final-cta-actions {
    flex-direction: column;
  }
}
