/* ===== SFG20 accent — compliance navy + emerald, distinct from the other four integrations ===== */
  :root {
    --sf-navy: #0F2D4F;
    --sf-deep: #061A33;
    --sf-emerald: #1B7A52;
    --sf-emerald-tint: #E2F2EB;
    --sf-emerald-line: rgba(27,122,82,0.22);
    --sf-amber: #C68511;
    --sf-amber-tint: #FBEFD3;
  }

  /* ===== Breadcrumb ===== */
  .crumb { padding: 20px 0 0; font-size: 13px; color: var(--color-text-subtle); }
  .crumb a { color: var(--color-text-subtle); }
  .crumb a:hover { color: var(--color-text); }
  .crumb .sep { margin: 0 8px; opacity: 0.5; }
  .crumb .here { color: var(--color-text); font-weight: 600; }

  /* ===== Hero ===== */
  .sf-hero { padding: 48px 0 96px; background: linear-gradient(180deg, #FDFDFE, var(--off-white-60)); border-bottom: 1px solid var(--color-border); position: relative; overflow: hidden; }
  .sf-hero::before { content: ''; position: absolute; top: -240px; right: -160px; width: 760px; height: 760px; background: radial-gradient(circle, rgba(27,122,82,0.10), transparent 65%); pointer-events: none; }
  .sf-hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }

  .sf-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: 56px; line-height: 1.04; letter-spacing: -0.025em; margin: 18px 0 18px; }
  .sf-hero .kicker { margin-top: 30px; display: inline-block; }
  .sf-hero p.lead { font-size: 19px; color: var(--color-text-muted); line-height: 1.55; margin-bottom: 18px; max-width: 580px; }

  .sf-hero .differentiator {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid var(--color-border);
    border-left: 3px solid var(--sf-emerald);
    border-radius: var(--radius-md);
    font-size: 15px; color: var(--color-text); line-height: 1.45;
    margin-bottom: 28px; max-width: 580px;
  }
  .sf-hero .differentiator strong { font-weight: 600; }
  .sf-hero .differentiator .ic {
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--sf-emerald-tint); color: var(--sf-emerald);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .sf-hero .differentiator .ic svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

  .sf-hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }

  /* Hero hub: SFG20 at center, with 8 maintenance/compliance nodes (matches MRI/PayProp/Re-Leased pattern) */
  .sf-hero-viz {
    position: relative; width: 100%; max-width: 600px;
    margin-left: auto; margin-right: -24px;
    aspect-ratio: 7 / 5;
    display: grid; grid-template-columns: repeat(7, 1fr); grid-template-rows: repeat(5, 1fr);
    gap: 12px;
  }
  .sf-hub {
    grid-column: 3 / 6; grid-row: 2 / 5;
    border-radius: 22px; background: #fff; color: var(--color-text);
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 10px;
    box-shadow: var(--shadow-lg); border: 1px solid var(--color-border);
    position: relative; overflow: hidden; padding: 20px;
  }
  .sf-hub::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(27,122,82,0.025) 0 18px, transparent 18px 36px); pointer-events: none; }
  .sf-hub .lbl-mark { width: 78%; max-width: 220px; height: auto; display: block; position: relative; z-index: 1; }
  .sf-hub-sub { font-family: var(--font-body); font-weight: 600; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-text-subtle); position: relative; z-index: 1; }

  .sf-node {
    background: #fff; border: 1px solid var(--color-border); border-radius: 14px;
    box-shadow: var(--shadow-sm);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; padding: 8px; text-align: center;
    font-family: var(--font-display); font-weight: 700; font-size: 13px;
    letter-spacing: -0.01em; color: var(--anthracite-100);
  }
  .sf-node small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 9px; color: var(--color-text-subtle); letter-spacing: 0.06em; text-transform: uppercase; }
  .sf-node.pi { background: var(--anthracite-100); color: #fff; border-color: transparent; }
  .sf-node.pi small { color: rgba(255,255,255,0.6); }
  .sf-node.green { background: var(--sf-emerald-tint); border-color: var(--sf-emerald-line); color: var(--sf-emerald); }
  .sf-node.green small { color: var(--sf-emerald); opacity: 0.75; }

  .sf-node.n1 { grid-column: 1 / 2; grid-row: 1 / 2; }
  .sf-node.n2 { grid-column: 4 / 5; grid-row: 1 / 2; }
  .sf-node.n3 { grid-column: 7 / 8; grid-row: 1 / 2; }
  .sf-node.n4 { grid-column: 7 / 8; grid-row: 3 / 4; }
  .sf-node.n5 { grid-column: 7 / 8; grid-row: 5 / 6; }
  .sf-node.n6 { grid-column: 4 / 5; grid-row: 5 / 6; }
  .sf-node.n7 { grid-column: 1 / 2; grid-row: 5 / 6; }
  .sf-node.n8 { grid-column: 1 / 2; grid-row: 3 / 4; }

  .sf-lines { position: absolute; inset: 0; pointer-events: none; z-index: 0; width: 100%; height: 100%; }
  .sf-lines line { stroke: rgba(54,62,72,0.15); stroke-width: 1; stroke-dasharray: 3 5; }

  /* Section heads */
  .section-head { margin-bottom: 48px; max-width: 740px; }
  .section-head h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
  .section-head p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; }

  /* ===== Positioning ===== */
  /* Scoped to section.pos so the bare .pos selector doesn't also match
   * <div class="num pos"> inside .vis-stat (where .pos is just a colour
   * modifier, not the Positioning section). The 96px vertical padding was
   * inflating the Completed stat card's number element by 192px, leaving
   * a huge empty space on both desktop and mobile. */
  section.pos { padding: 96px 0; }
  .pos-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .pos h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0 14px; }
  .pos p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; max-width: 520px; margin-bottom: 4px; }
  .pos ul.bullets { list-style: none; margin-top: 24px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
  .pos ul.bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.5; color: var(--color-text); }
  .pos ul.bullets li .check { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: var(--sf-emerald-tint); color: var(--sf-emerald); display: flex; align-items: center; justify-content: center; }
  .pos ul.bullets li .check svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

  /* Schedule → checklist visual (positioning) */
  .pos-sched {
    background: #fff; border: 1px solid var(--color-border); border-radius: 18px;
    padding: 28px 26px; box-shadow: var(--shadow-sm);
    position: relative;
    display: grid; grid-template-columns: 1fr 32px 1fr; gap: 18px; align-items: stretch;
  }
  .pos-sched::before {
    content: 'SCHEDULE → EXECUTION';
    position: absolute; top: -10px; left: 24px;
    background: #fff; padding: 0 10px;
    font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
    color: var(--sf-emerald);
  }
  .pos-sched-side { display: flex; flex-direction: column; gap: 8px; }
  .pos-sched-side h6 {
    font-family: var(--font-display); font-weight: 700;
    font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--color-text-subtle); margin-bottom: 6px;
    display: flex; align-items: center; gap: 6px;
  }
  .pos-sched-side h6 .ic { width: 14px; height: 14px; }
  .pos-sched-side h6 .ic svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .pos-row {
    display: grid; grid-template-columns: 22px 1fr auto; gap: 10px; align-items: center;
    padding: 10px 12px;
    background: var(--off-white-60);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    font-size: 12px;
  }
  .pos-row .num { font-family: var(--font-display); font-weight: 700; font-size: 10px; color: var(--color-text-subtle); }
  .pos-row .ti { font-family: var(--font-display); font-weight: 600; font-size: 12px; line-height: 1.3; }
  .pos-row .freq { font-size: 9px; color: var(--color-text-subtle); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; padding: 2px 6px; background: #fff; border: 1px solid var(--color-border); border-radius: 4px; }
  .pos-row.checked { background: var(--sf-emerald-tint); border-color: var(--sf-emerald-line); }
  .pos-row.checked .ti { color: var(--sf-emerald); }
  .pos-row.checked .freq { background: var(--sf-emerald); color: #fff; border-color: transparent; }
  .pos-row .check {
    width: 16px; height: 16px; border-radius: 4px;
    background: #fff; border: 1.5px solid var(--anthracite-40);
    display: flex; align-items: center; justify-content: center;
  }
  .pos-row.checked .check { background: var(--sf-emerald); border-color: var(--sf-emerald); }
  .pos-row.checked .check svg { width: 10px; height: 10px; stroke: #fff; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
  .pos-sched-arrow { display: flex; align-items: center; justify-content: center; color: var(--anthracite-40); }
  .pos-sched-arrow svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

  /* ===== Problem section (the gap) ===== */
  .gap { padding: 96px 0; background: var(--anthracite-100); color: #fff; position: relative; overflow: hidden; }
  .gap::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 400px at 20% 50%, rgba(27,122,82,0.18), transparent 55%); pointer-events: none; }
  .gap .container-wide { position: relative; z-index: 1; }
  .gap-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .gap h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0 14px; color: #fff; }
  .gap p.lead { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.55; margin-bottom: 28px; max-width: 520px; }
  .gap .kicker.on-dark { color: #6BCC96; }

  .gap-pains { display: flex; flex-direction: column; gap: 12px; }
  .gap-pain {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 18px 20px;
    display: flex; align-items: flex-start; gap: 14px;
  }
  .gap-pain .ic {
    width: 32px; height: 32px; flex-shrink: 0; border-radius: 8px;
    background: rgba(245,156,41,0.18); color: #F5A742;
    display: flex; align-items: center; justify-content: center;
  }
  .gap-pain .ic svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
  .gap-pain h5 { font-family: var(--font-display); font-weight: 600; font-size: 15px; line-height: 1.3; margin-bottom: 4px; }
  .gap-pain p { font-size: 13.5px; color: rgba(255,255,255,0.6); line-height: 1.45; }

  /* ===== How it works ===== */
  .how { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
  .how-step {
    background: #fff; border: 1px solid var(--color-border);
    border-radius: 16px; padding: 26px 24px;
    display: flex; flex-direction: column; gap: 12px; position: relative;
  }
  .how-step .num {
    width: 36px; height: 36px; border-radius: 10px;
    background: var(--sf-emerald-tint); color: var(--sf-emerald);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 700; font-size: 16px;
  }
  .how-step h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.3; }
  .how-step p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }
  .how-step .arrow { position: absolute; top: 38px; right: -24px; width: 24px; color: var(--anthracite-40); z-index: 2; }
  .how-step .arrow svg { width: 100%; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; }
  .how-step:last-child .arrow { display: none; }

  /* ===== Capabilities ===== */
  .caps { padding: 96px 0; }
  .caps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .cap-card {
    background: #fff; border: 1px solid var(--color-border);
    border-radius: 16px; padding: 28px;
    display: flex; flex-direction: column; gap: 14px;
    transition: all 200ms var(--ease-standard);
  }
  .cap-card:hover { border-color: var(--sf-emerald); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .cap-card .ic {
    width: 40px; height: 40px; border-radius: 10px;
    background: var(--sf-emerald-tint); color: var(--sf-emerald);
    display: flex; align-items: center; justify-content: center;
  }
  .cap-card .ic svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .cap-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.3; }
  .cap-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }

  /* ===== Use cases ===== */
  .uc { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .uc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .uc-card {
    background: #fff; border: 1px solid var(--color-border); border-radius: 16px;
    padding: 28px 24px; display: flex; flex-direction: column; gap: 14px;
    transition: all 200ms var(--ease-standard);
    position: relative; overflow: hidden;
  }
  .uc-card:hover { border-color: var(--sf-emerald); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .uc-card .img-band {
    height: 90px; margin: -28px -24px 8px; padding: 16px 24px;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
  }
  .uc-card.fm .img-band { background: linear-gradient(135deg, #DCE3DC, #8FA89B); }
  .uc-card.am .img-band { background: linear-gradient(135deg, #D7DEE5, #758898); }
  .uc-card.cs .img-band { background: linear-gradient(135deg, #E0DDE0, #8E9396); }
  .uc-card.ph .img-band { background: linear-gradient(135deg, #DEE0DC, #95A493); }
  .uc-card .img-band svg { width: 100%; height: 100%; opacity: 0.85; }
  .uc-card .pill {
    align-self: flex-start;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    padding: 4px 9px; border-radius: 999px;
    background: var(--sf-emerald-tint); color: var(--sf-emerald);
  }
  .uc-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.3; }
  .uc-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }

  /* ===== Visibility section ===== */
  .vis { padding: 96px 0; }
  .vis-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
  .vis h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0 14px; }
  .vis p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; max-width: 520px; }
  .vis ul.bullets { list-style: none; margin-top: 24px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
  .vis ul.bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.5; color: var(--color-text); }
  .vis ul.bullets li .check { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: var(--sf-emerald-tint); color: var(--sf-emerald); display: flex; align-items: center; justify-content: center; }
  .vis ul.bullets li .check svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

  /* Visibility dashboard mock */
  .vis-mock {
    background: #fff; border: 1px solid var(--color-border); border-radius: 18px;
    padding: 24px; box-shadow: var(--shadow-md); position: relative;
  }
  .vis-mock::before {
    content: 'MAINTENANCE ACTIVITY — APRIL 2026';
    position: absolute; top: -10px; left: 24px;
    background: #fff; padding: 0 10px;
    font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
    color: var(--sf-emerald);
  }
  .vis-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
  .vis-stat {
    background: var(--off-white-60); border-radius: 10px; padding: 14px;
  }
  .vis-stat .lbl { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-text-subtle); margin-bottom: 6px; }
  .vis-stat .num { font-family: var(--font-display); font-weight: 600; font-size: 26px; line-height: 1; letter-spacing: -0.02em; }
  .vis-stat .num.pos { color: var(--sf-emerald); }
  .vis-stat .num.warn { color: var(--sf-amber); }
  .vis-stat .num.muted { color: var(--anthracite-80); }
  .vis-stat .delta { font-size: 10px; color: var(--color-text-subtle); margin-top: 4px; font-weight: 600; }
  .vis-prog { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
  .vis-prog-row { display: grid; grid-template-columns: 90px 1fr 36px; gap: 12px; align-items: center; font-size: 11px; }
  .vis-prog-row .lbl { font-weight: 600; color: var(--color-text); }
  .vis-prog-row .bar { height: 8px; border-radius: 999px; background: var(--off-white-100); overflow: hidden; }
  .vis-prog-row .bar i { display: block; height: 100%; background: var(--sf-emerald); border-radius: 999px; }
  .vis-prog-row .bar i.warn { background: var(--sf-amber); }
  .vis-prog-row .pct { text-align: right; font-variant-numeric: tabular-nums; font-weight: 700; color: var(--color-text); }
  .vis-act-list { display: flex; flex-direction: column; gap: 6px; padding-top: 14px; border-top: 1px solid var(--color-border); }
  .vis-act-list .lbl { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-text-subtle); margin-bottom: 4px; }
  .vis-act { display: flex; gap: 10px; align-items: center; font-size: 12px; padding: 6px 0; }
  .vis-act .dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
  .vis-act .dot.ok { background: var(--sf-emerald); }
  .vis-act .dot.late { background: var(--sf-amber); }
  .vis-act .ti { flex: 1; color: var(--color-text); }
  .vis-act .meta { font-size: 10px; color: var(--color-text-subtle); }

  /* ===== Comparison ===== */
  .cmp { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .cmp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
  .cmp-col { border-radius: 18px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
  .cmp-col.before { background: #fff; border: 1px solid var(--color-border); }
  .cmp-col.after { background: var(--anthracite-100); color: #fff; }
  .cmp-col h4 { font-family: var(--font-display); font-weight: 600; font-size: 18px;
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 14px; margin-bottom: 6px; }
  .cmp-col.before h4 { border-bottom: 1px solid var(--color-border); color: var(--anthracite-80); }
  .cmp-col.after h4 { border-bottom: 1px solid rgba(255,255,255,0.12); color: #fff; }
  .cmp-col h4 .tag { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }
  .cmp-col.before .tag { background: var(--off-white-100); color: var(--color-text-subtle); }
  .cmp-col.after .tag { background: rgba(27,122,82,0.25); color: #6BCC96; }
  .cmp-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .cmp-col li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.5; }
  .cmp-col.before li { color: var(--color-text-muted); }
  .cmp-col.after li { color: rgba(255,255,255,0.92); }
  .cmp-col li .ic { width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .cmp-col.before li .ic { background: rgba(0,0,0,0.05); color: var(--color-text-subtle); }
  .cmp-col.after li .ic { background: rgba(27,122,82,0.25); color: #6BCC96; }
  .cmp-col li .ic svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

  /* ===== Records / reports band ===== */
  .rec { padding: 96px 0; background: var(--gradient-deep); color: #fff; position: relative; overflow: hidden; }
  .rec::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 400px at 80% 30%, rgba(27,122,82,0.22), transparent 55%); pointer-events: none; }
  .rec .container-wide { position: relative; z-index: 1; }
  .rec-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .rec h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; color: #fff; margin: 16px 0 16px; }
  .rec p { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.6; margin-bottom: 28px; max-width: 480px; }
  .rec .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.04); }
  .rec .btn-ghost:hover { background: rgba(255,255,255,0.1); }
  .rec .kicker.on-dark { color: #6BCC96; }

  .rec-mock {
    background: #fff; border-radius: 18px; padding: 24px;
    box-shadow: var(--shadow-lg); color: var(--color-text);
    transform: rotate(-1deg); position: relative;
  }
  .rec-mock .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--color-border); gap: 8px; }
  .rec-mock .top h6 { font-family: var(--font-display); font-weight: 600; font-size: 14px; }
  .rec-mock .top .pill {
    font-size: 10px; padding: 3px 8px; border-radius: 999px;
    background: var(--sf-emerald-tint); color: var(--sf-emerald);
    font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    flex-shrink: 0;
  }
  .rec-mock .meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
  .rec-mock .meta div { font-size: 11px; color: var(--color-text-subtle); }
  .rec-mock .meta strong { display: block; font-size: 13px; color: var(--color-text); font-weight: 600; margin-top: 2px; }
  .rec-mock .rows { display: flex; flex-direction: column; gap: 6px; }
  .rec-mock .row {
    display: grid; grid-template-columns: 18px 1fr auto; gap: 10px; align-items: center;
    padding: 9px 12px; background: var(--off-white-60); border-radius: 8px;
    font-size: 12px;
  }
  .rec-mock .row .check {
    width: 18px; height: 18px; border-radius: 4px;
    background: var(--sf-emerald); color: #fff;
    display: flex; align-items: center; justify-content: center;
  }
  .rec-mock .row .check svg { width: 10px; height: 10px; stroke: currentColor; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
  .rec-mock .row .ti { color: var(--color-text); font-weight: 500; }
  .rec-mock .row .meta-r { font-size: 10px; color: var(--color-text-subtle); }
  .rec-mock .footer-line { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--color-border); display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--color-text-subtle); gap: 8px; }
  .rec-mock .footer-line .sync { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--sf-emerald); }
  .rec-mock .footer-line .sync .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sf-emerald); }

  /* ===== Why SFG20 ===== */
  .why { padding: 96px 0; }
  .why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .why h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0 14px; }
  .why p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; max-width: 520px; }
  .why ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
  .why ul li { background: var(--off-white-60); border: 1px solid var(--color-border); border-radius: 12px; padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.45; }
  .why ul li .ic { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: var(--sf-emerald-tint); color: var(--sf-emerald); display: flex; align-items: center; justify-content: center; }
  .why ul li .ic svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

  /* ===== Final CTA ===== */
  .final-cta { padding: 104px 0; background: var(--gradient-deep); color: #fff; position: relative; overflow: hidden; }
  .final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 400px at 70% 30%, rgba(27,122,82,0.22), transparent 60%); pointer-events: none; }
  .final-cta .inner { position: relative; text-align: center; max-width: 680px; margin: 0 auto; }
  .final-cta h2 { font-family: var(--font-display); font-weight: 600; font-size: 44px; line-height: 1.08; letter-spacing: -0.025em; color: #fff; margin: 18px 0 16px; }
  .final-cta p { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.55; margin-bottom: 28px; }
  .final-cta .ctas { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
  .final-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.04); }
  .final-cta .btn-ghost:hover { background: rgba(255,255,255,0.1); }
  .final-cta .kicker.on-dark { color: #6BCC96; }

  @media (max-width: 1100px) {
    .sf-hero-inner, .pos-inner, .gap-inner, .vis-inner, .rec-inner, .why-inner { grid-template-columns: 1fr; gap: 48px; }
    .sf-hero h1 { font-size: 40px; }
    .uc-grid, .caps-grid, .how-grid { grid-template-columns: repeat(2, 1fr); }
    .how-step:nth-child(2) .arrow { display: none; }
    .cmp-grid, .why ul { grid-template-columns: 1fr; }
    .pos-sched { grid-template-columns: 1fr; }
    .pos-sched-arrow { transform: rotate(90deg); }
  }
  @media (max-width: 640px) {
    .uc-grid, .caps-grid, .how-grid { grid-template-columns: 1fr; }
    .how-step .arrow { display: none; }
    .sf-hero h1, .section-head h2, .gap h2, .vis h2, .rec h2, .final-cta h2, .pos h2, .why h2 { font-size: 32px; }
    .vis-stats { grid-template-columns: 1fr; }
  }
