.acquisition-shell {
  --acq-black: #050505;
  --acq-ink: #090707;
  --acq-red: #ff2323;
  --acq-red-strong: #e50914;
  --acq-text: #fff7ef;
  --acq-muted: #b5aaa4;
  --acq-dim: #766d68;
  --acq-line: rgba(255, 255, 255, 0.13);
  --acq-panel: rgba(12, 10, 10, 0.72);
  --acq-panel-strong: rgba(8, 7, 7, 0.88);
  background: var(--acq-black);
  color: var(--acq-text);
}

.acq-header {
  background: rgba(5, 5, 5, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.acq-hero,
.acq-form-hero,
.acq-choice,
.acq-info-band,
.acq-confirmation {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.acq-signal-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.68) 46%, rgba(5, 5, 5, 0.28) 100%),
    radial-gradient(circle at 78% 44%, rgba(255, 35, 35, 0.16), transparent 30%),
    url("/public/signal-vault/signal-fracture-master.png?v=__APP_VERSION__") center right / min(1180px, 72vw) auto no-repeat,
    #050505;
}

.acq-signal-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.15), rgba(5, 5, 5, 0.78)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px);
  pointer-events: none;
}

.acq-hero {
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.acq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(32px, 6vw, 96px);
  padding-top: clamp(72px, 11svh, 126px);
  padding-bottom: clamp(64px, 10svh, 120px);
}

.acq-hero-copy {
  max-width: 760px;
}

.acq-eyebrow,
.acq-card-label {
  margin: 0;
  color: var(--acq-red);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.acq-hero h1,
.acq-form-intro h1,
.acq-choice h2,
.acq-info-band h2,
.acq-confirm-card h1 {
  margin: 18px 0 0;
  color: var(--acq-text);
  font-weight: 930;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.72);
}

.acq-hero h1 {
  font-size: clamp(3.4rem, 7.5vw, 7.2rem);
}

.acq-hero h1 span {
  display: block;
}

.acq-form-intro h1,
.acq-confirm-card h1 {
  font-size: clamp(2.9rem, 5.8vw, 6.1rem);
}

.acq-choice h2,
.acq-info-band h2 {
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
}

.acq-lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--acq-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.58;
}

.acq-actions,
.acq-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.acq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  color: var(--acq-text);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.acq-button:hover {
  color: var(--acq-text);
  transform: translateY(-1px);
}

.acq-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.acq-button-primary {
  background: linear-gradient(135deg, #ff3434, #b50000);
  box-shadow: 0 18px 50px rgba(255, 35, 35, 0.22);
}

.acq-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
}

.acq-pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 247, 239, 0.72);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.acq-hero-disc {
  position: relative;
  min-height: 460px;
  margin: 0;
}

.acq-hero-disc img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(940px, 68vw);
  max-width: none;
  transform: translate(-42%, -50%);
  filter: drop-shadow(0 34px 90px rgba(255, 35, 35, 0.12));
  opacity: 0.94;
  -webkit-mask-image: radial-gradient(circle at 58% 50%, #000 0 48%, rgba(0, 0, 0, 0.9) 58%, transparent 76%);
  mask-image: radial-gradient(circle at 58% 50%, #000 0 48%, rgba(0, 0, 0, 0.9) 58%, transparent 76%);
}

.acq-choice {
  padding: clamp(76px, 11vw, 136px) 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.98)),
    radial-gradient(circle at 50% 0, rgba(255, 35, 35, 0.11), transparent 38%);
}

.acq-choice-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.4fr);
  align-items: end;
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 60px);
}

