/* ============================================================
   INSIGHTS — Sobre Insights (authority landing)
   Builds on styles.css (News design system)
   ============================================================ */

.progress { position: fixed; top: 0; left: 0; height: 2px; background: var(--accent); width: 0; z-index: 200; }

/* thank-you banner (after application submit) */
.thanks-banner { background: var(--accent); color: #fff; }
.thanks-banner .wrap { display: flex; align-items: center; gap: 13px; padding: 15px 0; font-size: 15px; font-weight: 500; }
.thanks-banner svg { width: 20px; height: 20px; flex: none; }
.thanks-banner b { font-weight: 700; }
.thanks-banner__x { margin-left: auto; background: none; border: 0; color: oklch(1 0 0 / 0.8); cursor: pointer; font-size: 16px; line-height: 1; padding: 4px; }
.thanks-banner__x:hover { color: #fff; }

/* ---------- generic section rhythm ---------- */
.lp-section { padding: clamp(64px, 9vh, 120px) 0; border-bottom: 1px solid var(--line); }
.lp-section--sunk { background: var(--bg-sunk); }
.lp-narrow { max-width: 760px; margin: 0 auto; }
.lp-num {
  font-family: var(--mono); font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent-hi); display: flex; align-items: center; gap: 12px; margin-bottom: 26px;
}
.lp-num::before { content: ""; width: 26px; height: 1px; background: var(--accent); }
.lp-h2 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(30px, 4.4vw, 50px); line-height: 1.04; letter-spacing: -.02em;
  text-wrap: balance; margin-bottom: 22px;
}
.lp-h2 .em { font-style: italic; color: var(--accent-hi); }
.lp-lead { font-family: var(--serif); font-size: clamp(19px, 2.1vw, 23px); line-height: 1.5; color: var(--ink-2); font-weight: 300; max-width: 62ch; text-wrap: pretty; }
.lp-prose > * + * { margin-top: 24px; }
.lp-prose p { font-family: var(--serif); font-size: 20px; line-height: 1.62; color: oklch(0.27 0.007 55); letter-spacing: -.003em; }
.lp-prose strong { font-weight: 700; color: var(--ink); }
.lp-prose em { font-style: italic; }
.lp-prose a { color: var(--accent-hi); border-bottom: 1px solid oklch(0.705 0.175 50 / 0.4); transition: border-color .15s; }
.lp-prose a:hover { border-color: var(--accent-hi); }
.lp-kbd {
  font-family: var(--mono); font-size: 11px; color: var(--ink-3); background: var(--bg-raised);
  border: 1px solid var(--line); padding: 1px 7px; border-radius: 5px; letter-spacing: .02em;
}

/* ---------- HERO ---------- */
.lp-hero { padding: clamp(70px, 11vh, 130px) 0 clamp(54px, 7vh, 86px); border-bottom: 1px solid var(--line); }
.lp-hero__tag { margin-bottom: 30px; }
.lp-hero h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(38px, 6vw, 78px); line-height: 1.0; letter-spacing: -.028em;
  text-wrap: balance; margin-bottom: 30px; max-width: 18ch;
}
.lp-hero h1 .em { font-style: italic; color: var(--accent-hi); }
.lp-hero__dek { font-family: var(--serif); font-weight: 300; font-size: clamp(20px, 2.5vw, 27px); line-height: 1.42; color: var(--ink-2); max-width: 54ch; text-wrap: pretty; }
.lp-hero__meta { display: flex; align-items: center; gap: 18px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.lp-hero__av { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-3); background-size: cover; flex: none; }
.lp-hero__by .n { font-weight: 600; font-size: 15px; }
.lp-hero__by .r { font-family: var(--mono); font-size: 11px; color: var(--ink-3); margin-top: 3px; letter-spacing: .04em; }
.lp-hero__stat { margin-left: auto; text-align: right; }
.lp-hero__stat .big { font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 600; line-height: 1; letter-spacing: -.02em; color: var(--accent-hi); }
.lp-hero__stat .lbl { font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-top: 8px; }

