.service-page { background: #fff; }

.service-overview { width: min(100% - 48px, 1000px); margin: 0 auto; padding: 112px 0 100px; }

.service-overview__intro { max-width: 640px; margin: 0 auto 76px; text-align: center; }

.service-overview__eyebrow, .service-pricing__eyebrow, .service-plan__tag { display: inline-flex; align-items: center; min-height: 34px; padding: 0 18px; border: 1px solid #e4e4e4; border-radius: 999px; color: #444; font-size: 13px; font-weight: 500; }

.service-overview__intro p, .service-pricing__intro p { margin: 24px 0 0; color: #6b7280; font-size: 14px; line-height: 1.7; }

.service-features { display: grid; }

.service-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 58px; min-height: 280px; padding: 72px 0; border-bottom: 1px solid #eeeeee; }

.service-feature:first-child { padding-top: 72px; }

.service-feature:last-child { border-bottom: 0; }

.service-feature--reverse .service-feature__visual { order: 2; }

.service-feature__visual { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; width: 100%; min-height: 215px; overflow: hidden; border-radius: 22px; background: #f7f7f7; }

.service-feature__number { color: #e7e7e7; font-size: 49px; font-weight: 600; line-height: 1; }

.service-feature__icon { display: grid; width: 70px; height: 70px; place-items: center; border-radius: 15px; background: #fff; box-shadow: 0 7px 16px rgba(0, 0, 0, .09); color: #222; }

.service-feature__icon svg { width: 32px; height: 32px; }

.service-feature__content h2 { margin: 0 0 18px; color: #111827; font-size: 20px; font-weight: 500; }

.service-feature__content p { max-width: 430px; margin: 0 0 21px; color: #6b7280; font-size: 14px; line-height: 1.65; }

.service-feature__content ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; color: #444; font-size: 13.5px; }

.service-feature__content li { display: flex; gap: 12px; align-items: flex-start; }

.service-feature__content li::before { content: '•'; color: #111827; font-size: 15px; line-height: 1; }

.service-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 96px auto 0; overflow: hidden; border: 1px solid #e6e6e6; border-radius: 18px; }

.service-stat { display: grid; min-height: 112px; place-content: center; padding: 14px; border-right: 1px solid #eeeeee; text-align: center; }

.service-stat:last-child { border-right: 0; }

.service-stat strong { color: #111827; font-size: 25px; font-weight: 500; }

.service-stat span { margin-top: 7px; color: #9ca3af; font-size: 12px; }

.service-pricing { width: min(100% - 48px, 1260px); margin: 0 auto; padding: 10px 0 130px; text-align: center; }

.service-pricing__intro { margin-bottom: 52px; }

.service-pricing__intro h2 { margin: 19px 0 0; color: #222; font-size: 25px; font-weight: 500; }

.service-pricing__intro p { margin-top: 11px; font-size: 13px; }

.service-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }

.service-plan { position: relative; display: flex; flex-direction: column; min-height: 475px; padding: 30px 28px 28px; border: 1px solid #ededed; border-radius: 20px; box-shadow: 0 9px 20px rgba(0, 0, 0, .05); text-align: left; transition: transform 0.2s ease, box-shadow 0.2s ease; }

.service-plan--popular { border: 1.5 solid #111827; background: #ffffff; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08); }

.service-plan__header { display: flex; align-items: center; justify-content: space-between; width: 100%; }

.service-plan__badge { display: inline-flex; align-items: center; min-height: 29px; padding: 0 12px; border-radius: 999px; background: #f3f4f6; color: #111827; font-size: 11.5px; font-weight: 600; border: 1px solid #e5e7eb; }

.service-plan__tag { align-self: flex-start; min-height: 29px; padding: 0 13px; border: 0; background: #f5f5f5; font-size: 12px; }

.service-plan__price { display: flex; align-items: baseline; gap: 10px; width: 100%; margin: 17px 0 23px; padding-bottom: 20px; border-bottom: 1px solid #eeeeee; }

.service-plan__price strong { color: #222; font-size: 30px; font-weight: 500; }

.service-plan__price span { color: #9ca3af; font-size: 12px; }

.service-plan ul { display: grid; width: 100%; margin: 0; padding: 0; list-style: none; color: #555; font-size: 13px; text-align: left; }

.service-plan li { display: flex; align-items: center; gap: 10px; min-height: 42px; border-bottom: 1px solid #eeeeee; }

.service-plan li::before { content: '✓'; display: grid; width: 19px; height: 19px; flex: 0 0 19px; place-items: center; border-radius: 50%; background: #22c55e; color: #fff; font-size: 12px; font-weight: 700; }

.service-plan a, .service-plan button.service-plan__select, .service-plan .service-plan__select { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; width: 100% !important; min-height: 42px !important; margin-top: auto !important; transform: translateY(-14px) !important; border: 0 !important; border-radius: 999px !important; background: #202020 !important; color: #ffffff !important; font-family: inherit !important; font-size: 14px !important; font-weight: 500 !important; text-decoration: none !important; cursor: pointer !important; transition: background 0.2s ease, transform 0.2s ease !important; }

.service-plan a svg, .service-plan button.service-plan__select svg, .service-plan .service-plan__select svg { flex: 0 0 16px !important; fill: currentColor !important; }

.service-plan a:hover, .service-plan button.service-plan__select:hover, .service-plan .service-plan__select:hover { background: #000000 !important; }

@keyframes service-plan-spin {
  to { transform: rotate(360deg); }
}
.service-plan__select.is-loading,
.service-plan button.service-plan__select.is-loading,
.service-plan a.service-plan__select.is-loading {
  position: relative !important;
  color: transparent !important;
  pointer-events: none !important;
}
.service-plan__select.is-loading svg,
.service-plan button.service-plan__select.is-loading svg,
.service-plan a.service-plan__select.is-loading svg {
  opacity: 0 !important;
  visibility: hidden !important;
}
.service-plan__select.is-loading::after,
.service-plan button.service-plan__select.is-loading::after,
.service-plan a.service-plan__select.is-loading::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px !important;
  margin-left: -10px !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  border-top-color: #ffffff !important;
  border-radius: 50% !important;
  animation: service-plan-spin 0.8s linear infinite !important;
}

.nav__icon--phone {
  position: relative !important;
  border-radius: 50% !important;
  color: #222222 !important;
}
.nav__icon--phone:hover,
.nav__icon--phone:focus-visible {
  background-color: #f3f4f6 !important;
  color: #222222 !important;
}
.nav__icon--phone:hover .nav__tooltip,
.nav__icon--phone:focus-visible .nav__tooltip {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1023px) {
  .nav__icon--phone {
    display: none !important;
  }
}

@media (max-width: 767px) { 
  .service-overview { width: min(100% - 32px, 1000px); padding: 72px 0 64px; } 
  .service-overview__intro { margin-bottom: 45px; } 
  .service-feature, .service-feature--reverse { grid-template-columns: 1fr; gap: 28px; padding: 52px 0; } 
  .service-feature:first-child { padding-top: 52px; } 
  .service-feature--reverse .service-feature__visual { order: 0; } 
  .service-feature__visual { min-height: 170px; } 
  .service-feature__content { text-align: center; } 
  .service-feature__content p { margin-right: auto; margin-left: auto; } 
  .service-feature__content ul { justify-items: start; width: fit-content; margin: 0 auto; text-align: left; } 
  .service-stats { grid-template-columns: repeat(2, 1fr); margin-top: 55px; } 
  .service-stat:nth-child(2) { border-right: 0; } 
  .service-stat:nth-child(-n+2) { border-bottom: 1px solid #eeeeee; } 
  .service-pricing { width: min(100% - 32px, 1200px); padding-bottom: 80px; } 
  .service-plans { grid-template-columns: 1fr; gap: 36px; } 
  .service-plan { min-height: 475px; } 
}

@media (min-width: 641px) and (max-width: 1024px) {
  .nav-wrapper {
    padding: 0 !important;
  }

  .service-overview,
  .service-pricing,
  .service-stats {
    width: calc(100% - 48px) !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .service-stats {
    width: calc(100vw - 48px) !important;
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    grid-template-columns: 1fr !important;
    margin-top: 55px !important;
    padding: 0 !important;
    border-radius: 24px !important;
    border: 1px solid #eeeeee !important;
    box-sizing: border-box !important;
  }

  .service-stat {
    border-right: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  .service-stat:last-child {
    border-bottom: 0 !important;
  }

  .service-plans {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    max-width: 480px !important;
    margin: 0 auto !important;
  }

  .service-feature,
  .service-feature--reverse {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    text-align: center !important;
  }

  .service-feature--reverse .service-feature__visual {
    order: 0 !important;
  }

  .service-feature__content {
    text-align: center !important;
  }

  .service-feature__content p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .service-feature__content ul {
    justify-items: start !important;
    width: fit-content !important;
    margin: 0 auto !important;
    text-align: left !important;
  }
}



@media (max-width: 640px) {
  .nav-wrapper {
    padding: 0 !important;
  }

  .service-overview,
  .service-pricing {
    width: calc(100% - 48px) !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .service-stats {
    width: calc(100vw - 48px) !important;
    max-width: 1400px !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 0 !important;
    border-radius: 24px !important;
    box-sizing: border-box !important;
  }

  .service-plans {
    max-width: 480px !important;
    margin: 0 auto !important;
  }
}
