/* ============================================================
   Waarom Sarrai — page-specific styles
   Layered on top of site.css + feature-page.css
   ============================================================ */

/* ============================================================
   Hero — softer, with eyebrow + four-pillar quick teaser
   ============================================================ */
.wa-hero {
  background:
    radial-gradient(ellipse 70% 80% at 80% 0%, color-mix(in oklch, var(--brand-orange) 12%, transparent), transparent 60%),
    radial-gradient(ellipse 60% 80% at 10% 100%, color-mix(in oklch, var(--brand-navy) 10%, transparent), transparent 60%),
    var(--bg-app);
}
.wa-hero h1 {
  max-width: 22ch;
}
.wa-hero h1 em {
  font-style: normal;
  color: var(--brand-orange);
}
.wa-hero__lede { max-width: 56ch; }

/* Vertical stat strip */
.wa-stats {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-2xl);
  box-shadow: var(--shadow-sm);
  padding: 24px 28px;
  display: grid;
  gap: 18px;
}
.wa-stat {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
}
.wa-stat + .wa-stat {
  padding-top: 18px;
  border-top: 1px solid var(--border-subtle);
}
.wa-stat__num {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand-navy-800);
  line-height: 1;
  text-align: center;
}
.wa-stat__num em {
  font-style: normal;
  font-size: 16px;
  color: var(--brand-orange);
  margin-left: 2px;
  font-weight: 700;
}
.wa-stat__txt b {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--fg-1);
  line-height: 1.35;
  margin-bottom: 2px;
}
.wa-stat__txt span {
  display: block;
  font-size: 13px;
  color: var(--fg-3);
  line-height: 1.45;
}

/* ============================================================
   4 reasons — alternating row layout
   ============================================================ */
.wa-reasons {
  padding-block: clamp(72px, 7vw, 112px);
}
.wa-reasons__head {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  margin-bottom: clamp(40px, 5vw, 72px);
  align-items: end;
  padding-bottom: clamp(32px, 4vw, 56px);
  border-bottom: 1px solid var(--border-subtle);
}
.wa-reasons__head-main h2 {
  font-size: clamp(1.75rem, 1.1rem + 2.2vw, 2.5rem);
  letter-spacing: -0.025em;
  max-width: 22ch;
  margin: 16px 0 0;
  color: var(--brand-navy-800);
  font-weight: 700;
  line-height: 1.2;
}
.wa-reasons__head-main h2 em {
  font-style: normal;
  color: var(--brand-orange);
  font-weight: 700;
}
.wa-reasons__head-aside p {
  color: var(--fg-3);
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0 0 12px;
  max-width: 42ch;
}
.wa-reasons__head-foot {
  font-size: 14px !important;
  color: var(--fg-2) !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em;
  margin: 14px 0 0 !important;
  padding-top: 12px;
  border-top: 1px dashed var(--border-subtle);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.wa-reasons__head-foot::before {
  content: "↓";
  color: var(--brand-orange);
  font-weight: 700;
}

.wa-reasons .wa-reason:first-of-type { border-top: 0; padding-top: clamp(16px, 2vw, 32px); }

@media (max-width: 768px) {
  .wa-reasons__head { grid-template-columns: 1fr; }
}

.wa-reason {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  padding-block: clamp(40px, 5vw, 72px);
  align-items: center;
  border-top: 1px solid var(--border-subtle);
}
.wa-reason--flip { direction: rtl; }
.wa-reason--flip > * { direction: ltr; }

.wa-reason__num {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin-bottom: 18px;
}
.wa-reason__num b {
  font-size: 22px;
  font-weight: 800;
  color: var(--brand-navy-800);
  letter-spacing: -0.02em;
}
.wa-reason__num::before {
  content: "";
  width: 32px; height: 1px;
  background: var(--brand-orange);
}
.wa-reason h3 {
  font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--brand-navy-800);
  margin-bottom: 18px;
  max-width: 18ch;
  line-height: 1.15;
}
.wa-reason p {
  color: var(--fg-3);
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 48ch;
}
.wa-reason__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.wa-reason__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: var(--fg-2);
  line-height: 1.55;
}
.wa-reason__list li svg {
  color: var(--brand-orange);
  flex: none;
  margin-top: 4px;
}
.wa-reason__list li b { color: var(--fg-1); font-weight: 600; }

