/* Shared conversion-page layer: loaded after legacy form styles. */

.conversion-body {
  min-height: 100vh;
  background: #07111f;
  color: var(--text);
}

.conversion-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 17, 31, 0.72);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.conversion-header .conversion-nav {
  position: static;
  width: var(--shell);
  height: 78px;
  min-height: 78px;
  max-height: none;
  margin-inline: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.conversion-header .brand img {
  width: 151px;
  height: auto;
  margin: 0;
  transform: none;
}

.conversion-back {
  min-height: 44px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted-bright);
  font-size: 0.79rem;
  font-weight: 650;
  text-decoration: none;
}

.conversion-back:hover {
  color: #fff;
}

.conversion-back svg {
  width: 18px;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.conversion-kicker {
  margin: 0 0 17px;
  color: var(--cyan);
  font: 750 0.67rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.16em;
}

.conversion-kicker i {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px var(--green-soft);
}

.conversion-primary {
  min-height: 54px;
  padding-inline: 24px;
}

/* Technical pilot */

.pilot-page {
  position: relative;
  min-height: 100vh;
  padding: 78px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 28%, rgba(37, 183, 232, 0.13), transparent 29%),
    radial-gradient(circle at 7% 48%, rgba(31, 96, 148, 0.09), transparent 26%),
    linear-gradient(180deg, #071523, #07111f 72%);
}

.conversion-grid-grid {
  position: absolute;
  inset: 0;
  opacity: 0.055;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.pilot-hero {
  position: relative;
  z-index: 2;
  min-height: 650px;
  padding: 92px 0 70px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 83px;
}

.affiliate-banner {
  width: fit-content;
  margin-bottom: 22px;
}

.affiliate-banner span {
  padding: 7px 12px;
  border: 1px solid rgba(74, 222, 161, 0.22);
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 700;
}

.pilot-copy h1,
.sweep-hero h1,
.conversion-heading h2,
.options-heading h2,
.sweep-faq h2,
.sweep-final h2 {
  margin: 0;
  color: var(--text);
  font-weight: 730;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.pilot-copy h1,
.sweep-hero h1 {
  font-size: clamp(3rem, 5vw, 4.45rem);
}

.pilot-lead {
  max-width: 640px;
  margin: 27px 0 31px;
  color: var(--muted-bright);
  font-size: 1.05rem;
  line-height: 1.75;
}

.pilot-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.pilot-actions > span {
  color: #728a9e;
  font-size: 0.69rem;
}

.pilot-trust {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
}

.pilot-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 620;
}

.pilot-trust i {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 800;
}

.pilot-outcome-card {
  overflow: hidden;
  border: 1px solid rgba(90, 176, 214, 0.25);
  border-radius: 17px;
  background: rgba(9, 25, 41, 0.92);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255,255,255,.03);
}

.outcome-topline {
  height: 49px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  background: #0c1a2a;
  font: 700 0.57rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.1em;
}

.outcome-topline > span {
  color: #6c8497;
}

.outcome-topline em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7aa58f;
  font-style: normal;
}

.outcome-topline em i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(74, 222, 161, 0.6);
}

.outcome-list {
  margin: 0;
  padding: 10px 25px;
  list-style: none;
}

.outcome-list li {
  min-height: 112px;
  padding: 23px 0;
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: start;
  gap: 11px;
  border-bottom: 1px solid var(--line);
}

.outcome-list li:last-child {
  border-bottom: 0;
}

.outcome-list > li > span {
  color: var(--cyan);
  font: 700 0.66rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.1em;
}

.outcome-list h2 {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 680;
  letter-spacing: -0.015em;
}

.outcome-list p {
  margin: 0;
  color: #7e94a7;
  font-size: 0.72rem;
  line-height: 1.6;
}

.outcome-footer {
  min-height: 86px;
  padding: 16px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  background: rgba(37, 183, 232, 0.04);
}

.outcome-footer > div {
  display: flex;
  flex-direction: column;
}

.outcome-footer small {
  color: #688095;
  font: 700 0.51rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.11em;
}

