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

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

}

}

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

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

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

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

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

.primex-content, .primex-content {
  background-color: #0a0a0a;
  margin: 0;
  padding: 0;
}

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

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

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

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

.about-hero .container {
  position: relative; z-index: 1; max-width: 1000px;
}

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

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

.hero-description {
  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;
}

.hero-description a {
  color: var(--pmx-purple-light);
}

.stats-strip {
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.1), rgba(138, 26, 204, 0.05));
  padding: 3rem 0;
  border-top: 1px solid var(--pmx-border);
  border-bottom: 1px solid var(--pmx-border);
}

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

.stat-item {
  padding: 1rem;
}

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

.stat-label {
  font-size: 0.9375rem; color: var(--pmx-text-muted); font-weight: 500;
}

.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;
  position: relative;
  display: block;
}

.primex-content section h2::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--gradient-purple);
  border-radius: 2px;
}

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

.story-content {
  max-width: 900px; margin: 0 auto; text-align: center;
}

.story-content p {
  font-size: 1.125rem; color: var(--pmx-text-muted); line-height: 1.9; margin-bottom: 1.5rem;
}

.story-content p:last-child {
  margin-bottom: 0;
}

.story-content a {
  color: var(--pmx-purple-light);
}

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

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

.nav-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: var(--gradient-purple);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

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

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

.nav-icon {
  font-size: 4rem; margin-bottom: 2rem; filter: drop-shadow(0 0 20px rgba(160, 32, 240, 0.3));
}

.nav-card h3 {
  font-size: 1.875rem; margin-bottom: 1.25rem; color: var(--pmx-text-main); font-weight: 700;
}

.nav-card p {
  color: var(--pmx-text-muted); line-height: 1.8; margin-bottom: 2rem; font-size: 1.0625rem; flex-grow: 1;
}

.nav-card-link {
  display: inline-flex; align-items: center; gap: 0.5rem; color: var(--pmx-purple-light); font-weight: 600; font-size: 1rem; transition: all var(--transition);
}

.nav-card:hover .nav-card-link {
  gap: 1rem; color: #ffffff;
}

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

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

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

.value-icon {
  font-size: 3rem; margin-bottom: 1.5rem;
}

.value-card h3 {
  font-size: 1.5rem; margin-bottom: 1rem; color: var(--pmx-text-main); font-weight: 700;
}

.value-card p {
  color: var(--pmx-text-muted); line-height: 1.8; font-size: 1rem;
}

.value-card a {
  color: var(--pmx-purple-light);
}

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

.cta-section::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;
}

.cta-section .container {
  position: relative; z-index: 1;
}

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

.cta-section h2::after {
  display: none;
}

.cta-section p {
  font-size: 1.25rem; color: var(--pmx-text-muted); margin-bottom: 3rem; max-width: 800px; margin-left: auto; margin-right: auto;
}

.cta-section a {
  color: var(--pmx-purple-light);
}

.cta-buttons {
  display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap;
}

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

.nav-card, .value-card {
  animation: fadeInUp 0.6s ease-out backwards;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .primex-content .container {
    padding: 0 1.5rem;
  }
  .primex-content section {
    padding: 5rem 0;
  }
  .about-hero {
    min-height: 75vh; padding: 7rem 0 5rem;
  }
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem;
  }
  .nav-cards, .values-grid {
    grid-template-columns: 1fr;
  }
  .nav-card {
    padding: 3rem 2rem;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .btn {
    width: 100%;
  }
}

}

}

@media (max-width: 480px) {
  .primex-content .container {
    padding: 0 1rem;
  }
  .about-hero {
    padding: 6rem 0 4rem;
  .eyebrow {
    font-size: 0.8125rem; padding: 0.5rem 1.25rem;
  .nav-card, .value-card {
    padding: 2.5rem 1.5rem;