.sf-home-hero-block-editor {
  position: relative;
  margin: 0 0 16px;
  padding: 48px 36px 40px;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(158deg, #0a1f44 0%, #0d3060 48%, #1a5fa8 100%);
  color: #fff;
  max-width: none !important;
}

.sf-home-hero-block-editor__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.sf-home-hero-block-editor__title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.sf-home-hero-block-editor__title-main {
  color: #fff;
}

.sf-home-hero-block-editor__title-accent {
  display: inline-block;
  color: #4db8e8;
  text-transform: uppercase;
}

.sf-home-hero-block-editor__lead {
  margin: 20px 0 0;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.sf-home-hero-block-editor__actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.sf-home-hero-block-editor__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 22px;
  border-radius: 5px;
  background: #ff6b2b;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(255, 107, 43, 0.4);
}

.sf-home-hero-block-editor__link {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
}

.sf-home-hero-block-editor__url-hint {
  margin: 10px 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.sf-home-hero-block-editor__stats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 28px 40px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sf-home-hero-block-editor__stat {
  margin: 0;
  max-width: 240px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

.sf-home-hero-block-editor__stat strong {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: #4db8e8;
}

.sf-home-hero-block-editor__inspector-stat {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.sf-home-hero-block-editor__inspector-stat:last-of-type {
  border-bottom: 0;
}

.wp-block-swim-family-home-hero {
  max-width: none !important;
  width: 100% !important;
}

.sf-home-content .wp-block-swim-family-home-hero,
.sf-home-content .wp-block-swim-family-home-hero .sf-home-section,
.sf-home-content .wp-block-swim-family-home-hero .sf-hero,
.sf-home-content .wp-block-swim-family-home-hero .sf-mhero {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
