/* Landing V2 — isolated under .lpv2 to protect the rest of the application. */
.lpv2 {
  --lpv2-ink: #0a1830;
  --lpv2-ink-soft: #42516a;
  --lpv2-blue: #155eef;
  --lpv2-blue-deep: #0b3e9c;
  --lpv2-orange: #ff6b17;
  --lpv2-yellow: #ffd33d;
  --lpv2-mint: #bfe8d0;
  --lpv2-paper: #f7f5ef;
  --lpv2-white: #fffefa;
  --lpv2-line: rgba(10, 24, 48, .14);
  --lpv2-shadow: 0 24px 70px rgba(15, 34, 68, .12);
  position: relative;
  width: 100%;
  overflow: clip;
  color: var(--lpv2-ink);
  background: var(--lpv2-paper);
}

.lpv2,
.lpv2 * {
  box-sizing: border-box;
}

.lpv2 h1,
.lpv2 h2,
.lpv2 h3,
.lpv2 p,
.lpv2 figure,
.lpv2 ol,
.lpv2 ul {
  margin-top: 0;
}

.lpv2 h1,
.lpv2 h2,
.lpv2 h3 {
  color: var(--lpv2-ink);
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.lpv2 p,
.lpv2 li,
.lpv2 figcaption {
  text-wrap: pretty;
}

.lpv2 img {
  display: block;
  max-width: 100%;
}

.lpv2-wrap {
  width: min(100% - 3rem, 78rem);
  margin-inline: auto;
}

.lpv2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.15rem;
  color: var(--lpv2-blue-deep);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.lpv2-eyebrow > span {
  width: .72rem;
  height: .72rem;
  flex: 0 0 auto;
  border: 2px solid var(--lpv2-ink);
  border-radius: 50%;
  background: var(--lpv2-yellow);
  box-shadow: 4px 4px 0 var(--lpv2-blue);
}

.lpv2-eyebrow--light {
  color: #c8d8ff;
}

.lpv2-eyebrow--light > span {
  border-color: var(--lpv2-white);
}

.lpv2-button {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .85rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .9rem;
  font: inherit;
  font-size: .97rem;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.lpv2-button svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lpv2-button:hover {
  transform: translateY(-2px);
}

.lpv2-button:focus-visible,
.lpv2-jump a:focus-visible {
  outline: 3px solid var(--lpv2-yellow);
  outline-offset: 4px;
}

.lpv2-button--primary {
  color: #fff;
  border-color: #d94c00;
  background: linear-gradient(135deg, #ff7928, #f04b00);
  box-shadow: 0 12px 28px rgba(240, 75, 0, .23), 4px 4px 0 var(--lpv2-ink);
}

.lpv2-button--primary:hover {
  background: linear-gradient(135deg, #ff873c, #e94600);
  box-shadow: 0 16px 34px rgba(240, 75, 0, .28), 5px 5px 0 var(--lpv2-ink);
}

.lpv2-button--quiet {
  color: var(--lpv2-ink);
  border-color: rgba(10, 24, 48, .22);
  background: rgba(255, 254, 250, .82);
}

.lpv2-button--quiet:hover {
  background: #fff;
  box-shadow: 0 10px 24px rgba(10, 24, 48, .1);
}

.lpv2-button--inverted {
  color: var(--lpv2-ink);
  border-color: #fff;
  background: #fff;
  box-shadow: 4px 4px 0 var(--lpv2-orange);
}

.lpv2-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: min(49rem, calc(100svh - 4rem));
  align-items: center;
  padding: clamp(3.7rem, 7vw, 6.8rem) 0 clamp(3.8rem, 7vw, 6rem);
  background:
    linear-gradient(90deg, rgba(10, 24, 48, .04) 1px, transparent 1px),
    linear-gradient(rgba(10, 24, 48, .04) 1px, transparent 1px),
    linear-gradient(145deg, #fffefa 0%, #f4f7ff 52%, #f9f1e9 100%);
  background-size: 40px 40px, 40px 40px, auto;
}

.lpv2-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 5%;
  width: 13rem;
  height: .55rem;
  background: var(--lpv2-orange);
  transform: skewX(-30deg);
}

.lpv2-hero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(1px);
  pointer-events: none;
}

.lpv2-hero__glow--blue {
  top: -12rem;
  right: -10rem;
  width: 36rem;
  height: 36rem;
  background: radial-gradient(circle, rgba(21, 94, 239, .17), rgba(21, 94, 239, 0) 68%);
}

.lpv2-hero__glow--orange {
  bottom: -14rem;
  left: -12rem;
  width: 31rem;
  height: 31rem;
  background: radial-gradient(circle, rgba(255, 107, 23, .15), rgba(255, 107, 23, 0) 68%);
}

.lpv2-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(31rem, 1.12fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5.5rem);
}

.lpv2-hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.lpv2-hero h1 {
  max-width: 10.5ch;
  margin-bottom: 1.55rem;
  font-size: clamp(3.4rem, 6.25vw, 6.15rem);
  line-height: .91;
  letter-spacing: -.066em;
}

.lpv2-underline {
  display: inline;
  padding-inline: .025em;
  background: linear-gradient(to bottom, transparent 80%, var(--lpv2-yellow) 80%, var(--lpv2-yellow) 95%, transparent 95%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.lpv2-underline::after {
  display: none;
}

.lpv2-hero__lead {
  max-width: 38rem;
  margin-bottom: 1.8rem;
  color: var(--lpv2-ink-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.25rem);
  line-height: 1.62;
}

.lpv2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-bottom: 1.65rem;
}

.lpv2-hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.1rem;
  margin: 0;
  padding: 0;
  color: #35435a;
  font-size: .88rem;
  font-weight: 740;
  list-style: none;
}

.lpv2-hero__assurances li {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
}

.lpv2-hero__assurances span {
  display: inline-grid;
  width: 1.1rem;
  height: 1.1rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lpv2-blue);
  font-size: .66rem;
}

