html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.target-page .target-proof-link-mobile {
  display: none;
}

@media (min-width: 761px) {
  .target-page .target-featured-results {
    display: none !important;
  }
}

/* Two-step qualification flow. Keep this block last so it wins over legacy passes. */
.target-page .target-audit-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.target-page .target-audit-proof article {
  display: grid;
  min-width: 0;
  min-height: 5.4rem;
  align-content: center;
  gap: 0.18rem;
  padding: 0.8rem 0.65rem;
  border: 1px solid rgba(7, 17, 31, 0.11);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
}

.target-page .target-audit-proof strong {
  color: #07111f;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1;
}

.target-page .target-audit-proof span {
  color: rgba(7, 17, 31, 0.62);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  font-weight: 600;
  line-height: 1.25;
}

.target-page .target-form-steps,
.target-page .target-form-step {
  min-width: 0;
}

.target-page .target-form-step {
  margin: 0;
  padding: 0;
  border: 0;
}

.target-page .target-form-step[hidden] {
  display: none !important;
}

.target-page .target-form-step legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.target-page .target-form-step-one .target-field-email {
  grid-column: 1 / -1;
}

.target-page .target-field-optional {
  display: inline-flex;
  align-items: center;
  min-height: 1.25rem;
  margin-left: 0.25rem;
  padding: 0.1rem 0.42rem;
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 999px;
  color: rgba(7, 17, 31, 0.56);
  background: rgba(255, 255, 255, 0.48);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.target-page .target-form-next,
.target-page .target-form-back {
  min-height: 3.25rem;
  border-radius: 999px;
  font-family: "Archivo", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.target-page .target-form-next {
  width: 100%;
  margin-top: 0.75rem;
  border: 0;
  color: #07111f;
  background: #d7ff45;
}

.target-page .target-form-actions {
  display: grid;
  grid-template-columns: minmax(6.5rem, 0.34fr) minmax(0, 1fr);
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.target-page .target-form-actions-first {
  grid-template-columns: minmax(0, 1fr);
}

.target-page .target-form-actions-first .target-form-next {
  margin-top: 0;
  border: 1px solid rgba(7, 17, 31, 0.18);
  color: #07111f;
  background: rgba(255, 255, 255, 0.68);
}

.target-page .target-form-back {
  border: 1px solid rgba(7, 17, 31, 0.18);
  color: #07111f;
  background: rgba(255, 255, 255, 0.78);
}

.target-page .target-form-actions .target-submit {
  width: 100%;
  margin: 0 !important;
}

.target-page .target-form-progress > span {
  width: 50%;
  transition: width 220ms ease;
}

.target-page .target-form-next:focus-visible,
.target-page .target-form-back:focus-visible {
  outline: 3px solid rgba(7, 17, 31, 0.55);
  outline-offset: 3px;
}

.target-page .target-featured-results {
  position: relative;
  display: grid;
  gap: 1.25rem;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid rgba(190, 255, 31, 0.34);
  border-radius: 2rem;
  color: #f7f9ff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 88% 18%, rgba(190, 255, 31, 0.13), transparent 34%),
    #07111f;
  background-size: 4rem 4rem, 4rem 4rem, auto, auto;
}

.target-page .target-featured-results-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 2rem;
  align-items: end;
}

.target-page .target-featured-results .target-kicker {
  color: #bfff1f;
}

.target-page .target-featured-results h2 {
  max-width: 13ch;
  margin: 0.35rem 0 0;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.target-page .target-featured-results-head > p {
  max-width: 36rem;
  margin: 0;
  color: rgba(247, 249, 255, 0.72);
  font-size: 1rem;
  line-height: 1.45;
}

.target-page .target-featured-case-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.target-page .target-featured-case {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 18rem;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(190, 255, 31, 0.38);
  border-radius: 1.35rem;
  color: #fff;
  background: #101824;
  cursor: pointer;
  text-align: left;
}

.target-page .target-featured-case::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(3, 8, 16, 0.96));
  pointer-events: none;
}

.target-page .target-featured-case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease;
}

.target-page .target-featured-case > span {
  position: absolute;
  z-index: 1;
  inset: auto 1rem 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.2rem 0.75rem;
  align-items: end;
}

.target-page .target-featured-case small {
  grid-column: 1 / -1;
  color: #bfff1f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-style: normal;
  text-transform: uppercase;
}

.target-page .target-featured-case strong {
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
  line-height: 1;
}

.target-page .target-featured-case em {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
}

.target-page .target-featured-case:hover img {
  transform: scale(1.025);
}

.target-page .target-featured-case:focus-visible {
  outline: 3px solid #bfff1f;
  outline-offset: 3px;
}

.target-page .target-featured-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.target-page .target-featured-proof-row span {
  display: flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.78rem;
}

.target-page .target-featured-proof-row strong {
  color: #bfff1f;
  font-size: 1rem;
}

.target-page .target-featured-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.62fr);
  gap: 0.7rem;
}

.target-page .target-featured-actions .target-button {
  width: 100%;
}

.target-page .target-featured-actions .target-button-primary {
  border-color: #bfff1f;
  color: #07111f;
  background: #bfff1f;
}

.target-page .target-featured-actions .target-button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

@media (min-width: 761px) {
  .target-page #audit.target-qualify {
    grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr) !important;
    grid-template-rows: auto auto;
    align-items: center;
  }

  .target-page #audit .target-qualify-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .target-page #audit .target-audit-proof {
    grid-column: 1;
    grid-row: 2;
  }

  .target-page #audit .target-form {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

