/* The sales-page look, shared by two pages so they cannot drift apart:
   the purchase overlay on /admin (shown to anyone not signed in) and
   /admin/home.html (the same page for customers, minus buying and signing in).
   Extracted from admin/index.html on 16 Aug 2026 — it was inline there. */

#purchaseOverlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  overflow-y: auto;
  background:
    radial-gradient(90% 60% at 50% -10%, rgba(49, 46, 129, 0.55), transparent 70%),
    radial-gradient(70% 50% at 85% 110%, rgba(251, 191, 36, 0.1), transparent 70%),
    #060a16;
}
.lp {
  max-width: 1040px;
  margin: 0 auto;
  padding: 46px 22px 64px;
}
/* Language picker on the landing page: quiet, but findable before buying. */
.lp-langs {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.lp-lang {
  width: auto;
  margin: 0;
  padding: 6px 11px;
  font-size: 12.5px;
  font-weight: 700;
  font-family: inherit;
  border-radius: 999px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #334155;
  color: #94a3b8;
}
.lp-lang.on {
  background: #fbbf24;
  border-color: #fbbf24;
  color: #0f172a;
}
.lp-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 40px;
}
.lp-brand svg {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: block;
}
.lp-brand b {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #f1f5f9;
}
.lp-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 54px;
  align-items: center;
}
.lp-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fbbf24;
  margin-bottom: 14px;
}
.lp h1 {
  font-size: clamp(30px, 5.2vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 18px;
  text-wrap: balance;
}
.lp h1 em {
  font-style: normal;
  color: #fbbf24;
}
.lp-lede {
  font-size: 17px;
  line-height: 1.62;
  color: #94a3b8;
  margin: 0 0 26px;
  max-width: 46ch;
}
.lp-lede b {
  color: #e2e8f0;
  font-weight: 600;
}
.lp-buy {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.lp-price {
  font-size: 15px;
  color: #94a3b8;
}
.lp-price b {
  display: block;
  font-size: 30px;
  color: #f8fafc;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
a.lp-cta {
  display: inline-block;
  text-decoration: none;
  background: #fbbf24;
  color: #0f172a;
  padding: 15px 34px;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 28px rgba(251, 191, 36, 0.28);
  transition: transform 0.1s, box-shadow 0.15s;
}
a.lp-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(251, 191, 36, 0.36);
}
a.lp-cta:active {
  transform: translateY(0);
}
.lp-reassure {
  font-size: 13px;
  color: #64748b;
  margin-top: 14px;
}

/* the phone */
.lp-phone {
  position: relative;
  padding: 9px;
  border-radius: 40px;
  background: linear-gradient(150deg, #3a3f52, #14161f 45%, #2b2f3d);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  flex: none;
}
.lp-screen {
  position: relative;
  width: 214px;
  height: 464px;
  border-radius: 32px;
  overflow: hidden;
  background: #000;
}
.lp-inner {
  width: 390px;
  height: 844px;
  transform: scale(0.549);
  transform-origin: top left;
  background: linear-gradient(160deg, #1e3a8a 0%, #312e81 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.lp-notch {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 19px;
  border-radius: 11px;
  background: #000;
  z-index: 3;
}
.lp-inner h4 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
  opacity: 0.95;
}
.lp-inner p {
  font-size: 14px;
  opacity: 0.6;
  margin: 0 0 40px;
}
.lp-dial {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.1);
}
.lp-num {
  font-size: 96px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -2px;
}
.lp-num.roll {
  opacity: 0.5;
}
.lp-gen {
  background: #fbbf24;
  color: #1e3a8a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 18px 56px;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.35);
}

/* scannable benefit stack in the hero */
.lp-checks {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.lp-checks li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.45;
  color: #cbd5e1;
}
.lp-checks li b {
  color: #fbbf24;
  font-weight: 700;
}
.lp-checks li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid #10b981;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

/* endorsements */
.lp-quotes {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 14px;
  align-items: stretch;
}
.lp-quote {
  margin: 0;
  padding: 30px 34px 28px;
  position: relative;
  background: linear-gradient(100deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.75));
  border: 1px solid #3b4a7a;
  border-left: 3px solid #fbbf24;
  border-radius: 14px;
}
.lp-quote::before {
  content: "\201C";
  position: absolute;
  top: 6px;
  right: 22px;
  font-size: 88px;
  line-height: 1;
  color: rgba(251, 191, 36, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  pointer-events: none;
}
.lp-quote blockquote {
  margin: 0;
  max-width: 62ch;
}
.lp-quote p {
  font-size: clamp(16px, 2.1vw, 19px);
  line-height: 1.6;
  color: #e2e8f0;
  margin: 0 0 12px;
}
.lp-quote p:last-child {
  margin-bottom: 0;
}
.lp-quote p b {
  color: #fbbf24;
  font-weight: 700;
}
.lp-quote figcaption {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #334155;
  font-size: 14px;
  font-weight: 700;
  color: #f1f5f9;
  letter-spacing: 0.01em;
}
.lp-quote figcaption::before {
  content: "— ";
  color: #64748b;
}
/* The opening line earns its space by being set big, not by being padded.
   Only the first line gets it — anything after runs at normal size. */
.lp-quote-short {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp-quote-short blockquote p:first-child {
  font-size: clamp(20px, 2.7vw, 26px);
  font-weight: 700;
  line-height: 1.35;
  color: #f8fafc;
  letter-spacing: -0.015em;
}

/* punchy statement blocks */
.lp-block {
  margin-top: 44px;
  max-width: 68ch;
}
.lp-block h2 {
  font-size: clamp(19px, 2.6vw, 26px);
  font-weight: 800;
  letter-spacing: 0.005em;
  color: #f8fafc;
  margin: 0 0 10px;
}
.lp-block p {
  font-size: 16px;
  line-height: 1.68;
  color: #94a3b8;
  margin: 0;
}

/* common applications — the cover story, set as a plain grid of everyday
   uses so the page reads as an ordinary utility */
.lp-apps {
  margin-top: 58px;
}
.lp-apps-h {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lp-apps-h svg {
  width: 22px;
  height: 22px;
  flex: none;
  fill: none;
  stroke: #fbbf24;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lp-apps-h h2 {
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #f8fafc;
  margin: 0;
}
.lp-apps-lede {
  font-size: 15.5px;
  color: #94a3b8;
  margin: 12px 0 22px;
}
.lp-apps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.lp-app {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #1e293b;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.5), rgba(15, 23, 42, 0.5));
}
.lp-app-i {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.13);
  border: 1px solid rgba(59, 130, 246, 0.28);
}
.lp-app-i svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #60a5fa;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lp-app b {
  display: block;
  font-size: 15.5px;
  color: #f1f5f9;
  margin-bottom: 5px;
}
.lp-app span {
  font-size: 14px;
  line-height: 1.55;
  color: #94a3b8;
}

/* the objections block. The repetition is the argument, so the questions
   are set as a run of equal beats and the answer gets all the weight. */
.lp-no {
  margin-top: 58px;
  padding: 34px;
  border-radius: 20px;
  border: 1px solid #334155;
  background:
    radial-gradient(80% 120% at 8% 0%, rgba(251, 191, 36, 0.09), transparent 60%),
    rgba(15, 23, 42, 0.72);
}
.lp-no-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}
.lp-no-list li {
  font-size: clamp(17px, 2.3vw, 22px);
  font-weight: 700;
  color: #64748b;
  letter-spacing: -0.01em;
}
.lp-no-answer {
  font-size: clamp(30px, 5.2vw, 46px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: #fbbf24;
  margin-bottom: 14px;
}
/* the payoff line sits between the answer and the body copy, so it is set
   above body size to carry the handover without competing with the 46px. */
.lp-no p.lp-no-lede {
  font-size: clamp(17px, 2.3vw, 20px);
  line-height: 1.55;
  color: #e2e8f0;
  margin-bottom: 20px;
}
.lp-no p {
  font-size: 16px;
  line-height: 1.68;
  color: #94a3b8;
  margin: 0 0 11px;
  max-width: 68ch;
}
.lp-no p:last-child {
  margin-bottom: 0;
}
.lp-no p b {
  color: #f8fafc;
  font-weight: 800;
}

/* the second module — set on its own ground so it reads as a separate
   product rather than another paragraph about numbers */
.lp-mod {
  margin-top: 58px;
  padding: 34px;
  border-radius: 20px;
  border: 1px solid #334155;
  background:
    radial-gradient(80% 120% at 8% 0%, rgba(251, 191, 36, 0.09), transparent 60%),
    rgba(15, 23, 42, 0.72);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
}
.lp-mod .lp-phone {
  transform: scale(0.88);
}
.lp-mod-eyebrow {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0f172a;
  background: #fbbf24;
  border-radius: 999px;
  padding: 5px 11px;
  margin-bottom: 14px;
}
.lp-mod h2 {
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
  text-wrap: balance;
}
.lp-mod p {
  font-size: 16px;
  line-height: 1.68;
  color: #94a3b8;
  margin: 0 0 18px;
  max-width: 54ch;
}
.lp-mod ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 9px;
}
.lp-mod li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.5;
  color: #cbd5e1;
}
.lp-mod li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #fbbf24;
}
.lp-mod-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}
a.lp-mod-watch {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14.5px;
  font-weight: 700;
  color: #fbbf24;
  text-decoration: none;
  border: 1px solid rgba(251, 191, 36, 0.4);
  border-radius: 10px;
  padding: 11px 16px;
}
a.lp-mod-watch:hover {
  background: rgba(251, 191, 36, 0.1);
}
a.lp-mod-watch svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}
.lp-mod-note {
  font-size: 13.5px;
  color: #64748b;
}