.lpv2-transform {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 1.15rem;
  border: 1px solid rgba(134, 164, 220, .32);
  border-radius: 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .09) 1.2px, transparent 0),
    linear-gradient(145deg, #07152d, #0c2652 72%, #123974);
  background-size: 22px 22px, auto;
  box-shadow: 0 2.3rem 6rem rgba(8, 25, 55, .22), 8px 8px 0 rgba(21, 94, 239, .13);
}

.lpv2-transform::before {
  content: "";
  position: absolute;
  top: -1.05rem;
  right: 2.4rem;
  width: 5.7rem;
  height: 2.15rem;
  border-radius: .25rem;
  background: rgba(255, 211, 61, .92);
  transform: rotate(3deg);
  box-shadow: 0 4px 14px rgba(10, 24, 48, .15);
}

.lpv2-transform__topline {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 2.2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 .25rem .75rem;
  color: #b9c9ea;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lpv2-live-label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #fff;
}

.lpv2-live-label i {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--lpv2-orange);
  box-shadow: 0 0 0 .32rem rgba(255, 107, 23, .15);
}

.lpv2-transform__stage {
  position: relative;
  min-height: 29rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 1.3rem;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 107, 23, .16), transparent 27%),
    radial-gradient(circle at 82% 71%, rgba(21, 94, 239, .24), transparent 30%),
    rgba(4, 14, 32, .7);
}

