/* ============================================================
   SimulaDinheiro — Container Comparativo (.sdc) v1.0
   TESTE 2026-06-06: pagina calculadora-aposentadoria (27571)
   Paleta: verde #0B3D2E - bege #FAF6EC - gold #B89549
   ============================================================ */
.entry-content section.sd-comp-band{width:100vw !important;max-width:100vw !important;position:relative !important;left:50% !important;right:auto !important;margin-left:-50vw !important;margin-right:0 !important;margin-top:0 !important;margin-bottom:0 !important;padding:44px 20px !important;box-sizing:border-box !important;float:none !important}
.sd-comp-band--bege{background:#FAF6EC}
.sd-comp-band--verde{background:#0B3D2E}
.sd-comp-band *{box-sizing:border-box}

.sd-comp-band .sdc{max-width:1100px !important;width:auto !important;margin:0 auto !important;border:2px solid #B89549;background:linear-gradient(180deg,#FFFEFB 0%,#FAF6EC 100%);font-family:'Inter',system-ui,sans-serif}
.sd-comp-band--bege .sdc{background:#fff !important}

/* faixa de titulo */
.sdc-head{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#0B3D2E;padding:16px 28px}
.sd-comp-band--verde .sdc-head{background:#08291F}
.sdc-head .sdc-tit{font-family:'Playfair Display',Georgia,serif !important;font-size:21px !important;color:#fff !important;line-height:1.2;margin:0 !important;border:none !important;padding:0 !important}
.sdc-head .sdc-badge{font-size:10px;font-weight:800;letter-spacing:2px;color:#B89549;text-transform:uppercase;white-space:nowrap;border:1px solid #B89549;padding:5px 12px}

/* corpo: dados | grafico */
.sdc-body{display:grid;grid-template-columns:1fr 1.15fr;gap:0}

/* coluna de dados */
.sdc-dados{padding:24px 28px;border-right:1px solid #E6DDC6}
.sdc-duo{display:flex;gap:12px;margin-bottom:18px}
.sdc-box{flex:1;background:#fff;border:1px solid #E6DDC6;padding:14px 16px}
.sd-comp-band--bege .sdc-box{background:#FAF6EC}
.sdc-box.win{border:2px solid #B89549;position:relative}
.sdc-box.win::after{content:"MAIOR VALOR";position:absolute;top:-9px;right:10px;background:#B89549;color:#fff;font-size:8.5px;font-weight:800;letter-spacing:1.5px;padding:3px 8px}
.sdc-box .sdc-nm{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#6F6A5C}
.sdc-box .sdc-vl{font-family:'Playfair Display',Georgia,serif;font-size:26px;color:#0B3D2E;margin:6px 0 1px}
.sdc-box.win .sdc-vl{color:#B89549}
.sdc-box .sdc-lg{font-size:11px;color:#6F6A5C}
.sdc-rows{border-top:1px solid #E6DDC6}
.sdc-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;padding:9px 0;border-bottom:1px solid #E6DDC6;font-size:12.5px;align-items:baseline}
.sdc-row .m{color:#6F6A5C}
.sdc-row .a,.sdc-row .b{text-align:right;font-weight:600;font-variant-numeric:tabular-nums;color:#0B3D2E}
.sdc-row .b{color:#B89549}
.sdc-row.cab{font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}

/* coluna do grafico */
.sdc-grafico{padding:24px 28px;display:flex;flex-direction:column;justify-content:center}
.sdc-grafico .sdc-glabel{font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#6F6A5C;margin-bottom:14px}
.sdc-grafico svg{width:100%;height:auto;display:block}
.sdc-gbar{margin-bottom:14px}
.sdc-gbar .t{display:flex;justify-content:space-between;font-size:12px;margin-bottom:5px}
.sdc-gbar .t .l{font-weight:600;color:#0B3D2E}
.sdc-gbar .t .v{color:#6F6A5C;font-variant-numeric:tabular-nums}
.sdc-gtrack{height:14px;background:#EFE8D4}
.sdc-gtrack + .sdc-gtrack{margin-top:4px}
.sdc-gfill{height:100%}
.sdc-gfill.a{background:#0B3D2E}
.sdc-gfill.b{background:#B89549}

/* rodape */
.sdc-foot{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 28px;border-top:1px solid #E6DDC6;flex-wrap:wrap}
.sdc-note{font-size:11px;color:#6F6A5C;margin:0}
a.sdc-cta{font-size:13px !important;font-weight:700 !important;color:#fff !important;background:#B89549 !important;text-decoration:none !important;padding:12px 26px !important;letter-spacing:.3px;white-space:nowrap;display:inline-block}
a.sdc-cta:hover{opacity:.92}

@media(max-width:760px){
  .sd-comp-band{padding:28px 14px}
  .sdc-body{grid-template-columns:1fr}
  .sdc-dados{border-right:none;border-bottom:1px solid #E6DDC6}
  .sdc-head{flex-direction:column;align-items:flex-start;gap:8px}
}
