/* ═══════════════════════════════════════════════════════════
   Business P&L — Premium public landing
   Navy · white · light gray · charcoal | no gradients
   ═══════════════════════════════════════════════════════════ */

:root {
  --font-sans: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;

  --bg: #f4f5f7;
  --bg-soft: #eef0f3;
  --bg-card: #ffffff;
  --text: #1f2937;
  --text-muted: #6b7280;
  --text-quiet: #9ca3af;
  --border: #e5e7eb;
  --border-light: #eef0f3;
  --accent: #1b3a57;
  --accent-hover: #142b41;
  --accent-light: #eef3f8;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 14px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 10px 36px rgba(15, 23, 42, 0.08);
  --radius: 14px;
  --radius-sm: 10px;
  --nav-h: 4.35rem;
  --content: 74rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body.lp {
  font-family: var(--font-sans);
  font-weight: 400;
  background: var(--bg-card);
  color: var(--text);
  line-height: 1.6;
  letter-spacing: 0.005em;
  min-height: 100dvh;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }

.lp-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--accent);
  color: #fff;
  padding: 0.65rem 1rem;
  z-index: 100;
}
.lp-skip:focus { left: 1rem; top: 1rem; }

/* ── Buttons ─────────────────────────────────────────────── */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 3.05rem;
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
}

.lp-btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 1px 2px rgba(27, 58, 87, 0.18), 0 6px 16px rgba(27, 58, 87, 0.16);
}

.lp-btn--primary:hover {
  background: var(--accent-hover);
  box-shadow: 0 2px 4px rgba(27, 58, 87, 0.2), 0 10px 22px rgba(27, 58, 87, 0.2);
  transform: translateY(-1px);
}

.lp-link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.1rem;
}
.lp-link:hover { border-bottom-color: currentColor; }

/* ── Layout ──────────────────────────────────────────────── */
.lp-wrap {
  width: min(100% - 2.5rem, var(--content));
  margin-inline: auto;
}

.lp-section {
  padding: 3.6rem 0;
}

.lp-section--soft { background: var(--bg); }

.lp-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-quiet);
  margin-bottom: 0.75rem;
}

.lp-h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--text);
  max-width: 22ch;
}

.lp-lede {
  margin-top: 0.9rem;
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 40rem;
  line-height: 1.65;
}

.lp-section__intro { margin-bottom: 1.85rem; }
.lp-section__intro--center {
  text-align: center;
  margin-inline: auto;
}
.lp-section__intro--center .lp-h2 {
  max-width: none;
  margin-inline: auto;
}

/* ── Header ──────────────────────────────────────────────── */
.lp-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lp-header.is-scrolled {
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-sm);
}

.lp-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.lp-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  min-width: 0;
}

.lp-brand__mark {
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  border-radius: 0.5rem;
}

.lp-brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
}

.lp-brand__name {
  font-family: var(--font-serif);
  font-size: 1.28rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--text);
}

.lp-brand__tag {
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--text-quiet);
  letter-spacing: 0.01em;
  line-height: 1.3;
  max-width: 34ch;
  white-space: normal;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.lp-nav__links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.lp-nav__links a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
}
.lp-nav__links a:hover { color: var(--text); }

.lp-nav__cta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.lp-nav__toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  align-items: center;
  justify-content: center;
}
.lp-nav__toggle-bars {
  display: block;
  width: 1.1rem;
  height: 1.5px;
  background: currentColor;
  box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor;
}

body.lp { padding-top: var(--nav-h); }

/* ── Hero ────────────────────────────────────────────────── */
.lp-hero {
  padding: 2.75rem 0 2.5rem;
  background: var(--bg);
  overflow: hidden;
}

.lp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 2.75rem;
  align-items: center;
}

.lp-hero__eyebrow {
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.1rem;
}

.lp-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(2.35rem, 4.6vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--text);
  max-width: 11ch;
  margin-bottom: 1.15rem;
}

.lp-hero__copy {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 34rem;
  margin-bottom: 0.55rem;
  line-height: 1.6;
}

.lp-hero__copy strong {
  color: var(--text);
  font-weight: 600;
}