/* ---------- comparison table ---------- */
.lp-table { margin-top: 44px; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.lp-table table { width: 100%; border-collapse: collapse; }
.lp-table th, .lp-table td { text-align: left; padding: 18px 22px; font-size: 15px; vertical-align: middle; }
.lp-table thead th { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); background: var(--bg-raised); border-bottom: 1px solid var(--line); font-weight: 500; }
.lp-table thead th.is-ins { color: var(--accent-hi); }
.lp-table tbody td { border-bottom: 1px solid var(--line-2); }
.lp-table tbody tr:last-child td { border-bottom: 0; }
.lp-table .rowlbl { font-weight: 600; color: var(--ink); font-family: var(--sans); width: 32%; }
.lp-table .trad { color: var(--ink-3); }
.lp-table .ins { color: var(--ink); font-weight: 600; background: var(--accent-dim); }
.lp-table tbody tr:hover td { background: oklch(0 0 0 / 0.018); }
.lp-table tbody tr:hover td.ins { background: oklch(0.705 0.175 50 / 0.2); }
.lp-tablecap { font-family: var(--mono); font-size: 11px; color: var(--ink-4); margin-top: 16px; letter-spacing: .03em; }

/* ---------- partner logos ---------- */
.lp-cases2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 48px; background: var(--line); border: 1px solid var(--line); }
.lp-partner { background: var(--bg); padding: 38px 34px; }
.lp-partner__logo { height: 56px; display: flex; align-items: center; margin-bottom: 24px; }
.lp-partner h3 { font-family: var(--serif); font-weight: 600; font-size: 20px; margin-bottom: 10px; letter-spacing: -.01em; }
.lp-partner p { color: var(--ink-2); font-size: 15px; line-height: 1.55; }
.lp-partner .tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-hi); margin-bottom: 16px; display: block; }

/* brand wordmarks (referential, recreated) */
.brand-stc { display: flex; align-items: center; gap: 13px; }
.brand-stc__mk { width: 42px; height: 42px; border-radius: 50%; background: #e2231a; display: grid; place-items: center; flex: none; }
.brand-stc__mk svg { width: 26px; height: 26px; }
.brand-stc__tx { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 21px; color: oklch(0.25 0.005 60); letter-spacing: -.01em; line-height: 1; }
.brand-unicef { display: flex; align-items: center; gap: 12px; }
.brand-unicef__tx { font-family: var(--sans); font-weight: 400; font-size: 30px; color: #1cabe2; letter-spacing: -.01em; line-height: 1; }
.brand-unicef__div { width: 1px; height: 26px; background: oklch(0.8 0.01 240); }
.brand-unicef__sub { font-family: var(--sans); font-weight: 400; font-size: 17px; color: oklch(0.45 0.01 240); }
.brand-unicef__mk { width: 38px; height: 38px; border-radius: 50%; background: #1cabe2; display: grid; place-items: center; flex: none; }
.brand-unicef__mk svg { width: 26px; height: 26px; }

/* ---------- big metric (jahaziel) ---------- */
.lp-metric { margin-top: 8px; display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: center; }
.lp-metric__num { font-family: var(--serif); font-weight: 600; font-size: clamp(56px, 10vw, 132px); line-height: .9; letter-spacing: -.04em; color: var(--accent); }
.lp-metric__num .cur { font-size: .55em; vertical-align: super; color: var(--accent-hi); }
.lp-metric__side { border-left: 1px solid var(--line); padding-left: 36px; }
.lp-metric__side .who { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 12px; }
.lp-metric__side p { color: var(--ink-2); font-size: 16px; line-height: 1.55; }

/* ---------- charla / full-bleed quote ---------- */
.lp-charla { position: relative; min-height: clamp(480px, 72vh, 760px); display: flex; align-items: flex-end; border-bottom: 1px solid var(--line); overflow: hidden; }
.lp-charla__img { position: absolute; inset: 0; background-size: cover; background-position: center 30%; }
.lp-charla__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, oklch(0.13 0.004 60 / 0.25) 0%, transparent 30%, oklch(0.12 0.004 60 / 0.55) 66%, oklch(0.1 0.004 60 / 0.94) 100%); }
.lp-charla .wrap { position: relative; padding-bottom: clamp(46px, 7vh, 84px); padding-top: 60px; color: oklch(0.98 0.003 80); }
.lp-charla__kicker { color: oklch(0.82 0.15 62); margin-bottom: 24px; }
.lp-charla blockquote { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 4.6vw, 58px); line-height: 1.06; letter-spacing: -.022em; max-width: 20ch; text-wrap: balance; }
.lp-charla blockquote .em { font-style: italic; color: oklch(0.82 0.15 60); }
.lp-charla cite { display: block; margin-top: 26px; font-family: var(--mono); font-style: normal; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: oklch(0.8 0.004 80); }

