/* Reuses .nav, .hero, .pill, .head, .lede, .phones, .marquee etc. from
   landing.css — this file only adds the reserve-form specific pieces. */

.pill-live .wl-dot { width: 8px; height: 8px; border-radius: 50%; background: #1f9d63; display: inline-block; box-shadow: 0 0 0 3px rgba(31,157,99,.18); }

.wl-legal { gap: 6px; font-size: 13px; color: var(--ink-soft); }
.wl-legal a { color: var(--ink-soft); font-weight: 500; }
.wl-legal a:hover { color: var(--ink); text-decoration: underline; }
.wl-legal span { color: var(--line-strong); }
@media (max-width: 640px) { .wl-legal { font-size: 12px; } }

.wl-card {
  margin-top: 30px; background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 8px 30px rgba(30,25,60,.1); max-width: 480px; overflow: hidden;
}
.wl-row { display: flex; align-items: center; gap: 8px; padding: 14px 18px; }
.wl-row + .wl-row { border-top: 1px solid var(--line); }
.wl-row .prefix { color: var(--ink-soft); font-weight: 600; font-size: 16px; white-space: nowrap; }
.wl-row input { flex: 1; border: 0; outline: 0; font: inherit; font-size: 16px; font-weight: 600; color: var(--ink); padding: 4px 0; background: transparent; min-width: 0; }
.wl-row input::placeholder { color: #c3bdcf; font-weight: 600; }
.wl-actions { padding: 4px 18px 16px; }
.wl-actions .btn-dark { width: 100%; padding: 13px 20px; font-size: 16px; }
.wl-actions .btn-dark:disabled { opacity: .6; cursor: default; }
.wl-avail { font-size: 13px; padding: 0 18px 8px; margin-top: -6px; }
.wl-avail.ok { color: #1f9d63; }
.wl-avail.no { color: #c8362f; }
.wl-error { color: #c8362f; font-size: 13px; padding: 10px 18px 0; }

.claim-note { max-width: 480px; }

.wl-or { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: var(--ink-soft); font-size: 13px; max-width: 480px; }
.wl-or::before, .wl-or::after { content: ''; flex: 1; height: 1px; background: var(--line); }

.wl-google {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  background: #fff; border: 1px solid var(--line-strong); border-radius: 12px;
  padding: 12px 20px; font-weight: 600; font-size: 15px; color: var(--ink);
  max-width: 480px; width: 100%; cursor: pointer;
}
.wl-google:hover { background: var(--card-2); text-decoration: none; }

.wl-alt { margin-top: 14px; font-size: 14px; color: var(--ink-soft); }

.wl-success {
  margin-top: 30px; max-width: 480px; background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 26px; box-shadow: 0 8px 30px rgba(30,25,60,.1);
}
.wl-success .wl-check {
  width: 44px; height: 44px; border-radius: 50%; background: #e7f6ee; color: #1f9d63;
  display: grid; place-items: center; margin-bottom: 14px;
}
.wl-success h3 { font-size: 19px; margin: 0 0 6px; color: var(--ink); }
.wl-success p { font-size: 14px; color: var(--ink-soft); line-height: 1.5; margin: 0; }

@media (max-width: 920px) {
  .wl-card, .wl-or, .wl-google, .wl-success { max-width: none; }
}