.lp-hero__points {
  display: grid;
  gap: 0.85rem;
  margin: 1.5rem 0 1.65rem;
  max-width: 30rem;
}

.lp-hero__point {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}

.lp-hero__point-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  color: var(--accent);
  box-shadow: var(--shadow-sm);
}

.lp-hero__point-icon svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-hero__point strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 650;
  color: var(--text);
  margin-bottom: 0.1rem;
}

.lp-hero__point span {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem 1.45rem;
}

.lp-hero__visual {
  position: relative;
}

.lp-hero__stage {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 0.85rem;
  overflow: hidden;
}

.lp-stmt-frame {
  max-height: 34rem;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.lp-stmt-preview.stmt-document {
  max-width: none;
  margin: 0;
  box-shadow: none;
  transform: scale(0.72);
  transform-origin: top left;
  width: 138.9%; /* compensate scale so content fills frame */
}

.lp-stmt-preview .stmt-page {
  min-height: 0;
  padding: 0.55in 0.55in 0.4in;
}

.lp-hero__caption {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-quiet);
}

/* ── Trust bar ───────────────────────────────────────────── */
.lp-trust {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-card);
  padding: 1.15rem 0;
}

.lp-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lp-trust__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: left;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.lp-trust__item svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.9;
}

/* ── Problem / quotes ────────────────────────────────────── */
.lp-quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.4rem;
}

.lp-quote {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 1.05rem 1.15rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.05rem;
  box-shadow: var(--shadow-sm);
  line-height: 1.4;
}

.lp-problem__message {
  font-size: 1.08rem;
  font-weight: 500;
  color: var(--text);
  max-width: 40rem;
}

/* ── How it works ────────────────────────────────────────── */
.lp-steps { border-top: 1px solid var(--border); }

.lp-step {
  display: grid;
  grid-template-columns: 3.75rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--border);
}

.lp-step__num {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  line-height: 1;
  color: var(--accent);
}

.lp-step__title {
  font-size: 1.15rem;
  font-weight: 650;
  margin-bottom: 0.3rem;
}

.lp-step__text {
  color: var(--text-muted);
  max-width: 40rem;
}

/* ── Features ────────────────────────────────────────────── */
.lp-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

.lp-feature {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.95rem 1.05rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.lp-feature__mark {
  flex: 0 0 auto;
  width: 1.3rem;
  height: 1.3rem;
  margin-top: 0.08rem;
  border-radius: 999px;
  background: var(--accent-light);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
}

.lp-feature__title { font-weight: 600; font-size: 0.98rem; }
.lp-feature__note {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.8rem;
  color: var(--text-quiet);
}

/* ── Before / after ──────────────────────────────────────── */
.lp-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lp-compare__panel {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.45rem 1.35rem;
  box-shadow: var(--shadow-sm);
}

.lp-compare__panel--after {
  border-color: #d7e0ea;
  box-shadow: var(--shadow-md);
}

.lp-compare__label {
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-quiet);
  margin-bottom: 0.9rem;
}

.lp-compare__panel--after .lp-compare__label { color: var(--accent); }

.lp-compare__list { display: grid; gap: 0.7rem; }
.lp-compare__list li {
  padding-left: 1rem;
  position: relative;
  font-size: 1rem;
}
.lp-compare__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--text-quiet);
}
.lp-compare__panel--after .lp-compare__list li::before { background: var(--accent); }

/* ── Audience ────────────────────────────────────────────── */
.lp-audience {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.lp-audience__item {
  padding: 0.62rem 0.95rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  box-shadow: var(--shadow-sm);
}

/* ── Report quality ──────────────────────────────────────── */
.lp-report {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2.25rem;
  align-items: start;
}

.lp-disclaimer {
  margin-top: 1.25rem;
  padding: 0.95rem 1.05rem;
  background: var(--bg);
  border-left: 3px solid var(--accent);
  font-size: 0.9rem;
  color: var(--text-muted);
  max-width: 34rem;
  line-height: 1.55;
}

.lp-report__stage {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.85rem;
  box-shadow: var(--shadow-md);
}

.lp-report__stage .lp-stmt-frame { max-height: 28rem; }

/* ── Pricing ─────────────────────────────────────────────── */
.lp-price {
  max-width: 30rem;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-md);
  text-align: center;
}

