/* Public homepage only. Keep application and content-page styling independent. */
.landing.lp-landing { background: #090a0b; overflow: clip; }
.lp-landing::before { content: none; }
.lp-landing .site-header { background: #090a0b; }
.lp-landing .pwa-install-header-button { color: var(--brand); border-color: #f5d74d40; background: #f5d74d0a; }
.lp-landing .btn-primary { box-shadow: none; }
.lp-landing .btn-primary:hover { box-shadow: none; }
.lp-container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.lp-main { font-size: 16px; }
.lp-main h1, .lp-main h2, .lp-main h3, .lp-main h4 { margin: 0; text-wrap: pretty; }
.lp-main h1, .lp-main h2 { font-weight: 800; letter-spacing: -.045em; }
.lp-main h2 { font-size: clamp(32px, 3.7vw, 49px); line-height: 1.45; }
.lp-yellow { color: var(--brand); }
.lp-main p { line-height: 1.9; }
.lp-main a { text-decoration: none; }
.lp-main a:focus-visible { outline: 2px solid var(--brand); outline-offset: 6px; }
.lp-hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .8fr); gap: 64px; align-items: center; padding-block: 64px 60px; }
.lp-hero h1 { font-size: clamp(43px, 4.6vw, 64px); line-height: 1.38; }
.lp-hero h1 > span { display: block; }
.lp-hero-lead { color: #d2d3cc; font-size: 17px; margin: 28px 0 18px; }
.lp-motivation { color: #a3a6a2; font-size: 13px; margin: 0 0 30px; }
.lp-phrase { display: inline-block; max-width: 100%; }
.lp-cta { display: inline-flex; justify-content: space-between; gap: 32px; min-height: 58px; padding: 17px 26px; border-radius: 8px; font-size: 15px; }
.lp-phone-figure { margin: 0; justify-self: center; width: min(100%, 354px); }
.lp-phone { border: 1px solid #4a4c4b; padding: 8px; border-radius: 44px; background: #151718; box-shadow: 0 32px 65px #0008, inset 0 0 0 3px #222526; }
.lp-phone-status { display: flex; align-items: center; justify-content: space-between; height: 38px; font-size: 10px; font-weight: 700; padding: 0 18px; background: #101213; border-radius: 34px 34px 0 0; }
.lp-phone-island { width: 82px; height: 23px; border-radius: 20px; background: #030404; }
.lp-phone-content { padding: 16px 19px 18px; background: #101213; }
.lp-phone-brand { display: flex; align-items: center; justify-content: space-between; font-size: 18px; font-weight: 800; letter-spacing: -.05em; }
.lp-phone-brand > span span { color: var(--brand); }
.lp-phone-brand svg { width: 14px; height: 14px; color: #a3a6a2; }
.lp-phone-heading { margin-block: 26px 20px; display: flex; justify-content: space-between; gap: 8px; align-items: baseline; }
.lp-phone-heading strong { font-size: 15px; }
.lp-phone-heading > span { font-size: 9px; color: #a3a6a2; }
.lp-phone-metric > span, .lp-phone-stats > div > span { display: block; font-size: 11px; color: #b7b9b3; }
.lp-phone-metric > div { display: flex; gap: 8px; align-items: baseline; margin: 2px 0 0; }
.lp-phone-metric strong { color: var(--brand); font-size: 53px; line-height: 1.25; font-weight: 650; letter-spacing: -.065em; font-variant-numeric: tabular-nums; }
.lp-phone-metric > div span { color: #a3a6a2; font-size: 15px; }
.lp-phone-metric > small { color: #a3a6a2; font-size: 10px; }
.lp-chart { width: 100%; height: auto; overflow: visible; }
.lp-chart text { fill: #a3a6a2; font: 12px sans-serif; }
.lp-gridline { stroke: #ffffff12; stroke-dasharray: 3 5; }
.lp-chart-line, .lp-chart-glow { stroke: var(--brand); fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.lp-chart-glow { stroke-width: 8; opacity: .3; filter: blur(6px); }
.lp-chart-dot { fill: #101213; stroke: var(--brand); stroke-width: 2; }
.lp-phone .lp-chart { margin-block: 0 14px; }
.lp-phone .lp-chart text { font-size: 16px; }
.lp-phone-stats { display: grid; grid-template-columns: 1fr 1fr; padding-block: 16px; border-block: 1px solid var(--border); gap: 16px; }
.lp-phone-stats > div + div { border-left: 1px solid var(--border); padding-left: 16px; }
.lp-phone-stats strong { display: block; margin-top: 5px; font-size: 24px; font-weight: 600; line-height: 1.2; }
.lp-phone-stats strong small { font-size: 12px; color: #a3a6a2; margin-left: 5px; }
.lp-phone-routine { display: flex; align-items: center; gap: 10px; padding-top: 18px; }
.lp-phone-routine > span { display: grid; place-items: center; color: var(--brand); border: 1px solid #f5d74d55; border-radius: 50%; width: 25px; height: 25px; }
.lp-phone-routine svg { width: 14px; height: 14px; }
.lp-phone-routine strong { display: block; font-size: 10px; }
.lp-phone-routine small { display: block; font-size: 9px; color: #a3a6a2; margin-top: 3px; }
.lp-phone-routine > b { margin-left: auto; color: var(--brand); font-size: 12px; }
.lp-phone-nav { display: flex; justify-content: space-around; padding: 12px 8px 20px; background: #0b0d0e; border-radius: 0 0 35px 35px; border-top: 1px solid var(--border); }
.lp-phone-nav > span { display: grid; gap: 5px; justify-items: center; font-size: 8px; color: #a3a6a2; }
.lp-phone-nav .is-current { color: var(--brand); }
.lp-phone-nav svg { width: 16px; height: 16px; }
.lp-phone-figure > figcaption { color: #a3a6a2; font-size: 10px; text-align: center; margin-top: 16px; }
.lp-trust { display: flex; justify-content: center; gap: 60px; padding: 27px 0; list-style: none; border-block: 1px solid var(--border); color: #b7b9b3; }
.lp-trust li { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.lp-trust svg { flex: none; width: 17px; height: 17px; color: var(--brand); }
.lp-section { padding-block: 112px; }
.lp-section-lead { font-size: 16px; color: #b7b9b3; margin: 24px 0 0; }
.lp-analytics { margin: 48px 0 0; border: 1px solid #ffffff20; border-radius: 18px; background: #101213; overflow: hidden; }
.lp-analytics-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 32px; border-bottom: 1px solid var(--border); }
.lp-analytics-header h3 { font-size: 18px; line-height: 1.5; }
.lp-analytics-header div > span { display: block; color: #a3a6a2; font-size: 11px; margin-top: 6px; }
.lp-sample-label { flex: none; border: 1px solid #ffffff28; color: #a3a6a2; border-radius: 4px; padding: 4px 9px; font-size: 10px; letter-spacing: .05em; }
.lp-analytics-body { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(250px, 1fr); }
.lp-analytics-chart { padding: 28px 32px 20px; }
.lp-chart-heading { display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: #b7b9b3; }
.lp-chart-heading b { font-size: 29px; color: var(--brand); font-weight: 600; }
.lp-chart-heading small { font-size: 11px; margin-left: 6px; }
.lp-comparison { border-left: 1px solid var(--border); padding: 32px; }
.lp-comparison h4 { display: flex; align-items: center; gap: 8px; font-size: 15px; }
.lp-comparison h4 svg { width: 17px; height: 17px; color: var(--brand); }
.lp-comparison > p { font-size: 11px; color: #a3a6a2; margin: 7px 0 24px; }
.lp-bar-label { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 12px; }
.lp-bar-label b { font-size: 20px; font-weight: 600; }
.lp-bar-track { background: #ffffff08; height: 7px; margin-block: 9px; border-radius: 2px; }
.lp-bar-track span { display: block; height: 100%; background: var(--brand); border-radius: inherit; }
.lp-bar-muted span { background: #747976; }
.lp-comparison > small { display: block; margin-bottom: 23px; font-size: 10px; color: #a3a6a2; }
.lp-comparison .lp-comparison-note { margin: 22px 0 0; color: #d2d3cc; font-size: 12px; }
.lp-analytics figcaption { padding: 16px 32px; font-size: 11px; line-height: 1.75; color: #a3a6a2; background: #ffffff02; border-top: 1px solid var(--border); }
.lp-confidence, .lp-presence { display: grid; grid-template-columns: 1.12fr 1fr; gap: 70px; align-items: start; border-block: 1px solid var(--border); }
.lp-confidence h2, .lp-presence h2 { font-size: clamp(30px, 3.15vw, 43px); }
.lp-story-copy p { margin: 5px 0 22px; color: #b7b9b3; font-size: 15px; }
.lp-story-copy p:last-child { margin-bottom: 0; }
.lp-section-top { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.lp-text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--brand); font-size: 13px; font-weight: 650; }
.lp-text-link svg { width: 19px; height: 19px; flex: none; }
a.lp-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.lp-routines { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 42px; }
.lp-routine { display: flex; flex-direction: column; padding: 27px; background: #141617; border-radius: 10px; transition: background .18s; }
.lp-routine:hover { background: #1c1f20; }
.lp-routine-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #b7b9b3; font-size: 12px; }
.lp-routine-icon svg { width: 25px; height: 25px; color: var(--brand); }
.lp-routine h3 { margin-top: 30px; font-size: 20px; line-height: 1.55; }
.lp-routine p { margin: 12px 0 24px; font-size: 13px; color: #a3a6a2; }
.lp-routine-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border); color: #b7b9b3; font-size: 11px; }
.lp-routine-bottom svg { width: 19px; height: 19px; color: var(--brand); }
.lp-checks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 46px; }
.lp-check { display: flex; flex-direction: column; padding-top: 24px; border-top: 1px solid #ffffff30; }
.lp-check:hover { border-color: var(--brand); }
.lp-check-icon svg { width: 25px; height: 25px; color: #d2d3cc; margin-bottom: 22px; }
.lp-check h3 { font-size: 19px; line-height: 1.6; }
.lp-check p { color: #a3a6a2; font-size: 13px; margin: 12px 0 24px; }
.lp-check .lp-text-link { margin-top: auto; }
.lp-note { font-size: 11px; color: #a3a6a2; margin: 24px 0 0; }
.lp-reading { padding-top: 20px; }
.lp-reading h2 { font-size: 31px; }
.lp-articles { margin-top: 32px; }
.lp-article { display: flex; align-items: center; gap: 28px; padding: 23px 0; border-top: 1px solid var(--border); }
.lp-article:last-child { border-bottom: 1px solid var(--border); }
.lp-article-number { font-size: 12px; color: #a3a6a2; }
.lp-article h3 { font-size: 19px; line-height: 1.5; }
.lp-article p { font-size: 13px; color: #a3a6a2; margin: 5px 0 0; }
.lp-article > svg { width: 20px; height: 20px; flex: none; margin-left: auto; color: #a3a6a2; }
.lp-article:hover h3, .lp-article:hover > svg { color: var(--brand); }
.lp-final { padding-top: 30px; padding-bottom: 112px; text-align: center; }
.lp-final .lp-cta { margin-top: 32px; }

@media (min-width: 1400px) {
  .lp-hero { padding-block: 82px 74px; }
}
@media (max-width: 1000px) {
  .lp-container { width: calc(100% - 56px); }
  .lp-hero { grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); gap: 32px; }
  .lp-hero h1 { font-size: clamp(35px, 4.6vw, 46px); }
  .lp-hero-lead { font-size: 15px; }
  .lp-trust { gap: 30px; }
  .lp-confidence, .lp-presence { gap: 36px; }
  .lp-analytics-header, .lp-comparison { padding: 24px; }
  .lp-analytics-chart { padding: 24px; }
  .lp-routines { gap: 16px; }
  .lp-routine { padding: 22px; }
  .lp-checks { gap: 24px; }
}
@media (max-width: 760px) {
  .lp-landing .site-header { grid-template-columns: minmax(0, 1fr) auto; }
  .lp-landing .site-header .topbar-actions { width: auto; }
  .lp-landing .site-header .site-account-button { flex-basis: 64px; width: 64px; min-width: 64px; max-width: 64px; }
  .lp-landing .site-header .brand { font-size: 17px; gap: 6px; }
  .lp-container { width: calc(100% - 40px); }
  .lp-hero { grid-template-columns: minmax(0, 1fr); padding-block: 40px 38px; gap: 42px; }
  .lp-hero h1 { font-size: clamp(34px, 9vw, 52px); line-height: 1.4; }
  .lp-hero-lead { font-size: 15px; margin-top: 24px; }
  .lp-motivation { font-size: 12px; margin-bottom: 24px; }
  .lp-phone-figure { width: min(100%, 342px); }
  .lp-trust { gap: 8px; justify-content: space-between; padding-block: 22px; }
  .lp-trust li { flex-direction: column; text-align: center; font-size: 10px; gap: 8px; }
  .lp-trust svg { width: 16px; height: 16px; }
  .lp-section { padding-block: 74px; }
  .lp-main h2 { font-size: clamp(27px, 6.5vw, 38px); line-height: 1.5; }
  .lp-section-lead { font-size: 14px; margin-top: 20px; }
  .lp-analytics { margin-top: 30px; border-radius: 12px; }
  .lp-analytics-header { gap: 10px; padding: 20px 16px; }
  .lp-analytics-header h3 { font-size: 15px; }
  .lp-sample-label { font-size: 9px; padding: 3px 5px; }
  .lp-analytics-body { grid-template-columns: minmax(0, 1fr); }
  .lp-analytics-chart { padding: 18px 12px; }
  .lp-chart-heading { padding-inline: 4px; font-size: 12px; }
  .lp-analytics .lp-chart text { font-size: 15px; }
  .lp-comparison { border-left: 0; border-top: 1px solid var(--border); padding: 24px 20px; }
  .lp-analytics figcaption { padding: 16px; font-size: 10px; }
  .lp-confidence, .lp-presence { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .lp-story-copy p { font-size: 14px; }
  .lp-section-top { align-items: start; flex-direction: column; gap: 20px; }
  .lp-routines { grid-template-columns: minmax(0, 1fr); margin-top: 28px; gap: 14px; }
  .lp-routine { padding: 24px; }
  .lp-routine h3 { margin-top: 20px; font-size: 19px; }
  .lp-routine p { margin-bottom: 20px; }
  .lp-checks { grid-template-columns: minmax(0, 1fr); margin-top: 28px; gap: 28px; }
  .lp-check { position: relative; padding-left: 44px; }
  .lp-check-icon { position: absolute; top: 27px; left: 0; }
  .lp-check-icon svg { width: 22px; height: 22px; }
  .lp-check h3 { font-size: 17px; }
  .lp-check p { margin-block: 8px 14px; }
  .lp-reading { padding-top: 12px; }
  .lp-reading h2 { font-size: 25px; }
  .lp-article { gap: 18px; padding-block: 22px; }
  .lp-article h3 { font-size: 16px; }
  .lp-article p { font-size: 12px; }
  .lp-final { padding-top: 16px; padding-bottom: 74px; text-align: left; }
  .lp-final .lp-cta { margin-top: 26px; }
  .lp-cta { font-size: 14px; gap: 22px; padding: 16px 23px; max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .lp-main *, .lp-main *::before, .lp-main *::after { transition: none !important; animation: none !important; }
}
