.hl_page-preview--content .col-KJZWKkPIsg,.hl_page-preview--content .row-IwbgmqsZkJ,.hl_page-preview--content .section-2I0g3TYna {
  box-shadow:none;padding:40px 0 20px;margin:20px 0 0;background-color:var(--transparent);backdrop-filter:none;border-color:var(--black);border-width:2px;border-style:solid
}

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

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

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

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

#col-KJZWKkPIsg>.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;
}

.breadcrumb {
  background: #0a0a0a;
            padding: 12px 20px;
            font-size: 14px;
            color: #a1a1aa;
}

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

.breadcrumb a {
  color: #a020f0;
            text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 8px;
            opacity: 0.5;
}

.breadcrumb .current {
  color: #ffffff;
            font-weight: 500;
}

.eyebrow {
  display: inline-block;
            background: rgba(160, 32, 240, 0.15);
            color: #a020f0;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 20px;
}

.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;
}

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

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

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

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

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

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

.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;
}

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

.practice-area-card {
  background: #0f0f0f;
            border: 1px solid #222222;
            border-radius: 8px;
            padding: 25px 20px;
            text-align: center;
            transition: all 0.3s ease;
}

.practice-area-card:hover {
  border-color: #a020f0;
            transform: translateY(-2px);
}

.practice-area-icon {
  font-size: 32px;
            margin-bottom: 10px;
}

.practice-area-card h3 {
  font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 0;
}

.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;
}

.also-serving {
  padding: 60px 20px;
            background-color: #0f0f0f;
}

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

.also-serving-grid {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
            margin-top: 30px;
}

.also-serving-link {
  display: block;
            background: #0a0a0a;
            border: 1px solid #222222;
            border-radius: 6px;
            padding: 18px 20px;
            color: #ffffff;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.3s ease;
}

.also-serving-link:hover {
  border-color: #a020f0;
            color: #a020f0;
            text-decoration: none;
            transform: translateY(-2px);
}

.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;
}

.phone-number {
  font-size: 24px;
            font-weight: 700;
            color: #a020f0;
            margin-bottom: 30px;
            display: block;
}

.phone-number a {
  color: #a020f0;
}

.phone-number a:hover {
  text-decoration: underline;
}

.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(160, 32, 240, 0.15);
            padding: 15px;
            border-radius: 6px;
            border-left: 3px solid #a020f0;
}

.internal-links {
  padding: 40px 20px;
            background-color: #0a0a0a;
}

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

.internal-links-grid {
  display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 10px;
            margin-top: 20px;
}

.internal-links-grid a {
  display: block;
            color: #a020f0;
            text-decoration: none;
            font-size: 14px;
            padding: 6px 0;
            border-bottom: 1px solid #1a1a1a;
            transition: color 0.2s ease;
}

.internal-links-grid a:hover {
  color: #ffffff;
            text-decoration: none;
}

@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,
            .benefit-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;
  }
  .practice-areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

}

}

@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;
  }
  .practice-areas-grid {
    grid-template-columns: 1fr;
  }
  .stat-number {
    font-size: 28px;
  }
  .content-section {
    padding: 40px 15px;
  }
  .trust-badges {
    grid-template-columns: 1fr;
  }
}

}

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

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

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