.service-detail-page {
  background: #000;
  color: #fff;
  overflow-x: hidden;
}

.service-detail-page * {
  box-sizing: border-box;
}

.service-detail-container {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-hero {
  position: relative;
  padding: 164px 0 104px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(227, 106, 160, 0.24), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(241, 77, 63, 0.18), transparent 32%),
    linear-gradient(180deg, #000 0%, #05070d 58%, #000 100%);
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 82%);
}

.service-hero-grid,
.two-column,
.service-cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: 54px;
  align-items: center;
}

.service-hero-grid > *,
.two-column > *,
.service-cta-grid > *,
.service-hero-copy,
.service-hero-copy p,
.service-hero-copy h1,
.service-form-head div,
.service-lead-form,
.service-lead-form label,
.service-lead-form input,
.service-lead-form textarea,
.service-lead-form select {
  min-width: 0;
  max-width: 100%;
}

.service-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
  color: #a8b0c4;
  font-size: 14px;
}

.service-breadcrumb a,
.service-breadcrumb strong {
  color: #d0d5dd !important;
  font-weight: 700;
}

.service-eyebrow {
  margin: 0 0 12px;
  color: #f26a97 !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}

.service-hero h1,
.service-detail-section h2,
.service-final-cta h2,
.service-form-head h2 {
  margin: 0;
  font-family: "ITC Avant Garde Gothic", Inter, sans-serif;
  color: #fff;
  letter-spacing: 0;
}

.service-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.02;
}

.service-hero-subheading {
  max-width: 680px;
  margin: 22px 0 0;
  color: #fff !important;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 800;
  line-height: 1.28;
}

.service-hero-summary,
.service-final-cta p,
.service-rich-copy p,
.service-long-content p,
.service-why-visual p {
  color: #d0d5dd !important;
  font-size: 18px;
  line-height: 30px;
}

.service-hero-summary {
  max-width: 660px;
  margin: 18px 0 0;
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.service-trust-strip,
.service-form-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.service-trust-strip span,
.industry-list span,
.service-related-links a,
.service-form-foot span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
}

.service-trust-strip i,
.industry-list i,
.service-form-foot i {
  flex: 0 0 auto;
  width: 16px;
  text-align: center;
  line-height: 1;
}

.service-hero-form-card,
.service-lottie-panel,
.service-feature-card,
.service-process-step,
.service-proof-grid div,
.service-faq-list details,
.service-lead-form,
.service-cta-grid,
.service-answer-box,
.service-why-visual {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(180deg, rgba(17, 20, 34, 0.92), rgba(5, 7, 12, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 28px 70px rgba(0, 0, 0, 0.32);
}

.service-hero-form-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 28px;
  backdrop-filter: blur(18px);
}

.service-hero-form-card::before,
.service-cta-grid::before,
.service-why-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(227, 106, 160, 0.22), transparent 32%, rgba(241, 77, 63, 0.16));
}

