.b2b-page .b2b-hero {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.b2b-page .b2b-hero img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.b2b-page .b2b-intro,
.b2b-page .b2b-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.25rem;
}

.b2b-page .b2b-intro p,
.b2b-page .b2b-section p,
.b2b-page .b2b-section li {
  font-size: 1.08rem;
  line-height: 1.65;
}

.b2b-page .b2b-lead {
  font-size: 1.25rem !important;
  text-align: center !important;
}

.b2b-page .b2b-facts,
.b2b-page .b2b-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1000px;
  margin: 1.5rem auto;
}

.b2b-page .b2b-card {
  padding: 1.25rem;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.b2b-page .b2b-card h2,
.b2b-page .b2b-card h3 {
  margin-top: .25rem;
  text-align: center;
}

.b2b-page .b2b-card p {
  text-align: center !important;
}

.b2b-page .b2b-fact {
  padding: 1rem;
  text-align: center;
  background: #f7f7f7;
  border-radius: 8px;
}

.b2b-page .b2b-fact strong {
  display: block;
  color: #111;
  font-size: 1.35rem;
}

.b2b-page .b2b-cta {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem 1.25rem;
  text-align: center;
  background: #f7f7f7;
  border-radius: 12px;
}

.b2b-page .b2b-cta p {
  text-align: center !important;
}

.b2b-page .b2b-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem 1.25rem;
  padding: 0;
  list-style: none;
}

.b2b-page .b2b-links a {
  color: #222;
  font-weight: 600;
}

.b2b-page .b2b-faq h3 {
  margin-top: 1.75rem;
}

.b2b-page .b2b-offer {
  text-align: center;
}

.b2b-page .b2b-offer-image {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 1.5rem auto 0;
}

@media (max-width: 768px) {
  .b2b-page .b2b-facts,
  .b2b-page .b2b-cards {
    grid-template-columns: 1fr;
  }

  .b2b-page .b2b-intro,
  .b2b-page .b2b-section {
    padding: 1.5rem 1rem;
  }

  .b2b-page .b2b-section h3,
  .b2b-page .b2b-faq h3 {
    text-align: center;
  }

  .b2b-page .b2b-section p,
  .b2b-page .b2b-section li {
    text-align: left !important;
  }
}