/* Visual surface for each reason */
.wa-vis {
  position: relative;
  background: linear-gradient(135deg, var(--brand-navy-50), var(--bg-surface-2));
  border-radius: var(--r-2xl);
  border: 1px solid var(--border-subtle);
  padding: 28px;
  min-height: 360px;
  overflow: hidden;
  isolation: isolate;
}
.wa-vis::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(235,120,14,0.08), transparent 50%),
    radial-gradient(circle at 85% 85%, rgba(63,73,127,0.10), transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.wa-vis > * { position: relative; z-index: 1; }

/* ---- Visual 1 — Buitenwereld: parallel chats ---- */
.wa-vis-outside {
  display: grid;
  gap: 14px;
}
.wa-vis-outside__card {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 14px 16px;
}
.wa-vis-outside__head {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px;
  color: var(--fg-3);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wa-vis-outside__head--customer { color: var(--brand-orange-700); }
.wa-vis-outside__head .dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--brand-navy);
}
.wa-vis-outside__head--customer .dot { background: var(--brand-orange); }
.wa-vis-outside__bubble {
  background: var(--bg-sunken);
  padding: 8px 11px;
  border-radius: 10px;
  font-size: 13px;
  color: var(--fg-1);
  line-height: 1.45;
  margin-bottom: 8px;
  border-top-left-radius: 4px;
  max-width: 90%;
}
.wa-vis-outside__bubble--me {
  background: var(--brand-navy);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 4px;
  margin-left: auto;
}
.wa-vis-outside__bubble--accent {
  background: var(--brand-orange);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 4px;
  margin-left: auto;
}
.wa-vis-outside__src {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px;
  color: var(--brand-orange);
  font-weight: 500;
  margin-top: 2px;
}
.wa-vis-outside__bubble--me .wa-vis-outside__src { color: rgba(255,255,255,0.85); }

/* ---- Visual 2 — Rust: heatmap of interruptions before/after ---- */
.wa-vis-rust {
  display: grid;
  gap: 18px;
}
.wa-vis-rust__row {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 16px 18px;
  box-shadow: var(--shadow-sm);
}
.wa-vis-rust__row b {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--fg-1);
  margin-bottom: 4px;
}
.wa-vis-rust__row span.sub {
  display: block;
  font-size: 12px;
  color: var(--fg-3);
  margin-bottom: 12px;
}
.wa-vis-rust__grid {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  gap: 3px;
}
.wa-vis-rust__cell {
  aspect-ratio: 1;
  border-radius: 2px;
  background: var(--bg-sunken);
}
.wa-vis-rust__cell--lo { background: color-mix(in oklch, var(--brand-orange) 18%, var(--bg-sunken)); }
.wa-vis-rust__cell--md { background: color-mix(in oklch, var(--brand-orange) 45%, var(--bg-sunken)); }
.wa-vis-rust__cell--hi { background: var(--brand-orange); }
.wa-vis-rust__cell--good { background: color-mix(in oklch, var(--success) 60%, transparent); }

.wa-vis-rust__legend {
  display: flex;
  gap: 14px;
  font-size: 11.5px;
  color: var(--fg-3);
  margin-top: 10px;
  align-items: center;
}
.wa-vis-rust__legend em {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.wa-vis-rust__legend em::before {
  content: "";
  width: 10px; height: 10px;
  border-radius: 2px;
  background: var(--brand-orange);
}
.wa-vis-rust__legend em.lo::before { background: color-mix(in oklch, var(--brand-orange) 18%, var(--bg-sunken)); }
.wa-vis-rust__legend em.md::before { background: color-mix(in oklch, var(--brand-orange) 45%, var(--bg-sunken)); }
.wa-vis-rust__legend em.hi::before { background: var(--brand-orange); }

/* ---- Visual 3 — Inzicht: signal feed ---- */
.wa-vis-insight {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.wa-vis-insight__head {
  padding: 12px 16px;
  background: var(--brand-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wa-vis-insight__head .pill {
  background: rgba(255,255,255,0.15);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
}
.wa-vis-insight__list {
  padding: 8px;
}
.wa-vis-insight__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: var(--r-md);
}
.wa-vis-insight__row + .wa-vis-insight__row { border-top: 1px solid var(--border-subtle); }
.wa-vis-insight__tag {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
}
.wa-vis-insight__tag--gap    { background: var(--brand-orange-100); color: var(--brand-orange-700); }
.wa-vis-insight__tag--repeat { background: var(--brand-navy-100); color: var(--brand-navy-800); }
.wa-vis-insight__tag--stale  { background: var(--warning-bg); color: var(--warning-fg); }
.wa-vis-insight__row b {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--fg-1);
  line-height: 1.35;
}
.wa-vis-insight__row span.sub {
  display: block;
  font-size: 11.5px;
  color: var(--fg-3);
  margin-top: 1px;
}
.wa-vis-insight__count {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-navy-800);
  letter-spacing: -0.02em;
}
.wa-vis-insight__count em {
  font-style: normal;
  font-size: 10px;
  color: var(--fg-3);
  font-weight: 500;
  display: block;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---- Visual 4 — Vliegende start: timeline ---- */
.wa-vis-start {
  display: grid;
  gap: 14px;
}
.wa-vis-start__step {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 14px;
  align-items: center;
}
.wa-vis-start__when {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-orange-700);
  letter-spacing: -0.01em;
  display: block;
}
.wa-vis-start__when em {
  font-style: normal;
  font-size: 11px;
  color: var(--fg-3);
  font-weight: 500;
  display: block;
  margin-top: 2px;
  letter-spacing: 0;
  text-transform: none;
}
.wa-vis-start__step b {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--fg-1);
  margin-bottom: 2px;
}
.wa-vis-start__step span.sub {
  display: block;
  font-size: 12px;
  color: var(--fg-3);
  line-height: 1.45;
}
.wa-vis-start__chk {
  width: 26px; height: 26px;
  border-radius: 999px;
  background: var(--success);
  color: #fff;
  display: grid;
  place-items: center;
  flex: none;
}
.wa-vis-start__chk--pending {
  background: var(--bg-sunken);
  color: var(--fg-4);
  border: 1.5px dashed var(--border-default);
}