.lpv2-transform__tag {
  position: absolute;
  z-index: 4;
  top: .7rem;
  left: .7rem;
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  padding: .35rem .55rem;
  border-radius: .48rem;
  color: var(--lpv2-ink);
  background: #fff;
  box-shadow: 0 6px 16px rgba(10, 24, 48, .18);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lpv2-transform__source {
  position: absolute;
  z-index: 2;
  top: 12%;
  bottom: 9%;
  left: 4%;
  width: 31%;
  overflow: hidden;
  padding: .42rem;
  border-radius: .85rem;
  background: #fff;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .28);
  transform: rotate(-4deg);
}

.lpv2-transform__source picture,
.lpv2-transform__source img {
  width: 100%;
  height: 100%;
}

.lpv2-transform__source img {
  border-radius: .55rem;
  object-fit: cover;
  object-position: center 15%;
}

.lpv2-transform__scan {
  position: absolute;
  z-index: 3;
  right: .42rem;
  left: .42rem;
  top: 8%;
  height: .26rem;
  border-radius: 999px;
  background: #4fa4ff;
  box-shadow: 0 0 1rem .28rem rgba(79, 164, 255, .55);
  animation: lpv2-scan 4.8s cubic-bezier(.55, .05, .35, 1) infinite;
}

.lpv2-transform__flow {
  position: absolute;
  z-index: 1;
  top: 24%;
  left: 29%;
  width: 31%;
  height: 28%;
}

.lpv2-transform__flow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.lpv2-transform__flow path {
  fill: none;
  stroke: var(--lpv2-yellow);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 7 10;
  animation: lpv2-dash 4.8s linear infinite;
}

.lpv2-transform__flow strong {
  position: absolute;
  top: 42%;
  left: 38%;
  padding: .35rem .55rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: #0b2b63;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .2);
  font-size: .62rem;
  white-space: nowrap;
}

.lpv2-transform__pulse {
  position: absolute;
  z-index: 2;
  top: 65%;
  left: 10%;
  width: .72rem;
  height: .72rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--lpv2-orange);
  box-shadow: 0 0 0 .35rem rgba(255, 107, 23, .2);
  animation: lpv2-pulse-path 4.8s ease-in-out infinite;
}

.lpv2-transform__output {
  position: absolute;
  z-index: 3;
  top: 18%;
  right: 3.5%;
  width: 64%;
  padding: .48rem .48rem 4.2rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1.7rem 3.4rem rgba(0, 0, 0, .3);
  transform: rotate(1.2deg);
}

.lpv2-transform__output picture,
.lpv2-transform__output img {
  width: 100%;
}

.lpv2-transform__output img {
  border: 1px solid rgba(10, 24, 48, .1);
  border-radius: .65rem;
}

.lpv2-transform__output .lpv2-transform__tag {
  color: #fff;
  background: var(--lpv2-blue);
}

.lpv2-transform__result {
  position: absolute;
  right: .8rem;
  bottom: .75rem;
  left: .8rem;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .62rem;
  color: var(--lpv2-ink);
}

.lpv2-transform__result > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #18864b;
  font-weight: 900;
}

.lpv2-transform__result div {
  min-width: 0;
}

.lpv2-transform__result strong,
.lpv2-transform__result small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lpv2-transform__result strong {
  font-size: .76rem;
}

.lpv2-transform__result small {
  margin-top: .12rem;
  color: #66738a;
  font-size: .62rem;
}

.lpv2-transform figcaption {
  margin: .8rem .3rem .05rem;
  color: #b9c9e6;
  font-size: .74rem;
  line-height: 1.45;
}

.lpv2-prerender__visual {
  position: relative;
  width: min(100%, 34rem);
  min-height: 31rem;
  margin: 0 auto;
  padding: 1.2rem;
  border: 1px solid rgba(134, 164, 220, .32);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .09) 1.2px, transparent 0),
    linear-gradient(145deg, #07152d, #123974);
  background-size: 22px 22px, auto;
  box-shadow: 0 2.3rem 6rem rgba(8, 25, 55, .22);
}

.lpv2-prerender__visual picture {
  display: block;
  width: 52%;
  height: 25rem;
  overflow: hidden;
  border: .45rem solid #fff;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .28);
  transform: rotate(-4deg);
}

.lpv2-prerender__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

.lpv2-prerender__visual figcaption {
  position: absolute;
  right: 1.2rem;
  bottom: 2.3rem;
  width: 58%;
  margin: 0;
  padding: 1.1rem;
  border-radius: .9rem;
  color: var(--lpv2-ink);
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .25);
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.45;
}

.lpv2-facts {
  border-block: 1px solid var(--lpv2-line);
  background: var(--lpv2-white);
}

.lpv2-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lpv2-facts__grid > div {
  min-width: 0;
  padding: 1.4rem 1.35rem;
  border-left: 1px solid var(--lpv2-line);
}

