/* Public investor guidance. Semantic fallbacks support the current theme;

   shared visual-cohesion tokens take precedence when that release lands. */
.bne-investors {
    --invest-bg:var(--bmn-canvas,#fff);
    --invest-card:var(--bmn-card,#f3f6f8);
    --invest-text:var(--bmn-text,#071a2b);
    --invest-secondary:var(--bmn-text-2,#374151);
    --invest-border:var(--bmn-border-subtle,#dce3e8);
    --invest-link:var(--bmn-accent,#155e75);
    background:var(--invest-bg);
    color:var(--invest-text);
    font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    padding:32px 0 64px}

.bne-investors * {
    box-sizing:border-box}
.bne-investors__wrap {
    width:min(1180px,calc(100% - 48px));
    margin-inline:auto}
.bne-investors h1,.bne-investors h2,.bne-investors h3 {
    color:var(--invest-text);
    font-family:inherit;
    letter-spacing:-.025em;
    line-height:1.15;
    margin:0 0 20px}
.bne-investors h1 {
    font-size:clamp(36px,4.2vw,60px);
    max-width:18ch}
.bne-investors h2 {
    font-size:clamp(26px,2.6vw,36px);
    max-width:28ch}
.bne-investors h3 {
    font-size:21px;
    line-height:1.3;
    margin-bottom:12px}
.bne-investors p {
    line-height:1.7;
    max-width:65ch;
    color:var(--invest-secondary);
    margin:0 0 20px}
.bne-investors a {
    color:var(--invest-link);
    text-underline-offset:4px}
.bne-investors a:focus-visible,.bne-investors summary:focus-visible {
    outline:3px solid var(--invest-link);
    outline-offset:5px}
.bne-investors__hero {
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:64px;
    align-items:center;
    padding-block:56px 72px}
.bne-investors__intro {
    font-size:15px;
    font-weight:600}
.bne-investors__lead {
    font-size:19px}
.bne-investors a.bne-investors__button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    background:var(--bmn-action,#0e7490);
    color:#fff;
    font-weight:600;
    padding:14px 22px;
    border-radius:8px;
    text-decoration:none;
    line-height:1.4}
.bne-investors a.bne-investors__button:hover {
    background:var(--bmn-action-hover,#155e75)}
.bne-investors__hint {
    font-size:14px;
    margin-top:14px!important}
.bne-investors__worksheet {
    background:var(--invest-card);
    border:1px solid var(--invest-border);
    border-radius:12px;
    padding:32px}
.bne-investors__worksheet h2 {
    font-size:25px}
.bne-investors__worksheet dl {
    margin:0 0 20px}
.bne-investors__worksheet dl>div {
    padding:16px 0;
    border-bottom:1px solid var(--invest-border)}
.bne-investors__worksheet dt {
    font-weight:700;
    margin-bottom:5px}
.bne-investors__worksheet dd {
    margin:0;
    color:var(--invest-secondary);
    line-height:1.6}
.bne-investors__worksheet p {
    font-size:14px;
    margin:0}
.bne-investors__band {
    background:var(--invest-card);
    padding-block:48px}
.bne-investors__columns {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    margin-top:36px}
.bne-investors__columns p {
    margin-bottom:0}
.bne-investors__section {
    padding-block:64px}
.bne-investors__band .bne-investors__section {
    padding-block:0}
.bne-investors__split {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:64px}
.bne-investors__steps {
    margin:0;
    padding-left:24px}
.bne-investors__steps li {
    padding-left:12px;
    margin-bottom:28px}
.bne-investors__steps li::marker {
    font-weight:700;
    color:var(--invest-link)}
.bne-investors__steps li:last-child {
    margin-bottom:0}
.bne-investors__steps p {
    margin-bottom:0}
.bne-investors__resources {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:28px}
.bne-investors__resources a {
    padding:20px 0;
    border-top:1px solid var(--invest-border);
    text-decoration:none}
.bne-investors__resources strong {
    display:block;
    text-decoration:underline;
    font-size:18px;
    margin-bottom:10px}
.bne-investors__resources span {
    display:block;
    color:var(--invest-secondary);
    line-height:1.6}
.bne-investors__questions details {
    border-bottom:1px solid var(--invest-border);
    padding:18px 0}
.bne-investors__questions details:first-child {
    padding-top:0}
.bne-investors__questions summary {
    font-weight:600;
    cursor:pointer;
    line-height:1.5;
    min-height:44px}
.bne-investors__questions p {
    margin:8px 0}
.bne-investors__closing {
    display:flex;
    gap:32px;
    align-items:center;
    justify-content:space-between;
    border-top:1px solid var(--invest-border);
    padding-top:40px}
.bne-investors__closing p {
    margin-bottom:0}
.bne-investors__closing .bne-investors__button {
    flex-shrink:0}

@media(prefers-color-scheme:dark) {
    .bne-investors {
    --invest-bg:var(--bmn-canvas,#0b1115);
    --invest-card:var(--bmn-card,#121a20);
    --invest-text:var(--bmn-text,#f7fafc);
    --invest-secondary:var(--bmn-text-2,#cbd5dc);
    --invest-border:var(--bmn-border-subtle,#344149);
    --invest-link:var(--bmn-accent,#55d6e8)}
}

@media(max-width:800px) {
    .bne-investors__hero,.bne-investors__split {
    grid-template-columns:1fr;
    gap:32px}
.bne-investors__hero {
    padding-block:24px 40px}
.bne-investors__columns,.bne-investors__resources {
    grid-template-columns:1fr;
    gap:24px}
.bne-investors__section {
    padding-block:40px}
.bne-investors__closing {
    align-items:flex-start;
    flex-direction:column}
.bne-investors__worksheet {
    padding:24px}
.bne-investors__wrap {
    width:calc(100% - 32px)}
.bne-investors__band {
    padding-block:32px}
.bne-investors h1 {
    max-width:20ch}
}

@media(prefers-reduced-motion:reduce) {
    .bne-investors * {
    scroll-behavior:auto!important;
    transition:none!important}
}
