.drop-zone-draggable .hl_main_popup-O9PYwfd8uD {
  box-shadow:none;padding:20px;margin-top:0;border-color:var(--gray);border-width:10px;border-style:solid;background-color:var(--white);width:720px
}

#hl_main_popup-O9PYwfd8uD.popup-body {
  position:absolute!important;left:50%!important;bottom:auto!important;transform:translate(-50%,0)!important;right:auto!important;box-shadow:none;padding:20px;margin-top:0;border-color:var(--gray);border-width:10px;border-style:solid;background-color:var(--white);width:720px
}

.--mobile #hl_main_popup-O9PYwfd8uD.popup-body {
  width:380px!important
}

@media screen and (min-width:0px) and (max-width:480px) {
  #hl_main_popup-O9PYwfd8uD.popup-body {
    width:380px!important
  }
}

}

}

.hl_page-preview--content .col-jNuySesgNr,.hl_page-preview--content .row-8AqM5hdfR3,.hl_page-preview--content .section-9rJKJ9f-b7 {
  box-shadow:none;padding:0 0 20px;margin:0;background-color:var(--transparent);backdrop-filter:none;border-color:var(--black);border-width:2px;border-style:solid
}

.hl_page-preview--content .col-jNuySesgNr,.hl_page-preview--content .row-8AqM5hdfR3 {
  margin:0 auto;padding:10px 5px;width:100%
}

.hl_page-preview--content .col-jNuySesgNr {
  margin:0
}

.hl_page-preview--content .custom-code-R3-hu-Q8Hx {
  margin:0;width:auto;height:auto
}

#section-9rJKJ9f-b7>.inner {
  max-width:100%
}

#col-jNuySesgNr>.inner {
  flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap
}

.primex-content, .primex-content {
  background-color: #0a0a0a;
  margin: 0;
  padding: 0;
}

.primex-content {
  --pmx-purple: #a020f0;
  --pmx-purple-dark: #8a1acc;
  --pmx-purple-light: #c084fc;
  --pmx-bg: #000000;
  --pmx-bg-card: #0f0f0f;
  --pmx-bg-section: #050505;
  --pmx-text-main: #ffffff;
  --pmx-text-muted: #a1a1aa;
  --pmx-border: #222222;
  --transition: 0.3s ease;
  --radius: 1rem;
  --radius-lg: 1.5rem;
  --shadow-purple: 0 16px 32px rgba(160, 32, 240, 0.3);
  --gradient-purple: linear-gradient(135deg, var(--pmx-purple), var(--pmx-purple-dark));
}

.primex-content {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--pmx-bg);
  color: var(--pmx-text-main);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.services-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 0 8rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.15) 0%, rgba(0, 0, 0, 0.95) 100%);
  text-align: center;
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(160, 32, 240, 0.15), transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(160, 32, 240, 0.1), transparent 50%);
  z-index: 0;
  animation: pulseGlow 8s ease-in-out infinite alternate;
}

.services-hero .container {
  position: relative; z-index: 1; max-width: 1100px;
}

.eyebrow {
  display: inline-block;
  background: rgba(160, 32, 240, 0.2);
  border: 1px solid var(--pmx-purple);
  color: var(--pmx-purple-light);
  padding: 0.6rem 1.75rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  backdrop-filter: blur(10px);
}

.services-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.75rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, #ffffff 0%, var(--pmx-purple-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  color: var(--pmx-text-muted);
  line-height: 1.9;
  max-width: 900px;
  margin: 0 auto 3rem;
}

.cta-buttons {
  display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin-top: 2.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem 2.75rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1.0625rem;
  text-decoration: none;
  transition: all var(--transition);
  white-space: nowrap;
  border: none;
}

.btn-primary:hover {
  transform: translateY(-3px); box-shadow: 0 20px 40px rgba(160, 32, 240, 0.5);
}

.btn-secondary {
  background: rgba(160, 32, 240, 0.15); color: var(--pmx-purple-light); border: 2px solid var(--pmx-purple); backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(160, 32, 240, 0.25); transform: translateY(-3px);
}

.primex-content section h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  margin: 0 auto 2rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  display: block;
}

.primex-content section h2::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--gradient-purple);
  border-radius: 2px;
}

