
/* ─── home-v1 (tone A · Stripe/Plaid-leaning, structured enterprise) ─── */

/* ——— hero band ——— */
.hero {
  position: relative;
  padding: 96px 0 64px;
  overflow: hidden;
  background:
    radial-gradient(1200px 500px at 50% -200px, rgba(13,88,255,0.08), transparent 60%),
    linear-gradient(180deg, #FBFBF9 0%, #FBFBF9 60%, #F5F5F2 100%);
}
.hero__inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
.hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 56px;
  align-items: end;
}
.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 6px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  font-size: 13px;
  color: var(--ink-2);
  margin-bottom: 28px;
  box-shadow: var(--shadow-sm);
}
.hero__kicker-tag {
  padding: 3px 10px;
  background: var(--ink);
  color: var(--white);
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 6.5vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.032em;
  color: var(--ink);
  margin-bottom: 24px;
}
.hero h1 .accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--up-blue);
  letter-spacing: -0.02em;
}
.hero__sub {
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.55;
  color: var(--body);
  max-width: 520px;
  margin-bottom: 32px;
}
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__meta {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  font-size: 13px;
  color: var(--muted);
}
.hero__meta span { display: flex; align-items: center; gap: 6px; }
.hero__meta svg { width: 14px; height: 14px; color: var(--pos); }

/* ——— hero right: capability panel ——— */
.hero__stat-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  padding: 28px;
  box-shadow: var(--shadow-md);
  align-self: end;
}
.hero__stat-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}
.hero__stat-panel-head h4 {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__stat-panel-head h4::before {
  content: '';
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--pos);
  box-shadow: 0 0 0 3px rgba(19,124,61,0.12);
}
.hero__stat-panel-head .period {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted);
}

/* anchor stat */
.hero__panel-anchor {
  margin-bottom: 22px;
}
.hero__panel-anchor .value {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 56px;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
  font-feature-settings: "tnum";
  display: block;
  margin-bottom: 8px;
}
.hero__panel-anchor .label {
  font-size: 14px;
  color: var(--body);
  margin-bottom: 12px;
}
.hero__panel-anchor .grounding {
  display: flex;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-transform: uppercase;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
}
.hero__panel-anchor .grounding b {
  color: var(--ink);
  font-weight: 500;
}

/* section blocks */
.hero__panel-section { margin-bottom: 22px; }
.hero__panel-section:last-of-type { margin-bottom: 20px; }
.hero__panel-section-lead {
  font-size: 13px;
  color: var(--ink-2);
  margin-bottom: 12px;
  line-height: 1.5;
}
.hero__panel-section-lead .em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--up-blue);
}

.hero__panel-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.hero__panel-tile {
  background: var(--paper);
  border: 1px solid var(--line-2);
  border-radius: var(--r-2);
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 78px;
}
.hero__panel-tile .tname {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.hero__panel-tile .tdesc {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.4;
}

/* closer */
.hero__panel-close {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.hero__panel-close .pivot {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--up-blue);
}

/* ——— logo strip ——— */
.logos {
  padding: 56px 0 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.logos__inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 56px;
}
.logos__label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.5;
  max-width: 160px;
}
.logos__row {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.logos__row .logo {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  color: var(--muted);
  letter-spacing: -0.01em;
  opacity: 0.7;
  transition: opacity .2s, color .2s;
}
.logos__row .logo:hover { opacity: 1; color: var(--ink); }

/* ——— value band (the metric claim) ——— */
.claim {
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
}
.claim__grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
}
.claim h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin-bottom: 20px;
}
.claim h2 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--up-blue);
  letter-spacing: -0.02em;
}
.claim__text p {
  font-size: 18px;
  line-height: 1.55;
  color: var(--body);
  max-width: 480px;
  margin-bottom: 16px;
}
.claim__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
}
.claim__metric {
  padding: 28px 28px 24px;
  background: var(--white);
}
.claim__metric .val {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 48px;
  letter-spacing: -0.028em;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 8px;
}
.claim__metric .label {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}
.claim__metric .trend {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--pos);
  margin-top: 6px;
}

