/* Native services page (/services/) */

body.sc-page-services .sc-services-main {
  padding-bottom: 0;
}

body.sc-page-services .sc-svc-section {
  padding: clamp(48px, 6vw, 72px) 0;
}

body.sc-page-services .sc-svc-section-band {
  background: var(--panel, #15171f);
  border-block: 1px solid var(--border, #272b36);
}

body.sc-page-services .sc-svc-section-head h2,
body.sc-page-services .sc-svc-section-title-center {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--heading, #fff);
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

body.sc-page-services .sc-svc-section-head-center,
body.sc-page-services .sc-svc-section-title-center {
  text-align: center;
}

body.sc-page-services .sc-svc-lede,
body.sc-page-services .sc-svc-subtitle,
body.sc-page-services .sc-svc-note {
  color: var(--text, #c6ccd8);
  line-height: 1.65;
  margin: 0;
}

body.sc-page-services .sc-svc-lede {
  font-size: 17px;
  max-width: 72ch;
}

body.sc-page-services .sc-svc-subtitle {
  font-size: 16px;
  color: var(--muted, #78838f);
}

body.sc-page-services .sc-svc-note {
  margin-top: 12px;
  font-size: 15px;
  color: var(--muted, #78838f);
}

body.sc-page-services .sc-svc-section-head {
  margin-bottom: clamp(28px, 4vw, 40px);
}

body.sc-page-services .sc-svc-section-head-center {
  margin-bottom: clamp(36px, 5vw, 52px);
}

body.sc-page-services .sc-svc-band-intro {
  margin: 0 0 clamp(32px, 4vw, 44px);
  padding: 24px 28px;
  border-radius: 16px;
  border: 1px solid var(--border, #272b36);
  background: var(--panel, #15171f);
}

body.sc-page-services .sc-svc-band-intro h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  color: var(--heading, #fff);
  margin: 0 0 8px;
}

body.sc-page-services .sc-svc-band-intro p {
  margin: 0;
  color: var(--text, #c6ccd8);
  font-size: 15px;
}

body.sc-page-services .sc-svc-band-intro a {
  color: var(--accent, #6d7bff);
  text-decoration: none;
  border-bottom: none;
}

body.sc-page-services .sc-svc-band-intro a:hover {
  text-decoration: underline;
}

body.sc-page-services .sc-svc-grid {
  gap: 22px;
  margin-bottom: 8px;
}

body.sc-page-services .sc-svc-card,
body.sc-page-services .sc-svc-price-card {
  background: var(--panel, #15171f);
  border: 1px solid var(--border, #272b36);
  border-radius: 18px;
  padding: 28px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  box-sizing: border-box;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.sc-page-services .sc-svc-card:hover,
body.sc-page-services .sc-svc-price-card:hover {
  border-color: color-mix(in srgb, var(--accent, #6d7bff) 55%, var(--border, #272b36));
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}

body.sc-page-services .sc-svc-section-band .sc-svc-card,
body.sc-page-services .sc-svc-section-band .sc-svc-price-card {
  background: var(--bg, #0d0f14);
}

body.sc-page-services .sc-svc-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: color-mix(in srgb, var(--accent, #6d7bff) 14%, var(--panel, #15171f));
  margin-bottom: 14px;
}

body.sc-page-services .sc-svc-card h3,
body.sc-page-services .sc-svc-price-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--heading, #fff);
  margin: 0 0 10px;
}

body.sc-page-services .sc-svc-card p,
body.sc-page-services .sc-svc-price-card p {
  margin: 0 0 20px;
  color: var(--muted, #78838f);
  font-size: 15px;
  line-height: 1.65;
  flex: 1;
}

body.sc-page-services .sc-svc-card .sc-svc-btn,
body.sc-page-services .sc-svc-price-card .sc-svc-btn {
  margin-top: auto;
  align-self: stretch;
  width: 100%;
}

body.sc-page-services .sc-svc-price-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent, #6d7bff) 6%, var(--bg, #0d0f14));
  border: 1px solid rgba(109, 123, 255, 0.14);
  width: 100%;
  box-sizing: border-box;
}

body.sc-page-services .sc-svc-price-meta strong {
  color: var(--accent-2, #a855f7);
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

body.sc-page-services .sc-svc-price-meta span {
  color: var(--muted, #78838f);
  font-size: 13px;
}

body.sc-page-services .sc-svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 99px;
  border: 1px solid var(--border, #272b36);
  background: transparent;
  color: var(--heading, #fff);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: none;
  box-sizing: border-box;
  max-width: 100%;
  width: fit-content;
  transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

body.sc-page-services .sc-svc-btn:hover {
  border-color: var(--accent, #6d7bff);
  color: var(--accent, #6d7bff);
}

body.sc-page-services .sc-svc-btn-primary {
  background: linear-gradient(90deg, #38b6ff, var(--accent, #6d7bff), var(--accent-3, #c084fc)) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(99, 91, 255, 0.32);
}

body.sc-page-services .sc-svc-btn-primary:hover {
  filter: brightness(1.08);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(99, 91, 255, 0.42);
}

body.sc-page-services .sc-svc-btn-ghost {
  background: transparent;
}

body.sc-page-services .sc-svc-section-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 5vw, 56px);
  padding-top: 8px;
  position: relative;
  z-index: 2;
}

body.sc-page-services .sc-svc-pricing-grid {
  gap: 22px;
  max-width: none;
  width: 100%;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.sc-page-services .sc-svc-process {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* vertical connector line running through the number badges */
body.sc-page-services .sc-svc-process::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent, #6d7bff), var(--accent-2, #a855f7));
  opacity: 0.35;
}

body.sc-page-services .sc-svc-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start;
  padding: 0 0 26px;
  border: 0;
  background: transparent;
  border-radius: 0;
}

body.sc-page-services .sc-svc-process-step:last-child {
  padding-bottom: 0;
}

body.sc-page-services .sc-svc-process-num {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent, #6d7bff), var(--accent-2, #a855f7));
  box-shadow: 0 0 0 5px var(--bg, #0d0f14), 0 6px 16px rgba(99, 91, 255, 0.35);
}

body.sc-page-services .sc-svc-section-band .sc-svc-process-num {
  box-shadow: 0 0 0 5px var(--panel, #15171f), 0 6px 16px rgba(99, 91, 255, 0.35);
}

body.sc-page-services .sc-svc-process-copy {
  background: var(--panel, #15171f);
  border: 1px solid var(--border, #272b36);
  border-radius: 14px;
  padding: 16px 20px;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

body.sc-page-services .sc-svc-process-step:hover .sc-svc-process-copy {
  border-color: color-mix(in srgb, var(--accent, #6d7bff) 55%, var(--border, #272b36));
  transform: translateX(2px);
}

body.sc-page-services .sc-svc-section-band .sc-svc-process-copy {
  background: var(--bg, #0d0f14);
}

body.sc-page-services .sc-svc-process-copy h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  color: var(--heading, #fff);
  margin: 0 0 6px;
}

body.sc-page-services .sc-svc-process-copy p {
  margin: 0;
  color: var(--text, #c6ccd8);
  font-size: 15px;
  line-height: 1.65;
}

body.sc-page-services .sc-svc-hof-inner {
  text-align: center;
  max-width: 720px;
}

body.sc-page-services .sc-svc-hof-inner h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  color: var(--heading, #fff);
  margin: 0 0 12px;
}

body.sc-page-services .sc-svc-hof-inner p {
  margin: 0;
  color: var(--text, #c6ccd8);
  font-size: 16px;
  line-height: 1.65;
}

body.sc-page-services .sc-svc-faq {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

body.sc-page-services .sc-svc-faq-item {
  border: 1px solid var(--border, #272b36);
  border-radius: 14px;
  background: var(--panel, #15171f);
  overflow: hidden;
}

body.sc-page-services .sc-svc-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 48px 18px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--heading, #fff);
  position: relative;
}

body.sc-page-services .sc-svc-faq-item summary::-webkit-details-marker {
  display: none;
}

body.sc-page-services .sc-svc-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent, #6d7bff);
  font-size: 18px;
}

body.sc-page-services .sc-svc-faq-item[open] summary::after {
  content: "−";
}

body.sc-page-services .sc-svc-faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--text, #c6ccd8);
  font-size: 15px;
  line-height: 1.65;
}

body.sc-page-services .sc-svc-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  margin-bottom: 32px;
}

body.sc-page-services .sc-svc-about-lead {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading, #fff);
  margin: 0 0 14px;
}

body.sc-page-services .sc-svc-about-copy p {
  color: var(--text, #c6ccd8);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px;
}

body.sc-page-services .sc-svc-about-meta {
  background: var(--bg, #0d0f14);
  border: 1px solid var(--border, #272b36);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body.sc-page-services .sc-svc-meta-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border, #272b36);
}

body.sc-page-services .sc-svc-meta-row:last-child {
  border-bottom: 0;
}

body.sc-page-services .sc-svc-meta-label {
  font-weight: 600;
  color: var(--heading, #fff);
}

body.sc-page-services .sc-svc-meta-value {
  color: var(--text, #c6ccd8);
  min-width: 0;
  word-break: break-word;
}

body.sc-page-services .sc-svc-meta-value a {
  color: var(--accent, #6d7bff);
  text-decoration: none;
  border-bottom: none;
}

body.sc-page-services .sc-svc-about-cta {
  margin-top: 20px;
  width: 100%;
}

body.sc-page-services .sc-svc-about-cta .sc-svc-btn {
  display: flex;
  width: 100%;
  margin: 0;
}

body.sc-page-services .sc-svc-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(36px, 5vw, 48px);
}

body.sc-page-services .sc-svc-stat {
  text-align: center;
  padding: 28px 18px;
  border-radius: 16px;
  border: 1px solid var(--border, #272b36);
  background: var(--bg, #0d0f14);
}

body.sc-page-services .sc-svc-stat-value {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--heading, #fff);
  line-height: 1;
  margin-bottom: 8px;
}

body.sc-page-services .sc-svc-stat-label {
  font-size: 13px;
  color: var(--muted, #78838f);
  line-height: 1.4;
}

body.sc-page-services .sc-svc-testimonial {
  padding-top: clamp(20px, 3vw, 36px);
  padding-bottom: clamp(48px, 6vw, 72px);
}

body.sc-page-services .sc-svc-testimonial blockquote {
  position: relative;
  margin: 0 auto;
  padding: 44px 48px 40px;
  border-radius: 20px;
  border: 1px solid var(--border, #272b36);
  background:
    radial-gradient(420px 200px at 50% 0%, rgba(109, 123, 255, 0.12), transparent 70%),
    var(--panel, #15171f);
  max-width: 760px;
  text-align: center;
}

body.sc-page-services .sc-svc-testimonial blockquote::before {
  content: "\201C";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 96px;
  line-height: 1;
  color: var(--accent, #6d7bff);
  opacity: 0.28;
  pointer-events: none;
}

body.sc-page-services .sc-svc-testimonial p {
  position: relative;
  margin: 0;
  font-size: clamp(17px, 2vw, 20px);
  font-style: italic;
  color: var(--heading, #fff);
  line-height: 1.7;
}

body.sc-page-services .sc-svc-cta-band {
  padding: clamp(48px, 6vw, 72px) 0;
  border-top: 1px solid var(--border, #272b36);
  background:
    radial-gradient(600px 260px at 50% -20%, rgba(109, 123, 255, 0.16), transparent 70%),
    var(--panel, #15171f);
}

body.sc-page-services .sc-svc-cta-band-inner {
  text-align: center;
  max-width: 640px;
}

body.sc-page-services .sc-svc-cta-band h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--heading, #fff);
  margin: 0 0 12px;
}

body.sc-page-services .sc-svc-cta-band p {
  margin: 0 0 24px;
  color: var(--muted, #78838f);
  font-size: 16px;
}

body.sc-page-services .sc-svc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

@media (max-width: 900px) {
  body.sc-page-services .sc-svc-about-grid {
    grid-template-columns: 1fr;
  }

  body.sc-page-services .sc-svc-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.sc-page-services .grid.cols-3.sc-svc-grid,
  body.sc-page-services .sc-svc-pricing-grid {
    grid-template-columns: 1fr;
  }

  body.sc-page-services .sc-svc-stats {
    grid-template-columns: 1fr;
  }

  body.sc-page-services .sc-svc-process-step {
    grid-template-columns: 40px 1fr;
  }

  body.sc-page-services .sc-svc-process-num {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