@media (max-width: 992px) {
  .wa-reason,
  .wa-reason--flip { grid-template-columns: 1fr; direction: ltr; gap: 32px; }
  .wa-reasons__head { grid-template-columns: 1fr; }
}

/* ============================================================
   Approval inbox — featured section
   ============================================================ */
.wa-inbox {
  padding-block: clamp(64px, 6vw, 96px);
  background:
    radial-gradient(ellipse 60% 80% at 90% 50%, color-mix(in oklch, var(--brand-orange) 10%, transparent), transparent 60%),
    var(--brand-navy-50);
}
.wa-inbox__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
.wa-inbox__screenshot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wa-inbox__screenshot-img {
  width: 100%;
  height: auto;
  border-radius: var(--r-2xl);
  box-shadow: var(--shadow-md, 0 4px 24px rgba(0,0,0,0.10));
  display: block;
}
.wa-inbox h2 {
  font-size: clamp(1.875rem, 1.2rem + 2vw, 2.5rem);
  letter-spacing: -0.025em;
  color: var(--brand-navy-800);
  max-width: 18ch;
  margin-bottom: 18px;
}
.wa-inbox p {
  color: var(--fg-3);
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0 0 16px;
  max-width: 48ch;
}
.wa-inbox__list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 14px;
}
.wa-inbox__list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15px;
  color: var(--fg-2);
  line-height: 1.5;
}
.wa-inbox__list li b { color: var(--fg-1); font-weight: 600; }
.wa-inbox__list li svg { color: var(--brand-orange); flex: none; margin-top: 4px; }