/* ——— product modules (two sides) ——— */
.modules { padding: 96px 0; border-bottom: 1px solid var(--line); }
.modules__head {
  max-width: var(--container);
  margin: 0 auto 56px;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
}
.modules__head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--ink);
}
.modules__head h2 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--up-blue);
}
.modules__head p {
  font-size: 17px;
  color: var(--body);
  max-width: 460px;
}
.modules__grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.module-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.module-card__vis {
  padding: 48px 28px 0;
  height: 320px;
  box-sizing: border-box;
  background: linear-gradient(180deg, var(--paper-2), var(--white));
  border-bottom: 1px solid var(--line);
  min-height: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.module-card__body {
  padding: 28px 32px 32px;
}
.module-card__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--up-blue);
  margin-bottom: 12px;
}
.module-card__tag.green { color: var(--pos); }
.module-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 10px;
}
.module-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--body);
  margin-bottom: 20px;
}
.module-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--line-2);
  padding-top: 20px;
}
.module-card ul li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  font-size: 14px;
  color: var(--ink-2);
  align-items: start;
}
.module-card ul li svg {
  width: 14px; height: 14px;
  color: var(--up-blue);
  margin-top: 3px;
}
.module-card.agent ul li svg { color: var(--pos); }
.module-card.mls ul li svg { color: var(--up-blue); }

/* ——— broker panel visual ——— */
.broker-vis {
  width: 100%;
  margin-top: auto;
}
.broker-vis__panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-3) var(--r-3) 0 0;
  border-bottom: 0;
  padding: 16px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.03);
}
.broker-vis__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-2);
}
.broker-vis__head h5 { font-size: 13px; font-weight: 500; color: var(--ink); }
.broker-vis__pills { display: flex; gap: 4px; }
.broker-vis__pills span {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--muted);
  background: var(--paper-2);
}
.broker-vis__pills span.active { background: var(--up-blue-50); color: var(--up-blue); }
.broker-vis__row {
  display: grid;
  grid-template-columns: 1fr 60px 80px;
  gap: 12px;
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line-2);
  align-items: center;
}
.broker-vis__row:last-child { border-bottom: 0; }
.broker-vis__row .n { color: var(--ink-2); font-weight: 500; }
.broker-vis__row .u { font-family: var(--font-mono); color: var(--muted); text-align: right; }
.broker-vis__row .a { font-family: var(--font-mono); color: var(--ink); text-align: right; font-feature-settings: "tnum"; }

/* ——— agent panel visual ——— */
.agent-vis {
  width: 100%;
  margin-top: auto;
}
.agent-vis__card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-3) var(--r-3) 0 0;
  border-bottom: 0;
  padding: 16px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.03);
}
.agent-vis__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.agent-vis__head h5 { font-size: 13px; font-weight: 500; color: var(--ink); }
.agent-vis__head .badge {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--pos);
  background: var(--pos-soft);
  padding: 2px 8px;
  border-radius: var(--r-1);
}
.agent-vis__cell {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--line-2);
  align-items: center;
}
.agent-vis__cell:first-of-type { border-top: 0; }
.agent-vis__cell .ic {
  width: 28px; height: 28px;
  border-radius: var(--r-2);
  background: var(--up-blue-50);
  color: var(--up-blue);
  display: grid; place-items: center;
  font-size: 13px; font-weight: 500;
}
.agent-vis__cell.green .ic { background: var(--pos-soft); color: var(--pos); }
.agent-vis__cell .n { font-size: 13px; color: var(--ink); }
.agent-vis__cell .v { font-family: var(--font-mono); font-size: 12px; color: var(--ink); font-feature-settings: "tnum"; }

