/* =============================================================================
   Nord Analyst — public landing page (Pages/Index.razor)
   Brand: navy #1E3A8A · bright blue #3B82F6 · emerald #10B981 · ink #111827
   ============================================================================= */

.lp { font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #111827; }
.lp * { box-sizing: border-box; }
.lp section { scroll-margin-top: 72px; }
.lp-container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.lp-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #1E3A8A; margin-bottom: 12px; }
.lp-h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.06; font-weight: 800; letter-spacing: -0.025em; color: #0F172A; margin: 0 0 18px; }
.lp-h1 em { font-style: normal; color: #1E3A8A; }
.lp-h2 { font-size: clamp(26px, 3.2vw, 36px); line-height: 1.15; font-weight: 700; letter-spacing: -0.02em; color: #0F172A; margin: 0 0 10px; }
.lp-lead { font-size: 18px; line-height: 1.55; color: #374151; max-width: 620px; margin: 0 0 26px; }
.lp-sub { font-size: 16px; line-height: 1.6; color: #4B5563; max-width: 720px; margin: 0 0 28px; }
.lp-muted { color: #6B7280; }
.lp-center { text-align: center; }
.lp-center .lp-sub, .lp-center .lp-lead { margin-left: auto; margin-right: auto; }

/* ---- hero ------------------------------------------------------------------ */
.lp-hero { position: relative; overflow: hidden; background: radial-gradient(1200px 500px at 85% -10%, #DBEAFE 0%, rgba(219,234,254,0) 60%), linear-gradient(180deg, #FFFFFF 0%, #F3F6FB 100%); padding: 72px 0 56px; }
.lp-hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.lp-cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.lp-trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 26px; font-size: 13px; color: #4B5563; }
.lp-trust span::before { content: "✓"; color: #10B981; font-weight: 700; margin-right: 6px; }

/* product shot */
.lp-shot { background: #FFFFFF; border: 1px solid rgba(15,23,42,.08); border-radius: 14px; box-shadow: 0 30px 60px -30px rgba(15,23,42,.35), 0 12px 24px -16px rgba(15,23,42,.2); padding: 16px 16px 12px; }
.lp-shot__bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.lp-shot__title { font-size: 13px; font-weight: 700; color: #111827; }
.lp-shot__tag { font-size: 11px; color: #6B7280; background: #F3F4F6; border-radius: 999px; padding: 2px 8px; }
.lp-shot table { width: 100%; border-collapse: separate; border-spacing: 4px; }
.lp-shot th { font-size: 11px; font-weight: 600; color: #4B5563; text-align: center; padding: 2px 4px 6px; white-space: nowrap; }
.lp-shot th.lp-th--company { text-align: left; padding-left: 6px; }
.lp-shot td { padding: 0; text-align: center; }
.lp-shot td.lp-td--company { text-align: left; padding: 2px 6px; white-space: nowrap; }
.lp-shot .na-cell { min-width: 62px; padding: 5px 6px; }
.lp-shot .na-cell__value { font-size: 13px; }
.lp-shot__caption { font-size: 11px; color: #9CA3AF; margin-top: 8px; }
.lp-shot__ticker { font-weight: 700; font-size: 13px; }
.lp-shot__name { font-size: 11.5px; color: #6B7280; display: block; }

/* ---- stat strip ------------------------------------------------------------- */
.lp-strip { border-top: 1px solid #E5E7EB; border-bottom: 1px solid #E5E7EB; background: #FFFFFF; }
.lp-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lp-strip__item { padding: 20px 16px; text-align: center; border-right: 1px solid #F1F5F9; }
.lp-strip__item:last-child { border-right: none; }
.lp-strip__value { font-size: 22px; font-weight: 700; color: #0F172A; letter-spacing: -0.01em; }
.lp-strip__label { font-size: 12.5px; color: #6B7280; margin-top: 2px; }

/* ---- sections ---------------------------------------------------------------- */
.lp-section { padding: 72px 0; }
.lp-section--alt { background: #F8FAFC; }
.lp-section--navy { background: linear-gradient(135deg, #0F1F4B 0%, #1E3A8A 60%, #1D4ED8 100%); color: #FFFFFF; }
.lp-section--navy .lp-h2, .lp-section--navy .lp-eyebrow { color: #FFFFFF; }
.lp-section--navy .lp-sub { color: rgba(255,255,255,.82); }
.lp-section__head { max-width: 760px; margin-bottom: 36px; }

/* steps */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-step { background: #FFFFFF; border: 1px solid rgba(15,23,42,.08); border-radius: 14px; padding: 22px 22px 20px; position: relative; }
.lp-step__n { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 999px; background: #1E3A8A; color: #FFFFFF; font-weight: 700; font-size: 13px; margin-bottom: 12px; }
.lp-step h3 { margin: 0 0 6px; font-size: 18px; font-weight: 700; color: #0F172A; }
.lp-step p { margin: 0; color: #4B5563; font-size: 14.5px; line-height: 1.55; }
.lp-step__foot { margin-top: 12px; font-size: 12.5px; color: #6B7280; }

/* sources */
.lp-sources { margin-top: 28px; background: #FFFFFF; border: 1px solid rgba(15,23,42,.08); border-radius: 14px; padding: 18px 20px; }
.lp-sources__label { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #6B7280; margin-bottom: 10px; }
.lp-sources__list { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-source { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #E5E7EB; border-radius: 999px; padding: 5px 6px 5px 12px; font-size: 13.5px; color: #111827; background: #FFFFFF; }
.lp-source__status { font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; }
.lp-source--live .lp-source__status { background: #DCFCE7; color: #166534; }
.lp-source--next .lp-source__status { background: #E4EEF9; color: #1C5CAB; }
.lp-source--planned .lp-source__status { background: #F3F4F6; color: #6B7280; }
.lp-source--planned { color: #4B5563; border-style: dashed; }
.lp-sources__note { font-size: 13px; color: #6B7280; margin-top: 12px; }

/* pillars */
.lp-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.lp-pillar { background: #FFFFFF; border: 1px solid rgba(15,23,42,.08); border-radius: 12px; padding: 16px 16px 14px; min-height: 130px; }
.lp-pillar__kind { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; margin-bottom: 8px; }
.lp-pillar__kind--num { background: #E4EEF9; color: #1C5CAB; }
.lp-pillar__kind--nar { background: #DCFCE7; color: #166534; }
.lp-pillar__kind--mix { background: #FEF3C7; color: #92400E; }
.lp-pillar h4 { margin: 0 0 4px; font-size: 15px; font-weight: 700; color: #0F172A; }
.lp-pillar p { margin: 0; font-size: 13px; color: #4B5563; line-height: 1.5; }
.lp-legend { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 12.5px; color: #4B5563; margin-top: 16px; }

/* features */
.lp-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 34px 0; border-top: 1px solid #E5E7EB; }
.lp-feature:first-of-type { border-top: none; }
.lp-feature--flip .lp-feature__text { order: 2; }
.lp-feature h3 { margin: 0 0 8px; font-size: 22px; font-weight: 700; color: #0F172A; letter-spacing: -0.01em; }
.lp-feature p { margin: 0 0 12px; color: #4B5563; font-size: 15px; line-height: 1.6; }
.lp-feature ul { margin: 0; padding-left: 18px; color: #374151; font-size: 14.5px; line-height: 1.7; }
.lp-panel { background: #FFFFFF; border: 1px solid rgba(15,23,42,.08); border-radius: 14px; padding: 16px; box-shadow: 0 16px 40px -28px rgba(15,23,42,.35); }
.lp-panel__title { font-size: 12.5px; font-weight: 700; color: #111827; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; }
.lp-panel__title span { font-weight: 400; color: #9CA3AF; font-size: 11px; }
.lp-panel .na-trellis th, .lp-panel .na-trellis td { padding: 6px 8px; font-size: 13px; }

/* evidence */
.lp-evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.lp-evidence .na-insight { background: rgba(255,255,255,.96); }
.lp-quote-chain { display: flex; flex-direction: column; gap: 10px; }
.lp-chain__step { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,.9); }
.lp-chain__dot { width: 10px; height: 10px; border-radius: 999px; background: #10B981; flex: 0 0 auto; }

/* pricing */
.lp-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-tier { background: #FFFFFF; border: 1px solid rgba(15,23,42,.08); border-radius: 14px; padding: 24px; display: flex; flex-direction: column; }
.lp-tier--hi { border-color: #1E3A8A; box-shadow: 0 20px 40px -28px rgba(30,58,138,.5); position: relative; }
.lp-tier__badge { position: absolute; top: -12px; left: 24px; background: #1E3A8A; color: #FFFFFF; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; }
.lp-tier h3 { margin: 0 0 4px; font-size: 20px; font-weight: 700; color: #0F172A; }
.lp-tier__for { color: #6B7280; font-size: 13.5px; margin-bottom: 14px; }
.lp-tier__price { font-size: 30px; font-weight: 800; color: #0F172A; letter-spacing: -0.02em; }
.lp-tier__price small { font-size: 13px; font-weight: 500; color: #6B7280; letter-spacing: 0; }
.lp-tier ul { margin: 14px 0 20px; padding-left: 0; list-style: none; color: #374151; font-size: 14px; line-height: 1.75; flex: 1 1 auto; }
.lp-tier li::before { content: "✓"; color: #10B981; font-weight: 700; margin-right: 8px; }
.lp-tier li.lp-soon { color: #9CA3AF; }
.lp-tier li.lp-soon::before { content: "◦"; color: #9CA3AF; }

/* access form */
.lp-form { background: #FFFFFF; border: 1px solid rgba(15,23,42,.08); border-radius: 16px; padding: 28px; box-shadow: 0 24px 60px -36px rgba(15,23,42,.35); max-width: 640px; margin: 0 auto; }
.lp-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
.lp-form__full { grid-column: 1 / -1; }
.lp-hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.lp-form__fine { font-size: 12px; color: #6B7280; margin-top: 12px; line-height: 1.5; }
.lp-success { text-align: center; padding: 28px 12px; }
.lp-success__icon { width: 56px; height: 56px; border-radius: 999px; background: #DCFCE7; color: #166534; display: inline-flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 12px; }

/* footer note */
.lp-fine { font-size: 12px; color: #9CA3AF; text-align: center; padding: 8px 0 0; }

/* ---- responsive ------------------------------------------------------------- */
@media (max-width: 960px) {
    .lp-hero { padding: 48px 0 40px; }
    .lp-hero__grid, .lp-feature, .lp-evidence { grid-template-columns: 1fr; gap: 28px; }
    .lp-feature--flip .lp-feature__text { order: 0; }
    .lp-steps, .lp-tiers { grid-template-columns: 1fr; }
    .lp-pillars { grid-template-columns: repeat(2, 1fr); }
    .lp-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .lp-strip__item:nth-child(2) { border-right: none; }
    .lp-form__grid { grid-template-columns: 1fr; }
    .lp-section { padding: 52px 0; }
}
@media (max-width: 560px) {
    .lp-pillars { grid-template-columns: 1fr; }
    .lp-strip__grid { grid-template-columns: 1fr; }
    .lp-strip__item { border-right: none; border-bottom: 1px solid #F1F5F9; }
}
