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

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

}

}

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

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

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

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

#col-peEJ9xCvm6>.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: #c084fc;
      --pmx-purple-glow: rgba(160, 32, 240, 0.4);
      --pmx-bg: #000000;
      --pmx-bg-elevated: #0a0a0a;
      --pmx-bg-card: #0f0f0f;
      --pmx-bg-section: #050505;
      --pmx-text-main: #ffffff;
      --pmx-text-muted: #a1a1aa;
      --pmx-text-subtle: #71717a;
      --pmx-border: #222222;
      --pmx-border-light: #333333;
      --transition: 0.3s ease;
      --radius: 1rem;
      --radius-lg: 1.5rem;
      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.5);
      --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.6);
      --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.7);
      --shadow-purple: 0 16px 32px rgba(160, 32, 240, 0.3);
      --gradient-purple: linear-gradient(135deg, var(--pmx-purple), var(--pmx-purple-dark));
      --gradient-dark: linear-gradient(135deg, #0a0a0a, #1a1a1a, #0a0a0a);
}

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

.city-hub {
  width: 100%;
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.hero {
  position: relative;
      min-height: 90vh;
      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;
}

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

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

.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;
      max-width: 900px;
}

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

.cta-row {
  display: flex;
      gap: 1.5rem;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 4rem;
}

.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;
      cursor: pointer;
      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);
}

.trust-bullets {
  list-style: none; display: flex; flex-direction: column; gap: 1.25rem; max-width: 750px; margin: 0 auto;
}

.trust-bullets li {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
      font-size: 1.0625rem; color: var(--pmx-text-muted); text-align: center; padding: 0 1rem;
}

.trust-bullets li::before {
  content: "✓"; color: var(--pmx-purple); font-weight: 700; font-size: 1.25rem; flex-shrink: 0;
}

.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;
      max-width: 900px;
      position: relative;
      display: block;
      width: 100%;
}

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

.service-bullets {
  list-style: none;
      background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius-lg);
      padding: 3rem 2.5rem;
      text-align: left;
}

.service-bullets li {
  padding: 1.125rem 0 1.125rem 2.25rem;
      border-bottom: 1px solid var(--pmx-border);
      color: var(--pmx-text-muted);
      font-size: 1.0625rem;
      position: relative;
      transition: all var(--transition);
}

.service-bullets li::before {
  content: "◆"; position: absolute; left: 0; color: var(--pmx-purple); font-size: 0.875rem;
}

.internal-links {
  margin-top: 3rem;
      padding: 2.5rem;
      background: rgba(160, 32, 240, 0.08);
      border-left: 4px solid var(--pmx-purple);
      border-radius: var(--radius);
      font-size: 1.0625rem;
      color: var(--pmx-text-main);
      text-align: center;
      line-height: 1.9;
}

.internal-links a {
  color: var(--pmx-purple-light);
      text-decoration: none;
      font-weight: 600;
      transition: color var(--transition);
      border-bottom: 2px solid transparent;
}

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

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

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

.mini-bullets {
  list-style: none; margin: 1.5rem 0; padding: 0; text-align: left; width: 100%;
}

.mini-bullets li {
  padding: 0.625rem 0 0.625rem 2rem; color: var(--pmx-text-muted); position: relative; font-size: 0.9375rem;
}

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

.card .btn {
  margin-top: auto; width: 100%;
}

.feature {
  background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius-lg);
      padding: 3rem 2.5rem;
      transition: all var(--transition);
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
}

.feature h3 {
  font-size: 1.625rem; margin-bottom: 1.25rem; color: var(--pmx-text-main); font-weight: 700; line-height: 1.3;
}

.feature p {
  color: var(--pmx-text-muted); line-height: 1.9; font-size: 1.0625rem;
}

.example-card {
  background: linear-gradient(135deg, var(--pmx-bg-card), var(--pmx-bg-elevated));
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius-lg);
      padding: 3rem 2.5rem;
      position: relative;
      overflow: hidden;
      transition: all var(--transition);
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
}

.example-card::after {
  content: "";
      position: absolute;
      top: 0; right: 0; width: 120px; height: 120px;
      background: radial-gradient(circle, rgba(160, 32, 240, 0.2), transparent);
      border-radius: 50%;
      transform: translate(40%, -40%);
      transition: all var(--transition);
}

.example-card:hover::after {
  transform: translate(30%, -30%) scale(1.5);
}

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

.example-card h3 {
  font-size: 1.625rem; margin-bottom: 1.25rem; color: var(--pmx-text-main); font-weight: 700; position: relative; z-index: 1; line-height: 1.3;
}

.example-card p {
  color: var(--pmx-text-muted); line-height: 1.9; position: relative; z-index: 1; font-size: 1.0625rem;
}

