.service-page {
  --service-header-height: 117px;
  --service-green: #25d366;
  --service-text: #ffffff;
  padding-top: var(--service-header-height);
  overflow: clip;
  background: #ffffff;
}

.service-page *,
.service-page *::before,
.service-page *::after {
  box-sizing: border-box;
}

.service-hero {
  --service-hero-image: none;
  --service-hero-image-mobile: var(--service-hero-image);
  position: relative;
  min-height: clamp(620px, calc(100svh - var(--service-header-height)), 760px);
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--service-text);
  background-color: #1d1c21;
  background-image: var(--service-hero-image);
  background-position: center 42%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-hero__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.34) 100%),
    rgba(0, 0, 0, 0.34);
}

.service-hero__container {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  padding: 74px 0 138px;
}

.service-hero__content {
  width: min(100%, 690px);
  margin-inline: auto;
}

.service-hero__title {
  max-width: 650px;
  margin: 0 0 34px;
  color: #ffffff;
  font-size: clamp(44px, 4vw, 68px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
}

.service-hero__text {
  max-width: 690px;
  margin-bottom: 54px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
  text-align: center;
}

.service-hero__text p {
  margin: 0;
}

.service-hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  min-height: 58px;
  margin: 0 auto 18px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--service-green);
  color: #101010;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, background-color 180ms ease;
}

.service-hero__button:hover,
.service-hero__button:focus-visible {
  background: #20bd5a;
  color: #101010;
  transform: translateY(-2px);
}

.service-hero__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.service-hero__button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: currentColor;
}

.service-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-hero__stat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-hero__stat:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 22px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.42);
}

.service-hero__stat img {
  display: block;
  width: auto;
  height: 70px;
  object-fit: contain;
}

.service-hero__wave {
  position: absolute;
  z-index: 2;
  right: -2px;
  bottom: -1px;
  left: -2px;
  height: clamp(72px, 8vw, 118px);
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  pointer-events: none;
  backface-visibility: hidden;
}

.service-hero__wave svg {
  display: block;
  height: 100%;
  width: auto;
  min-width: 100%;
  flex: 0 0 auto;
  margin-left: -1px;
  fill: #ffffff;
  animation: service-hero-wave 10s linear infinite alternate;
  will-change: transform;
}

