.llx-audited #roi-calculator [style*="opacity: 0"],
.llx-audited #strategy-builder [style*="opacity: 0"],
.llx-audited #roi-calculator [style*="opacity:0"],
.llx-audited #strategy-builder [style*="opacity:0"] {
  opacity: 1 !important;
  transform: none !important;
}

.llx-audited #the-hard-truth [style*="opacity: 0"],
.llx-audited #the-hard-truth [style*="opacity:0"] {
  opacity: 1 !important;
  transform: none !important;
}

.llx-audited #integrations {
  padding-block: 54px;
}

.llx-audited #integrations .llx-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 50px;
  align-items: end;
}

.llx-audited #integrations .llx-title {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 54px);
}

.llx-audited #integrations .llx-lede {
  align-self: end;
}

.llx-audited #integrations .llx-marquee {
  grid-column: 1 / -1;
  margin-top: 2px;
}

.llx-audited #outcomes {
  padding-block: 78px;
  background:
    radial-gradient(circle at 90% 10%, rgba(204, 255, 0, .13), transparent 27%),
    #f5f5f0;
}

.llx-audited #outcomes .llx-title {
  max-width: 760px;
}

.llx-audited #outcomes .llx-outcomes {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.llx-audited #outcomes .llx-card {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 28px;
  padding: 30px;
  box-shadow: none;
}

.llx-audited #outcomes .llx-card:nth-child(1),
.llx-audited #outcomes .llx-card:nth-child(4) {
  grid-column: span 7;
  color: #fff;
  background: #0a0a0a;
  border-color: #0a0a0a;
}

.llx-audited #outcomes .llx-card:nth-child(2),
.llx-audited #outcomes .llx-card:nth-child(3) {
  grid-column: span 5;
  background: #fff;
}

.llx-audited #outcomes .llx-outcome-icon {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 64px;
  height: 64px;
  border-radius: 20px 20px 6px 20px;
}

.llx-audited #outcomes .llx-outcome-icon .llx-svg-icon {
  width: 28px;
  height: 28px;
}

.llx-audited #outcomes .llx-icon-label {
  margin: 0 0 auto;
}

.llx-audited #outcomes .llx-card:nth-child(1) .llx-icon-label,
.llx-audited #outcomes .llx-card:nth-child(4) .llx-icon-label {
  color: var(--llx-lime);
}

.llx-audited #outcomes .llx-card h3 {
  max-width: 390px;
  margin-bottom: 12px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.llx-audited #outcomes .llx-card p {
  max-width: 520px;
}

.llx-audited #outcomes .llx-card:nth-child(1) p,
.llx-audited #outcomes .llx-card:nth-child(4) p {
  color: #d4d4d8;
}

.llx-process-system {
  padding-block: 90px;
  background: #f5f5f0;
}

.llx-process-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 48px;
}

.llx-process-heading .llx-title {
  max-width: 760px;
}

.llx-process-heading .llx-lede {
  max-width: 410px;
  padding-left: 18px;
  border-left: 2px solid var(--llx-lime);
}

.llx-process-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 58px;
}

.llx-process-rail::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 6%;
  right: 6%;
  height: 2px;
  background: #0a0a0a;
}

.llx-process-rail article {
  position: relative;
  min-height: 300px;
  padding: 92px 24px 28px;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, .18);
  border-radius: 24px;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.llx-process-rail article:nth-child(even) {
  margin-top: 34px;
}

.llx-process-rail article:hover {
  color: #fff;
  background: #0a0a0a;
  transform: translateY(-5px);
}

.llx-process-rail article > span {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #0a0a0a;
  background: var(--llx-lime);
  border: 2px solid #0a0a0a;
  border-radius: 18px 18px 6px 18px;
}

.llx-process-rail article > span svg {
  width: 27px;
  height: 27px;
}

.llx-process-rail small {
  color: #667000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.llx-process-rail article:hover small {
  color: var(--llx-lime);
}

.llx-process-rail h3 {
  margin: 12px 0 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.llx-process-rail p {
  color: #52525b;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.6;
}

.llx-process-rail article:hover p {
  color: #d4d4d8;
}

.llx-calculator-disclaimer {
  margin-top: -46px;
  padding-top: 20px;
  color: #71717a;
  border-top: 1px solid rgba(10, 10, 10, .12);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.llx-audited #roi-calculator .space-y-20 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 3rem !important;
}

.llx-pricing-section {
  padding: 96px 32px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 4%, rgba(204, 255, 0, .1), transparent 25%),
    #080909;
}

.llx-pricing-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.llx-pricing-head {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 70px;
  align-items: end;
}

.llx-pricing-head h2 {
  max-width: 800px;
  margin-top: 20px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.llx-pricing-head > p {
  padding-left: 18px;
  color: #d4d4d8;
  border-left: 2px solid var(--llx-lime);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.llx-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
  align-items: stretch;
}

.llx-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px;
  background: #121414;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  transition: transform .3s ease, border-color .3s ease;
}

.llx-plan:hover {
  transform: translateY(-6px);
  border-color: rgba(204, 255, 0, .55);
}

.llx-plan.is-popular {
  color: #0a0a0a;
  background: var(--llx-lime);
  border-color: var(--llx-lime);
  box-shadow: 0 0 0 6px rgba(204, 255, 0, .1);
}

.llx-popular {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  color: var(--llx-lime);
  background: #0a0a0a;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.llx-plan header {
  min-height: 196px;
}

.llx-plan header small {
  color: #a1a1aa;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.llx-plan.is-popular header small {
  color: #3f4900;
}

.llx-plan h3 {
  margin-top: 10px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.llx-plan header p {
  max-width: 270px;
  margin-top: 9px;
  color: #a1a1aa;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.llx-plan.is-popular header p {
  color: #303800;
}

.llx-price {
  display: flex;
  align-items: end;
  margin-top: 22px;
}

.llx-price sup {
  align-self: start;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 900;
}

.llx-price b {
  font-size: 64px;
  line-height: .8;
  letter-spacing: -.07em;
}

.llx-price span {
  margin-left: 9px;
  color: #a1a1aa;
  font-size: 12px;
  font-weight: 700;
}

.llx-plan.is-popular .llx-price span {
  color: #3f4900;
}

.llx-plan-line {
  height: 1px;
  margin-block: 24px;
  background: rgba(255, 255, 255, .12);
}

.llx-plan.is-popular .llx-plan-line {
  background: rgba(10, 10, 10, .22);
}

.llx-plan ul {
  display: grid;
  gap: 13px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.llx-plan li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  color: #e4e4e7;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.llx-plan.is-popular li {
  color: #171900;
}

.llx-plan li span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #0a0a0a;
  background: var(--llx-lime);
  border-radius: 50%;
}

.llx-plan.is-popular li span {
  color: var(--llx-lime);
  background: #0a0a0a;
}

.llx-plan li svg {
  width: 14px;
  height: 14px;
}