.lpv2-facts__grid > div:last-child {
  border-right: 1px solid var(--lpv2-line);
}

.lpv2-facts span,
.lpv2-facts strong {
  display: block;
}

.lpv2-facts span {
  margin-bottom: .32rem;
  color: #6d7787;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lpv2-facts strong {
  font-size: .92rem;
  line-height: 1.35;
}

.lpv2-jump {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 2.2rem;
  border: 1px solid var(--lpv2-line);
  border-radius: 1.2rem;
  background: rgba(255, 254, 250, .92);
  box-shadow: 0 12px 35px rgba(10, 24, 48, .08);
}

.lpv2-jump > span,
.lpv2-jump a {
  display: flex;
  min-height: 3.3rem;
  align-items: center;
  justify-content: center;
  padding: .75rem .85rem;
}

.lpv2-jump > span {
  justify-content: flex-start;
  padding-left: 1.25rem;
  color: #6e7887;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lpv2-jump a {
  border-left: 1px solid var(--lpv2-line);
  color: var(--lpv2-ink);
  font-size: .83rem;
  font-weight: 820;
  text-align: center;
  text-decoration: none;
}

.lpv2-jump a:hover {
  color: var(--lpv2-blue-deep);
  background: rgba(21, 94, 239, .05);
}

.lpv2-section {
  scroll-margin-top: 6.5rem;
  padding: clamp(5rem, 9vw, 8.5rem) 0;
}

.lpv2-section-head {
  max-width: 52rem;
  margin-bottom: clamp(2.6rem, 5vw, 4.7rem);
}

.lpv2-section-head h2,
.lpv2-trust h2,
.lpv2-final h2 {
  margin-bottom: 1.15rem;
  font-size: clamp(2.45rem, 4.7vw, 4.75rem);
  line-height: .98;
  letter-spacing: -.052em;
}

.lpv2-section-head > p:last-child,
.lpv2-section-head > div + p,
.lpv2-trust__copy > p:last-child,
.lpv2-final__inner > div > p:last-child {
  margin-bottom: 0;
  color: var(--lpv2-ink-soft);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.62;
}

.lpv2-section-head--split,
.lpv2-section-head--proof {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.55fr) minmax(16rem, .65fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 7rem);
}

.lpv2-section-head--split h2,
.lpv2-section-head--proof h2 {
  margin-bottom: 0;
}

.lpv2-process {
  position: relative;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 211, 61, .18), transparent 23rem),
    var(--lpv2-paper);
}

.lpv2-process__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lpv2-process__list li {
  position: relative;
  min-width: 0;
  min-height: 20rem;
  padding: 1.25rem 1.25rem 1.5rem;
  border: 1px solid var(--lpv2-line);
  border-radius: 1.25rem;
  background: rgba(255, 254, 250, .94);
  box-shadow: 0 13px 32px rgba(10, 24, 48, .06);
}

.lpv2-process__list li::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 4rem;
  z-index: 2;
  width: 1rem;
  border-top: 2px dashed rgba(21, 94, 239, .4);
}

.lpv2-process__list li:last-child::after {
  display: none;
}

.lpv2-process__number {
  position: absolute;
  top: 1.1rem;
  right: 1.15rem;
  color: rgba(10, 24, 48, .34);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.lpv2-process__icon {
  display: grid;
  width: 3.3rem;
  height: 3.3rem;
  margin: .15rem 0 3.7rem;
  place-items: center;
  border: 1px solid rgba(21, 94, 239, .24);
  border-radius: 1rem;
  color: var(--lpv2-blue);
  background: #edf3ff;
  transform: rotate(-3deg);
}

.lpv2-process__list li:nth-child(2) .lpv2-process__icon,
.lpv2-process__list li:nth-child(4) .lpv2-process__icon {
  color: #b74400;
  border-color: rgba(255, 107, 23, .3);
  background: #fff0e6;
  transform: rotate(3deg);
}

.lpv2-process__icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lpv2-process__list h3 {
  margin-bottom: .85rem;
  font-size: clamp(1.3rem, 1.8vw, 1.58rem);
  line-height: 1.12;
  letter-spacing: -.026em;
}

.lpv2-process__list p {
  margin-bottom: 0;
  color: var(--lpv2-ink-soft);
  font-size: .94rem;
  line-height: 1.58;
}

.lpv2-audience {
  border-block: 1px solid rgba(21, 94, 239, .11);
  background:
    linear-gradient(90deg, rgba(21, 94, 239, .045) 1px, transparent 1px),
    linear-gradient(rgba(21, 94, 239, .045) 1px, transparent 1px),
    #eff4ff;
  background-size: 32px 32px, 32px 32px, auto;
}

.lpv2-audience__grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 1.25rem;
}

