/* Hero */
        .broker-hero {
            background: var(--bg-primary);
            padding: 10rem 0 6rem;
        }
        .broker-hero h1 {
            font-size: clamp(3.5rem, 3.2vw + 1.8rem, 4.5rem);
            color: var(--text-heading-on-dark);
            line-height: 1.02;
            margin-bottom: 1.25rem;
            max-width: 720px;
        }
        .broker-hero-sub {
            font-size: 1.1rem;
            color: var(--text-on-dark);
            max-width: 640px;
            margin: 0 0 2.25rem;
            line-height: 1.7;
        }
        .hero-actions {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        /* Stats bar (§9: navy boundary rules at 22% gold) */
        .stats-bar {
            background: var(--bg-primary);
            padding: 3rem 0;
            border-top: 1px solid var(--rule-on-navy);
            border-bottom: 1px solid var(--rule-on-navy);
        }
        .broker-stats-ledger {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            text-align: center;
        }
        /* W3-9: a quiet three-cell ledger strip, without card elevation. */
        .broker-stat-cell {
            padding: 0.75rem 1.25rem;
            border-right: 1px solid rgba(184, 149, 90, 0.22);
            border-radius: 0;
            box-shadow: none;
        }
        .broker-stat-cell:last-child { border-right: 0; }
        .stat-value {
            font-family: 'DM Sans', sans-serif;
            font-size: 1rem;
            line-height: 1.5;
            color: var(--text-on-dark);
        }
        .stat-label {
            margin-bottom: 0.35rem;
            font-size: 0.8rem;
            font-variant: small-caps;
            letter-spacing: 0.12em;
            color: var(--text-muted-on-dark);
        }

        /* W-7: the two primary CTAs take the homepage hero's gold-solid
           language; download links keep the outline secondary */
        .broker-hero .cta-btn {
            background: var(--accent);
            color: var(--bg-primary);
        }
        .broker-hero .cta-btn:hover {
            background: var(--accent-hover);
            color: var(--bg-primary);
        }
        .broker-cta .cta-btn {
            background: var(--accent);
            color: var(--bg-primary);
        }
        .broker-cta .cta-btn:hover {
            background: var(--accent-hover);
            color: var(--bg-primary);
        }

        /* Value cards */
        .broker-value-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }

        /* Deliverables list */
        .deliverable-list {
            list-style: none;
            max-width: 760px;
            margin: 0 auto;
        }
        .deliverable-list li {
            display: flex;
            align-items: baseline;
            gap: 1rem;
            padding: 1rem 0;
            border-bottom: 1px solid var(--border-subtle);
        }
        .deliverable-list li:first-child {
            border-top: 1px solid var(--border-subtle);
        }
        .deliverable-icon {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            margin-top: 2px;
        }
        .deliverable-list strong {
            color: var(--text-primary);
        }
        .deliverable-list span {
            color: var(--text-secondary);
        }

        /* Step numbers */
        .step-num {
            color: var(--gold-ink);
        }

        /* CTA section */
        .broker-cta {
            background: var(--bg-primary);
            text-align: center;
        }

        /* Download link */
        .download-link {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            border: 1px solid rgba(184, 149, 90, 0.60);
            background: rgba(184, 149, 90, 0.06);
            color: var(--accent);
            padding: 0.875rem 2rem;
            font-family: 'DM Sans', sans-serif;
            font-size: 0.95rem;
            font-weight: 600;
            text-decoration: none;
            letter-spacing: 0.03em;
            transition: background-color var(--motion-hover), color var(--motion-hover), border-color var(--motion-hover);
        }
        .download-link:hover {
            background: rgba(184, 149, 90, 0.12);
            color: var(--accent);
        }

        /* Capabilities Grid (2x2) */
        .capabilities-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
        }

        @media (max-width: 900px) {
            .broker-value-grid { grid-template-columns: 1fr; }
            .capabilities-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 768px) {
            .broker-hero { padding: 7rem 0 4rem; }
            .broker-hero h1 { font-size: 2.75rem; line-height: 1.05; }
            .broker-stats-ledger { grid-template-columns: 1fr; }
            .broker-stat-cell {
                border-right: 0;
                border-bottom: 1px solid rgba(184, 149, 90, 0.22);
            }
            .broker-stat-cell:last-child { border-bottom: 0; }
        }


        /* WEBSITE spec §10 (brokers): Discuss a Partnership joins the
           direct purchase and the broker-kit download as a third
           distinct action — the approved mail link, in the outline
           action family */
        .partnership-link {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            border: 1px solid rgba(184, 149, 90, 0.60);
            background: rgba(184, 149, 90, 0.06);
            color: var(--accent);
            padding: 0.875rem 2rem;
            font-family: 'DM Sans', sans-serif;
            font-size: 0.95rem;
            font-weight: 600;
            text-decoration: none;
            letter-spacing: 0.03em;
            transition: background-color var(--motion-hover), color var(--motion-hover), border-color var(--motion-hover);
        }
        .partnership-link:hover {
            background: rgba(184, 149, 90, 0.12);
            color: var(--accent);
        }

        /* ── P16 1g: the residual inline styles live here */
        .brokers-section--alt { background: var(--bg-secondary); }
        .brokers-measure { max-width: 760px; }
        .brokers-lead {
            color: var(--text-secondary);
            line-height: 1.8;
            font-size: 1.05rem;
        }
        .brokers-band--gradient {
            background: linear-gradient(180deg, #f0eeeb 0%, #e8e5df 100%);
        }
        .brokers-cta-row { justify-content: center; }