.outcome-footer strong {
  color: var(--cyan-bright);
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.outcome-footer strong em {
  color: #748c9f;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.outcome-footer > span {
  color: #748c9f;
  font-size: 0.63rem;
  line-height: 1.5;
  text-align: right;
}

.pilot-process {
  position: relative;
  z-index: 2;
  padding: 31px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pilot-process > div {
  padding: 0 32px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 10px;
  border-right: 1px solid var(--line);
}

.pilot-process > div:first-child {
  padding-left: 0;
}

.pilot-process > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.pilot-process > div > span {
  color: var(--cyan);
  font: 700 0.61rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.09em;
}

.pilot-process p {
  margin: 0;
  color: #71899d;
  font-size: 0.68rem;
  line-height: 1.58;
}

.pilot-process strong {
  margin-bottom: 3px;
  display: block;
  color: var(--muted-bright);
  font-size: 0.75rem;
}

.pilot-support {
  position: relative;
  z-index: 2;
  padding: 27px 0 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #6f879a;
  font-size: 0.69rem;
}

.pilot-support p {
  margin: 0;
}

.pilot-support div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pilot-support a {
  color: var(--muted-bright);
  text-underline-offset: 3px;
}

.pilot-support a:last-child {
  color: var(--cyan-bright);
  text-decoration: none;
}

.conversion-legal {
  padding: 24px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 17px;
  border-top: 1px solid var(--line);
  color: #6f879a;
  font-size: 0.68rem;
}

.conversion-legal a,
.form-privacy-note a {
  color: var(--muted-bright);
  text-underline-offset: 3px;
}

.conversion-legal a:hover,
.form-privacy-note a:hover {
  color: var(--cyan-bright);
}

.form-privacy-note {
  margin: 10px 0 0;
  color: #8196a8;
  font-size: 0.75rem;
  line-height: 1.55;
  text-align: center;
}

/* Compact, in-page lead forms */

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

.accent-text {
  color: var(--cyan-bright);
}

.lead-hero {
  align-items: start;
  grid-template-areas:
    "copy form"
    "expectation form";
  column-gap: 83px;
  row-gap: 30px;
  padding-top: 86px;
}

.lead-hero .pilot-copy {
  grid-area: copy;
  padding-top: 34px;
}

.pilot-expectation {
  grid-area: expectation;
  margin-top: 0;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(7, 20, 33, 0.7);
}

.pilot-expectation h2 {
  margin: 0 0 22px;
  color: var(--text);
  font-size: 1.2rem;
  letter-spacing: -0.025em;
}

.pilot-expectation ol {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 17px;
  list-style: none;
}

.pilot-expectation li {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 10px;
}

.pilot-expectation li > span {
  padding-top: 2px;
  color: var(--cyan);
  font: 700 .63rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
}

.pilot-expectation strong {
  color: var(--muted-bright);
  font-size: .84rem;
}

.pilot-expectation li p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: .73rem;
  line-height: 1.6;
}

.lead-form-card {
  padding: 31px;
  border: 1px solid rgba(82, 173, 211, .3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 0, rgba(37, 183, 232, .08), transparent 28%),
    rgba(8, 21, 34, .96);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .035);
}

.lead-hero > .lead-form-card {
  grid-area: form;
}

.lead-form-head {
  margin-bottom: 24px;
}

.lead-form-head h2,
.form-result h2 {
  margin: 0;
  color: var(--text);
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.lead-form-head > p:last-child {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: .72rem;
}

.lead-form-head > p:last-child span[aria-hidden="true"],
.static-lead-form label > span[aria-hidden="true"] {
  color: #ff918d;
}

.static-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 14px;
}

.static-lead-form .form-group {
  min-width: 0;
}

.form-span-2 {
  grid-column: 1 / -1;
}

.static-lead-form label:not(.checkbox-group label) {
  margin-bottom: 6px;
  display: block;
  color: var(--muted-bright);
  font-size: .73rem;
  font-weight: 680;
}

.static-lead-form input:not([type="checkbox"]),
.static-lead-form textarea,
.static-lead-form select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  outline: 0;
  background: #071320;
  color: var(--text);
  font-size: .86rem;
  font-weight: 500;
}

.static-lead-form textarea {
  min-height: 108px;
  resize: vertical;
}

.static-lead-form input::placeholder,
.static-lead-form textarea::placeholder {
  color: #7690a4;
  opacity: 1;
}