.chips {
  list-style: none; display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; justify-content: center;
}

.chips li {
  background: rgba(160, 32, 240, 0.15);
      border: 1px solid var(--pmx-purple);
      color: var(--pmx-purple-light);
      padding: 0.75rem 1.5rem;
      border-radius: 2rem;
      font-size: 0.9375rem;
      font-weight: 500;
      transition: all var(--transition);
      cursor: default;
}

.chips li:hover {
  background: rgba(160, 32, 240, 0.25); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(160, 32, 240, 0.3);
}

.stats-section {
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.05), rgba(138, 26, 204, 0.05)); padding: 7rem 0;
}

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

.stat-card {
  background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius-lg);
      padding: 2.5rem 1.5rem;
      text-align: center;
      transition: all var(--transition);
      position: relative;
      overflow: hidden;
}

.stat-card::before {
  content: "";
      position: absolute;
      top: 0; left: 0; right: 0; height: 4px;
      background: var(--gradient-purple);
      transform: scaleX(0);
      transition: transform var(--transition);
}

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

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

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

.stat-label {
  font-size: 0.9375rem; color: var(--pmx-text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em;
}

.equipment-section {
  margin-top: 5rem;
      padding: 3rem;
      background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius-lg);
      text-align: center;
}

.equipment-section h3 {
  font-size: 2rem; margin-bottom: 1rem; color: var(--pmx-text-main); font-weight: 700;
}

.equipment-section > p {
  font-size: 1.125rem;
      color: var(--pmx-text-muted);
      margin-bottom: 2.5rem;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
}

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

.equipment-item {
  background: var(--pmx-bg-elevated);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius);
      padding: 1.5rem;
      font-size: 1rem;
      color: var(--pmx-text-muted);
      transition: all var(--transition);
}

.equipment-item:hover {
  border-color: var(--pmx-purple); transform: translateX(5px);
}

.equipment-item strong {
  color: var(--pmx-text-main); display: block; margin-bottom: 0.5rem; font-size: 1.0625rem;
}

.pricing-section {
  padding: 7rem 0; background: var(--pmx-bg);
}

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

.pricing-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);
      position: relative;
      display: flex;
      flex-direction: column;
}

.pricing-card.featured {
  border-color: var(--pmx-purple); box-shadow: var(--shadow-purple); transform: scale(1.05);
}

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

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-8px);
}

.pricing-badge {
  position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--gradient-purple);
      color: white;
      padding: 0.5rem 1.5rem;
      border-radius: 2rem;
      font-size: 0.8125rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      box-shadow: var(--shadow-md);
}

.pricing-tier {
  font-size: 1.5rem; font-weight: 700; color: var(--pmx-purple-light); margin-bottom: 1rem; margin-top: 0.5rem;
}

.pricing-range {
  font-family: "Playfair Display", serif;
      font-size: 2.5rem;
      font-weight: 800;
      color: var(--pmx-text-main);
      margin-bottom: 1.5rem;
      line-height: 1;
}

.pricing-description {
  font-size: 1rem;
      color: var(--pmx-text-muted);
      line-height: 1.7;
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      border-bottom: 1px solid var(--pmx-border);
}

.pricing-features {
  list-style: none; text-align: left; margin-bottom: 2rem; flex-grow: 1;
}

.pricing-features li {
  padding: 0.75rem 0 0.75rem 2rem;
      color: var(--pmx-text-muted);
      font-size: 0.9375rem;
      position: relative;
      line-height: 1.6;
}

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

.pricing-note {
  margin-top: 4rem;
      padding: 3rem;
      background: linear-gradient(135deg, rgba(160, 32, 240, 0.08), rgba(160, 32, 240, 0.03));
      border: 1px solid var(--pmx-purple);
      border-radius: var(--radius-lg);
      text-align: center;
}

.pricing-note h3 {
  font-size: 2rem; margin-bottom: 2rem; color: var(--pmx-text-main); font-weight: 700;
}

.pricing-factors {
  display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      margin-bottom: 2.5rem;
      text-align: left;
}

.factor-item {
  background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius);
      padding: 1.5rem;
      font-size: 0.9375rem;
      color: var(--pmx-text-muted);
      transition: all var(--transition);
}

.factor-item:hover {
  border-color: var(--pmx-purple); transform: translateX(5px);
}

.factor-item strong {
  color: var(--pmx-text-main); display: block; margin-bottom: 0.5rem; font-size: 1rem;
}

.pricing-cta-text {
  font-size: 1.125rem; color: var(--pmx-text-main); margin-bottom: 2rem; line-height: 1.8;
}

.why-local {
  padding: 7rem 0; background: var(--pmx-bg-section);
}