.llx-plan > a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding: 14px 17px;
  color: #0a0a0a;
  background: var(--llx-lime);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.llx-plan.is-popular > a {
  color: var(--llx-lime);
  background: #0a0a0a;
}

.llx-plan > a svg {
  width: 19px;
  height: 19px;
}

.llx-pricing-note {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 22px 26px;
  color: #fff;
  background: #121414;
  border: 1px solid rgba(204, 255, 0, .35);
  border-radius: 20px;
}

.llx-pricing-note > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #0a0a0a;
  background: var(--llx-lime);
  border-radius: 15px;
}

.llx-pricing-note svg {
  width: 24px;
  height: 24px;
}

.llx-pricing-note b {
  font-size: 15px;
  text-transform: uppercase;
}

.llx-pricing-note p {
  margin-top: 4px;
  color: #a1a1aa;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.llx-audited #faq {
  padding-block: 88px;
}

.llx-audited #faq .llx-guarantee {
  font-size: 19px;
}

.llx-audited #strategy-builder {
  padding-block: 88px !important;
}

.llx-audited #strategy-builder .max-w-4xl {
  row-gap: 36px !important;
}

.llx-audited footer a,
.llx-audited header a,
.llx-audited nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.llx-audited header button,
.llx-audited nav button {
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 980px) {
  .llx-audited #integrations .llx-wrap,
  .llx-pricing-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .llx-plan-grid {
    grid-template-columns: 1fr;
  }

  .llx-plan header {
    min-height: 0;
  }

  .llx-process-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .llx-process-rail::before {
    display: none;
  }

  .llx-process-rail article:nth-child(even) {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .llx-audited main > section:first-child {
    padding-bottom: 64px !important;
  }

  .llx-audited main > section:first-child .llx-hero-stats {
    display: none;
  }

  .llx-audited main > section:first-child > .max-w-7xl {
    row-gap: 28px !important;
  }

  .llx-audited #integrations {
    padding-block: 46px;
  }

  .llx-audited #outcomes,
  .llx-process-system {
    padding-block: 66px;
  }

  .llx-audited #outcomes .llx-outcomes {
    grid-template-columns: 1fr;
  }

  .llx-audited #outcomes .llx-card:nth-child(n) {
    grid-column: auto;
    min-height: 245px;
  }

  .llx-process-heading {
    display: block;
  }

  .llx-process-heading .llx-lede {
    margin-top: 22px;
  }

  .llx-process-rail {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .llx-process-rail article {
    min-height: 0;
    padding: 84px 22px 25px;
  }

  .llx-pricing-section {
    padding: 72px 20px;
  }

  .llx-pricing-head h2 {
    font-size: 42px;
  }

  .llx-plan {
    padding: 25px 22px;
  }

  .llx-price b {
    font-size: 56px;
  }

  .llx-pricing-note {
    grid-template-columns: 1fr;
  }

  .llx-audited #faq,
  .llx-audited #strategy-builder {
    padding-block: 68px !important;
  }
}

/* Human-first audit intake — editorial consultation, not a software panel. */
.llx-audited #strategy-builder.llx-final-audit {
  position: relative;
  padding: clamp(72px, 8vw, 120px) 28px;
  overflow: hidden;
  color: #0a0a0a;
  background:
    radial-gradient(circle at 8% 12%, rgba(204, 255, 0, .2), transparent 24%),
    #f4f4ef;
}

