/* AadiFit Liquid Glass v5 — Safe overrides only */
body {
  background: #000 !important;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
.hero, .hdr, header.header, header.hdr, header.tool-header, .tool-header {
  background: #000 !important;
}
:root {
  --gold: #c8a96e;
  --gold-2: #dab87c;
}
select, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  background-color: #111 !important;
  color: #f0f0f0 !important;
  border-color: rgba(255,255,255,0.1) !important;
}
select option {
  background: #111;
  color: #f0f0f0;
}
