/* Final button contrast lock */
a.button,
.button,
.btn,
a.btn,
.cta,
a.cta,
.primary,
a.primary,
.hero-card a,
.quick-checks a,
.check-card a,
.feature-card a,
.notice-card a.button,
.content-card a.button,
input[type="submit"],
button[type="submit"],
button.button {
  background: #006b45 !important;
  background-color: #006b45 !important;
  color: #ffffff !important;
  border-color: #006b45 !important;
  opacity: 1 !important;
  text-shadow: none !important;
  filter: none !important;
}

a.button *,
.button *,
.btn *,
a.btn *,
.cta *,
a.cta *,
.primary *,
a.primary *,
.hero-card a *,
.quick-checks a *,
.check-card a *,
.feature-card a *,
button.button * {
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: none !important;
  filter: none !important;
}

a.button:hover,
.button:hover,
.btn:hover,
a.btn:hover,
.cta:hover,
a.cta:hover,
.primary:hover,
a.primary:hover,
.hero-card a:hover,
.quick-checks a:hover,
.check-card a:hover,
.feature-card a:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
button.button:hover {
  background: #004f34 !important;
  background-color: #004f34 !important;
  color: #ffffff !important;
  border-color: #004f34 !important;
}

a.button.secondary,
.button.secondary,
.btn.secondary,
a.btn.secondary {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #06351f !important;
  border-color: #cfe2d5 !important;
}

a.button.secondary:hover,
.button.secondary:hover,
.btn.secondary:hover,
a.btn.secondary:hover {
  background: #e3f3e8 !important;
  background-color: #e3f3e8 !important;
  color: #006b45 !important;
  border-color: #b7d6c2 !important;
}

/* Mobile menu visible fallback */
@media (max-width: 900px) {
  .nav-toggle,
  .fluk-nav-toggle,
  .fluk-menu-button,
  .fluk-menu-label,
  .fluk-generated-toggle,
  .fluk-menu-check,
  .fluk-menu-checkbox {
    display: none !important;
  }

  .nav-wrap,
  .fluk-nav-wrap {
    flex-wrap: wrap !important;
    align-items: center !important;
  }

  .main-nav,
  .fluk-main-nav,
  nav[aria-label="Main navigation"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding-top: 12px !important;
    margin-left: 0 !important;
  }

  .main-nav a,
  .fluk-main-nav a,
  nav[aria-label="Main navigation"] a {
    width: 100% !important;
    justify-content: flex-start !important;
    border: 1px solid #dce8de !important;
    background: #ffffff !important;
    border-radius: 14px !important;
    padding: 13px 14px !important;
  }
}
