/* =============================================================================
   Senior polish — preserve the existing KEY components and visual grammar.
   Only legibility, input targets and focus treatment live
   here. Layout, materials, effects and navigation come from the original CSS.
   ============================================================================= */
body.client-app-mode .nav-button-large,
body.client-app-mode .nav-button-large .nav-label {
  font-size: var(--text-xs);
}
body.client-app-mode .nav-button-form-connect,
body.client-app-mode .nav-button-form-connect .nav-label {
  font-size: var(--text-sm);
  letter-spacing: var(--tracking-label);
}
body.client-app-mode .nav-button-large {
  color: rgba(255, 255, 255, 0.68);
  gap: var(--space-2);
  padding-inline: var(--space-4);
}
body.client-app-mode .nav-button-large.active {
  color: rgba(255, 255, 255, 0.95);
}
body.client-app-mode .nav-button-large.active .nav-icon {
  opacity: 1;
}
body.client-app-mode .nav-button-large .nav-icon {
  width: 18px;
  height: 18px;
  opacity: 0.78;
}
body.client-app-mode .nav-button-large,
body.client-app-mode .nav-button-form-connect,
body.client-app-mode .nav-button-form-close,
body.client-app-mode .nav-button-form-clear,
body.client-app-mode .status-card-cta {
  min-width: var(--touch-target-min);
  min-height: var(--touch-target-min);
}
body.client-app-mode .nav-button-form-clear,
body.client-app-mode .nav-button-form-close {
  color: rgba(255, 255, 255, 0.78);
}
body.client-app-mode .nav-button-form-clear .nav-icon,
body.client-app-mode .nav-button-form-close .nav-icon {
  width: 14px;
  height: 14px;
  opacity: 1;
}

body.client-app-mode .card-number {
  font-size: 12px;
  opacity: 0.82;
}
body.client-app-mode .card-logo-subtitle {
  opacity: 1;
}
body.client-app-mode .status-card-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  padding-inline: var(--space-2);
  text-align: center;
}
body.client-app-mode .status-card-eyebrow {
  font-size: var(--text-sm);
  font-weight: 450;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}
body.client-app-mode .status-card-message {
  max-width: 300px;
  font-size: var(--text-base);
  font-weight: 350;
  line-height: var(--leading-base);
  white-space: pre-line;
  overflow-wrap: anywhere;
}

body.client-app-mode .page-header h1 {
  font-size: var(--text-xl);
  font-weight: 500;
}

body.client-app-mode .page-header p,
body.client-app-mode .faq-service-content p {
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--text-base);
  line-height: var(--leading-base);
}

body.client-app-mode .faq-service-content h2 {
  font-size: var(--text-base);
  font-weight: 500;
}

body.client-app-mode .faq-toggle,
body.client-app-mode .faq-question {
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--text-sm);
}

body.client-app-mode .faq-question {
  margin-bottom: var(--space-3);
  letter-spacing: 0.1em;
}

body.client-app-mode .faq-answer {
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--text-base);
  line-height: var(--leading-base);
}

body.client-app-mode .faq-item {
  margin-bottom: var(--space-6);
  padding-bottom: var(--space-6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.client-app-mode .faq-steps-num {
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--text-xs);
}

body.client-app-mode .faq-steps-step-title,
body.client-app-mode .faq-steps-body p,
body.client-app-mode .partner-description,
body.client-app-mode .partner-brands-list,
body.client-app-mode .partner-perk-text {
  font-size: var(--text-base);
  line-height: var(--leading-base);
}

body.client-app-mode .partner-description,
body.client-app-mode .partner-brands-list,
body.client-app-mode .partner-perk-text {
  color: rgba(255, 255, 255, 0.76);
}

body.client-app-mode .partner-hotel-count,
body.client-app-mode .partner-brands {
  font-size: var(--text-xs);
}

body.client-app-mode .waitlist-description {
  font-size: var(--text-base);
  line-height: var(--leading-base);
}

body.client-app-mode .waitlist-submit {
  font-size: var(--text-sm);
}
body.client-app-mode .waitlist-input input {
  font-size: var(--text-base);
}

body.client-app-mode .partner-brands,
body.client-app-mode .waitlist-description {
  color: rgba(255, 255, 255, 0.68);
}

body.client-app-mode .status-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  margin: 0 auto;
  padding: 0 2px 4px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

body.client-app-mode .stepper-btn,
body.client-app-mode .month-btn,
body.client-app-mode .day-btn,
body.client-app-mode .dates-mode-switch,
body.client-app-mode .occasion-chip,
body.client-app-mode .nights-btn,
body.client-app-mode .wishes-toggle,
body.client-app-mode .quick-pick-btn,
body.client-app-mode .flex-dates-toggle {
  min-height: var(--touch-target-min);
}
body.client-app-mode .stepper-btn {
  width: var(--touch-target-min);
  min-width: var(--touch-target-min);
  height: var(--touch-target-min);
}
body.client-app-mode .stepper-row {
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-3);
}
body.client-app-mode .stepper-row .stepper-group,
body.client-app-mode .nights-range-row .stepper-group {
  width: 100%;
  justify-content: space-between;
}
body.client-app-mode .region-card,
body.client-app-mode .month-btn,
body.client-app-mode .day-btn,
body.client-app-mode .occasion-chip,
body.client-app-mode .nights-btn,
body.client-app-mode .wishes-toggle,
body.client-app-mode .quick-pick-btn {
  color: rgba(var(--form-fg), 0.72);
  font-size: var(--text-sm);
}
body.client-app-mode .form-section-title,
body.client-app-mode .stepper-label,
body.client-app-mode .nights-hint,
body.client-app-mode .dates-mode-switch,
body.client-app-mode .dates-slot-label,
body.client-app-mode .month-header {
  color: rgba(var(--form-fg), 0.72);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-label);
}
body.client-app-mode .wishes-input {
  font-size: var(--text-base);
  line-height: var(--leading-base);
}

body.client-app-mode .client-app-page:focus {
  outline: none;
}
@media (max-width: 340px) {
  body.client-app-mode .form-nav-container .nav-button-form-connect,
  body.client-app-mode .form-nav-container .nav-button-form-connect .nav-label {
    letter-spacing: 0.04em;
  }
}
body.client-app-mode button:focus-visible,
body.client-app-mode a:focus-visible,
body.client-app-mode input:focus-visible,
body.client-app-mode textarea:focus-visible {
  outline: 2px solid rgba(184, 158, 108, 0.95);
  outline-offset: 3px;
}

@media (prefers-contrast: more) {
  body.client-app-mode .nav-button-large,
  body.client-app-mode .card-journey-text {
    color: rgba(255, 255, 255, 0.92);
  }
}
