/* ==========================================================================
   Service pages — single-column hero
   ========================================================================== */

.serviceHero--single .serviceHero__grid,
.babyHero .babyHero__grid{
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
}

.serviceHero--single .serviceHero__copy,
.babyHero .babyHero__copy{
  width: 100%;
  max-width: 1080px;

  margin: 0 auto;
  padding: 64px 0;

  text-align: center;
}

.serviceHero--single .hero__title,
.babyHero .hero__title{
  max-width: 1000px;

  margin: 0 auto 24px;

  text-align: center;
}

.serviceHero--single .hero__lead,
.babyHero .hero__lead{
  max-width: 1000px;

  margin: 0 auto 32px;

  text-align: center;
  text-wrap: balance;
}

.serviceHero--single .hero__cta,
.babyHero .hero__cta{
  justify-content: center;

  margin-bottom: 22px;
}

.serviceHero--single .micro{
  max-width: 820px;

  margin: 0 auto;

  justify-content: center;
  text-align: left;
}


/* ==========================================================================
   Baby Complete hero
   ========================================================================== */

.babyHero .eyebrow{
  display: inline-block;

  margin-bottom: 16px;

  color: #63325d;

  font-size: 12px;
  line-height: 1.3;
  font-weight: 900;

  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.babyHero__subtitle{
  margin: -8px auto 24px;

  color: rgba(15,18,34,0.70);

  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.4;
  font-weight: 800;
}

.babyHero__storage{
  width: fit-content;

  margin: 0 auto 30px;
  padding: 14px 22px;

  display: flex;
  align-items: center;
  gap: 12px;

  background: rgba(255,255,255,0.76);

  border: 1px solid rgba(99,50,93,0.14);
  border-radius: 999px;

  box-shadow:
    0 12px 34px rgba(56,32,52,0.08);

  backdrop-filter: blur(12px);
}

.babyHero__storage strong{
  color: #63325d;

  font-size: 1.25rem;
  font-weight: 900;
}

.babyHero__storage span{
  color: rgba(15,18,34,0.68);

  font-size: 0.95rem;
  font-weight: 700;
}


/* ==========================================================================
   Baby Complete — included
   ========================================================================== */

.babyIncluded{
  background: #fff;
}

.babyIncluded .section__head{
  max-width: 760px;

  margin-left: auto;
  margin-right: auto;
}

.babyIncluded__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 20px;
}

.babyIncluded__item{
  min-width: 0;

  padding: 28px 24px;

  background: #f8f5f8;

  border: 1px solid rgba(99,50,93,0.09);
  border-radius: 22px;

  box-shadow:
    0 10px 28px rgba(40,25,38,0.035);
}

.babyIncluded__number{
  width: 42px;
  height: 42px;

  margin-bottom: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #63325d;

  background: #fff;

  border: 1px solid rgba(99,50,93,0.14);
  border-radius: 14px;

  font-size: 12px;
  font-weight: 900;
}

.babyIncluded__item h3{
  margin: 0 0 12px;

  color: #3d3043;

  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 850;
}

.babyIncluded__item p{
  margin: 0;

  color: rgba(15,18,34,0.67);

  font-size: 0.94rem;
  line-height: 1.65;
}


/* ==========================================================================
   Baby Complete — tissue section
   ========================================================================== */

.babyTissue{
  background: #f7f4f7;
}

.babyTissue__inner{
  align-items: center;
}

.babyTissue__copy{
  max-width: 650px;
}