.acq-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.acq-path-card,
.acq-form-panel,
.acq-confirm-card {
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)),
    var(--acq-panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

.acq-path-card {
  min-height: 360px;
  padding: clamp(26px, 4vw, 48px);
}

.acq-path-card h3 {
  max-width: 560px;
  margin: 18px 0 0;
  font-size: clamp(2.1rem, 4.3vw, 4.7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.acq-path-card p:not(.acq-card-label) {
  max-width: 500px;
  color: var(--acq-muted);
  font-size: 1.04rem;
}

.acq-path-card .acq-button {
  margin-top: 22px;
}

.acq-path-card-alt {
  background:
    linear-gradient(145deg, rgba(255, 35, 35, 0.11), rgba(255, 255, 255, 0.025)),
    var(--acq-panel);
}

.acq-info-band {
  padding: clamp(70px, 10vw, 124px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

.acq-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.62fr);
  gap: clamp(32px, 6vw, 92px);
}

.acq-info-copy {
  color: var(--acq-muted);
  font-size: 1.06rem;
}

.acq-form-hero {
  min-height: calc(100svh - 72px);
  padding: clamp(54px, 8vw, 96px) 0;
}

.acq-form-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(360px, 0.82fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.acq-form-intro {
  position: sticky;
  top: 112px;
  max-width: 620px;
}

.acq-proof-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: var(--acq-muted);
}

.acq-proof-list li {
  position: relative;
  padding-left: 20px;
}

.acq-proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  background: var(--acq-red);
  box-shadow: 0 0 18px rgba(255, 35, 35, 0.7);
}

.acq-form-panel {
  padding: clamp(22px, 3.2vw, 38px);
}

.acq-form-panel-short {
  max-width: 640px;
}

.acq-form-heading {
  margin-bottom: 26px;
}

.acq-form-heading h2 {
  margin: 8px 0 8px;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.acq-form-heading p:not(.acq-card-label),
.acq-consent,
.acq-help {
  color: var(--acq-muted);
}

.acq-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.acq-form-panel label,
.acq-form-panel fieldset {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  color: rgba(255, 247, 239, 0.92);
  font-size: 0.9rem;
  font-weight: 780;
}

.acq-form-panel label span,
.acq-help {
  font-size: 0.78rem;
  font-weight: 600;
}

.acq-form-panel input,
.acq-form-panel select,
.acq-form-panel textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.36);
  color: var(--acq-text);
  font: inherit;
  font-weight: 560;
  padding: 13px 13px;
  outline: none;
}

.acq-form-panel textarea {
  resize: vertical;
}

.acq-form-panel input:focus,
.acq-form-panel select:focus,
.acq-form-panel textarea:focus {
  border-color: rgba(255, 35, 35, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 35, 35, 0.16);
}

.acq-form-panel fieldset {
  border: 0;
  padding: 0;
}

.acq-form-panel legend {
  margin-bottom: 10px;
  color: rgba(255, 247, 239, 0.92);
  font-weight: 850;
}

.acq-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.acq-chip-grid label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 247, 239, 0.84);
  cursor: pointer;
}

.acq-chip-grid input {
  width: auto;
  margin: 0 8px 0 0;
  accent-color: var(--acq-red);
}

.acq-check {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.acq-check input {
  width: auto;
  margin-top: 4px;
  accent-color: var(--acq-red);
}

.acq-consent {
  margin: 10px 0 18px;
  font-size: 0.88rem;
}

.acq-consent a {
  color: var(--acq-text);
  text-decoration: underline;
  text-decoration-color: rgba(255, 35, 35, 0.8);
}

.acq-form-status {
  min-height: 24px;
  margin: 0 0 16px;
  color: var(--acq-muted);
}

.acq-form-status strong,
.acq-form-status span {
  display: block;
}

.acq-form-status.is-success {
  color: #c8ffde;
}

.acq-form-status.is-error {
  color: #ffb6b6;
}

.acq-share-copy {
  color: var(--acq-muted);
  font-size: 0.9rem;
}

.acq-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.acq-confirmation {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.62)),
    url("/public/signal-vault/signal-fracture-master.png?v=__APP_VERSION__") center right / min(1120px, 86vw) auto no-repeat,
    #050505;
}

.acq-confirm-card {
  width: min(680px, 100%);
  padding: clamp(28px, 5vw, 54px);
}

.acq-confirm-card p:not(.acq-eyebrow) {
  color: var(--acq-muted);
  font-size: 1.08rem;
}

.acq-page-hero,
.acq-page-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.acq-page-hero {
  min-height: min(760px, calc(100svh - 72px));
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.acq-page-hero-inner {
  max-width: 900px;
  padding-top: clamp(82px, 12svh, 136px);
  padding-bottom: clamp(72px, 11svh, 128px);
}

.acq-page-hero h1,
.acq-section-intro h2,
.acq-section-head h2,
.acq-slim-copy h2 {
  margin: 18px 0 0;
  color: var(--acq-text);
  font-weight: 930;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.72);
}

.acq-page-hero h1 {
  max-width: 820px;
  font-size: clamp(3.25rem, 7.6vw, 7rem);
}

