.hl_page-preview--content .section-9gkSFR2z5i {
  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
}

@media screen and (min-width:0px) and (max-width:480px) {
  .hl_page-preview--content .section-9gkSFR2z5i {
    margin-top:20px;padding-bottom:50px
  }
}

}

}

.hl_page-preview--content .col-Riy7WjuYqk,.hl_page-preview--content .row-GHGbJlQcrN {
  margin:0 auto;box-shadow:none;padding:10px 5px;background-color:var(--transparent);backdrop-filter:none;border-color:var(--black);border-width:0;border-style:none;border-radius:0;width:100%
}

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

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

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

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

.primex-content {
  --pmx-purple: #a020f0;
      --pmx-purple-dark: #8a1acc;
      --pmx-purple-hover: #8a1acc;
      --pmx-purple-light: rgba(160, 32, 240, 0.1);
      --pmx-purple-glow: rgba(160, 32, 240, 0.4);
      --pmx-bg: #000000;
      --pmx-bg-elevated: #0a0a0a;
      --pmx-bg-card: #0f0f0f;
      --pmx-bg-grey: #1a1a1a;
      --pmx-nav-bg: #0a0a0a;
      --pmx-text-main: #ffffff;
      --pmx-text: #ffffff;
      --pmx-text-muted: #999999;
      --pmx-gray: #999;
      --pmx-border: #222222;
      --pmx-gradient: linear-gradient(135deg, var(--pmx-purple), var(--pmx-purple-dark));
      --pmx-gradient-grey: linear-gradient(135deg, #0a0a0a, #1a1a1a, #0a0a0a);
      --pmx-gradient-purple-subtle: linear-gradient(135deg, rgba(0,0,0,0.95), rgba(26,10,26,0.95), rgba(0,0,0,0.95));
      --pmx-shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
      --pmx-shadow-md: 0 8px 24px rgba(0,0,0,0.6);
      --pmx-shadow-lg: 0 20px 40px rgba(0,0,0,0.7);
      --pmx-shadow-purple: 0 16px 32px rgba(160,32,240,0.3);
      --spacing-unit: 1rem;
      --transition-speed: 0.3s;
}

@keyframes fadeInUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }

@keyframes scroll-logos { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

@keyframes bounce {
      0%,20%,50%,80%,100% { transform: translateX(-50%) translateY(0); }
      40% { transform: translateX(-50%) translateY(-10px); }
      60% { transform: translateX(-50%) translateY(-5px); }
    }

@keyframes scroll-wheel {
      0% { opacity: 1; transform: translateX(-50%) translateY(0); }
      100% { opacity: 0; transform: translateX(-50%) translateY(12px); }
    }

.primex-content *, .primex-content *::before, .primex-content *::after {
  box-sizing: border-box;
}

.primex-content {
  margin: 0; padding: 0; background: #000; color: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.hero-section {
  position: relative;
      height: 100vh;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
}

@media (max-width: 640px) {
  .hero-section {
    height: auto;
        min-height: unset;
        padding: 100px 1rem 3rem;
        align-items: flex-start;
  }
}

}

}

.hero-bg {
  position: absolute;
      inset: 0;
      background-image: url("https://assets.cdn.filesafe.space/W76WTHYm5nHSJIBGdSgR/media/69d69bd4ebf1a608433d6280.webp");
      background-size: cover;
      background-position: center 30%;
      z-index: 1;
}

.hero-overlay {
  position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(0,0,0,0.82) 0%, rgba(160,32,240,0.25) 100%);
      z-index: 2;
}

.hero-content {
  position: relative;
      z-index: 3;
      width: 100%;
      padding: 2rem;
      text-align: center;
}

.hero-container {
  max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      background: rgba(0,0,0,0.5);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      border-radius: 2rem;
      padding: 3rem 3rem 2.5rem;
      border: 1px solid rgba(160,32,240,0.15);
      box-shadow: 0 8px 60px rgba(0,0,0,0.7);
}

.hero-eyebrow {
  display: inline-flex;
      align-items: center;
      gap: .5rem;
      font-size: .78rem;
      text-transform: uppercase;
      letter-spacing: .22em;
      color: var(--pmx-purple);
      font-weight: 700;
      margin-bottom: 1.25rem;
      animation: fadeInUp .7s ease both;
      text-shadow: 0 0 20px rgba(0,0,0,1), 0 2px 8px rgba(0,0,0,1);
}

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