.lpv2-audience__card {
  position: relative;
  min-width: 0;
  min-height: 27rem;
  padding: clamp(1.7rem, 4vw, 3rem);
  border: 1px solid rgba(10, 24, 48, .14);
  border-radius: 1.7rem;
  background: rgba(255, 254, 250, .94);
  box-shadow: var(--lpv2-shadow);
}

.lpv2-audience__card--primary {
  color: #fff;
  border-color: #092b68;
  background:
    radial-gradient(circle at 95% 5%, rgba(255, 211, 61, .22), transparent 17rem),
    linear-gradient(145deg, #0a1830, #0c316e);
}

.lpv2-audience__card--primary h3,
.lpv2-audience__card--primary p {
  color: #fff;
}

.lpv2-audience__label {
  display: inline-flex;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
  padding: .48rem .68rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: var(--lpv2-blue-deep);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lpv2-audience__card--primary .lpv2-audience__label {
  color: var(--lpv2-yellow);
}

.lpv2-audience__card h3 {
  max-width: 20ch;
  margin-bottom: 1.15rem;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.lpv2-audience__card > p {
  max-width: 50ch;
  margin-bottom: 2rem;
  color: var(--lpv2-ink-soft);
  font-size: 1rem;
  line-height: 1.63;
}

.lpv2-audience__note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
  padding-top: 1rem;
  border-top: 1px solid rgba(10, 24, 48, .15);
  font-size: .85rem;
  line-height: 1.45;
}

.lpv2-audience__card--primary .lpv2-audience__note {
  border-color: rgba(255, 255, 255, .22);
}

.lpv2-audience__note strong {
  color: var(--lpv2-orange);
  white-space: nowrap;
}

.lpv2-audience__note span {
  color: #66738a;
}

.lpv2-audience__card--primary .lpv2-audience__note span {
  color: #c7d5ee;
}

.lpv2-proof {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 14% 8%, rgba(21, 94, 239, .38), transparent 26rem),
    radial-gradient(circle at 92% 88%, rgba(255, 107, 23, .17), transparent 28rem),
    #07152d;
}

.lpv2-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.lpv2-section-head--proof {
  position: relative;
}

.lpv2-section-head--proof h2 {
  color: #fff;
}

.lpv2-section-head--proof > p {
  color: #b8c7df;
}

.lpv2-proof__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.lpv2-product-shot {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1.25rem;
  color: var(--lpv2-ink);
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .3);
}

.lpv2-product-shot--task {
  grid-column: span 7;
}

.lpv2-product-shot--link {
  grid-column: span 5;
}

.lpv2-product-shot--result {
  grid-column: 3 / span 8;
  margin-top: .5rem;
}

.lpv2-product-shot__bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .65rem;
  min-height: 3.45rem;
  padding: .7rem .85rem;
  border-bottom: 1px solid var(--lpv2-line);
  background: #fffefa;
}

.lpv2-product-shot__bar > span {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: .55rem;
  color: #fff;
  background: var(--lpv2-blue);
  font-size: .6rem;
  font-weight: 900;
}

