/* Raider Lights — post-migration styles (generated by scripts/build.js) */

/* ALTCHA widget: self-contained theme so the label stays legible on any
   background (the widget defaults its text to currentColor). */
altcha-widget {
  display: block;
  margin: 0 auto 16px;
  max-width: 260px;
  --altcha-color-base: #ffffff;
  --altcha-color-text: #1a1a1a;
  --altcha-color-border: #cbd2d9;
  --altcha-color-border-focus: #b6361d; /* --raider-red */
  --altcha-color-active: #b6361d;
  --altcha-color-error-text: #b42318;
  --altcha-color-footer-bg: #f4f6f8;
  --altcha-border-radius: 10px;
}
altcha-widget, .quote-form altcha-widget { color: #1a1a1a; }

/* Form error box: keep hidden until contact.js shows it. */
.error-message.w-form-fail { display: none; }

/* Success box (shown only if the /thank-you redirect is prevented). */
.success-message.w-form-done {
  display: none;
  background: #e7f7ec;
  border: 1.5px solid #1a7f37;
  color: #0f5132;
  border-radius: 12px;
  padding: 24px 22px;
  text-align: center;
  font-weight: 600;
}

/* Keep the sticky navbar above hero overlays and animated content. */
.navbar.w-nav { z-index: 1000; }
