.drop-zone-draggable .hl_main_popup-XChSYH0wDk {
  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-XChSYH0wDk.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-XChSYH0wDk.popup-body {
  width:380px!important
}

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

}

}

.hl_page-preview--content .col-EgFInu5WHl,.hl_page-preview--content .row-JpXD_PiJAn,.hl_page-preview--content .section-eltPrkAhm9 {
  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-EgFInu5WHl,.hl_page-preview--content .row-JpXD_PiJAn {
  margin:0 auto;padding:10px 5px;width:100%
}

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

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

#section-eltPrkAhm9>.inner {
  max-width:100%
}

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

.primex-content {
  --pmx-purple: #a020f0;
      --pmx-purple-dark: #8a1acc;
      --pmx-purple-light: #b845ff;
      --pmx-purple-glow: rgba(160, 32, 240, 0.3);
      
      --pmx-bg: #000000;
      --pmx-bg-elevated: #0a0a0a;
      --pmx-bg-card: #0f0f0f;
      --pmx-bg-soft: #1a1a1a;
      
      --pmx-text: #ffffff;
      --pmx-text-muted: #999999;
      --pmx-text-dim: #666666;
      
      --pmx-border: rgba(255, 255, 255, 0.1);
      --pmx-gradient: linear-gradient(135deg, #a020f0, #b845ff);
      
      --pmx-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.5);
      --pmx-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.6);
      --pmx-shadow-purple: 0 12px 32px rgba(160, 32, 240, 0.3);
      
      --transition: 0.3s ease;
}

.primex-content * {
  margin: 0;
      padding: 0;
      box-sizing: border-box;
}

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

.primex-content .container {
  max-width: 1400px;
      margin: 0 auto;
      padding: 0 2rem;
}

.primex-content .container-narrow {
  max-width: 900px;
      margin: 0 auto;
      padding: 0 2rem;
}

.primex-content section {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .primex-content .container, .primex-content .container-narrow {
    padding: 0 1.25rem;
  }
  .primex-content section {
    padding: 3rem 0;
  }
}

}

}

.primex-content h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin-bottom: 1.5rem;
}

.primex-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 1rem;
}

.primex-content h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 1rem;
      color: var(--pmx-purple-light);
}

.primex-content h4 {
  font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 0.75rem;
}

.primex-content p {
  font-size: 1.125rem;
      line-height: 1.8;
      color: var(--pmx-text-muted);
      margin-bottom: 1.5rem;
}

.lead {
  font-size: 1.35rem;
      line-height: 1.6;
      color: var(--pmx-text-muted);
      margin-bottom: 2rem;
}

.eyebrow {
  font-size: 0.875rem;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: var(--pmx-purple);
      font-weight: 700;
      margin-bottom: 1rem;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
}

.eyebrow::before {
  content: "";
      width: 2rem;
      height: 2px;
      background: var(--pmx-gradient);
      border-radius: 2px;
}

.gradient-text {
  background: var(--pmx-gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
}

strong {
  color: var(--pmx-text);
      font-weight: 600;
}

.hero {
  min-height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 8rem 0 5rem;
      position: relative;
      overflow: hidden;
}

.hero::before {
  content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80%;
      height: 60%;
      background: radial-gradient(circle, rgba(160, 32, 240, 0.15), transparent 70%);
      pointer-events: none;
      z-index: 0;
}

.hero-content {
  position: relative;
      z-index: 1;
      max-width: 1000px;
      margin: 0 auto;
}

.hero h1 {
  margin-bottom: 1.5rem;
}

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

@media (max-width: 768px) {
  .hero {
    padding: 5rem 0 3rem;
  }
  .hero-cta {
    flex-direction: column;
        align-items: center;
  }
}

}

}

.btn {
  display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      padding: 1rem 2rem;
      font-size: 1.05rem;
      font-weight: 600;
      text-decoration: none;
      border-radius: 12px;
      transition: all var(--transition);
      cursor: pointer;
      border: none;
      font-family: inherit;
}

.btn-primary {
  background: var(--pmx-gradient);
      color: white;
      box-shadow: 0 4px 20px rgba(160, 32, 240, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
      box-shadow: 0 8px 30px rgba(160, 32, 240, 0.5);
}

.btn-secondary {
  background: transparent;
      color: var(--pmx-purple);
      border: 2px solid var(--pmx-purple);
}

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

.stats-grid {
  display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 2rem;
      margin: 4rem 0;
}

.stat-box {
  background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: 20px;
      padding: 2.5rem 2rem;
      text-align: center;
      transition: all var(--transition);
}

.stat-box:hover {
  border-color: var(--pmx-purple);
      transform: translateY(-4px);
      box-shadow: var(--pmx-shadow-purple);
}

.stat-number {
  font-size: 3rem;
      font-weight: 800;
      background: var(--pmx-gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
      margin-bottom: 0.75rem;
}

.stat-label {
  color: var(--pmx-text-muted);
      font-size: 1rem;
      line-height: 1.5;
}

.card-grid {
  display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
      margin: 3rem 0;
}

.card {
  background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: 20px;
      padding: 2.5rem;
      transition: all var(--transition);
}

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

.card h3 {
  margin-top: 0;
      font-size: 1.5rem;
}

.card p {
  font-size: 1rem;
      margin-bottom: 0;
}

.card ul {
  list-style: none;
      padding: 0;
      margin: 1.5rem 0 0;
}

.card li {
  padding-left: 1.75rem;
      position: relative;
      margin-bottom: 0.75rem;
      color: var(--pmx-text-muted);
}

.card li::before {
  content: "✓";
      position: absolute;
      left: 0;
      color: var(--pmx-purple);
      font-weight: 700;
}

.highlight-box {
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.1), rgba(160, 32, 240, 0.05));
      border: 2px solid var(--pmx-purple);
      border-radius: 20px;
      padding: 3rem;
      margin: 3rem 0;
      text-align: center;
}