.lpv2-product-shot__bar strong {
  min-width: 0;
  font-size: .78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lpv2-product-shot__bar small {
  color: #728098;
  font-size: .63rem;
}

.lpv2-product-shot picture,
.lpv2-product-shot img {
  width: 100%;
}

.lpv2-product-shot img {
  border-bottom: 1px solid var(--lpv2-line);
  background: #f8f5ef;
}

.lpv2-product-shot figcaption {
  min-height: 4.1rem;
  margin: 0;
  padding: .85rem 1rem;
  color: #536177;
  font-size: .76rem;
  line-height: 1.5;
}

.lpv2-trust {
  background: var(--lpv2-white);
}

.lpv2-trust__grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(32rem, 1.15fr);
  gap: clamp(3rem, 8vw, 8.5rem);
  align-items: start;
}

.lpv2-trust__copy {
  position: sticky;
  top: 7rem;
}

.lpv2-trust__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--lpv2-line);
  list-style: none;
}

.lpv2-trust__list li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.6rem .2rem;
  border-bottom: 1px solid var(--lpv2-line);
}

.lpv2-trust__list li > span {
  color: var(--lpv2-orange);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.lpv2-trust__list strong {
  display: block;
  margin-bottom: .45rem;
  font-size: 1.15rem;
}

.lpv2-trust__list p {
  margin-bottom: 0;
  color: var(--lpv2-ink-soft);
  font-size: .94rem;
  line-height: 1.58;
}

.lpv2-final {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 107, 23, .27), transparent 20rem),
    linear-gradient(135deg, #07152d, #0a2b63);
}

.lpv2-final::before {
  content: "";
  position: absolute;
  top: -4rem;
  right: -3rem;
  width: 18rem;
  height: 18rem;
  border: 2.6rem solid rgba(255, 211, 61, .12);
  border-radius: 50%;
}

.lpv2-final__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, .45fr);
  align-items: end;
  gap: clamp(2.5rem, 8vw, 8rem);
}

.lpv2-final h2 {
  max-width: 15ch;
  color: #fff;
}

.lpv2-final__inner > div > p:last-child {
  max-width: 42rem;
  color: #c4d1e7;
}

.lpv2-final__action {
  display: grid;
  gap: 1rem;
}

.lpv2-final__action small {
  color: #afbed7;
  font-size: .75rem;
  line-height: 1.45;
  text-align: center;
}

/*
 * The application shell intentionally carries high-specificity typography
 * rules for authenticated views. Keep the landing's editorial typography and
 * dark-section contrast deterministic without touching those shared styles.
 */
body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 h1,
body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 h2,
body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 h3 {
  color: var(--lpv2-ink);
  letter-spacing: -.04em;
}

body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-hero h1 {
  letter-spacing: -.066em;
}

body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-section-head h2,
body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-trust h2,
body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-final h2 {
  letter-spacing: -.052em;
}

body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 p {
  color: var(--lpv2-ink-soft);
}

body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-eyebrow {
  color: var(--lpv2-blue-deep);
}

body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-eyebrow--light {
  color: #c8d8ff;
}

body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-audience__card--primary h3,
body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-audience__card--primary p,
body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-section-head--proof h2,
body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-final h2 {
  color: #fff;
}

body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-section-head--proof > p {
  color: #b8c7df;
}

body:not(.pricing-page):not(.legal-page):not(.public-page) .lpv2 .lpv2-final__inner > div > p:last-child {
  color: #c4d1e7;
}

@keyframes lpv2-scan {
  0%, 12% { top: 8%; opacity: .2; }
  25% { opacity: 1; }
  62% { top: 88%; opacity: 1; }
  75%, 100% { top: 88%; opacity: 0; }
}

@keyframes lpv2-dash {
  to { stroke-dashoffset: -34; }
}

@keyframes lpv2-pulse-path {
  0%, 20% { top: 65%; left: 7%; opacity: 0; }
  35% { opacity: 1; }
  66% { top: 14%; left: 78%; opacity: 1; }
  80%, 100% { top: 14%; left: 90%; opacity: 0; }
}

@media (min-width: 68rem) and (max-height: 48rem) {
  .lpv2-hero {
    padding-block: 2.6rem;
  }

  .lpv2-hero__grid {
    gap: clamp(2.5rem, 4vw, 4rem);
  }

  .lpv2-hero h1 {
    max-width: 14ch;
    margin-bottom: 1rem;
    font-size: clamp(3.6rem, 5vw, 4.15rem);
  }

  .lpv2-hero__lead {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
  }

  .lpv2-hero__actions {
    margin-bottom: 1.15rem;
  }
}