/* ---- Inbox mock ---- */
.wa-inbox-mock {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-2xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr;
}
.wa-inbox-mock__chrome {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border-subtle);
  background: var(--bg-surface-2);
}
.wa-inbox-mock__chrome span {
  width: 10px; height: 10px; border-radius: 999px;
  background: var(--neutral-200);
}
.wa-inbox-mock__url {
  margin-left: 8px;
  font-size: 12px;
  color: var(--fg-3);
  padding: 4px 10px;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
}
.wa-inbox-mock__head {
  padding: 18px 22px 14px;
  display: flex; align-items: center; gap: 12px;
  border-bottom: 1px solid var(--border-subtle);
}
.wa-inbox-mock__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--brand-navy-800);
  letter-spacing: -0.01em;
  margin: 0;
}
.wa-inbox-mock__count {
  background: var(--brand-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  letter-spacing: 0;
}
.wa-inbox-mock__sub {
  margin-left: auto;
  font-size: 12px;
  color: var(--fg-3);
}
.wa-inbox-mock__body { padding: 8px; }

.wa-inbox-item {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: var(--r-md);
  position: relative;
}
.wa-inbox-item + .wa-inbox-item { border-top: 1px solid var(--border-subtle); }
.wa-inbox-item--active {
  background: var(--brand-navy-50);
  border-left: 3px solid var(--brand-orange);
  padding-left: 11px;
}
.wa-inbox-item__ico {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--brand-orange-100);
  color: var(--brand-orange-700);
  display: grid;
  place-items: center;
  flex: none;
}
.wa-inbox-item__ico--repeat {
  background: var(--brand-navy-100);
  color: var(--brand-navy);
}
.wa-inbox-item__ico--stale {
  background: var(--warning-bg);
  color: var(--warning-fg);
}
.wa-inbox-item__type {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-orange-700);
  margin-bottom: 3px;
}
.wa-inbox-item--repeat .wa-inbox-item__type { color: var(--brand-navy); }
.wa-inbox-item--stale .wa-inbox-item__type { color: var(--warning-fg); }
.wa-inbox-item__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--fg-1);
  line-height: 1.35;
  margin: 0 0 4px;
}
.wa-inbox-item__excerpt {
  font-size: 12.5px;
  color: var(--fg-3);
  line-height: 1.5;
  margin: 0 0 8px;
  max-width: 52ch;
}
.wa-inbox-item__meta {
  font-size: 11.5px;
  color: var(--fg-3);
  display: flex;
  gap: 12px;
  align-items: center;
}
.wa-inbox-item__meta em {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.wa-inbox-item__actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: none;
}
.wa-inbox-item__btn {
  font-size: 11.5px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--r-sm);
  border: 1px solid var(--border-subtle);
  background: #fff;
  color: var(--fg-2);
  white-space: nowrap;
  text-align: center;
}
.wa-inbox-item__btn--primary {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  color: #fff;
}
.wa-inbox-item__btn--ghost { color: var(--fg-3); }

.wa-inbox-mock__note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-4);
  background: var(--bg-surface-2);
  border: 1px dashed var(--border-default);
  border-radius: var(--r-sm);
  padding: 4px 10px;
  letter-spacing: 0;
  margin-top: 14px;
}

@media (max-width: 992px) {
  .wa-inbox__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   AI vision — pillar cards
   ============================================================ */
.wa-ai {
  padding-block: clamp(72px, 7vw, 112px);
  background: var(--brand-navy);
  color: rgba(255,255,255,0.92);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.wa-ai::before {
  content: "";
  position: absolute;
  top: -20%; right: -10%;
  width: 700px; height: 700px;
  background: radial-gradient(closest-side, rgba(235,120,14,0.18), transparent 70%);
  z-index: -1;
}
.wa-ai__head {
  max-width: 72ch;
  margin: 0 auto 56px;
  text-align: center;
}
.wa-ai__head .eyebrow {
  color: var(--brand-orange-300);
  justify-content: center;
}
.wa-ai__head .eyebrow .dot { background: var(--brand-orange); }
.wa-ai__head h2 {
  color: #fff;
  margin: 14px 0 16px;
  font-size: clamp(1.875rem, 1.2rem + 2vw, 2.5rem);
  letter-spacing: -0.025em;
}
.wa-ai__head p {
  color: rgba(255,255,255,0.78);
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0;
}

.wa-ai__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.wa-ai__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-xl);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  backdrop-filter: blur(2px);
}
.wa-ai__card-ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--brand-orange);
  color: #fff;
  display: grid;
  place-items: center;
  flex: none;
}
.wa-ai__card h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.wa-ai__card p {
  color: rgba(255,255,255,0.78);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

.wa-ai-principle {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.wa-ai-principle__quote {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--brand-orange-300);
  line-height: 1;
  font-weight: 800;
}
.wa-ai-principle b {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.45;
  margin-bottom: 6px;
  text-wrap: balance;
}
.wa-ai-principle span {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 14.5px;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .wa-ai__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Comparison — vs nothing / wiki / chatgpt
   ============================================================ */
.wa-compare {
  padding-block: clamp(72px, 7vw, 112px);
}
.wa-compare__head {
  max-width: 34ch;
  margin-bottom: 48px;
}
.wa-compare__head h2 {
  font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.25rem);
  letter-spacing: -0.025em;
  color: var(--brand-navy-800);
  margin: 14px 0 0;
}
.wa-compare__table {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.wa-compare__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  align-items: stretch;
}
.wa-compare__row + .wa-compare__row { border-top: 1px solid var(--border-subtle); }
.wa-compare__row > * {
  padding: 18px 20px;
  font-size: 14.5px;
  color: var(--fg-2);
  line-height: 1.5;
  display: flex;
  align-items: center;
  border-left: 1px solid var(--border-subtle);
}
.wa-compare__row > *:first-child { border-left: 0; }
.wa-compare__row--head > * {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg-3);
  background: var(--bg-surface-2);
  padding: 14px 20px;
}
.wa-compare__row--head > *.wa-compare__col--us {
  background: var(--brand-navy);
  color: #fff;
}
.wa-compare__col--label {
  font-weight: 600;
  color: var(--fg-1);
  background: var(--bg-surface-2);
}
.wa-compare__col--us {
  background: color-mix(in oklch, var(--brand-orange) 7%, #fff);
  color: var(--brand-navy-800);
  font-weight: 500;
}
.wa-compare__mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.wa-compare__mark svg {
  width: 16px; height: 16px;
  flex: none;
}
.wa-compare__mark--no { color: var(--fg-4); }
.wa-compare__mark--no svg { color: var(--danger); }
.wa-compare__mark--mid { color: var(--fg-3); }
.wa-compare__mark--mid svg { color: var(--warning); }
.wa-compare__mark--yes { color: var(--brand-navy-800); font-weight: 600; }
.wa-compare__mark--yes svg { color: var(--success); }

@media (max-width: 768px) {
  .wa-compare__row { grid-template-columns: 1fr; }
  .wa-compare__row > * { border-left: 0; border-top: 1px solid var(--border-subtle); }
  .wa-compare__row > *:first-child { border-top: 0; }
  .wa-compare__row--head { display: none; }
  .wa-compare__row > *::before {
    content: attr(data-label);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fg-3);
    margin-right: 12px;
    min-width: 90px;
  }
  .wa-compare__col--label::before { content: "" !important; }
}

