*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHA4b5C6d7);
}

body {
  font-family: var(--fontBodyW8x9Y0z1);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.65;
  color: var(--textMainM3n4O5p6);
  background: var(--gradientBgDark);
  background-attachment: fixed;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: default;
}

.siteParticlesU1v2W3x4 {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--accentPrimaryI9j0K1l2);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color var(--transitionI2j3K4l5);
  cursor: pointer;
}

a:hover {
  color: var(--accentGoldN7o8P9q0);
}

button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accentPrimaryI9j0K1l2);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
  font-family: var(--fontDisplayS4t5U6v7);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--textHeadingR1s2T3u4);
}

h1 {
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
}

h2 {
  font-size: clamp(1.75rem, 2.5vw + 0.75rem, 2.75rem);
}

h3 {
  font-size: clamp(1.25rem, 1.5vw + 0.5rem, 1.5rem);
}

ul {
  list-style: none;
}

.srOnlyY5z6A7b8 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.containerInnerQ7m2N4p8 {
  width: var(--containerE8f9G0h1);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.sectionBlockW6x7Y8z9 {
  padding-block: var(--space2xlU2v3W4x5);
  position: relative;
}

.sectionEyebrowA0b1C2d3 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--fontDisplayS4t5U6v7);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accentPrimaryI9j0K1l2);
  margin-bottom: var(--spaceSmE6f7G8h9);
}

.sectionTitleE4f5G6h7 {
  margin-bottom: var(--spaceMdI0j1K2l3);
  background: var(--gradientAccent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sectionLeadI8j9K0l1 {
  font-size: clamp(1.05rem, 1vw + 0.5rem, 1.2rem);
  color: rgba(224, 224, 224, 0.88);
  margin-bottom: var(--spaceLgM4n5O6p7);
}

.sectionDividerG2h3I4j5 {
  display: flex;
  justify-content: center;
  padding-block: var(--spaceMdI0j1K2l3);
  position: relative;
  z-index: 1;
}

.sectionDividerG2h3I4j5 span {
  display: block;
  width: min(14rem, 50%);
  height: 3px;
  border-radius: var(--radiusPillK8l9M0n1);
  background: linear-gradient(
    90deg,
    transparent,
    var(--accentPrimaryI9j0K1l2),
    var(--accentPurpleJ3k4L5m6),
    var(--accentGoldN7o8P9q0),
    transparent
  );
  background-size: 200% 100%;
  animation: dividerPulseA1b2C3d4 3s ease-in-out infinite;
  box-shadow: var(--shadowGlowO2p3Q4r5);
}

@keyframes dividerPulseA1b2C3d4 {
  0%,
  100% {
    background-position: 0% 50%;
    opacity: 0.7;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
}

.revealAnimQ6r7S8t9 {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.revealAnimQ6r7S8t9.isVisibleU0v1W2x3 {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 47.9375rem) {
  .sectionBlockW6x7Y8z9 {
    padding-block: var(--spaceXlQ8r9S0t1);
  }

  .heroSectionZ8v3T6w9 + .sectionBlockW6x7Y8z9 {
    padding-block-start: var(--spaceMdI0j1K2l3);
  }

  h2,
  .sectionTitleE4f5G6h7 {
    font-size: clamp(1.2rem, 3.5vw + 0.35rem, 1.65rem);
    letter-spacing: 0.03em;
  }

  .sectionEyebrowA0b1C2d3 {
    font-size: 0.65rem;
    margin-bottom: 0.35rem;
  }

  .sectionLeadI8j9K0l1 {
    font-size: 0.9rem;
    margin-bottom: var(--spaceMdI0j1K2l3);
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .containerInnerQ7m2N4p8 {
    width: min(44rem, 94vw);
  }
}

@media (min-width: 90rem) {
  .containerInnerQ7m2N4p8 {
    max-width: 80rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .revealAnimQ6r7S8t9 {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .sectionDividerG2h3I4j5 span {
    animation: none;
  }
}