.service-form-orbit {
  position: absolute;
  top: -62px;
  right: -62px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.service-form-head {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.service-form-head > span,
.service-feature-card > span,
.service-proof-grid i,
.service-process-step i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(299deg, #e36aa0 -4.19%, #f14d3f 142.5%);
  box-shadow: 0 18px 38px rgba(241, 77, 63, 0.22);
}

.service-form-head > span i,
.service-feature-card > span i,
.service-proof-grid i,
.service-process-step i {
  font-size: 20px;
  line-height: 1;
}

.service-form-head h2 {
  font-size: 26px;
  line-height: 1.18;
}

.service-lead-form {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.service-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-lead-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.service-lead-form input,
.service-lead-form textarea,
.service-lead-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #101828;
  font-size: 15px;
  line-height: 24px;
  padding: 12px 14px;
  outline: none;
}

.service-lead-form textarea {
  min-height: 116px;
  resize: vertical;
}

.service-lead-form input:focus,
.service-lead-form textarea:focus,
.service-lead-form select:focus {
  border-color: rgba(227, 106, 160, 0.72);
  box-shadow: 0 0 0 4px rgba(227, 106, 160, 0.13);
}

.service-lead-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(299deg, #e36aa0 -4.19%, #f14d3f 142.5%);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-lead-form button i,
.service-hero-actions .boxed-btn i {
  flex: 0 0 auto;
  line-height: 1;
}

.service-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.service-lead-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(241, 77, 63, 0.28);
}

.service-form-foot {
  position: relative;
  margin-top: 18px;
}

.service-detail-section {
  padding: 96px 0;
  background: #000;
}

.service-muted-band {
  background:
    radial-gradient(circle at 100% 0, rgba(227, 106, 160, 0.12), transparent 34%),
    linear-gradient(180deg, #05070d 0%, #000 100%);
}

.service-detail-section h2,
.service-final-cta h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.service-about-grid {
  align-items: start;
}

.service-about-panel {
  position: sticky;
  top: 112px;
}

.service-lottie-panel {
  min-height: 300px;
  margin-top: 26px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 244, 251, 0.96));
}

.service-lottie-panel dotlottie-player {
  width: 100%;
  height: 320px;
}

.service-answer-box {
  margin: 28px 0 18px;
  border-radius: 20px;
  padding: 22px;
  color: #eaf0ff;
  font-size: 17px;
  line-height: 28px;
}

.service-answer-box strong {
  color: #fff;
}

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

.service-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 244px;
  overflow: hidden;
  border-radius: 22px;
  padding: 26px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-feature-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  transform: rotate(18deg);
}

.service-feature-card:hover,
.service-proof-grid div:hover,
.service-process-step:hover,
.industry-list span:hover,
.service-faq-list details:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 106, 160, 0.42);
}

.service-feature-card h3,
.service-process-step h3,
.service-proof-grid h3,
.service-related-links h3,
.service-long-content h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
}

.service-feature-card > span {
  margin-bottom: 22px;
}

.service-feature-card p,
.service-feature-card small,
.service-proof-grid p,
.service-process-step p {
  margin: 0;
  color: #b9c0d0 !important;
  font-size: 15px;
  line-height: 24px;
}

.service-feature-card small {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: #f7a4bf !important;
  font-weight: 800;
}

.service-why-grid {
  align-items: start;
}

.service-why-visual {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 36px;
}

.service-why-visual > * {
  position: relative;
}

.service-stat-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.service-stat-stack span {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 800;
  line-height: 22px;
}

.service-stat-stack i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(299deg, rgba(227, 106, 160, 0.95) -4.19%, rgba(241, 77, 63, 0.95) 142.5%);
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.service-stat-stack strong {
  color: #f26a97;
}

.service-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-proof-grid div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  padding: 22px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-proof-grid i {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
}

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

.service-process::before {
  display: none;
}

.service-process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 236px;
  border-radius: 22px;
  padding: 26px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-process-step::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  transform: rotate(18deg);
}

.service-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #05070d;
  color: #f26a97;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.service-process-step i {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 14px;
  font-size: 17px;
}

.service-process-step h3 {
  margin-bottom: 12px;
}

.service-process-step p {
  max-width: 100%;
}