.highlight-box h3 {
  margin-top: 0;
      color: var(--pmx-text);
}

.highlight-box p:last-child {
  margin-bottom: 0;
}

.pricing-card-single {
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.1), rgba(160, 32, 240, 0.05));
      border: 2px solid var(--pmx-purple);
      border-radius: 24px;
      padding: 4rem 3rem;
      text-align: center;
      margin: 3rem auto;
      max-width: 800px;
      box-shadow: var(--pmx-shadow-purple);
}

.pricing-range {
  font-size: 3.5rem;
      font-weight: 800;
      background: var(--pmx-gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
      margin-bottom: 0.5rem;
}

.pricing-period {
  color: var(--pmx-text-dim);
      font-size: 1.25rem;
      margin-bottom: 2rem;
}

.pricing-factors {
  text-align: left;
      margin: 2.5rem 0;
      padding: 2rem;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 16px;
}

.pricing-factors h4 {
  color: var(--pmx-purple-light);
      margin-bottom: 1.5rem;
      text-align: center;
}

.pricing-factors ul {
  list-style: none;
      padding: 0;
      display: grid;
      gap: 1rem;
}

.pricing-factors li {
  padding-left: 2rem;
      position: relative;
      color: var(--pmx-text-muted);
}

.pricing-factors li::before {
  content: "•";
      position: absolute;
      left: 0;
      color: var(--pmx-purple);
      font-weight: 700;
      font-size: 1.5rem;
}

.process-steps {
  display: grid;
      gap: 3rem;
      margin: 3rem 0;
}

.step {
  display: grid;
      grid-template-columns: 80px 1fr;
      gap: 2rem;
      align-items: start;
}

.step-number {
  width: 80px;
      height: 80px;
      background: var(--pmx-gradient);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      font-weight: 800;
      color: white;
      flex-shrink: 0;
}

.step-content h4 {
  margin-top: 0;
      color: var(--pmx-text);
}

.step-content p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .step {
    grid-template-columns: 60px 1fr;
        gap: 1.5rem;
  }
  .step-number {
    width: 60px;
        height: 60px;
        font-size: 1.5rem;
  }
}

}

}

.comparison-table {
  width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      margin: 3rem 0;
      background: var(--pmx-bg-card);
      border-radius: 20px;
      overflow: hidden;
}

.comparison-table thead {
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.15), rgba(160, 32, 240, 0.08));
}

.comparison-table th {
  padding: 1.5rem;
      text-align: left;
      color: var(--pmx-text);
      font-weight: 600;
      border-bottom: 2px solid var(--pmx-purple);
}

.comparison-table td {
  padding: 1.5rem;
      border-bottom: 1px solid var(--pmx-border);
      color: var(--pmx-text-muted);
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .comparison-table {
    font-size: 0.9rem;
  }
  .comparison-table th,
      .comparison-table td {
    padding: 1rem;
  }
}

}

}

.faq-grid {
  display: grid;
      gap: 1.5rem;
      margin: 3rem 0;
}

.faq-item {
  background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: 16px;
      padding: 2rem;
      transition: all var(--transition);
}

.faq-item:hover {
  border-color: var(--pmx-purple);
}

.faq-question {
  font-size: 1.25rem;
      font-weight: 600;
      color: var(--pmx-text);
      margin-bottom: 1rem;

.faq-answer {
  color: var(--pmx-text-muted);
      line-height: 1.7;

.faq-answer p:last-child {
  margin-bottom: 0;

.cta-section {
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.15), rgba(160, 32, 240, 0.05));
      border: 2px solid var(--pmx-purple);
      border-radius: 30px;
      padding: 5rem 3rem;
      text-align: center;
      margin: 5rem 0;

.cta-section h2 {
  margin-bottom: 1.5rem;

.cta-section p {
  max-width: 700px;
      margin: 0 auto 2.5rem;
      font-size: 1.25rem;

@media (max-width: 768px) {
  .cta-section {
    padding: 3rem 2rem;



.text-center {
  text-align: center;

.section-header {
  max-width: 800px;
      margin: 0 auto 4rem;
      text-align: center;