/* ---------- case studies w/ screenshots + video ---------- */
.lp-case { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); background: var(--bg); }
.lp-case + .lp-case { margin-top: 40px; }
.lp-case--rev .lp-case__shot { order: 2; }
.lp-case__shot { background: var(--bg-sunk); border-right: 1px solid var(--line); overflow: hidden; display: flex; align-items: center; }
.lp-case--rev .lp-case__shot { border-right: 0; border-left: 1px solid var(--line); }
.lp-case__shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.lp-case__txt { padding: clamp(30px, 4vw, 52px); display: flex; flex-direction: column; }
.lp-case__tag { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-hi); margin-bottom: 18px; }
.lp-case__txt h3 { font-family: var(--serif); font-weight: 600; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.08; letter-spacing: -.015em; margin-bottom: 14px; text-wrap: balance; }
.lp-case__txt h3 .u { color: var(--accent-hi); }
.lp-case__txt > p { color: var(--ink-2); font-size: 16px; line-height: 1.58; }
.lp-case__chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 22px 0 0; }
.lp-chip { font-family: var(--mono); font-size: 11px; letter-spacing: .04em; color: var(--ink-2); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; white-space: nowrap; }
.lp-chip b { color: var(--accent-hi); font-weight: 500; }

/* ---------- blurred video cover ---------- */
.lp-video { position: relative; margin-top: 26px; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #0c0c0d; aspect-ratio: 4/5; max-width: 360px; }
.lp-video video { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.lp-video__cover { position: absolute; inset: 0; cursor: pointer; display: grid; place-items: center; background: oklch(0.18 0.004 60 / 0.34); backdrop-filter: blur(15px) saturate(1.1); -webkit-backdrop-filter: blur(15px) saturate(1.1); transition: opacity .4s, backdrop-filter .4s; }
.lp-video__cover[hidden] { opacity: 0; pointer-events: none; }
.lp-video__play { width: 76px; height: 76px; border-radius: 50%; background: oklch(1 0 0 / 0.9); display: grid; place-items: center; box-shadow: 0 12px 40px -8px oklch(0.1 0.01 60 / 0.5); transition: transform .2s, background .2s; }
.lp-video__cover:hover .lp-video__play { transform: scale(1.07); background: #fff; }
.lp-video__play svg { width: 26px; height: 26px; margin-left: 4px; color: var(--accent); }
.lp-video__lbl { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: oklch(0.97 0 0); background: linear-gradient(0deg, oklch(0.1 0.004 60 / 0.7), transparent); display: flex; align-items: center; gap: 9px; }
.lp-video__lbl::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

/* ---------- CTA close ---------- */
.lp-cta { background: var(--bg-sunk); border-bottom: 0; text-align: center; }
.lp-cta__inner { max-width: 720px; margin: 0 auto; }
.lp-cta .lp-num { justify-content: center; }
.lp-cta h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(32px, 5vw, 58px); line-height: 1.04; letter-spacing: -.022em; text-wrap: balance; margin-bottom: 22px; }
.lp-cta h2 .em { font-style: italic; color: var(--accent-hi); }
.lp-cta p { font-size: 18px; color: var(--ink-2); line-height: 1.55; max-width: 52ch; margin: 0 auto 36px; }
.lp-cta__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.lp-cta .btn--accent { padding: 16px 30px; font-size: 15px; }
.lp-cta__sub { margin-top: 26px; font-family: var(--mono); font-size: 11.5px; letter-spacing: .04em; color: var(--ink-4); }

/* ---------- responsive ---------- */
@media (max-width: 820px) {
  .lp-cases2 { grid-template-columns: 1fr; }
  .lp-case, .lp-case--rev .lp-case__shot { grid-template-columns: 1fr; }
  .lp-case { grid-template-columns: 1fr; }
  .lp-case__shot { border-right: 0; border-bottom: 1px solid var(--line); min-height: 220px; }
  .lp-case--rev .lp-case__shot { order: 0; border-left: 0; }
  .lp-metric { grid-template-columns: 1fr; gap: 24px; }
  .lp-metric__side { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 24px; }
  .lp-hero__stat { margin-left: 0; text-align: left; width: 100%; }
}
@media (max-width: 560px) {
  .lp-table { overflow-x: auto; }
  .lp-table table { min-width: 480px; }
}
