.round-section{border-top:1px solid var(--line)}
.round-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.round-cards article{background:#fff;border:1px solid var(--line);padding:30px;border-radius:12px}
.round-cards h3{font-size:25px}
.round-cards article>p{color:var(--muted)}
dl{margin:25px 0}
dl>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:12px 0;font-size:14px}
dt{color:var(--muted)}
dd{margin:0;text-align:right;font-weight:600}
.round-purpose{font-size:15px;min-height:74px}
.calculator-section{background:#eaf0df;max-width:none}
.calc-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:28px;max-width:1268px;margin:auto}
.calc-inputs{padding:30px;background:var(--paper);border-radius:12px}
.calc-inputs label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}
.calc-inputs input,.calc-inputs select{width:100%;padding:13px;border:1px solid #c5d0b7;border-radius:6px;background:#fff;font:16px Manrope,Arial,sans-serif;color:var(--ink);min-width:0}
.calc-fields{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:25px}
.calc-fields>div{display:flex;flex-direction:column;justify-content:space-between;gap:5px}
.calc-actions{display:flex;gap:15px;margin-top:24px;flex-wrap:wrap}
.calc-actions button{border:1px solid #b9c7ab;background:transparent;padding:10px 14px;border-radius:6px;cursor:pointer;min-height:44px}
.calc-output{padding:30px;background:#191f1b;border-radius:12px;color:var(--paper)}
.calc-output>p{color:#bdc7b7;font-size:14px}
.calc-output .eyebrow{color:#c4d5b6;font-size:11px}
.calc-output h3{font-size:24px}
.share-value{font-size:clamp(38px,5vw,64px);line-height:1.2;color:var(--lime);margin:22px 0 10px;overflow-wrap:anywhere}
.calc-output dt{color:#bdc7b7}
.calc-output dl>div{border-color:#485143}
.calc-output .button{width:100%}
.calc-output .button:disabled{opacity:.45;cursor:not-allowed}
.calc-footnote{margin:17px 0 0;font-size:12px!important}
#calc-error{color:#8b2720;font-size:14px;margin:18px 0 0}
.calculator-section>details{max-width:1268px;margin:25px auto 0}
.collection-steps{list-style:none;padding:0;max-width:940px}
.collection-steps li{display:flex;gap:30px;padding:25px 0;border-top:1px solid var(--line)}
.collection-steps li>span{font-size:14px;color:var(--muted)}
.collection-steps p{color:var(--muted);margin:0}
.collection-process .participation-note a{text-decoration:underline}
.calc-output dd{overflow-wrap:anywhere}
.calculator-section>.section-title{max-width:1268px;margin-left:auto;margin-right:auto}
@media(max-width:1100px){.round-cards{grid-template-columns:1fr 1fr}.round-cards article:last-child{grid-column:1/-1}}
@media(max-width:850px){.calc-layout{grid-template-columns:1fr}
.round-cards{grid-template-columns:1fr}
.round-cards article:last-child{grid-column:auto}
.round-purpose{min-height:0}
}
@media(max-width:500px){.calc-fields{grid-template-columns:1fr}
.calc-inputs,.calc-output,.round-cards article{padding:23px}
dl>div{flex-wrap:wrap;gap:6px}
dd{text-align:left}
.calc-output dl>div{flex-direction:column}
.collection-steps li{gap:20px}
}


.nav nav{flex-wrap:wrap}


.budget-table table{width:100%;border-collapse:collapse;font-size:14px}
.budget-table td,.budget-table th{padding:10px 0;border-bottom:1px solid var(--line);text-align:left}
.budget-table td:last-child,.budget-table th:last-child{text-align:right;white-space:nowrap;padding-left:14px}
.round-cards h3{font-size:38px}
.round-cards .text-link{margin-top:22px}
.analysis-link{display:inline-block;margin-top:16px;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.round-rights{background:#edf1e7;padding:28px;border-radius:12px;margin:25px 0}
.round-rights h3{font-size:24px;margin-top:0}
.round-rights p:last-child{margin-bottom:0}
.calc-inputs input[readonly]{background:#e6ecdd;color:#37472d;border-color:transparent}
.report{max-width:960px;margin:auto;padding:35px 6% 70px}
.report h1{font-size:clamp(32px,5vw,56px);line-height:1.1;letter-spacing:-2px}
.report h2{font-size:30px;margin:55px 0 25px}
.report p{color:var(--muted)}
.report a{text-decoration:underline;text-underline-offset:3px}
.report-table{overflow:auto;margin:25px 0}
.report-table table{border-collapse:collapse;width:100%;font-size:14px;min-width:520px}
.report-table td{padding:13px 15px;border-bottom:1px solid var(--line);vertical-align:top}
.report-table tr:first-child{background:#eaf0df;font-weight:700}
.report-table tr:nth-child(even){background:#f0f3eb}
.report strong{color:var(--ink)}


.commercial-scenario{border:1px solid #485143;border-radius:12px;padding:30px;margin-top:40px}
.commercial-scenario>p{color:#bdc7b7}
.commercial-scenario .motor-facts{margin-top:28px}
.commercial-scenario details{border-color:#485143}
.commercial-scenario details p{color:#bdc7b7}
@media(max-width:600px){.commercial-scenario{padding:22px}
}
