/* Home: ações com contraste garantido nos dois temas. */
.home-v3 .home-v3-primary,
.home-v3 .home-v3-primary:visited,
.home-v3 .home-v3-primary:hover,
.home-v3 .home-v3-primary:focus-visible {
  color: #11170a !important;
  background: #c8ff00 !important;
  text-shadow: none !important;
}

.home-v3 .home-v3-primary:hover { background: #d7ff42 !important; }

.home-v3 .home-v3-section-head > a,
.home-v3 .home-v3-section-head > a:visited { color: #dfff72 !important; }

.home-v3 .home-v3-section-head > a:hover,
.home-v3 .home-v3-section-head > a:focus-visible {
  color: #f0ffd0 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

html[data-theme="light"] .home-v3 .home-v3-section-head > a,
html[data-theme="light"] .home-v3 .home-v3-section-head > a:visited {
  padding: 8px 12px !important;
  border: 1px solid #b8d64b !important;
  border-radius: 10px !important;
  background: #f7ffe4 !important;
  color: #35530a !important;
  box-shadow: 0 5px 14px rgba(74, 105, 15, .08) !important;
}

html[data-theme="light"] .home-v3 .home-v3-section-head > a:hover,
html[data-theme="light"] .home-v3 .home-v3-section-head > a:focus-visible {
  border-color: #8bac18 !important;
  background: #eaffb8 !important;
  color: #1e3205 !important;
  text-decoration: none !important;
}