@media (max-width: 67rem) {
  .lpv2-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(28rem, .95fr);
    gap: 2.2rem;
  }

  .lpv2-hero h1 {
    font-size: clamp(3.2rem, 6vw, 5rem);
  }

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

  .lpv2-process__list li {
    min-height: 17rem;
  }

  .lpv2-process__list li:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 55rem) {
  .lpv2-wrap {
    width: min(100% - 2.25rem, 48rem);
  }

  .lpv2-hero {
    min-height: 0;
    padding-top: 3.7rem;
  }

  .lpv2-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.2rem;
  }

  .lpv2-hero__copy {
    max-width: 43rem;
  }

  .lpv2-hero h1 {
    max-width: 12ch;
    font-size: clamp(3.5rem, 9.5vw, 5.35rem);
  }

  .lpv2-transform {
    width: min(100%, 45rem);
    margin-inline: auto;
  }

  .lpv2-prerender__visual {
    width: min(100%, 45rem);
  }

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

  .lpv2-facts__grid > div:nth-child(odd) {
    border-left: 1px solid var(--lpv2-line);
  }

  .lpv2-facts__grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lpv2-line);
  }

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

  .lpv2-jump > span {
    grid-column: 1 / -1;
    min-height: 2.65rem;
    justify-content: center;
    padding-left: .85rem;
    border-bottom: 1px solid var(--lpv2-line);
  }

  .lpv2-jump a:nth-of-type(odd) {
    border-left: 0;
  }

  .lpv2-jump a:nth-of-type(n + 3) {
    border-top: 1px solid var(--lpv2-line);
  }

  .lpv2-section-head--split,
  .lpv2-section-head--proof,
  .lpv2-trust__grid,
  .lpv2-final__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .lpv2-section-head--split,
  .lpv2-section-head--proof {
    align-items: start;
    gap: 1.5rem;
  }

  .lpv2-audience__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lpv2-audience__card {
    min-height: 0;
  }

  .lpv2-audience__label {
    margin-bottom: 3.5rem;
  }

  .lpv2-product-shot--task,
  .lpv2-product-shot--link,
  .lpv2-product-shot--result {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .lpv2-trust__copy {
    position: static;
  }

  .lpv2-final__action {
    max-width: 24rem;
  }
}

