

.hero-onebox .result-rail { display: none; }
.hero-onebox.is-answered #tool-form { display: none; }
.hero-onebox.is-answered .result-rail { display: flex; margin-top: 0; }

html.cc-restoring .hero-onebox #tool-form { display: none; }
html.cc-restoring .hero-onebox .result-rail { display: flex; margin-top: 0; }
html.cc-restoring .hero-onebox .rail-empty { display: none; }
html.cc-restoring .hero-onebox .rail-spin[hidden] { display: block; }
html.cc-restoring .hero-onebox .rail-body { display: none; }
html.cc-restoring #plans { display: none; }


.lp3-gate {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lp3-offer {
  text-align: center;
}

.lp3-gate-head {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

.lp3-gate-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 6px;
  font-size: 0.94rem;
  color: var(--muted, #5b6472);
}


.lp3-proof {
  display: flex;
  align-items: center;
  column-gap: 18px;
  row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4px 14px 8px;
  max-width: 560px;
  margin-inline: auto;
}

.lp3-dial {
  --pct: 0;
  position: relative;
  width: 132px;
  height: 70px;
  overflow: hidden;
  display: grid;
  place-items: end center;
  align-content: end;
  flex: 0 0 auto;
}

.lp3-dial::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: conic-gradient(from 0.75turn,
      var(--good, #17a673) 0 calc(var(--pct) * 0.5% ),
      var(--line, #e6eaf1) calc(var(--pct) * 0.5%) 0.5turn,
      transparent 0.5turn);
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 0 50px, #000 50px);
  mask: radial-gradient(circle at 50% 50%, transparent 0 50px, #000 50px);
}

.lp3-dial-label {
  position: relative;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink, #0f1b2d);
  letter-spacing: .01em;
  line-height: 1;
  margin-bottom: 1px;
}

.lp3-dial-pct {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.lp3-figs {
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 0.95rem;
  min-width: 15rem;
}

.lp3-cta {
  display: inline-flex;
}

.lp3-figs > div {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.lp3-figs dt {
  color: var(--muted, #5b6472);
}

.lp3-figs > div {
  justify-content: space-between;
  gap: 18px;
}

.lp3-figs .lp3-was {
  border-top: 1px solid var(--line, #e6eaf1);
  padding-top: 6px;
  margin-top: 2px;
  font-size: 0.88rem;
  color: var(--muted, #5b6472);
}

.lp3-figs dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
}

.lp3-proof.is-flat .lp3-dial::before {
  background: conic-gradient(from 0.75turn,
      var(--muted, #8a93a2) 0 calc(var(--pct) * 0.5%),
      var(--line, #e6eaf1) calc(var(--pct) * 0.5%) 0.5turn,
      transparent 0.5turn);
}

.lp3-proof-meta {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin-top: 8px;
  width: 100%;
}

.lp3-proof-src {
  margin: 0;
  text-align: center;
  font-size: 0.66rem;
  white-space: nowrap;
  color: var(--muted, #5b6472);
}

.lp3-proof-meta .rev-in-proof { margin: 0; font-size: .72rem; }
.lp3-proof-meta .rev-star { width: 12px; height: 12px; }
.lp3-proof-meta .rev-why { display: none; }

.lp3-proof > .vby { margin-top: 12px; }


.plan-day {
  font-style: normal;
  color: var(--muted, #5b6472);
  white-space: nowrap;
}

#plans { min-height: 0 !important; }

.lp3-plans {
  margin-top: 8px;
  padding-top: 0;
}




.plan-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin: 36px auto 0;
  max-width: 100%;
}

@media (max-width: 879px) {
  .plan-cards { margin-top: 22px; gap: 12px; }
}

.plan-cards .plan-card { order: 3; }
.plan-cards .plan-card:nth-child(2) { order: 1; }
.plan-cards .plan-card.popular { order: 2; }

@media (min-width: 880px) {
  .plan-cards { grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
}

.plan-card {
  position: relative;
  border: 2px solid var(--line, #e3e7ee);
  border-radius: 16px;
  padding: 18px 16px 16px;
  background: var(--surface, #fff);
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.plan-card.is-picked {
  border-color: var(--ink, #131c2b);
  box-shadow: 0 6px 20px rgba(19, 28, 43, .08);
}

.plan-card .plan-flag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.plan-card .plan-name {
  display: block;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 12px;
}

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

.plan-card .plan-price { display: grid; gap: 2px; }

.plan-card .plan-was {
  display: block;
  margin-bottom: 2px;
  font-size: 0.9rem; color: var(--muted, #7a8496);
}


.plan-card .plan-before { font-size: .82rem; color: var(--muted, #7a8496); }
.plan-card .plan-was s + .plan-before,
.plan-card .plan-before s + s { margin-left: 6px; }

.plan-card .plan-now {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.plan-card .plan-extra {
  display: block;
  margin-top: 4px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--good, #10794f);
}

.plan-card .plan-tag.off { position: absolute; top: 18px; right: 16px; }

.plan-tag.off {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 6px;
  background: rgba(23, 166, 115, .12);
  color: var(--good, #10794f);
}

@media (max-width: 879px) {
  .plan-card { padding: 12px 14px 11px; }
  .plan-card .plan-name { font-size: 1rem; margin-bottom: 6px; }
  .plan-card .plan-tag.off { top: 12px; right: 14px; }
  .plan-daybox { padding: 6px 10px; }
}

.plan-daybox {
  flex: 0 0 auto;
  text-align: center;
  border-radius: 12px;
  padding: 8px 12px;
  background: rgba(19, 28, 43, .05);
}

.plan-daybox b { display: block; font-size: 1.15rem; line-height: 1.1; }
.plan-daybox i { font-style: normal; font-size: 0.74rem; color: var(--muted, #7a8496); }

.plan-feats {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
  font-size: 0.9rem;
}

.plan-feats li { padding-left: 22px; position: relative; }

.plan-feats li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.36em;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--good, #17a673);
  border-bottom: 2px solid var(--good, #17a673);
  transform: rotate(-45deg);
}

@media (max-width: 879px) {
  .plan-feats { display: none; }
}

.plan-cancel {
  display: block;
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--muted, #7a8496);
}

.lp3-idgate {
  padding: 6px 0 6px;
  text-align: center;
}

.lp3-plans > .idg-lead {
  margin: 54px 0 18px;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 879px) {
  .lp3-plans > .idg-lead { margin-top: 34px; }
}


.lp3-plans > p.plan-out {
  max-width: none;
  margin: 20px 0 0;
  text-align: right;
}

#plans { padding-bottom: 12px; }
@media (min-width: 900px) {
  #plans { padding-bottom: 18px; }
}

.lp3-plans .no-thanks {
  font-size: 12.5px;
  color: var(--muted, #7a8496);
  text-decoration-color: transparent;
  transition: color .15s ease, text-decoration-color .15s ease;
}
.lp3-plans .no-thanks:hover,
.lp3-plans .no-thanks:focus-visible {
  color: var(--ink-2, #3d4a5e);
  text-decoration-color: currentColor;
}


.lp3-buy-wrap.is-stuck {
  position: fixed;
  left: var(--rail, 0px);
  right: 0;
  bottom: 0;
  z-index: 60;
  margin: 0;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: var(--surface, #fff);
  border-top: 1px solid var(--line-2, #d9d4c6);
  box-shadow: 0 -10px 24px -12px rgba(15, 27, 45, .28);
}

.lp3-buy-wrap.is-stuck > .lp3-buy { margin: 0 auto; }
.lp3-buy-wrap.is-stuck .plan-cancel { margin-top: 6px; font-size: 0.8rem; }

body.no-rail .lp3-buy-wrap.is-stuck { left: 0; }

body.has-stuck-buy .cookiebar { bottom: calc(var(--stuck-buy-h, 0px) + 12px); }


@media (max-width: 380px) {
  .lp3-plans > .idg-lead { font-size: 0.95rem; }
}

#lp3-auth-slot .auth-card {
  margin: 0 auto;
  text-align: left;
}

#lp3-auth-slot .auth-card h1 {
  display: none;
}


.lp3-buy-wrap {
  margin: 0;
  padding: 34px 0 0;
  text-align: center;
}

a.lp3-buy {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(320px, 100%);
  height: 50px;
  padding: 0 18px;
  border-radius: 26px;
  font-size: 1rem;
}

body.lp3-arm .hero-onebox #output-text[data-gated] {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  user-select: none;
  -webkit-user-select: none;
}


.lp3-usage {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin: 0 0 14px; font-size: .86rem; color: var(--muted, #5b6472);
}

.lp3-usage-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--good, #17a673);
}


.lp3-crowd {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin: 0 0 10px; color: var(--muted, #5b6472);
  font-size: clamp(.66rem, 3.1vw, .86rem);
}

.crowd-faces { display: flex; align-items: center; }

.crowd-face {
  width: clamp(20px, 6.2vw, 24px); height: clamp(20px, 6.2vw, 24px);
  border-radius: 50%; overflow: hidden;
  flex: 0 0 auto; position: relative;
  box-shadow: 0 0 0 2px var(--paper, #fff);
  transition: opacity .45s ease;
}

.crowd-face + .crowd-face { margin-left: clamp(-8px, -2.2vw, -6px); }

.crowd-face.is-spare { display: none; }

.crowd-face.is-arriving { opacity: 0; }

.crowd-photo { width: 100%; height: 100%; object-fit: cover; display: block; }

.crowd-initial {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  background: var(--line-2, #e2ded2); color: var(--ink, #23303d);
  font-size: .7rem; font-weight: 700;
}

.crowd-line { white-space: nowrap; }



#plans {
  border-color: var(--line-3, #bcb5a2);
  border-width: 1px;
  background: var(--surface, #fff);
  box-shadow:
    0 -1px 0 rgba(19, 28, 43, .06),
    0 -18px 36px -20px rgba(15, 27, 45, .28),
    0 24px 64px -28px rgba(15, 27, 45, .22);
}

@media (min-width: 900px) {
  #plans {
    box-shadow:
      0 -1px 0 rgba(19, 28, 43, .06),
      0 18px 60px -24px rgba(15, 27, 45, .30);
  }
}


.lp3-ready { margin-top: 30px; }

.lp3-every { margin-top: 34px; padding-bottom: 22px; }
.lp3-every .trial-head { margin-top: 0; }