.local-benefit {
  background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius-lg);
      padding: 2.5rem;
      transition: all var(--transition);
      height: 100%;
}

.local-benefit:hover {
  border-color: var(--pmx-purple); transform: translateY(-5px); box-shadow: var(--shadow-md);
}

.local-benefit h3 {
  font-size: 1.5rem; margin-bottom: 1.25rem; color: var(--pmx-purple-light); font-weight: 700;
}

.local-benefit p {
  color: var(--pmx-text-muted); line-height: 1.9; font-size: 1.0625rem;
}

.comparison-table {
  margin-top: 5rem;
      padding: 3rem;
      background: linear-gradient(135deg, rgba(160, 32, 240, 0.08), rgba(160, 32, 240, 0.03));
      border: 1px solid var(--pmx-purple);
      border-radius: var(--radius-lg);
}

.comparison-table h3 {
  font-size: 2rem; margin-bottom: 2.5rem; color: var(--pmx-text-main); font-weight: 700; text-align: center;
}

.comparison-grid {
  display: grid; gap: 1rem; max-width: 900px; margin: 0 auto;
}

.comparison-row {
  display: grid;
      grid-template-columns: 200px 1fr 1fr;
      gap: 1.5rem;
      background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius);
      padding: 1.5rem;
      align-items: center;
      transition: all var(--transition);
}

.comparison-row:hover {
  border-color: var(--pmx-purple); transform: translateX(5px);
}

.comparison-label {
  font-weight: 600; color: var(--pmx-text-main); font-size: 1rem;
}

.comparison-local {
  color: var(--pmx-purple-light); font-weight: 500; font-size: 0.9375rem;
}

.comparison-national {
  color: var(--pmx-text-subtle); font-size: 0.9375rem;
}

.serving-katy h3 {
  font-size: 2rem;
      margin: 4rem auto 2rem;
      color: var(--pmx-text-main);
      font-weight: 700;
      text-align: center;
      max-width: 800px;
}

.serving-katy > .container > p {
  text-align: center;
}

.note {
  background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius-lg);
      padding: 2.5rem;
      height: 100%;
}

.note h4 {
  font-size: 1.375rem; margin-bottom: 1.5rem; color: var(--pmx-purple-light); font-weight: 600; text-align: center;
}

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

.note ul li {
  padding: 1rem 0 1rem 2rem;
      border-bottom: 1px solid var(--pmx-border);
      color: var(--pmx-text-muted);
      position: relative;
      text-align: left;
      line-height: 1.8;
}

.note ul li:last-child {
  border-bottom: none;
}

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

.note ul li strong {
  color: var(--pmx-text-main); font-weight: 600;
}

.map-embed {
  margin-top: 4rem; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--pmx-border);
}

.map-placeholder {
  background: var(--pmx-bg-card); padding: 5rem 2rem; text-align: center; color: var(--pmx-text-muted);
}

.map-placeholder strong {
  display: block; font-size: 1.375rem; color: var(--pmx-purple-light); margin-bottom: 1rem;
}

.proof-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)); gap: 2.5rem; margin-bottom: 4rem;
}

.proof {
  background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius-lg);
      overflow: hidden;
      transition: all var(--transition);
      text-align: center;
}

.proof:hover {
  border-color: var(--pmx-purple); transform: translateY(-8px); box-shadow: var(--shadow-md);
}

.proof img {
  width: 100%; height: 280px; object-fit: cover; display: block; border-bottom: 3px solid var(--pmx-purple);
}

.primex-content figcaption {
  padding: 2.5rem; color: var(--pmx-text-muted); line-height: 1.9; text-align: left;
}

.primex-content figcaption strong {
  display: block; color: var(--pmx-text-main); font-size: 1.25rem; margin-bottom: 1rem; font-weight: 600; text-align: center;
}

.mini-testimonials {
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.1), rgba(160, 32, 240, 0.05));
      border: 1px solid var(--pmx-purple);
      border-radius: var(--radius-lg);
      padding: 4rem 3rem;
      margin-top: 4rem;
      text-align: center;
}

.mini-testimonials h3 {
  font-size: 2rem; margin-bottom: 2rem; color: var(--pmx-text-main); font-weight: 700;
}

.primex-content blockquote {
  border-left: 4px solid var(--pmx-purple); padding-left: 2.5rem; margin: 2.5rem auto; max-width: 900px; text-align: left;
}

.primex-content blockquote p {
  font-size: 1.375rem; font-style: italic; color: var(--pmx-text-main); line-height: 1.9; margin-bottom: 1.5rem;
}

.primex-content blockquote footer {
  color: var(--pmx-purple-light); font-size: 1.0625rem; font-style: normal; font-weight: 600;
}

.steps {
  margin-top: 3rem;
}

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