@media (max-width: 40rem) {
  .lpv2-wrap {
    width: min(100% - 1.25rem, 38rem);
  }

  .lpv2-hero {
    padding: 2.7rem 0 3.4rem;
  }

  .lpv2-hero::before {
    left: 1.4rem;
    width: 7rem;
    height: .38rem;
  }

  .lpv2-eyebrow {
    margin-bottom: .9rem;
    font-size: .67rem;
  }

  .lpv2-hero h1 {
    max-width: 11.5ch;
    margin-bottom: 1.15rem;
    font-size: clamp(2.75rem, 13.4vw, 4rem);
    line-height: .94;
  }

  .lpv2-hero__lead {
    margin-bottom: 1.4rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .lpv2-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 1.3rem;
  }

  .lpv2-button {
    width: 100%;
    min-height: 3.25rem;
  }

  .lpv2-hero__assurances {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .55rem;
  }

  .lpv2-hero__grid {
    gap: 2.5rem;
  }

  .lpv2-transform {
    padding: .65rem;
    border-radius: 1.35rem;
  }

  .lpv2-prerender__visual {
    min-height: 23rem;
    padding: .7rem;
    border-radius: 1.35rem;
  }

  .lpv2-prerender__visual picture {
    height: 19rem;
  }

  .lpv2-prerender__visual figcaption {
    right: .7rem;
    bottom: 1.4rem;
    padding: .8rem;
    font-size: .76rem;
  }

  .lpv2-transform::before {
    top: -.7rem;
    right: 1.1rem;
    width: 3.6rem;
    height: 1.4rem;
  }

  .lpv2-transform__topline {
    padding: .18rem .2rem .55rem;
    font-size: .58rem;
  }

  .lpv2-transform__stage {
    min-height: 22rem;
    border-radius: .95rem;
  }

  .lpv2-transform__source {
    top: 11%;
    bottom: 12%;
    left: 3%;
    width: 37%;
    padding: .3rem;
  }

  .lpv2-transform__flow {
    top: 23%;
    left: 30%;
    width: 28%;
  }

  .lpv2-transform__flow strong {
    display: none;
  }

  .lpv2-transform__output {
    top: 19%;
    right: 2.5%;
    width: 66%;
    padding: .3rem .3rem 3.65rem;
  }

  .lpv2-transform__tag {
    top: .42rem;
    left: .42rem;
    min-height: 1.4rem;
    padding: .24rem .38rem;
    font-size: .5rem;
  }

  .lpv2-transform__result {
    right: .5rem;
    bottom: .45rem;
    left: .5rem;
    gap: .42rem;
  }

  .lpv2-transform__result > span {
    width: 1.65rem;
    height: 1.65rem;
    font-size: .72rem;
  }

  .lpv2-transform__result strong {
    font-size: .62rem;
  }

  .lpv2-transform__result small {
    font-size: .52rem;
  }

  .lpv2-transform figcaption {
    margin-top: .6rem;
    font-size: .66rem;
  }

  .lpv2-facts__grid > div {
    min-height: 5.55rem;
    padding: 1.05rem .7rem;
  }

  .lpv2-facts span {
    font-size: .58rem;
  }

  .lpv2-facts strong {
    font-size: .78rem;
  }

  .lpv2-jump {
    margin-top: 1.25rem;
  }

  .lpv2-jump a {
    min-height: 3.5rem;
    padding-inline: .45rem;
    font-size: .75rem;
  }

  .lpv2-section {
    padding: 4.8rem 0;
    scroll-margin-top: 5.5rem;
  }

  .lpv2-section-head {
    margin-bottom: 2.5rem;
  }

  .lpv2-section-head h2,
  .lpv2-trust h2,
  .lpv2-final h2 {
    font-size: clamp(2.25rem, 11.8vw, 3.3rem);
    line-height: 1;
  }

  .lpv2-section-head > p:last-child,
  .lpv2-section-head > div + p,
  .lpv2-trust__copy > p:last-child,
  .lpv2-final__inner > div > p:last-child {
    font-size: .98rem;
  }

  .lpv2-process__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .lpv2-process__list li {
    min-height: 0;
    padding: 1rem 1rem 1.2rem;
  }

  .lpv2-process__list li::after {
    display: none;
  }

  .lpv2-process__icon {
    margin-bottom: 2.2rem;
  }

  .lpv2-audience__card {
    padding: 1.45rem;
    border-radius: 1.35rem;
  }

  .lpv2-audience__label {
    margin-bottom: 2.8rem;
  }

  .lpv2-audience__card h3 {
    font-size: 1.8rem;
  }

  .lpv2-audience__note {
    grid-template-columns: minmax(0, 1fr);
    gap: .25rem;
  }

  .lpv2-audience__note strong {
    white-space: normal;
  }

  .lpv2-proof__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .lpv2-product-shot {
    border-radius: 1rem;
  }

  .lpv2-product-shot__bar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .lpv2-product-shot__bar small {
    display: none;
  }

  .lpv2-product-shot figcaption {
    min-height: 0;
  }

  .lpv2-trust__grid {
    gap: 2.5rem;
  }

  .lpv2-trust__list li {
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: .5rem;
    padding: 1.35rem .1rem;
  }

  .lpv2-final {
    padding: 4.7rem 0;
  }

  .lpv2-final__inner {
    gap: 2rem;
  }

  .lpv2-final__action {
    max-width: none;
  }
}

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

  .lpv2-transform__scan {
    top: 50%;
    opacity: .45;
  }

  .lpv2-transform__pulse {
    top: 22%;
    left: 76%;
    opacity: 1;
  }
}
