/* ── Avertis soft theme ─────────────────────────────────────────────
   Global restyle layer: rounded surfaces, soft depth.
   Typography stays Libre Franklin / Newsreader as before.        */

/* Softer canvas tones */
body { background: #F5F7FC !important; }
section:not(.tone-dark):not(.tone-light)[style*="background:#0B0F1A"],
header[style*="background:#0B0F1A"],
div[style*="background:#0B0F1A"] { background: #131C31 !important; }
section:not(.tone-dark):not(.tone-light)[style*="background:#070A12"],
header[style*="background:#070A12"] { background: #0D1526 !important; }
section:not(.tone-dark):not(.tone-light)[style*="background:#EDF0F6"],
div[style*="background:#EDF0F6"] { background: #EEF2FC !important; }
.tone-dark { background: #131C31 !important; }
.tone-light { background: #EEF2FC !important; border-top-color: #E1E7F5 !important; }

/* Rounded surfaces */
section > div > div[style*="border:1px solid"],
div[style*="border:1px solid #DDE1E8"],
div[style*="border:1px solid #E1E5EC"],
div[style*="border:1px solid rgba(255,255,255"],
div[style*="backdrop-filter"] {
  border-radius: 20px !important;
}
div[style*="border:1px solid #DDE1E8"][style*="background:#fff"],
div[style*="border:1px solid #E1E5EC"][style*="background:#fff"] {
  border-color: #E4EAF6 !important;
  box-shadow: 0 2px 3px rgba(17,26,48,.03), 0 12px 30px -14px rgba(17,26,48,.14) !important;
}

/* Media */
section img, header img:not([alt*="logo" i]) { border-radius: 22px; }
header > img[style*="position:absolute"],
section > img[style*="position:absolute"] { border-radius: 0 !important; }

/* Buttons — pill */
.btn-b, .btn-g, .btn-w, .btn-gl,
a[style*="text-transform:uppercase"][style*="padding:17px"],
a[style*="text-transform:uppercase"][style*="padding:16px"],
button[style*="text-transform:uppercase"] {
  border-radius: 999px !important;
  white-space: nowrap;
}
.btn-b { box-shadow: 0 8px 22px -10px rgba(30,58,207,.7) !important; }

/* Form fields */
input, select, textarea {
  border-radius: 12px !important;
  border-color: #DCE3F2 !important;
}

/* Rule-grid dividers read softer */
[style*="border-left:1px solid #DDE1E8"] { border-left-color: #E1E7F5 !important; }
[style*="border-top:1px solid #DDE1E8"] { border-top-color: #E1E7F5 !important; }

/* Legibility: light-card numerals were 2.6:1 on white */
[style*="color:#9AA0AA"] { color: #6B7280 !important; }
.tone-dark [style*="color:#9AA0AA"] { color: rgba(255,255,255,.5) !important; }

/* Blue accents need lifting on the navy grounds — scoped by RENDERED tone only */
.tone-dark [style*="color:#1E3ACF"],
section:not(.tone-light):not(.tone-dark)[style*="background:#0B0F1A"] [style*="color:#1E3ACF"],
header:not(.tone-light)[style*="background:#070A12"] [style*="color:#1E3ACF"] { color: #8FA2FF !important; }
.tone-dark [style*="color:#5B72E8"],
section:not(.tone-light):not(.tone-dark)[style*="background:#0B0F1A"] [style*="color:#5B72E8"],
header:not(.tone-light)[style*="background:#070A12"] [style*="color:#5B72E8"] { color: #93A6FF !important; }

/* Muted greys were too weak on the cooler light ground */
.tone-light [style*="color:rgba(255,255,255,.5)"],
.tone-light [style*="color:rgba(255,255,255,.46)"],
.tone-light [style*="color:rgba(255,255,255,.44)"],
.tone-light [style*="color:rgba(255,255,255,.4)"] { color: #6B7280 !important; }

/* Footer text was 4.0–4.3:1 */
footer [style*="rgba(255,255,255,.44)"] { color: rgba(255,255,255,.56) !important; }
footer [style*="rgba(255,255,255,.42)"] { color: rgba(255,255,255,.56) !important; }