.hero-title {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
      font-weight: 800;
      line-height: 1.1;
      margin: 0 0 1.25rem;
      color: #fff;
      text-shadow: 0 2px 4px rgba(0,0,0,1), 0 4px 20px rgba(0,0,0,1), 0 8px 40px rgba(0,0,0,.9);
      animation: fadeInUp .8s ease .1s both;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
      line-height: 1.8;
      color: #e0e0e0;
      margin: 0 auto 2.5rem;
      max-width: 700px;
      text-shadow: 0 2px 4px rgba(0,0,0,1), 0 4px 16px rgba(0,0,0,1);
      animation: fadeInUp .8s ease .2s both;
}

.hero-tags {
  display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: .6rem;
      margin-bottom: 2.5rem;
      animation: fadeInUp .8s ease .25s both;
}

.hero-tag {
  padding: .35rem .85rem;
      border-radius: 999px;
      border: 1px solid rgba(160,32,240,.5);
      font-size: .78rem;
      color: #ccc;
      background: rgba(160,32,240,.1);
      letter-spacing: .05em;
}

.hero-ctas {
  display: flex;
      gap: 1.25rem;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 3.5rem;
      animation: fadeInUp .8s ease .3s both;
}

.hero-btn {
  padding: 1rem 2.25rem;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      transition: all .3s;
      display: inline-block;
}

.hero-btn-primary {
  background: var(--pmx-purple); color: #fff; box-shadow: 0 4px 20px rgba(160,32,240,.4);
}

.hero-btn-primary:hover {
  background: var(--pmx-purple-dark); transform: translateY(-3px); box-shadow: 0 6px 30px rgba(160,32,240,.6);
}

.hero-btn-secondary {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7);
}

.hero-btn-outline-purple {
  background: transparent;
      color: var(--pmx-purple);
      border: 2px solid var(--pmx-purple);
      padding: 1rem 2.25rem;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      transition: all .3s;
      display: inline-block;
}

.hero-btn-outline-purple:hover {
  background: var(--pmx-purple); color: #fff; transform: translateY(-3px);
}

.hero-stats {
  display: flex;
      justify-content: center;
      align-items: center;
      gap: 2.5rem;
      flex-wrap: wrap;
      animation: fadeInUp .8s ease .4s both;
}

.stat {
  display: flex; flex-direction: column; align-items: center;
}

.stat-number {
  font-size: 2.2rem; font-weight: 700; color: var(--pmx-purple); text-shadow: 0 0 20px rgba(160,32,240,.5);
}

.stat-label {
  font-size: .85rem; color: #ccc; text-transform: uppercase; letter-spacing: 1px;
}

.stat-divider {
  width: 1px; height: 45px; background: linear-gradient(to bottom, transparent, var(--pmx-purple), transparent);
}

.scroll-indicator {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: .5rem; animation: bounce 2s infinite;
}

.mouse {
  width: 26px; height: 40px; border: 2px solid rgba(255,255,255,.4); border-radius: 20px; position: relative;
}

.wheel {
  width: 4px; height: 8px; background: rgba(255,255,255,.7); border-radius: 2px; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); animation: scroll-wheel 2s infinite;
}

.primex-content section:nth-child(odd) {
  background: linear-gradient(180deg,#000 0%,#0a0a0a 100%);
}

.primex-content h2, .primex-content h3, .primex-content h4 {
  margin: 0 0 1.25rem; font-weight: 700; letter-spacing: -.03em; line-height: 1.2; color: var(--pmx-text-main);
}

.primex-content h2 {
  font-size: clamp(1.9rem, 4vw, 2.75rem);
}

.primex-content h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
}

.pm-eyebrow {
  font-size: .78rem; text-transform: uppercase; letter-spacing: .2em; color: var(--pmx-purple); font-weight: 700; margin-bottom: .75rem; display: inline-flex; align-items: center; gap: .5rem;
}

.pm-eyebrow::before {
  content: ""; width: 2rem; height: 2px; background: var(--pmx-gradient); border-radius: 2px; box-shadow: 0 0 10px rgba(160,32,240,.5);
}

.pm-lead {
  font-size: clamp(1rem, 2vw, 1.15rem); color: var(--pmx-text-muted); max-width: 42rem; line-height: 1.75; margin-bottom: 1.5rem;
}

.pm-grid-2 {
  display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 4rem; align-items: center;
}

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

.pm-btn {
  display: inline-flex; align-items: center; justify-content: center;
      padding: 1rem 2rem; border-radius: 999px; border: none; cursor: pointer;
      font-weight: 600; font-size: 1rem; text-decoration: none;
      transition: all .3s cubic-bezier(.4,0,.2,1); white-space: nowrap; position: relative;
}

.pm-btn-primary {
  background: var(--pmx-gradient); color: #fff; box-shadow: var(--pmx-shadow-purple);
}

.pm-btn-primary:hover {
  transform: translateY(-3px); box-shadow: 0 20px 40px rgba(160,32,240,.5);
}

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