.step::before {
  content: "";
      position: absolute;
      top: 0; left: 50%;
      transform: translateX(-50%) scaleY(0);
      width: 80%; height: 4px;
      background: var(--gradient-purple);
      transform-origin: top;
      transition: transform var(--transition);
}

.step:hover {
  border-color: var(--pmx-purple); transform: translateY(-5px); box-shadow: var(--shadow-md);
}

.step:hover::before {
  transform: translateX(-50%) scaleY(1);
}

.step h3 {
  font-size: 1.75rem; margin-bottom: 1.25rem; color: var(--pmx-purple-light); font-weight: 700;
}

.step p {
  color: var(--pmx-text-muted); line-height: 1.9; font-size: 1.0625rem;
}

.faq-item {
  background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius);
      margin-bottom: 1.5rem;
      overflow: hidden;
      transition: all var(--transition);
}

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

.faq-item summary {
  padding: 2rem 2.5rem;
      font-size: 1.125rem;
      font-weight: 600;
      color: var(--pmx-text-main);
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all var(--transition);
      text-align: left;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
      font-size: 2rem;
      color: var(--pmx-purple);
      transition: transform var(--transition);
      flex-shrink: 0;
      margin-left: 1rem;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item summary:hover {
  background: rgba(160, 32, 240, 0.05);
}

.faq-item > div {
  padding: 0 2.5rem 2rem 2.5rem; color: var(--pmx-text-muted); line-height: 1.9; text-align: left;
}

.faq-item[open] {
  border-color: var(--pmx-purple);
}

.nearby-links {
  list-style: none;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      margin-top: 2.5rem;
}

.nearby-links li a {
  display: block;
      background: var(--pmx-bg-card);
      border: 1px solid var(--pmx-border);
      border-radius: var(--radius);
      padding: 2rem 1.5rem;
      color: var(--pmx-purple-light);
      text-decoration: none;
      font-weight: 600;
      font-size: 1.0625rem;
      transition: all var(--transition);
      text-align: center;
}

.nearby-links li a:hover {
  background: rgba(160, 32, 240, 0.1);
      border-color: var(--pmx-purple);
      transform: translateY(-5px);
      box-shadow: var(--shadow-md);
}

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

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

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

.bottom-cta > .container > p {
  font-size: 1.25rem; max-width: 850px; margin: 0 auto 3rem;
}

.bottom-cta .fineprint {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .primex-content .container {
    padding: 0 1.5rem;
  }
  .primex-content section {
    padding: 5rem 0;
  }
  .hero {
    min-height: 75vh; padding: 7rem 0 5rem;
  }
  .cta-row {
    flex-direction: column; width: 100%;
  }
  .btn {
    width: 100%; justify-content: center;
  }
  .grid-2, .grid-3 {
    grid-template-columns: 1fr;
  }
  .card, .feature, .example-card, .step, .service-bullets, .note {
    padding: 2.5rem 2rem;
  }
  .primex-content blockquote {
    padding-left: 2rem;
  }
  .primex-content blockquote p {
    font-size: 1.25rem;
  }
  .mini-testimonials {
    padding: 3rem 2rem;
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .trust-bullets li {
    text-align: left; justify-content: flex-start;
  }
  .faq-item summary {
    padding: 1.5rem 1.75rem;
  }
  .faq-item > div {
    padding: 0 1.75rem 1.75rem 1.75rem;
  }
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-card.featured {
    transform: scale(1);
  }
  .pricing-card.featured:hover {
    transform: translateY(-8px);
  }
  .comparison-row {
    grid-template-columns: 1fr; gap: 1rem;
  }
  .comparison-label {
    font-weight: 700; border-bottom: 1px solid var(--pmx-border); padding-bottom: 0.5rem;
  }
}

}

}

@media (max-width: 480px) {
  .primex-content .container {
    padding: 0 1rem;
  }
  .hero {
    padding: 6rem 0 4rem;
  }
  .eyebrow {
    font-size: 0.8125rem; padding: 0.5rem 1.25rem;
  }
  .card, .feature, .example-card, .step, .service-bullets, .note {
    padding: 2rem 1.5rem;
  }
  .mini-testimonials {
    padding: 2.5rem 1.5rem;
  }
  .primex-content blockquote p {
    font-size: 1.125rem;
  }
  .faq-item summary {
    padding: 1.25rem 1.5rem; font-size: 1rem;
  }
  .faq-item > div {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}

}

.card, .feature, .example-card, .proof, .step {
  animation: fadeInUp 0.6s ease-out backwards;

.card:nth-child(1) {
  animation-delay: 0.1s;

.card:nth-child(2) {
  animation-delay: 0.2s;

.card:nth-child(3) {
  animation-delay: 0.3s;

.card:nth-child(4) {
  animation-delay: 0.4s;