/* ——— platform overview / dashboard ——— */
.dash {
  padding: 120px 0;
  background: var(--ink);
  color: var(--d-text);
}
.dash__head {
  max-width: var(--container);
  margin: 0 auto 56px;
  padding: 0 var(--gutter);
  text-align: center;
}
.dash__head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--d-text);
  margin-bottom: 16px;
}
.dash__head h2 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--up-blue-100);
}
.dash__head p {
  font-size: 18px;
  color: var(--d-muted);
  max-width: 560px;
  margin: 0 auto;
}
.dash__frame {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.dash__window {
  background: #17181F;
  border: 1px solid var(--d-line);
  border-radius: var(--r-4);
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
}
.dash__chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--d-line);
}
.dash__chrome-dots { display: flex; gap: 6px; }
.dash__chrome-dots span { width: 10px; height: 10px; border-radius: 50%; background: var(--d-line); }
.dash__chrome-path {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--faint);
}
.dash__chrome-path .slash { color: var(--d-line); margin: 0 6px; }
.dash__chrome-path b { color: var(--d-text); font-weight: 500; }
.dash__body {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 480px;
}
.dash__side {
  border-right: 1px solid var(--d-line);
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.dash__side-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--faint);
  padding: 8px 12px 4px;
}
.dash__side-item {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  gap: 10px;
  padding: 8px 12px;
  border-radius: var(--r-2);
  font-size: 13px;
  color: var(--d-muted);
  align-items: center;
}
.dash__side-item.active { background: rgba(13,88,255,0.12); color: var(--d-text); }
.dash__side-item .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--d-line); }
.dash__side-item.active .dot { background: var(--up-blue-100); }
.dash__side-item .count {
  font-family: var(--font-mono);
  font-size: 10px;
  background: var(--d-line);
  padding: 1px 6px;
  border-radius: 3px;
}
.dash__side-item.active .count { background: rgba(13,88,255,0.25); color: var(--up-blue-100); }
.dash__main { padding: 28px 32px; }
.dash__main-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--d-line);
}
.dash__main-head h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  color: var(--d-text);
  letter-spacing: -0.01em;
}
.dash__main-head .filters { display: flex; gap: 8px; }
.dash__main-head .filters span {
  padding: 4px 10px;
  background: rgba(255,255,255,0.04);
  border-radius: var(--r-1);
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--d-muted);
}
.dash__main-head .filters span.active { background: rgba(13,88,255,0.2); color: var(--up-blue-100); }
.dash__kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.dash__kpi {
  padding: 18px 20px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--d-line);
  border-radius: var(--r-3);
}
.dash__kpi .label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 10px;
}
.dash__kpi .val {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--d-text);
  font-feature-settings: "tnum";
}
.dash__kpi .trend {
  font-family: var(--font-mono);
  font-size: 11px;
  margin-top: 6px;
  color: var(--pos);
}
.dash__table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}
.dash__table th {
  text-align: left;
  padding: 10px 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
  font-weight: 500;
  border-bottom: 1px solid var(--d-line);
}
.dash__table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--d-line);
  color: var(--d-muted);
  font-feature-settings: "tnum";
}
.dash__table td.n { color: var(--d-text); font-weight: 500; }
.dash__table td.amt { font-family: var(--font-mono); text-align: right; color: var(--d-text); }
.dash__table td.s .status {
  font-family: var(--font-mono);
  font-size: 10px;
  padding: 2px 8px;
  border-radius: var(--r-1);
}
.status.ok { background: rgba(19,124,61,0.15); color: #5DC584; }
.status.pending { background: rgba(138,90,0,0.15); color: #E2B15D; }
.status.review { background: rgba(13,88,255,0.15); color: var(--up-blue-100); }

/* ——— capabilities grid ——— */
.caps { padding: 120px 0; border-bottom: 1px solid var(--line); }
.caps__head {
  max-width: var(--container);
  margin: 0 auto 56px;
  padding: 0 var(--gutter);
  max-width: 780px;
  text-align: center;
}
.caps__head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin-bottom: 16px;
}
.caps__head h2 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--up-blue);
}
.caps__head p {
  font-size: 18px;
  color: var(--body);
}
.caps__grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
}
.cap {
  padding: 32px 28px;
  background: var(--white);
}
.cap__ic {
  width: 36px; height: 36px;
  border-radius: var(--r-2);
  background: var(--up-blue-50);
  color: var(--up-blue);
  display: grid; place-items: center;
  margin-bottom: 20px;
}
.cap h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 8px;
}
.cap p { font-size: 14px; color: var(--muted); line-height: 1.55; }

/* ——— integrations ——— */
.integ {
  padding: 88px 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}
.integ__grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: center;
}
.integ h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin-bottom: 14px;
}
.integ p {
  font-size: 16px;
  color: var(--body);
  line-height: 1.55;
  margin-bottom: 0;
}
.integ__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.integ__logos .pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-2);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
.integ__logos .pill .m {
  width: 24px; height: 24px;
  border-radius: 5px;
  background: var(--paper-2);
  display: grid; place-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
}

/* ——— quote / testimonial ——— */
.quote {
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
}
.quote__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.quote blockquote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.quote blockquote em {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--up-blue);
}
.quote cite {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  font-style: normal;
}
.quote cite .av {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #CBD6F5, var(--up-blue));
  display: grid; place-items: center;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
}
.quote cite .n { font-size: 14px; font-weight: 500; color: var(--ink); }
.quote cite .t { font-size: 13px; color: var(--muted); }

/* ——— secondary CTA band ——— */
.cta {
  padding: 120px 0 120px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.cta__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
}
.cta h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 720px;
}
.cta h2 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--up-blue);
}
.cta__ctas { display: flex; gap: 12px; }


