/* ===== PayProp brand accents (teal — distinct from MRI terracotta) ===== */
  :root {
    --pp-deep: #0F4C75;
    --pp-mid:  #1A6FA0;
    --pp-tint: #E6F1F7;
    --pp-accent: #1FA89C;
  }

  /* ===== 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 ===== */
  .pp-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; }
  .pp-hero::before { content: ''; position: absolute; top: -200px; right: -120px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(31,168,156,0.10), transparent 65%); pointer-events: none; }
  .pp-hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }

  .pp-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; }
  .pp-hero .kicker { margin-top: 30px; display: inline-block; }
  .pp-hero p.lead { font-size: 19px; color: var(--color-text-muted); line-height: 1.55; margin-bottom: 18px; max-width: 580px; }

  .pp-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(--pp-accent);
    border-radius: var(--radius-md);
    font-size: 15px;
    color: var(--color-text);
    line-height: 1.45;
    margin-bottom: 28px;
    max-width: 580px;
  }
  .pp-hero .differentiator strong { font-weight: 600; }
  .pp-hero .differentiator .ic {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--green-20);
    color: #1E7A2B;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .pp-hero .differentiator .ic svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

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

  /* Hero hub: PayProp at center (7×5 grid like main integrations page) */
  .pp-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;
  }
  .pp-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;
  }
  .pp-hub::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(31,168,156,0.025) 0 18px, transparent 18px 36px); pointer-events: none; }
  .pp-hub .lbl-mark {
    width: 78%; max-width: 220px; height: auto;
    display: block;
    position: relative; z-index: 1;
  }
  .pp-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; }

  .pp-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);
  }
  .pp-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; }
  .pp-node.pi { background: var(--anthracite-100); color: #fff; border-color: transparent; }
  .pp-node.pi small { color: rgba(255,255,255,0.6); }
  .pp-node.green { background: var(--green-20); border-color: rgba(97,206,112,0.35); color: #1E7A2B; }
  .pp-node.green small { color: #1E7A2B; opacity: 0.7; }

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

  .pp-lines { position: absolute; inset: 0; pointer-events: none; z-index: 0; width: 100%; height: 100%; }
  .pp-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 ===== */
  .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(--green-20); color: #1E7A2B; 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; }

  /* Stacked workflow diagram for positioning section */
  .pos-stack {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 28px;
    display: flex; flex-direction: column; gap: 12px;
    box-shadow: var(--shadow-sm);
    position: relative;
  }
  .pos-stack::before {
    content: 'PAYPROP ENVIRONMENT';
    position: absolute; top: -10px; left: 24px;
    background: #fff;
    padding: 0 10px;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--pp-accent);
  }
  .pos-layer {
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 18px 20px;
    display: flex; align-items: center; gap: 14px;
  }
  .pos-layer.payprop {
    background: linear-gradient(135deg, rgba(31,168,156,0.06), rgba(15,76,117,0.04));
    border-color: rgba(31,168,156,0.3);
  }
  .pos-layer.pi { background: var(--anthracite-100); color: #fff; border-color: transparent; }
  .pos-layer.pi .lbl small { color: rgba(255,255,255,0.6); }
  .pos-layer .lyr-mark {
    width: 40px; height: 40px;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 700;
  }
  .pos-layer.payprop .lyr-mark { background: var(--pp-tint); color: var(--pp-deep); font-size: 14px; }
  .pos-layer.pi .lyr-mark { background: rgba(255,255,255,0.1); color: #fff; }
  .pos-layer .lbl { display: flex; flex-direction: column; gap: 2px; }
  .pos-layer .lbl strong { font-family: var(--font-display); font-weight: 600; font-size: 14px; }
  .pos-layer .lbl small { font-size: 11px; color: var(--color-text-subtle); letter-spacing: 0.04em; text-transform: uppercase; font-weight: 500; }
  .pos-flow { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 4px 0; color: var(--color-text-subtle); }
  .pos-flow svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

  /* ===== How it works (timeline) ===== */
  .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(--green-20);
    color: #1E7A2B;
    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(--green-100); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .cap-card .ic {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: var(--green-20);
    color: #1E7A2B;
    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; }

  /* ===== Reporting band ===== */
  .rep { padding: 96px 0; background: var(--gradient-deep); color: #fff; position: relative; overflow: hidden; }
  .rep::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 400px at 80% 30%, rgba(31,168,156,0.18), transparent 55%); pointer-events: none; }
  .rep .container-wide { position: relative; z-index: 1; }
  .rep-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .rep 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; }
  .rep p { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.6; margin-bottom: 28px; max-width: 480px; }
  .rep .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.04); }
  .rep .btn-ghost:hover { background: rgba(255,255,255,0.1); }
  .rep .kicker.on-dark { color: var(--green-100); }

  /* Mock report card */
  .rep-mock {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: var(--shadow-lg);
    color: var(--color-text);
    transform: rotate(-1deg);
    position: relative;
  }
  .rep-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; }
  .rep-mock .top h6 { font-family: var(--font-display); font-weight: 600; font-size: 14px; }
  .rep-mock .top .pill {
    font-size: 10px; padding: 3px 8px; border-radius: 999px;
    background: rgba(31,168,156,0.15); color: var(--pp-deep);
    font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    flex-shrink: 0;
  }
  .rep-mock .meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
  .rep-mock .meta div { font-size: 11px; color: var(--color-text-subtle); }
  .rep-mock .meta strong { display: block; font-size: 13px; color: var(--color-text); font-weight: 600; margin-top: 2px; }
  .rep-mock .photo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 16px; }
  .rep-mock .photo-row .ph { aspect-ratio: 4/3; border-radius: 8px; background-color: #2a2a2a; background-size: cover; background-position: center; }
  .rep-mock .ph.p1 { background-image: url('../assets/inspection-photos/exterior-house-front.webp'); }
  .rep-mock .ph.p2 { background-image: url('../assets/inspection-photos/living-room-side-angle.webp'); }
  .rep-mock .ph.p3 { background-image: url('../assets/inspection-photos/bathroom-side-angle.webp'); }
  .rep-mock .rows { display: flex; flex-direction: column; gap: 8px; }
  .rep-mock .row { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; background: var(--off-white-60); border-radius: 8px; font-size: 12px; gap: 8px; }
  .rep-mock .row .lbl { color: var(--color-text-muted); }
  .rep-mock .row .badge-pass { background: var(--green-20); color: #1E7A2B; font-size: 10px; padding: 3px 8px; border-radius: 999px; font-weight: 700; flex-shrink: 0; }
  .rep-mock .row .badge-action { background: var(--color-warning-soft); color: #8A6518; font-size: 10px; padding: 3px 8px; border-radius: 999px; font-weight: 700; flex-shrink: 0; }
  .rep-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; }
  .rep-mock .footer-line .sync { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--pp-deep); }
  .rep-mock .footer-line .sync .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pp-accent); }

  /* ===== 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: var(--green-20); color: #1E7A2B; }
  .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(97,206,112,0.18); color: #7FD48E; }
  .cmp-col li .ic svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

  /* ===== Why PayProp users ===== */
  .why { padding: 96px 0; }
  .why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .why ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
  .why ul li { background: #fff; 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(--green-20); color: #1E7A2B; 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; }

  /* ===== Real-time context band ===== */
  .ctx { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .ctx-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .ctx h2 { font-family: var(--font-display); font-weight: 600; font-size: 38px; letter-spacing: -0.02em; line-height: 1.12; margin: 16px 0 14px; }
  .ctx p { font-size: 17px; color: var(--color-text-muted); line-height: 1.6; max-width: 520px; }
  .ctx .ctx-stats {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow-sm);
  }
  .ctx-stat { padding: 16px; border-radius: 12px; background: var(--off-white-60); }
  .ctx-stat .ic-row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--pp-accent); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
  .ctx-stat .ic-row svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
  .ctx-stat h5 { font-family: var(--font-display); font-weight: 600; font-size: 15px; line-height: 1.3; margin-bottom: 6px; }
  .ctx-stat p { font-size: 13px; color: var(--color-text-muted); line-height: 1.4; max-width: none; }

  /* ===== 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(31,168,156,0.18), 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: var(--green-100); }

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