.acq-page-section {
  padding: clamp(72px, 10vw, 126px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

.acq-page-section-muted {
  background:
    radial-gradient(circle at 48% 0, rgba(255, 35, 35, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    #080707;
}

.acq-two-column {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.acq-two-column-flip {
  grid-template-columns: minmax(360px, 1fr) minmax(280px, 0.74fr);
}

.acq-two-column-flip .acq-section-intro {
  order: 2;
}

.acq-section-intro,
.acq-section-head,
.acq-slim-copy {
  max-width: 780px;
}

.acq-section-intro h2,
.acq-section-head h2,
.acq-slim-copy h2 {
  font-size: clamp(2.5rem, 5.5vw, 5.2rem);
}

.acq-section-intro p:not(.acq-eyebrow),
.acq-copy-stack,
.acq-slim-copy,
.acq-info-card p,
.acq-faq-grid p,
.acq-small-note {
  color: var(--acq-muted);
}

.acq-section-intro .acq-button {
  margin-top: 22px;
}

.acq-step-list {
  counter-reset: acq-step;
  display: grid;
  gap: 12px;
}

.acq-step-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(12, 10, 10, 0.66);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.acq-step-card span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 35, 35, 0.5);
  border-radius: 50%;
  color: var(--acq-red);
  font-weight: 930;
}

.acq-step-card p {
  margin: 0;
  color: rgba(255, 247, 239, 0.84);
  font-weight: 700;
}

.acq-check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.acq-check-list li {
  position: relative;
  padding-left: 24px;
}

.acq-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--acq-red);
  box-shadow: 0 0 18px rgba(255, 35, 35, 0.72);
}

.acq-card-grid,
.acq-faq-grid {
  display: grid;
  gap: 16px;
}

.acq-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.acq-card-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.acq-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.acq-info-card,
.acq-faq-grid article {
  border: 1px solid var(--acq-line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)),
    var(--acq-panel);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.acq-info-card {
  min-height: 260px;
  padding: clamp(22px, 2.7vw, 32px);
}

.acq-info-card h3,
.acq-faq-grid h3 {
  margin: 12px 0 0;
  color: var(--acq-text);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.acq-info-card h3 {
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
}

.acq-info-card p:not(.acq-card-label) {
  font-size: 0.98rem;
}

.acq-info-card .acq-button {
  margin-top: 18px;
}

.acq-copy-stack {
  display: grid;
  gap: 18px;
  font-size: 1.06rem;
}

.acq-copy-stack p {
  margin: 0;
}

.acq-copy-stack a {
  color: var(--acq-text);
  text-decoration: underline;
  text-decoration-color: rgba(255, 35, 35, 0.8);
  text-underline-offset: 4px;
}

.acq-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.acq-faq-grid article {
  padding: 22px;
}

.acq-faq-grid h3 {
  font-size: 1.1rem;
}

.acq-faq-grid p {
  margin-bottom: 0;
}

.acq-small-note {
  margin: 14px 0 0;
  font-size: 0.96rem;
}

@media (max-width: 980px) {
  .acq-hero-grid,
  .acq-form-grid,
  .acq-info-grid,
  .acq-choice-head,
  .acq-two-column,
  .acq-two-column-flip {
    grid-template-columns: 1fr;
  }

  .acq-two-column-flip .acq-section-intro {
    order: 0;
  }

  .acq-form-intro {
    position: relative;
    top: auto;
  }

  .acq-hero-disc {
    min-height: 360px;
    order: -1;
    opacity: 0.82;
  }

  .acq-hero-disc img {
    width: min(760px, 110vw);
    transform: translate(-50%, -50%);
  }

  .acq-path-grid,
  .acq-field-grid,
  .acq-card-grid,
  .acq-card-grid-five,
  .acq-contact-grid,
  .acq-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .acq-hero,
  .acq-form-hero {
    min-height: auto;
  }

  .acq-hero-grid,
  .acq-form-grid {
    padding-top: 46px;
    padding-bottom: 58px;
  }

  .acq-hero h1,
  .acq-form-intro h1,
  .acq-choice h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .acq-actions,
  .acq-button {
    width: 100%;
  }

  .acq-button {
    min-height: 52px;
  }

  .acq-chip-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .acq-form-panel {
    margin-inline: -4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