/* letter tiles in the mock phone — same shape as the real generator */
.lp-tiles {
  display: flex;
  gap: 12px;
  margin-bottom: 50px;
}
.lp-tile {
  width: 68px;
  height: 84px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.28),
    inset 0 2px 0 rgba(255, 255, 255, 0.1);
}
.lp-tile.roll {
  opacity: 0.45;
}

/* value props */
.lp-props {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 58px;
}
.lp-prop {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid #334155;
  border-radius: 14px;
  padding: 20px;
}
.lp-prop b {
  display: block;
  font-size: 15px;
  color: #f1f5f9;
  margin-bottom: 7px;
}
.lp-prop span {
  font-size: 13.5px;
  line-height: 1.55;
  color: #94a3b8;
}

/* steps */
.lp-sect {
  margin-top: 58px;
}
.lp-h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fbbf24;
  margin-bottom: 20px;
}
.lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.lp-step-n {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fbbf24;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}
.lp-step b {
  display: block;
  font-size: 16px;
  color: #f1f5f9;
  margin-bottom: 6px;
}
.lp-step span {
  font-size: 14px;
  line-height: 1.55;
  color: #94a3b8;
}

/* watch-it band */
a.lp-watch {
  margin-top: 46px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 14px;
  text-decoration: none;
  background: linear-gradient(100deg, rgba(30, 58, 138, 0.55), rgba(49, 46, 129, 0.4));
  border: 1px solid #3b4a7a;
  transition: border-color 0.15s;
}
a.lp-watch:hover {
  border-color: #fbbf24;
}
.lp-play {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fbbf24;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-play svg {
  width: 15px;
  height: 15px;
  fill: #0f172a;
  margin-left: 3px;
}
.lp-watch b {
  display: block;
  color: #f1f5f9;
  font-size: 16px;
}
.lp-watch span {
  font-size: 13.5px;
  color: #a5b4d4;
}

/* purchase / sign-in card */
.lp-card-solo {
  /* Home has no sign-in half, so the card must not sit in a half-width column
     with a gap where the form used to be. */
  grid-template-columns: 1fr !important;
}
.lp-card {
  margin-top: 58px;
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 16px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
.lp-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  color: #f1f5f9;
}
.lp-card p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
}
.lp-card p.lp-junk-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #64748b;
}
.lp-fields {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.lp-card input {
  width: 100%;
  padding: 13px 14px;
  font-size: 16px;
  border-radius: 9px;
  border: 1px solid #334155;
  background: #060a16;
  color: #e6eef8;
  font-family: inherit;
}
.lp-card input:focus {
  outline: none;
  border-color: #fbbf24;
}
.lp-btns {
  display: flex;
  gap: 9px;
  margin-top: 13px;
}
.lp-card button {
  width: auto;
  flex: 1;
  margin: 0;
  padding: 13px 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 9px;
}
#signupBtn {
  background: #1e293b;
  color: #cbd5e1;
  border: 1px solid #334155;
}
#signinBtn {
  background: #10b981;
  color: #04261b;
}
.lp-plans {
  display: grid;
  gap: 9px;
  margin-top: 4px;
}
.lp-plan {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color 0.15s;
}
a.lp-plan:hover {
  border-color: #fbbf24;
}
.lp-plan b {
  flex: none;
  width: 96px;
  color: #f1f5f9;
  font-size: 15px;
}
.lp-plan b em {
  display: block;
  font-style: normal;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #10b981;
  margin-top: 2px;
}
.lp-plan span {
  flex: 1;
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.4;
}
.lp-plan i {
  flex: none;
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  color: #fbbf24;
  font-variant-numeric: tabular-nums;
}
.lp-plan.best {
  border-color: #fbbf24;
  background: rgba(251, 191, 36, 0.07);
}
.lp-get {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.lp-get li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.5;
  color: #94a3b8;
}
.lp-get li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 6px;
  height: 10px;
  border: solid #fbbf24;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.lp-divider {
  border-left: 1px solid #1e293b;
  padding-left: 34px;
}
#signupMsg {
  margin-top: 12px;
  font-size: 13.5px;
  color: #94a3b8;
  min-height: 18px;
}
.lp-foot {
  margin-top: 34px;
  text-align: center;
  font-size: 12.5px;
  color: #475569;
}

@media (max-width: 900px) {
  .lp-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    justify-items: start;
  }
  .lp-props,
  .lp-steps,
  .lp-apps-grid {
    grid-template-columns: 1fr;
  }
  .lp-phone {
    justify-self: center;
  }
  .lp-quotes {
    grid-template-columns: 1fr;
  }
  .lp-mod {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
    justify-items: start;
  }
  .lp-mod .lp-phone {
    justify-self: center;
    transform: scale(0.74);
    margin: -58px 0;
  }
  .lp-card {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 22px;
  }
  .lp-divider {
    border-left: none;
    border-top: 1px solid #1e293b;
    padding-left: 0;
    padding-top: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  a.lp-cta:hover {
    transform: none;
  }
}
