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

#hl_main_popup-6DKLamFV2m.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;border-radius:0;background-color:var(--white);width:720px
}

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

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

}

}

.hl_page-preview--content .col-frOK-paMt1,.hl_page-preview--content .row-BpTqGjTgEx,.hl_page-preview--content .section-Mlr9C3e02W {
  box-shadow:none;padding:30px 0 20px;margin:20px 0 0;background-color:var(--transparent);backdrop-filter:none;border-color:var(--black);border-width:0;border-style:none;border-radius:0
}

.hl_page-preview--content .col-frOK-paMt1,.hl_page-preview--content .row-BpTqGjTgEx {
  margin:0 auto;padding:10px 5px;width:100%
}

.hl_page-preview--content .col-frOK-paMt1 {
  margin:0
}

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

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

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

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

.primex-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.6;
            color: #ffffff;
            background-color: #000000;
}

.hero {
  background: #000000;
            color: white;
            padding: 80px 20px;
            text-align: center;
}

.hero-container {
  max-width: 900px;
            margin: 0 auto;
}

.hero h1 {
  font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
}

.hero .subheading {
  font-size: 22px;
            margin-bottom: 30px;
            opacity: 0.95;
            font-weight: 300;
}

.hero p {
  font-size: 18px;
            margin-bottom: 40px;
            opacity: 0.9;
            line-height: 1.7;
}

.cta-button {
  display: inline-block;
            background-color: #a020f0;
            color: white;
            padding: 16px 40px;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
            margin: 10px 10px;
}

.cta-button:hover {
  background-color: #8a1acc;
}

.cta-button-secondary {
  background-color: transparent;
            border: 2px solid white;
            color: white;
}

.cta-button-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.stats-section {
  background-color: #0a0a0a;
            padding: 60px 20px;
}

.stats-container {
  max-width: 1200px;
            margin: 0 auto;
}

.stats-grid {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-top: 40px;
}

.stat-box {
  background: #0f0f0f;
            padding: 30px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 48px;
            font-weight: 700;
            color: #a020f0;
            margin-bottom: 10px;
}

.stat-label {
  font-size: 16px;
            color: #a1a1aa;
            font-weight: 500;
}

.content-section {
  padding: 60px 20px;
            background-color: #0f0f0f;
}

.content-section.gray-bg {
  background-color: #0a0a0a;
}

.content-container {
  max-width: 1000px;
            margin: 0 auto;
}

.section-title {
  font-size: 36px;
            font-weight: 700;
            margin-bottom: 30px;
            color: #a020f0;
}

.section-subtitle {
  font-size: 20px;
            font-weight: 600;
            color: #a020f0;
            margin-top: 30px;
            margin-bottom: 15px;
}

.content-section p {
  font-size: 16px;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #555;
}

.content-section ul {
  margin-left: 20px;
            margin-bottom: 20px;
}

.content-section li {
  margin-bottom: 12px;
            font-size: 16px;
            line-height: 1.7;
            color: #555;
}

.services-grid {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 40px;
}

.service-card {
  background: #0f0f0f;
            border: 2px solid #a020f0;
            border-radius: 8px;
            padding: 30px;
            transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 8px 20px rgba(157, 78, 221, 0.2);
            border-color: #a020f0;
            transform: translateY(-3px);
}

.service-icon {
  font-size: 40px;
            margin-bottom: 15px;
}

.service-card h3 {
  font-size: 20px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 12px;
}

.service-card p {
  font-size: 15px;
            color: #a1a1aa;
            line-height: 1.7;
            margin-bottom: 20px;
}

.service-card a {
  color: #a020f0;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
}

.service-card a:hover {
  color: #8a1acc;
}

.testimonial-box {
  background: #000000;
            color: white;
            padding: 40px;
            border-radius: 8px;
            margin: 40px 0;
            font-style: italic;
            font-size: 18px;
            line-height: 1.8;
            border-left: 4px solid #a020f0;
}

.testimonial-author {
  font-style: normal;
            font-weight: 600;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.process-section {
  background: #000000;
            color: white;
            padding: 80px 20px;
}

.process-container {
  max-width: 1200px;
            margin: 0 auto;
}

.process-section h2 {
  text-align: center;
            font-size: 36px;
            margin-bottom: 60px;
}

.process-grid {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
}

.process-step {
  text-align: center;
}

.step-number {
  font-size: 60px;
            font-weight: 700;
            opacity: 0.3;
            margin-bottom: 15px;
}

.process-step h3 {
  font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
}

.process-step p {
  font-size: 15px;
            opacity: 0.9;
            line-height: 1.7;
}

.why-section {
  padding: 60px 20px;
            background-color: #0a0a0a;
}

.why-container {
  max-width: 1000px;
            margin: 0 auto;
}

.why-grid {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 30px;
            margin-top: 40px;
}

.why-item {
  background: #0f0f0f;
            padding: 25px;
            border-radius: 6px;
            border-left: 4px solid #a020f0;
}

.why-item h3 {
  font-size: 18px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 10px;
}

.why-item p {
  font-size: 15px;
            color: #a1a1aa;
            line-height: 1.7;
}

.faq-section {
  padding: 60px 20px;
            background-color: #0f0f0f;
}

.faq-container {
  max-width: 900px;
            margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #222222;
            padding: 25px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 18px;
            font-weight: 600;
            color: #a020f0;
            margin-bottom: 12px;
            cursor: pointer;
}

.faq-answer {
  font-size: 15px;
            color: #a1a1aa;
            line-height: 1.8;
}

.final-cta {
  background: #000000;
            color: white;
            padding: 80px 20px;
            text-align: center;
}

.final-cta-container {
  max-width: 800px;
            margin: 0 auto;
}

.final-cta h2 {
  font-size: 40px;
            font-weight: 700;
            margin-bottom: 20px;
}

.final-cta p {
  font-size: 18px;
            margin-bottom: 40px;
            opacity: 0.95;
            line-height: 1.7;
}

.trust-badges {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin-top: 40px;
            font-size: 14px;
}

.badge {
  background-color: rgba(157, 78, 221, 0.2);
            padding: 15px;
            border-radius: 6px;
            border-left: 3px solid #a020f0;
}

.hipaa-section {
  background-color: #f0e8f7;
            padding: 40px;
            border-radius: 8px;
            margin: 40px 0;
            border-left: 4px solid #a020f0;
}

.hipaa-section h3 {
  color: #000000;
            margin-bottom: 15px;
            font-size: 20px;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 32px;
  }
  .hero .subheading {
    font-size: 18px;
  }
  .section-title {
    font-size: 28px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
                gap: 20px;
  }
  .stat-number {
    font-size: 36px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
                gap: 20px;
  }
  .step-number {
    font-size: 48px;
  }
  .cta-button {
    display: block;
                margin: 10px 0;
                width: 100%;
                max-width: 300px;
  }
  .final-cta h2 {
    font-size: 28px;
  }
  .testimonial-box {
    padding: 30px;
                font-size: 16px;
  }
}

}

}

@media (max-width: 480px) {
  .hero {
    padding: 50px 15px;
  }
  .hero h1 {
    font-size: 24px;
  }
  .hero .subheading {
    font-size: 16px;
  }
  .section-title {
    font-size: 22px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .stat-number {
    font-size: 28px;
  }
  .content-section {
    padding: 40px 15px;
  }
  .trust-badges {
    grid-template-columns: 1fr;
  }
  .hipaa-section {
    padding: 25px;
  }


.primex-content a {
  color: #a020f0;
            text-decoration: none;

.primex-content a:hover {
  text-decoration: underline;

.highlight {
  font-weight: 600;
            color: #000000;