@keyframes service-hero-wave {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.service-about {
  position: relative;
  min-height: 672px;
  display: flex;
  align-items: center;
  background: #ffffff;
  color: #1d1c21;
}

.service-about__container {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
  padding: 96px 0 108px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
  align-items: center;
  gap: clamp(64px, 7vw, 120px);
}

.service-about__copy {
  max-width: 570px;
}

.service-about__title {
  max-width: 540px;
  margin: 0 0 38px;
  color: #1d1c21;
  font-size: clamp(42px, 3.35vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.service-about__text {
  max-width: 570px;
  color: #1d1c21;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.48;
}

.service-about__text p {
  margin: 0;
}

.service-about__text p + p {
  margin-top: 24px;
}

.service-about__visual {
  --service-portrait-height: clamp(260px, 23.08vw, 373px);
  position: relative;
  width: min(100%, 706px);
  height: 410px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.service-about__portrait {
  position: relative;
  width: auto;
  height: var(--service-portrait-height);
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.service-about__portrait--pink {
  aspect-ratio: 311 / 373;
}

.service-about__portrait--blue {
  aspect-ratio: 1;
}

/* .service-about__portrait::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 20px 0 0;
} */

/* .service-about__portrait--pink::before {
  background: #ef77ae;
  border-radius: 57% 43% 52% 48% / 45% 55% 45% 55%;
  transform: rotate(-8deg);
}

.service-about__portrait--blue::before {
  background: #4f96d2;
  border-radius: 50%;
} */

.service-about__portrait img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.service-about__portrait--pink img {
  object-fit: contain;
}

.service-about__spark {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 40px;
  fill: #ffde2e;
  pointer-events: none;
}

.service-about__spark--left {
  top: 50px;
  left: 3px;
}

.service-about__spark--right {
  top: 145px;
  right: 0;
  width: 34px;
  height: 34px;
}

.service-process {
  --service-process-image: none;
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  color: #ffffff;
  background-color: #8f80b5;
  background-image:
    linear-gradient(90deg, rgba(237, 108, 164, 0.62) 0%, rgba(79, 139, 197, 0.62) 100%),
    var(--service-process-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-process__container {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
  padding: 142px 0 136px;
}

.service-process__title {
  margin: 0 0 34px;
  color: #ffffff;
  font-size: clamp(42px, 3.35vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
}

.service-process__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 30px;
}

.service-process__card {
  position: relative;
  min-width: 0;
  padding: 20px 20px 28px;
  border-radius: 28px;
  background: #ffffff;
  color: #1d1c21;
  box-shadow: 0 14px 34px rgba(29, 28, 33, 0.16);
}

.service-process__number {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 55px;
  display: flex;
  align-items: center;
  color: #4f8bc5;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.service-process__card:nth-child(2) .service-process__number {
  color: #ed6ca4;
}

.service-process__image {
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 16px;
}

.service-process__image.is-empty {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #fafafa, #eeeeee);
}

.service-process__image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-process__card-title {
  margin: 0 0 15px;
  color: #101010;
  font-size: clamp(22px, 1.55vw, 27px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
}

.service-process__card-text {
  margin: 0;
  color: #1d1c21;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.52;
  text-align: center;
}

.service-process__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: max-content;
  min-height: 56px;
  margin: 42px auto 0;
  padding: 13px 27px;
  border-radius: 999px;
  background: var(--service-green);
  color: #101010;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(29, 28, 33, 0.16);
  transition: transform 180ms ease, background-color 180ms ease;
}

.service-process__button:hover,
.service-process__button:focus-visible {
  background: #20bd5a;
  color: #101010;
  transform: translateY(-2px);
}

.service-process__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.service-process__button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: currentColor;
}

.service-process__wave {
  position: absolute;
  z-index: 3;
  right: -2px;
  left: -2px;
  height: clamp(72px, 8vw, 118px);
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  pointer-events: none;
  backface-visibility: hidden;
}

.service-process__wave--top {
  top: -1px;
  transform: rotate(180deg);
}

.service-process__wave--bottom {
  bottom: -1px;
}

.service-process__wave svg {
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
  flex: 0 0 auto;
  margin-left: -1px;
  fill: #ffffff;
  animation: service-process-wave 10s linear infinite alternate;
  will-change: transform;
}

@keyframes service-process-wave {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.service-options {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #1d1c21;
}

.service-options__container {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
  padding: 94px 0;
}

.service-options__title {
  margin: 0 0 56px;
  color: #1d1c21;
  font-size: clamp(42px, 3.35vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
}

.service-options__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 48px 34px;
}

.service-options__item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-options__image {
  width: min(100%, 235px);
  aspect-ratio: 1;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-options__image img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  flex: 0 0 auto;
}

.service-options__item-text {
  max-width: 265px;
  margin: 0 auto;
  color: #1d1c21;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
}

.service-options__cta {
  min-height: 100%;
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  background: #f8f8f8;
  color: #1d1c21;
}

.service-options__cta-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.service-options__cta-text p {
  margin: 0;
}

.service-options__cta-text p + p {
  margin-top: 20px;
}

.service-options__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  min-height: 50px;
  margin: 24px auto 0;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--service-green);
  color: #101010;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.service-options__button:hover,
.service-options__button:focus-visible {
  background: #20bd5a;
  color: #101010;
  transform: translateY(-2px);
}

.service-options__button:focus-visible {
  outline: 3px solid #1d1c21;
  outline-offset: 4px;
}

.service-options__button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: currentColor;
}

.service-surprise {
  --service-surprise-image: none;
  position: relative;
  isolation: isolate;
  min-height: 690px;
  overflow: hidden;
  color: #ffffff;
  background-color: #9c7db1;
  background-image:
    linear-gradient(90deg, rgba(79, 139, 197, 0.62) 0%, rgba(237, 108, 164, 0.62) 100%),
    var(--service-surprise-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-surprise__container {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1280px);
  min-height: 690px;
  margin-inline: auto;
  padding: 140px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 84px);
}

.service-surprise__copy {
  max-width: 560px;
}

.service-surprise__title {
  max-width: 520px;
  margin: 0 0 58px;
  color: #ffffff;
  font-size: clamp(42px, 3.35vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.service-surprise__text {
  max-width: 560px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.48;
}

.service-surprise__text p {
  margin: 0;
}

.service-surprise__text p + p {
  margin-top: 26px;
}

.service-surprise__visual {
  position: relative;
  align-self: end;
  width: min(100%, 660px);
  height: 520px;
  margin-inline: auto;
}

.service-surprise__people {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.service-surprise__label {
  position: absolute;
  z-index: 1;
  display: block;
  color: #ffdf2e;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
}

.service-surprise__label--question {
  top: 64px;
  left: 11%;
  font-size: clamp(92px, 8vw, 132px);
  transform: rotate(-10deg);
}

.service-surprise__label--boy {
  top: 252px;
  right: 32%;
  font-size: clamp(38px, 3vw, 54px);
  transform: rotate(-7deg);
}

.service-surprise__label--girl {
  bottom: 70px;
  left: 35%;
  font-size: clamp(38px, 3vw, 54px);
  transform: rotate(8deg);
}

.service-surprise__wave {
  position: absolute;
  z-index: 3;
  right: -2px;
  left: -2px;
  height: clamp(72px, 8vw, 118px);
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  pointer-events: none;
  backface-visibility: hidden;
}

.service-surprise__wave--top {
  top: -1px;
  transform: rotate(180deg);
}

.service-surprise__wave--bottom {
  bottom: -1px;
  height: clamp(42px, 4.8vw, 72px);
}

.service-process__wave--bottom::after,
.service-surprise__wave--bottom::after,
.service-reviews__wave--bottom::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  background: #ffffff;
}

.service-surprise__wave svg {
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
  flex: 0 0 auto;
  margin-left: -1px;
  fill: #ffffff;
  animation: service-process-wave 10s linear infinite alternate;
  will-change: transform;
}

.service-surprise__wave--bottom svg {
  min-width: calc(100% + 8px);
  margin-left: -6px;
}

@media (min-width: 901px) {
  body.translatepress-nl_NL .service-surprise,
  body.translatepress-nl_NL .service-surprise__container {
    min-height: 790px;
  }

  body.translatepress-nl_NL .service-surprise__container {
    width: min(100% - 24px, 1440px);
    padding-top: 126px;
    grid-template-columns: minmax(0, 1fr) minmax(500px, 1.2fr);
    gap: 30px;
  }

  body.translatepress-nl_NL .service-surprise__copy {
    width: 100%;
    max-width: 620px;
    padding-bottom: 92px;
  }

  body.translatepress-nl_NL .service-surprise__title,
  body.translatepress-nl_NL .service-surprise__text {
    max-width: 620px;
  }

  body.translatepress-nl_NL .service-surprise__visual {
    width: min(112%, 760px);
    height: 610px;
  }

  body.translatepress-nl_NL .service-surprise__people {
    transform: translateY(18px) scale(1.1);
    transform-origin: center bottom;
  }

  body.translatepress-nl_NL .service-surprise__label--boy {
    top: 293px;
    right: 26%;
    font-size: clamp(28px, 2.35vw, 42px);
    transform: rotate(335deg);
  }

  body.translatepress-nl_NL .service-surprise__label--girl {
    font-size: clamp(28px, 2.35vw, 42px);
  }
}

.service-locations {
  position: relative;
  background: #ffffff;
  color: #1d1c21;
}

.service-locations__container {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
  padding: 94px 0 100px;
}

.service-locations__title {
  margin: 0 0 58px;
  color: #1d1c21;
  font-size: clamp(42px, 3.35vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
}

.service-locations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 34px;
}

.service-locations__item {
  min-width: 0;
  text-align: center;
}

.service-locations__image {
  aspect-ratio: 1.55 / 1;
  margin-bottom: 26px;
  overflow: hidden;
  border-radius: 22px;
}

.service-locations__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-locations__item-title {
  margin: 0 0 15px;
  color: #101010;
  font-size: clamp(22px, 1.55vw, 27px);
  font-weight: 900;
  line-height: 1.15;
  text-wrap: balance;
}

.service-locations__item-text {
  max-width: 380px;
  margin: 0 auto;
  color: #1d1c21;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.48;
}

.service-gallery {
  background: #ffffff;
}

.service-gallery__container {
  width: min(100% - 48px, 1080px);
  margin-inline: auto;
  padding: 76px 0 96px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.service-gallery__item {
  aspect-ratio: 1.55 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #f3f3f3;
}

.service-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-reviews {
  --service-reviews-image: none;
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  color: #ffffff;
  background-color: #9982b5;
  background-image:
    linear-gradient(90deg, rgba(237, 108, 164, 0.62) 0%, rgba(79, 139, 197, 0.62) 100%),
    var(--service-reviews-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-reviews__container {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1344px);
  margin-inline: auto;
  padding: 126px 0 132px;
}

.service-reviews__title {
  margin: 0 0 42px;
  color: #ffffff;
  font-size: clamp(42px, 3.35vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-align: center;
}

.service-reviews__slider {
  position: relative;
  padding: 0 72px;
}

.service-reviews .s-insta {
  padding: 0 !important;
  overflow: visible;
  background: transparent !important;
  background-image: none !important;
}

.service-reviews .s-insta > .container,
.service-reviews .s-insta .sec-title {
  display: none !important;
}

.service-reviews .review-slider-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.service-reviews .insta-desktop-nav {
  display: none !important;
}

.service-reviews .insta-stage__img,
.service-reviews .insta-stage__img a,
.service-reviews .insta-stage__img img {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.service-reviews .insta-stage__img {
  padding: 0 !important;
  background: transparent !important;
}

.service-reviews__stage {
  position: relative;
  width: 100%;
  height: 480px !important;
  margin: 0 !important;
  padding: 10px 0 30px;
  display: flex !important;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.service-reviews__stage::-webkit-scrollbar {
  display: none;
}

.service-reviews .service-reviews__stage .insta-stage__img {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: calc((100% - 72px) / 4) !important;
  height: 420px !important;
  flex: 0 0 calc((100% - 72px) / 4);
  margin: 0 !important;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none !important;
  scroll-snap-align: start;
}

.service-reviews .service-reviews__stage .insta-stage__img a {
  display: block;
  width: 100%;
  height: 100%;
}

.service-reviews .service-reviews__stage .insta-stage__img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  border-radius: 20px;
  box-shadow: none;
  object-fit: contain;
  transform: none !important;
}

.service-reviews__nav {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 52px;
  height: 52px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #1d1c21;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, background-color 180ms ease;
}

.service-reviews__nav,
.service-reviews .flickity-prev-next-button {
  display: none !important;
}

.service-reviews__nav:hover,
.service-reviews__nav:focus-visible {
  background: #f2f2f2;
  transform: translateY(-50%) scale(1.06);
}

.service-reviews__nav:focus-visible {
  outline: 3px solid #1d1c21;
  outline-offset: 3px;
}

.service-reviews__nav--prev {
  left: 4px;
}

.service-reviews__nav--next {
  right: 4px;
}

.service-reviews__wave {
  position: absolute;
  z-index: 3;
  right: -2px;
  left: -2px;
  height: clamp(62px, 6.5vw, 96px);
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  pointer-events: none;
  backface-visibility: hidden;
}

.service-reviews__wave--top {
  top: -1px;
  transform: rotate(180deg);
}

.service-reviews__wave--bottom {
  bottom: -1px;
}

.service-reviews__wave svg {
  display: block;
  width: auto;
  min-width: calc(100% + 8px);
  height: 100%;
  flex: 0 0 auto;
  margin-left: -6px;
  fill: #ffffff;
  animation: service-process-wave 10s linear infinite alternate;
  will-change: transform;
}

.service-faq {
  background: #ffffff;
  color: #1d1c21;
}

.service-faq__container {
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
  padding: 104px 0 116px;
}

.service-faq__title {
  max-width: 780px;
  margin: 0 auto 58px;
  color: #1d1c21;
  font-size: clamp(42px, 3.35vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
}

.service-faq__list {
  display: grid;
  gap: 8px;
}

.service-faq__item {
  border-radius: 18px;
  background: transparent;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.service-faq__item.is-open {
  margin-block: 4px 10px;
  background: #ffffff;
  box-shadow: 0 10px 34px rgba(29, 28, 33, 0.14);
}

.service-faq__question {
  width: 100%;
  min-height: 68px;
  padding: 19px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: #1d1c21;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.service-faq__item.is-open .service-faq__question {
  padding-bottom: 8px;
  font-weight: 800;
}

.service-faq__question:focus-visible {
  outline: 3px solid #4f8bc5;
  outline-offset: 3px;
}

.service-faq__question svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.service-faq__item.is-open .service-faq__question svg {
  transform: rotate(180deg);
}

.service-faq__answer {
  padding: 0 76px 24px 24px;
}

.service-faq__answer p {
  margin: 0;
  color: #1d1c21;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.52;
}

.service-final-cta {
  --service-final-cta-image: none;
  position: relative;
  isolation: isolate;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #9982b5;
  background-image:
    linear-gradient(90deg, rgba(79, 139, 197, 0.62) 0%, rgba(237, 108, 164, 0.62) 100%),
    var(--service-final-cta-image);
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-final-cta__container {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1040px);
  margin-inline: auto;
  padding: 132px 0 96px;
  text-align: center;
}

.service-final-cta__title {
  max-width: 980px;
  margin: 0 auto 42px;
  color: #ffffff;
  font-size: clamp(42px, 3.35vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
}

.service-final-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: max-content;
  min-height: 56px;
  margin-inline: auto;
  padding: 13px 28px;
  border-radius: 999px;
  background: var(--service-green);
  color: #101010;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(29, 28, 33, 0.18);
  transition: transform 180ms ease, background-color 180ms ease;
}

.service-final-cta__button:hover,
.service-final-cta__button:focus-visible {
  background: #20bd5a;
  color: #101010;
  transform: translateY(-2px);
}

.service-final-cta__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.service-final-cta__button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: currentColor;
}

.service-final-cta__wave {
  position: absolute;
  z-index: 3;
  top: -1px;
  right: -2px;
  left: -2px;
  height: clamp(62px, 6.5vw, 96px);
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  pointer-events: none;
  transform: rotate(180deg);
  backface-visibility: hidden;
}

.service-final-cta__wave svg {
  display: block;
  width: auto;
  min-width: calc(100% + 8px);
  height: 100%;
  flex: 0 0 auto;
  margin-left: -6px;
  fill: #ffffff;
  animation: service-process-wave 10s linear infinite alternate;
  will-change: transform;
}

.service-page__sections {
  position: relative;
  background: #ffffff;
}

@media (max-width: 1024px) {
  .service-hero__container {
    padding-top: 64px;
  }

  .service-hero__title {
    font-size: clamp(42px, 6vw, 60px);
  }

  .service-about__container {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
    gap: 40px;
  }

  .service-about__visual {
    --service-portrait-height: 205px;
    height: 360px;
  }

  .service-about__portrait {
    width: auto;
    height: var(--service-portrait-height);
    flex-basis: auto;
  }

  .service-process__container {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .service-process__cards {
    gap: 18px;
  }

  .service-process__card {
    padding: 16px 16px 24px;
  }

  .service-process__number {
    top: 28px;
    left: 43px;
    font-size: 38px;
  }

  .service-process__card-text {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .service-process {
    min-height: 0;
  }

  .service-process__container {
    width: min(100% - 40px, 620px);
    padding: 120px 0 116px;
  }

  .service-process__cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .service-process__card {
    padding: 18px 18px 27px;
  }

  .service-process__number {
    top: 30px;
    left: 44px;
  }

  .service-process__card-title {
    font-size: 23px;
  }

  .service-process__card-text {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .service-page {
    --service-header-height: 104px;
  }

  .service-hero {
    min-height: 620px;
    align-items: center;
    background-image: var(--service-hero-image-mobile);
    background-position: center center;
  }

  .service-hero__overlay {
    background: rgba(0, 0, 0, 0.5);
  }

  .service-hero__container {
    width: min(100% - 32px, 620px);
    padding: 58px 0 116px;
  }

  .service-hero__content {
    width: 100%;
  }

  .service-hero__title,
  .service-hero__text {
    text-align: center;
  }

  .service-hero__title {
    margin-bottom: 22px;
    font-size: clamp(34px, 8.8vw, 48px);
    line-height: 1.06;
  }

  .service-hero__text {
    max-width: 580px;
    margin-inline: auto;
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 1.4;
  }

  .service-hero__button {
    min-height: 54px;
    margin-bottom: 22px;
    padding: 13px 25px;
    font-size: 15px;
  }

  .service-hero__stats {
    width: 100%;
    gap: 4px;
  }

  .service-hero__stat:not(:last-child)::after {
    margin-left: 4px;
  }

  .service-hero__stat img {
    max-width: 100%;
    height: auto;
  }

  .service-about {
    min-height: 0;
  }

  .service-about__container {
    width: min(100% - 32px, 620px);
    padding: 72px 0 76px;
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }

  .service-about__copy {
    max-width: 620px;
  }

  .service-about__title {
    max-width: 560px;
    margin-bottom: 28px;
    font-size: clamp(34px, 8vw, 46px);
  }

  .service-about__text {
    max-width: 620px;
    font-size: 15px;
  }

  .service-about__visual {
    --service-portrait-height: min(43vw, 220px);
    width: min(100%, 520px);
    height: 330px;
    gap: 12px;
  }

  .service-about__portrait {
    width: auto;
    height: var(--service-portrait-height);
    flex-basis: auto;
  }

  .service-about__spark--left {
    left: 2%;
  }

  .service-about__spark--right {
    right: 2%;
  }

  .service-process {
    min-height: 0;
  }

  .service-process__container {
    width: min(100% - 32px, 620px);
    padding: 116px 0 112px;
  }

  .service-process__title {
    margin-bottom: 30px;
    font-size: clamp(34px, 8vw, 46px);
  }

  .service-process__cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .service-process__card {
    padding: 18px 18px 27px;
  }

  .service-process__number {
    top: 30px;
    left: 42px;
    font-size: 38px;
  }

  .service-process__card-title {
    font-size: 23px;
  }

  .service-process__card-text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .service-hero {
    min-height: 590px;
  }

  .service-hero__container {
    padding-top: 42px;
    padding-bottom: 94px;
  }

  .service-hero__title {
    margin-bottom: 18px;
    font-size: clamp(30px, 9vw, 38px);
  }

  .service-hero__text {
    margin-bottom: 26px;
    font-size: 14px;
  }

  .service-hero__button {
    min-height: 50px;
    margin-bottom: 16px;
    padding: 12px 22px;
    font-size: 14px;
  }

  .service-hero__stat:not(:last-child)::after {
    height: 18px;
  }

  .service-about__container {
    padding: 58px 0 60px;
    gap: 34px;
  }

  .service-about__title {
    margin-bottom: 22px;
    font-size: clamp(31px, 9vw, 38px);
  }

  .service-about__text {
    font-size: 14px;
  }

  .service-about__text p + p {
    margin-top: 18px;
  }

  .service-about__visual {
    --service-portrait-height: min(44vw, 172px);
    height: 245px;
    gap: 8px;
  }

  .service-about__portrait {
    width: auto;
    height: var(--service-portrait-height);
    flex-basis: auto;
  }

  /* .service-about__portrait::before {
    inset: 12px 0 0;
  } */

  .service-about__spark {
    width: 28px;
    height: 28px;
  }

  .service-about__spark--left {
    top: 25px;
  }

  .service-about__spark--right {
    top: 88px;
    width: 24px;
    height: 24px;
  }

  .service-process__container {
    padding: 94px 0 92px;
  }

  .service-process__title {
    margin-bottom: 24px;
    font-size: clamp(31px, 9vw, 38px);
  }

  .service-process__card {
    padding: 15px 15px 24px;
    border-radius: 22px;
  }

  .service-process__number {
    top: 25px;
    left: 32px;
    font-size: 34px;
  }

  .service-process__image {
    margin-bottom: 16px;
    border-radius: 13px;
  }

  .service-process__card-title {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .service-process__card-text {
    font-size: 14px;
  }

  .service-process__button {
    min-height: 50px;
    margin-top: 32px;
    padding: 12px 22px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .service-options__grid {
    gap: 42px 24px;
  }

  .service-options__image {
    width: min(100%, 210px);
  }

  .service-options__item-text,
  .service-options__cta-text {
    font-size: 14px;
  }

  .service-options__cta {
    padding: 24px 20px;
  }

  .service-surprise,
  .service-surprise__container {
    min-height: 620px;
  }

  .service-surprise__container {
    grid-template-columns: minmax(0, 0.85fr) minmax(430px, 1.15fr);
    gap: 28px;
  }

  .service-surprise__title {
    margin-bottom: 40px;
  }

  .service-surprise__visual {
    height: 460px;
  }

  .service-surprise__label--question {
    top: 62px;
    left: 9%;
  }

  .service-surprise__label--boy {
    top: 190px;
    right: 10%;
  }

  .service-locations__grid {
    gap: 22px;
  }

  .service-locations__image {
    margin-bottom: 22px;
  }

  .service-locations__item-text {
    font-size: 14px;
  }

  .service-reviews__container {
    padding-top: 114px;
    padding-bottom: 118px;
  }

  .service-reviews__slider {
    padding-inline: 62px;
  }
}

@media (max-width: 900px) {
  .service-options__container {
    width: min(100% - 40px, 720px);
    padding: 82px 0;
  }

  .service-options__title {
    margin-bottom: 44px;
  }

  .service-options__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 28px;
  }

  .service-options__cta {
    min-height: 300px;
  }

  .service-surprise,
  .service-surprise__container {
    min-height: 0;
  }

  .service-surprise__container {
    width: min(100% - 40px, 720px);
    padding: 122px 0 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .service-surprise__copy {
    max-width: 650px;
    margin-inline: auto;
    text-align: center;
  }

  .service-surprise__title,
  .service-surprise__text {
    max-width: 650px;
  }

  .service-surprise__title {
    margin-bottom: 30px;
  }

  .service-surprise__visual {
    width: min(100%, 620px);
    height: min(74vw, 500px);
  }

  .service-locations__container {
    width: min(100% - 40px, 720px);
    padding: 82px 0 88px;
  }

  .service-locations__title {
    margin-bottom: 44px;
  }

  .service-locations__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .service-locations__item {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .service-locations__image {
    margin-bottom: 20px;
  }

  .service-gallery__container {
    width: min(100% - 40px, 720px);
    padding: 64px 0 82px;
    gap: 20px;
  }

  .service-reviews .service-reviews__stage .insta-stage__img {
    width: calc((100% - 24px) / 2) !important;
    flex-basis: calc((100% - 24px) / 2);
  }

  .service-faq__container {
    width: min(100% - 40px, 720px);
    padding: 86px 0 94px;
  }

  .service-faq__title {
    margin-bottom: 46px;
  }

  .service-final-cta {
    min-height: 540px;
  }

  .service-final-cta__container {
    width: min(100% - 40px, 760px);
    padding: 114px 0 84px;
  }
}

@media (max-width: 600px) {
  .service-options__container {
    width: min(100% - 32px, 520px);
    padding: 68px 0;
  }

  .service-options__title {
    margin-bottom: 34px;
    font-size: clamp(31px, 9vw, 40px);
  }

  .service-options__grid {
    gap: 34px 16px;
  }

  .service-options__image {
    width: clamp(132px, 38vw, 170px);
    max-width: 100%;
    margin-bottom: 14px;
  }

  .service-options__image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .service-options__item-text {
    font-size: 13px;
  }

  .service-options__cta {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 24px;
  }

  .service-surprise__container {
    width: min(100% - 32px, 520px);
    padding-top: 96px;
    gap: 28px;
  }

  .service-surprise__title {
    margin-bottom: 24px;
    font-size: clamp(31px, 9vw, 40px);
  }

  .service-surprise__text {
    font-size: 14px;
  }

  .service-surprise__text p + p {
    margin-top: 18px;
  }

  .service-surprise__visual {
    width: min(100%, 500px);
    height: min(86vw, 430px);
  }

  .service-surprise__label--question {
    top: 13%;
    left: 8%;
    font-size: clamp(72px, 22vw, 106px);
  }

  .service-surprise__label--boy {
    top: 42%;
    right: 7%;
    font-size: clamp(30px, 9vw, 43px);
  }

  .service-surprise__label--girl {
    bottom: 14%;
    left: 35%;
    font-size: clamp(30px, 9vw, 43px);
  }

  .service-locations__container {
    width: min(100% - 32px, 520px);
    padding: 68px 0 72px;
  }

  .service-locations__title {
    margin-bottom: 34px;
    font-size: clamp(31px, 9vw, 40px);
  }

  .service-locations__grid {
    gap: 36px;
  }

  .service-locations__image {
    margin-bottom: 17px;
    border-radius: 17px;
  }

  .service-locations__item-title {
    margin-bottom: 11px;
    font-size: 21px;
  }

  .service-locations__item-text {
    font-size: 14px;
  }

  .service-gallery__container {
    width: min(100% - 32px, 520px);
    padding: 52px 0 68px;
    gap: 14px;
  }

  .service-gallery__item {
    border-radius: 16px;
  }

  .service-reviews {
    min-height: 0;
  }

  .service-reviews__container {
    width: min(100% - 32px, 520px);
    padding: 94px 0 102px;
  }

  .service-reviews__title {
    margin-bottom: 30px;
    font-size: clamp(31px, 9vw, 40px);
  }

  .service-reviews__slider {
    padding: 0;
  }

  .service-reviews__nav {
    display: none;
  }

  .service-reviews .insta-stage {
    margin-bottom: 20px;
  }

  .service-reviews .insta-stage .flickity-viewport {
    overflow: hidden;
  }

  .service-reviews .insta-stage__img {
    width: min(76vw, 290px);
  }

  .service-reviews .insta-stage .flickity-prev-next-button {
    width: 46px;
    height: 46px;
    background: #ffffff;
    color: #1d1c21;
  }

  .service-faq__container {
    width: min(100% - 32px, 520px);
    padding: 68px 0 74px;
  }

  .service-faq__title {
    margin-bottom: 34px;
    font-size: clamp(31px, 9vw, 40px);
  }

  .service-faq__list {
    gap: 5px;
  }

  .service-faq__item {
    border-radius: 15px;
  }

  .service-faq__question {
    min-height: 60px;
    padding: 16px;
    gap: 14px;
    font-size: 15px;
  }

  .service-faq__item.is-open .service-faq__question {
    padding-bottom: 7px;
  }

  .service-faq__question svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .service-faq__answer {
    padding: 0 54px 19px 16px;
  }

  .service-faq__answer p {
    font-size: 14px;
  }

  .service-final-cta {
    min-height: 480px;
    background-position: center 0px;
  }

  .service-final-cta__container {
    width: min(100% - 32px, 520px);
    padding: 94px 0 68px;
  }

  .service-final-cta__title {
    margin-bottom: 30px;
    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.1;
  }

  .service-final-cta__button {
    min-height: 50px;
    padding: 12px 22px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .service-options__image {
    width: min(100%, 138px);
  }

  .service-gallery__container {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-hero__button,
  .service-process__button,
  .service-options__button,
  .service-final-cta__button {
    transition: none;
  }
}