.pm-btn-outline:hover {
  background: var(--pmx-purple); color: #fff; transform: translateY(-3px);
}

.pm-cta-row {
  display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem;
}

.pm-card {
  background: rgba(15,15,15,.85);
      backdrop-filter: blur(10px);
      border-radius: 1.5rem;
      padding: 2rem;
      border: 1px solid var(--pmx-border);
      box-shadow: var(--pmx-shadow-md);
      transition: all .4s cubic-bezier(.4,0,.2,1);
      position: relative; overflow: hidden;
}

.pm-card:hover {
  border-color: rgba(160,32,240,.35); transform: translateY(-4px); box-shadow: var(--pmx-shadow-lg);
}

.pm-card::before {
  content: ""; position: absolute; inset: 0;
      background: radial-gradient(circle at top left, rgba(160,32,240,.06), transparent 60%);
      pointer-events: none;
}

.pm-list {
  list-style: none; padding: 0; margin: 1rem 0 0;
}

.pm-list li {
  position: relative; padding-left: 1.75rem; font-size: .95rem; color: var(--pmx-text-muted); margin-bottom: .75rem; line-height: 1.6;
}

.pm-list li::before {
  content: ""; position: absolute; left: 0; top: .6rem; width: 6px; height: 6px; border-radius: 50%; background: var(--pmx-gradient);
}

.pm-stat-row {
  display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 2.5rem;
}

.pm-stat {
  min-width: 140px; position: relative; padding-left: 1rem;
}

.pm-stat::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--pmx-gradient); border-radius: 2px;
}

.pm-stat-value {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 700; background: var(--pmx-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: .25rem; line-height: 1.2;
}

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

.pm-service-tag {
  font-size: .7rem; text-transform: uppercase; letter-spacing: .2em; color: var(--pmx-purple); margin-bottom: .5rem; font-weight: 700;
}

.pm-service-icon {
  font-size: 1.75rem; margin-bottom: 1rem;
}

.cred-row {
  display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem;
}

.cred-badge {
  display: flex; align-items: center; gap: .75rem;
      background: rgba(160,32,240,.08);
      border: 1px solid rgba(160,32,240,.3);
      border-radius: 999px;
      padding: .6rem 1.25rem;
      font-size: .85rem; font-weight: 600; color: #ddd;
}

.cred-badge-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--pmx-purple); box-shadow: 0 0 8px rgba(160,32,240,.6); flex-shrink: 0;
}

.pm-work-filters {
  display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2rem; margin-top: 1.25rem;
}

.pm-chip {
  padding: .5rem 1.25rem; border-radius: 999px; font-size: .85rem; border: 2px solid var(--pmx-border); color: var(--pmx-text-muted); cursor: pointer; background: var(--pmx-bg-elevated); transition: all .25s;
}

.pm-chip:hover {
  border-color: var(--pmx-purple); color: #fff;
}

.pm-chip--active {
  background: var(--pmx-gradient); color: #fff; border-color: var(--pmx-purple);
}

.gallery-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 1.25rem;
}

.gallery-item {
  position: relative; border-radius: 1rem; overflow: hidden;
      border: 2px solid rgba(160,32,240,.2);
      background: var(--pmx-bg-elevated);
      cursor: pointer;
      transition: all .4s cubic-bezier(.4,0,.2,1);
}

.gallery-item:hover {
  border-color: rgba(160,32,240,.6); transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.6);
}

.gallery-item img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; transition: transform .5s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
      background: linear-gradient(to top, rgba(0,0,0,.85), transparent);
      padding: 1.5rem 1rem .75rem;
      transform: translateY(4px);
      transition: transform .3s;
}

.gallery-item:hover .gallery-caption {
  transform: translateY(0);
}

.gallery-caption-tag {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; color: var(--pmx-purple); font-weight: 700; margin-bottom: .25rem;
}

.gallery-caption-title {
  font-size: .9rem; font-weight: 600; color: #fff; margin: 0;
}

.gallery-item.hidden {
  display: none;
}

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

.deliverable-item {
  display: flex; align-items: flex-start; gap: 1rem;
}

.deliverable-icon {
  width: 44px; height: 44px; border-radius: .75rem; flex-shrink: 0;
      background: var(--pmx-purple-light);
      border: 1px solid rgba(160,32,240,.3);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem;
}

.deliverable-title {
  font-size: .95rem; font-weight: 600; color: #fff; margin-bottom: .3rem;
}

.deliverable-body {
  font-size: .85rem; color: var(--pmx-text-muted); line-height: 1.5;
}

.trusted-brands-section {
  padding: 4rem 0;
      background: linear-gradient(180deg,#0f0f0f 0%,#1a1a1a 50%,#0f0f0f 100%);
      position: relative; overflow: hidden;
}

.trusted-brands-section::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, transparent, var(--pmx-purple), transparent);
}