/* Mobile UX final pass: one-screen lead capture and compact proof hierarchy. */
@media (max-width: 760px) {
  html,
  body,
  .target-page {
    overflow-x: clip !important;
  }

  .target-page main {
    gap: 0.4rem !important;
  }

  .target-page main > section {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  .target-page .target-qualify {
    min-height: 0 !important;
    height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 0.48rem !important;
    padding: 0.68rem !important;
    border-radius: 20px !important;
  }

  .target-page .target-qualify-copy {
    padding: 0 0.12rem !important;
  }

  .target-page .target-qualify-copy .target-kicker {
    margin: 0 0 0.28rem !important;
    font-size: 0.58rem !important;
  }

  .target-page .target-qualify h2 {
    max-width: 13ch !important;
    margin: 0 !important;
    font-size: clamp(1.9rem, 9.4vw, 2.35rem) !important;
    line-height: 0.94 !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker),
  .target-page .target-qualify-points {
    display: none !important;
  }

  .target-page .target-form {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0.62rem !important;
    gap: 0.34rem !important;
    border-radius: 16px !important;
  }

  .target-page .target-form-head {
    min-height: 0 !important;
    margin: 0 !important;
    gap: 0.35rem !important;
  }

  .target-page .target-form-head > span,
  .target-page .target-form-head strong {
    font-size: 0.68rem !important;
  }

  .target-page .target-form-head strong {
    min-width: 0 !important;
    padding: 0 !important;
  }

  .target-page .target-form-head small,
  .target-page .target-form-progress,
  .target-page .target-form-note {
    display: none !important;
  }

  .target-page .target-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.34rem !important;
  }

  .target-page .target-mobile-optional {
    display: none !important;
  }

  .target-page .target-form-fields .target-field-link,
  .target-page .target-form-fields .target-field-email,
  .target-page .target-form-fields .target-field-full {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-field {
    gap: 0.15rem !important;
  }

  .target-page .target-field > span {
    gap: 0.25rem !important;
    font-size: 0.57rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-field > span svg {
    width: 0.78rem !important;
    height: 0.78rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select {
    min-height: 2.2rem !important;
    height: 2.2rem !important;
    padding: 0.36rem 0.58rem !important;
    border-radius: 10px !important;
    font-size: 0.68rem !important;
  }

  .target-page .target-form button[type="submit"] {
    min-height: 2.25rem !important;
    height: 2.25rem !important;
    margin-top: 0.03rem !important;
    border-radius: 10px !important;
    font-size: 0.68rem !important;
  }

  .target-page .target-viral-trust {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.32rem !important;
    margin-top: 0.55rem !important;
  }

  .target-page .target-viral-trust span {
    min-height: 2.3rem !important;
    padding: 0.3rem 0.25rem !important;
    border-radius: 10px !important;
    font-size: 0.6rem !important;
  }

  .target-page .target-proof-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
  }

  .target-page .target-proof-grid article {
    min-height: 4.2rem !important;
    padding: 0.5rem 0.35rem !important;
    border-radius: 12px !important;
  }

  .target-page .target-proof-grid article strong {
    font-size: clamp(1.15rem, 6vw, 1.5rem) !important;
  }

  .target-page .target-proof-grid article span {
    font-size: 0.48rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-proof-strip,
  .target-page .target-ai-actions,
  .target-page .target-case-metrics {
    display: none !important;
  }

  .target-page .target-diagnosis-list {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 85% !important;
    gap: 0.55rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .target-page .target-diagnosis-list::-webkit-scrollbar,
  .target-page .target-niche-list::-webkit-scrollbar {
    display: none !important;
  }

  .target-page .target-diagnosis-list article {
    min-height: 8rem !important;
    padding: 0.8rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-diagnosis-list article p,
  .target-page .target-system-grid article p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .target-page .target-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.45rem !important;
  }

  .target-page .target-system-grid article {
    min-height: 8.5rem !important;
    padding: 0.72rem !important;
  }

  .target-page .target-niche-list {
    display: flex !important;
    gap: 0.4rem !important;
    margin-top: 0.6rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .target-page .target-niche-list span,
  .target-page .target-niche-list span:last-child {
    flex: 0 0 auto !important;
    grid-column: auto !important;
    width: auto !important;
    min-height: 2rem !important;
    padding: 0.35rem 0.65rem !important;
    border-radius: 999px !important;
    font-size: 0.62rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-ai-platforms {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.25rem !important;
    padding: 0.5rem 0.32rem !important;
  }

  .target-page .target-ai-platforms strong {
    display: none !important;
  }

  .target-page .target-ai-platforms span {
    font-size: 0.54rem !important;
  }

  .target-page .target-ai-platforms img {
    width: 1.7rem !important;
    height: 1.7rem !important;
  }

  .target-page .target-ai-side-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.35rem !important;
  }

  .target-page .target-ai-side-stats span {
    min-height: 2.25rem !important;
    padding: 0.3rem !important;
    border-radius: 10px !important;
    font-size: 0.58rem !important;
  }

  .target-page .target-ai-side-stats span:nth-child(n + 3) {
    display: none !important;
  }

  .target-page .target-mid-cta {
    gap: 0.55rem !important;
    padding: 0.75rem !important;
  }

  .target-page .target-mid-cta .target-button {
    min-height: 2.4rem !important;
  }

  .target-page .target-faq-grid details:nth-child(n + 5) {
    display: none !important;
  }
}

@media (max-width: 380px), (max-width: 760px) and (max-height: 760px) {
  .target-page .target-qualify {
    gap: 0.34rem !important;
    padding: 0.52rem !important;
  }

  .target-page .target-qualify-copy .target-kicker {
    display: none !important;
  }

  .target-page .target-qualify h2 {
    max-width: 14ch !important;
    font-size: 1.75rem !important;
  }

  .target-page .target-form {
    padding: 0.5rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select,
  .target-page .target-form button[type="submit"] {
    min-height: 2.05rem !important;
    height: 2.05rem !important;
  }
}

/* Desktop placement for the final Instagram proof component. Keep last. */
@media (min-width: 761px) {
  html body.target-page main .target-ai-avatar {
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr) !important;
  }

  html body.target-page main .target-ai-avatar .target-instagram-proof {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}

/* Keep the Instagram proof in the former video column after all legacy overrides. */
@media (min-width: 761px) {
  .target-page .target-ai-avatar {
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr) !important;
  }

  .target-page .target-instagram-proof {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}

/* Instagram proof and server-backed qualification form. */
.target-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.target-form-status {
  display: none;
  margin: 0;
  padding: 0.72rem 0.85rem;
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.35;
  text-align: center;
}

.target-form-status:not(:empty) {
  display: block;
}

.target-form.is-submitting .target-submit {
  cursor: wait;
  opacity: 0.72;
}

.target-form.is-success .target-form-status {
  border: 1px solid rgba(91, 159, 48, 0.24);
  background: rgba(215, 255, 69, 0.22);
  color: #17320b;
}

.target-form.is-error .target-form-status {
  border: 1px solid rgba(197, 49, 54, 0.2);
  background: rgba(197, 49, 54, 0.08);
  color: #8f1f24;
}

.target-instagram-proof {
  align-self: center;
  justify-self: stretch;
  min-width: 0;
  overflow: hidden;
  padding: 0.8rem;
  border: 1px solid rgba(215, 255, 69, 0.28);
  border-radius: 26px;
  background: #0c1511;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.24);
}

.target-instagram-proof-head,
.target-instagram-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.target-instagram-proof-head {
  padding: 0.15rem 0.25rem 0.72rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.target-instagram-proof-head strong {
  color: #d7ff45;
}

.target-instagram-slide[hidden] {
  display: none !important;
}

.target-instagram-slide {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 18px;
  background: #fff;
  cursor: zoom-in;
  outline: none;
}

.target-instagram-slide:focus-visible {
  box-shadow: 0 0 0 3px rgba(215, 255, 69, 0.82), 0 0 34px rgba(215, 255, 69, 0.3);
}

.target-instagram-slide img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.target-instagram-slide figcaption {
  display: grid;
  gap: 0.18rem;
  padding: 0.8rem 0.9rem;
  color: #07111f;
}

.target-instagram-slide figcaption strong {
  font-size: 0.96rem;
  font-weight: 900;
}

.target-instagram-slide figcaption span {
  color: rgba(7, 17, 31, 0.68);
  font-size: 0.78rem;
  font-weight: 650;
}

.target-instagram-zoom-hint {
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(215, 255, 69, 0.58);
  border-radius: 999px;
  color: #d7ff45;
  background: rgba(5, 11, 16, 0.82);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.target-instagram-lightbox {
  position: fixed;
  z-index: 10001;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(0.65rem, 2vw, 1.5rem);
  background: rgba(2, 5, 8, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.target-instagram-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.target-instagram-lightbox-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 0.65rem;
  width: min(96vw, 1180px);
  height: min(94dvh, 920px);
  padding: 0.7rem;
  border: 1px solid rgba(215, 255, 69, 0.38);
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 86% 8%, rgba(215, 255, 69, 0.12), transparent 24rem),
    #0c1511;
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.68);
}

.target-instagram-lightbox-head,
.target-instagram-lightbox-foot {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.target-instagram-lightbox-head > div {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.target-instagram-lightbox-head strong {
  color: #d7ff45;
}

.target-instagram-lightbox-head button,
.target-instagram-lightbox-foot button {
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(215, 255, 69, 0.5);
  border-radius: 999px;
  color: #d7ff45;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 850;
  cursor: pointer;
}

.target-instagram-lightbox-head button:hover,
.target-instagram-lightbox-foot button:hover,
.target-instagram-lightbox-head button:focus-visible,
.target-instagram-lightbox-foot button:focus-visible {
  color: #07111f;
  background: #d7ff45;
}

.target-instagram-lightbox-close {
  width: 2.75rem;
  padding: 0 !important;
  font-size: 1.8rem !important;
  line-height: 1;
}

.target-instagram-lightbox-viewport {
  min-width: 0;
  min-height: 0;
  overflow: auto;
  border-radius: 0.85rem;
  background: #fff;
  overscroll-behavior: contain;
  touch-action: pan-x pan-y pinch-zoom;
  scrollbar-color: #d7ff45 rgba(7, 17, 31, 0.18);
}

.target-instagram-lightbox-viewport:focus-visible {
  outline: 3px solid rgba(215, 255, 69, 0.82);
  outline-offset: 2px;
}

.target-instagram-lightbox-viewport img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  cursor: zoom-in;
}

.target-instagram-lightbox.is-zoomed .target-instagram-lightbox-viewport img {
  width: max(140%, 1100px);
  height: auto;
  max-width: none;
  object-fit: initial;
  cursor: zoom-out;
}

.target-instagram-lightbox-foot {
  justify-content: space-between;
}

.target-instagram-lightbox-foot p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 720;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.target-instagram-lightbox-help {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 700;
  text-align: center;
}

.target-instagram-controls {
  justify-content: flex-end;
  padding-top: 0.72rem;
}

.target-instagram-controls button {
  min-width: 5.4rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(215, 255, 69, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #d7ff45;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 850;
}

.target-instagram-swipe-status {
  display: none;
}

@media (min-width: 761px) {
  .target-page .target-ai-avatar {
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  }

  .target-page .target-instagram-proof {
    grid-column: 2;
    grid-row: 1;
  }
}

/* 2026-07-21: mobile-first conversion pass. Desktop remains untouched. */
.target-page .target-mobile-title {
  display: none;
}

@media (max-width: 760px) {
  .target-page {
    --target-mobile-pad: clamp(0.72rem, 3.5vw, 1rem);
  }

  .target-page .target-desktop-title {
    display: none !important;
  }

  .target-page .target-mobile-title {
    display: inline !important;
  }

  .target-page main {
    gap: 0.34rem !important;
  }

  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final {
    padding: var(--target-mobile-pad) !important;
  }

  .target-page .target-section-head {
    margin-bottom: 0.72rem !important;
  }

  .target-page .target-section-head .target-kicker,
  .target-page .target-ai-copy .target-kicker,
  .target-page .target-testimonial-head .target-kicker {
    margin-bottom: 0.28rem !important;
    font-size: 0.58rem !important;
  }

  .target-page .target-section-head > p:last-child,
  .target-page .target-testimonial-head > p:last-child {
    margin-top: 0.42rem !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
  }

  /* Hero proof is repeated immediately below; keep the first screen focused. */
  .target-page .target-viral-trust {
    display: none !important;
  }

  /* Lead capture: four useful fields and one action, sized to one phone screen. */
  .target-page .target-qualify {
    gap: 0.42rem !important;
    padding: 0.58rem !important;
  }

  .target-page .target-qualify-copy {
    padding: 0 0.06rem !important;
  }

  .target-page .target-qualify-copy .target-kicker {
    margin: 0 0 0.18rem !important;
    font-size: 0.54rem !important;
  }

  .target-page .target-qualify h2 {
    max-width: 12ch !important;
    font-size: clamp(1.72rem, 8.6vw, 2.2rem) !important;
    line-height: 0.94 !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker),
  .target-page .target-qualify-points,
  .target-page .target-mobile-optional,
  .target-page .target-form-progress,
  .target-page .target-form-note,
  .target-page .target-form-head small {
    display: none !important;
  }

  .target-page .target-form {
    padding: 0.52rem !important;
    gap: 0.3rem !important;
    border-radius: 15px !important;
  }

  .target-page .target-form-head {
    min-height: 0 !important;
    margin: 0 !important;
  }

  .target-page .target-form-head > span {
    font-size: 0.64rem !important;
  }

  .target-page .target-form-head strong {
    min-width: 0 !important;
    padding: 0 !important;
    font-size: 0.64rem !important;
  }

  .target-page .target-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.28rem 0.32rem !important;
  }

  .target-page .target-form-fields .target-field-link,
  .target-page .target-form-fields .target-field-email {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-field {
    gap: 0.12rem !important;
  }

  .target-page .target-field > span {
    gap: 0.2rem !important;
    font-size: 0.54rem !important;
    line-height: 1 !important;
  }

  .target-page .target-field > span svg {
    width: 0.7rem !important;
    height: 0.7rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select,
  .target-page .target-form button[type="submit"] {
    min-height: 2rem !important;
    height: 2rem !important;
    padding: 0.28rem 0.52rem !important;
    border-radius: 9px !important;
    font-size: 0.64rem !important;
  }

  .target-page .target-form button[type="submit"] {
    margin-top: 0.02rem !important;
  }

  /* One useful proof dashboard; remove the sentence-list that restates it. */
  .target-page .target-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.28rem !important;
  }

  .target-page .target-proof-grid article {
    min-height: 3.85rem !important;
    padding: 0.45rem 0.26rem !important;
    border-radius: 11px !important;
  }

  .target-page .target-proof-grid article strong {
    font-size: clamp(1.05rem, 5.7vw, 1.42rem) !important;
  }

  .target-page .target-proof-grid article span {
    font-size: 0.43rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-proof-strip,
  .target-page .target-proof .target-case-inline-cta {
    display: none !important;
  }

  /* Long explanations become swipeable cards instead of a vertical wall. */
  .target-page .target-diagnosis-list {
    grid-auto-columns: 82% !important;
    gap: 0.48rem !important;
    padding-bottom: 0.15rem !important;
  }

  .target-page .target-diagnosis-list article {
    min-height: 7.1rem !important;
    padding: 0.68rem !important;
  }

  .target-page .target-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.38rem !important;
  }

  .target-page .target-system-grid article {
    min-height: 7.2rem !important;
    padding: 0.62rem !important;
  }

  .target-page .target-system-grid article p {
    -webkit-line-clamp: 2 !important;
    font-size: 0.62rem !important;
    line-height: 1.25 !important;
  }

  .target-page .target-niche-list {
    display: flex !important;
    gap: 0.34rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity !important;
  }

  .target-page .target-niche-list span,
  .target-page .target-niche-list span:last-child {
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: 1.9rem !important;
    padding: 0.32rem 0.62rem !important;
    border-radius: 999px !important;
    font-size: 0.6rem !important;
  }

  /* AI proof: identity + real Reel. The repeated feature chips are desktop detail. */
  .target-page .target-ai-avatar {
    gap: 0.55rem !important;
  }

  .target-page .target-ai-copy > p:not(.target-kicker),
  .target-page .target-ai-actions,
  .target-page .target-ai-platforms,
  .target-page .target-ai-primary-cta,
  .target-page .target-ai-flow,
  .target-page .target-ai-results {
    display: none !important;
  }

  .target-page .target-ai-copy h2 {
    max-width: 11ch !important;
    margin-bottom: 0 !important;
    font-size: clamp(2rem, 10vw, 2.55rem) !important;
  }

  .target-page .target-ai-profile {
    padding: 0.58rem !important;
    border-radius: 15px !important;
  }

  .target-page .target-ai-profile-head {
    gap: 0.52rem !important;
  }

  .target-page .target-ai-avatar-ring {
    width: 3.35rem !important;
    height: 3.35rem !important;
  }

  .target-page .target-ai-profile-stats {
    margin-top: 0.48rem !important;
  }

  .target-page .target-ai-profile-stats span {
    padding: 0.34rem 0.2rem !important;
    font-size: 0.5rem !important;
  }

  .target-page .target-ai-phone {
    padding: 0.45rem !important;
    border-radius: 16px !important;
  }

  .target-page .target-ai-reel-media {
    height: min(58vh, 27rem) !important;
    min-height: 20rem !important;
    border-radius: 12px !important;
  }

  .target-page .target-ai-side-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.28rem !important;
    margin-top: 0.36rem !important;
  }

  .target-page .target-ai-side-stats span {
    min-height: 1.9rem !important;
    padding: 0.26rem !important;
    font-size: 0.54rem !important;
  }

  .target-page .target-ai-side-stats span:nth-child(n + 3) {
    display: none !important;
  }

  /* Testimonials: one card per swipe; supporting ticker and hints are redundant. */
  .target-page .target-result-ticker,
  .target-page .target-scroll-hint {
    display: none !important;
  }

  .target-page .target-testimonial-head h2 {
    font-size: clamp(1.9rem, 9.5vw, 2.5rem) !important;
  }

  .target-page .target-testimonial-grid {
    gap: 0.5rem !important;
    padding: 0 0 0.15rem !important;
    scroll-padding-inline: 0 !important;
  }

  .target-page .target-testimonial-card {
    flex: 0 0 91% !important;
    min-width: 91% !important;
    padding: 0.68rem !important;
    border-radius: 14px !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-review-avatar {
    width: 3.15rem !important;
    height: 3.15rem !important;
  }

  .target-page .target-review-metrics {
    gap: 0.28rem !important;
  }

  .target-page .target-review-metrics > span {
    min-height: 3.4rem !important;
    padding: 0.34rem 0.22rem !important;
  }

  .target-page .target-testimonial-card blockquote {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin-block: 0.55rem !important;
    font-size: 0.7rem !important;
    line-height: 1.42 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .target-page .target-read-story {
    font-size: 0.65rem !important;
  }

  .target-page .target-testimonial-promise {
    margin-top: 0.65rem !important;
    font-size: 0.6rem !important;
  }

  .target-page .target-mid-cta {
    grid-template-columns: 1fr auto !important;
    gap: 0.45rem !important;
    padding: 0.65rem !important;
  }

  .target-page .target-mid-cta p {
    display: none !important;
  }

  .target-page .target-mid-cta h2,
  .target-page .target-mid-cta strong {
    font-size: 0.86rem !important;
    line-height: 1.08 !important;
  }

  .target-page .target-mid-cta .target-button {
    width: auto !important;
    min-height: 2.2rem !important;
    padding-inline: 0.72rem !important;
    font-size: 0.62rem !important;
  }

  .target-page .target-faq-grid {
    gap: 0.34rem !important;
  }

  .target-page .target-faq-grid details {
    padding: 0.58rem 0.65rem !important;
  }

  .target-page .target-faq-grid details:nth-child(n + 5) {
    display: none !important;
  }
}

@media (max-width: 380px), (max-width: 760px) and (max-height: 760px) {
  .target-page .target-qualify {
    padding: 0.46rem !important;
  }

  .target-page .target-qualify-copy .target-kicker {
    display: none !important;
  }

  .target-page .target-qualify h2 {
    max-width: 13ch !important;
    font-size: 1.6rem !important;
  }

  .target-page .target-form {
    padding: 0.45rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select,
  .target-page .target-form button[type="submit"] {
    min-height: 1.88rem !important;
    height: 1.88rem !important;
  }
}

/* Mobile UX consolidation: remove repeated proof, keep the lead path short. */
@media (max-width: 760px) {
  .target-page {
    --target-mobile-gutter: 0.72rem;
  }

  .target-page :is(.target-viral-trust, .target-proof-strip) {
    display: none !important;
  }

  /* The lead form is the mobile first screen, so only decision-critical fields remain. */
  .target-page .target-qualify {
    min-height: 0 !important;
    padding: 0.55rem !important;
    gap: 0.42rem !important;
    border-radius: 20px !important;
  }

  .target-page .target-qualify-copy {
    gap: 0.26rem !important;
    padding: 0 0.08rem !important;
  }

  .target-page .target-qualify-copy .target-kicker,
  .target-page .target-qualify-points {
    display: none !important;
  }

  .target-page .target-qualify h2 {
    max-width: 17ch !important;
    margin: 0 !important;
    font-size: clamp(1.48rem, 7.7vw, 1.86rem) !important;
    line-height: 0.94 !important;
    letter-spacing: 0 !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker) {
    display: -webkit-box !important;
    max-width: 49ch !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #616b7d !important;
    font-size: 0.63rem !important;
    line-height: 1.3 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .target-page .target-form {
    padding: 0.48rem !important;
    gap: 0.26rem !important;
    border-radius: 14px !important;
  }

  .target-page .target-form-head {
    min-height: 1.3rem !important;
    gap: 0.25rem !important;
  }

  .target-page .target-form-head > span,
  .target-page .target-form-head strong {
    font-size: 0.59rem !important;
    line-height: 1 !important;
  }

  .target-page .target-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.28rem !important;
  }

  .target-page .target-mobile-optional {
    display: none !important;
  }

  .target-page .target-form-fields :is(.target-field-link, .target-field-email) {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-field {
    gap: 0.12rem !important;
  }

  .target-page .target-field > span {
    gap: 0.2rem !important;
    font-size: 0.5rem !important;
    line-height: 1 !important;
  }

  .target-page .target-field > span svg {
    width: 0.68rem !important;
    height: 0.68rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select {
    min-height: 1.88rem !important;
    height: 1.88rem !important;
    padding: 0.26rem 0.48rem !important;
    border-radius: 9px !important;
    font-size: 0.59rem !important;
  }

  .target-page .target-form button[type="submit"] {
    min-height: 1.95rem !important;
    height: 1.95rem !important;
    margin: 0.02rem 0 0 !important;
    border-radius: 9px !important;
    font-size: 0.62rem !important;
  }

  .target-page :is(.target-form-progress, .target-form-note) {
    display: none !important;
  }

  /* One compact proof row replaces repeated full-width pills. */
  .target-page .target-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.24rem !important;
  }

  .target-page .target-proof-grid article {
    min-height: 3.6rem !important;
    padding: 0.42rem 0.22rem !important;
    border-radius: 10px !important;
  }

  .target-page .target-proof-grid article strong {
    font-size: clamp(1rem, 5.5vw, 1.28rem) !important;
  }

  .target-page .target-proof-grid article span {
    font-size: 0.4rem !important;
    line-height: 1 !important;
  }

  /* AI proof keeps the actual account and Reel, while repeated chips disappear. */
  .target-page .target-ai-avatar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !important;
    padding: 0.72rem !important;
    gap: 0.56rem !important;
    border-radius: 20px !important;
  }

  .target-page .target-ai-avatar::before {
    border-radius: 20px !important;
  }

  .target-page :is(.target-ai-flow, .target-ai-actions, .target-ai-platforms, .target-ai-side-stats) {
    display: none !important;
  }

  .target-page :is(.target-ai-copy, .target-ai-profile, .target-ai-phone) {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
  }

  .target-page .target-ai-copy {
    gap: 0.35rem !important;
  }

  .target-page .target-ai-copy h2 {
    max-width: 12ch !important;
    margin: 0 !important;
    font-size: clamp(1.75rem, 9.2vw, 2.3rem) !important;
    line-height: 0.91 !important;
  }

  .target-page .target-ai-copy > p:not(.target-kicker) {
    display: -webkit-box !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: 0.66rem !important;
    line-height: 1.35 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .target-page .target-ai-primary-cta {
    width: fit-content !important;
    min-height: 2.15rem !important;
    padding: 0.48rem 0.8rem !important;
    font-size: 0.62rem !important;
  }

  .target-page .target-ai-profile {
    padding: 0.52rem !important;
    border-radius: 14px !important;
  }

  .target-page .target-ai-profile-head {
    gap: 0.42rem !important;
    margin-bottom: 0.4rem !important;
  }

  .target-page .target-ai-avatar-ring {
    width: 3rem !important;
    height: 3rem !important;
    flex: 0 0 3rem !important;
  }

  .target-page .target-ai-profile-head h3 {
    font-size: 0.76rem !important;
  }

  .target-page .target-ai-profile-head p {
    font-size: 0.52rem !important;
  }

  .target-page .target-ai-profile-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.24rem !important;
    margin: 0.35rem 0 !important;
  }

  .target-page .target-ai-profile-stats span {
    padding: 0.3rem 0.18rem !important;
    font-size: 0.46rem !important;
  }

  .target-page .target-ai-profile-stats strong {
    font-size: 0.72rem !important;
  }

  .target-page .target-ai-results {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    border-radius: 10px !important;
  }

  .target-page .target-ai-phone {
    width: min(72%, 218px) !important;
    justify-self: center !important;
  }

  .target-page .target-ai-reel-media {
    width: 100% !important;
    height: auto !important;
    max-height: 360px !important;
    aspect-ratio: 9 / 14 !important;
  }

  .target-page .target-ai-reel-media video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Reviews become a true one-card-at-a-time carousel on mobile. */
  .target-page .target-testimonials {
    min-height: 0 !important;
    padding: 0.78rem 0 !important;
    border-radius: 20px !important;
  }

  .target-page .target-testimonial-head {
    padding: 0 var(--target-mobile-gutter) !important;
    gap: 0.25rem !important;
  }

  .target-page .target-testimonial-head h2 {
    max-width: 15ch !important;
    margin: 0 !important;
    font-size: clamp(1.65rem, 8.6vw, 2.15rem) !important;
    line-height: 0.94 !important;
  }

  .target-page .target-testimonial-head > p:not(.target-kicker) {
    margin: 0 !important;
    font-size: 0.62rem !important;
    line-height: 1.35 !important;
  }

  .target-page .target-result-ticker {
    display: none !important;
  }

  .target-page .target-testimonial-scroll {
    margin-top: 0.35rem !important;
  }

  .target-page .target-scroll-hint {
    margin: 0 0 0.28rem !important;
    padding: 0 var(--target-mobile-gutter) !important;
    font-size: 0.52rem !important;
  }

  .target-page .target-testimonial-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0.5rem !important;
    margin: 0 !important;
    padding: 0 var(--target-mobile-gutter) 0.28rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: var(--target-mobile-gutter) !important;
    scrollbar-width: none !important;
  }

  .target-page .target-testimonial-grid::-webkit-scrollbar {
    display: none !important;
  }

  .target-page .target-testimonial-card {
    flex: 0 0 min(82vw, 286px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0.62rem !important;
    gap: 0.48rem !important;
    border-radius: 14px !important;
    scroll-snap-align: center !important;
  }

  .target-page .target-review-top {
    grid-template-columns: 3rem minmax(0, 1fr) !important;
    gap: 0.45rem !important;
  }

  .target-page .target-review-avatar {
    width: 3rem !important;
    height: 3rem !important;
  }

  .target-page .target-review-top h3 {
    font-size: 0.78rem !important;
  }

  .target-page .target-review-top p {
    font-size: 0.5rem !important;
    line-height: 1.2 !important;
  }

  .target-page .target-card-platforms {
    display: none !important;
  }

  .target-page .target-review-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.22rem !important;
  }

  .target-page .target-review-metrics > span {
    min-height: 2.8rem !important;
    padding: 0.3rem 0.18rem !important;
    border-radius: 8px !important;
  }

  .target-page .target-review-metrics strong {
    font-size: 0.68rem !important;
  }

  .target-page .target-review-metrics em {
    font-size: 0.4rem !important;
  }

  .target-page .target-metric-icon {
    display: none !important;
  }

  .target-page .target-testimonial-card blockquote {
    display: -webkit-box !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: 0.61rem !important;
    line-height: 1.36 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .target-page .target-read-story {
    margin-top: 0 !important;
    font-size: 0.55rem !important;
  }

  .target-page .target-verified-line {
    margin: 0.35rem var(--target-mobile-gutter) 0 !important;
    font-size: 0.5rem !important;
  }

  .target-page .target-testimonial-promise {
    margin: 0.38rem var(--target-mobile-gutter) 0 !important;
    padding: 0.45rem 0.55rem !important;
    gap: 0.42rem !important;
    border-radius: 10px !important;
  }

  .target-page .target-testimonial-promise p {
    font-size: 0.52rem !important;
    line-height: 1.25 !important;
  }

  .target-page .target-promise-mark {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .target-page .target-mid-cta {
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding: 0.6rem 0.7rem !important;
    gap: 0.5rem !important;
  }

  .target-page .target-mid-cta strong {
    font-size: 0.76rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-mid-cta p {
    display: none !important;
  }

  .target-page .target-mid-cta .target-button {
    min-height: 2.05rem !important;
    padding: 0.42rem 0.65rem !important;
    font-size: 0.56rem !important;
  }
}

@media (max-width: 380px), (max-width: 760px) and (max-height: 760px) {
  .target-page .target-qualify {
    padding: 0.44rem !important;
    gap: 0.3rem !important;
  }

  .target-page .target-qualify h2 {
    font-size: 1.48rem !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker) {
    font-size: 0.58rem !important;
  }

  .target-page .target-form {
    padding: 0.42rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select {
    min-height: 1.76rem !important;
    height: 1.76rem !important;
  }

  .target-page .target-form button[type="submit"] {
    min-height: 1.82rem !important;
    height: 1.82rem !important;
  }
}

/* Mobile conversion pass - 2026-07-21 */
@media (max-width: 760px) {
  .target-page main {
    gap: 0.45rem !important;
  }

  .target-page main > section {
    width: min(calc(100% - 0.75rem), 30rem) !important;
    margin-block: 0 !important;
    padding: 0.85rem !important;
    border-radius: 1rem !important;
  }

  .target-page main > section h2 {
    max-width: 100% !important;
    margin-bottom: 0.55rem !important;
    font-size: 2rem !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
  }

  .target-page .target-kicker {
    margin-bottom: 0.4rem !important;
    font-size: 0.64rem !important;
  }

  /* Keep the lead form inside one phone viewport. */
  .target-page .target-qualify {
    min-height: calc(100svh - 4.25rem) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 0.5rem !important;
    padding: 0.75rem !important;
  }

  .target-page .target-qualify-copy {
    gap: 0 !important;
  }

  .target-page .target-qualify-copy h2 {
    max-width: 19rem !important;
    margin: 0 !important;
    font-size: 1.82rem !important;
    line-height: 0.93 !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker),
  .target-page .target-qualify-points,
  .target-page .target-mobile-optional,
  .target-page .target-form-progress {
    display: none !important;
  }

  .target-page .target-form.target-hero-form {
    gap: 0.34rem !important;
    padding: 0.62rem !important;
    border-radius: 0.9rem !important;
  }

  .target-page .target-form-head {
    min-height: 1.35rem !important;
    margin-bottom: 0 !important;
    font-size: 0.65rem !important;
  }

  .target-page .target-form-head strong {
    width: 1.65rem !important;
    height: 1.65rem !important;
    font-size: 0.66rem !important;
  }

  .target-page .target-form-head strong small {
    display: none !important;
  }

  .target-page .target-form-fields {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.34rem !important;
  }

  .target-page .target-field-link,
  .target-page .target-field-email {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-form label {
    gap: 0.2rem !important;
    min-width: 0 !important;
    font-size: 0.61rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-form label > span,
  .target-page .target-form label > strong {
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 0.61rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-form input,
  .target-page .target-form select {
    height: 2.45rem !important;
    min-height: 2.45rem !important;
    padding: 0.55rem 0.68rem 0.55rem 2rem !important;
    border-radius: 0.68rem !important;
    font-size: 0.78rem !important;
  }

  .target-page .target-field-icon {
    left: 0.66rem !important;
    width: 0.9rem !important;
    height: 0.9rem !important;
  }

  .target-page .target-submit {
    min-height: 2.65rem !important;
    margin-top: 0.05rem !important;
    padding: 0.6rem 0.8rem !important;
    border-radius: 0.72rem !important;
    font-size: 0.78rem !important;
  }

  .target-page .target-form-note {
    margin: 0 !important;
    font-size: 0.58rem !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  /* One proof row is enough on mobile; remove repeated proof lists. */
  .target-page .target-viral-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.28rem !important;
  }

  .target-page .target-viral-trust span {
    min-height: 2.35rem !important;
    padding: 0.34rem 0.2rem !important;
    border-radius: 0.65rem !important;
    font-size: 0.58rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(9, 20, 38, 0.12) !important;
    border-radius: 0.8rem !important;
  }

  .target-page .target-proof-grid article {
    min-height: 4.4rem !important;
    padding: 0.55rem 0.18rem !important;
    border: 0 !important;
    border-right: 1px solid rgba(9, 20, 38, 0.1) !important;
    border-radius: 0 !important;
    text-align: center !important;
  }

  .target-page .target-proof-grid article:last-child {
    border-right: 0 !important;
  }

  .target-page .target-proof-grid article strong {
    font-size: 1.12rem !important;
    line-height: 1 !important;
  }

  .target-page .target-proof-grid article span {
    margin-top: 0.22rem !important;
    font-size: 0.48rem !important;
    line-height: 1.08 !important;
  }

  .target-page .target-proof-strip,
  .target-page .target-platform-rail,
  .target-page .target-case-metrics,
  .target-page .target-ai-actions,
  .target-page .target-ai-side-stats,
  .target-page .target-result-ticker {
    display: none !important;
  }

  /* Turn explanatory stacks into horizontal, swipeable summaries. */
  .target-page .target-diagnosis-list {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 82% !important;
    grid-template-columns: none !important;
    gap: 0.55rem !important;
    overflow-x: auto !important;
    padding: 0 0.05rem 0.35rem !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .target-page .target-diagnosis-list::-webkit-scrollbar,
  .target-page .target-niche-list::-webkit-scrollbar {
    display: none !important;
  }

  .target-page .target-diagnosis-list article {
    min-height: 7.2rem !important;
    padding: 0.75rem !important;
    border-radius: 0.8rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-diagnosis-list article h3 {
    font-size: 0.95rem !important;
  }

  .target-page .target-diagnosis-list article p {
    font-size: 0.75rem !important;
    line-height: 1.32 !important;
  }

  .target-page .target-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
  }

  .target-page .target-system-grid article {
    min-height: 8.4rem !important;
    padding: 0.68rem !important;
    border-radius: 0.78rem !important;
  }

  .target-page .target-system-grid article h3 {
    font-size: 0.9rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-system-grid article p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    font-size: 0.68rem !important;
    line-height: 1.28 !important;
  }

  .target-page .target-niche-list {
    display: flex !important;
    gap: 0.42rem !important;
    overflow-x: auto !important;
    padding: 0 0 0.3rem !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
  }

  .target-page .target-niche-list span,
  .target-page .target-niche-list span:last-child {
    flex: 0 0 auto !important;
    min-height: 2.15rem !important;
    padding: 0.5rem 0.85rem !important;
    border-radius: 999px !important;
    font-size: 0.72rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-ai-platforms {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
    padding: 0.55rem !important;
  }

  .target-page .target-ai-platforms strong {
    grid-column: 1 / -1 !important;
    margin-bottom: 0.1rem !important;
    font-size: 0.58rem !important;
  }

  .target-page .target-ai-platforms span {
    min-height: 3rem !important;
    padding: 0.25rem 0.1rem !important;
    font-size: 0.55rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-ai-platforms img {
    width: 1.55rem !important;
    height: 1.55rem !important;
  }

  .target-page .target-faq-grid details:nth-child(n + 5) {
    display: none !important;
  }

  .target-page .target-faq-grid {
    gap: 0.38rem !important;
  }

  .target-page .target-faq-grid details {
    padding: 0.7rem 0.75rem !important;
    border-radius: 0.7rem !important;
  }

  .target-page .target-mid-cta {
    gap: 0.55rem !important;
    padding: 0.8rem !important;
  }

  .target-page .target-mid-cta h2 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 380px), (max-width: 760px) and (max-height: 740px) {
  .target-page .target-qualify {
    min-height: calc(100svh - 3.7rem) !important;
    padding: 0.55rem !important;
  }

  .target-page .target-qualify-copy h2 {
    font-size: 1.55rem !important;
  }

  .target-page .target-form.target-hero-form {
    padding: 0.5rem !important;
  }

  .target-page .target-form input,
  .target-page .target-form select {
    height: 2.25rem !important;
    min-height: 2.25rem !important;
  }

  .target-page .target-form-note {
    display: none !important;
  }
}

.target-page {
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 8%, rgba(215, 255, 69, 0.28), transparent 26rem),
    radial-gradient(circle at 8% 4%, rgba(68, 108, 255, 0.1), transparent 25rem),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f8faf7 100%);
}

@media (max-width: 760px) {
  .target-page .target-header-cta {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    z-index: 3;
    display: inline-flex !important;
    min-height: 2.45rem;
    max-width: none;
    align-items: center;
    justify-content: center;
    padding: 0 0.86rem;
    border-radius: 999px;
    color: #101010;
    background: #d7ff45;
    font-size: 0;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 18px 42px rgba(215, 255, 69, 0.22);
  }

  .target-page .target-header-cta::after {
    content: "Qualify";
    font-size: 0.78rem;
  }

  .target-page .target-mobile-sticky-cta {
    display: none !important;
  }
}

.target-page .social-field,
.target-page .cursor-light {
  display: none;
}

.target-page::before {
  opacity: 0.22;
}

.target-header,
.target-hero,
.target-proof,
.target-diagnosis,
.target-systems,
.target-fit,
.target-cases,
.target-testimonials,
.target-faq,
.target-final,
.target-footer {
  position: relative;
  z-index: 2;
  width: min(92vw, 1180px);
  margin-inline: auto;
}

.target-header {
  position: sticky;
  top: 1rem;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 70px rgba(45, 75, 112, 0.13);
  backdrop-filter: blur(24px);
}

.target-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 950;
}

.target-logo {
  display: inline-flex;
  width: 3.2rem;
  height: 3.2rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ink);
}

.target-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.target-nav {
  display: flex;
  justify-content: center;
  gap: 1.35rem;
  color: rgba(7, 17, 31, 0.62);
  font-size: 0.92rem;
  font-weight: 900;
}

.target-header-cta,
.target-lang-toggle,
.target-button,
.target-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.15rem;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.target-lang-toggle {
  width: 3rem;
  min-height: 3rem;
  padding: 0;
  border: 1px solid rgba(7, 17, 31, 0.1);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.12);
}

.target-header-cta,
.target-button-primary,
.target-submit {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.18);
}

.target-mobile-sticky-cta {
  display: none;
}

.target-system-mobile-tools,
.target-case-swipe-hint,
.target-performance-offer {
  display: none;
}

.target-button-secondary {
  border: 1px solid rgba(7, 17, 31, 0.09);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
}

.target-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(390px, 0.56fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  min-height: calc(100vh - 5.6rem);
  padding: clamp(2.1rem, 3.6vw, 3.7rem) 0 clamp(2.2rem, 3.5vw, 3.2rem);
}

.target-kicker {
  display: inline-flex;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.target-hero h1,
.target-page h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
  line-height: 0.9;
  font-weight: 950;
}

.target-hero h1 {
  max-width: 860px;
  margin-top: 1.15rem;
  font-size: clamp(4rem, 6.65vw, 6.65rem);
  line-height: 0.9;
}

.target-hero h1 span {
  display: block;
  color: var(--blue);
}

.target-guarantee-badge {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 0.7rem;
  align-items: baseline;
  margin-top: 1rem;
  padding: 0.82rem 1rem 0.88rem;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(40, 75, 120, 0.1);
}

.target-guarantee-badge strong {
  color: var(--ink);
  font-size: clamp(2rem, 3.65vw, 3.35rem);
  line-height: 0.86;
  font-weight: 950;
}

.target-guarantee-badge span {
  color: rgba(7, 17, 31, 0.64);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 950;
}

.target-page h2 {
  margin-top: 0.7rem;
  max-width: 760px;
  font-size: clamp(2.2rem, 3.65vw, 3.55rem);
  line-height: 0.96;
}

.target-hero-text,
.target-page p {
  color: rgba(7, 17, 31, 0.66);
  line-height: 1.45;
}

.target-hero-text {
  max-width: 720px;
  margin: 1.25rem 0 0;
  font-size: clamp(1.05rem, 1.32vw, 1.2rem);
  font-weight: 760;
}

.target-hero-actions,
.target-trust-row,
.target-niche-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.target-hero-actions {
  margin-top: 1.8rem;
}

.target-trust-row {
  margin-top: 1rem;
}

.target-trust-row span,
.target-niche-list span {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0 1.05rem;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(7, 17, 31, 0.76);
  font-weight: 900;
  box-shadow: 0 14px 44px rgba(38, 76, 124, 0.08);
}

.target-form,
.target-proof-grid article,
.target-diagnosis-list article,
.target-system-grid article,
.target-case-grid article,
.target-faq details {
  border: 1px solid rgba(7, 17, 31, 0.09);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 78px rgba(37, 72, 116, 0.11);
  backdrop-filter: blur(22px);
}

.target-form {
  display: grid;
  gap: 0.72rem;
  padding: clamp(1.05rem, 2vw, 1.45rem);
}

.target-hero-form {
  align-self: center;
  border-color: rgba(68, 108, 255, 0.16);
  box-shadow: 0 34px 110px rgba(40, 75, 124, 0.18);
}

.target-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.08rem;
  color: var(--blue);
  font-family: var(--font-mono);
  font-weight: 900;
  text-transform: uppercase;
}

.target-form-head strong {
  display: inline-flex;
  width: 3.2rem;
  height: 3.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.target-form label {
  display: grid;
  gap: 0.32rem;
  color: rgba(7, 17, 31, 0.66);
  font-weight: 950;
}

.target-form input,
.target-form select {
  width: 100%;
  min-height: 3.05rem;
  padding: 0 0.92rem;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  outline: none;
}

.target-form input:focus,
.target-form select:focus {
  border-color: rgba(68, 108, 255, 0.54);
  box-shadow: 0 0 0 4px rgba(68, 108, 255, 0.1);
}

.target-submit {
  width: 100%;
  min-height: 3.45rem;
  margin-top: 0.2rem;
  background: var(--blue);
  box-shadow: 0 18px 46px rgba(68, 108, 255, 0.28);
}

.target-form-note {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 850;
}

.target-proof,
.target-diagnosis,
.target-systems,
.target-fit,
.target-cases,
.target-testimonials,
.target-faq,
.target-final {
  padding-block: clamp(2rem, 3.8vw, 3.3rem);
}

#audit,
.target-qualify {
  scroll-margin-top: 6rem;
}

.target-case-vault + .target-ai-avatar {
  margin-top: clamp(1.15rem, 3vw, 2.75rem);
}

.target-section-head {
  display: block;
  max-width: 820px;
}

.target-proof-grid,
.target-diagnosis-list,
.target-system-grid,
.target-case-grid,
.target-testimonial-grid,
.target-faq-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.target-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.target-proof-grid article {
  min-height: 7.4rem;
  padding: 1.15rem;
}

.target-proof-grid strong {
  display: block;
  color: var(--ink);
  font-size: clamp(2.1rem, 3.8vw, 3.7rem);
  line-height: 0.9;
  font-weight: 950;
}

.target-proof-grid span {
  display: block;
  margin-top: 0.9rem;
  color: rgba(7, 17, 31, 0.64);
  font-weight: 900;
}

.target-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.target-proof-strip span {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(7, 17, 31, 0.72);
  font-size: 0.9rem;
  font-weight: 950;
  text-align: center;
}

.target-diagnosis {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.9fr);
  gap: clamp(1.5rem, 3.6vw, 3.5rem);
  align-items: center;
}

.target-diagnosis h2,
.target-fit h2 {
  max-width: 620px;
}

.target-diagnosis-list {
  margin-top: 0;
}

.target-diagnosis-list article,
.target-system-grid article {
  padding: 1.05rem;
}

.target-diagnosis-list span,
.target-system-grid span {
  color: var(--blue);
  font-family: var(--font-mono);
  font-weight: 900;
}

.target-diagnosis-list strong,
.target-system-grid h3 {
  display: block;
  margin: 0.45rem 0 0;
  color: var(--ink);
  font-size: 1.16rem;
  line-height: 1.05;
  font-weight: 950;
}

.target-diagnosis-list p,
.target-system-grid p,
.target-case-grid p,
.target-faq p {
  margin: 0.55rem 0 0;
}

.target-system-grid,
.target-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.target-system-grid article {
  min-height: 8.4rem;
}

.target-fit {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.82fr);
  gap: clamp(1.5rem, 3.6vw, 3.5rem);
  align-items: center;
}

.target-niche-list {
  justify-content: flex-end;
}

.target-niche-list span {
  min-height: 3.5rem;
  color: var(--ink);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
}

.target-cases {
  overflow: hidden;
  border-color: rgba(7, 17, 31, 0.9);
  background:
    radial-gradient(circle at 78% 18%, rgba(215, 255, 69, 0.18), transparent 22rem),
    radial-gradient(circle at 12% 8%, rgba(68, 108, 255, 0.16), transparent 22rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #05080d;
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
  color: #fff;
}

.target-cases .target-section-head {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.target-cases .target-kicker {
  color: #d7ff45;
}

.target-cases h2 {
  color: #fff;
}

.target-cases .target-section-head > p:last-child {
  max-width: 650px;
  margin: 0.8rem auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 760;
}

.target-case-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.5rem, 3vw, 2.4rem);
}

.target-case-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(190px, 0.62fr);
  gap: 1rem;
  min-height: 25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 70px rgba(0, 0, 0, 0.22);
}

.target-case-card::before {
  content: "";
  position: absolute;
  inset: auto -22% -38% 20%;
  height: 12rem;
  border-radius: 50%;
  background: rgba(215, 255, 69, 0.12);
  filter: blur(40px);
  pointer-events: none;
}

.target-case-card-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.54fr);
  min-height: 30rem;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.target-case-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(0.4rem, 1.2vw, 1rem);
}

.target-case-label {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 0.45rem;
  color: #d7ff45;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.target-case-label::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16px rgba(215, 255, 69, 0.85);
}

.target-case-copy h3 {
  max-width: 760px;
  margin: 0.7rem 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.92;
  font-weight: 950;
}

.target-case-card:not(.target-case-card-featured) .target-case-copy h3 {
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 0.96;
}

.target-case-copy p {
  max-width: 680px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  line-height: 1.5;
  font-weight: 720;
}

.target-case-copy ul {
  display: grid;
  gap: 0.55rem;
  max-width: 620px;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.target-case-copy li {
  display: flex;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 820;
}

.target-case-copy li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: #d7ff45;
  box-shadow: 0 0 14px rgba(215, 255, 69, 0.72);
}

.target-case-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 1.35rem;
}

.target-case-results span {
  min-height: 4.3rem;
  overflow: hidden;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  line-height: 1.05;
  font-weight: 850;
}

.target-case-results span:first-child {
  border-color: rgba(215, 255, 69, 0.72);
  background:
    radial-gradient(circle at 18% 12%, rgba(215, 255, 69, 0.24), transparent 70%),
    rgba(215, 255, 69, 0.08);
}

.target-case-results strong {
  display: block;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  line-height: 0.95;
  font-weight: 950;
}

.target-case-card:not(.target-case-card-featured) .target-case-results {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.target-case-card:not(.target-case-card-featured) .target-case-results span {
  padding: 0.72rem 0.7rem;
}

.target-case-card:not(.target-case-card-featured) .target-case-results strong {
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  white-space: nowrap;
}

.target-case-results span:first-child strong {
  color: #d7ff45;
}

.target-case-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  align-self: stretch;
  margin: 0;
  min-height: 18rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.26);
}

.target-case-media::before {
  content: "Campaign receipt";
  position: absolute;
  z-index: 2;
  top: 0.85rem;
  left: 0.85rem;
  padding: 0.4rem 0.62rem;
  border: 1px solid rgba(215, 255, 69, 0.34);
  border-radius: 999px;
  background: rgba(5, 8, 13, 0.72);
  color: #d7ff45;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.target-case-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.22), transparent 28%, rgba(5, 8, 13, 0.18)),
    radial-gradient(circle at 72% 12%, rgba(215, 255, 69, 0.12), transparent 42%);
}

.target-case-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: top center;
}

.target-mid-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  width: min(92vw, 1180px);
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 70px rgba(37, 72, 116, 0.1);
}

.target-mid-cta strong {
  color: var(--ink);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.05;
  font-weight: 950;
}

.target-mid-cta span {
  color: rgba(7, 17, 31, 0.64);
  font-weight: 850;
}

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

.target-faq details {
  padding: 1.1rem 1.2rem;
  box-shadow: none;
}

.target-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 950;
}

.target-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 10%, rgba(215, 255, 69, 0.28), transparent 18rem),
    linear-gradient(135deg, #07111f, #1f3155);
}

.target-final h2,
.target-final .target-kicker {
  color: #fff;
}

.target-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0 2rem;
  color: rgba(7, 17, 31, 0.62);
  font-weight: 900;
}

@media (max-width: 900px) {
  .target-header {
    grid-template-columns: auto 1fr auto;
  }

  .target-nav {
    display: none;
  }

  .target-hero,
  .target-diagnosis,
  .target-fit,
  .target-final {
    grid-template-columns: 1fr;
  }

  .target-proof-grid,
  .target-system-grid,
  .target-case-grid,
  .target-case-showcase,
  .target-testimonial-grid,
  .target-faq-grid,
  .target-proof-strip,
  .target-mid-cta {
    grid-template-columns: 1fr;
  }

  .target-niche-list {
    justify-content: flex-start;
  }

  .target-case-card,
  .target-case-card-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .target-case-card-featured .target-case-media {
    min-height: 26rem;
  }
}

@media (max-width: 620px) {
  .target-header,
  .target-hero,
  .target-proof,
  .target-diagnosis,
  .target-systems,
  .target-fit,
  .target-cases,
  .target-testimonials,
  .target-faq,
  .target-final,
  .target-footer {
    width: min(92vw, 100%);
  }

  .target-header {
    top: 0.65rem;
    width: calc(100vw - 1rem);
    max-width: calc(100vw - 1rem);
    box-sizing: border-box;
    display: block;
    height: 3.55rem;
    padding: 0.55rem;
    gap: 0.4rem;
  }

  .target-brand {
    position: absolute;
    top: 0.4rem;
    left: 0.55rem;
  }

  .target-brand span:last-child {
    display: none;
  }

  .target-logo {
    width: 2.75rem;
    height: 2.75rem;
  }

  .target-header-cta {
    display: none;
  }

  .target-lang-toggle {
    display: none;
  }

  .target-hero {
    min-height: auto;
    padding-top: 1.8rem;
    gap: 1.45rem;
  }

  .target-kicker {
    font-size: 0.72rem;
  }

  .target-hero h1 {
    margin-top: 0.82rem;
    font-size: clamp(2.55rem, 11.7vw, 4.05rem);
    line-height: 0.95;
  }

  .target-guarantee-badge {
    width: 100%;
    grid-template-columns: auto 1fr;
    gap: 0.55rem;
    align-items: baseline;
    margin-top: 0.85rem;
    padding: 0.72rem 0.82rem 0.78rem;
    border-radius: 18px;
  }

  .target-guarantee-badge strong {
    font-size: clamp(2.15rem, 10.5vw, 2.85rem);
    line-height: 0.9;
  }

  .target-guarantee-badge span {
    font-size: 0.98rem;
  }

  .target-hero-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.42;
  }

  .target-hero-actions {
    margin-top: 1.1rem;
  }

  .target-hero-actions .target-button-secondary,
  .target-trust-row {
    display: none;
  }

  .target-page h2 {
    max-width: 100%;
    font-size: clamp(1.75rem, 7.8vw, 2.55rem);
    line-height: 0.98;
  }

  .target-form {
    padding: 0.92rem;
    border-radius: 24px;
  }

  .target-form-head {
    align-items: center;
  }

  .target-form-head strong {
    width: 3rem;
    height: 3rem;
  }

  .target-form label span {
    font-size: 0.92rem;
  }

  .target-form input,
  .target-form select {
    min-height: 3.05rem;
    font-size: 0.95rem;
  }

  .target-proof,
  .target-diagnosis,
  .target-systems,
  .target-fit,
  .target-cases,
  .target-testimonials,
  .target-faq,
  .target-final {
    padding-block: 2rem;
  }

  .target-proof-grid article {
    min-height: 6.7rem;
  }

  .target-proof-grid strong {
    font-size: clamp(2.25rem, 14vw, 3.2rem);
  }

  .target-system-grid article {
    min-height: auto;
  }

  .target-hero-actions .target-button,
  .target-final .target-button,
  .target-mid-cta .target-button {
    width: 100%;
  }

  .target-trust-row span,
  .target-niche-list span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .target-footer {
    flex-direction: column;
  }
}

/* Target campaign redesign: direct-response landing inspired by the Viral Coach reference. */
.target-page {
  background:
    radial-gradient(circle at 72% 7rem, rgba(215, 255, 69, 0.24), transparent 25rem),
    radial-gradient(circle at 26% 12rem, rgba(68, 108, 255, 0.18), transparent 24rem),
    linear-gradient(180deg, #050505 0 54rem, #f7f9fc 54rem 100%);
}

.target-header {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(9, 10, 12, 0.78);
  box-shadow: 0 22px 90px rgba(0, 0, 0, 0.34);
}

.target-brand,
.target-nav a {
  color: #fff;
}

.target-nav {
  color: rgba(255, 255, 255, 0.68);
}

.target-header-cta {
  color: #101010;
  background: #d7ff45;
  box-shadow: 0 18px 42px rgba(215, 255, 69, 0.22);
}

.target-header .target-lang-toggle {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.target-viral-hero {
  width: min(94vw, 1240px);
  min-height: clamp(38rem, calc(100svh - 7rem), 48rem);
  grid-template-columns: 1fr;
  place-items: center;
  padding: clamp(2.7rem, 4.4vw, 4.7rem) 0 clamp(3rem, 4.8vw, 4.8rem);
  overflow: hidden;
  text-align: center;
}

.target-viral-hero::before {
  content: "";
  position: absolute;
  inset: 0.75rem max(-3vw, -2rem) 1rem;
  z-index: -1;
  border-radius: 34px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 68% 68%, rgba(215, 255, 69, 0.22), transparent 28rem),
    radial-gradient(circle at 34% 44%, rgba(68, 108, 255, 0.22), transparent 24rem),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.07), transparent 24rem);
  background-size: 46px 46px, 46px 46px, auto, auto;
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
}

