.hl_page-preview--content .col-e-dAncjs50,.hl_page-preview--content .row-yiZXbRhnUd,.hl_page-preview--content .section-PQiOF0NYP {
  box-shadow:none;padding:20px 0;margin:30px 0 0;background-color:var(--transparent);backdrop-filter:none;border-color:var(--black);border-width:2px;border-style:solid
}

.hl_page-preview--content .col-e-dAncjs50,.hl_page-preview--content .row-yiZXbRhnUd {
  margin:0 auto;padding:10px 5px;width:100%
}

.hl_page-preview--content .col-e-dAncjs50 {
  margin:0
}

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

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

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

.primex-content {
  font-family: "Poppins", sans-serif; background: #0a0a0a; color: #fff; line-height: 1.6;
}

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

.hero {
  min-height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(147, 51, 234, 0.15) 0%, #0a0a0a 100%);
      padding: 6rem 2rem;
      text-align: center;
}

.hero-eyebrow {
  color: #9333ea;
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      margin-bottom: 1.5rem;
      display: inline-block;
      background: rgba(147, 51, 234, 0.1);
      padding: 0.5rem 1.5rem;
      border-radius: 2rem;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
      margin-bottom: 1.5rem;
      line-height: 1.2;
}

.hero p {
  font-size: 1.125rem;
      color: #a1a1aa;
      margin-bottom: 2.5rem;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
}

.btn {
  display: inline-block;
      padding: 1rem 2rem;
      border-radius: 0.5rem;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s;
      margin: 0.5rem;
}

.btn-primary {
  background: linear-gradient(135deg, #9333ea, #7e22ce);
      color: white;
}

.btn-primary:hover {
  transform: translateY(-3px); box-shadow: 0 10px 30px rgba(147, 51, 234, 0.4);
}

.btn-secondary {
  background: rgba(147, 51, 234, 0.15);
      color: #9333ea;
      border: 2px solid #9333ea;
}

.btn-secondary:hover {
  background: #9333ea; color: white;
}

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

section.alt {
  background: #131313;
}

.primex-content h2 {
  font-size: clamp(1.75rem, 3vw, 3rem); margin-bottom: 1rem;
}

.section-intro {
  margin-bottom: 3rem;
      text-align: center;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
}

.section-intro h3 {
  color: #9333ea;
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 1rem;
      display: inline-block;
      background: rgba(147, 51, 234, 0.1);
      padding: 0.5rem 1rem;
      border-radius: 2rem;
}

.section-intro p {
  color: #a1a1aa;
      font-size: 1.125rem;
}

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

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

.card {
  background: #1a1a1a;
      border: 1px solid rgba(147, 51, 234, 0.2);
      border-radius: 1rem;
      padding: 2rem;
      transition: all 0.3s;
}

.card:hover {
  border-color: #9333ea;
      transform: translateY(-5px);
}

.card h3 {
  font-size: 1.25rem; margin-bottom: 0.75rem;
}

.card p {
  color: #a1a1aa; line-height: 1.6;
}

.card-icon {
  font-size: 2rem;
      margin-bottom: 1rem;
      display: block;
}

.practice-grid {
  display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
}

.practice-card {
  background: #1a1a1a;
      border: 1px solid rgba(147, 51, 234, 0.15);
      border-radius: 0.75rem;
      padding: 1.5rem;
      transition: all 0.3s;
}

.practice-card:hover {
  border-color: #9333ea;
      transform: translateY(-3px);
}

.practice-card h4 {
  font-size: 1.1rem;
      margin-bottom: 0.5rem;
      color: #fff;
}

.practice-card p {
  color: #a1a1aa;
      font-size: 0.95rem;
      line-height: 1.5;
}

.why-list {
  max-width: 800px;
      margin: 0 auto;
}

.why-item {
  display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 1.5rem;
      padding: 1.25rem;
      background: #1a1a1a;
      border: 1px solid rgba(147, 51, 234, 0.15);
      border-radius: 0.75rem;
}

.why-icon {
  font-size: 1.5rem;
      flex-shrink: 0;
      margin-top: 0.1rem;
}

.why-item h4 {
  font-size: 1.05rem;
      margin-bottom: 0.25rem;
}

.why-item p {
  color: #a1a1aa;
      font-size: 0.95rem;
      line-height: 1.5;
}

.process-steps {
  display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      max-width: 1000px;
      margin: 0 auto;
}

.process-step {
  text-align: center;
      padding: 2rem 1.5rem;
      background: #1a1a1a;
      border: 1px solid rgba(147, 51, 234, 0.15);
      border-radius: 1rem;
}

.process-number {
  font-size: 2.5rem;
      font-weight: 800;
      color: #9333ea;
      line-height: 1;
      margin-bottom: 1rem;
}

.process-step h4 {
  font-size: 1.1rem;
      margin-bottom: 0.5rem;
}

.process-step p {
  color: #a1a1aa;
      font-size: 0.9rem;
      line-height: 1.5;
}

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

.faq-item {
  background: #1a1a1a;
      border-left: 3px solid #9333ea;
      border-radius: 0.5rem;
      padding: 1.75rem;
      margin-bottom: 1.5rem;
}

.faq-item h3 {
  color: #9333ea; font-size: 1.1rem; margin-bottom: 0.75rem; cursor: pointer;
}

.faq-item p {
  color: #a1a1aa; line-height: 1.7;
}

.cta-section {
  text-align: center;
      padding: 8rem 2rem;
      background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(126, 34, 206, 0.15));
}

