.service-page {
  overflow-x: hidden;
  background: #080810;
}

.service-page > header {
  display: none !important;
}

.service-page .service-sw-navbar {
  z-index: 10000 !important;
}

.service-page main {
  padding-top: 58px;
}

.service-page #services.cosmic-glow {
  overflow: hidden;
}

.service-page [class*="max-w-container"] {
  max-width: 1180px;
}

.service-page button.fixed.bottom-5.right-5 {
  position: fixed !important;
  left: auto !important;
  right: 20px !important;
  bottom: 20px !important;
}

.service-page [class*="top-[-50%]"][class*="w-[600px]"] {
  width: min(520px, 112vw) !important;
  height: min(520px, 112vw) !important;
}

.service-page [class*="border-border"],
.service-page [class*="border-accent"] {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.service-page [class*="bg-accent"],
.service-page [class*="text-accent"] {
  --tw-bg-opacity: 1;
}

.service-page .seo-support {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px 72px;
}

.service-page .seo-support__inner {
  padding: 28px;
  background: rgba(17, 24, 39, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.service-page .seo-support h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: 0;
}

.service-page .seo-support p {
  max-width: 820px;
  margin: 0 0 16px;
  color: rgba(226, 232, 240, 0.78);
  font-size: 16px;
  line-height: 1.72;
}

.service-page .seo-support__grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-page .seo-support__card {
  padding: 18px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.service-page .seo-support__card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
  line-height: 1.32;
}

.service-page .seo-support__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.service-page .seo-support__button {
  margin-top: 20px;
  min-height: 48px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #7c5cff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(124, 92, 255, 0.24);
}

@media (max-width: 768px) {
  .service-page main {
    padding-top: 56px;
  }

  .service-page .sw-navbar {
    width: 100dvw !important;
    max-width: 100dvw !important;
    right: auto !important;
  }

  .service-page .sw-navbar__inner {
    width: 100dvw !important;
    max-width: 100dvw !important;
  }

  .service-page .pt-24,
  .service-page .pt-28 {
    padding-top: 64px !important;
    padding-bottom: 56px !important;
  }

  .service-page [class*="max-w-container"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .service-page h1,
  .service-page h2 {
    letter-spacing: 0 !important;
  }

  .service-page h1 {
    font-size: clamp(32px, 9vw, 40px) !important;
    line-height: 1.08 !important;
  }

  .service-page h2 {
    line-height: 1.12 !important;
  }

  .service-page p,
  .service-page li,
  .service-page button,
  .service-page input,
  .service-page textarea {
    line-height: 1.5 !important;
  }

  .service-page [class*="rounded-card"] {
    border-radius: 8px !important;
  }

  .service-page [class*="top-[-50%]"][class*="w-[600px]"] {
    display: none !important;
  }

  .service-page button.fixed.bottom-5.right-5 {
    display: none !important;
  }

  .service-page footer {
    padding-bottom: 72px;
  }

  .service-page .seo-support {
    padding: 0 20px 48px;
  }

  .service-page .seo-support__inner {
    padding: 20px;
  }

  .service-page .seo-support__grid {
    grid-template-columns: 1fr;
  }

  .service-page #faq {
    padding-bottom: 36px !important;
  }

  .service-page #faq + section {
    padding-top: 36px !important;
  }
}
