.static-page .content-card{max-width:1100px;margin:0 auto;}
    .static-page h2{margin-top:2rem;}
    .static-page h3{margin-top:1.4rem;}
    .static-page p{line-height:1.7;}
    .static-page ul,.static-page ol{line-height:1.7;}
    .static-page .button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem;}
    .static-page .static-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1rem 0;}
    .static-page .info-box{border:1px solid rgba(66,139,202,.25);border-radius:16px;padding:1rem;background:rgba(66,139,202,.08);}
    .static-page .responsive-table{overflow:auto;border-radius:14px;border:1px solid rgba(15,23,42,.12);margin:1rem 0;}
    .static-page table{width:100%;border-collapse:collapse;font-size:.94rem;}
    .static-page th,.static-page td{padding:.65rem .8rem;border-bottom:1px solid rgba(15,23,42,.10);text-align:left;vertical-align:top;}
    .static-page th{background:rgba(15,23,42,.06);font-weight:800;}
    .static-page .calc-result{font-size:1.35rem;font-weight:900;margin-top:.5rem;}