.static-lead-form input:focus,
.static-lead-form textarea:focus,
.static-lead-form select:focus,
.conversion-back:focus-visible {
  border-color: rgba(37, 183, 232, .72);
  outline: 3px solid rgba(37, 183, 232, .16);
  outline-offset: 2px;
}

.static-lead-form [aria-invalid="true"] {
  border-color: #ff918d !important;
}

.form-hint,
.field-error {
  margin-top: 5px;
  display: block;
  font-size: .65rem;
  line-height: 1.5;
}

.form-hint {
  color: #7f95a8;
}

.field-error {
  min-height: 1em;
  color: #ffaaa7;
}

.checkbox-group label {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 9px;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.55;
}

.checkbox-group input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--cyan);
}

.checkbox-group a,
.form-fallback a,
.form-status a {
  color: var(--cyan-bright);
  text-underline-offset: 3px;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-submit-row {
  display: grid;
  gap: 10px;
}

.form-submit-row .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-submit-row .button:disabled {
  cursor: wait;
  opacity: .65;
  transform: none;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: #ffbf7a;
  font-size: .72rem;
  line-height: 1.5;
  text-align: center;
}

.form-result {
  padding: 46px 20px;
  text-align: center;
}

.form-result > span {
  width: 50px;
  height: 50px;
  margin: 0 auto 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 800;
}

.form-result p {
  max-width: 410px;
  margin: 13px auto 24px;
  color: var(--muted);
  font-size: .85rem;
}

.form-fallback {
  margin: 18px 0 0;
  color: #7f95a8;
  font-size: .68rem;
  text-align: center;
}

.conversion-legal,
.conversion-legal a {
  font-size: .75rem;
}

/* Security Sweep landing page */

.sweep-page {
  padding-top: 78px;
  background: #07111f;
}

.sweep-hero {
  min-height: 702px;
  padding: 92px 0 78px;
  display: grid;
  grid-template-columns: 1fr 0.93fr;
  align-items: center;
  gap: 82px;
}

.sweep-hero-copy > p:not(.conversion-kicker) {
  max-width: 610px;
  margin: 27px 0 31px;
  color: var(--muted-bright);
  font-size: 1.05rem;
  line-height: 1.75;
}

.sweep-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.sweep-assurance {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.sweep-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8196a8;
  font-size: 0.69rem;
  font-weight: 620;
}

.sweep-assurance i {
  color: var(--green);
  font-size: 0.7rem;
  font-style: normal;
}

.score-preview {
  overflow: hidden;
  border: 1px solid rgba(91, 179, 215, 0.25);
  border-radius: 17px;
  background: #091a2a;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36), 0 0 70px rgba(37,183,232,.06);
}

.score-topbar {
  height: 47px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: #0c1b2b;
  color: #688094;
  font: 700 0.56rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.1em;
}

.score-topbar em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #70a088;
  font-style: normal;
}

.score-topbar em i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(74,222,161,.6);
}

.score-main {
  min-height: 184px;
  padding: 25px 27px 17px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 25px;
}

.score-gauge {
  position: relative;
  min-height: 135px;
  display: grid;
  place-items: end center;
}

.score-gauge svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
}

.gauge-track {
  stroke: rgba(111, 144, 166, 0.14);
}

.gauge-value {
  stroke: var(--cyan);
  stroke-dasharray: 148 195;
  filter: drop-shadow(0 0 8px rgba(37,183,232,.3));
}

.score-gauge > div {
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
}

.score-gauge strong {
  color: var(--text);
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.07em;
}

.score-gauge span {
  color: #71899c;
  font-size: 0.65rem;
}

.score-gauge small {
  width: 100%;
  margin-top: 4px;
  color: #627b90;
  font: 700 0.52rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.1em;
  text-align: center;
}

.score-status {
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 184, 92, 0.16);
  border-radius: 10px;
  background: rgba(255, 184, 92, 0.055);
}

.score-status > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 10px rgba(255, 184, 92, 0.42);
}

.score-status > span {
  display: flex;
  flex-direction: column;
}

.score-status small {
  color: #957a59;
  font: 700 0.5rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.1em;
}

.score-status strong {
  margin-top: 3px;
  color: #dcc6a9;
  font-size: 0.72rem;
}

