/* =====================================================
   HOME – INCUBATOR SECTION
===================================================== */

.incubator-section{
  background: #f4f6f8;
  padding: 64px 0;
}

.incubator-head{
  max-width: 860px;
  margin: 0 auto 28px;
  overflow: visible;
}

.incubator-title{
  font-weight: 800;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  color: #212121;
  margin-bottom: 10px;
  text-align: center;
}

.incubator-title-wrap{
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: visible;
}

.dotted-title{
  font-style: italic;
  letter-spacing: .3px;
  margin: 0;
  line-height: 1.1;
  position: relative;
  display: inline-block;
}

/* dots */
.incubator-title.dotted-title{
  position: relative;
}

.incubator-title.dotted-title::before,
.incubator-title.dotted-title::after{
  content: "\2022\00A0\2022\00A0\2022";
  display: block;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 10px;
  color: rgba(34, 70, 108, 0.648);
  line-height: 1;
  pointer-events: none;
  opacity: inherit;
  transform: inherit;
  transition: inherit;
}

.incubator-title.dotted-title::before{ margin-bottom: 14px; }
.incubator-title.dotted-title::after{ margin-top: 14px; }

@media (max-width: 768px){
  .incubator-title.dotted-title::before{ margin-bottom: 10px; }
  .incubator-title.dotted-title::after{ margin-top: 10px; }
}

.incubator-subtitle{
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
}

.incubator-cards{ margin-top: 22px; }

.incubator-cards .col-12{
  display: flex;
}

.incubator-card{
  position: relative;
  border-radius: 16px;
  padding: 36px 26px 28px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  min-height: 240px;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.incubator-card::before,
.incubator-card::after{
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}
.incubator-card::before{ top: -55px; left: -55px; }
.incubator-card::after{ top: -55px; right: -55px; }

.incubator-number{
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #212529;
}

.incubator-card-foot{
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #6c757d;
}

.stat-number{
  font-weight: 900;
  font-size: 56px;
}
