.heroTFR {
    background:linear-gradient(155deg,var(--deep) 0%,#2a1a0a 100%);
    padding:44px 32px 40px; border-bottom:3px solid var(--gold);
    position:relative; overflow:hidden;
}
.heroTFR::before {
    content:''; position:absolute; inset:0; pointer-events:none;
    background:repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(255,255,255,.012) 60px);
}
.heroTFR-inner { max-width:1100px; margin:0 auto; position:relative; display:flex; gap:40px; align-items:flex-start; }
.heroTFR-eyebrow { font-family:var(--mono); font-size:.62rem; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); font-weight:600; margin-bottom:12px; }
.heroTFR-hed { font-family:var(--serif); font-size:clamp(1.5rem,3.5vw,2.3rem); font-weight:400; font-style:italic; color:#fff; line-height:1.2; margin-bottom:12px; }
.heroTFR-hed strong { font-style:normal; font-weight:700; color:var(--gold-lt); }
.heroTFR-sub { font-size:.9rem; color:rgba(255,255,255,.75); line-height:1.75; max-width:540px; font-weight:500; }
.heroTFR-kpis { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.1); flex-shrink:0; }
.heroTFR-kpi { padding:14px 12px; background:rgba(0,0,0,.3); }
.htk-lbl { font-family:var(--mono); font-size:.55rem; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.45); margin-bottom:5px; font-weight:500; }
.htk-val { font-family:var(--mono); font-size:1.2rem; font-weight:700; color:#fff; line-height:1; }
.htk-sub { font-family:var(--mono); font-size:.55rem; color:rgba(255,255,255,.35); margin-top:3px; }

.calcTFR-layout { max-width:1100px; margin:0 auto; padding:28px 32px 80px; display:grid; grid-template-columns:minmax(0px,380px) 1fr; gap:24px; align-items:start; }
.formTFR-wrap { position:sticky; top:24px; display:flex; flex-direction:column; gap:12px; }

.btn-calcTFR {
    width:100%; padding:16px; background:var(--amber); color:var(--deep); border:none;
    font-family:var(--sans); font-size:.85rem; font-weight:700; letter-spacing:.06em;
    text-transform:uppercase; cursor:pointer; transition:background .15s;
    display:flex; align-items:center; justify-content:center; gap:10px;
}
.btn-calcTFR:hover { background:var(--gold-lt); }

.tfrKpis { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--rule); border:1px solid var(--rule); margin-bottom:2px; }
.tfrKpi  { background:var(--white); padding:14px 16px; }
.tfrKpi.gold   { border-top:3px solid var(--gold); }
.tfrKpi.forest { border-top:3px solid var(--forest); }
.tfrKpi.navy   { border-top:3px solid #1e3a5e; }
.tfrKpi-lbl { font-family:var(--mono); font-size:.55rem; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-light); margin-bottom:5px; font-weight:500; }
.tfrKpi-val { font-family:var(--mono); font-size:1.2rem; font-weight:700; color:var(--ink); line-height:1; }
.tfrKpi.gold   .tfrKpi-val { color:var(--amber); }
.tfrKpi.forest .tfrKpi-val { color:var(--forest); }
.tfrKpi.navy   .tfrKpi-val { color:#1e3a5e; }

.tfr-conf-row { display:flex; align-items:center; justify-content:space-between; padding:10px 0; border-bottom:1px solid var(--rule-lt); font-size:.88rem; color:var(--ink-mid); gap:16px; }
.tfr-conf-row strong { font-family:var(--mono); font-size:.95rem; white-space:nowrap; }
.tfr-conf-delta { font-weight:700; border-bottom:none; padding-top:14px; margin-top:4px; }
.tfr-conf-note { font-family:var(--mono); font-size:.62rem; color:var(--ink-light); margin-top:10px; padding-top:10px; border-top:1px solid var(--rule-lt); font-weight:500; }
.tfrTimeline { overflow-x:auto; max-width:100%;}
.tfrTimeline table { width:100%; border-collapse:collapse; font-size:.82rem; }
.tfrTimeline th { background:var(--paper); padding:9px 12px; font-family:var(--mono); font-size:.58rem; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-light); text-align:left; border-bottom:1px solid var(--rule); }
.tfrTimeline td { padding:9px 12px; border-bottom:1px solid var(--rule-lt); }
.tfrTimeline tr:last-child td { border-bottom:none; }
.tfrTimeline tr:hover td { background:var(--paper); }

.disclaimerTFR { padding:14px 18px; background:var(--amber-dim); border-left:4px solid var(--gold); font-size:.82rem; color:var(--ink-mid); line-height:1.7; font-weight:500; margin-bottom:2px; }

@media(max-width:1024px) {
    .calcTFR-layout { grid-template-columns:1fr; padding:20px 16px 60px; }
    .calcTFR-layout > * { min-width: 0; }
    .formTFR-wrap { position:static; }
    .heroTFR-kpis { display:none; }
    .tfrKpis { grid-template-columns:1fr 1fr; }
}
@media(max-width:600px) {
    .heroTFR { padding:28px 16px; }
    .tfrKpis { grid-template-columns:1fr 1fr; }
}