.finding-list {
  margin: 0 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.finding-list > div {
  min-height: 61px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 9px 1fr auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid var(--line);
}

.finding-list > div:last-child {
  border-bottom: 0;
}

.finding-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.finding-dot.high { background: #ff7b76; }
.finding-dot.medium { background: var(--orange); }
.finding-dot.low { background: var(--green); }

.finding-list p {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.finding-list strong {
  color: var(--muted-bright);
  font-size: 0.71rem;
}

.finding-list small {
  margin-top: 2px;
  color: #667f93;
  font-size: 0.58rem;
}

.finding-list em {
  color: #6f889c;
  font: normal 700 0.51rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
}

.score-foot {
  padding: 19px 27px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #647c8f;
  font: 650 0.51rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.06em;
}

.score-foot span::before {
  content: "✓";
  margin-right: 6px;
  color: var(--green);
}

.sweep-scope-section,
.sweep-options-section,
.sweep-process-section,
.sweep-faq {
  padding: 112px 0;
}

.sweep-scope-section {
  border-top: 1px solid var(--line);
  background: #091624;
}

.conversion-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: end;
  gap: 85px;
}

.conversion-heading h2,
.options-heading h2,
.sweep-faq h2,
.sweep-final h2 {
  font-size: clamp(2.4rem, 4vw, 3.55rem);
}

.conversion-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.8;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.scope-grid article {
  position: relative;
  min-height: 265px;
  padding: 24px 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0c1d30;
}

.scope-grid article > span {
  position: absolute;
  top: 13px;
  right: 15px;
  color: rgba(111, 139, 159, 0.24);
  font: 800 1.5rem ui-monospace, SFMono-Regular, Menlo, monospace;
}

.scope-grid svg {
  width: 28px;
  height: 28px;
  margin: 22px 0 40px;
  fill: none;
  stroke: var(--cyan-bright);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scope-grid h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.25;
}

.scope-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.6;
}

.sweep-options-section {
  background: #050c14;
}

.scope-disclaimer {
  max-width: 760px;
  margin: 30px auto 0;
  color: #7f95a8;
  font-size: .72rem;
  line-height: 1.65;
  text-align: center;
}

.sweep-request-section {
  padding: 112px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 22%, rgba(37, 183, 232, .1), transparent 28%),
    #071421;
}

.sweep-request-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: start;
  gap: 82px;
}

.sweep-request-copy {
  position: sticky;
  top: 110px;
}

.sweep-request-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.35rem, 4vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.sweep-request-copy > p:not(.conversion-kicker) {
  margin: 23px 0 26px;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.75;
}

.request-checks {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.request-checks li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted-bright);
  font-size: .76rem;
}

.request-checks li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: .65rem;
  font-weight: 800;
}

.options-heading {
  max-width: 770px;
  margin: 0 auto 50px;
  text-align: center;
}

