
.home_widget_top_column { overflow: hidden; }
.sa-home-hero {
  clear: both;
  max-width: 1170px;
  margin: 10px auto 36px;
  padding: 0 15px;
}
.sa-home-hero__inner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(46, 196, 208, 0.16) 0 42px, transparent 43px),
    radial-gradient(circle at 18% 78%, rgba(244, 162, 97, 0.18) 0 18px, transparent 19px),
    radial-gradient(circle at 92% 12%, rgba(46, 181, 210, 0.14) 0 28px, transparent 29px),
    radial-gradient(circle at 96% 70%, rgba(244, 162, 97, 0.16) 0 14px, transparent 15px),
    linear-gradient(180deg, #f7fbfc 0%, #ffffff 55%);
  border: 1px solid #e4f3f8;
  border-radius: 22px;
  padding: 36px 36px 22px;
  box-shadow: 0 8px 24px rgba(26, 163, 181, 0.08);
}
.sa-home-hero__top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}
.sa-home-hero__kicker {
  margin: 0 0 10px;
  color: #1aa3b5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sa-home-hero__title {
  margin: 0 0 14px;
  color: #1a2b49;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}
.sa-home-hero__title em {
  font-style: normal;
  color: #1aa3b5;
}
.sa-home-hero__lead {
  margin: 0 0 22px;
  max-width: 520px;
  color: #5b6573;
  font-size: 15px;
  line-height: 1.65;
}
.sa-home-hero__feats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}
.sa-home-hero__feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  color: #1a2b49;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
.sa-home-hero__feat-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d8eef2;
  box-shadow: 0 4px 10px rgba(26, 163, 181, 0.08);
}
.sa-home-hero__feat:hover .sa-home-hero__feat-ico {
  border-color: #1aa3b5;
}
.sa-home-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1aa3b5;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(26, 163, 181, 0.28);
}
.sa-home-hero__cta:hover { background: #158a99; }


.sa-home-hero__photo {
  position: relative;
  min-height: 280px;
}
.sa-home-hero__slides {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.85;
  background: #fff;
  overflow: hidden;
  border-radius: 18px;
}
.sa-home-hero__slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity .7s ease;
  display: block;
  max-height: none;
  pointer-events: none;
}
.sa-home-hero__slides img.is-active { opacity: 1; }
.sa-home-hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 2px 8px rgba(26,43,73,.16);
  color: #1aa3b5;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.sa-home-hero__nav--prev { left: 6px; }
.sa-home-hero__nav--next { right: 6px; }
.sa-home-hero__nav:hover { background: #1aa3b5; color: #fff; }
.sa-home-hero__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.sa-home-hero__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c5d8dc;
  cursor: pointer;
}
.sa-home-hero__dots button.is-active { background: #1aa3b5; }

.sa-home-hero__trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
  margin: 26px 0 0;
  padding: 16px 10px;
  background: #fff;
  border: 1px solid #e6eef1;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(26, 43, 73, 0.04);
}
.sa-home-hero__trust li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #3d4a5c;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .sa-home-hero__top { grid-template-columns: 1fr; }
  .sa-home-hero__title { font-size: 26px; }
  .sa-home-hero__photo { order: -1; }
  .sa-home-hero__trust { border-radius: 18px; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .sa-home-hero__inner { padding: 22px 16px 16px; }
  .sa-home-hero__feats { grid-template-columns: 1fr 1fr; }
  .sa-home-hero__trust { grid-template-columns: 1fr; border-radius: 16px; }
  .sa-home-hero__title { font-size: 22px; }
}

@media (min-width: 1200px) {
  .ybc-widget-display-top-column .ybc-widget-item.first { padding-right: 15px; }
  .ybc-widget-display-top-column .ybc-widget-item.last { padding-left: 15px; }
}
.ybc-widget-display-top-column .ybc-widget-title { white-space: normal; }
.ybc-widget-display-top-column .ybc-widget-description,
.ybc-widget-display-top-column .ybc-widget-description p {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}





.sa-stem-brands {
  clear: both;
  max-width: 1170px;
  margin: 0 auto 28px;
  padding: 0 15px;
}
.sa-stem-brands__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #e4f3f8;
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 6px 16px rgba(26, 163, 181, 0.06);
}
.sa-stem-brands__label {
  margin: 0;
  color: #1aa3b5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.sa-stem-brands__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sa-stem-brands__list a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #f3fbfd;
  color: #1a2b49 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid #d8eef2;
}
.sa-stem-brands__list a:hover {
  background: #1aa3b5;
  color: #fff !important;
  border-color: #1aa3b5;
}
@media (max-width: 575px) {
  .sa-stem-brands__inner { border-radius: 16px; }
}

.sa-home-hero__slides a {
  position: absolute;
  inset: 0;
  display: block;
}
.sa-home-hero__slides a img {
  position: absolute;
  inset: 0;
}