/* ——— 5-pillar overview ——— */
.pillars { padding: 120px 0; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.pillars__head { max-width: var(--container); margin: 0 auto 56px; padding: 0 var(--gutter); text-align: center; }
.pillars__head .u-eyebrow { display: inline-flex; margin-bottom: 16px; }
.pillars__head h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(32px, 4.5vw, 48px); line-height: 1.06; letter-spacing: -0.024em; color: var(--ink); max-width: 20ch; margin: 0 auto; }
.pillars__head h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--up-blue); }
.pillars__grid { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { display: flex; flex-direction: column; padding: 28px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-4); transition: border-color .2s, box-shadow .2s, transform .15s; color: inherit; }
.pillar:hover { border-color: var(--ink-3); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.pillar__ic { width: 40px; height: 40px; border-radius: var(--r-2); background: var(--up-blue-50); color: var(--up-blue); display: grid; place-items: center; margin-bottom: 18px; }
.pillar h3 { font-family: var(--font-display); font-weight: 500; font-size: 17px; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 8px; line-height: 1.25; }
.pillar p { font-size: 13px; line-height: 1.5; color: var(--body); margin-bottom: 16px; flex: 1; }
.pillar__arrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--up-blue); text-transform: uppercase; }
@media (max-width: 1024px) { .pillars__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .pillars__grid { grid-template-columns: 1fr; } }

/* ——— why brokerages switch ——— */
.why-switch { padding: 120px 0; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.why-switch__head { max-width: var(--container); margin: 0 auto 56px; padding: 0 var(--gutter); }
.why-switch__head .u-eyebrow { margin-bottom: 16px; }
.why-switch__head h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(32px, 4.5vw, 48px); line-height: 1.06; letter-spacing: -0.024em; color: var(--ink); max-width: 18ch; }
.why-switch__head h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--up-blue); }
.why-switch__grid { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-4); overflow: hidden; }
.why-switch__cell { background: var(--white); padding: 28px 24px; }
.why-switch__num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--up-blue); margin-bottom: 14px; }
.why-switch__cell h4 { font-family: var(--font-display); font-weight: 500; font-size: 17px; line-height: 1.2; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 10px; }
.why-switch__cell p { font-size: 13px; line-height: 1.55; color: var(--body); margin: 0; }

/* ——— positioning callout (never direct to agent) ——— */
.positioning { padding: 56px 0; background: var(--ink); color: var(--d-text); border-bottom: 1px solid var(--ink-3); }
.positioning__inner { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; gap: 24px; }
.positioning__mark { width: 36px; height: 36px; border-radius: 50%; background: var(--up-blue); color: var(--white); display: grid; place-items: center; font-family: var(--font-display); font-size: 22px; font-weight: 500; flex-shrink: 0; }
.positioning__text { font-family: var(--font-display); font-size: clamp(20px, 2.4vw, 28px); font-weight: 500; line-height: 1.25; letter-spacing: -0.015em; color: var(--d-text); margin: 0; max-width: 900px; }
.positioning__text em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--up-blue-100); }

/* ——— hero panel tile becomes clickable anchor ——— */
a.hero__panel-tile { color: inherit; cursor: pointer; transition: background .15s, transform .12s; }
a.hero__panel-tile:hover { background: var(--up-blue-50); transform: translateY(-1px); }

/* ——— responsive ——— */
@media (max-width: 1100px) {
  .hero__top { grid-template-columns: 1fr; gap: 40px; }
  .claim__grid, .modules__head, .integ__grid, .cta__inner { grid-template-columns: 1fr; gap: 40px; }
  .modules__grid { grid-template-columns: 1fr; gap: 20px; }
  .caps__grid { grid-template-columns: repeat(2, 1fr); }
  .dash__kpis { grid-template-columns: repeat(2, 1fr); }
  .dash__body { grid-template-columns: 1fr; }
  .dash__side { display: none; }
  .why-switch__grid { grid-template-columns: repeat(2, 1fr); }
  .positioning__inner { flex-direction: column; align-items: flex-start; gap: 16px; }
}
@media (max-width: 640px) {
  .caps__grid { grid-template-columns: 1fr; }
  .claim__metrics, .modules__grid, .integ__logos { grid-template-columns: 1fr; }
  .logos__inner { grid-template-columns: 1fr; gap: 24px; }
  .why-switch__grid { grid-template-columns: 1fr; }
}

/* ——— modular positioning band ("layer onto what you have") ——— */
.layer { padding: 56px 0; background: linear-gradient(135deg, var(--up-blue-50) 0%, var(--paper-2) 100%); border-top: 1px solid var(--up-blue-100); border-bottom: 1px solid var(--up-blue-100); }
.layer__inner { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; gap: 28px; }
.layer__mark { width: 48px; height: 48px; border-radius: 50%; background: var(--up-blue); color: var(--white); display: grid; place-items: center; flex-shrink: 0; }
.layer__text { font-family: var(--font-display); font-size: clamp(18px, 2.2vw, 24px); font-weight: 500; line-height: 1.4; letter-spacing: -0.012em; color: var(--ink); margin: 0; max-width: 1000px; }
.layer__text b { font-weight: 600; }
.layer__text em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--up-blue); }
@media (max-width: 768px) {
  .layer__inner { flex-direction: column; align-items: flex-start; gap: 16px; }
}