.lp-price__name {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  margin-bottom: 0.45rem;
}

.lp-price__amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}

.lp-price__dollars {
  font-family: var(--font-serif);
  font-size: 3.15rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

.lp-price__period { font-size: 1rem; color: var(--text-muted); }

.lp-price__value {
  font-size: 1rem;
  font-weight: 650;
  color: var(--text);
  margin-bottom: 1.35rem;
}

.lp-price__list {
  text-align: left;
  display: grid;
  gap: 0.6rem;
  margin: 0 0 1.5rem;
}

.lp-price__list li {
  padding-left: 1.3rem;
  position: relative;
}
.lp-price__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.88rem;
}

.lp-price__note {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.lp-price .lp-btn { width: 100%; }

/* ── FAQ ─────────────────────────────────────────────────── */
.lp-faq {
  display: grid;
  max-width: 48rem;
  border-top: 1px solid var(--border);
}

.lp-faq__item { border-bottom: 1px solid var(--border); }

.lp-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 2rem 1.05rem 0;
  font-size: 1.05rem;
  font-weight: 650;
  position: relative;
}
.lp-faq__item summary::-webkit-details-marker { display: none; }
.lp-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 1rem;
  color: var(--text-quiet);
  font-size: 1.2rem;
  font-weight: 400;
}
.lp-faq__item[open] summary::after { content: "–"; }

.lp-faq__item p {
  padding: 0 0 1.1rem;
  color: var(--text-muted);
  max-width: 42rem;
}

/* ── Final CTA ───────────────────────────────────────────── */
.lp-final {
  background: var(--accent);
  color: #fff;
  padding: 3.5rem 0;
  text-align: center;
}

.lp-final .lp-h2 {
  color: #fff;
  max-width: none;
  margin-inline: auto;
}

.lp-final__copy {
  margin: 0.9rem auto 1.5rem;
  max-width: 30rem;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
}

.lp-final .lp-btn--primary {
  background: #fff;
  color: var(--accent);
  box-shadow: none;
}
.lp-final .lp-btn--primary:hover {
  background: var(--bg-soft);
  transform: translateY(-1px);
}

/* ── Footer ──────────────────────────────────────────────── */
.lp-footer {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  padding: 2.2rem 0 1.85rem;
}

.lp-footer__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.35rem 2rem;
  margin-bottom: 1.4rem;
}

.lp-footer__brand {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.lp-footer__mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
}

.lp-footer__brand-name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.lp-footer__tag {
  color: var(--text-muted);
  font-size: 0.92rem;
  max-width: 28rem;
}

.lp-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
}

.lp-footer__links a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
}
.lp-footer__links a:hover { color: var(--text); }

.lp-footer__legal {
  font-size: 0.8rem;
  color: var(--text-quiet);
}

/* ── Reveal on scroll ────────────────────────────────────── */
.lp-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.lp-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 980px) {
  .lp-hero__grid,
  .lp-report,
  .lp-compare { grid-template-columns: 1fr; }

  .lp-hero__visual { order: -1; max-width: 34rem; }
  .lp-hero__title { max-width: none; }
  .lp-trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-stmt-preview.stmt-document {
    transform: scale(0.62);
    width: 161.3%;
  }
}

@media (max-width: 760px) {
  .lp-nav__toggle { display: inline-flex; }

  .lp-nav {
    position: fixed;
    inset: var(--nav-h) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1.15rem 1.25rem 1.4rem;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
  }
  .lp-nav.is-open { display: flex; }

  .lp-nav__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .lp-nav__cta {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .lp-nav__cta .lp-btn { width: 100%; }
  .lp-nav__cta .lp-link { text-align: center; }

  .lp-quotes,
  .lp-features { grid-template-columns: 1fr; }
  .lp-trust__grid { grid-template-columns: 1fr; }
  .lp-trust__item { justify-content: flex-start; }
  .lp-section { padding: 2.85rem 0; }
  .lp-wrap { width: min(100% - 1.6rem, var(--content)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lp-reveal { opacity: 1; transform: none; transition: none; }
  .lp-btn--primary:hover { transform: none; }
}
