/* ==========================================================================
   BancBridge secondary product pages (CustomerFlow, FileAdaptor)
   Ported from design handoff: "CustomerFlow.dc.html", "FileAdaptor.dc.html"

   Uses the shared page-shell classes (.bb-page-header, .bb-shell-body,
   .bb-def-rows, .bb-sidebar-card, .bb-cta-band, .bb-footer) from styles.css.
   This file holds the wider header sizing and the two-column
   capability/option-list grid these two pages share.
   ========================================================================== */

.pp2-header h1 {
    max-width: 820px;
    margin-top: 20px;
}

.pp2-header p {
    font-size: 20px;
    line-height: 1.55;
    max-width: 720px;
}

.pp2-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 48px;
}

.pp2-cols h2 {
    font-size: 22px;
    letter-spacing: -0.01em;
    color: var(--text-dark);
    margin: 0;
}

.pp2-cols .bb-def-rows {
    margin-top: 16px;
}

/* Two-column list under a single shared heading (CustomerFlow's Capabilities) */
.pp2-capabilities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
    margin-top: 22px;
}

.pp2-capabilities-grid .bb-def-rows {
    margin-top: 0;
}

.bb-shell-main h2 {
    font-size: 30px;
    margin-top: 48px;
}

.pp2-workswith-note {
    font-size: 15px;
    line-height: 1.6;
    color: #3c4c5c;
    margin: 14px 0 0;
}

.pp2-workswith-link {
    margin-top: 14px;
    font-size: 15px;
}

@media (max-width: 900px) {
    .pp2-cols {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