.babyTissue__copy .eyebrow{
  display: inline-block;

  margin-bottom: 12px;

  color: #63325d;

  font-size: 12px;
  font-weight: 900;

  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.babyTissue__copy .sub{
  margin-bottom: 22px;

  color: rgba(15,18,34,0.72);

  font-weight: 650;
}

.babyTissue__copy p{
  margin-bottom: 18px;

  color: rgba(15,18,34,0.68);

  line-height: 1.75;
}

.babyTissue__copy p:last-child{
  margin-bottom: 0;
}

.babyTissue__media{
  min-height: 420px;

  background: #fff;

  border: 1px solid rgba(99,50,93,0.10);
}

.babyTissue__media img{
  width: 100%;
  height: 100%;

  object-fit: cover;
  transform: none;
}

.babyTissue__media::after{
  display: none;
}


/* ==========================================================================
   Baby Complete — price
   ========================================================================== */

.babyPrice{
  background: #fff;
}

.babyPrice .section__head{
  max-width: 760px;

  margin-left: auto;
  margin-right: auto;
}

.babyPrice__card{
  max-width: 980px;

  margin: 0 auto;

  overflow: hidden;

  background: #fff;

  border: 1px solid rgba(99,50,93,0.12);
  border-radius: 30px;

  box-shadow:
    0 24px 70px rgba(45,29,42,0.08);
}

.babyPrice__heading{
  padding: 36px 32px;

  display: flex;
  flex-direction: column;
  align-items: center;

  background:
    linear-gradient(
      180deg,
      #f7f1f6,
      #fbf9fb
    );

  text-align: center;
}

.babyPrice__heading span{
  margin-bottom: 8px;

  color: rgba(15,18,34,0.56);

  font-size: 13px;
  font-weight: 800;

  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.babyPrice__heading strong{
  margin-bottom: 8px;

  color: #63325d;

  font-size: clamp(2.7rem, 5vw, 4.2rem);
  line-height: 1;
  font-weight: 950;

  letter-spacing: -0.05em;
}

.babyPrice__heading small{
  color: rgba(15,18,34,0.62);

  font-size: 0.95rem;
  font-weight: 650;
}

.babyPrice__payments{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.babyPrice__payment{
  padding: 34px 32px;

  text-align: center;
}

.babyPrice__payment + .babyPrice__payment{
  border-left: 1px solid rgba(99,50,93,0.10);
}

.babyPrice__step{
  display: block;

  margin-bottom: 12px;

  color: rgba(15,18,34,0.50);

  font-size: 12px;
  font-weight: 850;

  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.babyPrice__payment strong{
  display: block;

  margin-bottom: 12px;

  color: #3d3043;

  font-size: 2rem;
  line-height: 1.1;
  font-weight: 900;
}

.babyPrice__payment p{
  max-width: 320px;

  margin: 0 auto;

  color: rgba(15,18,34,0.64);

  line-height: 1.6;
}

.babyPrice__note{
  padding: 28px 32px;

  background: #faf8fa;

  border-top: 1px solid rgba(99,50,93,0.08);
}

.babyPrice__note p{
  max-width: 800px;

  margin: 0 auto 12px;

  color: rgba(15,18,34,0.63);

  font-size: 0.92rem;
  line-height: 1.65;

  text-align: center;
}

.babyPrice__note p:last-child{
  margin-bottom: 0;
}


/* ==========================================================================
   Baby Complete — steps
   ========================================================================== */

.babySteps{
  background: #f7f4f7;
}

.babySteps .section__head{
  max-width: 760px;

  margin-left: auto;
  margin-right: auto;
}

.babySteps__list{
  position: relative;

  max-width: 900px;

  margin: 0 auto;
}

.babySteps__list::before{
  content: "";

  position: absolute;

  top: 28px;
  bottom: 28px;
  left: 27px;

  width: 2px;

  background:
    linear-gradient(
      180deg,
      rgba(99,50,93,0.12),
      rgba(99,50,93,0.28),
      rgba(99,50,93,0.12)
    );
}

.babySteps__item{
  position: relative;

  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;

  padding-bottom: 34px;
}

.babySteps__item:last-child{
  padding-bottom: 0;
}

.babySteps__number{
  position: relative;
  z-index: 2;

  width: 56px;
  height: 56px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #63325d;

  background: #fff;

  border: 1px solid rgba(99,50,93,0.16);
  border-radius: 18px;

  box-shadow:
    0 8px 22px rgba(40,25,38,0.06);

  font-size: 13px;
  font-weight: 900;
}

.babySteps__content{
  padding: 4px 0 0;
}

.babySteps__content h3{
  margin: 0 0 10px;

  color: #3d3043;

  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 850;
}

.babySteps__content p{
  margin: 0;

  color: rgba(15,18,34,0.67);

  line-height: 1.7;
}

.babySteps__certificate{
  max-width: 420px;

  margin-top: 22px;

  overflow: hidden;

  background: #fff;

  border: 1px solid rgba(99,50,93,0.10);
  border-radius: 18px;

  box-shadow:
    0 12px 32px rgba(40,25,38,0.05);
}

.babySteps__certificate img{
  display: block;

  width: 100%;
  height: auto;
}


/* ==========================================================================
   Baby Complete — final CTA
   ========================================================================== */

.babyFinal{
  background:
    linear-gradient(
      135deg,
      rgba(99,50,93,0.08),
      rgba(99,50,93,0.03)
    );

  border-top: 1px solid rgba(99,50,93,0.09);
  border-bottom: 1px solid rgba(99,50,93,0.09);
}

.babyFinal .cta__h{
  color: #3d3043;
}

.babyFinal .cta__p{
  max-width: 720px;

  color: rgba(15,18,34,0.65);

  line-height: 1.65;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (min-width: 1100px){

  .serviceHero--single .serviceHero__grid,
  .babyHero .babyHero__grid{
    grid-template-columns: none;
  }
}


@media (max-width: 980px){

  .babyIncluded__grid{
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .babyPrice__card{
    max-width: 760px;
  }
}


@media (max-width: 760px){

  .serviceHero--single .serviceHero__copy,
  .babyHero .babyHero__copy{
    padding: 46px 0;
  }

  .serviceHero--single .hero__title,
  .babyHero .hero__title{
    font-size: 2.15rem;
  }

  .serviceHero--single .hero__lead,
  .babyHero .hero__lead{
    max-width: 100%;

    font-size: 1rem;
    line-height: 1.7;

    text-wrap: pretty;
  }

  .serviceHero--single .hero__cta,
  .babyHero .hero__cta{
    flex-direction: column;
    align-items: center;
  }

  .serviceHero--single .hero__cta .btn,
  .babyHero .hero__cta .btn{
    width: 100%;
    max-width: 360px;
  }

  .serviceHero--single .micro{
    align-items: flex-start;

    text-align: left;
  }

  .babyHero__storage{
    padding: 12px 18px;
  }

  .babyTissue__media{
    min-height: 320px;
  }

  .babyPrice__payments{
    grid-template-columns: 1fr;
  }

  .babyPrice__payment + .babyPrice__payment{
    border-left: 0;
    border-top: 1px solid rgba(99,50,93,0.10);
  }

  .babyPrice__heading{
    padding: 30px 24px;
  }

  .babyPrice__payment{
    padding: 28px 24px;
  }

  .babyPrice__note{
    padding: 24px;
  }
}


@media (max-width: 620px){

  .babyIncluded__grid{
    grid-template-columns: 1fr;
  }

  .babyIncluded__item{
    padding: 24px 20px;
  }

  .babySteps__item{
    grid-template-columns: 48px 1fr;
    gap: 18px;

    padding-bottom: 30px;
  }

  .babySteps__list::before{
    left: 23px;
  }

  .babySteps__number{
    width: 48px;
    height: 48px;

    border-radius: 15px;
  }

  .babySteps__content h3{
    font-size: 1.05rem;
  }
}


@media (max-width: 480px){

  .babyHero__storage{
    width: 100%;
    max-width: 320px;

    flex-direction: column;
    gap: 3px;

    border-radius: 20px;
  }

  .babyHero__storage strong{
    font-size: 1.4rem;
  }

  .babyTissue__media{
    min-height: 260px;
  }

  .babyPrice__card{
    border-radius: 24px;
  }

  .babyPrice__heading strong{
    font-size: 2.8rem;
  }

  .babySteps__item{
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .babySteps__list::before{
    left: 21px;
  }

  .babySteps__number{
    width: 44px;
    height: 44px;
  }
}