.trusted-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.75rem); font-weight: 700; text-align: center; margin-bottom: 3rem; color: #fff;
}

.trusted-heading .highlight {
  background: linear-gradient(135deg,#a020f0 0%,#d946ef 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
      font-weight: 800;
}

.pm-location-row {
  display: flex; flex-wrap: wrap; gap: .75rem; margin: 1rem 0 2rem;
}

.pm-location-pill {
  padding: .5rem 1rem; border-radius: 999px; border: 2px solid var(--pmx-border); font-size: .85rem; background: var(--pmx-bg-elevated); color: var(--pmx-text-muted);
}

.pm-contact-panel {
  background: linear-gradient(135deg, #0a0a0a, #050505);
      border-radius: 2rem; color: #fff;
      padding: 3rem;
      position: relative; overflow: hidden;
      box-shadow: var(--pmx-shadow-lg);
      border: 1px solid var(--pmx-border);
}

.pm-contact-panel::before {
  content: ""; position: absolute;
      top: -80px; right: -80px; width: 250px; height: 250px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(160,32,240,.15), transparent 70%);
      pointer-events: none;
}

.pm-contact-inner {
  position: relative; z-index: 1;
}

.rfp-form {
  margin-top: 1.5rem;
}

.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem;
}

.form-group {
  display: flex; flex-direction: column; gap: .4rem;
}

.form-group label {
  font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--pmx-text-muted); font-weight: 600;
}

.form-group input,
    .form-group select,
    .form-group textarea {
  background: #111;
      border: 1px solid var(--pmx-border);
      border-radius: .75rem;
      padding: .85rem 1rem;
      color: #fff;
      font-size: .95rem;
      font-family: inherit;
      transition: border-color .25s;
      outline: none;
      width: 100%;
}

.form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
  border-color: var(--pmx-purple); box-shadow: 0 0 0 3px rgba(160,32,240,.15);
}

.form-group textarea {
  resize: vertical; min-height: 100px;
}

.form-group select option {
  background: #111;
}

.form-submit {
  width: 100%; padding: 1.1rem 2rem;
      background: var(--pmx-gradient); color: #fff;
      border: none; border-radius: 999px;
      font-size: 1rem; font-weight: 700; cursor: pointer;
      font-family: inherit;
      transition: all .3s;
      margin-top: .5rem;
      box-shadow: var(--pmx-shadow-purple);
}

.form-submit:hover {
  transform: translateY(-3px); box-shadow: 0 20px 40px rgba(160,32,240,.5);
}

.form-note {
  font-size: .78rem; color: #555; margin-top: .75rem; text-align: center;
}

.form-success {
  display: none; text-align: center; padding: 2rem;
      background: rgba(160,32,240,.1);
      border: 1px solid rgba(160,32,240,.3);
      border-radius: 1rem; margin-top: 1rem;
      color: #ccc;
}

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

.gov-card {
  background: rgba(160,32,240,.06);
      border: 1px solid rgba(160,32,240,.25);
      border-radius: 1.25rem;
      padding: 1.75rem;
      text-align: center;
}

.gov-card-icon {
  font-size: 2rem; margin-bottom: .75rem;
}

.gov-card-title {
  font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: .4rem;
}

.gov-card-body {
  font-size: .85rem; color: var(--pmx-text-muted); line-height: 1.5;
}

.pm-phone a {
  color: #fff; text-decoration: none; font-weight: 600;
}

.pm-small-text {
  font-size: .85rem; color: #555; margin-top: .75rem;
}

@media (max-width: 900px) {
  .pm-grid-2 {
    grid-template-columns: 1fr; gap: 2.5rem;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}

}

}

@media (max-width: 640px) {
  .hero-container {
    padding: 1.5rem 1.25rem 1.25rem;
        border-radius: 1.25rem;
  }
  .hero-eyebrow {
    font-size: .7rem; margin-bottom: .75rem;
  }
  .hero-tags {
    gap: .4rem; margin-bottom: 1.25rem;
  }
  .hero-tag {
    font-size: .7rem; padding: .28rem .65rem;
  }
  .hero-ctas {
    flex-direction: column; align-items: center; gap: .75rem; margin-bottom: 1.75rem;
  }
  .hero-btn, .hero-btn-outline-purple {
    width: 100%; max-width: 300px; text-align: center; padding: .85rem 1.25rem; font-size: .95rem;
  }
  .hero-stats {
    gap: 1rem;
  .stat-number {
    font-size: 1.6rem;
  .stat-label {
    font-size: .72rem;
  .stat-divider {
    display: none;
  .pm-contact-panel {
    padding: 1.75rem;