/* v2026.04.13-2.8.0 */
:root {
  color-scheme: light;
  --bg: #f5f4ee;
  --paper: rgba(255, 255, 255, 0.84);
  --panel: #ffffff;
  --ink: #102033;
  --muted: #637284;
  --line: rgba(16, 32, 51, 0.1);
  --navy: #0f2238;
  --navy-2: #17314c;
  --teal: #0b7a82;
  --green: #5ca56d;
  --sand: #efe7d8;
  --shadow: 0 24px 60px rgba(20, 32, 48, 0.08);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fcfbf8 0%, #f5f4ee 52%, #efe8dd 100%);
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 8%, rgba(11, 122, 130, 0.08), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(92, 165, 109, 0.08), transparent 22%),
    linear-gradient(rgba(16, 32, 51, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 51, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 44px 44px, 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 92%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.page-shell {
  position: relative;
  width: min(1220px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 24px 0 72px;
}

.site-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0 20px;
  flex-direction: column;
}

.brand,
.eyebrow,
.panel-label,
.scenario-kicker,
.step-index {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
}

.brand {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}

.header-actions,
.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.header-actions {
  width: 100%;
}

.link-chip,
.trust-row span,
.mini-tag,
.answer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.link-chip {
  color: var(--ink);
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #f7fbfb;
  background: linear-gradient(135deg, #0d5f7c 0%, #116585 52%, #0c7082 100%);
  box-shadow: 0 14px 30px rgba(13, 95, 124, 0.2);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.button-full {
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.hero-support {
  min-width: 0;
}

.hero-panel {
  order: 1;
}

.hero-copy {
  order: 2;
  padding: 24px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero-support {
  order: 3;
}

.eyebrow,
.panel-label {
  margin-bottom: 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 11ch;
  margin-bottom: 12px;
  font-size: clamp(2.5rem, 9.2vw, 4.5rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.hero-lede,
.answer-text,
.chart-read,
.section-copy p:last-child,
.update-card p,
.flow-card p,
.scenario-card p,
.intent-card p,
.alerts-copy p,
.form-note {
  color: var(--muted);
}

.hero-lede {
  max-width: 38ch;
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.55;
}

.hero-lede-mobile {
  display: block;
}

.hero-lede-desktop {
  display: none;
}

.hero-answer {
  margin-bottom: 14px;
}

.answer-badge {
  min-height: 42px;
  margin-bottom: 12px;
  color: var(--teal);
  background: rgba(11, 122, 130, 0.1);
  border-color: rgba(11, 122, 130, 0.14);
  font-weight: 700;
}

.answer-badge-improving {
  background: linear-gradient(135deg, rgba(11, 122, 130, 0.12), rgba(92, 165, 109, 0.14));
}

.answer-text {
  max-width: 58ch;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.trust-row {
  margin-top: 14px;
}

.trust-row span {
  min-height: 38px;
  font-size: 0.9rem;
  color: var(--muted);
}

.hero-panel {
  position: relative;
  padding: 8px;
  border-radius: var(--radius-xl);
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 58%, #102b42 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: auto -12% -25% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(92, 165, 109, 0.18), transparent 70%);
}

.snapshot-card {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
}

.snapshot-top,
.snapshot-rate,
.chart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mini-tag {
  min-height: 34px;
  padding: 0 10px;
  font-size: 0.82rem;
  color: var(--muted);
}

.snapshot-rate {
  margin: 18px 0;
  align-items: start;
}

.metric-label,
.chart-note {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
}

.snapshot-rate strong,
.mini-card strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.trend-up {
  color: var(--teal);
}

.snapshot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.mini-card,
.proof-card,
.flow-card,
.intent-card,
.update-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.mini-card {
  padding: 16px;
  border-radius: 16px;
}

.mini-card strong {
  font-size: 0.98rem;
}

.chart-card {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f6fbfb 0%, #f9fcfb 100%);
  border: 1px solid rgba(11, 122, 130, 0.12);
}

.chart-frame {
  position: relative;
  height: 180px;
  margin: 10px 0 8px;
}

.trend-chart {
  width: 100%;
  height: auto;
  margin: 10px 0 8px;
}

.trend-chart text {
  fill: #6d7888;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
}

.trend-line {
  fill: none;
  stroke: url(#lineGlow);
  stroke-width: 6;
  stroke-linecap: round;
}

.trend-area {
  fill: none;
  stroke: rgba(17, 101, 133, 0.16);
  stroke-width: 26;
  stroke-linecap: round;
}

.trend-dot {
  fill: #5ca56d;
}

.chart-read {
  margin-bottom: 0;
  line-height: 1.6;
}

.trend-canvas {
  width: 100%;
  height: 100%;
}

.proof-strip,
.intent-grid,
.flow-grid,
.scenario-grid,
.update-grid {
  display: grid;
  gap: 18px;
}

.proof-strip {
  grid-template-columns: 1fr;
  margin-top: 16px;
}

.proof-card {
  padding: 24px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.proof-card h2 {
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.proof-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.visual-explainer,
.simple-flow,
.scenario-section,
.answers-section,
.alerts-section {
  margin-top: 42px;
}

.section-copy {
  margin-bottom: 18px;
}

.section-copy h2 {
  max-width: 24ch;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.intent-grid,
.flow-grid,
.scenario-grid,
.update-grid {
  grid-template-columns: 1fr;
}

.intent-card,
.flow-card,
.scenario-card,
.update-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.intent-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 251, 0.98));
}

.intent-card img {
  width: 100%;
  height: 160px;
  margin-bottom: 18px;
  border-radius: 18px;
  object-fit: cover;
  background: linear-gradient(180deg, #f0f7f7 0%, #f6f4ef 100%);
}

.intent-card h3,
.flow-card h3,
.scenario-card h3,
.update-card h3,
.alerts-copy h2 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.intent-card p:last-child,
.flow-card p:last-child,
.scenario-card p:last-child,
.update-card p:last-child,
.alerts-copy p:last-child {
  margin-bottom: 0;
}

.flow-card {
  padding-top: 66px;
}

.step-index {
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--teal);
  font-size: 1rem;
  font-weight: 600;
}

.scenario-card {
  min-height: 240px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 245, 240, 0.98));
}

.scenario-card-strong {
  background: linear-gradient(135deg, rgba(15, 34, 56, 0.98), rgba(18, 56, 80, 0.98));
  color: #f6fbfb;
}

.scenario-card-strong .scenario-kicker,
.scenario-card-strong p,
.scenario-card-strong .text-link {
  color: rgba(246, 251, 251, 0.84);
}

.scenario-kicker {
  margin-bottom: 14px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal);
}

.text-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  color: var(--teal);
}

.update-card {
  min-height: 180px;
}

.alerts-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}

.alerts-copy,
.alerts-form {
  padding: 30px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.alerts-copy {
  background: linear-gradient(160deg, rgba(15, 34, 56, 0.98) 0%, rgba(20, 56, 77, 0.98) 100%);
  color: #f6fbfb;
}

.alerts-copy p,
.alerts-copy li {
  color: rgba(246, 251, 251, 0.78);
}

.alert-points {
  margin: 18px 0 0;
  padding-left: 18px;
}

.alert-points li + li {
  margin-top: 10px;
}

.alerts-form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 238, 229, 0.98));
  border: 1px solid var(--line);
}

.alerts-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  font-weight: 700;
}

.alerts-form input,
.alerts-form select {
  min-height: 56px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(16, 32, 51, 0.1);
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.alerts-form input::placeholder {
  color: #99a2ae;
}

.alerts-form input:focus,
.alerts-form select:focus {
  outline: 2px solid rgba(11, 122, 130, 0.25);
  outline-offset: 2px;
}

.form-note {
  margin-bottom: 0;
  line-height: 1.6;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(15, 34, 56, 0.98);
  color: #f7fbfb;
  box-shadow: var(--shadow);
}

.site-footer {
  margin-top: 42px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.footer-copy,
.footer-nav,
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer-copy,
.footer-nav {
  align-items: center;
}

.footer-copy {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-nav a,
.footer-meta a {
  color: var(--teal);
  font-weight: 700;
}

.footer-meta {
  flex-direction: column;
  gap: 8px;
  max-width: 90ch;
}

.footer-meta p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.partner-hero,
.partner-grid {
  display: grid;
  gap: 18px;
}

.partner-hero {
  grid-template-columns: 1fr;
  margin-top: 8px;
}

.partner-hero-copy,
.partner-hero-panel,
.partner-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.partner-hero-copy,
.partner-hero-panel {
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
}

.partner-hero-panel {
  background: linear-gradient(160deg, rgba(15, 34, 56, 0.98) 0%, rgba(20, 56, 77, 0.98) 100%);
  color: #f7fbfb;
}

.partner-lede,
.partner-card p,
.partner-stat .metric-label {
  color: var(--muted);
}

.partner-hero-panel .metric-label {
  color: rgba(247, 251, 251, 0.7);
}

.partner-hero-panel strong {
  display: block;
  color: #f7fbfb;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.partner-stat + .partner-stat {
  margin-top: 18px;
}

.partner-section,
.partner-cta {
  margin-top: 42px;
}

.partner-grid {
  grid-template-columns: 1fr;
}

.partner-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.partner-card-strong {
  background: linear-gradient(135deg, rgba(15, 34, 56, 0.98), rgba(18, 56, 80, 0.98));
  color: #f7fbfb;
}

.partner-card-strong .scenario-kicker,
.partner-card-strong p {
  color: rgba(247, 251, 251, 0.82);
}

@media (min-width: 760px) {
  .partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .partner-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: stretch;
  }

  .partner-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 760px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 16px;
  }

  .header-actions {
    width: auto;
  }

  .proof-strip,
  .intent-grid,
  .flow-grid,
  .scenario-grid,
  .update-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .alerts-section {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.85fr);
    gap: 20px;
  }

  .section-copy {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: end;
    gap: 18px;
    margin-bottom: 22px;
  }

  .section-copy .eyebrow {
    margin-bottom: 0;
  }

  .section-copy h2 {
    max-width: none;
    font-size: clamp(1.9rem, 3.1vw, 3.2rem);
    line-height: 0.98;
  }
}

@media (min-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    grid-template-areas:
      "copy panel"
      "support panel";
    gap: 22px;
  }

  .hero-copy {
    grid-area: copy;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-panel {
    grid-area: panel;
    padding: 20px;
  }

  .hero-support {
    grid-area: support;
  }

  h1,
  .section-copy h2 {
    max-width: 100%;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 4.4vw, 4.2rem);
  }

  .hero-lede {
    max-width: 56ch;
    font-size: 1.02rem;
    line-height: 1.65;
  }

  .hero-lede-mobile {
    display: none;
  }

  .hero-lede-desktop {
    display: block;
  }

  .snapshot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .chart-frame {
    height: 210px;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(100vw - 10px, 1220px);
    padding-top: 10px;
  }

  .site-header {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    padding: 10px 0 12px;
  }

  .hero-copy,
  .hero-support,
  .alerts-copy,
  .alerts-form,
  .proof-card,
  .intent-card,
  .flow-card,
  .scenario-card,
  .update-card,
  .snapshot-card {
    padding: 16px;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(1.82rem, 7.2vw, 2.6rem);
    line-height: 0.96;
  }

  .hero {
    gap: 10px;
  }

  .hero-copy {
    order: 1;
    padding: 4px 6px 2px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero-panel {
    order: 2;
  }

  .hero-support {
    order: 3;
    padding-inline: 2px;
  }

  .hero-lede {
    max-width: 31ch;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .eyebrow,
  .panel-label {
    margin-bottom: 8px;
  }

  .snapshot-rate strong {
    font-size: 1.24rem;
  }

  .snapshot-rate {
    margin: 10px 0 12px;
  }

  .snapshot-grid {
    grid-template-columns: 1fr;
    margin-top: 6px;
    margin-bottom: 0;
  }

  .snapshot-grid .mini-card:first-child {
    display: none;
  }

  .chart-card {
    padding: 12px;
  }

  .chart-frame {
    height: 148px;
    margin: 4px 0 4px;
  }

  .chart-read {
    display: none;
  }

  .button,
  .mini-tag {
    width: 100%;
    justify-content: center;
  }

  .header-actions .link-chip {
    display: none;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions {
    gap: 8px;
  }

  .answer-text {
    display: none;
  }

  .trust-row {
    display: none;
  }

  .snapshot-top,
  .snapshot-rate,
  .chart-heading {
    align-items: start;
    flex-direction: column;
  }

  .trend-chart text:last-child {
    text-anchor: end;
  }
}