.llx-audited #strategy-builder.llx-final-audit::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  pointer-events: none;
  background-image: linear-gradient(rgba(10, 10, 10, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 10, 10, .08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.llx-audited .llx-audit-wrap {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(580px, 1.2fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: start;
  margin: 0 auto;
}

.llx-audited .llx-audit-intro { position: sticky; top: 130px; }
.llx-audited .llx-audit-intro .llx-eyebrow { color: #0a0a0a; border-color: rgba(10, 10, 10, .24); background: rgba(255, 255, 255, .42); }
.llx-audited .llx-audit-intro h2 {
  max-width: 620px;
  margin: 24px 0 22px;
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.llx-audited .llx-audit-intro h2 span { position: relative; z-index: 0; display: inline; }
.llx-audited .llx-audit-intro h2 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -.04em;
  bottom: .09em;
  left: -.04em;
  height: .22em;
  background: var(--llx-lime);
}
.llx-audited .llx-audit-intro > p { max-width: 560px; color: #4a4a50; font-size: 17px; font-weight: 600; line-height: 1.65; }
.llx-audited .llx-audit-expect { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(10, 10, 10, .18); }
.llx-audited .llx-audit-expect > span { font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.llx-audited .llx-audit-expect ul { display: grid; gap: 14px; margin-top: 18px; }
.llx-audited .llx-audit-expect li { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; font-weight: 750; line-height: 1.4; }
.llx-audited .llx-audit-expect svg { width: 18px; min-width: 18px; color: #0a0a0a; background: var(--llx-lime); border-radius: 50%; }
.llx-audited .llx-audit-note { margin-top: 34px; padding: 19px 20px; background: rgba(255, 255, 255, .6); border-left: 3px solid var(--llx-lime); }
.llx-audited .llx-audit-note b { font-size: 13px; font-weight: 900; text-transform: uppercase; }
.llx-audited .llx-audit-note p { margin-top: 4px; color: #5b5b61; font-size: 13px; line-height: 1.45; }

.llx-audited .llx-audit-paper {
  padding: clamp(24px, 4vw, 48px);
  background: #fff;
  border: 1px solid rgba(10, 10, 10, .14);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(10, 10, 10, .1);
}
.llx-audited .llx-form-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid #deded9; }
.llx-audited .llx-form-head > div { display: flex; align-items: center; gap: 12px; }
.llx-audited .llx-form-head span, .llx-audited .llx-form-priorities legend b { display: inline-grid; width: 31px; height: 31px; place-items: center; color: #0a0a0a; background: var(--llx-lime); border-radius: 50%; font-size: 10px; font-weight: 900; }
.llx-audited .llx-form-head p { font-size: 18px; font-weight: 900; text-transform: uppercase; }
.llx-audited .llx-form-head small { color: #69696f; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.llx-audited .llx-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 18px; margin-top: 28px; }
.llx-audited .llx-audit-form label > span, .llx-audited .llx-form-wide > span { display: block; margin: 0 0 8px; color: #29292d; font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.llx-audited .llx-audit-form label > span em { margin-left: 6px; color: #77777d; font-size: 9px; font-style: normal; font-weight: 750; letter-spacing: .08em; }
.llx-audited .llx-audit-form input:not([type="checkbox"]), .llx-audited .llx-audit-form select, .llx-audited .llx-audit-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: #0a0a0a;
  background: #f6f6f2;
  border: 1px solid #d6d6d0;
  border-radius: 11px;
  outline: 0;
  font: 650 15px/1.35 Outfit, sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.llx-audited .llx-audit-form textarea { min-height: 92px; resize: vertical; }
.llx-audited .llx-audit-form input:focus, .llx-audited .llx-audit-form select:focus, .llx-audited .llx-audit-form textarea:focus { background: #fff; border-color: #758f0a; box-shadow: 0 0 0 3px rgba(204, 255, 0, .25); }
.llx-audited .llx-form-priorities { margin: 32px 0 0; padding: 0; border: 0; }
.llx-audited .llx-form-priorities legend { display: flex; align-items: center; gap: 11px; margin-bottom: 15px; font-size: 14px; font-weight: 900; }
.llx-audited .llx-form-priorities > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.llx-audited .llx-form-priorities label { position: relative; cursor: pointer; }
.llx-audited .llx-form-priorities input { position: absolute; opacity: 0; pointer-events: none; }
.llx-audited .llx-form-priorities label span { min-height: 45px; display: flex; align-items: center; margin: 0; padding: 10px 13px 10px 38px; color: #3f3f43; background: #f6f6f2; border: 1px solid #d6d6d0; border-radius: 11px; font-size: 11px; font-weight: 800; letter-spacing: .02em; text-transform: none; transition: .2s ease; }
.llx-audited .llx-form-priorities label span::before { content: ""; position: absolute; left: 14px; width: 14px; height: 14px; background: #fff; border: 1px solid #9b9b9b; border-radius: 50%; }
.llx-audited .llx-form-priorities input:checked + span { color: #0a0a0a; background: rgba(204, 255, 0, .18); border-color: #91ad1e; }
.llx-audited .llx-form-priorities input:checked + span::before { background: var(--llx-lime); border: 4px solid #0a0a0a; }
.llx-audited .llx-form-priorities input:focus-visible + span { outline: 3px solid rgba(117, 143, 10, .35); outline-offset: 2px; }
.llx-audited .llx-form-wide { display: block; margin-top: 24px; }
.llx-audited .llx-form-error { min-height: 20px; margin-top: 13px; color: #a12b24; font-size: 12px; font-weight: 750; }
.llx-audited .llx-audit-submit { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 4px; color: #0a0a0a; background: var(--llx-lime); border: 1px solid #0a0a0a; border-radius: 999px; box-shadow: 0 7px 0 #0a0a0a; font: 900 13px/1 Outfit, sans-serif; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.llx-audited .llx-audit-submit:hover { transform: translateY(3px); box-shadow: 0 4px 0 #0a0a0a; }
.llx-audited .llx-audit-submit svg { width: 18px; }
.llx-audited .llx-form-privacy { margin: 17px auto 0; color: #77777d; font-size: 10px; font-weight: 650; line-height: 1.4; text-align: center; }

.llx-audited .llx-audit-success { padding: clamp(30px, 5vw, 64px) 10px; text-align: center; }
.llx-audited .llx-audit-success[hidden], .llx-audited .llx-audit-form[hidden] { display: none; }
.llx-audited .llx-success-mark { display: grid; width: 68px; height: 68px; place-items: center; margin: 0 auto 22px; color: #0a0a0a; background: var(--llx-lime); border-radius: 50%; box-shadow: 0 0 0 9px rgba(204, 255, 0, .17); }
.llx-audited .llx-success-mark svg { width: 30px; }
.llx-audited .llx-audit-success small { color: #626267; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.llx-audited .llx-audit-success h3 { max-width: 520px; margin: 13px auto; font-size: clamp(34px, 4vw, 52px); font-weight: 900; line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.llx-audited .llx-audit-success > p { max-width: 500px; margin: 18px auto 28px; color: #55555b; font-size: 15px; line-height: 1.6; }
.llx-audited .llx-audit-success button { min-height: 48px; margin: 5px; padding: 12px 20px; border-radius: 999px; font: 850 11px/1 Outfit, sans-serif; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.llx-audited .llx-copy-request { color: #0a0a0a; background: var(--llx-lime); border: 1px solid #0a0a0a; }
.llx-audited .llx-edit-request { color: #0a0a0a; background: transparent; border: 1px solid #a5a5a1; }
.llx-audited .llx-audit-success .llx-copy-status { min-height: 18px; margin: 15px auto 0; color: #4c5e00; font-size: 12px; font-weight: 800; }

@media (max-width: 900px) {
  .llx-audited .llx-audit-wrap { grid-template-columns: 1fr; }
  .llx-audited .llx-audit-intro { position: static; }
}

@media (max-width: 620px) {
  .llx-audited #strategy-builder.llx-final-audit { padding: 68px 14px; }
  .llx-audited .llx-audit-intro h2 { font-size: clamp(39px, 12vw, 52px); }
  .llx-audited .llx-audit-paper { padding: 22px 16px; border-radius: 22px; }
  .llx-audited .llx-form-grid, .llx-audited .llx-form-priorities > div { grid-template-columns: 1fr; }
  .llx-audited .llx-form-head { align-items: flex-start; }
  .llx-audited .llx-form-head small { padding-top: 8px; }
  .llx-audited .llx-audit-submit { padding-inline: 18px; font-size: 11px; }
}

/* Hero: asymmetrical three-card glass operating system. */
.llx-audited .llx-hero-glass {
  min-height: 100svh;
  padding: 132px 28px 34px !important;
  background: #fff;
}

.llx-audited .llx-hero-glass > .absolute {
  opacity: 1 !important;
}

.llx-audited .llx-hero-shell {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(330px, .68fr);
  gap: 14px;
  width: min(1380px, 100%);
  height: auto;
  min-height: 0;
  margin: 0 auto;
}

.llx-audited .llx-glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 30px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .75),
    0 22px 70px rgba(12, 18, 13, .12);
  backdrop-filter: blur(24px) saturate(1.22);
  -webkit-backdrop-filter: blur(24px) saturate(1.22);
}

.llx-audited .llx-hero-primary {
  display: flex;
  min-height: 0;
  padding: clamp(28px, 3vw, 44px);
  flex-direction: column;
  justify-content: flex-start;
  color: #0a0a0a;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .5), rgba(239, 255, 198, .18)),
    rgba(255, 255, 255, .22);
}

.llx-audited .llx-hero-primary-top,
.llx-audited .llx-card-label {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.llx-audited .llx-hero-eyebrow,
.llx-audited .llx-hero-status,
.llx-audited .llx-card-label span,
.llx-audited .llx-card-label i {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.llx-audited .llx-hero-eyebrow {
  padding: 9px 13px;
  color: #fff;
  background: #0a0a0a;
  border-radius: 999px;
}

.llx-audited .llx-hero-eyebrow svg,
.llx-audited .llx-card-label svg {
  width: 16px;
  height: 16px;
  color: var(--llx-lime);
}

.llx-audited .llx-hero-status i {
  width: 7px;
  height: 7px;
  background: var(--llx-lime);
  border: 1px solid #0a0a0a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(204, 255, 0, .25);
}

.llx-audited .llx-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 970px;
  margin: 54px 0 0;
  padding: 0;
}

.llx-audited .llx-hero-copy h1 {
  max-width: 950px;
  font-size: clamp(52px, 5.25vw, 84px);
  font-weight: 900;
  line-height: .93;
  letter-spacing: -.045em;
  word-spacing: .035em;
  text-transform: uppercase;
}

.llx-audited .llx-hero-copy h1 > span:last-child {
  display: block;
  margin-top: 7px;
}

.llx-audited .llx-hero-copy h1 > span {
  white-space: nowrap;
}

.llx-audited .llx-heading-accent {
  padding: 0;
  color: var(--llx-lime);
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-shadow: 0 1px 0 rgba(10, 10, 10, .18);
}

.llx-audited .llx-hero-glass .llx-heading-accent,
.llx-audited #integrations .llx-heading-accent,
.llx-audited #outcomes .llx-heading-accent,
.llx-audited .llx-leak-section .llx-heading-accent,
.llx-audited .llx-calculator-system .llx-heading-accent,
.llx-audited .llx-faq-light .llx-heading-accent {
  padding-inline: .04em;
  color: #0a0a0a;
  background: linear-gradient(180deg, transparent 0 62%, var(--llx-lime) 62% 91%, transparent 91% 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
}

/* Keep the calculator title's marker behind the letterforms. */
.llx-audited .llx-calculator-system .llx-heading-accent {
  position: relative;
  z-index: 0;
  padding-inline: .04em;
  background: transparent;
  isolation: isolate;
}

.llx-audited .llx-calculator-system .llx-heading-accent::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: .01em;
  height: .16em;
  background: var(--llx-lime);
  pointer-events: none;
}

.llx-audited .llx-heading-reset { color: inherit !important; }

.llx-audited .llx-hero-copy p {
  max-width: 720px;
  margin-top: 21px;
  color: #35353a;
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 600;
  line-height: 1.65;
}

.llx-audited .llx-hero-actions {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.llx-audited .llx-hero-actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 18px;
  padding: 14px 20px;
  color: #0a0a0a;
  border: 1px solid rgba(10, 10, 10, .18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.llx-audited .llx-hero-actions a:first-child {
  background: var(--llx-lime);
  border-color: #0a0a0a;
  box-shadow: 5px 5px 0 #0a0a0a;
}

.llx-audited .llx-hero-actions a:last-child { background: rgba(255, 255, 255, .58); }
.llx-audited .llx-hero-actions a:hover { transform: translateY(-3px); }
.llx-audited .llx-hero-actions svg { width: 17px; height: 17px; }

.llx-audited .llx-hero-capabilities {
  position: relative;
  z-index: 2;
  right: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}

.llx-audited .llx-hero-capabilities span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: #fff;
  background: rgba(10, 10, 10, .88);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.llx-audited .llx-hero-capabilities svg { width: 14px; height: 14px; color: var(--llx-lime); }
.llx-audited .llx-hero-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.llx-audited .llx-hero-side .llx-glass-card {
  min-height: 0;
  padding: 22px;
  color: #fff;
  background: rgba(12, 14, 13, .64);
  border-color: rgba(255, 255, 255, .16);
}

.llx-audited .llx-card-label i {
  padding: 6px 8px;
  color: var(--llx-lime);
  border: 1px solid rgba(204, 255, 0, .3);
  border-radius: 999px;
  font-size: 8px;
}

.llx-audited .llx-conversation {
  display: grid;
  gap: 10px;
  margin-top: 35px;
}

.llx-audited .llx-client-rating {
  margin-top: 22px;
}

.llx-audited .llx-stars {
  color: var(--llx-lime);
  font-size: 21px;
  letter-spacing: .12em;
  line-height: 1;
}

.llx-audited .llx-client-rating strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.07em;
}

.llx-audited .llx-client-rating p {
  margin-top: 9px;
  color: #d4d4d8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.llx-audited .llx-client-stack {
  display: flex;
  margin-top: 15px;
}

.llx-audited .llx-client-stack span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-left: -7px;
  color: #0a0a0a;
  background: #ecece7;
  border: 2px solid #353833;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
}

.llx-audited .llx-client-stack span:first-child { margin-left: 0; background: var(--llx-lime); }
.llx-audited .llx-client-stack span:nth-child(2) { background: #fff; }
.llx-audited .llx-client-stack span:nth-child(3) { background: #cdd6c7; }
.llx-audited .llx-client-stack span:last-child { color: var(--llx-lime); background: #151715; }

.llx-audited .llx-conversation > div {
  padding: 15px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 16px;
}

.llx-audited .llx-conversation > div:last-child {
  margin-left: 28px;
  background: rgba(204, 255, 0, .12);
  border-color: rgba(204, 255, 0, .25);
}

.llx-audited .llx-conversation b {
  color: var(--llx-lime);
  font-size: 8px;
  letter-spacing: .14em;
}

.llx-audited .llx-conversation p {
  margin-top: 5px;
  color: #e4e4e7;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.llx-audited .llx-dashboard-metric { display: flex; gap: 12px; align-items: end; margin-top: 22px; }
.llx-audited .llx-dashboard-metric strong { color: var(--llx-lime); font-size: 58px; font-weight: 900; line-height: .8; letter-spacing: -.06em; white-space: nowrap; }
.llx-audited .llx-dashboard-metric p { max-width: 150px; color: #d4d4d8; font-size: 12px; font-weight: 700; line-height: 1.4; }
.llx-audited .llx-dashboard-bars { display: flex; height: 32px; align-items: end; gap: 5px; margin: 17px 0; }
.llx-audited .llx-dashboard-bars i { flex: 1; height: 35%; background: rgba(204, 255, 0, .22); border-radius: 4px 4px 0 0; }
.llx-audited .llx-dashboard-bars i:nth-child(2) { height: 55%; }
.llx-audited .llx-dashboard-bars i:nth-child(3) { height: 76%; }
.llx-audited .llx-dashboard-bars i:nth-child(4) { height: 100%; background: var(--llx-lime); }
.llx-audited .llx-hero-dashboard ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
.llx-audited .llx-hero-dashboard li { position: relative; padding-left: 12px; color: #d4d4d8; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.llx-audited .llx-hero-dashboard li::before { content: ""; position: absolute; top: 5px; left: 0; width: 5px; height: 5px; background: var(--llx-lime); border-radius: 50%; }

@media (max-width: 1050px) {
  .llx-audited .llx-hero-shell { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .llx-audited .llx-hero-primary { min-height: 0; }
  .llx-audited .llx-hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
}

@media (max-width: 620px) {
  .llx-audited .llx-hero-glass { padding: 108px 14px 20px !important; }
  .llx-audited .llx-hero-shell { min-height: 0; gap: 10px; }
  .llx-audited .llx-glass-card { border-radius: 23px; }
  .llx-audited .llx-hero-primary { min-height: 0; padding: 22px; }
  .llx-audited .llx-hero-primary-top { align-items: flex-start; flex-direction: column; }
  .llx-audited .llx-hero-status { margin-left: 4px; }
  .llx-audited .llx-hero-copy { padding: 46px 0 34px; }
  .llx-audited .llx-hero-copy h1 { font-size: clamp(48px, 14.8vw, 62px); line-height: .89; }
  .llx-audited .llx-hero-copy h1 > span { white-space: normal; }
  .llx-audited .llx-hero-copy p { margin-top: 22px; font-size: 15px; }
  .llx-audited .llx-hero-actions { align-items: stretch; flex-direction: column; }
  .llx-audited .llx-hero-actions a { justify-content: center; text-align: center; }
  .llx-audited .llx-hero-capabilities { position: relative; right: auto; bottom: auto; align-items: stretch; margin-top: 28px; }
  .llx-audited .llx-hero-capabilities span { justify-content: center; }
  .llx-audited .llx-hero-side { grid-template-columns: 1fr; gap: 10px; }
  .llx-audited .llx-hero-side .llx-glass-card { padding: 22px; }
  .llx-audited .llx-hero-dashboard ul { grid-template-columns: 1fr; }
}

/* Balanced editorial rhythm: light diagnosis, calculator and objections. */
.llx-audited .llx-leak-section {
  position: relative;
  overflow: hidden;
  padding: 96px 32px;
  color: #0a0a0a;
  background:
    radial-gradient(circle at 92% 8%, rgba(204, 255, 0, .24), transparent 25%),
    #f4f4ef;
  border-block: 1px solid rgba(10, 10, 10, .12);
}

.llx-audited .llx-leak-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(10, 10, 10, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 10, 10, .07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent 28%, #000);
}

.llx-audited .llx-leak-section .llx-wrap {
  position: relative;
  z-index: 1;
}

.llx-audited .llx-leak-head {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 72px;
  align-items: end;
}

.llx-audited .llx-leak-head h2 {
  max-width: 850px;
  margin-top: 20px;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 900;
  line-height: .93;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.llx-audited .llx-leak-head > p {
  padding-bottom: 6px;
  color: #45454b;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
}

.llx-audited .llx-leak-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.llx-audited .llx-leak-grid article {
  position: relative;
  min-height: 295px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(10, 10, 10, .15);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(10, 10, 10, .04);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.llx-audited .llx-leak-grid article:hover {
  transform: translateY(-4px);
  border-color: #0a0a0a;
  box-shadow: 0 24px 60px rgba(10, 10, 10, .1);
}

.llx-audited .llx-leak-grid article:nth-child(2),
.llx-audited .llx-leak-grid article:nth-child(3) {
  color: #fff;
  background: #111313;
  border-color: #111313;
}

.llx-audited .llx-leak-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 38px;
  color: #0a0a0a;
  background: var(--llx-lime);
  border: 1px solid #0a0a0a;
  border-radius: 14px;
  box-shadow: 5px 5px 0 rgba(10, 10, 10, .13);
}

.llx-audited .llx-leak-icon svg {
  width: 24px;
  height: 24px;
}

.llx-audited .llx-leak-grid small {
  color: #687100;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.llx-audited .llx-leak-grid article:nth-child(2) small,
.llx-audited .llx-leak-grid article:nth-child(3) small {
  color: var(--llx-lime);
}

.llx-audited .llx-leak-grid h3 {
  margin: 10px 0 11px;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.llx-audited .llx-leak-grid p {
  max-width: 540px;
  color: #56565d;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.65;
}

.llx-audited .llx-leak-grid article:nth-child(2) p,
.llx-audited .llx-leak-grid article:nth-child(3) p {
  color: #bcbcc2;
}

.llx-audited .llx-leak-grid b {
  display: block;
  margin-top: 22px;
  padding-top: 16px;
  color: #0a0a0a;
  border-top: 1px solid rgba(10, 10, 10, .13);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.llx-audited .llx-leak-grid article:nth-child(2) b,
.llx-audited .llx-leak-grid article:nth-child(3) b {
  color: #fff;
  border-color: rgba(255, 255, 255, .13);
}

.llx-audited .llx-leak-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 16px;
  padding: 23px 25px;
  color: #fff;
  background: #0a0a0a;
  border-radius: 20px;
}

.llx-audited .llx-leak-close p {
  color: #d4d4d8;
  font-size: 15px;
  font-weight: 600;
}

.llx-audited .llx-leak-close strong { color: var(--llx-lime); }
.llx-audited .llx-leak-close a {
  flex: 0 0 auto;
  padding: 13px 18px;
  color: #0a0a0a;
  background: var(--llx-lime);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.llx-audited .llx-calculator-system {
  position: relative;
  padding-block: 88px !important;
  background:
    radial-gradient(circle at 8% 20%, rgba(204, 255, 0, .17), transparent 24%),
    #fff !important;
  border-block: 1px solid rgba(10, 10, 10, .1);
}

.llx-audited .llx-calculator-system::before {
  content: "ILLUSTRATIVE / NOT A FORECAST";
  position: absolute;
  top: 26px;
  right: 32px;
  color: #71717a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.llx-audited .llx-faq-light {
  color: #0a0a0a;
  background:
    radial-gradient(circle at 5% 100%, rgba(204, 255, 0, .2), transparent 26%),
    #f4f4ef;
  border-block: 1px solid rgba(10, 10, 10, .12);
}

.llx-audited .llx-faq-light .llx-lede { color: #52525b; }
.llx-audited .llx-faq-light .llx-guarantee {
  color: #fff;
  background: #0a0a0a;
  border: 1px solid #0a0a0a;
  box-shadow: 8px 8px 0 var(--llx-lime);
}

.llx-audited .llx-faq-light .llx-faq-list {
  padding: 10px 26px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(10, 10, 10, .14);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(10, 10, 10, .06);
}

.llx-audited .llx-faq-light details { border-color: rgba(10, 10, 10, .13); }
.llx-audited .llx-faq-light details:last-child { border-bottom: 0; }
.llx-audited .llx-faq-light summary { color: #0a0a0a; }
.llx-audited .llx-faq-light summary::after {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #0a0a0a;
  background: var(--llx-lime);
  border-radius: 50%;
  line-height: 1;
}
.llx-audited .llx-faq-light details p { color: #52525b; }

.llx-audited .llx-final-audit {
  position: relative;
  isolation: isolate;
  color: #fff;
  background-color: #080909 !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) !important;
  background-size: 48px 48px !important;
}

.llx-audited .llx-final-audit::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 82% 18%, rgba(204, 255, 0, .14), transparent 28%);
}

.llx-audited .llx-final-audit form,
.llx-audited .llx-final-audit [class*="border"] {
  border-color: rgba(204, 255, 0, .2);
}

@media (max-width: 980px) {
  .llx-audited .llx-leak-head { grid-template-columns: 1fr; gap: 20px; }
  .llx-audited .llx-leak-head > p { max-width: 680px; }
}

@media (max-width: 620px) {
  .llx-audited .llx-leak-section { padding: 72px 20px; }
  .llx-audited .llx-leak-head h2 { font-size: 40px; }
  .llx-audited .llx-leak-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .llx-audited .llx-leak-grid article { min-height: 0; padding: 23px; }
  .llx-audited .llx-leak-icon { margin-bottom: 30px; }
  .llx-audited .llx-leak-close { align-items: stretch; flex-direction: column; }
  .llx-audited .llx-leak-close a { text-align: center; }
  .llx-audited .llx-calculator-system::before { display: none; }
  .llx-audited .llx-faq-light .llx-faq-list { padding: 5px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .llx-plan,
  .llx-process-rail article,
  .llx-audited #outcomes .llx-card {
    transition: none;
  }
}

/* Connected systems: deliberate grid placement prevents the badge from stretching. */
.llx-audited #integrations .llx-wrap {
  grid-template-areas:
    "kicker kicker"
    "title lede"
    "marquee marquee";
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: 24px 54px;
}

.llx-audited #integrations .llx-kicker {
  grid-area: kicker;
  width: max-content;
  max-width: 100%;
  align-self: start;
  justify-self: start;
}

.llx-audited #integrations,
.llx-audited #process {
  scroll-margin-top: 110px;
}

.llx-audited #integrations .llx-title {
  grid-area: title;
}

.llx-audited #integrations .llx-lede {
  grid-area: lede;
  margin-bottom: 5px;
}

.llx-audited #integrations .llx-marquee {
  grid-area: marquee;
  width: 100%;
}

/* How it works: a complete dark process console with contained connectors. */
.llx-audited .llx-process-system {
  position: relative;
  isolation: isolate;
  color: #fff;
  background-color: #080909;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 46px 46px;
}

.llx-audited .llx-process-system::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(204, 255, 0, .12), transparent 28%),
    linear-gradient(180deg, rgba(8, 9, 9, .2), #080909 72%);
}

.llx-audited .llx-process-system .llx-kicker {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
}

.llx-audited .llx-process-system .llx-title {
  color: #fff;
}

.llx-audited .llx-process-system .llx-lede {
  color: #d4d4d8;
}

.llx-audited .llx-process-rail {
  gap: 18px;
}

.llx-audited .llx-process-rail::before {
  display: none;
}

.llx-audited .llx-process-rail article,
.llx-audited .llx-process-rail article:nth-child(even) {
  min-height: 330px;
  margin-top: 0;
  padding: 108px 26px 28px;
  color: #fff;
  background: rgba(17, 19, 19, .94);
  border-color: rgba(255, 255, 255, .14);
  border-radius: 26px;
  backdrop-filter: blur(8px);
}

.llx-audited .llx-process-rail article::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 52px;
  left: calc(100% + 1px);
  width: 18px;
  height: 2px;
  background: var(--llx-lime);
  box-shadow: 8px 0 14px rgba(204, 255, 0, .45);
}

.llx-audited .llx-process-rail article:last-child::after {
  display: none;
}

.llx-audited .llx-process-rail article > span {
  top: 24px;
  left: 26px;
  border-color: var(--llx-lime);
  box-shadow: 5px 5px 0 rgba(204, 255, 0, .15);
}

.llx-audited .llx-process-rail article:hover {
  color: #fff;
  background: #151817;
  border-color: rgba(204, 255, 0, .55);
}

.llx-audited .llx-process-rail small,
.llx-audited .llx-process-rail article:hover small {
  color: var(--llx-lime);
}

.llx-audited .llx-process-rail p,
.llx-audited .llx-process-rail article:hover p {
  color: #b8b8bf;
}

@media (max-width: 980px) {
  .llx-audited #integrations .llx-wrap {
    grid-template-areas:
      "kicker"
      "title"
      "lede"
      "marquee";
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .llx-audited .llx-process-rail article::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .llx-audited #integrations .llx-kicker {
    white-space: nowrap;
  }

  .llx-audited .llx-process-rail article,
  .llx-audited .llx-process-rail article:nth-child(even) {
    min-height: 0;
    padding: 100px 22px 27px;
  }
}

/* Responsive type and layout pass: preserve the editorial hierarchy at every width. */
@media (max-width: 980px) {
  .llx-audited .llx-process-heading {
    display: block;
  }

  .llx-audited .llx-process-heading .llx-title,
  .llx-audited .llx-process-heading .llx-lede {
    max-width: 760px;
  }

  .llx-audited .llx-process-heading .llx-lede {
    margin-top: 22px;
  }

  .llx-audited #roi-calculator > .max-w-7xl > .flex:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .llx-audited #roi-calculator > .max-w-7xl > .flex:first-child > * {
    width: 100%;
    max-width: 720px;
  }

  .llx-audited .llx-title,
  .llx-audited .llx-leak-head h2,
  .llx-audited .llx-pricing-head h2 {
    font-size: clamp(40px, 6.25vw, 58px);
  }
}

@media (max-width: 620px) {
  .llx-audited .llx-hero-glass {
    background:
      radial-gradient(circle at 15% 12%, rgba(204, 255, 0, .24), transparent 34%),
      radial-gradient(circle at 88% 48%, rgba(106, 155, 111, .25), transparent 38%),
      linear-gradient(145deg, #f8fff0 0%, #e8f5df 46%, #f4f7e8 100%);
  }

  .llx-audited .llx-hero-glass > .absolute,
  .llx-audited .llx-hero-glass > .absolute > div,
  .llx-audited .llx-hero-glass .shader {
    width: 100% !important;
    height: 100% !important;
  }

  .llx-audited .llx-hero-glass canvas[data-renderer="shaders"] {
    width: 100% !important;
    height: 100% !important;
    min-width: 100vw;
    min-height: 100%;
    object-fit: cover;
  }

  .llx-audited .llx-hero-copy {
    padding-block: 38px 30px;
  }

  .llx-audited .llx-hero-copy h1 {
    font-size: clamp(38px, 11.25vw, 46px);
    line-height: .92;
    letter-spacing: -.055em;
  }

  .llx-audited .llx-title,
  .llx-audited .llx-leak-head h2,
  .llx-audited .llx-pricing-head h2,
  .llx-audited #roi-calculator h2,
  .llx-audited #faq h2,
  .llx-audited #strategy-builder h2 {
    max-width: 100%;
    font-size: clamp(32px, 9.4vw, 38px);
    line-height: .98;
    letter-spacing: -.045em;
    overflow-wrap: normal;
  }

  .llx-audited #roi-calculator h2 {
    padding-block: .08em;
    overflow: visible;
    color: #0a0a0a;
    background: none;
    -webkit-text-fill-color: #0a0a0a;
  }

  .llx-audited .llx-calculator-system .llx-heading-accent {
    position: static;
    z-index: auto;
    isolation: auto;
    color: #0a0a0a;
    background: linear-gradient(180deg, transparent 0 84%, var(--llx-lime) 84% 98%, transparent 98% 100%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-text-fill-color: #0a0a0a;
  }

  .llx-audited .llx-calculator-system .llx-heading-accent::after {
    display: none;
  }

  .llx-audited .llx-section,
  .llx-audited .llx-leak-section,
  .llx-audited .llx-pricing-section {
    padding-inline: 18px;
  }

  .llx-audited #roi-calculator {
    padding-block: 66px !important;
  }

  .llx-audited #roi-calculator > .max-w-7xl {
    gap: 48px;
  }

  .llx-audited #roi-calculator > .max-w-7xl > .flex:first-child {
    gap: 20px;
    padding-bottom: 32px;
  }

  .llx-audited .llx-plan,
  .llx-audited .llx-card,
  .llx-audited .llx-leak-grid article {
    border-radius: 20px;
  }

  .llx-audited .llx-cta,
  .llx-audited .llx-hero-actions a,
  .llx-audited .llx-plan a {
    min-height: 48px;
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .llx-audited .llx-hero-glass {
    padding-inline: 10px !important;
  }

  .llx-audited .llx-hero-primary,
  .llx-audited .llx-hero-side .llx-glass-card {
    padding-inline: 18px;
  }

  .llx-audited .llx-hero-copy h1 {
    font-size: clamp(36px, 10.7vw, 42px);
  }

  .llx-audited .llx-title,
  .llx-audited .llx-leak-head h2,
  .llx-audited .llx-pricing-head h2,
  .llx-audited #roi-calculator h2,
  .llx-audited #faq h2,
  .llx-audited #strategy-builder h2 {
    font-size: clamp(30px, 9vw, 35px);
  }
}

/* Primary navigation and service mega menu. */
.llx-audited .llx-site-header {
  z-index: 100;
}

.llx-audited .llx-nav-host {
  width: min(1280px, 100%);
  max-width: 1280px;
}

.llx-audited .llx-nav-frame {
  position: relative;
}

.llx-audited .llx-brand-mark {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
}

.llx-audited .llx-brand-icon-host {
  background: transparent !important;
  box-shadow: none !important;
}

.llx-audited .llx-brand-mark-footer {
  width: 38px;
  height: 38px;
}

.llx-audited .llx-desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 31px);
}

.llx-audited .llx-desktop-nav > a,
.llx-audited .llx-nav-services > button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease;
}

.llx-audited .llx-desktop-nav > a:hover,
.llx-audited .llx-desktop-nav > a:focus-visible,
.llx-audited .llx-nav-services > button:hover,
.llx-audited .llx-nav-services > button:focus-visible,
.llx-audited .llx-nav-services.is-open > button {
  color: var(--llx-lime);
}

.llx-audited .llx-nav-services > button svg {
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.llx-audited .llx-nav-services {
  position: relative;
}

.llx-audited .llx-nav-services::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  width: 240px;
  height: 46px;
  transform: translateX(-50%);
  pointer-events: auto;
}

.llx-audited .llx-nav-services.is-open > button svg {
  transform: rotate(-90deg);
}

.llx-audited .llx-mega-menu {
  position: fixed;
  z-index: 120;
  top: 92px;
  left: 50%;
  width: min(1060px, calc(100vw - 40px));
  padding: 18px;
  visibility: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    rgba(9, 10, 10, .98);
  background-size: 32px 32px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 26px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .42);
  opacity: 0;
  transform: translate(-50%, -10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.llx-audited .llx-nav-services:hover .llx-mega-menu,
.llx-audited .llx-nav-services:focus-within .llx-mega-menu,
.llx-audited .llx-nav-services.is-open .llx-mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.llx-audited .llx-desktop-nav .llx-nav-services.is-open > .llx-mega-menu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
  pointer-events: auto !important;
}

.llx-audited .llx-mega-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 7px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.llx-audited .llx-mega-head span,
.llx-audited .llx-mega-head a { color: var(--llx-lime); text-decoration: none; }
.llx-audited .llx-mega-head b { color: #a1a1aa; }

.llx-audited .llx-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 14px;
}

.llx-audited .llx-mega-group {
  padding: 10px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
}

.llx-audited .llx-mega-group > span {
  display: block;
  padding: 4px 7px 10px;
  color: var(--llx-lime);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.llx-audited .llx-mega-group a {
  min-height: 0;
  display: block;
  padding: 10px 11px;
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.llx-audited .llx-mega-group a:hover,
.llx-audited .llx-mega-group a:focus-visible {
  background: rgba(204, 255, 0, .1);
  transform: translateX(3px);
}

.llx-audited .llx-mega-group b,
.llx-audited .llx-mega-group small {
  display: block;
}

.llx-audited .llx-mega-group b {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.llx-audited .llx-mega-group small {
  margin-top: 4px;
  color: #a1a1aa;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.llx-audited .llx-mobile-toggle {
  min-width: 38px;
  min-height: 38px;
  display: none;
  place-content: center;
  gap: 4px;
  padding: 9px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 50%;
  cursor: pointer;
}

.llx-audited .llx-mobile-toggle span {
  width: 15px;
  height: 1px;
  display: block;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.llx-audited .llx-mobile-toggle.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.llx-audited .llx-mobile-toggle.is-open span:nth-child(2) { opacity: 0; }
.llx-audited .llx-mobile-toggle.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.llx-audited .llx-mobile-menu {
  position: absolute;
  z-index: 115;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  max-height: calc(100svh - 108px);
  display: none;
  padding: 14px;
  overflow-y: auto;
  color: #fff;
  background: rgba(9, 10, 10, .985);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}

.llx-audited .llx-mobile-menu.is-open { display: block; }

.llx-audited .llx-mobile-menu > a,
.llx-audited .llx-mobile-services-toggle {
  min-height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.llx-audited .llx-mobile-services {
  display: none;
  padding: 12px 0;
}

.llx-audited .llx-mobile-services.is-open { display: block; }
.llx-audited .llx-mobile-services .llx-mega-group { margin-bottom: 10px; }
.llx-audited .llx-mobile-services .llx-mega-group:last-child { margin-bottom: 0; }

@media (max-width: 1100px) {
  .llx-audited .llx-desktop-nav { display: none; }
  .llx-audited .llx-mobile-toggle { display: grid; }
  .llx-audited.llx-menu-open { overflow: hidden; }
}

@media (max-width: 620px) {
  .llx-audited .llx-mobile-menu {
    right: 2px;
    left: 2px;
  }

  .llx-audited .llx-mobile-services .llx-mega-group a {
    padding-block: 9px;
  }
}

/* Final cascade guard for the redesigned audit section. */
.llx-audited #strategy-builder.llx-final-audit {
  color: #0a0a0a;
  background-color: #f4f4ef !important;
  background-image:
    radial-gradient(ellipse 48% 58% at 4% 32%, rgba(204, 255, 0, .16), transparent 68%),
    linear-gradient(112deg, rgba(255, 255, 255, .9) 0%, rgba(244, 244, 239, .35) 48%, rgba(234, 235, 227, .72) 100%) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.llx-audited #strategy-builder.llx-final-audit::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 14%;
  right: auto;
  bottom: auto;
  left: -180px;
  width: 620px;
  height: 620px;
  opacity: 1;
  background: transparent;
  border: 1px solid rgba(10, 10, 10, .055);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(10, 10, 10, .018), 0 0 0 144px rgba(10, 10, 10, .012);
  pointer-events: none;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .45) 62%, transparent 100%);
}
.llx-audited #strategy-builder.llx-final-audit::after {
  content: "REVENUE / AUDIT";
  position: absolute;
  z-index: 0;
  bottom: -0.16em;
  left: -0.04em;
  color: rgba(10, 10, 10, .028);
  font: 900 clamp(92px, 13vw, 210px)/.75 Outfit, sans-serif;
  letter-spacing: -.07em;
  white-space: nowrap;
  pointer-events: none;
}
.llx-audited #strategy-builder .llx-audit-paper { color: #0a0a0a; }

.llx-audited #strategy-builder .llx-audit-wrap {
  grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr);
  gap: clamp(42px, 4.6vw, 68px);
}

/* Audit step flow and light-surface contrast correction. */
.llx-audited #strategy-builder .llx-audit-intro .llx-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  color: #0a0a0a !important;
  background: var(--llx-lime) !important;
  border: 1px solid #0a0a0a !important;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.llx-audited #strategy-builder .llx-audit-intro h2 {
  color: #0a0a0a !important;
}

.llx-audited #strategy-builder .llx-audit-line {
  position: relative;
  z-index: 0;
  width: fit-content;
  max-width: 100%;
  display: block;
  color: #0a0a0a !important;
  white-space: nowrap;
}

.llx-audited #strategy-builder .llx-audit-intro h2 {
  max-width: 100%;
  font-size: clamp(44px, 4.35vw, 66px);
}

.llx-audited #strategy-builder .llx-audit-line::after { display: none; }

.llx-audited #strategy-builder .llx-audit-line .llx-heading-accent {
  padding: 0;
  color: #0a0a0a !important;
  background: transparent;
  -webkit-text-fill-color: #0a0a0a !important;
  text-shadow: none;
}

.llx-audited #strategy-builder .llx-audit-line-accent::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -.03em;
  bottom: .08em;
  left: -.03em;
  height: .22em;
  display: block;
  background: var(--llx-lime);
}

.llx-audited .llx-form-progress {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #deded9;
}

.llx-audited .llx-form-progress > div { display: flex; align-items: center; gap: 8px; color: #8a8a8e; }
.llx-audited .llx-form-progress b { display: grid; width: 31px; height: 31px; place-items: center; color: #5c5c60; background: #eeeeea; border: 1px solid #d1d1cc; border-radius: 50%; font-size: 9px; font-weight: 900; transition: .2s ease; }
.llx-audited .llx-form-progress span { font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.llx-audited .llx-form-progress i { height: 1px; background: #d8d8d3; }
.llx-audited .llx-form-progress .is-active, .llx-audited .llx-form-progress .is-complete { color: #0a0a0a; }
.llx-audited .llx-form-progress .is-active b { color: #0a0a0a; background: var(--llx-lime); border-color: #0a0a0a; box-shadow: 0 0 0 4px rgba(204, 255, 0, .18); }
.llx-audited .llx-form-progress .is-complete b { color: #0a0a0a; background: #fff; border-color: #778e17; }

.llx-audited .llx-form-step { min-height: 515px; padding-top: 31px; animation: llx-step-in .28s ease both; }
.llx-audited .llx-form-step[hidden] { display: none !important; }
@keyframes llx-step-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }
.llx-audited .llx-step-heading { margin-bottom: 27px; }
.llx-audited .llx-step-heading small { color: #657807; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.llx-audited .llx-step-heading h3 { margin-top: 7px; color: #0a0a0a; font-size: clamp(27px, 3vw, 38px); font-weight: 900; line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.llx-audited .llx-step-heading p { margin-top: 9px; color: #68686d; font-size: 13px; font-weight: 650; }
.llx-audited .llx-form-span { grid-column: 1 / -1; }
.llx-audited .llx-form-step .llx-form-priorities { margin-top: 0; }
.llx-audited .llx-step-error { min-height: 20px; margin-top: 14px; color: #a12b24; font-size: 12px; font-weight: 750; }
.llx-audited .llx-step-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; }
.llx-audited .llx-step-actions.is-end { justify-content: flex-end; }
.llx-audited .llx-step-next, .llx-audited .llx-step-back {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  font: 900 11px/1 Outfit, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.llx-audited .llx-step-next { color: #0a0a0a; background: var(--llx-lime); border: 1px solid #0a0a0a; box-shadow: 0 5px 0 #0a0a0a; }
.llx-audited .llx-step-next svg { width: 16px; }
.llx-audited .llx-step-back { color: #0a0a0a; background: transparent; border: 1px solid #b5b5b0; }
.llx-audited .llx-step-actions .llx-audit-submit { width: auto; flex: 1; margin-top: 0; padding-inline: 22px; }

@media (max-width: 620px) {
  .llx-audited #strategy-builder .llx-audit-line { white-space: nowrap; }
  .llx-audited #strategy-builder .llx-audit-intro h2 { font-size: clamp(36px, 10.7vw, 43px); line-height: .94; }
  .llx-audited .llx-form-progress { gap: 6px; }
  .llx-audited .llx-form-progress span { display: none; }
  .llx-audited .llx-form-progress b { width: 29px; height: 29px; }
  .llx-audited .llx-form-step { min-height: 0; padding-top: 26px; }
  .llx-audited .llx-step-heading h3 { font-size: 28px; }
  .llx-audited .llx-form-span { grid-column: auto; }
  .llx-audited .llx-step-actions { align-items: stretch; flex-direction: column-reverse; }
  .llx-audited .llx-step-actions .llx-audit-submit, .llx-audited .llx-step-next, .llx-audited .llx-step-back { width: 100%; }
}

@media (max-width: 1080px) and (min-width: 901px) {
  .llx-audited #strategy-builder .llx-audit-wrap {
    grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr);
    gap: 34px;
  }
  .llx-audited #strategy-builder .llx-audit-intro h2 { font-size: clamp(40px, 4.5vw, 50px); }
}

@media (max-width: 900px) {
  .llx-audited #strategy-builder .llx-audit-wrap { grid-template-columns: 1fr; }
  .llx-audited #strategy-builder.llx-final-audit::before { left: -390px; opacity: .7; }
  .llx-audited #strategy-builder.llx-final-audit::after { font-size: 25vw; }
}
