/* Layout-specific helpers; expand later as needed */
.hero__content{display:grid;gap:var(--space-3)}
.collapsible{margin-top:var(--space-4)}
.collapsible__header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:var(--space-3);border:1px solid var(--border);background:var(--card);border-radius:var(--r-2)}
.collapsible__header--inverted{background:var(--ink);color:var(--card)}
.collapsible__header--inverted a{color:var(--card)}
.collapsible__panel{margin-top:var(--space-3)}
.collapsible__cta{font-size:var(--step--1);text-decoration:none}
.card--dark{background:linear-gradient(135deg, var(--ink), #111827);color:#f4f4f5;border-color:rgba(255,255,255,0.1)}
.card--dark small{color:#d4d4d8}
.trust{align-items:stretch}
.footer__socials a{margin-right:var(--space-3)}