.primex-content section > .container > p {
  font-size: 1.125rem;
  color: var(--pmx-text-muted);
  line-height: 1.9;
  max-width: 900px;
  margin: 0 auto 4rem;
  text-align: center;
}

.category-section {
  margin-bottom: 5rem;
}

.category-section:last-child {
  margin-bottom: 0;
}

.category-header {
  text-align: center; margin-bottom: 3rem;
}

.category-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; color: var(--pmx-purple-light); margin-bottom: 0.75rem;
}

.category-description {
  font-size: 1.0625rem; color: var(--pmx-text-muted); max-width: 800px; margin: 0 auto; line-height: 1.8;
}

.service-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)); gap: 2rem;
}

.service-card {
  background: var(--pmx-bg-card);
  border: 1px solid var(--pmx-border);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  text-align: center;
  transition: all var(--transition);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: var(--gradient-purple);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

.service-card:hover {
  border-color: var(--pmx-purple); transform: translateY(-10px); box-shadow: var(--shadow-purple);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  font-size: 3.5rem; margin-bottom: 1.5rem; filter: drop-shadow(0 0 15px rgba(160, 32, 240, 0.3));
}

.service-card h3 {
  font-size: 1.5rem; margin-bottom: 1rem; color: var(--pmx-text-main); font-weight: 700; line-height: 1.3;
}

.service-card p {
  color: var(--pmx-text-muted); line-height: 1.8; margin-bottom: 1.5rem; font-size: 1rem; flex-grow: 1;
}

.service-link {
  display: inline-flex; align-items: center; gap: 0.5rem; color: var(--pmx-purple-light); font-weight: 600; font-size: 0.9375rem; transition: all var(--transition);
}

.service-card:hover .service-link {
  gap: 1rem; color: #ffffff;
}

.stats-section {
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.1), rgba(138, 26, 204, 0.05));
  padding: 5rem 0;
  border-top: 1px solid var(--pmx-border);
  border-bottom: 1px solid var(--pmx-border);
}

.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; text-align: center;
}

.stat-item {
  padding: 1.5rem;
}

.stat-number {
  font-family: "Playfair Display", serif; font-size: clamp(2.5rem, 4vw, 3.5rem); font-weight: 800; color: var(--pmx-purple-light); line-height: 1; margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9375rem; color: var(--pmx-text-muted); font-weight: 500;
}

.final-cta {
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.2), rgba(138, 26, 204, 0.15));
  padding: 8rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(160, 32, 240, 0.3), transparent 70%);
  transform: translate(-50%, -50%);
  animation: pulseGlow 6s ease-in-out infinite alternate;
}

.final-cta .container {
  position: relative; z-index: 1;
}

.final-cta h2 {
  font-family: "Playfair Display", serif; font-size: clamp(2.25rem, 5vw, 4rem); margin-bottom: 2rem;
}

.final-cta h2::after {
  display: none;
}

.final-cta p {
  font-size: 1.25rem; color: var(--pmx-text-muted); margin-bottom: 3rem; max-width: 850px; margin-left: auto; margin-right: auto;
}

.service-card {
  animation: fadeInUp 0.6s ease-out backwards;
}

.service-card:nth-child(1) {
  animation-delay: 0.05s;
}

.service-card:nth-child(2) {
  animation-delay: 0.1s;
}

.service-card:nth-child(3) {
  animation-delay: 0.15s;
}

.service-card:nth-child(4) {
  animation-delay: 0.2s;
}

.service-card:nth-child(5) {
  animation-delay: 0.25s;
}

.service-card:nth-child(6) {
  animation-delay: 0.3s;
}

@media (max-width: 768px) {
  .primex-content .container {
    padding: 0 1.5rem;
  }
  .primex-content section {
    padding: 5rem 0;
  }
  .services-hero {
    min-height: 75vh; padding: 7rem 0 5rem;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem;
  }
  .service-card {
    padding: 2.5rem 2rem;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .btn {
    width: 100%;
  }
  .category-section {
    margin-bottom: 4rem;
  }
}

}

}

@media (max-width: 480px) {
  .primex-content .container {
    padding: 0 1rem;
  }
  .services-hero {
    padding: 6rem 0 4rem;
  .eyebrow {
    font-size: 0.8125rem; padding: 0.5rem 1.25rem;
  .service-card {
    padding: 2rem 1.5rem;