.cta-section h2 {
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.125rem; color: #a1a1aa; margin-bottom: 2rem;
}

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

.stat-card {
  background: #1a1a1a;
      border: 1px solid rgba(147, 51, 234, 0.2);
      border-radius: 1rem;
      padding: 2rem;
      text-align: center;
}

.stat-number {
  font-size: 2.5rem; font-weight: 800; color: #9333ea; line-height: 1; margin-bottom: 0.5rem;
}

.stat-label {
  color: #a1a1aa; font-size: 0.95rem;
}

.medical-district {
  background: #131313;
      border: 1px solid rgba(147, 51, 234, 0.15);
      border-radius: 1rem;
      padding: 2.5rem;
      margin-bottom: 2rem;
}

.medical-district h3 {
  font-size: 1.5rem;
      margin-bottom: 1rem;
}

.medical-district p {
  color: #a1a1aa;
      line-height: 1.7;
      margin-bottom: 1rem;
}

.medical-district a {
  color: #9333ea;
      text-decoration: none;
      font-weight: 500;
}

.medical-district a:hover {
  text-decoration: underline;
}

.serving-grid {
  display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      justify-content: center;
}

.serving-link {
  display: inline-block;
      background: rgba(147, 51, 234, 0.1);
      border: 1px solid rgba(147, 51, 234, 0.25);
      color: #9333ea;
      padding: 0.5rem 1.25rem;
      border-radius: 2rem;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 500;
      transition: all 0.3s;
}

.serving-link:hover {
  background: #9333ea;
      color: white;
      transform: translateY(-2px);
}

.internal-links {
  display: flex;
      flex-wrap: wrap;
      gap: 0.5rem 1.5rem;
      justify-content: center;
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(147, 51, 234, 0.1);
}

.internal-links a {
  color: #a1a1aa;
      text-decoration: none;
      font-size: 0.85rem;
      transition: color 0.3s;
}

.internal-links a:hover {
  color: #9333ea;
}

@media (max-width: 768px) {
  .hero {
    padding: 4rem 1.5rem;
  }
  .primex-content section {
    padding: 3rem 0;
  }
  .cta-section {
    padding: 4rem 1.5rem;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .practice-grid {
    grid-template-columns: 1fr;
  }
}