.options-heading > p:not(.conversion-kicker) {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.sweep-option-grid {
  max-width: 930px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 17px;
}

.sweep-option-card {
  position: relative;
  min-height: 570px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #0a1828;
}

.sweep-option-card.option-featured {
  min-height: 620px;
  padding-top: 43px;
  border-color: rgba(37, 183, 232, 0.42);
  background:
    radial-gradient(circle at 70% 0, rgba(37, 183, 232, 0.12), transparent 33%),
    #0d2134;
  box-shadow: 0 25px 70px rgba(0,0,0,.28);
}

.option-badge {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 7px 12px;
  border-radius: 0 0 7px 7px;
  background: var(--cyan);
  color: #03111b;
  font: 800 0.54rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.1em;
}

.option-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.option-top span {
  color: var(--text);
  font: 700 0.64rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.1em;
}

.option-top em {
  color: #6e8799;
  font-size: 0.62rem;
  font-style: normal;
}

.sweep-option-card h3 {
  min-height: 64px;
  margin: 31px 0 12px;
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.option-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.option-price strong {
  color: var(--text);
  font-size: 2.75rem;
  font-weight: 680;
  letter-spacing: -0.06em;
  line-height: 1;
}

.option-featured .option-price strong {
  color: var(--cyan-bright);
}

.option-price span {
  color: #6e8698;
  font-size: 0.65rem;
}

.sweep-option-card > p {
  min-height: 93px;
  margin: 24px 0 25px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.7;
}

.sweep-option-card .check-list {
  padding-top: 24px;
  gap: 12px;
  border-top: 1px solid var(--line);
}

.sweep-option-card .check-list li {
  margin: 0;
}

.sweep-option-card .button {
  margin-top: auto;
}

.sweep-process-section {
  background: #081421;
}

.sweep-process-section .options-heading {
  max-width: none;
  margin-bottom: 47px;
  text-align: left;
}

.sweep-process {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sweep-process li {
  position: relative;
  min-height: 195px;
  padding: 29px 26px;
  border-right: 1px solid var(--line);
}

.sweep-process li:last-child {
  border-right: 0;
}

.sweep-process li > span {
  color: var(--cyan);
  font: 700 0.62rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.1em;
}

.sweep-process h3 {
  margin: 35px 0 8px;
  color: var(--text);
  font-size: 1.05rem;
}

.sweep-process p {
  margin: 0;
  color: var(--muted);
  font-size: 0.71rem;
  line-height: 1.65;
}

.sweep-faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 95px;
}

.sweep-faq > div:first-child > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.sweep-faq a {
  color: var(--cyan-bright);
}

.sweep-final {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 120%, rgba(37,183,232,.17), transparent 42%),
    #040a12;
  text-align: center;
}

.sweep-final > div {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.sweep-final p:not(.conversion-kicker) {
  max-width: 600px;
  margin: 23px auto 29px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.sweep-final small {
  margin-top: 14px;
  display: block;
  color: #687f91;
  font-size: 0.64rem;
}

/* Form and modal house styling */

.conversion-body .modal-overlay {
  padding: 24px 14px;
  background: rgba(3, 9, 16, 0.86);
  backdrop-filter: blur(12px) brightness(.72);
  -webkit-backdrop-filter: blur(12px) brightness(.72);
}

.conversion-body .modal-content {
  max-width: 780px;
  max-height: calc(100vh - 48px);
  padding: 34px;
  overflow-y: auto;
  border: 1px solid rgba(82, 173, 211, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 0, rgba(37,183,232,.08), transparent 27%),
    #081522;
  box-shadow: 0 32px 100px rgba(0,0,0,.58), inset 0 1px rgba(255,255,255,.035);
  color: var(--text);
  scrollbar-color: #26445b transparent;
}

.conversion-body .modal-close {
  top: 15px;
  right: 17px;
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255,255,255,.025);
  color: #8aa0b2;
  font-size: 1.35rem;
  line-height: 1;
}

.conversion-body .modal-close:hover {
  border-color: rgba(255,123,118,.35);
  background: rgba(255,123,118,.07);
  color: #ff8b86;
}

.conversion-body .intake-top {
  gap: 7px;
  margin-bottom: 23px;
}

.conversion-body .intake-headline {
  color: var(--text) !important;
  font-size: 1.72rem !important;
  font-weight: 720 !important;
  letter-spacing: -0.035em;
}

.conversion-body .intake-subline,
.conversion-body .intake-help,
.conversion-body .intake-microcopy {
  color: var(--muted) !important;
}

.conversion-body .intake-subline {
  font-size: 0.92rem !important;
}

.conversion-body .step-indicator {
  margin-bottom: 23px;
  color: var(--muted);
  font: 650 0.66rem ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.09em;
}

.conversion-body .step-indicator .step-dot {
  width: 7px;
  height: 7px;
  background: #3c5a70;
}

.conversion-body .step-indicator .step-dot.active {
  background: var(--green);
  box-shadow: 0 0 8px rgba(74,222,161,.45);
}

.conversion-body .step-indicator .step-label {
  color: var(--muted-bright);
  font-size: inherit;
}

.conversion-body .intake-grid {
  gap: 10px;
}

.conversion-body .intake-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(12, 30, 48, 0.75);
  box-shadow: none;
}

.conversion-body .intake-card:hover {
  border-color: var(--line-bright);
  background: rgba(15, 37, 58, 0.95);
  box-shadow: 0 13px 35px rgba(0,0,0,.22);
}

.conversion-body .intake-card.selected {
  border-color: rgba(74,222,161,.52);
  background: rgba(74,222,161,.07);
  box-shadow: inset 0 0 0 1px rgba(74,222,161,.08);
}

.conversion-body .intake-card:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

.conversion-body .intake-card .intake-title {
  color: var(--text);
  font-size: 0.93rem;
}

.conversion-body .intake-card .intake-title .tag {
  color: var(--cyan-bright);
  font-size: 0.74rem;
}

.conversion-body .intake-card .intake-examples {
  color: #8398aa;
  font-size: 0.78rem;
}

.conversion-body .intake-card.selected .intake-title .tag {
  color: var(--green);
}

.conversion-body .intake-pill {
  border-color: rgba(37,183,232,.2);
  background: rgba(37,183,232,.08);
  color: var(--muted-bright);
  font-size: 0.72rem;
}

.conversion-body .intake-divider {
  background: var(--line);
}

.conversion-body .intake-h3 {
  color: var(--text);
  font-size: 1.05rem;
}

.conversion-body .lead-capture-form {
  gap: 14px;
}

.conversion-body .lead-capture-form .form-group label {
  min-height: 0 !important;
  margin: 0 0 3px;
  color: var(--muted-bright);
  font-size: 0.75rem;
  font-weight: 650;
}

.conversion-body .lead-capture-form input,
.conversion-body .lead-capture-form textarea,
.conversion-body .lead-capture-form select {
  min-height: 47px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background-color: #071320;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 500;
  cursor: text;
}

.conversion-body .lead-capture-form select {
  cursor: pointer;
}

.conversion-body .lead-capture-form input::placeholder,
.conversion-body .lead-capture-form textarea::placeholder {
  color: #536b7f;
}

.conversion-body .lead-capture-form input:focus,
.conversion-body .lead-capture-form textarea:focus,
.conversion-body .lead-capture-form select:focus {
  border-color: rgba(37,183,232,.62);
  box-shadow: 0 0 0 3px rgba(37,183,232,.09);
}

.conversion-body .btn {
  min-height: 46px;
  padding: 0 18px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 0.82rem !important;
  font-weight: 720;
  text-decoration: none;
}

.conversion-body .btn-primary {
  border-color: var(--cyan);
  background: var(--cyan);
  color: #03111b;
}

.conversion-body .btn-primary:hover {
  border-color: var(--cyan-bright);
  background: var(--cyan-bright);
}

.conversion-body .btn-outline {
  border-color: var(--line);
  background: rgba(255,255,255,.025);
  color: var(--text);
}

.conversion-body .btn-outline:hover {
  border-color: var(--line-bright);
  background: rgba(37,183,232,.07);
}

.conversion-body .intake-actions {
  margin-top: 20px;
}

.sweep-body #sweep-form > div:last-child a {
  margin-left: 4px;
}