/* ============================================================
   Closing reassurance band
   ============================================================ */
.wa-reassure {
  padding-block: clamp(56px, 5vw, 80px);
  background: var(--brand-orange-50);
  border-top: 1px solid color-mix(in oklch, var(--brand-orange) 22%, transparent);
  border-bottom: 1px solid color-mix(in oklch, var(--brand-orange) 22%, transparent);
}
.wa-reassure__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.wa-reassure__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}
.wa-reassure__ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: #fff;
  color: var(--brand-orange);
  display: grid;
  place-items: center;
  flex: none;
  border: 1px solid color-mix(in oklch, var(--brand-orange) 25%, transparent);
}
.wa-reassure__item b {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--brand-navy-800);
  margin-bottom: 4px;
  line-height: 1.35;
}
.wa-reassure__item span {
  display: block;
  font-size: 13.5px;
  color: var(--fg-3);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .wa-reassure__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Founder story block — homepage
   ============================================================ */
.sr-founder {
  background:
    radial-gradient(ellipse 50% 80% at 5% 50%, color-mix(in oklch, var(--brand-orange) 8%, transparent), transparent 60%),
    var(--bg-app);
}

.sr-founder__grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}

/* Photo column */
.sr-founder__photo-wrap {
  display: flex;
  justify-content: center;
}

.sr-founder__photo {
  position: relative;
  width: 280px;
  flex: none;
}

.sr-founder__photo::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: var(--r-2xl);
  background: linear-gradient(
    135deg,
    color-mix(in oklch, var(--brand-orange) 35%, transparent),
    color-mix(in oklch, var(--brand-navy) 20%, transparent)
  );
  z-index: 0;
}

.sr-founder__photo img {
  display: block;
  width: 100%;
  border-radius: var(--r-xl);
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}

/* Text column */
.sr-founder__title {
  font-size: clamp(1.625rem, 1.1rem + 1.8vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--brand-navy-800);
  margin-bottom: 20px;
  max-width: 22ch;
}

.sr-founder__body p {
  color: var(--fg-3);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 14px;
}

.sr-founder__quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--brand-orange);
  background: var(--brand-orange-50);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-size: 1.0625rem;
  font-style: italic;
  color: var(--brand-navy-800);
  line-height: 1.6;
  font-weight: 500;
}

.sr-founder__sig {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
}

.sr-founder__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--brand-navy-800);
  letter-spacing: -0.005em;
}

.sr-founder__role {
  font-size: 13px;
  color: var(--fg-3);
}

@media (max-width: 1024px) {
  .sr-founder__grid {
    grid-template-columns: 280px 1fr;
  }
  .sr-founder__photo {
    width: 240px;
  }
}

@media (max-width: 768px) {
  .sr-founder__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .sr-founder__photo-wrap {
    justify-content: flex-start;
  }
  .sr-founder__photo {
    width: 180px;
  }
}