.target-viral-hero .target-kicker {
  color: #d7ff45;
  font-size: clamp(0.82rem, 1vw, 0.95rem);
}

.target-viral-hero .target-hero-copy {
  position: relative;
  z-index: 2;
}

.target-social-layer,
.target-section-socials,
.target-system-orbits {
  pointer-events: none;
  user-select: none;
}

.target-mobile-proof-eyebrow,
.target-mobile-hero-proof {
  display: none;
}

.target-social-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.target-social-badge {
  position: absolute;
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  gap: 0.48rem;
  padding: 0.45rem 0.76rem 0.45rem 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  font-weight: 950;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  animation: targetPlatformFloat 8s ease-in-out infinite;
}

.target-social-mark {
  display: inline-grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.target-social-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.target-social-instagram {
  top: 19%;
  left: 4%;
}

.target-social-tiktok {
  top: 16%;
  right: 7%;
  animation-delay: -2.4s;
}

.target-social-youtube {
  right: 5%;
  bottom: 22%;
  animation-delay: -4.7s;
}

.target-social-x {
  left: 8%;
  bottom: 18%;
  animation-delay: -6.1s;
}

.target-social-reels,
.target-social-shorts {
  min-height: 2.2rem;
  padding-inline: 0.78rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.target-social-reels {
  left: 20%;
  bottom: 10%;
  animation-delay: -1.2s;
}

.target-social-shorts {
  right: 22%;
  top: 11%;
  animation-delay: -3.2s;
}

.target-viral-hero h1 {
  max-width: 1040px;
  margin: 1rem auto 0;
  color: #fff;
  font-size: clamp(4.4rem, 7.4vw, 8.25rem);
  line-height: 0.88;
  text-wrap: balance;
}

.target-viral-hero h1 span {
  color: #fff;
}

.target-viral-hero h1 em {
  display: inline;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.target-viral-hero h1 i {
  color: #d7ff45;
  font-style: normal;
}

.target-viral-hero .target-hero-text {
  max-width: 820px;
  margin: 1.25rem auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.02rem, 1.28vw, 1.22rem);
}

.target-viral-hero .target-hero-actions {
  justify-content: center;
  margin-top: 1.65rem;
}

.target-viral-hero .target-button-primary,
.target-submit {
  min-height: 3.55rem;
  padding-inline: 1.7rem;
  color: #101010;
  background: linear-gradient(180deg, #e7ff79, #d7ff45);
  box-shadow:
    0 18px 42px rgba(215, 255, 69, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.target-viral-hero .target-button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.target-viral-trust {
  justify-content: center;
  margin-top: 1.25rem;
}

.target-viral-trust span {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.target-qualify {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(92vw, 1180px);
  grid-template-columns: minmax(0, 0.78fr) minmax(390px, 0.62fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  margin: clamp(1.2rem, 2.3vw, 2rem) auto 0;
  padding: clamp(1.2rem, 2.6vw, 2rem);
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 10%, rgba(215, 255, 69, 0.15), transparent 19rem),
    radial-gradient(circle at 14% 22%, rgba(68, 108, 255, 0.08), transparent 18rem),
    rgba(255, 255, 255, 0.93);
  box-shadow: 0 32px 110px rgba(7, 17, 31, 0.18);
  backdrop-filter: blur(20px);
}

@media (min-width: 1440px) {
  .target-viral-hero {
    width: min(86vw, 1240px);
    min-height: clamp(40rem, calc(100svh - 8rem), 49rem);
  }

  .target-viral-hero h1 {
    font-size: clamp(5.2rem, 6.4vw, 8.15rem);
  }
}

.target-qualify-copy h2 {
  margin-top: 0.65rem;
  max-width: 700px;
  font-size: clamp(2.6rem, 5.2vw, 5.7rem);
  line-height: 0.88;
}

.target-qualify-copy p {
  max-width: 640px;
  margin-top: 1.2rem;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 760;
}

.target-qualify-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.target-qualify-points span {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  padding-inline: 0.95rem;
  border-radius: 999px;
  background: #07111f;
  color: #fff;
  font-weight: 950;
}

.target-qualify .target-form {
  background: #fff;
  box-shadow: 0 28px 80px rgba(36, 68, 105, 0.14);
}

.target-qualify .target-form-head {
  color: var(--blue);
}

.target-qualify .target-form-head strong {
  background: #07111f;
}

.target-proof {
  padding-top: clamp(2.3rem, 4vw, 4rem);
}

.target-proof .target-section-head {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.target-proof-grid article {
  border-color: rgba(7, 17, 31, 0.07);
  background: #fff;
}

.target-proof-grid strong {
  letter-spacing: -0.03em;
}

.target-proof-grid article:last-child {
  background: #07111f;
}

.target-proof-grid article:last-child strong,
.target-proof-grid article:last-child span {
  color: #fff;
}

.target-platform-rail {
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  border: 1px solid rgba(7, 17, 31, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.target-platform-track {
  display: flex;
  width: max-content;
  gap: 0.7rem;
  padding: 0.55rem 0.7rem;
  animation: targetPlatformMarquee 28s linear infinite;
}

.target-platform-track span {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  border-radius: 999px;
  padding-inline: 0.95rem;
  background: #07111f;
  color: #d7ff45;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.target-diagnosis,
.target-systems {
  overflow: hidden;
}

.target-section-socials,
.target-system-orbits {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.target-section-socials span,
.target-system-orbits span {
  position: absolute;
  display: inline-grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.68);
  color: rgba(7, 17, 31, 0.42);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 18px 54px rgba(38, 76, 124, 0.08);
  animation: targetSignalDrift 10s ease-in-out infinite;
}

.target-section-socials span {
  overflow: hidden;
  padding: 0;
}

.target-section-socials img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.target-section-socials span:nth-child(1) {
  left: 2%;
  top: 8%;
}

.target-section-socials span:nth-child(2) {
  right: 8%;
  top: 2%;
  animation-delay: -2s;
}

.target-section-socials span:nth-child(3) {
  left: 38%;
  bottom: 5%;
  animation-delay: -4s;
}

.target-section-socials span:nth-child(4) {
  right: 2%;
  bottom: 10%;
  animation-delay: -6s;
}

.target-system-orbits span:nth-child(1) {
  left: 4%;
  top: 22%;
}

.target-system-orbits span:nth-child(2) {
  right: 4%;
  top: 14%;
  animation-delay: -1.7s;
}

.target-system-orbits span:nth-child(3) {
  left: 48%;
  top: 4%;
  animation-delay: -3.4s;
}

.target-system-orbits span:nth-child(4) {
  right: 16%;
  bottom: 2%;
  animation-delay: -5.1s;
}

.target-mid-cta .target-button-primary,
.target-final .target-button-primary {
  color: #101010;
  background: #d7ff45;
}

@media (max-width: 900px) {
  .target-page {
    background:
      radial-gradient(circle at 74% 4rem, rgba(215, 255, 69, 0.24), transparent 17rem),
      radial-gradient(circle at 20% 8rem, rgba(68, 108, 255, 0.18), transparent 16rem),
      linear-gradient(180deg, #050505 0 37rem, #f7f9fc 37rem 100%);
  }

  .target-viral-hero {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .target-social-instagram {
    left: 0;
    top: 15%;
  }

  .target-social-tiktok {
    right: 0;
    top: 13%;
  }

  .target-social-youtube,
  .target-social-x {
    display: none;
  }

  .target-qualify {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .target-page {
    background:
      radial-gradient(circle at 72% 2rem, rgba(215, 255, 69, 0.24), transparent 14rem),
      radial-gradient(circle at 18% 7rem, rgba(68, 108, 255, 0.18), transparent 13rem),
      linear-gradient(180deg, #050505 0 34rem, #f7f9fc 34rem 100%);
  }

  .target-header {
    background: rgba(9, 10, 12, 0.84);
  }

  .target-header-cta {
    display: none;
  }

  .target-header-cta::after {
    content: none;
  }

  .target-mobile-sticky-cta {
    position: fixed;
    top: 1.2rem;
    right: 1rem;
    z-index: 90;
    display: inline-flex;
    min-height: 2.45rem;
    align-items: center;
    justify-content: center;
    padding: 0 0.86rem;
    border-radius: 999px;
    color: #101010;
    background: #d7ff45;
    font-size: 0.78rem;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(215, 255, 69, 0.22);
  }

  .target-viral-hero {
    width: min(92vw, 100%);
    padding-top: 2.7rem;
    padding-bottom: 4.5rem;
  }

  .target-social-badge {
    display: none;
  }

  .target-social-mark {
    width: 1.45rem;
    height: 1.45rem;
  }

  .target-social-reels,
  .target-social-shorts,
  .target-section-socials,
  .target-system-orbits {
    display: none;
  }

  .target-viral-hero::before {
    inset: 0.5rem -1.5rem 1rem;
    border-radius: 24px;
    background-size: 28px 28px, 28px 28px, auto, auto;
  }

  .target-viral-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.8vw, 3.2rem);
    line-height: 0.94;
    overflow-wrap: normal;
  }

  .target-viral-hero h1 em {
    display: block;
    font-size: 0.62em;
  }

  .target-viral-hero h1 i {
    font-size: 0.62em;
  }

  .target-viral-hero .target-hero-text {
    font-size: 1rem;
  }

  .target-viral-hero .target-button-secondary {
    display: none;
  }

  .target-viral-trust {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .target-viral-trust span {
    width: 100%;
    justify-content: center;
  }

  .target-qualify {
    width: min(92vw, 100%);
    margin-top: -2.5rem;
    padding: 0.85rem;
    border-radius: 24px;
  }

  .target-qualify-copy h2 {
    font-size: clamp(1.58rem, 8.2vw, 2rem);
    line-height: 1;
  }

  .target-qualify-copy {
    padding: 0.45rem 0.2rem 0;
  }

  .target-qualify-copy h2 {
    font-size: clamp(1.7rem, 8.8vw, 2.25rem);
    line-height: 0.98;
  }

  .target-qualify-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .target-qualify-points span {
    justify-content: center;
  }
}

@keyframes targetPlatformFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(0.35rem, -0.7rem, 0) rotate(2deg);
  }
}

@keyframes targetPlatformMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes targetSignalDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
  }

  50% {
    transform: translate3d(0.6rem, -0.8rem, 0) scale(1.04);
    opacity: 0.38;
  }
}

@media (prefers-reduced-motion: reduce) {
  .target-social-badge,
  .target-platform-track,
  .target-result-track,
  .target-section-socials span,
  .target-system-orbits span {
    animation: none;
  }
}

/* Full testimonial story dialog. */
.target-read-story {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.target-story-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 3vw, 2rem);
  background: rgba(2, 5, 8, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.target-story-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.target-story-panel {
  position: relative;
  width: min(100%, 760px);
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
  padding: clamp(1.1rem, 3vw, 2rem);
  border: 1px solid rgba(215, 255, 69, 0.32);
  border-radius: 1.5rem;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(215, 255, 69, 0.12), transparent 18rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #091019;
  background-size: auto, 36px 36px, 36px 36px, auto;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.58);
}

.target-story-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(215, 255, 69, 0.45);
  border-radius: 50%;
  color: #d7ff45;
  background: rgba(4, 8, 13, 0.82);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.target-story-kicker {
  margin: 0 3.3rem 1rem 0;
  color: #d7ff45;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.target-story-person {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}

.target-story-person img {
  width: 4.8rem;
  height: 4.8rem;
  border: 2px solid rgba(215, 255, 69, 0.65);
  border-radius: 50%;
  object-fit: cover;
}

.target-story-person h3,
.target-story-person p {
  margin: 0;
}

.target-story-person h3 {
  font-size: clamp(1.45rem, 4vw, 2rem);
}

.target-story-person p {
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 650;
}

.target-story-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.target-story-metrics > span {
  display: grid;
  min-height: 5.4rem;
  align-content: center;
  gap: 0.18rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
}

.target-story-metrics strong {
  font-size: clamp(1.1rem, 4vw, 1.55rem);
}

.target-story-metrics em {
  color: rgba(255, 255, 255, 0.58);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 750;
}

.target-story-metrics .target-metric-icon {
  display: none;
}

.target-story-panel blockquote {
  margin: 1.25rem 0;
  padding: 1rem 0 1rem 1.15rem;
  border-left: 3px solid #d7ff45;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  font-weight: 700;
  line-height: 1.55;
}

.target-story-actions {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.target-story-actions button,
.target-form-skip {
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(215, 255, 69, 0.38);
  border-radius: 999px;
  color: #d7ff45;
  background: rgba(255, 255, 255, 0.045);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.target-story-panel > .target-button {
  width: 100%;
}

/* Testimonials proof wall */
.target-testimonials {
  overflow: hidden;
  margin-top: clamp(1rem, 2vw, 1.6rem);
  width: min(94vw, 1320px);
  padding: clamp(2rem, 4vw, 3.6rem);
  border: 1px solid rgba(215, 255, 69, 0.18);
  border-radius: clamp(28px, 3vw, 42px);
  background:
    radial-gradient(circle at 52% 0%, rgba(215, 255, 69, 0.18), transparent 24rem),
    radial-gradient(circle at 10% 14%, rgba(68, 108, 255, 0.18), transparent 24rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #05080d;
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.28);
}

.target-testimonials .target-kicker {
  color: #d7ff45;
}

.target-testimonial-head {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.target-testimonial-head .target-kicker {
  position: relative;
  gap: 0.9rem;
  align-items: center;
}

.target-testimonial-head .target-kicker::before,
.target-testimonial-head .target-kicker::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: #d7ff45;
  box-shadow: 0 0 18px rgba(215, 255, 69, 0.8);
}

.target-testimonial-head h2 {
  max-width: 880px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(2.35rem, 4.7vw, 5rem);
  line-height: 0.94;
}

.target-testimonial-head h2::selection,
.target-testimonial-head p::selection {
  background: rgba(215, 255, 69, 0.35);
}

.target-testimonial-head p {
  max-width: 700px;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 760;
}

.target-result-ticker {
  position: relative;
  overflow: hidden;
  margin: clamp(1.4rem, 2.5vw, 2.2rem) calc(clamp(2rem, 4vw, 3.6rem) * -0.5) 0;
  border-block: 1px solid rgba(215, 255, 69, 0.2);
  background: rgba(215, 255, 69, 0.035);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.target-result-ticker::before,
.target-result-ticker::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  color: #d7ff45;
  font-size: 1.6rem;
  line-height: 1;
  transform: translateY(-50%);
}

.target-result-ticker::before {
  content: "‹";
  left: 0.9rem;
}

.target-result-ticker::after {
  content: "›";
  right: 0.9rem;
}

.target-result-track {
  display: flex;
  width: max-content;
  gap: 0.75rem;
  padding: 0.72rem 0.75rem;
  animation: targetPlatformMarquee 30s linear infinite;
}

.target-result-track span {
  display: inline-flex;
  min-height: 2.4rem;
  align-items: center;
  gap: 0.45rem;
  padding: 0 1rem;
  border: 1px solid rgba(215, 255, 69, 0.22);
  border-radius: 999px;
  background: rgba(4, 8, 13, 0.72);
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.target-result-track span::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #d7ff45;
  box-shadow: 0 0 16px rgba(215, 255, 69, 0.75);
}

.target-testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.35rem, 2.8vw, 2.4rem);
}

.target-testimonial-scroll {
  position: relative;
  margin-top: clamp(1.25rem, 2.4vw, 2.1rem);
}

.target-scroll-hint {
  display: none;
  margin: 0 0 0.8rem;
  color: rgba(215, 255, 69, 0.86);
  font-size: 0.9rem;
  font-weight: 850;
  text-shadow: 0 0 18px rgba(215, 255, 69, 0.18);
}

.target-testimonial-carousel {
  display: flex;
  gap: 1rem;
  margin-top: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.2rem 0.2rem 1rem;
  scroll-padding-inline: 0.2rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.target-testimonial-carousel::-webkit-scrollbar {
  height: 0.62rem;
}

.target-testimonial-carousel::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.target-testimonial-carousel::-webkit-scrollbar-thumb {
  border: 2px solid rgba(5, 8, 13, 0.9);
  border-radius: 999px;
  background: #d7ff45;
}

.target-testimonial-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 28rem;
  flex-direction: column;
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.74);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.target-testimonial-carousel .target-testimonial-card {
  flex: 0 0 min(30.5rem, 88vw);
  scroll-snap-align: start;
}

.target-testimonial-card::before {
  content: "";
  position: absolute;
  inset: auto -18% -36% 12%;
  height: 11rem;
  border-radius: 50%;
  background: rgba(215, 255, 69, 0.12);
  filter: blur(36px);
  pointer-events: none;
}

.target-review-top {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.target-review-top > div:not(.target-card-platforms) {
  min-width: 0;
  padding-right: 5.8rem;
}

.target-review-avatar {
  display: block;
  width: 7.3rem;
  height: 7.3rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.target-review-top h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.05;
  font-weight: 950;
}

.target-review-top p {
  margin: 0.28rem 0 0;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
  font-weight: 760;
}

.target-card-platforms {
  position: absolute;
  top: 0.35rem;
  right: 0.1rem;
  display: flex;
  gap: 0.45rem;
}

.target-platform-icon {
  display: inline-grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  overflow: hidden;
  border-radius: 0.55rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--font-mono);
  font-size: 0.56rem;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.target-platform-shop {
  background: #fff;
}

.target-platform-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.target-platform-shop img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.target-review-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.45rem;
}

.target-review-metrics > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  align-items: center;
  min-height: 4.2rem;
  padding: 0.7rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.08;
  text-align: left;
}

.target-review-metrics > .target-metric-primary {
  border-color: rgba(215, 255, 69, 0.72);
  background:
    radial-gradient(circle at 20% 10%, rgba(215, 255, 69, 0.24), transparent 65%),
    rgba(215, 255, 69, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(215, 255, 69, 0.1),
    0 0 28px rgba(215, 255, 69, 0.14);
}

.target-review-metrics strong {
  display: block;
  grid-column: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1;
  font-weight: 950;
}

.target-review-metrics > .target-metric-primary strong {
  color: #d7ff45;
}

.target-review-metrics em {
  display: block;
  grid-column: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  margin-top: 0.16rem;
  color: rgba(255, 255, 255, 0.58);
  font-style: normal;
  font-size: 0.68rem;
  line-height: 1.05;
}

.target-metric-icon {
  display: none;
}

.target-metric-primary .target-metric-icon {
  color: #d7ff45;
}

.target-metric-eye {
  position: relative;
  height: 0.72rem;
  border-radius: 999px 999px 999px 999px / 70% 70% 70% 70%;
  transform: rotate(-7deg);
}

.target-metric-eye::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.target-metric-cart {
  position: relative;
  width: 1.04rem;
  height: 0.78rem;
  border-top: 0;
  border-radius: 0.18rem;
  transform: skewX(-8deg);
}

.target-metric-cart::before,
.target-metric-cart::after {
  content: "";
  position: absolute;
  bottom: -0.32rem;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: currentColor;
}

.target-metric-cart::before {
  left: 0.08rem;
}

.target-metric-cart::after {
  right: 0.08rem;
}

.target-metric-people {
  position: relative;
  border: 0;
}

.target-metric-people::before,
.target-metric-people::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}

.target-metric-people::before {
  top: 0;
  left: 0.36rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
}

.target-metric-people::after {
  bottom: 0.02rem;
  left: 0.12rem;
  width: 0.86rem;
  height: 0.44rem;
  border-radius: 999px 999px 0 0;
}

.target-metric-mail {
  position: relative;
  border-radius: 0.18rem;
}

.target-metric-mail::before {
  content: "";
  position: absolute;
  inset: 0.12rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-0.02rem, -0.18rem);
}

.target-metric-phone {
  position: relative;
  border: 0;
  border-radius: 50%;
}

.target-metric-phone::before {
  content: "";
  position: absolute;
  inset: 0.08rem 0.22rem;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(18deg);
}

.target-testimonial-card blockquote {
  position: relative;
  margin: 1.3rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 650;
}

.target-testimonial-card blockquote::before {
  content: "“";
  display: block;
  color: #d7ff45;
  font-size: 2.25rem;
  line-height: 0.6;
  font-weight: 950;
}

.target-read-story {
  position: relative;
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1.25rem;
  color: #d7ff45;
  font-size: 0.88rem;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 0.32rem;
}

.target-read-story span {
  text-decoration: none;
}

.target-verified-line {
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 0.96rem;
  font-weight: 820;
}

.target-testimonial-promise {
  display: flex;
  max-width: 620px;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.target-testimonial-promise p {
  margin: 0;
  color: inherit;
  line-height: 1.35;
  font-weight: 760;
}

.target-testimonial-promise strong {
  color: #fff;
  font-weight: 950;
}

.target-promise-mark {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 255, 69, 0.38);
  border-radius: 50%;
  background: #07111f;
}

.target-promise-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .target-testimonials {
    padding: 1.4rem;
  }

  .target-testimonial-grid,
  .target-testimonial-card {
    min-height: auto;
  }

  .target-scroll-hint {
    display: block;
  }
}

@media (max-width: 620px) {
  .target-testimonials {
    width: min(92vw, 100%);
    padding: 1rem;
    border-radius: 26px;
  }

  .target-testimonial-head {
    text-align: left;
  }

  .target-testimonial-head h2 {
    font-size: clamp(2.1rem, 10vw, 3.15rem);
    line-height: 0.98;
  }

  .target-result-ticker {
    margin-inline: -1rem;
  }

  .target-testimonial-card {
    flex-basis: min(84vw, 24rem);
    padding: 1rem;
    border-radius: 20px;
  }

  .target-review-avatar {
    width: 5rem;
    height: 5rem;
  }

  .target-review-top h3 {
    font-size: 1.05rem;
  }

  .target-card-platforms {
    position: static;
    grid-column: 1 / -1;
    margin-top: 0.2rem;
  }

  .target-review-top > div:not(.target-card-platforms) {
    padding-right: 0;
  }

  .target-review-metrics {
    grid-template-columns: 1fr;
  }

  .target-review-metrics > span {
    min-height: 3.2rem;
  }

  .target-case-showcase {
    gap: 0.8rem;
  }

  .target-case-card {
    padding: 0.8rem;
    border-radius: 22px;
  }

  .target-case-copy {
    padding: 0.2rem;
  }

  .target-case-copy h3,
  .target-case-card:not(.target-case-card-featured) .target-case-copy h3 {
    font-size: clamp(1.9rem, 10vw, 3rem);
    line-height: 0.95;
  }

  .target-case-copy ul {
    gap: 0.45rem;
  }

  .target-case-results {
    grid-template-columns: 1fr;
  }

  .target-case-results span {
    min-height: 3.4rem;
  }

  .target-case-media,
  .target-case-card-featured .target-case-media {
    min-height: 24rem;
  }
}

@media (max-width: 760px) {
  html,
  body,
  .target-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .target-page .target-header-cta {
    position: fixed !important;
    top: 0.55rem !important;
    right: auto !important;
    left: 4.35rem !important;
    z-index: 9999 !important;
    display: inline-flex !important;
    width: calc(100vw - 5rem) !important;
    min-height: 2.45rem !important;
    align-items: center;
    justify-content: center;
    padding: 0 0.86rem !important;
    border-radius: 999px;
    color: #101010 !important;
    background: #d7ff45 !important;
    font-size: 0 !important;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 18px 42px rgba(215, 255, 69, 0.22);
  }

  .target-page .target-header-cta::after {
    content: "Qualify" !important;
    font-size: 0.78rem !important;
  }

  .target-page .target-mobile-sticky-cta {
    display: none !important;
  }

  .target-page .target-qualify-copy h2 {
    font-size: clamp(1.7rem, 8.8vw, 2.25rem) !important;
    line-height: 0.98 !important;
  }

  .target-page .target-viral-hero .target-hero-text,
  .target-page .target-qualify-text {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* Target case studies command-center redesign */
.target-cases {
  border-color: rgba(215, 255, 69, 0.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 255, 69, 0.15), transparent 24rem),
    radial-gradient(circle at 15% 50%, rgba(68, 108, 255, 0.12), transparent 25rem),
    linear-gradient(rgba(215, 255, 69, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.035) 1px, transparent 1px),
    #030507;
  background-size: auto, auto, 44px 44px, 44px 44px, auto;
}

.target-case-showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.6vw, 1.25rem);
  width: min(100%, 1280px);
  margin-inline: auto;
}

.target-case-card {
  grid-template-columns: minmax(0, 0.92fr) minmax(230px, 0.75fr);
  min-height: 25rem;
  padding: clamp(1rem, 1.5vw, 1.25rem);
  border-color: rgba(215, 255, 69, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 8%, rgba(215, 255, 69, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(5, 9, 15, 0.9);
}

.target-case-card-featured {
  grid-template-columns: minmax(0, 0.84fr) minmax(310px, 0.72fr);
  min-height: 32rem;
}

.target-case-card::before {
  inset: auto -20% -45% 24%;
  height: 13rem;
  background: rgba(215, 255, 69, 0.1);
}

.target-case-copy {
  justify-content: space-between;
  padding: clamp(0.35rem, 0.8vw, 0.8rem);
}

.target-case-copy h3 {
  max-width: 680px;
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 0.94;
}

.target-case-card:not(.target-case-card-featured) .target-case-copy h3 {
  font-size: clamp(1.45rem, 2vw, 2.25rem);
  line-height: 0.98;
}

.target-case-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.15rem;
}

.target-case-flow span {
  padding: 0.52rem 0.72rem;
  border: 1px solid rgba(215, 255, 69, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.76rem;
  font-weight: 900;
}

.target-case-results {
  margin-top: 1.25rem;
  padding-top: 0;
}

.target-case-lab {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: grid;
  gap: 0.8rem;
  align-content: stretch;
  min-height: 100%;
  padding: 0.9rem;
  border: 1px solid rgba(215, 255, 69, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 75% 12%, rgba(215, 255, 69, 0.16), transparent 10rem),
    rgba(2, 5, 9, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 58px rgba(0, 0, 0, 0.28);
}

.target-case-lab::before {
  content: "Command center";
  width: max-content;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(215, 255, 69, 0.24);
  border-radius: 999px;
  color: #d7ff45;
  background: rgba(215, 255, 69, 0.08);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.target-case-profile {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.72rem;
  align-items: center;
  padding: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.target-case-avatar {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(215, 255, 69, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.8) 0 0.34rem, transparent 0.38rem),
    radial-gradient(circle at 50% 100%, rgba(215, 255, 69, 0.85) 0 1.05rem, transparent 1.1rem),
    linear-gradient(135deg, rgba(68, 108, 255, 0.56), rgba(215, 255, 69, 0.38)),
    #101826;
}

.target-case-profile strong,
.target-case-chart strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 950;
}

.target-case-profile small {
  display: block;
  margin-top: 0.22rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72rem;
  font-weight: 760;
}

.target-case-status {
  padding: 0.34rem 0.54rem;
  border-radius: 999px;
  color: #07111f;
  background: #d7ff45;
  font-size: 0.66rem;
  font-weight: 950;
}

.target-case-video-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.target-case-video-stack span {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 9.8rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background:
    radial-gradient(circle at 55% 30%, rgba(215, 255, 69, 0.22), transparent 2.5rem),
    linear-gradient(160deg, rgba(20, 31, 56, 0.96), rgba(7, 9, 14, 0.98));
}

.target-case-video-stack span::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.target-case-video-stack span::after {
  content: "";
  position: absolute;
  top: 1.17rem;
  left: 1.25rem;
  border-top: 0.36rem solid transparent;
  border-bottom: 0.36rem solid transparent;
  border-left: 0.58rem solid #fff;
}

.target-case-video-stack em {
  position: relative;
  z-index: 1;
  color: #fff;
  font-style: normal;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  line-height: 1;
  font-weight: 950;
}

.target-case-video-stack small {
  position: relative;
  z-index: 1;
  margin-top: 0.22rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.target-case-chart {
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.target-case-chart span {
  display: block;
  width: 100%;
  height: 4rem;
  margin-top: 0.55rem;
  border-radius: 12px;
  background:
    linear-gradient(135deg, transparent 0 18%, rgba(215, 255, 69, 0.85) 18% 20%, transparent 20% 34%, rgba(215, 255, 69, 0.85) 34% 36%, transparent 36% 52%, rgba(215, 255, 69, 0.85) 52% 54%, transparent 54%),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.035);
  background-size: auto, 100% 1rem, auto;
}

.target-case-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.target-case-mini-grid span {
  min-height: 3.3rem;
  padding: 0.72rem;
  border: 1px solid rgba(215, 255, 69, 0.16);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(215, 255, 69, 0.055);
  font-size: 0.74rem;
  line-height: 1.15;
  font-weight: 880;
}

.target-case-lab-compact {
  min-height: 20rem;
}

.target-case-lab-compact .target-case-video-stack {
  grid-template-columns: 1fr;
}

.target-case-lab-compact .target-case-video-stack span {
  min-height: 4.3rem;
}

.target-case-lab-gold {
  border-color: rgba(215, 255, 69, 0.32);
  background:
    radial-gradient(circle at 80% 12%, rgba(215, 255, 69, 0.18), transparent 10rem),
    radial-gradient(circle at 25% 75%, rgba(202, 166, 68, 0.16), transparent 11rem),
    rgba(2, 5, 9, 0.72);
}

@media (max-width: 900px) {
  .target-case-showcase {
    grid-template-columns: 1fr;
  }

  .target-case-card,
  .target-case-card-featured {
    grid-template-columns: 1fr;
  }

  .target-case-lab,
  .target-case-lab-compact {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .target-cases {
    padding-inline: 0.85rem;
  }

  .target-case-showcase {
    gap: 0.9rem;
  }

  .target-case-card,
  .target-case-card-featured {
    padding: 1rem;
    border-radius: 20px;
  }

  .target-case-video-stack,
  .target-case-mini-grid {
    grid-template-columns: 1fr;
  }

  .target-case-video-stack span {
    min-height: 5rem;
  }

  .target-case-copy h3,
  .target-case-card:not(.target-case-card-featured) .target-case-copy h3 {
    font-size: clamp(2rem, 10.5vw, 3.15rem);
    overflow-wrap: normal;
  }

  .target-case-copy p {
    max-width: 100%;
  }

  .target-case-lab {
    padding: 0.75rem;
  }

  .target-case-profile {
    grid-template-columns: auto 1fr;
  }

  .target-case-status {
    grid-column: 1 / -1;
    width: max-content;
  }
}

.target-case-card:not(.target-case-card-featured) .target-case-results {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.target-case-card:not(.target-case-card-featured) .target-case-results span {
  min-width: 0;
  padding-inline: 0.72rem;
}

.target-case-card:not(.target-case-card-featured) .target-case-results span:nth-child(3) {
  grid-column: 1 / -1;
}

.target-case-card:not(.target-case-card-featured) .target-case-results strong {
  font-size: clamp(1.12rem, 1.7vw, 1.58rem);
  white-space: normal;
}

@media (max-width: 760px) {
  .target-case-card:not(.target-case-card-featured) .target-case-results {
    grid-template-columns: 1fr;
  }
}

/* Target case studies: cinematic proof vault */
.target-case-vault {
  width: min(94vw, 1360px);
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(215, 255, 69, 0.2);
  border-radius: clamp(1.6rem, 3vw, 2.6rem);
  background:
    radial-gradient(circle at 50% 108%, rgba(215, 255, 69, 0.16), transparent 26rem),
    radial-gradient(circle at 16% 26%, rgba(68, 108, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 28%, rgba(215, 255, 69, 0.16), transparent 24rem),
    linear-gradient(rgba(215, 255, 69, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.04) 1px, transparent 1px),
    #030507;
  background-size: auto, auto, auto, 48px 48px, 48px 48px, auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 32px 88px rgba(5, 9, 15, 0.22);
}

.target-case-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(215, 255, 69, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 32px rgba(215, 255, 69, 0.045);
}

.target-case-metrics span {
  display: flex;
  min-height: 4.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 0.9rem;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.75rem, 1vw, 0.9rem);
  font-weight: 780;
  white-space: nowrap;
}

.target-case-metrics span:first-child {
  border-left: 0;
}

.target-case-metrics strong {
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 950;
}

.target-case-vault-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  padding: clamp(1.75rem, 4vw, 3.6rem) clamp(0.35rem, 1vw, 0.9rem) 1.15rem;
}

.target-case-vault-head .target-kicker {
  width: max-content;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(215, 255, 69, 0.34);
  border-radius: 999px;
  color: #d7ff45;
  background: rgba(215, 255, 69, 0.055);
}

.target-case-vault-head h2 {
  max-width: 720px;
  margin: 1rem 0 0;
  color: #fff;
  font-size: clamp(3.25rem, 7.4vw, 7rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.target-case-vault-head h2::first-line {
  color: #d7ff45;
}

.target-case-vault-head p:last-child {
  max-width: 560px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 720;
}

.target-case-controls {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.target-case-controls button {
  min-width: 4.25rem;
  min-height: 3rem;
  padding: 0 1rem;
  border: 1px solid rgba(215, 255, 69, 0.34);
  border-radius: 999px;
  color: #d7ff45;
  background: rgba(255, 255, 255, 0.04);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 950;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.target-case-controls button:hover {
  color: #07111f;
  background: #d7ff45;
  transform: translateY(-1px);
}

.target-case-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0 clamp(0.35rem, 1vw, 0.9rem) clamp(1.2rem, 2vw, 1.7rem);
}

.target-case-tabs span {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  padding: 0 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.86rem;
  font-weight: 880;
}

.target-case-tabs span.is-active {
  border-color: rgba(215, 255, 69, 0.56);
  color: #07111f;
  background: #d7ff45;
  box-shadow: 0 16px 40px rgba(215, 255, 69, 0.18);
}

.target-case-rail {
  display: grid;
  grid-auto-columns: minmax(520px, 58vw);
  grid-auto-flow: column;
  gap: clamp(1rem, 1.6vw, 1.5rem);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 clamp(0.35rem, 1vw, 0.9rem) clamp(1rem, 2vw, 1.7rem);
  scroll-padding-left: clamp(0.35rem, 1vw, 0.9rem);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.target-case-rail::-webkit-scrollbar {
  height: 0.7rem;
}

.target-case-rail::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.target-case-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d7ff45;
}

.target-case-poster {
  position: relative;
  scroll-snap-align: center;
  overflow: hidden;
  display: flex;
  min-height: 21rem;
  align-items: center;
  justify-content: center;
  padding: clamp(0.5rem, 0.8vw, 0.75rem);
  border: 1px solid rgba(215, 255, 69, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.target-case-poster-featured {
  border-color: rgba(215, 255, 69, 0.42);
  box-shadow:
    0 0 0 1px rgba(215, 255, 69, 0.12),
    0 38px 92px rgba(0, 0, 0, 0.38),
    0 20px 70px rgba(215, 255, 69, 0.13);
}

.target-case-poster img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 31rem;
  object-fit: contain;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 18, 0.82);
}

.target-case-poster-tag {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  gap: 0.6rem;
  max-width: calc(100% - 2rem);
  padding: 0.58rem 0.78rem;
  border: 1px solid rgba(215, 255, 69, 0.32);
  border-radius: 12px;
  color: #fff;
  background: rgba(3, 5, 7, 0.9);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.target-case-poster-tag span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 900;
}

.target-case-poster-tag strong {
  color: #d7ff45;
  font-size: 0.86rem;
  font-weight: 950;
  white-space: nowrap;
}

.target-case-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.15rem 0 0.35rem;
}

.target-case-dots span {
  width: 1.7rem;
  height: 0.34rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.target-case-dots span.is-active {
  width: 2.5rem;
  background: #d7ff45;
}

@media (max-width: 900px) {
  .target-case-vault-head {
    grid-template-columns: 1fr;
  }

  .target-case-controls {
    justify-content: flex-start;
  }

  .target-case-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .target-case-metrics span:nth-child(3) {
    border-left: 0;
  }

  .target-case-rail {
    grid-auto-columns: minmax(420px, 82vw);
  }
}

@media (max-width: 620px) {
  .target-case-vault {
    width: min(94vw, 100%);
    padding: 0.75rem;
    border-radius: 26px;
  }

  .target-case-metrics {
    grid-template-columns: 1fr;
  }

  .target-case-metrics span {
    justify-content: space-between;
    min-height: 3.35rem;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    white-space: normal;
  }

  .target-case-metrics span:first-child {
    border-top: 0;
  }

  .target-case-vault-head {
    padding: 1.7rem 0.25rem 1rem;
  }

  .target-case-vault-head h2 {
    font-size: clamp(2.75rem, 15vw, 4.4rem);
  }

  .target-case-controls {
    display: none;
  }

  .target-case-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-inline: 0.25rem;
  }

  .target-case-tabs span {
    flex: 0 0 auto;
  }

  .target-case-rail {
    grid-auto-columns: minmax(78vw, 1fr);
    gap: 0.8rem;
    padding-inline: 0.25rem;
  }

  .target-case-poster {
    min-height: auto;
    padding: 0.38rem;
    border-radius: 16px;
  }

  .target-case-poster img {
    max-height: 70vh;
    border-radius: 11px;
  }

  .target-case-poster-tag {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    justify-content: space-between;
    gap: 0.4rem;
  }
}

.target-ai-avatar {
  width: min(94vw, 1360px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1.05fr) minmax(240px, 0.72fr);
  gap: clamp(1rem, 2vw, 1.7rem);
  align-items: center;
  padding: clamp(1.1rem, 2.4vw, 2rem);
  border: 1px solid rgba(215, 255, 69, 0.22);
  border-radius: clamp(1.6rem, 3vw, 2.6rem);
  background:
    radial-gradient(circle at 84% 20%, rgba(215, 255, 69, 0.22), transparent 25rem),
    radial-gradient(circle at 18% 90%, rgba(68, 108, 255, 0.16), transparent 28rem),
    linear-gradient(rgba(215, 255, 69, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.04) 1px, transparent 1px),
    #030507;
  background-size: auto, auto, 48px 48px, 48px 48px, auto;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 36px 96px rgba(5, 9, 15, 0.24);
}

.target-ai-avatar::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -34% 44% auto auto;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: rgba(215, 255, 69, 0.12);
  filter: blur(44px);
  pointer-events: none;
  animation: targetAiGlow 8s ease-in-out infinite alternate;
}

.target-ai-flow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}

.target-ai-flow-path {
  fill: none;
  stroke: rgba(215, 255, 69, 0.5);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1 8;
  filter: drop-shadow(0 0 10px rgba(215, 255, 69, 0.28));
}

.target-ai-flow-dot {
  fill: #d7ff45;
  filter: drop-shadow(0 0 12px rgba(215, 255, 69, 0.82));
}

.target-ai-copy,
.target-ai-profile,
.target-ai-phone {
  position: relative;
  z-index: 2;
}

.target-ai-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(0.4rem, 1vw, 0.8rem);
}

.target-ai-copy .target-kicker {
  width: max-content;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(215, 255, 69, 0.34);
  border-radius: 999px;
  color: #d7ff45;
  background: rgba(215, 255, 69, 0.055);
}

.target-ai-copy h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 5.1vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.target-ai-copy h2 span {
  color: #d7ff45;
}

.target-ai-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 690;
}

.target-ai-actions span {
  display: flex;
  align-items: center;
  min-height: 2.85rem;
  padding: 0.72rem 0.86rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 820;
}

.target-ai-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.target-ai-actions span {
  border-color: rgba(215, 255, 69, 0.18);
}

.target-ai-platforms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.15rem;
  padding: 1rem;
  border: 1px solid rgba(215, 255, 69, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 50%, rgba(215, 255, 69, 0.08), transparent 8rem),
    #10182a;
}

.target-ai-platforms strong {
  grid-column: 1 / -1;
  color: #d7ff45;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 860;
  text-transform: uppercase;
}

.target-ai-platforms span {
  display: grid;
  place-items: center;
  gap: 0.42rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 780;
  text-align: center;
}

.target-ai-platforms img {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.16rem;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
}

.target-ai-profile {
  overflow: hidden;
  align-self: center;
  justify-self: center;
  width: min(100%, 460px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 0%, rgba(215, 255, 69, 0.11), transparent 18rem),
    #111a16;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 70px rgba(0, 0, 0, 0.26);
}

.target-ai-profile-head {
  display: grid;
  grid-template-columns: 6.3rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 1.2rem 0.95rem;
}

.target-ai-avatar-ring {
  position: relative;
  display: grid;
  width: 6.3rem;
  height: 6.3rem;
  padding: 0.24rem;
  border-radius: 50%;
  background: conic-gradient(from 205deg, #f9d342, #ff5733, #dd2adf, #5c6cff, #d7ff45, #f9d342);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 34px rgba(215, 255, 69, 0.28);
}

.target-ai-avatar-ring img {
  width: 100%;
  height: 100%;
  border: 3px solid #101612;
  border-radius: 50%;
  object-fit: cover;
}

.target-ai-profile-head strong {
  display: block;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 950;
}

.target-ai-profile-head span,
.target-ai-profile-head small {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 690;
}

.target-ai-avatar-ring em {
  position: absolute;
  right: -0.18rem;
  bottom: 0.48rem;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 3px solid #121b12;
  border-radius: 50%;
  background: #d7ff45;
  color: #061000;
  font-style: normal;
  font-weight: 980;
}

.target-ai-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0 1.15rem 1rem;
}

.target-ai-profile-stats span {
  display: grid;
  gap: 0.15rem;
  min-height: 3.9rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #172016;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 760;
  text-align: center;
}

.target-ai-profile-stats strong {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 950;
}

.target-ai-results {
  display: block;
  width: calc(100% - 1.3rem);
  margin: 0 auto 0.65rem;
  aspect-ratio: 1.46;
  border: 1px solid rgba(215, 255, 69, 0.22);
  border-radius: 18px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

.target-ai-username-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.target-ai-username-row > span {
  margin: 0;
  letter-spacing: 0.08em;
}

.target-ai-display-name {
  display: block;
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
}

.target-ai-highlights {
  display: none;
}

.target-ai-phone {
  align-self: center;
  justify-self: end;
  width: min(100%, 300px);
  margin-left: auto;
}

.target-ai-phone-top {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0.95rem 0.6rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  font-weight: 760;
  text-transform: uppercase;
}

.target-ai-phone-top strong {
  color: #d7ff45;
}

.target-ai-reel-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border: 8px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background: #020305;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(215, 255, 69, 0.16),
    0 0 42px rgba(215, 255, 69, 0.16);
}

.target-ai-reel-media img,
.target-ai-reel-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.target-ai-reel-media video {
  opacity: 0;
  transition: opacity 220ms ease;
}

.target-ai-reel-media.is-video-ready video {
  opacity: 1;
}

.target-ai-reel-media.is-video-ready img {
  opacity: 0;
}

.target-ai-reel-ui {
  position: absolute;
  right: 0.62rem;
  bottom: 1rem;
  display: grid;
  gap: 0.55rem;
}

.target-ai-reel-ui span {
  min-width: 3.8rem;
  padding: 0.42rem 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 5, 7, 0.62);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  font-size: 0.82rem;
  font-weight: 940;
  text-align: center;
  backdrop-filter: blur(12px);
}

.target-ai-side-stats {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.target-ai-side-stats span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(215, 255, 69, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(215, 255, 69, 0.07), rgba(215, 255, 69, 0.03)),
    #071006;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 850;
  text-align: center;
}

.target-ai-side-stats strong {
  margin-right: 0.35rem;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 980;
}

@keyframes targetAiGlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.7;
  }
  to {
    transform: translate3d(-2rem, 2rem, 0) scale(1.08);
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .target-ai-avatar {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  }

  .target-ai-profile {
    grid-column: 1 / -1;
    order: 3;
  }
}

@media (max-width: 760px) {
  .target-ai-flow {
    display: none;
  }

  .target-ai-avatar {
    grid-template-columns: 1fr;
    padding: 0.9rem;
    border-radius: 26px;
  }

  .target-ai-copy h2 {
    font-size: clamp(2.45rem, 13vw, 4.4rem);
  }

  .target-ai-platforms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .target-ai-phone {
    width: min(78vw, 300px);
    margin: 0 auto;
    justify-self: center;
  }

  .target-ai-profile-head {
    grid-template-columns: 5.25rem minmax(0, 1fr);
  }

  .target-ai-avatar-ring {
    width: 5.25rem;
    height: 5.25rem;
  }

  .target-ai-avatar-ring em {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 0.78rem;
  }

  .target-ai-side-stats {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile QA pass: keep the landing polished without changing the visual direction. */
@media (max-width: 760px) {
  .target-page {
    padding-bottom: env(safe-area-inset-bottom);
  }

  .target-page img,
  .target-page video,
  .target-page canvas,
  .target-page iframe {
    max-width: 100%;
  }

  .target-page .target-header {
    width: calc(100vw - 1rem) !important;
    min-height: 3.45rem;
    padding: 0.38rem !important;
    gap: 0.42rem !important;
  }

  .target-page .target-brand {
    min-width: 0;
    flex: 0 0 3.1rem;
    padding: 0 !important;
  }

  .target-page .target-brand > span:last-child,
  .target-page .target-nav,
  .target-page .target-lang-toggle {
    display: none !important;
  }

  .target-page .target-logo {
    width: 2.65rem !important;
    height: 2.65rem !important;
  }

  .target-page .target-header-cta {
    position: fixed !important;
    top: calc(0.5rem + env(safe-area-inset-top)) !important;
    left: 4.05rem !important;
    right: 0.5rem !important;
    width: auto !important;
    max-width: none !important;
    min-height: 2.55rem !important;
    z-index: 9999 !important;
  }

  .target-viral-hero {
    width: min(100%, 100vw);
    min-height: auto;
    margin-top: 4.15rem;
    padding: clamp(2.2rem, 9vw, 3.2rem) 1rem 2rem;
    border-radius: 0 0 2rem 2rem;
    background: #030507;
  }

  .target-viral-hero::before {
    inset: 0 !important;
    border-radius: 0 0 2rem 2rem;
    background:
      linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      radial-gradient(circle at 72% 62%, rgba(215, 255, 69, 0.24), transparent 15rem),
      radial-gradient(circle at 24% 46%, rgba(68, 108, 255, 0.22), transparent 16rem),
      linear-gradient(180deg, #050608 0%, #07101c 68%, #050608 100%) !important;
    background-size: 30px 30px, 30px 30px, auto, auto, auto !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .target-viral-hero h1 {
    font-size: clamp(4rem, 22vw, 6.3rem);
    line-height: 0.9;
    max-width: 100%;
    overflow-wrap: normal;
  }

  .target-viral-hero h1 span,
  .target-viral-hero h1 em {
    display: block;
  }

  .target-viral-hero .target-hero-text {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 4.2vw, 1.18rem);
    line-height: 1.38;
  }

  .target-viral-hero .target-hero-actions {
    grid-template-columns: 1fr;
    width: min(100%, 22rem);
    margin-inline: auto;
  }

  .target-viral-trust {
    position: relative;
    z-index: 4;
    display: grid;
    width: min(100%, 22rem);
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin: 1.15rem auto 0;
  }

  .target-viral-trust span {
    width: 100%;
    min-height: 2.65rem;
    justify-content: center;
    border: 1px solid rgba(215, 255, 69, 0.34);
    background: rgba(3, 5, 7, 0.82);
    color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(16px);
  }

  .target-qualify {
    margin-top: 0.8rem;
  }

  .target-section h2,
  .target-testimonial-head h2,
  .target-case-vault-head h2,
  .target-final h2 {
    overflow-wrap: normal;
    text-wrap: balance;
  }
}

@media (max-width: 620px) {
  .target-testimonial-carousel,
  .target-result-ticker,
  .target-case-tabs,
  .target-case-rail {
    scrollbar-width: none;
  }

  .target-testimonial-carousel::-webkit-scrollbar,
  .target-result-ticker::-webkit-scrollbar,
  .target-case-tabs::-webkit-scrollbar,
  .target-case-rail::-webkit-scrollbar {
    display: none;
  }

  .target-testimonials {
    width: min(92vw, 100%);
    padding: 0.9rem;
    border-radius: 24px;
  }

  .target-testimonial-head {
    gap: 0.7rem;
  }

  .target-testimonial-head h2 {
    font-size: clamp(2.15rem, 10.8vw, 3.2rem);
    line-height: 0.96;
  }

  .target-testimonial-head p {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .target-result-ticker {
    margin-inline: -0.35rem;
    border-radius: 16px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 1rem), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 1rem, #000 calc(100% - 1rem), transparent 100%);
  }

  .target-result-ticker::before,
  .target-result-ticker::after {
    display: none;
  }

  .target-result-item {
    min-width: max-content;
    padding: 0.75rem 1rem;
    font-size: 0.94rem;
  }

  .target-testimonial-carousel {
    gap: 0.75rem;
    padding: 0.15rem 0.1rem 0.4rem;
  }

  .target-testimonial-card {
    flex-basis: min(82vw, 22rem);
    padding: 0.95rem;
    border-radius: 20px;
  }

  .target-review-top {
    gap: 0.75rem;
  }

  .target-review-avatar {
    width: 4.35rem;
    height: 4.35rem;
  }

  .target-card-platforms {
    gap: 0.42rem;
  }

  .target-card-platforms img {
    width: 1.35rem;
    height: 1.35rem;
  }

  .target-review-metrics {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    margin-top: 0.85rem;
  }

  .target-review-metrics > span {
    min-height: 2.85rem;
    padding: 0.55rem 0.65rem;
  }

  .target-testimonial-card blockquote {
    margin-top: 0.85rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .target-case-vault {
    width: min(92vw, 100%);
    padding: 0.65rem;
    border-radius: 24px;
  }

  .target-case-metrics span {
    min-height: 2.85rem;
    padding: 0.55rem 0.75rem;
  }

  .target-case-metrics strong {
    font-size: 1.35rem;
  }

  .target-case-vault-head {
    padding: 1.1rem 0.15rem 0.75rem;
    gap: 0.7rem;
  }

  .target-case-vault-head h2 {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
    line-height: 0.92;
  }

  .target-case-vault-head p:last-child {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .target-case-tabs {
    gap: 0.45rem;
    padding: 0 0.15rem 0.75rem;
  }

  .target-case-tabs span {
    min-height: 2.15rem;
    padding: 0 0.85rem;
    font-size: 0.78rem;
  }

  .target-case-rail {
    grid-auto-columns: minmax(82vw, 1fr);
    gap: 0.7rem;
    padding-inline: 0.15rem;
  }

  .target-case-poster img {
    max-height: 58vh;
    object-fit: contain;
  }

  .target-case-poster-tag {
    padding: 0.48rem 0.58rem;
  }

  .target-case-dots {
    display: none;
  }

  .target-final,
  .target-footer {
    padding-bottom: calc(5.25rem + env(safe-area-inset-bottom));
  }
}

/* Case-study stage: match the selected mockup with one featured center slide. */
@media (min-width: 901px) {
  .target-case-vault {
    position: relative;
    padding-bottom: clamp(2.2rem, 4vw, 4.2rem);
    overflow: hidden;
  }

  .target-case-vault::after {
    content: "";
    position: absolute;
    right: 4%;
    bottom: 0;
    left: 4%;
    height: clamp(8rem, 16vw, 15rem);
    pointer-events: none;
    background:
      radial-gradient(ellipse at 50% 4%, rgba(215, 255, 69, 0.22), transparent 34%),
      linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: auto, 58px 34px, 58px 34px;
    opacity: 0.62;
    transform: perspective(580px) rotateX(62deg);
    transform-origin: bottom center;
  }

  .target-case-controls {
    align-self: center;
    gap: 0.95rem;
  }

  .target-case-controls button {
    min-width: 3.15rem;
    width: 3.15rem;
    min-height: 3.15rem;
    padding: 0;
    border-color: rgba(215, 255, 69, 0.42);
    border-radius: 50%;
    color: #d7ff45;
    background: rgba(255, 255, 255, 0.045);
    font-size: 1.45rem;
    line-height: 1;
    box-shadow: 0 0 0 1px rgba(215, 255, 69, 0.06);
  }

  .target-case-controls button:last-child {
    border-color: rgba(215, 255, 69, 0.8);
    box-shadow:
      0 0 0 1px rgba(215, 255, 69, 0.1),
      0 0 30px rgba(215, 255, 69, 0.22);
  }

  .target-case-rail {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: clamp(0.65rem, 1.5vw, 1.2rem);
    overflow-x: auto;
    overflow-y: visible;
    min-height: clamp(25rem, 37vw, 34rem);
    margin: 0;
    padding:
      clamp(1.4rem, 2vw, 2rem)
      max(1rem, calc((100% - min(50vw, 45rem)) / 2))
      clamp(2.9rem, 5vw, 5rem);
    scroll-padding-inline: max(1rem, calc((100% - min(50vw, 45rem)) / 2));
    perspective: 1300px;
    scrollbar-width: none;
    contain: layout paint;
  }

  .target-case-rail::-webkit-scrollbar {
    display: none;
  }

  .target-case-poster {
    flex: 0 0 clamp(20rem, 29vw, 27rem);
    min-height: auto;
    padding: 0.38rem;
    border-color: rgba(255, 255, 255, 0.18);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
      rgba(255, 255, 255, 0.035);
    opacity: 0.74;
    filter: saturate(0.86) brightness(0.78);
    transform: scale(0.78) translateY(1.35rem) rotateY(14deg);
    transform-origin: center;
    transition:
      transform 280ms ease,
      opacity 280ms ease,
      filter 280ms ease,
      border-color 280ms ease,
      box-shadow 280ms ease;
  }

  .target-case-poster:nth-child(n + 3) {
    transform: scale(0.78) translateY(1.35rem) rotateY(-14deg);
  }

  .target-case-poster:nth-child(n + 4) {
    transform: scale(0.66) translateY(2.1rem) rotateY(-20deg);
    opacity: 0.48;
    filter: saturate(0.68) brightness(0.62);
  }

  .target-case-poster-featured {
    z-index: 5;
    flex-basis: clamp(34rem, 48vw, 42rem);
    border-color: rgba(215, 255, 69, 0.54);
    opacity: 1;
    filter: none;
    transform: scale(1) translateY(0) rotateY(0);
    box-shadow:
      0 0 0 1px rgba(215, 255, 69, 0.18),
      0 46px 120px rgba(0, 0, 0, 0.5),
      0 24px 90px rgba(215, 255, 69, 0.2),
      0 0 38px rgba(215, 255, 69, 0.16);
  }

  .target-case-poster-featured::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: -1.1rem;
    left: 8%;
    height: 1.4rem;
    border-radius: 50%;
    background: rgba(215, 255, 69, 0.7);
    filter: blur(18px);
  }

  .target-case-poster img {
    max-height: clamp(19rem, 29vw, 28rem);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(7, 17, 31, 0.14);
  }

  .target-case-poster-featured img {
    max-height: clamp(22rem, 34vw, 31rem);
  }

  .target-case-poster-tag {
    display: none;
  }

  .target-case-dots {
    position: relative;
    z-index: 3;
    margin-top: -1.8rem;
    padding-bottom: 0;
  }
}

@media (max-width: 900px) {
  .target-case-controls button {
    font-size: 0.82rem;
  }
}

/* Case-study stage refinement: keep the carousel visible in the section viewport. */
@media (min-width: 901px) {
  .target-case-metrics span {
    min-height: 3.45rem;
    padding-block: 0.58rem;
  }

  .target-case-vault-head {
    padding-top: clamp(1.35rem, 2.2vw, 2.15rem);
    padding-bottom: 0.7rem;
  }

  .target-case-vault-head h2 {
    max-width: 780px;
    margin-top: 0.78rem;
    font-size: clamp(3.35rem, 5.45vw, 5.65rem);
    line-height: 0.9;
  }

  .target-case-vault-head p:last-child {
    max-width: 650px;
    margin-top: 0.72rem;
    font-size: clamp(0.98rem, 1.25vw, 1.14rem);
    line-height: 1.28;
  }

  .target-case-tabs {
    padding-bottom: 0.42rem;
  }

  .target-case-tabs span {
    min-height: 2.25rem;
    padding-inline: 1.05rem;
  }

  .target-case-rail {
    min-height: clamp(22rem, 31vw, 30rem);
    padding-top: 0.48rem;
    padding-bottom: clamp(2.4rem, 4vw, 4rem);
  }

  .target-case-poster {
    flex-basis: clamp(19rem, 27vw, 25.5rem);
  }

  .target-case-poster-featured {
    flex-basis: clamp(35rem, 50vw, 45rem);
  }

  .target-case-poster img {
    max-height: clamp(17rem, 25vw, 24rem);
  }

  .target-case-poster-featured img {
    max-height: clamp(21rem, 30vw, 28.5rem);
  }
}

/* Interactive case slider states. These override static nth-child staging. */
.target-case-tabs span {
  cursor: pointer;
}

.target-case-tabs span:first-child:not(.is-active) {
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.target-case-tabs span.is-active {
  border-color: rgba(215, 255, 69, 0.56);
  color: #07111f;
  background: #d7ff45;
  box-shadow: 0 16px 40px rgba(215, 255, 69, 0.18);
}

.target-case-dots span {
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease, opacity 180ms ease;
}

.target-case-dots span:first-child:not(.is-active) {
  width: 1.7rem;
  background: rgba(255, 255, 255, 0.38);
}

.target-case-dots span.is-active {
  width: 2.5rem;
  background: #d7ff45;
}

@media (min-width: 901px) {
  .target-case-poster {
    cursor: pointer;
    transform: scale(0.58) translateY(2.4rem);
    opacity: 0.34;
    filter: saturate(0.6) brightness(0.52);
  }

  .target-case-poster.target-case-side-left {
    z-index: 2;
    opacity: 0.62;
    filter: saturate(0.76) brightness(0.68);
    transform: scale(0.68) translateY(1.65rem) rotateY(15deg);
  }

  .target-case-poster.target-case-side-right {
    z-index: 2;
    opacity: 0.62;
    filter: saturate(0.76) brightness(0.68);
    transform: scale(0.68) translateY(1.65rem) rotateY(-15deg);
  }

  .target-case-poster.target-case-far-left {
    transform: scale(0.52) translateY(2.75rem) rotateY(22deg);
  }

  .target-case-poster.target-case-far-right {
    transform: scale(0.52) translateY(2.75rem) rotateY(-22deg);
  }

  .target-case-poster.target-case-poster-featured {
    z-index: 5;
    flex-basis: clamp(35rem, 50vw, 45rem);
    opacity: 1;
    filter: none;
    transform: scale(1) translateY(0) rotateY(0);
  }
}

/* Final sales-flow QA guard: prevent one decorative block from stretching the page. */
.target-page main,
.target-case-vault,
.target-ai-avatar,
.target-testimonials {
  max-width: 100%;
}

.target-case-vault,
.target-ai-avatar {
  margin-inline: auto;
}

@media (max-width: 760px) {
  html,
  body,
  .target-page,
  .target-page main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .target-header,
  .target-hero,
  .target-proof,
  .target-diagnosis,
  .target-systems,
  .target-fit,
  .target-cases,
  .target-testimonials,
  .target-faq,
  .target-final,
  .target-footer,
  .target-case-vault,
  .target-ai-avatar {
    max-width: calc(100vw - 1rem);
  }

  .target-case-vault,
  .target-ai-avatar,
  .target-testimonials {
    overflow: hidden;
  }

  .target-case-rail,
  .target-testimonial-carousel,
  .target-result-ticker {
    max-width: 100%;
    overscroll-behavior-inline: contain;
  }

  .target-case-poster,
  .target-testimonial-card,
  .target-ai-profile,
  .target-ai-phone,
  .target-ai-platforms,
  .target-ai-actions {
    min-width: 0;
  }

  .target-ai-flow {
    display: none !important;
  }
}

/* 20260720 final sales rhythm: alternate contrast without changing the funnel logic. */
.target-page {
  background:
    radial-gradient(circle at 12% 14%, rgba(68, 108, 255, 0.08), transparent 28rem),
    radial-gradient(circle at 88% 34%, rgba(215, 255, 69, 0.08), transparent 30rem),
    #f4f7fb !important;
}

.target-page main {
  gap: clamp(0.9rem, 1.45vw, 1.35rem) !important;
}

.target-page .target-header,
.target-page .target-hero,
.target-page .target-qualify,
.target-page .target-proof,
.target-page .target-diagnosis,
.target-page .target-systems,
.target-page .target-fit,
.target-page .target-case-vault,
.target-page .target-ai-avatar,
.target-page .target-testimonials,
.target-page .target-mid-cta,
.target-page .target-faq,
.target-page .target-final,
.target-page .target-footer {
  width: min(100% - clamp(1rem, 4vw, 3rem), 1180px) !important;
}

.target-page .target-hero,
.target-page .target-proof,
.target-page .target-systems,
.target-page .target-case-vault,
.target-page .target-testimonials,
.target-page .target-final {
  color: #fff !important;
  background:
    linear-gradient(rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(52, 81, 184, 0.27), transparent 30rem),
    radial-gradient(circle at 82% 10%, rgba(215, 255, 69, 0.2), transparent 32rem),
    linear-gradient(135deg, #030507 0%, #08101b 56%, #050805 100%) !important;
  background-size: 56px 56px, 56px 56px, auto, auto, auto !important;
  border: 1px solid rgba(215, 255, 69, 0.22) !important;
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.22) !important;
}

.target-page .target-qualify,
.target-page .target-diagnosis,
.target-page .target-fit,
.target-page .target-ai-avatar,
.target-page .target-mid-cta,
.target-page .target-faq {
  color: #07101e !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(215, 255, 69, 0.19), transparent 25rem),
    radial-gradient(circle at 8% 18%, rgba(68, 108, 255, 0.11), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 52%, #eef6ff 100%) !important;
  border: 1px solid rgba(7, 16, 30, 0.09) !important;
  box-shadow: 0 28px 76px rgba(15, 23, 42, 0.08) !important;
}

.target-page .target-proof :is(h2, h3, strong, .target-kicker),
.target-page .target-systems :is(h2, h3, strong, .target-kicker),
.target-page .target-case-vault :is(h2, h3, strong, .target-kicker),
.target-page .target-testimonials :is(h2, h3, strong, .target-kicker),
.target-page .target-final :is(h2, h3, strong, .target-kicker) {
  color: #fff !important;
}

.target-page .target-proof :is(p, span, li),
.target-page .target-systems :is(p, span, li),
.target-page .target-case-vault :is(p, span, li),
.target-page .target-testimonials :is(p, span, li),
.target-page .target-final :is(p, span, li) {
  color: rgba(255, 255, 255, 0.74) !important;
}

.target-page .target-proof-grid article,
.target-page .target-system-grid article {
  background: rgba(255, 255, 255, 0.075) !important;
  border-color: rgba(215, 255, 69, 0.2) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.target-page .target-qualify :is(h2, h3, p, span, strong),
.target-page .target-diagnosis :is(h2, h3, p, span, strong),
.target-page .target-fit :is(h2, h3, p, span, strong),
.target-page .target-mid-cta :is(h2, h3, p, span, strong),
.target-page .target-faq :is(h2, h3, p, span, strong) {
  color: inherit;
}

.target-page .target-ai-avatar {
  position: relative !important;
  color: #07101e !important;
  isolation: isolate;
}

.target-page .target-ai-avatar::before {
  opacity: 0.16 !important;
  mix-blend-mode: multiply !important;
}

.target-page .target-ai-copy,
.target-page .target-ai-copy h2,
.target-page .target-ai-copy p {
  color: #07101e !important;
}

.target-page .target-ai-copy h2 span {
  color: #8bdc00 !important;
  text-shadow: 0 0 24px rgba(215, 255, 69, 0.24) !important;
}

.target-page .target-ai-actions span {
  color: #07101e !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(7, 16, 30, 0.14) !important;
}

.target-page .target-ai-platforms,
.target-page .target-ai-profile,
.target-page .target-ai-phone,
.target-page .target-ai-side-stats span {
  color: #fff !important;
  background:
    radial-gradient(circle at 82% 0%, rgba(215, 255, 69, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(8, 14, 24, 0.96), rgba(3, 8, 15, 0.98)) !important;
  border-color: rgba(215, 255, 69, 0.32) !important;
}

.target-page .target-ai-platforms *,
.target-page .target-ai-profile *,
.target-page .target-ai-phone *,
.target-page .target-ai-side-stats span * {
  color: inherit;
}

.target-page .target-mid-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr) auto !important;
  align-items: center !important;
}

@media (max-width: 760px) {
  .target-page main {
    gap: 0.75rem !important;
  }

  .target-page .target-header,
  .target-page .target-hero,
  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final,
  .target-page .target-footer {
    width: min(calc(100% - 1rem), 30rem) !important;
    max-width: calc(100vw - 1rem) !important;
  }

  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final {
    padding: clamp(0.95rem, 4.4vw, 1.25rem) !important;
    border-radius: 1.25rem !important;
  }

  .target-page .target-qualify {
    margin-top: 0.75rem !important;
  }

  .target-page .target-ai-avatar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }

  .target-page .target-ai-platforms,
  .target-page .target-ai-profile,
  .target-page .target-ai-phone {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .target-page .target-ai-phone {
    width: min(78vw, 18.5rem) !important;
  }

  .target-page .target-mid-cta {
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
  }

  .target-page .target-mid-cta .target-button {
    width: 100% !important;
  }
}

/* Mobile UX final pass: one-screen lead capture and compact proof hierarchy. */
@media (max-width: 760px) {
  html,
  body,
  .target-page {
    overflow-x: clip !important;
  }

  .target-page main {
    gap: 0.4rem !important;
  }

  .target-page main > section {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  .target-page .target-qualify {
    min-height: 0 !important;
    height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 0.48rem !important;
    padding: 0.68rem !important;
    border-radius: 20px !important;
  }

  .target-page .target-qualify-copy {
    padding: 0 0.12rem !important;
  }

  .target-page .target-qualify-copy .target-kicker {
    margin: 0 0 0.28rem !important;
    font-size: 0.58rem !important;
  }

  .target-page .target-qualify h2 {
    max-width: 13ch !important;
    margin: 0 !important;
    font-size: clamp(1.9rem, 9.4vw, 2.35rem) !important;
    line-height: 0.94 !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker),
  .target-page .target-qualify-points {
    display: none !important;
  }

  .target-page .target-form {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0.62rem !important;
    gap: 0.34rem !important;
    border-radius: 16px !important;
  }

  .target-page .target-form-head {
    min-height: 0 !important;
    margin: 0 !important;
    gap: 0.35rem !important;
  }

  .target-page .target-form-head > span,
  .target-page .target-form-head strong {
    font-size: 0.68rem !important;
  }

  .target-page .target-form-head strong {
    min-width: 0 !important;
    padding: 0 !important;
  }

  .target-page .target-form-head small,
  .target-page .target-form-progress,
  .target-page .target-form-note {
    display: none !important;
  }

  .target-page .target-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.34rem !important;
  }

  .target-page .target-mobile-optional {
    display: none !important;
  }

  .target-page .target-form-fields .target-field-link,
  .target-page .target-form-fields .target-field-email,
  .target-page .target-form-fields .target-field-full {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-field {
    gap: 0.15rem !important;
  }

  .target-page .target-field > span {
    gap: 0.25rem !important;
    font-size: 0.57rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-field > span svg {
    width: 0.78rem !important;
    height: 0.78rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select {
    min-height: 2.2rem !important;
    height: 2.2rem !important;
    padding: 0.36rem 0.58rem !important;
    border-radius: 10px !important;
    font-size: 0.68rem !important;
  }

  .target-page .target-form button[type="submit"] {
    min-height: 2.25rem !important;
    height: 2.25rem !important;
    margin-top: 0.03rem !important;
    border-radius: 10px !important;
    font-size: 0.68rem !important;
  }

  .target-page .target-viral-trust {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.32rem !important;
    margin-top: 0.55rem !important;
  }

  .target-page .target-viral-trust span {
    min-height: 2.3rem !important;
    padding: 0.3rem 0.25rem !important;
    border-radius: 10px !important;
    font-size: 0.6rem !important;
  }

  .target-page .target-proof-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
  }

  .target-page .target-proof-grid article {
    min-height: 4.2rem !important;
    padding: 0.5rem 0.35rem !important;
    border-radius: 12px !important;
  }

  .target-page .target-proof-grid article strong {
    font-size: clamp(1.15rem, 6vw, 1.5rem) !important;
  }

  .target-page .target-proof-grid article span {
    font-size: 0.48rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-proof-strip,
  .target-page .target-ai-actions,
  .target-page .target-case-metrics {
    display: none !important;
  }

  .target-page .target-diagnosis-list {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 85% !important;
    gap: 0.55rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .target-page .target-diagnosis-list::-webkit-scrollbar,
  .target-page .target-niche-list::-webkit-scrollbar {
    display: none !important;
  }

  .target-page .target-diagnosis-list article {
    min-height: 8rem !important;
    padding: 0.8rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-diagnosis-list article p,
  .target-page .target-system-grid article p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .target-page .target-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.45rem !important;
  }

  .target-page .target-system-grid article {
    min-height: 8.5rem !important;
    padding: 0.72rem !important;
  }

  .target-page .target-niche-list {
    display: flex !important;
    gap: 0.4rem !important;
    margin-top: 0.6rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .target-page .target-niche-list span,
  .target-page .target-niche-list span:last-child {
    flex: 0 0 auto !important;
    grid-column: auto !important;
    width: auto !important;
    min-height: 2rem !important;
    padding: 0.35rem 0.65rem !important;
    border-radius: 999px !important;
    font-size: 0.62rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-ai-platforms {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.25rem !important;
    padding: 0.5rem 0.32rem !important;
  }

  .target-page .target-ai-platforms strong {
    display: none !important;
  }

  .target-page .target-ai-platforms span {
    font-size: 0.54rem !important;
  }

  .target-page .target-ai-platforms img {
    width: 1.7rem !important;
    height: 1.7rem !important;
  }

  .target-page .target-ai-side-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.35rem !important;
  }

  .target-page .target-ai-side-stats span {
    min-height: 2.25rem !important;
    padding: 0.3rem !important;
    border-radius: 10px !important;
    font-size: 0.58rem !important;
  }

  .target-page .target-ai-side-stats span:nth-child(n + 3) {
    display: none !important;
  }

  .target-page .target-mid-cta {
    gap: 0.55rem !important;
    padding: 0.75rem !important;
  }

  .target-page .target-mid-cta .target-button {
    min-height: 2.4rem !important;
  }

  .target-page .target-faq-grid details:nth-child(n + 5) {
    display: none !important;
  }
}

@media (max-width: 380px), (max-width: 760px) and (max-height: 760px) {
  .target-page .target-qualify {
    gap: 0.34rem !important;
    padding: 0.52rem !important;
  }

  .target-page .target-qualify-copy .target-kicker {
    display: none !important;
  }

  .target-page .target-qualify h2 {
    max-width: 14ch !important;
    font-size: 1.75rem !important;
  }

  .target-page .target-form {
    padding: 0.5rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select,
  .target-page .target-form button[type="submit"] {
    min-height: 2.05rem !important;
    height: 2.05rem !important;
  }
}

/* Mobile conversion pass. Keep this block at the absolute end of the file. */
@media (max-width: 760px) {
  html,
  body,
  .target-page {
    overflow-x: hidden !important;
  }

  .target-page main {
    gap: 0.45rem !important;
  }

  .target-page main > section {
    width: calc(100% - 0.75rem) !important;
    margin-inline: auto !important;
    padding: 1rem 0.8rem !important;
    border-radius: 22px !important;
  }

  .target-page main > section h2 {
    max-width: none !important;
    font-size: clamp(1.85rem, 9vw, 2.3rem) !important;
    line-height: 0.94 !important;
    letter-spacing: 0 !important;
  }

  .target-page .target-viral-trust {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border: 1px solid rgba(204, 255, 54, 0.22) !important;
    border-radius: 15px !important;
    overflow: hidden !important;
  }

  .target-page .target-viral-trust span {
    min-width: 0 !important;
    min-height: 2.45rem !important;
    padding: 0.45rem 0.22rem !important;
    border: 0 !important;
    border-right: 1px solid rgba(204, 255, 54, 0.18) !important;
    border-radius: 0 !important;
    font-size: 0.67rem !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  .target-page .target-viral-trust span:last-child {
    border-right: 0 !important;
  }

  .target-page .target-qualify {
    width: calc(100% - 0.75rem) !important;
    min-height: calc(100svh - 4.25rem) !important;
    max-height: none !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 0.55rem !important;
    padding: 0.8rem !important;
  }

  .target-page .target-qualify-copy {
    display: grid !important;
    gap: 0.26rem !important;
    align-content: start !important;
  }

  .target-page .target-qualify-copy h2 {
    margin: 0 !important;
    font-size: clamp(1.72rem, 8.4vw, 2.08rem) !important;
    line-height: 0.92 !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker),
  .target-page .target-qualify-points,
  .target-page .target-mobile-optional,
  .target-page .target-form-progress {
    display: none !important;
  }

  .target-page .target-form.target-hero-form {
    display: grid !important;
    gap: 0.48rem !important;
    padding: 0.7rem !important;
    border-radius: 18px !important;
  }

  .target-page .target-form-head {
    min-height: 1.45rem !important;
    margin: 0 !important;
    font-size: 0.7rem !important;
  }

  .target-page .target-form-head strong {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 0.72rem !important;
  }

  .target-page .target-form-head small {
    display: none !important;
  }

  .target-page .target-form-fields {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
  }

  .target-page .target-form-fields .target-field-link,
  .target-page .target-form-fields .target-field-email {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-field {
    gap: 0.2rem !important;
    margin: 0 !important;
  }

  .target-page .target-field > span {
    gap: 0.24rem !important;
    font-size: 0.66rem !important;
    line-height: 1 !important;
  }

  .target-page .target-field > span svg {
    width: 0.82rem !important;
    height: 0.82rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select {
    min-height: 2.35rem !important;
    height: 2.35rem !important;
    padding: 0.42rem 0.62rem !important;
    border-radius: 11px !important;
    font-size: 0.75rem !important;
  }

  .target-page .target-submit {
    min-height: 2.5rem !important;
    height: 2.5rem !important;
    margin: 0 !important;
    padding: 0.48rem 0.7rem !important;
    border-radius: 12px !important;
    font-size: 0.8rem !important;
  }

  .target-page .target-form-note {
    margin: 0 !important;
    font-size: 0.56rem !important;
    line-height: 1.15 !important;
  }

  .target-page .target-proof-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border: 1px solid rgba(6, 17, 34, 0.12) !important;
    border-radius: 15px !important;
    overflow: hidden !important;
  }

  .target-page .target-proof-grid article {
    min-height: 3.55rem !important;
    padding: 0.5rem 0.18rem !important;
    border: 0 !important;
    border-right: 1px solid rgba(6, 17, 34, 0.1) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  .target-page .target-proof-grid article:last-child {
    border-right: 0 !important;
  }

  .target-page .target-proof-grid strong {
    font-size: 1.02rem !important;
    line-height: 1 !important;
  }

  .target-page .target-proof-grid span {
    font-size: 0.48rem !important;
    line-height: 1 !important;
  }

  .target-page .target-proof-strip,
  .target-page .target-platform-rail,
  .target-page .target-case-metrics,
  .target-page .target-ai-actions,
  .target-page .target-ai-side-stats,
  .target-page .target-result-ticker {
    display: none !important;
  }

  .target-page .target-diagnosis-list {
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 84% !important;
    gap: 0.55rem !important;
    overflow-x: auto !important;
    padding-bottom: 0.15rem !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .target-page .target-diagnosis-list::-webkit-scrollbar,
  .target-page .target-niche-list::-webkit-scrollbar {
    display: none !important;
  }

  .target-page .target-diagnosis-list article {
    min-height: 6.25rem !important;
    padding: 0.75rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-system-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.45rem !important;
  }

  .target-page .target-system-grid article {
    min-height: 0 !important;
    padding: 0.68rem !important;
    border-radius: 14px !important;
  }

  .target-page .target-system-grid article h3 {
    font-size: 0.85rem !important;
  }

  .target-page .target-system-grid article p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 0.64rem !important;
    line-height: 1.25 !important;
  }

  .target-page .target-niche-list {
    display: flex !important;
    gap: 0.38rem !important;
    overflow-x: auto !important;
    padding: 0.15rem 0 !important;
    scrollbar-width: none !important;
  }

  .target-page .target-niche-list span {
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: 2rem !important;
    padding: 0.42rem 0.82rem !important;
    border-radius: 999px !important;
    font-size: 0.7rem !important;
  }

  .target-page .target-ai-platforms {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.22rem !important;
    padding: 0.48rem !important;
    border-radius: 14px !important;
  }

  .target-page .target-ai-platforms strong {
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    font-size: 0.58rem !important;
  }

  .target-page .target-ai-platforms span {
    min-width: 0 !important;
    padding: 0 !important;
    font-size: 0.5rem !important;
  }

  .target-page .target-ai-platforms img {
    width: 1.45rem !important;
    height: 1.45rem !important;
  }

  .target-page .target-faq-grid > *:nth-child(n + 5) {
    display: none !important;
  }

  .target-page .target-mid-cta {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 0.55rem !important;
    align-items: center !important;
    padding: 0.72rem !important;
    text-align: left !important;
  }

  .target-page .target-mid-cta h2 {
    margin: 0 !important;
    font-size: 1.16rem !important;
    line-height: 0.98 !important;
  }

  .target-page .target-mid-cta p {
    display: none !important;
  }

  .target-page .target-mid-cta .target-button {
    width: auto !important;
    min-height: 2.3rem !important;
    padding: 0.55rem 0.72rem !important;
    font-size: 0.68rem !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 760px) and (max-height: 760px) {
  .target-page .target-qualify {
    min-height: calc(100svh - 3.8rem) !important;
    padding: 0.6rem !important;
  }

  .target-page .target-qualify-copy h2 {
    font-size: 1.55rem !important;
  }

  .target-page .target-form-note {
    display: none !important;
  }

  .target-page .target-field input,
  .target-page .target-field select {
    min-height: 2.15rem !important;
    height: 2.15rem !important;
  }
}

/* Authoritative mobile UX overrides. Must remain last in this file. */
@media (max-width: 760px) {
  .target-page main {
    gap: 0.4rem !important;
  }

  .target-page main > section {
    width: min(calc(100% - 0.75rem), 30rem) !important;
    margin-block: 0 !important;
    padding: 0.8rem !important;
    border-radius: 1rem !important;
  }

  .target-page main > section h2 {
    max-width: 100% !important;
    margin-bottom: 0.5rem !important;
    font-size: 2rem !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
  }

  .target-page .target-kicker {
    margin-bottom: 0.35rem !important;
    font-size: 0.62rem !important;
  }

  .target-page .target-qualify {
    min-height: calc(100svh - 4.25rem) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 0.45rem !important;
    padding: 0.7rem !important;
  }

  .target-page .target-qualify-copy {
    gap: 0 !important;
  }

  .target-page .target-qualify-copy h2 {
    max-width: 19rem !important;
    margin: 0 !important;
    font-size: 1.8rem !important;
    line-height: 0.93 !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker),
  .target-page .target-qualify-points,
  .target-page .target-mobile-optional,
  .target-page .target-form-progress {
    display: none !important;
  }

  .target-page .target-qualify .target-form.target-hero-form {
    gap: 0.32rem !important;
    padding: 0.58rem !important;
    border-radius: 0.9rem !important;
  }

  .target-page .target-qualify .target-form-head-progress {
    min-height: 1.3rem !important;
    margin: 0 !important;
    font-size: 0.62rem !important;
  }

  .target-page .target-qualify .target-form-head-progress strong {
    width: 1.6rem !important;
    height: 1.6rem !important;
    font-size: 0.62rem !important;
  }

  .target-page .target-qualify .target-form-head-progress strong small {
    display: none !important;
  }

  .target-page .target-qualify .target-form-fields {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.32rem !important;
  }

  .target-page .target-qualify .target-field-link,
  .target-page .target-qualify .target-field-email {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-qualify .target-form-fields label {
    gap: 0.16rem !important;
    min-width: 0 !important;
    font-size: 0.6rem !important;
  }

  .target-page .target-qualify .target-form-fields label > span {
    min-height: 0 !important;
    margin: 0 !important;
    gap: 0.2rem !important;
    font-size: 0.6rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-qualify .target-form-fields label > span svg {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }

  .target-page .target-qualify .target-form-fields input,
  .target-page .target-qualify .target-form-fields select {
    height: 2.4rem !important;
    min-height: 2.4rem !important;
    min-width: 0 !important;
    padding: 0.5rem 0.62rem !important;
    border-radius: 0.66rem !important;
    font-size: 0.76rem !important;
  }

  .target-page .target-qualify .target-form.target-hero-form .target-submit {
    min-height: 2.58rem !important;
    margin-top: 0 !important;
    padding: 0.55rem 0.7rem !important;
    border-radius: 0.7rem !important;
    font-size: 0.76rem !important;
  }

  .target-page .target-qualify .target-form-note {
    margin: 0 !important;
    font-size: 0.55rem !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  .target-page .target-viral-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.28rem !important;
    margin-top: 0.55rem !important;
  }

  .target-page .target-viral-trust span {
    min-height: 2.3rem !important;
    padding: 0.32rem 0.18rem !important;
    border-radius: 0.62rem !important;
    font-size: 0.57rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(9, 20, 38, 0.12) !important;
    border-radius: 0.78rem !important;
  }

  .target-page .target-proof-grid article {
    min-height: 4.3rem !important;
    padding: 0.52rem 0.16rem !important;
    border: 0 !important;
    border-right: 1px solid rgba(9, 20, 38, 0.1) !important;
    border-radius: 0 !important;
    text-align: center !important;
  }

  .target-page .target-proof-grid article:last-child {
    border-right: 0 !important;
  }

  .target-page .target-proof-grid article strong {
    font-size: 1.1rem !important;
    line-height: 1 !important;
  }

  .target-page .target-proof-grid article span {
    margin-top: 0.2rem !important;
    font-size: 0.47rem !important;
    line-height: 1.08 !important;
  }

  .target-page .target-proof-strip,
  .target-page .target-platform-rail,
  .target-page .target-case-metrics,
  .target-page .target-ai-actions,
  .target-page .target-ai-side-stats,
  .target-page .target-result-ticker {
    display: none !important;
  }

  .target-page .target-diagnosis-list {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 82% !important;
    grid-template-columns: none !important;
    gap: 0.5rem !important;
    overflow-x: auto !important;
    padding: 0 0.05rem 0.3rem !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .target-page .target-diagnosis-list::-webkit-scrollbar,
  .target-page .target-niche-list::-webkit-scrollbar {
    display: none !important;
  }

  .target-page .target-diagnosis-list article {
    min-height: 7rem !important;
    padding: 0.72rem !important;
    border-radius: 0.78rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-diagnosis-list article h3 {
    font-size: 0.92rem !important;
  }

  .target-page .target-diagnosis-list article p {
    -webkit-line-clamp: 3 !important;
    font-size: 0.72rem !important;
    line-height: 1.28 !important;
  }

  .target-page .target-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.46rem !important;
  }

  .target-page .target-system-grid article {
    min-height: 8.1rem !important;
    padding: 0.64rem !important;
    border-radius: 0.75rem !important;
  }

  .target-page .target-system-grid article h3 {
    font-size: 0.88rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-system-grid article p {
    -webkit-line-clamp: 3 !important;
    font-size: 0.66rem !important;
    line-height: 1.25 !important;
  }

  .target-page .target-niche-list {
    display: flex !important;
    gap: 0.4rem !important;
    overflow-x: auto !important;
    margin: 0 !important;
    padding: 0 0 0.28rem !important;
    scrollbar-width: none !important;
  }

  .target-page .target-niche-list span,
  .target-page .target-niche-list span:last-child {
    flex: 0 0 auto !important;
    min-height: 2.1rem !important;
    padding: 0.48rem 0.78rem !important;
    border-radius: 999px !important;
    font-size: 0.7rem !important;
  }

  .target-page .target-ai-platforms {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.28rem !important;
    padding: 0.52rem !important;
  }

  .target-page .target-ai-platforms strong {
    grid-column: 1 / -1 !important;
    margin-bottom: 0.08rem !important;
    font-size: 0.56rem !important;
  }

  .target-page .target-ai-platforms span {
    min-height: 2.9rem !important;
    padding: 0.22rem 0.08rem !important;
    font-size: 0.53rem !important;
    line-height: 1.04 !important;
  }

  .target-page .target-ai-platforms img {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .target-page .target-faq-grid details:nth-child(n + 5) {
    display: none !important;
  }

  .target-page .target-faq-grid {
    gap: 0.35rem !important;
  }

  .target-page .target-faq-grid details {
    padding: 0.66rem 0.72rem !important;
    border-radius: 0.68rem !important;
  }

  .target-page .target-mid-cta {
    gap: 0.5rem !important;
    padding: 0.75rem !important;
  }

  .target-page .target-mid-cta h2 {
    font-size: 1.45rem !important;
  }
}

@media (max-width: 380px), (max-width: 760px) and (max-height: 740px) {
  .target-page .target-qualify {
    min-height: calc(100svh - 3.7rem) !important;
    padding: 0.5rem !important;
  }

  .target-page .target-qualify-copy h2 {
    font-size: 1.5rem !important;
  }

  .target-page .target-qualify .target-form.target-hero-form {
    padding: 0.46rem !important;
  }

  .target-page .target-qualify .target-form-fields input,
  .target-page .target-qualify .target-form-fields select {
    height: 2.22rem !important;
    min-height: 2.22rem !important;
  }

  .target-page .target-qualify .target-form-note {
    display: none !important;
  }
}

/* Final mobile cascade: keep this block last. */
@media (max-width: 760px) {
  .target-page main {
    gap: 0.35rem !important;
  }

  .target-page .target-qualify {
    min-height: min(100svh, 52rem) !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 0.65rem !important;
    padding: 0.75rem !important;
  }

  .target-page .target-qualify-copy {
    gap: 0.4rem !important;
  }

  .target-page .target-qualify-copy h2 {
    max-width: 12ch !important;
    margin: 0 !important;
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
    line-height: 0.91 !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker) {
    margin: 0 !important;
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
  }

  .target-page .target-qualify-points {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
  }

  .target-page .target-qualify-points span {
    min-height: 2rem !important;
    padding: 0.3rem 0.2rem !important;
    border-radius: 10px !important;
    font-size: 0.62rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-qualify .target-form.target-hero-form {
    gap: 0.42rem !important;
    padding: 0.7rem !important;
    border-radius: 1.05rem !important;
  }

  .target-page .target-qualify .target-form-head-progress {
    margin: 0 !important;
  }

  .target-page .target-qualify .target-form-head-progress > span {
    font-size: 0.68rem !important;
  }

  .target-page .target-qualify .target-form-head-progress strong {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 0.68rem !important;
  }

  .target-page .target-qualify .target-form-head-progress strong small,
  .target-page .target-qualify .target-form-progress,
  .target-page .target-mobile-optional,
  .target-page .target-proof-strip,
  .target-page .target-ai-actions {
    display: none !important;
  }

  .target-page .target-qualify .target-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.38rem !important;
  }

  .target-page .target-qualify .target-field-link,
  .target-page .target-qualify .target-field-email {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-qualify .target-form-fields label {
    gap: 0.18rem !important;
  }

  .target-page .target-qualify .target-form-fields label > span {
    gap: 0.22rem !important;
    font-size: 0.64rem !important;
    line-height: 1.15 !important;
  }

  .target-page .target-qualify .target-form-fields label > span svg {
    width: 0.8rem !important;
    height: 0.8rem !important;
  }

  .target-page .target-qualify .target-form-fields input,
  .target-page .target-qualify .target-form-fields select {
    min-height: 2.68rem !important;
    padding: 0.5rem 0.65rem !important;
    border-radius: 11px !important;
    font-size: 0.76rem !important;
  }

  .target-page .target-qualify .target-form.target-hero-form .target-submit {
    min-height: 2.72rem !important;
    padding: 0.5rem 0.7rem !important;
    border-radius: 12px !important;
    font-size: 0.76rem !important;
  }

  .target-page .target-qualify .target-form-note {
    margin: 0 !important;
    font-size: 0.56rem !important;
    line-height: 1.15 !important;
  }

  .target-page .target-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(7, 17, 34, 0.1) !important;
    border-radius: 14px !important;
  }

  .target-page .target-proof-grid article {
    min-height: 4rem !important;
    padding: 0.52rem 0.28rem !important;
    border: 0 !important;
    border-right: 1px solid rgba(7, 17, 34, 0.1) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .target-page .target-proof-grid article:last-child {
    border-right: 0 !important;
  }

  .target-page .target-proof-grid strong {
    font-size: 1.32rem !important;
  }

  .target-page .target-proof-grid span {
    font-size: 0.53rem !important;
    line-height: 1.08 !important;
  }

  .target-page .target-viral-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
  }

  .target-page .target-viral-trust span {
    min-height: 2.15rem !important;
    padding: 0.35rem 0.2rem !important;
    border-radius: 11px !important;
    font-size: 0.58rem !important;
    line-height: 1.08 !important;
  }

  .target-page .target-diagnosis-list,
  .target-page .target-system-grid {
    gap: 0.4rem !important;
  }

  .target-page .target-diagnosis-list article,
  .target-page .target-system-grid article {
    min-height: 0 !important;
    padding: 0.68rem !important;
  }

  .target-page .target-diagnosis-list article p,
  .target-page .target-system-grid article p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    font-size: 0.68rem !important;
    line-height: 1.28 !important;
  }

  .target-page .target-niche-list {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0.38rem !important;
    overflow-x: auto !important;
    width: 100% !important;
    margin: 0.55rem -0.2rem 0 !important;
    padding: 0.1rem 0.2rem 0.42rem !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
  }

  .target-page .target-niche-list::-webkit-scrollbar {
    display: none !important;
  }

  .target-page .target-niche-list span,
  .target-page .target-niche-list span:last-child {
    flex: 0 0 auto !important;
    grid-column: auto !important;
    min-height: 2.15rem !important;
    padding: 0.44rem 0.85rem !important;
    border-radius: 999px !important;
    font-size: 0.7rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-ai-platforms {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.24rem !important;
    padding: 0.5rem 0.35rem !important;
  }

  .target-page .target-ai-platforms strong {
    font-size: 0.57rem !important;
  }

  .target-page .target-ai-platforms span {
    gap: 0.18rem !important;
    font-size: 0.5rem !important;
  }

  .target-page .target-ai-platforms img {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .target-page .target-ai-side-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
    margin-top: 0.35rem !important;
  }

  .target-page .target-ai-side-stats span {
    min-height: 2.15rem !important;
    padding: 0.32rem 0.2rem !important;
    border-radius: 11px !important;
    font-size: 0.58rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-ai-side-stats strong {
    font-size: 0.82rem !important;
  }

  .target-page .target-section-cta {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.45rem !important;
    padding: 0.58rem !important;
  }

  .target-page .target-section-cta strong {
    font-size: 0.8rem !important;
    line-height: 1.08 !important;
  }

  .target-page .target-section-cta span {
    display: none !important;
  }

  .target-page .target-section-cta .target-button {
    width: auto !important;
    min-height: 2.4rem !important;
    padding: 0.46rem 0.65rem !important;
    font-size: 0.66rem !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 380px), (max-width: 760px) and (max-height: 760px) {
  .target-page .target-qualify {
    min-height: auto !important;
    align-content: start !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker),
  .target-page .target-qualify-points {
    display: none !important;
  }
}

/* Mobile conversion pass: less scrolling, stronger hierarchy, one-screen lead capture. */
@media (max-width: 760px) {
  .target-page main {
    gap: 0.35rem !important;
  }

  .target-page main > section {
    scroll-margin-top: 4.5rem;
  }

  .target-page .target-qualify {
    min-height: min(100svh, 52rem) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: center !important;
    gap: 0.65rem !important;
    padding: 0.75rem !important;
  }

  .target-page .target-qualify-copy {
    gap: 0.4rem !important;
  }

  .target-page .target-qualify-copy h2 {
    max-width: 12ch !important;
    margin: 0 !important;
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
    line-height: 0.91 !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker) {
    max-width: 40ch !important;
    margin: 0 !important;
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
  }

  .target-page .target-qualify-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
  }

  .target-page .target-qualify-points span {
    min-width: 0 !important;
    min-height: 2rem !important;
    padding: 0.3rem 0.2rem !important;
    border-radius: 10px !important;
    font-size: 0.62rem !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  .target-page .target-qualify .target-form.target-hero-form {
    gap: 0.42rem !important;
    padding: 0.7rem !important;
    border-radius: 1.05rem !important;
  }

  .target-page .target-qualify .target-form-head-progress {
    margin: 0 !important;
  }

  .target-page .target-qualify .target-form-head-progress > span {
    font-size: 0.68rem !important;
  }

  .target-page .target-qualify .target-form-head-progress strong {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 0.68rem !important;
  }

  .target-page .target-qualify .target-form-head-progress strong small,
  .target-page .target-qualify .target-form-progress,
  .target-page .target-mobile-optional {
    display: none !important;
  }

  .target-page .target-qualify .target-form-fields {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.38rem !important;
  }

  .target-page .target-qualify .target-field-link,
  .target-page .target-qualify .target-field-email {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-qualify .target-form-fields label {
    gap: 0.18rem !important;
  }

  .target-page .target-qualify .target-form-fields label > span {
    gap: 0.22rem !important;
    font-size: 0.64rem !important;
    line-height: 1.15 !important;
  }

  .target-page .target-qualify .target-form-fields label > span svg {
    width: 0.8rem !important;
    height: 0.8rem !important;
  }

  .target-page .target-qualify .target-form-fields input,
  .target-page .target-qualify .target-form-fields select {
    min-width: 0 !important;
    min-height: 2.68rem !important;
    padding: 0.5rem 0.65rem !important;
    border-radius: 11px !important;
    font-size: 0.76rem !important;
  }

  .target-page .target-qualify .target-form.target-hero-form .target-submit {
    min-height: 2.72rem !important;
    padding: 0.5rem 0.7rem !important;
    border-radius: 12px !important;
    font-size: 0.76rem !important;
  }

  .target-page .target-qualify .target-form-note {
    margin: 0 !important;
    font-size: 0.56rem !important;
    line-height: 1.15 !important;
  }

  .target-page .target-proof-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(7, 17, 34, 0.1) !important;
    border-radius: 14px !important;
  }

  .target-page .target-proof-grid article {
    min-width: 0 !important;
    min-height: 4rem !important;
    padding: 0.52rem 0.28rem !important;
    border: 0 !important;
    border-right: 1px solid rgba(7, 17, 34, 0.1) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .target-page .target-proof-grid article:last-child {
    border-right: 0 !important;
  }

  .target-page .target-proof-grid strong {
    font-size: 1.32rem !important;
    line-height: 1 !important;
  }

  .target-page .target-proof-grid span {
    font-size: 0.53rem !important;
    line-height: 1.08 !important;
  }

  .target-page .target-proof-strip,
  .target-page .target-ai-actions {
    display: none !important;
  }

  .target-page .target-viral-trust {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
  }

  .target-page .target-viral-trust span {
    min-width: 0 !important;
    min-height: 2.15rem !important;
    padding: 0.35rem 0.2rem !important;
    border-radius: 11px !important;
    font-size: 0.58rem !important;
    line-height: 1.08 !important;
    text-align: center !important;
  }

  .target-page .target-diagnosis-list {
    gap: 0.4rem !important;
  }

  .target-page .target-diagnosis-list article {
    min-height: 0 !important;
    padding: 0.65rem !important;
  }

  .target-page .target-diagnosis-list article p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 0.7rem !important;
    line-height: 1.3 !important;
  }

  .target-page .target-system-grid article {
    min-height: 0 !important;
    padding: 0.7rem !important;
  }

  .target-page .target-system-grid article p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    font-size: 0.67rem !important;
    line-height: 1.28 !important;
  }

  .target-page .target-niche-list {
    display: flex !important;
    gap: 0.38rem !important;
    overflow-x: auto !important;
    margin: 0 -0.2rem !important;
    padding: 0.1rem 0.2rem 0.42rem !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
  }

  .target-page .target-niche-list::-webkit-scrollbar {
    display: none !important;
  }

  .target-page .target-niche-list span,
  .target-page .target-niche-list span:last-child {
    flex: 0 0 auto !important;
    grid-column: auto !important;
    min-width: 0 !important;
    min-height: 2.15rem !important;
    padding: 0.44rem 0.85rem !important;
    border-radius: 999px !important;
    font-size: 0.7rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-ai-platforms {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.24rem !important;
    padding: 0.5rem 0.35rem !important;
  }

  .target-page .target-ai-platforms strong {
    font-size: 0.57rem !important;
  }

  .target-page .target-ai-platforms span {
    gap: 0.18rem !important;
    font-size: 0.5rem !important;
  }

  .target-page .target-ai-platforms img {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .target-page .target-ai-side-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
    margin-top: 0.35rem !important;
  }

  .target-page .target-ai-side-stats span {
    min-height: 2.15rem !important;
    padding: 0.32rem 0.2rem !important;
    border-radius: 11px !important;
    font-size: 0.58rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-ai-side-stats strong {
    font-size: 0.82rem !important;
  }

  .target-page .target-section-cta {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.45rem !important;
    padding: 0.58rem !important;
    text-align: left !important;
  }

  .target-page .target-section-cta strong {
    font-size: 0.8rem !important;
    line-height: 1.08 !important;
  }

  .target-page .target-section-cta span {
    display: none !important;
  }

  .target-page .target-section-cta .target-button {
    width: auto !important;
    min-height: 2.4rem !important;
    padding: 0.46rem 0.65rem !important;
    font-size: 0.66rem !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 380px), (max-width: 760px) and (max-height: 760px) {
  .target-page .target-qualify {
    min-height: auto !important;
    align-content: start !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker),
  .target-page .target-qualify-points {
    display: none !important;
  }
}

/* Final mobile density overrides. Keep the desktop layout untouched while
   collapsing repeated proof and category lists into scan-friendly summaries. */
@media (max-width: 760px) {
  .target-page .target-viral-trust {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.38rem !important;
    width: 100% !important;
    margin-top: 0.8rem !important;
  }

  .target-page .target-viral-trust span {
    width: auto !important;
    min-height: 3rem !important;
    padding: 0.4rem 0.28rem !important;
    border-radius: 12px !important;
    font-size: 0.68rem !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  .target-page .target-qualify-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.38rem !important;
    margin-top: 0.8rem !important;
  }

  .target-page .target-qualify-points span {
    width: auto !important;
    min-height: 2.55rem !important;
    padding: 0.35rem 0.22rem !important;
    border-radius: 12px !important;
    font-size: 0.67rem !important;
    line-height: 1.12 !important;
  }

  .target-page .target-proof-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    margin-top: 0.65rem !important;
  }

  .target-page .target-proof-strip span {
    position: relative !important;
    min-height: 3rem !important;
    justify-content: flex-start !important;
    padding: 0.5rem 0.55rem 0.5rem 1.3rem !important;
    border-radius: 13px !important;
    font-size: 0.71rem !important;
    line-height: 1.16 !important;
    text-align: left !important;
  }

  .target-page .target-proof-strip span::before {
    position: absolute !important;
    left: 0.55rem !important;
    width: 0.36rem !important;
    height: 0.36rem !important;
    border-radius: 50% !important;
    background: #d7ff45 !important;
    box-shadow: 0 0 12px rgba(215, 255, 69, 0.5) !important;
    content: "" !important;
  }

  .target-page .target-niche-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    width: 100% !important;
    margin-top: 0.75rem !important;
  }

  .target-page .target-niche-list span {
    width: auto !important;
    min-height: 2.5rem !important;
    padding: 0.42rem 0.48rem !important;
    border-radius: 13px !important;
    font-size: 0.77rem !important;
    line-height: 1.08 !important;
  }

  .target-page .target-niche-list span:last-child {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-case-metrics {
    display: none !important;
  }

  .target-page .target-ai-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
  }

  .target-page .target-ai-actions span {
    min-height: 2.5rem !important;
    justify-content: center !important;
    padding: 0.46rem !important;
    font-size: 0.71rem !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  .target-page .target-ai-actions span:last-child {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-ai-platforms {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
    padding: 0.65rem 0.45rem !important;
    border-radius: 15px !important;
  }

  .target-page .target-ai-platforms strong {
    margin-bottom: 0.12rem !important;
    font-size: 0.64rem !important;
  }

  .target-page .target-ai-platforms span {
    gap: 0.28rem !important;
    min-width: 0 !important;
    font-size: 0.6rem !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  .target-page .target-ai-platforms img {
    width: 1.9rem !important;
    height: 1.9rem !important;
    border-radius: 8px !important;
  }

  .target-page .target-ai-side-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    margin-top: 0.5rem !important;
  }

  .target-page .target-ai-side-stats span {
    min-height: 2.65rem !important;
    padding: 0.44rem 0.32rem !important;
    border-radius: 13px !important;
    font-size: 0.68rem !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  .target-page .target-ai-side-stats strong {
    margin-right: 0.2rem !important;
    font-size: 0.9rem !important;
  }
}

/* 20260720 mobile density lock: compact repeated lists without changing desktop. */
@media (max-width: 760px) {
  .target-page .target-viral-trust {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.38rem !important;
    width: 100% !important;
    margin-top: 0.85rem !important;
  }

  .target-page .target-viral-trust span {
    width: auto !important;
    min-height: 3.15rem !important;
    padding: 0.42rem 0.3rem !important;
    border-radius: 12px !important;
    font-size: 0.69rem !important;
    line-height: 1.15 !important;
  }

  .target-page .target-qualify-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.38rem !important;
    margin-top: 0.85rem !important;
  }

  .target-page .target-qualify-points span {
    width: auto !important;
    min-height: 2.65rem !important;
    padding: 0.38rem 0.25rem !important;
    border-radius: 12px !important;
    font-size: 0.68rem !important;
    line-height: 1.15 !important;
  }

  .target-page .target-proof-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    margin-top: 0.65rem !important;
  }

  .target-page .target-proof-strip span {
    min-height: 3rem !important;
    justify-content: flex-start !important;
    padding: 0.52rem 0.62rem !important;
    border-radius: 13px !important;
    font-size: 0.72rem !important;
    line-height: 1.18 !important;
    text-align: left !important;
  }

  .target-page .target-niche-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    width: 100% !important;
    margin-top: 0.8rem !important;
  }

  .target-page .target-niche-list span {
    width: auto !important;
    min-height: 2.65rem !important;
    padding: 0.45rem 0.5rem !important;
    border-radius: 13px !important;
    font-size: 0.78rem !important;
    line-height: 1.1 !important;
  }

  .target-page .target-niche-list span:last-child {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-case-metrics {
    display: none !important;
  }

  .target-page .target-ai-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
  }

  .target-page .target-ai-actions span {
    min-height: 2.55rem !important;
    justify-content: center !important;
    padding: 0.48rem !important;
    font-size: 0.72rem !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  .target-page .target-ai-actions span:last-child {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-ai-platforms {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.35rem !important;
    padding: 0.72rem 0.55rem !important;
    border-radius: 15px !important;
  }

  .target-page .target-ai-platforms strong {
    margin-bottom: 0.15rem !important;
    font-size: 0.66rem !important;
  }

  .target-page .target-ai-platforms span {
    gap: 0.3rem !important;
    font-size: 0.62rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-ai-platforms img {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 9px !important;
  }

  .target-page .target-ai-side-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    margin-top: 0.55rem !important;
  }

  .target-page .target-ai-side-stats span {
    min-height: 2.75rem !important;
    padding: 0.46rem 0.35rem !important;
    border-radius: 13px !important;
    font-size: 0.69rem !important;
    line-height: 1.12 !important;
  }

  .target-page .target-ai-side-stats strong {
    margin-right: 0.22rem !important;
    font-size: 0.92rem !important;
  }
}

/* Mobile density pass: keep the desktop composition, turn repeated pill stacks
   into compact scan-friendly summaries. */
@media (max-width: 760px) {
  .target-page .target-viral-trust {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.38rem !important;
    width: 100% !important;
    margin-top: 0.85rem !important;
  }

  .target-page .target-viral-trust span {
    width: auto !important;
    min-height: 3.15rem !important;
    padding: 0.42rem 0.3rem !important;
    border-radius: 12px !important;
    font-size: 0.69rem !important;
    line-height: 1.15 !important;
  }

  .target-page .target-qualify-points {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.38rem !important;
    margin-top: 0.85rem !important;
  }

  .target-page .target-qualify-points span {
    width: auto !important;
    min-height: 2.65rem !important;
    padding: 0.38rem 0.25rem !important;
    border-radius: 12px !important;
    font-size: 0.68rem !important;
    line-height: 1.15 !important;
  }

  .target-page .target-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    margin-top: 0.65rem !important;
  }

  .target-page .target-proof-strip span {
    position: relative !important;
    min-height: 3rem !important;
    justify-content: flex-start !important;
    padding: 0.52rem 0.58rem 0.52rem 1.35rem !important;
    border-radius: 13px !important;
    font-size: 0.72rem !important;
    line-height: 1.18 !important;
    text-align: left !important;
  }

  .target-page .target-proof-strip span::before {
    position: absolute;
    left: 0.58rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: #d7ff45;
    content: "";
    box-shadow: 0 0 12px rgba(215, 255, 69, 0.5);
  }

  .target-page .target-niche-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    width: 100% !important;
    margin-top: 0.8rem !important;
  }

  .target-page .target-niche-list span {
    width: auto !important;
    min-height: 2.65rem !important;
    padding: 0.45rem 0.5rem !important;
    border-radius: 13px !important;
    font-size: 0.78rem !important;
    line-height: 1.1 !important;
  }

  .target-page .target-niche-list span:last-child {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-case-metrics {
    display: none !important;
  }

  .target-page .target-ai-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
  }

  .target-page .target-ai-actions span {
    min-height: 2.55rem !important;
    justify-content: center !important;
    padding: 0.48rem !important;
    font-size: 0.72rem !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  .target-page .target-ai-actions span:last-child {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-ai-platforms {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.35rem !important;
    padding: 0.72rem 0.55rem !important;
    border-radius: 15px !important;
  }

  .target-page .target-ai-platforms strong {
    margin-bottom: 0.15rem !important;
    font-size: 0.66rem !important;
  }

  .target-page .target-ai-platforms span {
    gap: 0.3rem !important;
    font-size: 0.62rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-ai-platforms img {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 9px !important;
  }

  .target-page .target-ai-side-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    margin-top: 0.55rem !important;
  }

  .target-page .target-ai-side-stats span {
    min-height: 2.75rem !important;
    padding: 0.46rem 0.35rem !important;
    border-radius: 13px !important;
    font-size: 0.69rem !important;
    line-height: 1.12 !important;
  }

  .target-page .target-ai-side-stats strong {
    margin-right: 0.22rem !important;
    font-size: 0.92rem !important;
  }
}

body.target-lightbox-open {
  overflow: hidden;
}

.target-page .target-case-poster {
  cursor: zoom-in;
  outline: none;
}

.target-page .target-case-poster:focus-visible {
  box-shadow: 0 0 0 3px rgba(206, 255, 49, 0.75), 0 0 36px rgba(206, 255, 49, 0.35);
}

.target-page .target-case-zoom-hint {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 1rem;
  border: 1px solid rgba(206, 255, 49, 0.45);
  border-radius: 999px;
  color: #ceff31;
  background: rgba(2, 5, 8, 0.78);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(-0.35rem);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.target-page .target-case-poster:hover .target-case-zoom-hint,
.target-page .target-case-poster:focus-visible .target-case-zoom-hint,
.target-page .target-case-poster-featured .target-case-zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

.target-case-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 2.5rem);
  background: rgba(2, 5, 8, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.target-case-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.target-case-lightbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(206, 255, 49, 0.18), transparent 34%),
    radial-gradient(circle at 18% 72%, rgba(63, 111, 255, 0.15), transparent 32%);
  pointer-events: none;
}

.target-case-lightbox-frame {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  min-width: 0;
  margin: 0;
}

.target-case-lightbox-frame img {
  display: block;
  width: min(94vw, 1320px);
  max-width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 1.1rem;
  background: #050607;
  box-shadow: 0 0 0 1px rgba(206, 255, 49, 0.35), 0 28px 90px rgba(0, 0, 0, 0.58);
}

.target-case-lightbox-frame figcaption {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Space Mono", monospace;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.target-case-lightbox-close,
.target-case-lightbox-nav {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(206, 255, 49, 0.45);
  color: #ceff31;
  background: rgba(6, 10, 16, 0.82);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.target-case-lightbox-close {
  position: absolute;
  top: clamp(0.9rem, 2vw, 1.4rem);
  right: clamp(0.9rem, 2vw, 1.4rem);
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  font-size: 2rem;
  line-height: 1;
}

.target-case-lightbox-nav {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 999px;
  font-size: 1.8rem;
  font-weight: 900;
}

.target-case-lightbox-close:hover,
.target-case-lightbox-nav:hover {
  color: #06101f;
  background: #ceff31;
}

@media (max-width: 760px) {
  .target-instagram-zoom-hint {
    top: 0.5rem;
    right: 0.5rem;
    min-height: 2rem;
    padding: 0.35rem 0.58rem;
    font-size: 0.6rem;
  }

  .target-instagram-lightbox {
    padding: 0.35rem;
  }

  .target-instagram-lightbox-panel {
    width: 100%;
    height: calc(100dvh - 0.7rem);
    padding: 0.5rem;
    border-radius: 1rem;
  }

  .target-instagram-lightbox-head > div {
    display: grid;
    gap: 0.05rem;
    font-size: 0.62rem;
  }

  .target-instagram-lightbox-head button,
  .target-instagram-lightbox-foot button {
    min-height: 2.75rem;
    padding: 0.45rem 0.7rem;
    font-size: 0.68rem;
  }

  .target-instagram-lightbox-foot p {
    display: none;
  }

  .target-instagram-lightbox-help {
    font-size: 0.58rem;
  }

  .target-instagram-lightbox.is-zoomed .target-instagram-lightbox-viewport img {
    width: max(160%, 920px);
  }

  .target-page .target-case-zoom-hint {
    top: 0.7rem;
    right: 0.7rem;
    min-height: 2rem;
    padding: 0 0.75rem;
    font-size: 0.64rem;
  }

  .target-case-lightbox {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    padding: 0.75rem;
  }

  .target-case-lightbox-frame img {
    width: 100%;
    max-height: 78vh;
    border-radius: 0.85rem;
  }

  .target-case-lightbox-nav {
    position: fixed;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.45rem;
  }

  .target-case-lightbox-prev {
    left: calc(50% - 3.6rem);
  }

  .target-case-lightbox-next {
    right: calc(50% - 3.6rem);
  }

  .target-case-lightbox-close {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .target-case-lightbox,
  .target-page .target-case-zoom-hint,
  .target-instagram-lightbox {
    transition: none;
  }
}

/* CTA rhythm polish */
.target-page .target-section-cta {
  width: min(100%, 1040px);
  margin: clamp(1.5rem, 3vw, 2.4rem) auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0.85rem 0.85rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(8, 16, 32, 0.12);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 50px rgba(8, 16, 32, 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.target-page .target-section-cta > div {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
}

.target-page .target-section-cta strong {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1;
  color: #07101e;
}

.target-page .target-section-cta span {
  font-size: 0.92rem;
  line-height: 1.35;
  color: rgba(71, 85, 105, 0.9);
  font-weight: 700;
}

.target-page .target-section-cta .target-button {
  min-height: 3rem;
  padding: 0 1.35rem;
  white-space: nowrap;
  flex: 0 0 auto;
}

.target-page .target-section-cta-dark {
  border-color: rgba(207, 255, 45, 0.3);
  background:
    radial-gradient(circle at 84% 0%, rgba(207, 255, 45, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(9, 15, 24, 0.94), rgba(17, 28, 18, 0.82));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(207, 255, 45, 0.08);
}

.target-page .target-section-cta-dark strong {
  color: #ffffff;
}

.target-page .target-section-cta-dark span {
  color: rgba(255, 255, 255, 0.68);
}

.target-page .target-case-inline-cta {
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.target-page .target-ai-primary-cta {
  width: fit-content;
  margin-top: 0.3rem;
}

@media (max-width: 760px) {
  .target-page .target-section-cta {
    border-radius: 26px;
    align-items: stretch;
    flex-direction: column;
    padding: 1rem;
  }

  .target-page .target-section-cta .target-button,
  .target-page .target-ai-primary-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Final audit-form polish: selected light product-card version. */
.target-page .target-qualify .target-form.target-hero-form {
  width: min(100%, 40.5rem) !important;
  padding: clamp(1.5rem, 2.8vw, 2.25rem) !important;
  display: grid !important;
  gap: 1rem !important;
  align-self: center !important;
  border-radius: 2rem !important;
  border: 1px solid rgba(76, 102, 255, 0.18) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(215, 255, 69, 0.18), transparent 16rem),
    radial-gradient(circle at 88% 16%, rgba(76, 102, 255, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92)) !important;
  box-shadow:
    0 1.25rem 4rem rgba(7, 16, 30, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  color: #07101e !important;
}

.target-page .target-qualify .target-form-head-progress {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  margin: 0 !important;
  color: #4668ff !important;
  font-family: "Space Mono", monospace !important;
  font-size: clamp(0.9rem, 1.1vw, 1rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

.target-page .target-qualify .target-form-head-progress > span {
  color: #4668ff !important;
}

.target-page .target-qualify .target-form-head-progress strong {
  width: auto !important;
  height: auto !important;
  min-width: 4.9rem !important;
  padding: 0.65rem 0.9rem !important;
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 0.15rem !important;
  border-radius: 999px !important;
  background: #07101e !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 1.15rem !important;
  line-height: 1 !important;
  box-shadow: 0 0.75rem 1.75rem rgba(7, 16, 30, 0.18) !important;
}

.target-page .target-qualify .target-form-head-progress strong small {
  color: rgba(255, 255, 255, 0.52) !important;
  font-size: 0.72rem !important;
}

.target-page .target-qualify .target-form-progress {
  height: 0.42rem !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(7, 16, 30, 0.08) !important;
}

.target-page .target-qualify .target-form-progress span {
  display: block !important;
  width: 35% !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #d7ff45, #4668ff) !important;
  box-shadow: 0 0 1.2rem rgba(215, 255, 69, 0.46) !important;
}

.target-page .target-qualify .target-form-fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.9rem !important;
}

.target-page .target-qualify .target-form-fields .target-field-full {
  grid-column: 1 / -1 !important;
}

.target-page .target-qualify .target-form-fields label {
  min-width: 0 !important;
  margin: 0 !important;
  display: grid !important;
  gap: 0.42rem !important;
}

.target-page .target-qualify .target-form-fields label > span {
  color: rgba(7, 16, 30, 0.68) !important;
  font-size: 0.88rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.46rem !important;
}

.target-page .target-qualify .target-form-fields label > span svg {
  width: 1.38rem !important;
  height: 1.38rem !important;
  flex: 0 0 1.38rem !important;
  padding: 0.28rem !important;
  border-radius: 0.48rem !important;
  color: #07101e !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  fill: none !important;
  background:
    linear-gradient(135deg, rgba(215, 255, 69, 0.92), rgba(255, 255, 255, 0.82)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 0.45rem 1rem rgba(215, 255, 69, 0.22) !important;
}

.target-page .target-qualify .target-form-fields input,
.target-page .target-qualify .target-form-fields select {
  width: 100% !important;
  min-width: 0 !important;
  height: 3.65rem !important;
  padding: 0 1.05rem !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(7, 16, 30, 0.12) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #07101e !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 0.8rem 1.5rem rgba(7, 16, 30, 0.035) !important;
}

.target-page .target-qualify .target-form-fields input::placeholder {
  color: rgba(7, 16, 30, 0.42) !important;
}

.target-page .target-qualify .target-form-fields input:focus,
.target-page .target-qualify .target-form-fields select:focus {
  border-color: rgba(70, 104, 255, 0.56) !important;
  box-shadow:
    0 0 0 4px rgba(70, 104, 255, 0.12),
    0 0.9rem 1.8rem rgba(7, 16, 30, 0.06) !important;
  outline: none !important;
}

.target-page .target-qualify .target-form.target-hero-form .target-submit {
  width: 100% !important;
  min-height: 4rem !important;
  margin: 0.2rem 0 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #d7ff45, #b9ff25) !important;
  color: #07101e !important;
  font-size: 1.05rem !important;
  font-weight: 950 !important;
  box-shadow:
    0 1rem 2rem rgba(166, 255, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
}

.target-page .target-qualify .target-form.target-hero-form .target-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow:
    0 1.25rem 2.4rem rgba(166, 255, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
}

.target-page .target-qualify .target-form-note {
  margin: -0.15rem 0 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.45rem !important;
  color: rgba(7, 16, 30, 0.62) !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

.target-page .target-qualify .target-note-lock {
  width: 0.65rem !important;
  height: 0.65rem !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  border-radius: 50% !important;
  background: #d7ff45 !important;
  box-shadow: 0 0 0 4px rgba(215, 255, 69, 0.22) !important;
}

@media (max-width: 980px) {
  .target-page .target-qualify .target-form.target-hero-form {
    width: 100% !important;
  }
}

@media (max-width: 760px) {
  .target-page .target-qualify .target-form.target-hero-form {
    padding: 1rem !important;
    gap: 0.8rem !important;
    border-radius: 1.35rem !important;
  }

  .target-page .target-qualify .target-form-fields {
    grid-template-columns: 1fr !important;
    gap: 0.7rem !important;
  }

  .target-page .target-qualify .target-form-head-progress strong {
    min-width: 4rem !important;
    padding: 0.55rem 0.75rem !important;
  }

  .target-page .target-qualify .target-form-fields input,
  .target-page .target-qualify .target-form-fields select {
    height: 3.3rem !important;
    border-radius: 0.85rem !important;
    font-size: 0.94rem !important;
  }

  .target-page .target-qualify .target-form.target-hero-form .target-submit {
    min-height: 3.55rem !important;
  }
}

/* 20260720 rhythm final 6: tighter bottom pacing and mobile AI contrast. */
.target-page .target-ai-profile-stats span,
.target-page .target-ai-side-stats span {
  color: rgba(255, 255, 255, 0.72) !important;
}

.target-page .target-ai-profile-stats strong,
.target-page .target-ai-side-stats strong {
  color: #d7ff45 !important;
  text-shadow: 0 0 18px rgba(215, 255, 69, 0.24) !important;
}

.target-page .target-ai-side-stats span {
  justify-content: center !important;
  text-align: center !important;
}

.target-page .target-mid-cta {
  min-height: 0 !important;
  padding-block: clamp(1rem, 2vw, 1.35rem) !important;
}

@media (max-width: 760px) {
  .target-page .target-ai-profile-stats span,
  .target-page .target-ai-side-stats span {
    color: rgba(255, 255, 255, 0.72) !important;
  }

  .target-page .target-ai-profile-stats strong,
  .target-page .target-ai-side-stats strong {
    color: #d7ff45 !important;
  }

  .target-page .target-mid-cta {
    padding-block: 0.9rem !important;
  }
}

/* 20260720 final sales rhythm lock: dark / light alternation and mobile scan. */
.target-page main {
  gap: clamp(0.85rem, 1.15vw, 1.15rem) !important;
}

.target-page .target-viral-hero,
.target-page .target-proof,
.target-page .target-systems,
.target-page .target-case-vault,
.target-page .target-testimonials,
.target-page .target-final {
  color: #f8fbff !important;
  background:
    linear-gradient(rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(62, 92, 203, 0.26), transparent 31rem),
    radial-gradient(circle at 84% 16%, rgba(215, 255, 69, 0.18), transparent 34rem),
    linear-gradient(135deg, #04070d 0%, #0a111b 54%, #050805 100%) !important;
  background-size: 56px 56px, 56px 56px, auto, auto, auto !important;
  border-color: rgba(215, 255, 69, 0.2) !important;
}

.target-page .target-qualify,
.target-page .target-diagnosis,
.target-page .target-fit,
.target-page .target-ai-avatar,
.target-page .target-mid-cta,
.target-page .target-faq {
  color: #07101e !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(215, 255, 69, 0.18), transparent 24rem),
    radial-gradient(circle at 12% 18%, rgba(68, 108, 255, 0.12), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #f7faff 52%, #edf5ff 100%) !important;
  border-color: rgba(7, 16, 30, 0.09) !important;
  box-shadow: 0 28px 76px rgba(15, 23, 42, 0.08) !important;
}

.target-page .target-ai-avatar {
  border: 1px solid rgba(7, 16, 30, 0.09) !important;
  overflow: hidden !important;
}

.target-page .target-ai-avatar::before {
  opacity: 0.08 !important;
  mix-blend-mode: multiply !important;
}

.target-page .target-ai-copy,
.target-page .target-ai-copy h2,
.target-page .target-ai-copy p,
.target-page .target-ai-actions span {
  color: #07101e !important;
}

.target-page .target-ai-copy h2 span {
  color: #7ed600 !important;
  text-shadow: 0 0 22px rgba(215, 255, 69, 0.28) !important;
}

.target-page .target-ai-platforms,
.target-page .target-ai-profile,
.target-page .target-ai-phone,
.target-page .target-ai-side-stats span {
  color: #f8fbff !important;
  background:
    radial-gradient(circle at 82% 0%, rgba(215, 255, 69, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(8, 14, 24, 0.96), rgba(3, 8, 15, 0.98)) !important;
  border-color: rgba(215, 255, 69, 0.34) !important;
}

.target-page .target-ai-platforms *,
.target-page .target-ai-profile *,
.target-page .target-ai-phone *,
.target-page .target-ai-side-stats span * {
  color: inherit !important;
}

.target-page .target-proof :is(h2, h3, strong, .target-kicker),
.target-page .target-systems :is(h2, h3, strong, .target-kicker),
.target-page .target-case-vault :is(h2, h3, strong, .target-kicker),
.target-page .target-testimonials :is(h2, h3, strong, .target-kicker),
.target-page .target-final :is(h2, h3, strong, .target-kicker) {
  color: #ffffff !important;
}

.target-page .target-proof :is(p, li),
.target-page .target-systems :is(p, li),
.target-page .target-case-vault :is(p, li),
.target-page .target-testimonials :is(p, li),
.target-page .target-final :is(p, li) {
  color: rgba(255, 255, 255, 0.74) !important;
}

.target-page .target-diagnosis :is(h2, h3, strong, p, li),
.target-page .target-fit :is(h2, h3, strong, p, li),
.target-page .target-faq :is(h2, h3, strong, p, li),
.target-page .target-qualify :is(h2, h3, strong, p, li) {
  color: inherit !important;
}

@media (max-width: 760px) {
  .target-page main {
    gap: 0.78rem !important;
  }

  .target-page .target-viral-hero,
  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final {
    width: min(calc(100% - 0.85rem), 30rem) !important;
    margin-inline: auto !important;
    padding: 1rem !important;
    border-radius: 1.25rem !important;
  }

  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials {
    min-height: auto !important;
  }

  .target-page .target-ai-avatar {
    grid-template-columns: 1fr !important;
  }

  .target-page .target-ai-flow {
    display: none !important;
  }

  .target-page .target-ai-platforms,
  .target-page .target-ai-profile,
  .target-page .target-ai-phone,
  .target-page .target-ai-side-stats {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* 20260720 final rhythm QA: tighten hero height, restore mobile text flow, remove empty-looking pills. */
.target-page .target-hero {
  min-height: clamp(34rem, 72vh, 47rem) !important;
}

.target-page .target-qualify-points span,
.target-page .target-proof-strip span,
.target-page .target-fit-tags span {
  color: inherit !important;
  opacity: 1 !important;
  text-indent: 0 !important;
}

.target-page .target-qualify-points span {
  color: #07101e !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(7, 16, 30, 0.12) !important;
}

.target-page .target-proof-strip span {
  color: rgba(255, 255, 255, 0.88) !important;
}

@media (max-width: 760px) {
  .target-page .target-header {
    width: calc(100% - 0.75rem) !important;
    min-height: 3.15rem !important;
    padding: 0.32rem !important;
  }

  .target-page .target-header .target-button {
    min-width: 8.3rem !important;
    padding-inline: 0.7rem !important;
    font-size: 0.82rem !important;
    white-space: nowrap !important;
  }

  .target-page .target-hero {
    min-height: 0 !important;
    padding-block: 2.6rem 1.1rem !important;
  }

  .target-page .target-hero h1 {
    font-size: clamp(2.35rem, 12vw, 4.35rem) !important;
    line-height: 0.93 !important;
    max-width: 100% !important;
  }

  .target-page .target-qualify h2 {
    font-size: clamp(2rem, 9.3vw, 2.65rem) !important;
    line-height: 0.96 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .target-page .target-qualify-copy p {
    font-size: clamp(0.95rem, 4.3vw, 1.08rem) !important;
    line-height: 1.35 !important;
  }

  .target-page .target-qualify-points span {
    min-height: 2.55rem !important;
    color: #07101e !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(7, 16, 30, 0.12) !important;
  }

  .target-page .target-form {
    padding: 0.85rem !important;
  }

  .target-page .target-form :is(input, select) {
    min-width: 0 !important;
    font-size: 0.9rem !important;
  }
}

/* 20260720 mobile audit pass: prevent headline and card overflow on the sales path. */
@media (max-width: 760px) {
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit {
    display: block !important;
  }

  .target-page .target-diagnosis h2,
  .target-page .target-systems h2,
  .target-page .target-fit h2 {
    font-size: clamp(1.95rem, 9vw, 2.65rem) !important;
    line-height: 0.98 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance !important;
  }

  .target-page .target-diagnosis-list,
  .target-page .target-system-grid,
  .target-page .target-fit-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .target-page .target-system-grid article {
    min-height: 0 !important;
  }

  .target-page .target-system-grid article p,
  .target-page .target-diagnosis-list article p,
  .target-page .target-fit-card p {
    font-size: 0.88rem !important;
    line-height: 1.28 !important;
  }

  .target-page .target-fit-tags {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 0.45rem !important;
  }

  .target-page .target-fit-tags span {
    width: 100% !important;
    min-height: 2.45rem !important;
    justify-content: center !important;
  }

  .target-page .target-case-vault {
    padding-inline: 0.75rem !important;
  }

  .target-page .target-case-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.45rem !important;
    overflow: visible !important;
  }

  .target-page .target-case-stats span {
    min-width: 0 !important;
    white-space: normal !important;
    padding: 0.65rem !important;
  }

  .target-page .target-case-vault-head h2,
  .target-page .target-ai-avatar h2 {
    font-size: clamp(1.85rem, 8.6vw, 2.55rem) !important;
    line-height: 0.98 !important;
    overflow-wrap: anywhere !important;
    max-width: 100% !important;
  }

  .target-page .target-case-rail {
    max-width: 100% !important;
  }

  .target-page .target-ai-visual {
    max-width: 100% !important;
    overflow: hidden !important;
  }
}

/* 20260720 final rhythm director: preserve blocks, fix visual pacing and mobile scan. */
.target-page {
  background:
    radial-gradient(circle at 8% 2%, rgba(72, 108, 255, 0.08), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(215, 255, 69, 0.1), transparent 28rem),
    #f4f7fb !important;
}

.target-page main {
  gap: clamp(0.85rem, 1.4vw, 1.25rem) !important;
}

.target-page .target-header,
.target-page .target-hero,
.target-page .target-qualify,
.target-page .target-proof,
.target-page .target-diagnosis,
.target-page .target-systems,
.target-page .target-fit,
.target-page .target-case-vault,
.target-page .target-ai-avatar,
.target-page .target-testimonials,
.target-page .target-mid-cta,
.target-page .target-faq,
.target-page .target-final,
.target-page .target-footer {
  width: min(100% - 3rem, 1180px) !important;
  margin-inline: auto !important;
}

.target-page .target-qualify,
.target-page .target-proof,
.target-page .target-diagnosis,
.target-page .target-systems,
.target-page .target-fit,
.target-page .target-case-vault,
.target-page .target-ai-avatar,
.target-page .target-testimonials,
.target-page .target-faq,
.target-page .target-final {
  isolation: isolate !important;
  overflow: hidden !important;
}

.target-page .target-qualify,
.target-page .target-diagnosis,
.target-page .target-fit,
.target-page .target-ai-avatar,
.target-page .target-faq {
  color: #07101e !important;
  background:
    radial-gradient(circle at 9% 0%, rgba(77, 115, 255, 0.1), transparent 30rem),
    radial-gradient(circle at 92% 10%, rgba(215, 255, 69, 0.18), transparent 32rem),
    linear-gradient(142deg, #ffffff 0%, #f8fbff 54%, #edf5ff 100%) !important;
  border: 1px solid rgba(7, 16, 30, 0.1) !important;
  box-shadow: 0 28px 85px rgba(10, 20, 38, 0.09) !important;
}

.target-page .target-proof,
.target-page .target-systems,
.target-page .target-case-vault,
.target-page .target-testimonials,
.target-page .target-final {
  color: #ffffff !important;
  background:
    linear-gradient(rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 15%, rgba(66, 96, 210, 0.25), transparent 30rem),
    radial-gradient(circle at 84% 10%, rgba(215, 255, 69, 0.19), transparent 34rem),
    linear-gradient(135deg, #03060b 0%, #0a111c 56%, #050805 100%) !important;
  background-size: 58px 58px, 58px 58px, auto, auto, auto !important;
  border: 1px solid rgba(215, 255, 69, 0.22) !important;
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.22) !important;
}

.target-page .target-qualify h2,
.target-page .target-diagnosis h2,
.target-page .target-fit h2,
.target-page .target-ai-avatar h2,
.target-page .target-faq h2,
.target-page .target-qualify :is(h3, strong),
.target-page .target-diagnosis :is(h3, strong),
.target-page .target-fit :is(h3, strong),
.target-page .target-ai-avatar :is(h3, strong),
.target-page .target-faq :is(h3, strong) {
  color: #07101e !important;
}

.target-page .target-qualify :is(p, li),
.target-page .target-diagnosis :is(p, li),
.target-page .target-fit :is(p, li),
.target-page .target-ai-avatar .target-ai-copy p,
.target-page .target-faq :is(p, li) {
  color: rgba(7, 16, 30, 0.68) !important;
}

.target-page .target-qualify .target-kicker,
.target-page .target-diagnosis .target-kicker,
.target-page .target-fit .target-kicker,
.target-page .target-ai-avatar .target-kicker,
.target-page .target-faq .target-kicker {
  color: #4d73ff !important;
}

.target-page .target-proof h2,
.target-page .target-systems h2,
.target-page .target-case-vault h2,
.target-page .target-testimonials h2,
.target-page .target-final h2,
.target-page .target-proof :is(h3, strong),
.target-page .target-systems :is(h3, strong),
.target-page .target-case-vault :is(h3, strong),
.target-page .target-testimonials :is(h3, strong),
.target-page .target-final :is(h3, strong) {
  color: #ffffff !important;
}

.target-page .target-proof :is(p, li),
.target-page .target-systems :is(p, li),
.target-page .target-case-vault :is(p, li),
.target-page .target-testimonials :is(p, li),
.target-page .target-final :is(p, li) {
  color: rgba(255, 255, 255, 0.72) !important;
}

.target-page .target-proof .target-kicker,
.target-page .target-systems .target-kicker,
.target-page .target-case-vault .target-kicker,
.target-page .target-testimonials .target-kicker,
.target-page .target-final .target-kicker {
  color: #d7ff45 !important;
}

.target-page .target-diagnosis-list article,
.target-page .target-fit-card,
.target-page .target-faq details {
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(7, 16, 30, 0.1) !important;
}

.target-page .target-proof-grid article,
.target-page .target-system-grid article {
  background: rgba(255, 255, 255, 0.085) !important;
  border-color: rgba(215, 255, 69, 0.2) !important;
}

.target-page .target-ai-avatar {
  display: grid !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(18rem, 1fr) minmax(13rem, 0.5fr) !important;
  align-items: center !important;
}

.target-page .target-ai-profile,
.target-page .target-ai-phone,
.target-page .target-ai-platforms {
  background:
    radial-gradient(circle at 82% 0%, rgba(215, 255, 69, 0.16), transparent 40%),
    linear-gradient(145deg, rgba(8, 14, 24, 0.97), rgba(3, 8, 15, 0.99)) !important;
  border-color: rgba(215, 255, 69, 0.34) !important;
  color: #ffffff !important;
}

.target-page .target-ai-profile *,
.target-page .target-ai-phone *,
.target-page .target-ai-platforms * {
  color: inherit;
}

.target-page .target-mid-cta {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(7, 16, 30, 0.1) !important;
  box-shadow: 0 20px 55px rgba(10, 20, 38, 0.1) !important;
}

@media (max-width: 900px) {
  .target-page .target-ai-avatar {
    grid-template-columns: 1fr !important;
  }

  .target-page .target-ai-flow {
    display: none !important;
  }
}

@media (max-width: 760px) {
  html,
  body,
  .target-page {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .target-page main {
    gap: 0.75rem !important;
  }

  .target-page .target-header,
  .target-page .target-hero,
  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final,
  .target-page .target-footer {
    width: min(calc(100% - 1rem), 30rem) !important;
    margin-inline: auto !important;
  }

  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final {
    padding: clamp(0.95rem, 4vw, 1.15rem) !important;
    border-radius: 1.2rem !important;
    margin-block: 0 !important;
  }

  .target-page .target-qualify h2,
  .target-page .target-diagnosis h2,
  .target-page .target-fit h2,
  .target-page .target-ai-avatar h2,
  .target-page .target-faq h2,
  .target-page .target-proof h2,
  .target-page .target-systems h2,
  .target-page .target-testimonials h2,
  .target-page .target-final h2 {
    max-width: 100% !important;
    font-size: clamp(2.05rem, 10vw, 3rem) !important;
    line-height: 0.94 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .target-page .target-case-vault-head h2 {
    font-size: clamp(2.25rem, 11vw, 3.25rem) !important;
    line-height: 0.92 !important;
  }

  .target-page .target-proof-grid,
  .target-page .target-system-grid,
  .target-page .target-diagnosis-list,
  .target-page .target-fit-grid,
  .target-page .target-faq-grid {
    grid-template-columns: 1fr !important;
    gap: 0.55rem !important;
  }

  .target-page .target-proof-grid article,
  .target-page .target-system-grid article,
  .target-page .target-diagnosis-list article,
  .target-page .target-fit-card,
  .target-page .target-faq details {
    min-width: 0 !important;
    padding: 0.85rem !important;
  }

  .target-page .target-proof-grid article strong {
    font-size: clamp(2.35rem, 15vw, 3.35rem) !important;
  }

  .target-page .target-qualify-points,
  .target-page .target-proof-strip {
    grid-template-columns: 1fr !important;
    gap: 0.45rem !important;
  }

  .target-page .target-ai-platforms,
  .target-page .target-ai-profile,
  .target-page .target-ai-phone {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.target-testimonials .target-scroll-hint {
  color: rgba(215, 255, 69, 0.86);
  text-shadow: 0 0 18px rgba(215, 255, 69, 0.22);
}

/* 20260720 rhythm pass: alternate proof, explanation, system, AI, and social proof scenes. */
.target-proof,
.target-systems {
  width: min(94vw, 1320px);
  overflow: hidden;
  padding: clamp(1.45rem, 2.7vw, 2.35rem);
  border: 1px solid rgba(215, 255, 69, 0.18);
  border-radius: clamp(1.25rem, 2.5vw, 2rem);
  color: #fff;
  background:
    linear-gradient(rgba(215, 255, 69, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(68, 108, 255, 0.2), transparent 22rem),
    radial-gradient(circle at 82% 18%, rgba(215, 255, 69, 0.18), transparent 26rem),
    linear-gradient(135deg, #05080d 0%, #07111f 48%, #05080d 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  box-shadow: 0 30px 90px rgba(7, 17, 31, 0.22);
}

.target-proof {
  margin-top: clamp(1.2rem, 3vw, 2.2rem);
}

.target-proof .target-section-head,
.target-systems .target-section-head {
  align-items: flex-start;
  text-align: left;
}

.target-proof .target-kicker,
.target-systems .target-kicker {
  color: #d7ff45;
}

.target-proof h2,
.target-systems h2 {
  color: #fff;
  text-wrap: balance;
}

.target-proof h2::first-line,
.target-systems h2::first-line {
  color: #d7ff45;
}

.target-proof-grid article,
.target-system-grid article {
  border-color: rgba(215, 255, 69, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 22px 50px rgba(0, 0, 0, 0.18);
}

.target-proof-grid strong,
.target-system-grid h3 {
  color: #fff;
}

.target-proof-grid span,
.target-system-grid p {
  color: rgba(255, 255, 255, 0.66);
}

.target-system-grid article > span {
  color: #d7ff45;
}

.target-proof-grid article:last-child {
  border-color: rgba(215, 255, 69, 0.5);
  background:
    radial-gradient(circle at 84% 16%, rgba(215, 255, 69, 0.22), transparent 9rem),
    rgba(7, 17, 31, 0.88);
}

.target-proof-strip span,
.target-platform-track span {
  border-color: rgba(215, 255, 69, 0.26);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.18);
}

.target-diagnosis,
.target-fit,
.target-faq {
  border-radius: clamp(1.25rem, 2.2vw, 1.8rem);
}

.target-ai-avatar {
  width: min(94vw, 1360px);
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 8%, rgba(215, 255, 69, 0.34), transparent 25rem),
    radial-gradient(circle at 12% 18%, rgba(68, 108, 255, 0.13), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 255, 0.98));
  border-color: rgba(7, 17, 31, 0.08);
  box-shadow: 0 32px 90px rgba(45, 75, 112, 0.16);
}

.target-ai-avatar::before {
  opacity: 0.35;
  background:
    linear-gradient(rgba(7, 17, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 31, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
}

.target-ai-copy h2 {
  color: var(--ink);
}

.target-ai-copy h2 span {
  color: #b8f930;
  text-shadow: 0 12px 34px rgba(184, 249, 48, 0.22);
}

.target-ai-copy p {
  color: rgba(7, 17, 31, 0.68);
}

.target-ai-copy .target-kicker {
  border-color: rgba(7, 17, 31, 0.12);
  color: #6c8f00;
  background: rgba(255, 255, 255, 0.74);
}

.target-ai-actions span,
.target-ai-platforms,
.target-ai-stat {
  border-color: rgba(7, 17, 31, 0.1);
  color: rgba(7, 17, 31, 0.78);
  background: rgba(255, 255, 255, 0.72);
}

.target-ai-platforms strong {
  color: #6c8f00;
}

.target-ai-platforms span {
  color: rgba(7, 17, 31, 0.7);
}

.target-ai-profile,
.target-ai-phone {
  border-color: rgba(215, 255, 69, 0.28);
  background:
    linear-gradient(rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(4, 8, 13, 0.94), rgba(11, 18, 29, 0.96));
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: 0 28px 70px rgba(7, 17, 31, 0.24);
}

.target-ai-stats li,
.target-ai-profile-meta,
.target-ai-grid-card {
  border-color: rgba(215, 255, 69, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

.target-ai-copy + .target-ai-profile,
.target-ai-phone,
.target-ai-side-stats {
  position: relative;
  z-index: 2;
}

.target-ai-flow-path {
  border-color: rgba(109, 145, 0, 0.42);
}

.target-ai-flow-path::before,
.target-ai-flow-path::after,
.target-ai-flow-dot {
  background: #d7ff45;
  box-shadow: 0 0 24px rgba(215, 255, 69, 0.32);
}

.target-testimonials {
  margin-top: clamp(1.4rem, 3vw, 2.2rem);
}

.target-mid-cta,
.target-faq {
  width: min(92vw, 1180px);
}

@media (max-width: 900px) {
  .target-proof,
  .target-systems,
  .target-ai-avatar {
    padding: clamp(1rem, 5vw, 1.35rem);
    border-radius: 1.35rem;
  }

  .target-proof .target-section-head,
  .target-systems .target-section-head {
    text-align: left;
  }

  .target-proof h2,
  .target-systems h2,
  .target-ai-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
    line-height: 0.9;
  }

  .target-proof-grid,
  .target-system-grid {
    gap: 0.6rem;
  }

  .target-proof-grid article,
  .target-system-grid article {
    min-height: auto;
  }
}

/* Final mobile navigation pass: one sticky CTA, no floating duplicate, no off-screen fixed button. */
@media (max-width: 760px) {
  .target-page .target-header {
    position: sticky !important;
    top: calc(0.5rem + env(safe-area-inset-top)) !important;
    z-index: 120 !important;
    display: flex !important;
    width: calc(100vw - 1rem) !important;
    min-height: 3.35rem !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
    padding: 0.36rem !important;
    gap: 0.45rem !important;
    border-radius: 999px !important;
  }

  .target-page .target-brand {
    min-width: 0 !important;
    width: 2.65rem !important;
    flex: 0 0 2.65rem !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .target-page .target-brand > span:last-child,
  .target-page .target-nav,
  .target-page .target-lang-toggle,
  .target-page .target-mobile-sticky-cta {
    display: none !important;
  }

  .target-page .target-logo {
    width: 2.65rem !important;
    height: 2.65rem !important;
  }

  .target-page .target-header-cta {
    position: static !important;
    inset: auto !important;
    z-index: 2 !important;
    display: inline-flex !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 2.52rem !important;
    margin: 0 !important;
    padding: 0 0.85rem !important;
    border-radius: 999px !important;
    color: #07111f !important;
    background: #d7ff45 !important;
    font-size: 0 !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 0 18px 42px rgba(215, 255, 69, 0.22) !important;
  }

  .target-page .target-header-cta::after {
    content: "Qualify" !important;
    font-size: 0.8rem !important;
  }

  .target-page .target-viral-hero {
    margin-top: 0.9rem !important;
  }
}

/* 20260720 live mobile QA: keep headline, cards, and section rhythm inside the viewport. */
@media (max-width: 760px) {
  .target-page {
    overflow-x: hidden !important;
  }

  .target-page .target-section,
  .target-page .target-hero,
  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-faq,
  .target-page .target-final {
    width: calc(100vw - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
  }

  .target-page .target-hero-copy,
  .target-page .target-qualify-copy,
  .target-page .target-section-head,
  .target-page .target-ai-copy,
  .target-page .target-testimonial-head,
  .target-page .target-case-vault-head {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .target-page .target-viral-hero {
    min-height: auto !important;
    padding: clamp(2.4rem, 12vw, 3.8rem) 1rem 1.25rem !important;
    overflow: hidden !important;
  }

  .target-page .target-viral-hero h1,
  .target-page .target-hero h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(3.25rem, 16vw, 4.75rem) !important;
    line-height: 0.92 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-wrap: balance !important;
  }

  .target-page .target-viral-hero h1 span,
  .target-page .target-viral-hero h1 em {
    max-width: 100% !important;
    white-space: normal !important;
  }

  .target-page .target-viral-hero .target-hero-text,
  .target-page .target-hero-text,
  .target-page .target-qualify-copy p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(0.98rem, 4.1vw, 1.08rem) !important;
    line-height: 1.42 !important;
    overflow-wrap: anywhere !important;
  }

  .target-page .target-viral-hero .target-hero-actions,
  .target-page .target-hero-actions,
  .target-page .target-viral-trust,
  .target-page .target-qualify-points {
    width: 100% !important;
    max-width: 100% !important;
  }

  .target-page .target-qualify {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    padding: 1.05rem !important;
  }

  .target-page .target-qualify-copy h2,
  .target-page .target-section h2,
  .target-page .target-case-vault-head h2,
  .target-page .target-testimonial-head h2,
  .target-page .target-final h2 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(2.25rem, 10.8vw, 3.35rem) !important;
    line-height: 0.94 !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance !important;
  }

  .target-page .target-form,
  .target-page .target-proof-grid article,
  .target-page .target-system-grid article,
  .target-page .target-diagnosis-list article,
  .target-page .target-fit-card,
  .target-page .target-faq details {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .target-page .target-case-rail {
    max-width: 100% !important;
    overflow-x: auto !important;
  }

  .target-page .target-case-poster img,
  .target-page .target-ai-video,
  .target-page .target-ai-profile {
    max-width: 100% !important;
  }
}

/* 20260720 flow polish: stronger dark/light rhythm and mobile-first QA. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.target-page {
  overflow-x: clip;
  background:
    radial-gradient(circle at 16% 4%, rgba(215, 255, 69, 0.08), transparent 28rem),
    radial-gradient(circle at 82% 24%, rgba(68, 108, 255, 0.08), transparent 30rem),
    #f4f7fb;
}

.target-page main {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.65rem);
}

.target-page .target-hero,
.target-page .target-qualify,
.target-page .target-proof,
.target-page .target-diagnosis,
.target-page .target-systems,
.target-page .target-fit,
.target-page .target-case-vault,
.target-page .target-ai-avatar,
.target-page .target-testimonials,
.target-page .target-mid-cta,
.target-page .target-faq,
.target-page .target-final {
  margin-top: 0;
  margin-bottom: 0;
}

.target-page .target-proof,
.target-page .target-systems,
.target-page .target-case-vault,
.target-page .target-testimonials,
.target-page .target-final {
  color: #ffffff;
  border: 1px solid rgba(215, 255, 69, 0.2);
  background:
    linear-gradient(rgba(215, 255, 69, 0.046) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.046) 1px, transparent 1px),
    radial-gradient(circle at 16% 18%, rgba(68, 108, 255, 0.18), transparent 23rem),
    radial-gradient(circle at 84% 10%, rgba(215, 255, 69, 0.18), transparent 25rem),
    linear-gradient(135deg, #05080d 0%, #07111f 54%, #04070c 100%) !important;
  background-size: 44px 44px, 44px 44px, auto, auto, auto !important;
  box-shadow: 0 32px 90px rgba(7, 17, 31, 0.24);
}

.target-page .target-proof .target-section-head,
.target-page .target-systems .target-section-head,
.target-page .target-testimonial-head,
.target-page .target-final {
  color: #ffffff;
}

.target-page .target-proof h2,
.target-page .target-systems h2,
.target-page .target-testimonial-head h2,
.target-page .target-case-vault-head h2,
.target-page .target-final h2 {
  color: #ffffff;
}

.target-page .target-proof .target-kicker,
.target-page .target-systems .target-kicker,
.target-page .target-testimonials .target-kicker,
.target-page .target-case-vault .target-kicker,
.target-page .target-final .target-kicker {
  color: #d7ff45;
}

.target-page .target-proof-grid article,
.target-page .target-system-grid article,
.target-page .target-testimonial-card,
.target-page .target-faq details {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.14);
}

.target-page .target-proof-grid strong,
.target-page .target-system-grid h3,
.target-page .target-testimonial-card h3 {
  color: #ffffff;
}

.target-page .target-proof-grid span,
.target-page .target-system-grid p,
.target-page .target-testimonial-head p,
.target-page .target-testimonial-card p,
.target-page .target-testimonial-card blockquote,
.target-page .target-final p {
  color: rgba(255, 255, 255, 0.72);
}

.target-page .target-diagnosis,
.target-page .target-fit,
.target-page .target-ai-avatar,
.target-page .target-mid-cta,
.target-page .target-faq {
  color: #07111f;
  border: 1px solid rgba(7, 17, 31, 0.08);
  background:
    radial-gradient(circle at 82% 12%, rgba(215, 255, 69, 0.24), transparent 23rem),
    radial-gradient(circle at 10% 20%, rgba(68, 108, 255, 0.1), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.98)) !important;
  box-shadow: 0 26px 78px rgba(45, 75, 112, 0.14);
}

.target-page .target-diagnosis h2,
.target-page .target-fit h2,
.target-page .target-ai-copy h2,
.target-page .target-faq h2,
.target-page .target-mid-cta strong {
  color: #07111f;
}

.target-page .target-diagnosis-list article,
.target-page .target-fit-card,
.target-page .target-faq details {
  color: #07111f;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(7, 17, 31, 0.08);
}

.target-page .target-diagnosis-list p,
.target-page .target-fit p,
.target-page .target-ai-copy p,
.target-page .target-faq p,
.target-page .target-mid-cta span {
  color: rgba(7, 17, 31, 0.68);
}

.target-page .target-ai-avatar {
  isolation: isolate;
  overflow: hidden;
}

.target-page .target-ai-avatar::before {
  opacity: 0.75;
}

.target-page .target-ai-profile,
.target-page .target-ai-phone,
.target-page .target-ai-platforms {
  color: #ffffff;
  border-color: rgba(215, 255, 69, 0.2);
  background:
    linear-gradient(rgba(215, 255, 69, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.048) 1px, transparent 1px),
    linear-gradient(145deg, rgba(4, 8, 13, 0.94), rgba(11, 18, 29, 0.96));
  background-size: 36px 36px, 36px 36px, auto;
}

.target-page .target-ai-profile span,
.target-page .target-ai-profile small,
.target-page .target-ai-side-stats span {
  color: rgba(255, 255, 255, 0.78);
}

.target-page .target-mid-cta {
  align-items: center;
}

@media (max-width: 760px) {
  html,
  body,
  .target-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .target-page main {
    gap: 0.95rem;
  }

  .target-page .target-header {
    width: min(calc(100% - 1rem), 30rem) !important;
    max-width: calc(100% - 1rem) !important;
    left: auto !important;
    right: auto !important;
  }

  .target-page .target-section,
  .target-page .target-hero,
  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final {
    width: min(calc(100% - 1rem), 30rem) !important;
    max-width: calc(100% - 1rem) !important;
    margin-inline: auto !important;
    padding-left: clamp(0.9rem, 4vw, 1.1rem) !important;
    padding-right: clamp(0.9rem, 4vw, 1.1rem) !important;
    box-sizing: border-box !important;
  }

  .target-page .target-viral-hero {
    min-height: auto !important;
    padding-top: clamp(2.2rem, 11vw, 3.2rem) !important;
    padding-bottom: 1.15rem !important;
    border-radius: 1.35rem !important;
  }

  .target-page .target-viral-hero h1,
  .target-page .target-hero h1 {
    max-width: 100% !important;
    font-size: clamp(2.95rem, 14vw, 4.15rem) !important;
    line-height: 0.9 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance !important;
  }

  .target-page .target-viral-hero h1 span {
    display: block !important;
    white-space: nowrap !important;
  }

  .target-page .target-viral-hero h1 em {
    display: block !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    font-size: 0.63em !important;
    line-height: 0.98 !important;
  }

  .target-page .target-qualify-copy h2,
  .target-page .target-section h2,
  .target-page .target-case-vault-head h2,
  .target-page .target-testimonial-head h2,
  .target-page .target-final h2 {
    font-size: clamp(2rem, 9.3vw, 2.9rem) !important;
    line-height: 0.95 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance !important;
  }

  .target-page .target-qualify,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-ai-avatar,
  .target-page .target-faq {
    border-radius: 1.35rem !important;
  }

  .target-page .target-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .target-page .target-diagnosis-list,
  .target-page .target-system-grid,
  .target-page .target-faq-grid {
    grid-template-columns: 1fr !important;
  }

  .target-page .target-proof-grid article,
  .target-page .target-diagnosis-list article,
  .target-page .target-system-grid article,
  .target-page .target-faq details {
    min-width: 0 !important;
  }

  .target-page .target-mid-cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
    text-align: left !important;
  }

  .target-page .target-mid-cta .target-button {
    width: 100% !important;
  }
}

@media (max-width: 390px) {
  .target-page .target-viral-hero h1,
  .target-page .target-hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.55rem) !important;
  }

  .target-page .target-proof-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 20260720 final rhythm pass: keep the sales story alternating and remove mobile overflow. */
.target-page .target-viral-hero {
  color: #ffffff !important;
  border: 1px solid rgba(215, 255, 69, 0.18) !important;
  background:
    linear-gradient(rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 20% 42%, rgba(65, 95, 255, 0.28), transparent 28rem),
    radial-gradient(circle at 78% 44%, rgba(215, 255, 69, 0.28), transparent 28rem),
    linear-gradient(135deg, #04060a 0%, #091221 48%, #050805 100%) !important;
  background-size: 54px 54px, 54px 54px, auto, auto, auto !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 36px 110px rgba(5, 8, 12, 0.3) !important;
}

.target-page .target-viral-hero h1,
.target-page .target-viral-hero .target-hero-text,
.target-page .target-viral-trust span {
  color: #ffffff !important;
  opacity: 1 !important;
}

.target-page .target-viral-hero h1 i {
  color: #d7ff45 !important;
}

.target-page .target-viral-hero .target-hero-text {
  color: rgba(255, 255, 255, 0.82) !important;
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.35);
}

.target-page .target-viral-trust span {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(215, 255, 69, 0.24) !important;
}

.target-page .target-qualify {
  margin-top: 1rem !important;
}

.target-page .target-proof {
  margin-top: 0.5rem !important;
}

.target-page .target-diagnosis {
  margin-top: 0.5rem !important;
}

.target-page .target-systems {
  margin-top: 0.5rem !important;
}

.target-page .target-fit {
  margin-top: 0.5rem !important;
}

.target-page .target-case-vault {
  margin-top: 0.6rem !important;
}

.target-page .target-ai-avatar {
  margin-top: 0.6rem !important;
}

.target-page .target-testimonials {
  margin-top: 0.6rem !important;
}

.target-page .target-mid-cta,
.target-page .target-faq {
  margin-top: 0.55rem !important;
}

.target-page .target-final {
  margin-top: 0.6rem !important;
}

@media (max-width: 760px) {
  .target-page .target-header {
    display: grid !important;
    grid-template-columns: 2.4rem minmax(0, 1fr) !important;
    gap: 0.5rem !important;
    align-items: center !important;
    padding: 0.45rem !important;
    border-radius: 999px !important;
  }

  .target-page .target-brand {
    min-width: 0 !important;
  }

  .target-page .target-brand > span:last-child,
  .target-page .target-nav,
  .target-page .target-lang-toggle {
    display: none !important;
  }

  .target-page .target-header-cta {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 0.75rem !important;
    text-align: center !important;
    font-size: 0.92rem !important;
  }

  .target-page .target-mobile-sticky-cta {
    display: none !important;
  }

  .target-page .target-hero-copy,
  .target-page .target-qualify-copy,
  .target-page .target-section-head,
  .target-page .target-case-vault-head,
  .target-page .target-testimonial-head,
  .target-page .target-final {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
  }

  .target-page .target-viral-hero h1,
  .target-page .target-hero h1 {
    font-size: clamp(2.45rem, 11.8vw, 3.25rem) !important;
    line-height: 0.94 !important;
  }

  .target-page .target-viral-hero h1 span {
    white-space: nowrap !important;
  }

  .target-page .target-viral-hero h1 em {
    font-size: clamp(1.85rem, 9.1vw, 2.35rem) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .target-page .target-viral-hero .target-hero-text,
  .target-page .target-hero-text,
  .target-page .target-qualify-copy p,
  .target-page .target-section p {
    max-width: 100% !important;
    font-size: 0.98rem !important;
    line-height: 1.38 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .target-page .target-hero-actions {
    width: 100% !important;
  }

  .target-page .target-hero-actions .target-button,
  .target-page .target-qualify .target-button {
    width: 100% !important;
  }

  .target-page .target-trust-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.55rem !important;
  }

  .target-page .target-qualify {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .target-page .target-qualify-points {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .target-page .target-proof {
    padding-top: 1.5rem !important;
  }

  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-case-vault {
    overflow: hidden !important;
  }
}

/* 20260720 mobile QA pass: remove CTA duplication, stop text clipping, and keep sections alternating cleanly. */
.target-page {
  isolation: isolate;
}

.target-page .target-qualify,
.target-page .target-diagnosis,
.target-page .target-fit,
.target-page .target-ai-avatar,
.target-page .target-mid-cta,
.target-page .target-faq {
  background:
    radial-gradient(circle at 84% 8%, rgba(215, 255, 69, 0.18), transparent 18rem),
    radial-gradient(circle at 4% 22%, rgba(68, 108, 255, 0.11), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.94)) !important;
}

.target-page .target-proof,
.target-page .target-systems,
.target-page .target-case-vault,
.target-page .target-testimonials,
.target-page .target-final {
  background:
    linear-gradient(rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 16% 12%, rgba(67, 104, 255, 0.19), transparent 22rem),
    radial-gradient(circle at 78% 18%, rgba(215, 255, 69, 0.14), transparent 24rem),
    linear-gradient(135deg, #04070d 0%, #0a111b 56%, #060904 100%) !important;
  background-size: 54px 54px, 54px 54px, auto, auto, auto !important;
}

@media (max-width: 760px) {
  html,
  body,
  .target-page {
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  .target-page .target-header {
    position: sticky !important;
    top: 0.55rem !important;
    z-index: 80 !important;
    width: calc(100% - 1rem) !important;
    min-height: 3.25rem !important;
    overflow: hidden !important;
  }

  .target-page .target-header-cta {
    position: static !important;
    justify-self: stretch !important;
    width: 100% !important;
    min-height: 2.35rem !important;
    padding: 0 0.72rem !important;
    color: #101310 !important;
    background: #d7ff45 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    white-space: nowrap !important;
  }

  .target-page .target-header-cta::after {
    content: "Qualify" !important;
    display: inline !important;
    font-size: 0.78rem !important;
    font-weight: 950 !important;
  }

  .target-page .target-header-cta::before {
    content: none !important;
  }

  .target-page .target-mobile-sticky-cta {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .target-page main {
    overflow: hidden !important;
  }

  .target-page .target-header,
  .target-page .target-hero,
  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final,
  .target-page .target-footer {
    width: min(calc(100% - 1rem), 30rem) !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
  }

  .target-page .target-viral-hero {
    min-height: auto !important;
    padding: 4.6rem 1rem 1.15rem !important;
    overflow: hidden !important;
  }

  .target-page .target-viral-hero .target-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .target-page .target-viral-hero h1,
  .target-page .target-hero h1 {
    max-width: 100% !important;
    font-size: clamp(2.35rem, 10.9vw, 3.1rem) !important;
    line-height: 0.96 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
  }

  .target-page .target-viral-hero h1 span {
    white-space: nowrap !important;
  }

  .target-page .target-viral-hero h1 em {
    display: block !important;
    max-width: 100% !important;
    font-size: clamp(1.55rem, 7.7vw, 2.05rem) !important;
    white-space: nowrap !important;
  }

  .target-page .target-viral-hero .target-hero-text {
    max-width: 28rem !important;
    margin-inline: auto !important;
    overflow-wrap: normal !important;
  }

  .target-page .target-qualify,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final {
    padding: 1.15rem !important;
    border-radius: 1.35rem !important;
  }

  .target-page .target-proof,
  .target-page .target-case-vault {
    padding: 1.15rem !important;
    border-radius: 1.35rem !important;
  }

  .target-page .target-section-head,
  .target-page .target-case-vault-head,
  .target-page .target-testimonial-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .target-page .target-section-head h2,
  .target-page .target-proof h2,
  .target-page .target-systems h2,
  .target-page .target-fit h2,
  .target-page .target-case-vault-head h2,
  .target-page .target-testimonial-head h2,
  .target-page .target-final h2 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1.9rem, 8.2vw, 2.35rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
    overflow-wrap: normal !important;
  }

  .target-page .target-proof-grid,
  .target-page .target-system-grid,
  .target-page .target-fit-grid,
  .target-page .target-diagnosis-list,
  .target-page .target-faq-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.7rem !important;
    width: 100% !important;
  }

  .target-page .target-proof-grid article,
  .target-page .target-system-grid article,
  .target-page .target-fit-card,
  .target-page .target-diagnosis-list article,
  .target-page .target-faq details {
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .target-page .target-proof-grid strong {
    font-size: clamp(2rem, 14vw, 3rem) !important;
  }

  .target-page .target-proof-strip,
  .target-page .target-platform-rail {
    max-width: 100% !important;
    overflow: hidden !important;
  }
}

@media (max-width: 430px) {
  .target-page .target-viral-hero h1,
  .target-page .target-hero h1 {
    font-size: clamp(2.2rem, 10.2vw, 2.85rem) !important;
  }

  .target-page .target-viral-hero h1 em {
    font-size: clamp(1.42rem, 7.15vw, 1.84rem) !important;
  }

  .target-page .target-viral-hero .target-hero-text,
  .target-page .target-qualify-copy p,
  .target-page .target-section p {
    font-size: 0.94rem !important;
    line-height: 1.36 !important;
  }

  .target-page .target-section-head h2,
  .target-page .target-proof h2,
  .target-page .target-systems h2,
  .target-page .target-fit h2,
  .target-page .target-case-vault-head h2,
  .target-page .target-testimonial-head h2,
  .target-page .target-final h2 {
    font-size: clamp(1.78rem, 7.9vw, 2.16rem) !important;
  }
}

/* 20260720 rhythm audit: sales order stays intact, visual pacing alternates. */
.target-page main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.75rem, 1.1vw, 1.05rem);
}

.target-page .target-header,
.target-page .target-hero,
.target-page .target-qualify,
.target-page .target-proof,
.target-page .target-diagnosis,
.target-page .target-systems,
.target-page .target-fit,
.target-page .target-case-vault,
.target-page .target-ai-avatar,
.target-page .target-testimonials,
.target-page .target-mid-cta,
.target-page .target-faq,
.target-page .target-final,
.target-page .target-footer {
  width: min(100% - 3rem, 1160px) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

.target-page .target-footer {
  flex-wrap: wrap;
  row-gap: 0.75rem;
}

.target-page .target-footer-legal {
  flex: 0 0 100%;
  margin: 0;
  color: rgba(7, 17, 31, 0.48);
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.45;
}

.target-page .target-qualify,
.target-page .target-diagnosis,
.target-page .target-fit,
.target-page .target-ai-avatar,
.target-page .target-mid-cta,
.target-page .target-faq {
  color: #07101e !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(215, 255, 69, 0.18), transparent 24rem),
    radial-gradient(circle at 10% 18%, rgba(68, 108, 255, 0.12), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #f7faff 52%, #edf5ff 100%) !important;
  border: 1px solid rgba(7, 16, 30, 0.09) !important;
  box-shadow: 0 28px 76px rgba(15, 23, 42, 0.08) !important;
}

.target-page .target-proof,
.target-page .target-systems,
.target-page .target-case-vault,
.target-page .target-testimonials,
.target-page .target-final {
  color: #ffffff !important;
  background:
    linear-gradient(rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 255, 69, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(63, 93, 203, 0.25), transparent 31rem),
    radial-gradient(circle at 82% 12%, rgba(215, 255, 69, 0.17), transparent 32rem),
    linear-gradient(135deg, #04070d 0%, #0a111b 56%, #050805 100%) !important;
  background-size: 56px 56px, 56px 56px, auto, auto, auto !important;
  border: 1px solid rgba(215, 255, 69, 0.2) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2) !important;
}

.target-page .target-proof h2,
.target-page .target-systems h2,
.target-page .target-case-vault h2,
.target-page .target-testimonials h2,
.target-page .target-final h2,
.target-page .target-proof .target-kicker,
.target-page .target-systems .target-kicker,
.target-page .target-case-vault .target-kicker,
.target-page .target-testimonials .target-kicker,
.target-page .target-final .target-kicker {
  color: #ffffff !important;
}

.target-page .target-proof p,
.target-page .target-systems p,
.target-page .target-case-vault p,
.target-page .target-testimonials p,
.target-page .target-final p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.target-page .target-proof-grid article,
.target-page .target-system-grid article {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(215, 255, 69, 0.2) !important;
  color: #ffffff !important;
}

.target-page .target-proof-grid article strong,
.target-page .target-system-grid article strong {
  color: #ffffff !important;
}

.target-page .target-proof-grid article span,
.target-page .target-system-grid article p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.target-page .target-ai-avatar {
  position: relative !important;
  overflow: hidden !important;
  color: #07101e !important;
}

.target-page .target-ai-avatar::before {
  opacity: 0.12 !important;
  mix-blend-mode: multiply !important;
}

.target-page .target-ai-copy,
.target-page .target-ai-copy h2,
.target-page .target-ai-copy p {
  color: #07101e !important;
}

.target-page .target-ai-copy h2 span {
  color: #8bdc00 !important;
  text-shadow: 0 0 22px rgba(215, 255, 69, 0.26) !important;
}

.target-page .target-ai-actions span {
  color: #07101e !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: rgba(7, 16, 30, 0.14) !important;
}

.target-page .target-ai-platforms,
.target-page .target-ai-profile,
.target-page .target-ai-phone {
  color: #ffffff !important;
  background:
    radial-gradient(circle at 82% 0%, rgba(215, 255, 69, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(8, 14, 24, 0.96), rgba(3, 8, 15, 0.98)) !important;
  border-color: rgba(215, 255, 69, 0.34) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24) !important;
}

.target-page .target-ai-platforms *,
.target-page .target-ai-profile *,
.target-page .target-ai-phone * {
  color: inherit;
}

.target-page .target-ai-side-stats span {
  background: rgba(215, 255, 69, 0.08) !important;
  border-color: rgba(215, 255, 69, 0.28) !important;
  color: #ffffff !important;
}

.target-page .target-ai-flow {
  opacity: 0.34 !important;
  pointer-events: none !important;
}

.target-page .target-mid-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr) auto !important;
  align-items: center !important;
}

@media (max-width: 760px) {
  html,
  body,
  .target-page {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .target-page main {
    gap: 0.65rem !important;
  }

  .target-page .target-header,
  .target-page .target-hero,
  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final,
  .target-page .target-footer {
    width: min(calc(100% - 1rem), 30rem) !important;
    margin-inline: auto !important;
  }

  .target-page .target-qualify,
  .target-page .target-proof,
  .target-page .target-diagnosis,
  .target-page .target-systems,
  .target-page .target-fit,
  .target-page .target-case-vault,
  .target-page .target-ai-avatar,
  .target-page .target-testimonials,
  .target-page .target-mid-cta,
  .target-page .target-faq,
  .target-page .target-final {
    padding: 1rem !important;
    border-radius: 1.25rem !important;
    margin-block: 0 !important;
  }

  .target-page .target-section-head,
  .target-page .target-qualify-copy,
  .target-page .target-ai-copy {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .target-page .target-proof h2,
  .target-page .target-systems h2,
  .target-page .target-case-vault h2,
  .target-page .target-testimonials h2,
  .target-page .target-final h2 {
    max-width: 100% !important;
    font-size: clamp(2.25rem, 11vw, 3.25rem) !important;
    line-height: 0.94 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance !important;
  }

  .target-page .target-qualify h2,
  .target-page .target-diagnosis h2,
  .target-page .target-fit h2,
  .target-page .target-ai-avatar h2,
  .target-page .target-faq h2 {
    max-width: 100% !important;
    font-size: clamp(2.15rem, 10.5vw, 3.1rem) !important;
    line-height: 0.96 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
  }

  .target-page .target-qualify-points {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.45rem !important;
  }

  .target-page .target-qualify-points span {
    min-height: 2.85rem !important;
    color: #ffffff !important;
    background: #06101f !important;
    border-color: rgba(7, 16, 30, 0.12) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .target-page .target-proof-grid,
  .target-page .target-system-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.55rem !important;
  }

  .target-page .target-proof-grid article,
  .target-page .target-system-grid article {
    min-width: 0 !important;
    padding: 0.8rem !important;
  }

  .target-page .target-proof-grid article strong {
    font-size: clamp(2.1rem, 12vw, 3rem) !important;
    line-height: 0.92 !important;
  }

  .target-page .target-proof-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.45rem !important;
  }

  .target-page .target-ai-avatar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.9rem !important;
    min-height: 0 !important;
  }

  .target-page .target-ai-flow {
    display: none !important;
  }

  .target-page .target-ai-profile,
  .target-page .target-ai-phone,
  .target-page .target-ai-platforms {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Mobile density pass: repeated proof should scan like a dashboard, not a
     column of primary buttons. These rules intentionally live at the end of
     the stylesheet so older mobile overrides cannot expand the lists again. */
  .target-page .target-viral-trust,
  .target-page .target-qualify-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.38rem !important;
    width: 100% !important;
    margin-top: 0.75rem !important;
  }

  .target-page .target-viral-trust span,
  .target-page .target-qualify-points span {
    width: auto !important;
    min-width: 0 !important;
    min-height: 2.8rem !important;
    padding: 0.4rem 0.28rem !important;
    border-radius: 12px !important;
    font-size: 0.67rem !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  .target-page .target-proof-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    margin-top: 0.65rem !important;
  }

  .target-page .target-proof-strip span {
    position: relative !important;
    min-width: 0 !important;
    min-height: 3rem !important;
    justify-content: flex-start !important;
    padding: 0.5rem 0.5rem 0.5rem 1.28rem !important;
    border-radius: 13px !important;
    font-size: 0.69rem !important;
    line-height: 1.16 !important;
    text-align: left !important;
  }

  .target-page .target-proof-strip span::before {
    position: absolute !important;
    left: 0.52rem !important;
    width: 0.34rem !important;
    height: 0.34rem !important;
    border-radius: 50% !important;
    background: #d7ff45 !important;
    box-shadow: 0 0 12px rgba(215, 255, 69, 0.5) !important;
    content: "" !important;
  }

  .target-page .target-niche-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    width: 100% !important;
    margin-top: 0.72rem !important;
  }

  .target-page .target-niche-list span {
    width: auto !important;
    min-width: 0 !important;
    min-height: 2.35rem !important;
    padding: 0.4rem 0.28rem !important;
    border-radius: 13px !important;
    font-size: 0.65rem !important;
    line-height: 1.08 !important;
    display: grid !important;
    place-items: center !important;
    text-align: center !important;
  }

  .target-page .target-niche-list span:last-child {
    grid-column: auto !important;
  }

  .target-page .target-case-metrics {
    display: none !important;
  }

  .target-page .target-ai-actions {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
  }

  .target-page .target-ai-actions span {
    min-width: 0 !important;
    min-height: 2.35rem !important;
    justify-content: center !important;
    padding: 0.4rem 0.28rem !important;
    font-size: 0.62rem !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  .target-page .target-ai-actions span:last-child {
    grid-column: auto !important;
  }

  .target-page .target-ai-platforms {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.28rem !important;
    padding: 0.62rem 0.4rem !important;
    border-radius: 15px !important;
  }

  .target-page .target-ai-platforms strong {
    grid-column: 1 / -1 !important;
    margin-bottom: 0.1rem !important;
    font-size: 0.62rem !important;
  }

  .target-page .target-ai-platforms span {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.25rem !important;
    min-width: 0 !important;
    font-size: 0.57rem !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  .target-page .target-ai-platforms img {
    width: 1.85rem !important;
    height: 1.85rem !important;
    border-radius: 8px !important;
  }

  .target-page .target-ai-side-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    margin-top: 0.5rem !important;
  }

  .target-page .target-ai-side-stats span {
    min-width: 0 !important;
    min-height: 2.6rem !important;
    padding: 0.42rem 0.3rem !important;
    border-radius: 13px !important;
    font-size: 0.66rem !important;
    line-height: 1.08 !important;
    text-align: center !important;
  }

  .target-page .target-ai-side-stats strong {
    margin-right: 0.18rem !important;
    font-size: 0.88rem !important;
  }

  .target-page .target-mid-cta {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
    text-align: left !important;
  }

  .target-page .target-mid-cta .target-button {
    width: 100% !important;
  }
}

/* Mobile UX final pass: one-screen lead capture and compact proof hierarchy. */
@media (max-width: 760px) {
  html,
  body,
  .target-page {
    overflow-x: clip !important;
  }

  .target-page main {
    gap: 0.4rem !important;
  }

  .target-page main > section {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  .target-page .target-qualify {
    min-height: 0 !important;
    height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 0.48rem !important;
    padding: 0.68rem !important;
    border-radius: 20px !important;
  }

  .target-page .target-qualify-copy {
    padding: 0 0.12rem !important;
  }

  .target-page .target-qualify-copy .target-kicker {
    margin: 0 0 0.28rem !important;
    font-size: 0.58rem !important;
  }

  .target-page .target-qualify h2 {
    max-width: 13ch !important;
    margin: 0 !important;
    font-size: clamp(1.9rem, 9.4vw, 2.35rem) !important;
    line-height: 0.94 !important;
  }

  .target-page .target-qualify-copy > p:not(.target-kicker),
  .target-page .target-qualify-points {
    display: none !important;
  }

  .target-page .target-form {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0.62rem !important;
    gap: 0.34rem !important;
    border-radius: 16px !important;
  }

  .target-page .target-form-head {
    min-height: 0 !important;
    margin: 0 !important;
    gap: 0.35rem !important;
  }

  .target-page .target-form-head > span,
  .target-page .target-form-head strong {
    font-size: 0.68rem !important;
  }

  .target-page .target-form-head strong {
    min-width: 0 !important;
    padding: 0 !important;
  }

  .target-page .target-form-head small,
  .target-page .target-form-progress,
  .target-page .target-form-note {
    display: none !important;
  }

  .target-page .target-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.34rem !important;
  }

  .target-page .target-mobile-optional {
    display: none !important;
  }

  .target-page .target-form-fields .target-field-link,
  .target-page .target-form-fields .target-field-email,
  .target-page .target-form-fields .target-field-full {
    grid-column: 1 / -1 !important;
  }

  .target-page .target-field {
    gap: 0.15rem !important;
  }

  .target-page .target-field > span {
    gap: 0.25rem !important;
    font-size: 0.57rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-field > span svg {
    width: 0.78rem !important;
    height: 0.78rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select {
    min-height: 2.2rem !important;
    height: 2.2rem !important;
    padding: 0.36rem 0.58rem !important;
    border-radius: 10px !important;
    font-size: 0.68rem !important;
  }

  .target-page .target-form button[type="submit"] {
    min-height: 2.25rem !important;
    height: 2.25rem !important;
    margin-top: 0.03rem !important;
    border-radius: 10px !important;
    font-size: 0.68rem !important;
  }

  .target-page .target-viral-trust {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.32rem !important;
    margin-top: 0.55rem !important;
  }

  .target-page .target-viral-trust span {
    min-height: 2.3rem !important;
    padding: 0.3rem 0.25rem !important;
    border-radius: 10px !important;
    font-size: 0.6rem !important;
  }

  .target-page .target-proof-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.3rem !important;
  }

  .target-page .target-proof-grid article {
    min-height: 4.2rem !important;
    padding: 0.5rem 0.35rem !important;
    border-radius: 12px !important;
  }

  .target-page .target-proof-grid article strong {
    font-size: clamp(1.15rem, 6vw, 1.5rem) !important;
  }

  .target-page .target-proof-grid article span {
    font-size: 0.48rem !important;
    line-height: 1.05 !important;
  }

  .target-page .target-proof-strip,
  .target-page .target-ai-actions,
  .target-page .target-case-metrics {
    display: none !important;
  }

  .target-page .target-diagnosis-list {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 85% !important;
    gap: 0.55rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .target-page .target-diagnosis-list::-webkit-scrollbar,
  .target-page .target-niche-list::-webkit-scrollbar {
    display: none !important;
  }

  .target-page .target-diagnosis-list article {
    min-height: 8rem !important;
    padding: 0.8rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-diagnosis-list article p,
  .target-page .target-system-grid article p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .target-page .target-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.45rem !important;
  }

  .target-page .target-system-grid article {
    min-height: 8.5rem !important;
    padding: 0.72rem !important;
  }

  .target-page .target-niche-list {
    display: flex !important;
    gap: 0.4rem !important;
    margin-top: 0.6rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .target-page .target-niche-list span,
  .target-page .target-niche-list span:last-child {
    flex: 0 0 auto !important;
    grid-column: auto !important;
    width: auto !important;
    min-height: 2rem !important;
    padding: 0.35rem 0.65rem !important;
    border-radius: 999px !important;
    font-size: 0.62rem !important;
    scroll-snap-align: start !important;
  }

  .target-page .target-ai-platforms {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.25rem !important;
    padding: 0.5rem 0.32rem !important;
  }

  .target-page .target-ai-platforms strong {
    display: none !important;
  }

  .target-page .target-ai-platforms span {
    font-size: 0.54rem !important;
  }

  .target-page .target-ai-platforms img {
    width: 1.7rem !important;
    height: 1.7rem !important;
  }

  .target-page .target-ai-side-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.35rem !important;
  }

  .target-page .target-ai-side-stats span {
    min-height: 2.25rem !important;
    padding: 0.3rem !important;
    border-radius: 10px !important;
    font-size: 0.58rem !important;
  }

  .target-page .target-ai-side-stats span:nth-child(n + 3) {
    display: none !important;
  }

  .target-page .target-mid-cta {
    gap: 0.55rem !important;
    padding: 0.75rem !important;
  }

  .target-page .target-mid-cta .target-button {
    min-height: 2.4rem !important;
  }

  .target-page .target-faq-grid details:nth-child(n + 5) {
    display: none !important;
  }
}

@media (max-width: 380px), (max-width: 760px) and (max-height: 760px) {
  .target-page .target-qualify {
    gap: 0.34rem !important;
    padding: 0.52rem !important;
  }

  .target-page .target-qualify-copy .target-kicker {
    display: none !important;
  }

  .target-page .target-qualify h2 {
    max-width: 14ch !important;
    font-size: 1.75rem !important;
  }

  .target-page .target-form {
    padding: 0.5rem !important;
  }

  .target-page .target-field input,
  .target-page .target-field select,
  .target-page .target-form button[type="submit"] {
    min-height: 2.05rem !important;
    height: 2.05rem !important;
  }
}
.target-skip-link {
  position: fixed;
  z-index: 10000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border: 2px solid #ccff23;
  border-radius: 0.75rem;
  background: #07101f;
  color: #fff;
  font-weight: 800;
  transform: translateY(-200%);
  transition: transform 160ms ease;
}

.target-skip-link:focus {
  transform: translateY(0);
}

/* Desktop footer hierarchy. Mobile keeps its existing compact layout. */
@media (min-width: 761px) {
  .target-page .target-footer {
    display: grid !important;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    column-gap: clamp(1.5rem, 3vw, 3.5rem);
    row-gap: 1rem;
    padding-top: 0.25rem !important;
    color: rgba(7, 17, 31, 0.62);
    font-size: 0.8rem;
    font-weight: 500;
  }

  .target-page .target-footer > span {
    color: #07111f;
    font-weight: 700;
    white-space: nowrap;
  }

  .target-page .target-footer > a {
    color: rgba(7, 17, 31, 0.62);
    font-weight: 500;
  }

  .target-page .target-footer > a:last-of-type {
    justify-self: end;
  }

  .target-page .target-footer-legal {
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(7, 17, 31, 0.1);
    color: rgba(7, 17, 31, 0.44);
    font-size: 0.67rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
}