@media (max-width: 1050px) {
  .pilot-hero,
  .sweep-hero {
    gap: 45px;
  }

  .scope-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .scope-grid article:nth-child(4),
  .scope-grid article:nth-child(5) {
    min-height: 225px;
  }
}

@media (max-width: 820px) {
  .pilot-hero,
  .sweep-hero {
    min-height: auto;
    padding: 78px 0 65px;
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .pilot-copy,
  .sweep-hero-copy {
    max-width: 680px;
  }

  .lead-hero .pilot-copy {
    padding-top: 0;
  }

  .lead-hero {
    grid-template-areas:
      "copy"
      "form"
      "expectation";
  }

  .lead-form-card {
    width: min(680px, 100%);
  }

  .pilot-outcome-card,
  .score-preview {
    width: min(620px, 100%);
  }

  .pilot-process {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .pilot-process > div,
  .pilot-process > div:first-child,
  .pilot-process > div:last-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pilot-process > div:last-child {
    border-bottom: 0;
  }

  .conversion-heading,
  .sweep-faq,
  .sweep-request-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .sweep-request-copy {
    position: static;
    max-width: 670px;
    margin-bottom: 22px;
  }

  .conversion-heading > p {
    max-width: 650px;
  }

  .scope-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sweep-option-grid {
    grid-template-columns: 1fr;
  }

  .sweep-option-card,
  .sweep-option-card.option-featured {
    min-height: 0;
  }

  .sweep-option-card h3,
  .sweep-option-card > p {
    min-height: 0;
  }

  .sweep-option-card .button {
    margin-top: 30px;
  }

  .sweep-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .sweep-process li:nth-child(2) {
    border-right: 0;
  }

  .sweep-process li:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 600px) {
  .conversion-header .conversion-nav {
    height: 68px;
    min-height: 68px;
  }

  .conversion-header .brand img {
    width: 132px;
  }

  .conversion-back {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }

  .conversion-back svg {
    width: 21px;
    height: 21px;
  }

  .pilot-page,
  .sweep-page {
    padding-top: 68px;
  }

  .pilot-hero,
  .sweep-hero {
    padding-top: 62px;
  }

  .pilot-copy h1,
  .sweep-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.4rem);
  }

  .pilot-lead,
  .sweep-hero-copy > p:not(.conversion-kicker) {
    font-size: 0.96rem;
  }

  .lead-form-card {
    padding: 25px 18px;
    border-radius: 14px;
  }

  .static-lead-form {
    grid-template-columns: 1fr;
  }

  .form-span-2 {
    grid-column: auto;
  }

  .pilot-expectation {
    padding: 21px 18px;
  }

  .pilot-actions,
  .sweep-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .pilot-actions > span {
    text-align: center;
  }

  .pilot-trust,
  .sweep-assurance {
    align-items: flex-start;
    flex-direction: column;
  }

  .outcome-topline,
  .score-topbar {
    padding-inline: 14px;
  }

  .outcome-topline em,
  .score-topbar em {
    font-size: 0.48rem;
  }

  .outcome-list {
    padding-inline: 18px;
  }

  .outcome-footer {
    padding-inline: 18px;
  }

  .pilot-support {
    align-items: flex-start;
    flex-direction: column;
  }

  .score-main {
    padding-inline: 16px;
    grid-template-columns: 1fr;
  }

  .score-gauge {
    min-height: 145px;
  }

  .finding-list {
    margin-inline: 14px;
  }

  .score-foot {
    padding-inline: 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .sweep-scope-section,
  .sweep-options-section,
  .sweep-process-section,
  .sweep-faq,
  .sweep-request-section {
    padding: 80px 0;
  }

  .conversion-heading h2,
  .options-heading h2,
  .sweep-faq h2,
  .sweep-final h2 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .scope-grid {
    grid-template-columns: 1fr;
  }

  .scope-grid article,
  .scope-grid article:nth-child(4),
  .scope-grid article:nth-child(5) {
    min-height: 220px;
  }

  .scope-grid svg {
    margin-bottom: 31px;
  }

  .sweep-option-card {
    padding: 27px 23px;
  }

  .sweep-option-card.option-featured {
    padding-top: 41px;
  }

  .sweep-process {
    grid-template-columns: 1fr;
  }

  .sweep-process li,
  .sweep-process li:nth-child(2) {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sweep-process li:last-child {
    border-bottom: 0;
  }

  .sweep-final {
    padding: 88px 0;
  }

  .sweep-final .button {
    width: 100%;
  }

  .conversion-body .modal-overlay {
    padding: 0;
    align-items: stretch;
  }

  .conversion-body .modal-content {
    width: 100vw;
    max-width: none;
    max-height: 100vh;
    min-height: 100vh;
    padding: 25px 15px 30px;
    border: 0;
    border-radius: 0;
  }

  .conversion-body .modal-content > div:first-of-type img {
    height: 34px !important;
  }

  .conversion-body .modal-close {
    position: fixed;
    top: 10px;
    right: 10px;
  }

  .conversion-body .intake-headline {
    font-size: 1.4rem !important;
  }

  .conversion-body .intake-grid,
  .conversion-body .intake-inline {
    grid-template-columns: 1fr;
  }

  .conversion-body .intake-grid {
    gap: 8px;
  }

  .conversion-body .intake-card {
    padding: 14px;
  }

  .conversion-body .intake-card .intake-title {
    margin-bottom: 0;
  }

  .conversion-body .intake-card .intake-examples {
    display: none;
  }

  .conversion-body .intake-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .conversion-body .btn-intake {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .conversion-body *,
  .conversion-body *::before,
  .conversion-body *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