.industry-list,
.service-related-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.industry-list span {
  min-height: 46px;
  padding: 11px 15px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-content-section {
  background:
    radial-gradient(circle at 0 12%, rgba(227, 106, 160, 0.1), transparent 28%),
    #000;
}

.service-long-content {
  max-width: 920px;
  margin: 0 auto;
}

.service-long-content p {
  margin: 0 0 24px;
}

.service-long-content p:nth-of-type(2),
.service-long-content p:nth-of-type(7) {
  padding: 22px;
  border: 1px solid rgba(227, 106, 160, 0.22);
  border-radius: 20px;
  background: rgba(227, 106, 160, 0.07);
}

.service-long-content h3 {
  margin-top: 38px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.service-related-links {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.service-related-links h3 {
  width: 100%;
  text-align: center;
}

.service-faq-list {
  display: grid;
  max-width: 920px;
  margin: 0 auto;
  gap: 14px;
}

.service-faq-list details {
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-faq-list summary {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  list-style: none;
  padding: 22px 58px 22px 24px;
}

.service-faq-list summary::-webkit-details-marker {
  display: none;
}

.service-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(299deg, #e36aa0 -4.19%, #f14d3f 142.5%);
  color: #fff;
  text-align: center;
  line-height: 32px;
}

.service-faq-list details[open] summary::after {
  content: "-";
}

.service-faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: #d0d5dd !important;
  font-size: 16px;
  line-height: 27px;
}

.service-final-cta {
  padding: 96px 0;
  background:
    radial-gradient(circle at 50% 0, rgba(241, 77, 63, 0.18), transparent 36%),
    #000;
}

.service-cta-grid {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 50px;
}

.service-cta-grid > * {
  position: relative;
}

.service-cta-grid .service-lead-form {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.service-keywords {
  font-weight: 900;
  color: #fff !important;
}

@media (max-width: 1180px) {
  .service-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-process::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .service-hero-grid,
  .two-column,
  .service-cta-grid {
    grid-template-columns: 1fr;
  }

  .service-about-panel {
    position: static;
  }

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

  .service-stat-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  html,
  body,
  .service-detail-page,
  .service-detail-article,
  .service-hero,
  .service-detail-section,
  .service-final-cta {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .service-detail-container {
    max-width: 100%;
    padding: 0 16px;
  }

  .service-hero-grid,
  .service-hero-copy,
  .service-hero-copy h1,
  .service-hero-copy p,
  .service-hero-form-card,
  .service-form-head,
  .service-form-head div,
  .service-form-head h2,
  .service-lead-form {
    width: 100%;
    max-width: 100%;
  }

  .service-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
    overflow: hidden;
  }

  .service-hero-form-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    inline-size: 100%;
    justify-self: stretch;
  }

  .service-hero {
    padding: 130px 0 64px;
  }

  .service-hero h1 {
    font-size: clamp(36px, 10.6vw, 46px);
    line-height: 1.05;
  }

  .service-hero-subheading {
    font-size: 20px;
    line-height: 1.34;
  }

  .service-hero-copy,
  .service-hero-copy p,
  .service-form-head h2 {
    overflow-wrap: break-word;
    white-space: normal !important;
  }

  .service-hero-copy h1 {
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal !important;
  }

  .service-detail-section,
  .service-final-cta {
    padding: 64px 0;
  }

  .service-hero-form-card,
  .service-cta-grid,
  .service-why-visual {
    width: 100%;
    inline-size: 100%;
    max-width: 100%;
    padding: 22px;
    border-radius: 22px;
  }

  .service-form-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: flex-start;
  }

  .service-form-head > span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .service-form-head h2 {
    font-size: 23px;
    line-height: 1.22;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal;
    max-width: 100%;
  }

  .service-lead-form input,
  .service-lead-form textarea,
  .service-lead-form select,
  .service-lead-form button {
    width: 100%;
    max-width: 100%;
  }

  .service-trust-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-trust-strip span {
    width: 100%;
  }

  .service-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .service-hero-actions .btn-wrap,
  .service-hero-actions .boxed-btn {
    width: 100%;
    text-align: center;
  }

  .service-card-grid,
  .service-proof-grid,
  .service-process,
  .service-form-row {
    grid-template-columns: 1fr;
  }

  .service-card-grid,
  .service-proof-grid,
  .service-process {
    gap: 16px;
  }

  .service-process-step {
    min-height: auto;
  }

  .service-feature-card,
  .service-proof-grid div,
  .service-process-step {
    padding: 22px;
  }

  .service-why-visual {
    padding: 24px;
  }


  .service-lottie-panel dotlottie-player {
    height: 260px;
  }

  .service-cta-grid .service-lead-form {
    padding: 18px;
  }
}

@media (max-width: 480px) {
  .service-detail-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-hero-grid {
    gap: 28px;
    justify-items: stretch;
  }

  .service-hero-form-card {
    padding: 20px;
    border-radius: 20px;
  }

  .service-form-head {
    margin-bottom: 20px;
  }

  .service-form-head h2 {
    max-width: 100%;
    font-size: 22px;
  }

  .service-lead-form {
    gap: 14px;
  }

  .service-lead-form input,
  .service-lead-form textarea,
  .service-lead-form select {
    min-height: 50px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .service-lead-form button {
    width: 100%;
    min-height: 52px;
    padding-left: 16px;
    padding-right: 16px;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .service-detail-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .service-hero-form-card {
    padding: 18px;
  }
}
