:root {
  --nilu-dark: #053F53;
  --nilu-text: #053F53;
  --nilu-border: #d9e7ec;
  --nilu-muted: #5f7780;
  --nilu-link: #053F53;
  --nilu-link-hover: #0b6f8d;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  color: var(--nilu-text) !important;
  font-family: "Poppins", "Aptos", "Segoe UI", Arial, Helvetica, sans-serif !important;
  line-height: 1.5 !important;
  min-height: 100vh !important;
}

body,
div,
table,
tr,
td,
th,
tbody,
thead,
tfoot,
section,
article,
main,
header,
footer,
p,
span {
  background-image: none !important;
}

body,
td,
th,
p,
li,
a,
span,
div,
input,
button {
  font-family: "Poppins", "Aptos", "Segoe UI", Arial, Helvetica, sans-serif !important;
  color: var(--nilu-text) !important;
}

h1,
h2,
h3,
h4 {
  color: var(--nilu-dark) !important;
  font-family: "Poppins", "Aptos", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
}

a {
  color: var(--nilu-link) !important;
  text-decoration: none !important;
}

a:hover,
a:focus {
  color: var(--nilu-link-hover) !important;
  text-decoration: underline !important;
}

a:visited {
  color: var(--nilu-link) !important;
}

/* Revert header to cleaner previous version */
.hra-header {
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.hra-header__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 24px;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hra-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none !important;
}

.hra-brand__logo {
  display: block;
  height: 44px;
  width: auto;
  background: #ffffff !important;
}

.hra-brand__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nilu-muted) !important;
}

.hra-brand__title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--nilu-dark) !important;
}

/* Neutral table defaults */
table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

td {
  color: var(--nilu-text) !important;
}

tr:hover td {
  background: #fafcfd !important;
}

/* Simple footer: only the footer itself is teal */
footer.hra-footer,
.hra-footer {
  margin-top: 48px;
  background: #053F53 !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.hra-footer__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

footer.hra-footer *,
.hra-footer * {
  color: #ffffff !important;
  background: transparent !important;
}

footer.hra-footer a,
footer.hra-footer a:visited,
footer.hra-footer a:active,
.hra-footer a,
.hra-footer a:visited,
.hra-footer a:active {
  color: #ffffff !important;
  background: transparent !important;
  text-decoration: none !important;
}

footer.hra-footer a:hover,
.hra-footer a:hover {
  color: #ffffff !important;
  opacity: 0.85;
  text-decoration: underline !important;
}

div#header {
  background: #ffffff !important;
  border: 0px;
  border-color: #ffffff !important;
}
div.container {
  background-color: #ffffff !important;
}

#header-buffer {
  background-color: #ffffff !important;
}

#footer-buffer {
  background-color: #ffffff !important;
}

div.content {
  background-color: #ffffff !important;
  border: 0 !important;
}

div.section-header {
  visibility: hidden !important;
}

div#footer {
  background-color: #053F53 !important;
}
