/* ==============================================
   AUTH UI OVERRIDES - ExoticKenya.com
   Loaded only on auth pages + wp-login
   ============================================== */

/* ==============================================
   REGISTRATION LANDING PAGE
   ============================================== */
.registerpage-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--spacing-7) var(--spacing-5);
}

.registerpage-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: var(--spacing-7);
  align-items: center;
  position: relative;
}

.registerpage-intro {
  max-width: 480px;
}

.registerpage-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: var(--brand-secondary);
  margin-bottom: var(--spacing-2);
}

.registerpage-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.1;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 var(--spacing-3);
}

.registerpage-subtitle {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 var(--spacing-4);
}

.registerpage-trust {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  font-size: 0.85rem;
  color: var(--text-tertiary);
  padding: 6px 12px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, 0.04);
}

.registerpage-trust .dot {
  color: var(--brand-accent);
  font-size: 0.8rem;
}

.registerpage-bento {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
  align-items: stretch;
}

.usertype.glass-card {
  position: relative;
  z-index: 1;
  background: rgba(22, 22, 26, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg, 14px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  animation: cardSlideIn 0.4s ease both;
}

.usertype.glass-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.02) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.usertype.glass-card:nth-child(1) {
  animation-delay: 0s;
}

.usertype.glass-card:nth-child(2) {
  animation-delay: 0.07s;
}

.usertype.glass-card:nth-child(3) {
  animation-delay: 0.14s;
}

.usertype.glass-card:nth-child(4) {
  animation-delay: 0.21s;
}

@keyframes cardSlideIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.usertype.glass-card:hover {
  border-color: var(--border-default, #3A3A3A);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.card--member {
  grid-column: 1 / -1;
  min-height: 200px;
}

.usertype-header {
  padding: 32px 32px 20px;
  text-align: left;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  z-index: 2;
}

.usertype-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(225, 29, 72, 0.15), rgba(225, 29, 72, 0.02));
  border: 1px solid rgba(225, 29, 72, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.usertype-icon svg {
  width: 24px;
  height: 24px;
  color: #E11D48;
}

/* Card title — pure white, larger for hierarchy */
.pink-gradient-text {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  font-family: 'Inter', sans-serif;
}

.usertype-subtitle {
  color: var(--text-tertiary, #8A8A8A);
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 5px 0 0;
}

.usertype-content {
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 2;
}

.userlist-modern {
  list-style: none;
  margin: 24px 0 24px;
  padding: 0;
  flex: 1;
}

.userlist-modern li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #C1C1C5;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  padding-left: 0;
  align-items: center;
}

.userlist-modern li .icon-check {
  display: none;
}

.userlist-modern li::before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E11D48' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.price-badge {
  background: rgba(255, 255, 255, 0.03);
  color: #8A8A8A;
  border-radius: 4px;
  font-size: 0.6rem;
  padding: 3px 6px;
  margin-left: auto;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.price-badge:empty {
  display: none !important;
}

.badge-vip {
  background: transparent;
  color: var(--gold-accent);
  border-radius: var(--radius-full);
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 8px;
  margin-left: auto;
  white-space: nowrap;
  border: 1px solid rgba(230, 196, 106, 0.35);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.usertype-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 2;
}

/* Price pill — restrained, monospace-adjacent */
.price-display {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-tertiary, #8A8A8A);
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid var(--border-subtle, #2E2E2E);
  background: transparent;
  letter-spacing: 0.02em;
  font-family: 'Inter', sans-serif;
}

/* Base button — clean, flat, sharp corners override existing `.modern-btn` */
.modern-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  min-height: 44px;
  border-radius: var(--radius-sm, 6px);
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  font-size: 0.875rem;
  font-family: 'Inter', sans-serif;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.modern-btn.full-width {
  width: 100%;
}

/* CTA button — solid red, sharp, Inter */
.registerpage-container .registerbutton,
.fast-signup-page .registerbutton {
  background: linear-gradient(180deg, rgba(160, 13, 32, 1) 0%, rgba(120, 9, 23, 1) 100%) !important;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 4px 12px rgba(139, 10, 26, 0.25) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  border-radius: 8px !important;
  min-height: 48px !important;
  transition: all 0.2s ease !important;
}

.registerpage-container .registerbutton:hover,
.fast-signup-page .registerbutton:hover {
  background: linear-gradient(180deg, rgba(180, 15, 36, 1) 0%, rgba(139, 10, 26, 1) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 6px 16px rgba(139, 10, 26, 0.4) !important;
  transform: translateY(-1px) !important;
}

.registerpage-container .registerbutton svg,
.fast-signup-page .registerbutton svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

.registerpage-container .clear,
.registerpage-container .clear20 {
  display: none;
}

/* ==============================================
   REGISTRATION FORMS
   ============================================== */
.register-form,
.register-form-ag,
.register-form-member {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  padding: var(--spacing-6);
  max-width: 880px;
  margin: 0 auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.register-form .mandatory.l,
.register-form-ag .mandatory.l,
.register-form-member .mandatory.l {
  display: block;
  color: var(--text-secondary);
  margin-bottom: var(--spacing-4);
}

.register-form .form-label,
.register-form .form-input,
.register-form-ag .form-label,
.register-form-ag .form-input,
.register-form-member .form-label,
.register-form-member .form-input {
  float: none;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

.register-form .form-label,
.register-form-ag .form-label,
.register-form-member .form-label {
  margin-bottom: 6px;
}

.register-form .form-input,
.register-form-ag .form-input,
.register-form-member .form-input {
  margin-bottom: var(--spacing-4);
}

.register-form .form-label label,
.register-form-ag .form-label label,
.register-form-member .form-label label {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  display: block;
}

.register-form .form-label label i,
.register-form-ag .form-label label i,
.register-form-member .form-label label i {
  color: var(--brand-accent);
  font-style: normal;
  margin-left: 4px;
}

.register-form .form-label small,
.register-form-ag .form-label small,
.register-form-member .form-label small {
  color: var(--text-tertiary);
  font-style: normal;
  display: inline-block;
  margin-left: 8px;
  font-size: 0.8rem;
}

.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="email"],
.register-form input[type="tel"],
.register-form input[type="number"],
.register-form input[type="url"],
.register-form select,
.register-form textarea,
.register-form-ag input[type="text"],
.register-form-ag input[type="password"],
.register-form-ag input[type="email"],
.register-form-ag input[type="tel"],
.register-form-ag input[type="number"],
.register-form-ag input[type="url"],
.register-form-ag select,
.register-form-ag textarea,
.register-form-member input[type="text"],
.register-form-member input[type="password"],
.register-form-member input[type="email"],
.register-form-member input[type="tel"],
.register-form-member input[type="number"],
.register-form-member input[type="url"],
.register-form-member select,
.register-form-member textarea {
  width: 100%;
  box-sizing: border-box;
  background: var(--bg-tertiary) !important;
  border: 1px solid var(--border-default) !important;
  color: var(--text-primary) !important;
  border-radius: var(--radius-md);
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}

.register-form input::placeholder,
.register-form-ag input::placeholder,
.register-form-member input::placeholder,
.register-form textarea::placeholder,
.register-form-ag textarea::placeholder,
.register-form-member textarea::placeholder {
  color: var(--text-tertiary);
}

.register-form input:focus,
.register-form select:focus,
.register-form textarea:focus,
.register-form-ag input:focus,
.register-form-ag select:focus,
.register-form-ag textarea:focus,
.register-form-member input:focus,
.register-form-member select:focus,
.register-form-member textarea:focus {
  border-color: var(--brand-primary) !important;
  background: var(--bg-elevated) !important;
  box-shadow: 0 0 0 2px rgba(139, 10, 26, 0.25);
  outline: none;
}

.register-form textarea,
.register-form-ag textarea,
.register-form-member textarea {
  min-height: 120px;
  resize: vertical;
}

.register-form input[type="checkbox"],
.register-form input[type="radio"],
.register-form-ag input[type="checkbox"],
.register-form-ag input[type="radio"],
.register-form-member input[type="checkbox"],
.register-form-member input[type="radio"] {
  accent-color: var(--brand-primary);
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.register-form .formseparator,
.register-form-ag .formseparator,
.register-form-member .formseparator {
  height: 1px;
  background: var(--border-subtle);
  margin: var(--spacing-4) 0;
  width: 100%;
  clear: both;
}

.register-form .text-center input[type="submit"],
.register-form-ag .text-center input[type="submit"],
.register-form-member .text-center input[type="submit"] {
  min-width: 240px;
  max-width: 320px;
  margin-top: var(--spacing-5);
}

.register-form .pinkbutton,
.register-form-ag .pinkbutton,
.register-form-member .pinkbutton {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #a00d20 100%);
  border: none;
  color: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-brand);
  font-weight: 600;
  padding: 12px 24px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.register-form .pinkbutton:hover,
.register-form-ag .pinkbutton:hover,
.register-form-member .pinkbutton:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(139, 10, 26, 0.45);
}

.registrationcomplete {
  background: rgba(26, 26, 26, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: var(--spacing-5);
  max-width: 920px;
  margin: 0 auto var(--spacing-5);
  color: var(--text-primary);
}

.registrationcomplete .registrationcomplete-title {
  color: var(--success);
  font-weight: 700;
}

.registrationcomplete a {
  color: var(--brand-accent);
  text-decoration: underline;
}

/* ==============================================
   FORM UX ENHANCEMENTS
   ============================================== */
.register-form .err,
.register-form-ag .err,
.register-form-member .err,
.err {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: var(--text-primary);
  padding: var(--spacing-3);
  border-radius: var(--radius-md);
  margin-bottom: var(--spacing-4);
}

.register-form .ok,
.register-form-ag .ok,
.register-form-member .ok,
.ok {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: var(--text-primary);
  padding: var(--spacing-3);
  border-radius: var(--radius-md);
  margin-bottom: var(--spacing-4);
}

.register-form .checkuser,
.register-form-ag .checkuser,
.register-form-member .checkuser {
  color: var(--text-tertiary);
  font-size: 0.85rem;
}

.register-form #gender label,
.register-form-ag #gender label,
.register-form-member #gender label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 12px;
}

.register-form .err a,
.register-form-ag .err a,
.register-form-member .err a {
  color: var(--brand-accent);
  text-decoration: underline;
}

.register-form .form-input-accept-tos,
.register-form-ag .form-input-accept-tos,
.register-form-member .form-input-accept-tos {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--spacing-3);
}

.form-input-accept-tos-err {
  border-color: rgba(239, 68, 68, 0.6) !important;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}

.form-section-divider {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand-secondary);
  margin-top: var(--spacing-6);
  margin-bottom: var(--spacing-3);
  padding-bottom: var(--spacing-2);
  border-bottom: 1px solid var(--border-subtle);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Rates & Services */
.register-form .rates,
.register-form-ag .rates,
.register-form-member .rates {
  background: var(--bg-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: var(--spacing-2);
  margin-bottom: var(--spacing-2);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.register-form .rates input,
.register-form-ag .rates input,
.register-form-member .rates input {
  text-align: center;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 4px;
}

.register-form .available-on label,
.register-form .one-service label,
.register-form-ag .available-on label,
.register-form-ag .one-service label,
.register-form-member .available-on label,
.register-form-member .one-service label {
  display: inline-flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: var(--bg-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  margin-bottom: 8px;
  color: var(--text-primary);
  transition: border-color var(--transition-fast), background var(--transition-fast);
  cursor: pointer;
}

.register-form .available-on label:hover,
.register-form .one-service label:hover,
.register-form-ag .available-on label:hover,
.register-form-ag .one-service label:hover,
.register-form-member .available-on label:hover,
.register-form-member .one-service label:hover {
  border-color: var(--brand-accent);
  background: var(--bg-tertiary);
}

.register-form .available-on .icon,
.register-form-ag .available-on .icon,
.register-form-member .available-on .icon {
  color: var(--success);
  margin-right: 8px;
}

/* Birthday selects */
.register-form .birthday,
.register-form-ag .birthday,
.register-form-member .birthday {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.register-form .birthday:last-child,
.register-form-ag .birthday:last-child,
.register-form-member .birthday:last-child {
  margin-right: 0;
}

/* Select2 */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background: var(--bg-tertiary) !important;
  border: 1px solid var(--border-default) !important;
  color: var(--text-primary) !important;
  border-radius: var(--radius-md) !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text-primary) !important;
  padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

.select2-container--default .select2-dropdown {
  background: var(--bg-elevated) !important;
  border: 1px solid var(--border-default) !important;
}

.select2-container--default .select2-results__option--highlighted {
  background: var(--brand-primary) !important;
  color: #fff !important;
}

/* ==============================================
   RESPONSIVE + MOTION
   ============================================== */
@media screen and (min-width: 900px) {

  .register-form .form-label,
  .register-form-ag .form-label,
  .register-form-member .form-label {
    float: left;
    width: 30%;
    padding-right: var(--spacing-5);
    text-align: left;
    padding-top: 8px;
  }

  .register-form .form-input,
  .register-form-ag .form-input,
  .register-form-member .form-input {
    float: left;
    width: 70%;
  }

  .register-form .rates .col30,
  .register-form-ag .rates .col30,
  .register-form-member .rates .col30 {
    width: 33.33%;
    float: left;
  }

  /* Bento horizontal cards on desktop */
  .usertype.glass-card.bento-horizontal {
    flex-direction: row;
    align-items: stretch;
  }

  .usertype.glass-card.bento-horizontal .usertype-header {
    flex: 1;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .usertype.glass-card.bento-horizontal .usertype-content {
    flex: 1.25;
    padding-top: 32px;
    padding-left: 40px;
  }
}

/* --- Registration page mobile tabs (hidden on desktop) --- */
.registerpage-tabs {
  display: none;
}

@media screen and (max-width: 1024px) {
  .registerpage-hero {
    grid-template-columns: 1fr;
  }

  .registerpage-intro {
    max-width: none;
    margin-bottom: var(--spacing-5);
  }

  .registerpage-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 640px) {
  .registerpage-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem) !important;
  }

  .registerpage-bento {
    grid-template-columns: 1fr;
  }

  /* Tab navigation — pill bar */
  .registerpage-tabs {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 2px;
    margin-bottom: var(--spacing-5, 24px);
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .registerpage-tabs::-webkit-scrollbar {
    display: none;
  }

  .registerpage-tabs button {
    flex: 0 0 auto;
    padding: 12px 16px;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    color: var(--text-tertiary, rgba(255, 255, 255, 0.45));
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .registerpage-tabs button.active {
    background: transparent;
    color: var(--text-primary, #fff);
    border-bottom-color: var(--brand-primary, #8B0A1A);
    box-shadow: none;
  }

  /* Cards shown one at a time via JS */
  .registerpage-bento .usertype.glass-card {
    animation: none;
  }

  /* Full-width CTA on mobile */
  .registerpage-container .registerbutton {
    width: 100%;
    justify-content: center;
  }

  .register-form .form-label,
  .register-form .form-input,
  .register-form-ag .form-label,
  .register-form-ag .form-input,
  .register-form-member .form-label,
  .register-form-member .form-input,
  .register-form .rates .col30,
  .register-form-ag .rates .col30,
  .register-form-member .rates .col30 {
    float: none;
    width: 100%;
    text-align: left;
  }

  .register-form .longinput,
  .register-form-ag .longinput,
  .register-form-member .longinput {
    width: 100%;
  }

  .register-form .rates,
  .register-form-ag .rates,
  .register-form-member .rates {
    display: block;
  }

  .register-form .rates input,
  .register-form-ag .rates input,
  .register-form-member .rates input {
    width: 100%;
    margin-bottom: 8px;
  }

  .register-form .birthday,
  .register-form-ag .birthday,
  .register-form-member .birthday {
    width: 31%;
    margin-right: 3.5%;
  }

  .register-form .birthday:last-child,
  .register-form-ag .birthday:last-child,
  .register-form-member .birthday:last-child {
    margin-right: 0;
  }

  .register-form .text-center input[type="submit"],
  .register-form-ag .text-center input[type="submit"],
  .register-form-member .text-center input[type="submit"] {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {

  .usertype.glass-card,
  .registerpage-container .registerbutton,
  .register-form .pinkbutton,
  .register-form-ag .pinkbutton,
  .register-form-member .pinkbutton {
    transition: none;
    animation: none;
  }
}

/* ==============================================
   WP LOGIN
   ============================================== */
body.login {
  background: var(--bg-primary);
  color: var(--text-primary);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px 72px;
  position: relative;
  overflow-x: hidden;
}

body.login::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(139, 10, 26, 0.18), transparent 35%),
    radial-gradient(circle at 78% 28%, rgba(230, 196, 106, 0.08), transparent 24%),
    radial-gradient(circle at 85% 82%, rgba(139, 10, 26, 0.12), transparent 26%);
  pointer-events: none;
}

body.login #login {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 392px;
  position: relative;
  z-index: 2;
}

.escortwp-login-shell {
  width: 100%;
  position: relative;
  z-index: 1;
}

.escortwp-login-shell__main {
  display: block;
}

.escortwp-login-shell__form-column {
  position: relative;
}

body.login h1 {
  text-align: left;
  margin: 0 0 26px;
  display: block;
}

body.login h1 a {
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  width: 172px;
  height: 46px;
  text-indent: -9999px;
  margin: 0;
  display: block;
  opacity: 0.96;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
}

body.login h1::after {
  content: none;
}

body.login .escortwp-login-intro {
  margin: 0 0 26px;
  max-width: 360px;
}

body.login .escortwp-login-intro__eyebrow {
  margin: 0 0 12px;
  color: rgba(230, 196, 106, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.login .escortwp-login-intro__title {
  margin: 0 0 14px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: clamp(2.05rem, 2.6vw, 2.85rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 600;
}

body.login .escortwp-login-intro__copy {
  margin: 0;
  color: rgba(236, 236, 236, 0.76);
  font-size: 0.98rem;
  line-height: 1.65;
}

body.login form {
  background:
    linear-gradient(150deg, rgba(29, 24, 28, 0.95) 0%, rgba(20, 18, 22, 0.96) 52%, rgba(15, 14, 18, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 32px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  position: relative;
  overflow: hidden;
}

body.login form::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-accent, #E6C46A) 50%, transparent);
  opacity: 0.3;
}

body.login label {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.login input[type="text"],
body.login input[type="password"] {
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.98), rgba(18, 19, 25, 0.96)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: var(--text-primary) !important;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 8px 16px rgba(0, 0, 0, 0.12) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.login input[type="text"]:focus,
body.login input[type="password"]:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 3px rgba(139, 10, 26, 0.18), 0 12px 24px rgba(0, 0, 0, 0.18) !important;
  outline: none;
}

body.login input[type="submit"] {
  background: var(--brand-primary, #8B0A1A) !important;
  border: none !important;
  color: #fff !important;
  width: 100%;
  margin-top: 16px;
  border-radius: 10px !important;
  min-height: 44px;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-shadow: none;
  box-shadow: 0 14px 28px rgba(139, 10, 26, 0.28);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

body.login input[type="submit"]:hover {
  background: #a00d20 !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(139, 10, 26, 0.34);
}

body.login form p.submit {
  float: none !important;
  width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  clear: both !important;
  position: relative;
}

body.login form p.submit #wp-submit {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  padding: 0 18px !important;
  min-height: 50px !important;
  line-height: 1.1 !important;
}

body.login #loginform.is-loading p.submit #wp-submit {
  cursor: wait !important;
  opacity: 0.88;
  pointer-events: none;
  transform: none !important;
  box-shadow: 0 14px 28px rgba(139, 10, 26, 0.22);
}

body.login #loginform.is-loading p.submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-top-color: rgba(255, 255, 255, 0.94);
  animation: escortwp-login-spin 0.7s linear infinite;
  pointer-events: none;
}

body.login #loginform.is-loading p.submit::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

/* Remember me checkbox */
body.login form .forgetmenot {
  float: none !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

body.login .forgetmenot input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.98), rgba(16, 17, 24, 0.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 8px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.login .forgetmenot input[type="checkbox"]::before,
body.login .forgetmenot input[type="checkbox"]::after {
  content: none !important;
  display: none !important;
}

body.login .forgetmenot input[type="checkbox"]:checked {
  background-color: transparent !important;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%238B0A1A' stroke-width='1.95' stroke-linecap='round' stroke-linejoin='round' d='M4.2 8.3l2.1 2.2 5-5.2'/%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(255, 243, 246, 0.98), rgba(245, 223, 230, 0.96)) !important;
  background-size: 11px 11px, cover !important;
  background-position: center, center !important;
  background-repeat: no-repeat, no-repeat !important;
  border-color: rgba(139, 10, 26, 0.42) !important;
  box-shadow: 0 0 0 2px rgba(139, 10, 26, 0.12), 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

body.login .forgetmenot label {
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

/* Social login / Google button (NextEnd Social Login) */
body.login .nsl-container {
  margin-top: 20px !important;
}

body.login .nsl-container .nsl-button {
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.98), rgba(18, 19, 25, 0.96)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  color: var(--text-primary) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  min-height: 48px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 12px 16px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 8px 16px rgba(0, 0, 0, 0.12) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
  cursor: pointer !important;
}

body.login .nsl-container .nsl-button:hover {
  background: linear-gradient(180deg, rgba(38, 39, 48, 0.98), rgba(28, 29, 38, 0.96)) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2) !important;
}

body.login .nsl-container .nsl-button-default {
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.98), rgba(18, 19, 25, 0.96)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  color: var(--text-primary) !important;
  font-family: 'Inter', sans-serif !important;
  min-height: 48px !important;
}

body.login .message,
body.login #login_error {
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.95), rgba(18, 19, 25, 0.90));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--brand-accent);
  border-radius: 10px;
  color: var(--text-secondary);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  padding: 12px 16px;
}

body.login .language-switcher {
  width: 100%;
  max-width: 392px;
  margin-top: 18px;
}

body.login .language-switcher form {
  background: rgba(24, 24, 28, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.login .language-switcher .button {
  min-height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-primary);
  box-shadow: none;
}

body.login #backtoblog,
body.login #nav {
  text-align: center;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 16px;
}

body.login #backtoblog a,
body.login #nav a {
  color: var(--text-tertiary);
  font-size: 13px;
  transition: color 0.2s ease;
}

body.login #backtoblog a:hover,
body.login #nav a:hover {
  color: var(--brand-secondary);
}

body.login .login-showcase {
  display: none;
}

body.login .login-mobile-hero,
.login-mobile-sheet__close {
  display: none;
}

body.escortwp-register-auth-shell [class*="webpushr"],
body.escortwp-register-auth-shell [id*="webpushr"],
body.escortwp-register-auth-shell iframe[src*="webpushr"],
body.escortwp-register-auth-shell prompticon3,
body.escortwp-register-auth-shell promptpopup,
body.escortwp-register-auth-shell webpushrpromptconatiner {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media screen and (min-width: 1101px) {
  body.login.escortwp-login-showcase-enabled {
    padding: 72px min(6vw, 88px);
    align-items: flex-start;
    justify-content: flex-start;
  }

  body.login.escortwp-login-showcase-enabled h1 {
    display: none;
  }

  body.login.escortwp-login-showcase-enabled .escortwp-login-shell {
    width: min(1320px, 100%);
  }

  body.login.escortwp-login-showcase-enabled .escortwp-login-shell__main {
    display: grid;
    grid-template-columns: minmax(360px, 400px) minmax(0, 1fr);
    gap: clamp(36px, 4vw, 64px);
    align-items: center;
  }

  body.login.escortwp-login-showcase-enabled .escortwp-login-shell__form-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 640px;
  }

  body.login.escortwp-login-showcase-enabled #login {
    max-width: none;
  }

  body.login .login-showcase {
    display: block;
    min-width: 0;
  }

  .login-showcase__frame {
    position: relative;
    background: linear-gradient(180deg, rgba(18, 17, 22, 0.96), rgba(10, 11, 16, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    min-height: 640px;
  }

  .login-showcase__intro {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    z-index: 4;
    max-width: 360px;
  }

  .login-showcase__eyebrow {
    margin: 0 0 10px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(230, 196, 106, 0.92);
  }

  .login-showcase__title {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.7rem, 2vw, 2.35rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 600;
  }

  .login-showcase__copy {
    margin: 0;
    max-width: 320px;
    color: rgba(236, 236, 236, 0.76);
    font-size: 0.92rem;
    line-height: 1.55;
  }

  body.login .register-market-ticker {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35em;
    max-width: 100%;
  }

  body.login .register-market-ticker__prefix {
    color: inherit;
  }

  body.login .register-market-ticker__viewport {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 15ch;
    transition: opacity 220ms ease, transform 220ms ease;
    will-change: opacity, transform;
  }

  body.login .register-market-ticker.is-changing .register-market-ticker__viewport {
    opacity: 0;
    transform: translateY(6px);
  }

  body.login .register-market-ticker__link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(230, 196, 106, 0.42);
    text-transform: none;
    letter-spacing: 0.02em;
    transition: color var(--transition-fast), border-color var(--transition-fast), opacity var(--transition-fast);
  }

  body.login .register-market-ticker__link:hover,
  body.login .register-market-ticker__link:focus-visible {
    color: rgba(248, 232, 194, 0.98);
    border-color: rgba(230, 196, 106, 0.82);
  }

  body.login .register-market-ticker--desktop {
    color: rgba(236, 236, 236, 0.78);
  }

  body.login .register-market-ticker--desktop .register-market-ticker__link {
    color: rgba(248, 232, 194, 0.98);
  }

  .login-showcase__stage {
    position: relative;
    min-height: 640px;
  }

  .login-showcase__slide,
  .login-showcase__fallback {
    position: absolute;
    inset: 0;
  }

  .login-showcase__slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 600ms ease;
  }

  .login-showcase__slide.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .login-showcase__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .login-showcase__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 7.5s ease;
  }

  .login-showcase__slide.is-active .login-showcase__image {
    transform: scale(1);
  }

  .login-showcase__overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(7, 7, 10, 0.10) 0%, rgba(7, 7, 10, 0.18) 24%, rgba(7, 7, 10, 0.78) 100%),
      linear-gradient(90deg, rgba(7, 7, 10, 0.55) 0%, rgba(7, 7, 10, 0.14) 38%, rgba(7, 7, 10, 0.22) 100%);
  }

  .login-showcase__content,
  .login-showcase__fallback-copy {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 30px;
    z-index: 3;
  }

  .login-showcase__status {
    margin: 0 0 10px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
  }

  .login-showcase__identity {
    display: flex;
    align-items: center;
    gap: 10px 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .login-showcase__name {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.5rem, 4vw, 3.6rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
  }

  .login-showcase__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(17, 17, 24, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .login-showcase__badge--vip {
    background: linear-gradient(135deg, #961525, #640812);
    border-color: rgba(190, 60, 78, 0.55);
  }

  .login-showcase__badge--premium {
    background: linear-gradient(135deg, rgba(71, 53, 28, 0.96), rgba(37, 29, 18, 0.96));
    border-color: rgba(214, 183, 121, 0.42);
    color: rgba(248, 232, 194, 0.98);
  }

  .login-showcase__badge--new,
  .login-showcase__badge--verified {
    background: rgba(255, 255, 255, 0.12);
  }

  .login-showcase__location {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.94rem;
  }

  .login-showcase__description {
    margin: 0;
    max-width: 420px;
    color: rgba(236, 236, 236, 0.84);
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .login-showcase__controls {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 4;
    display: none;
    align-items: center;
    gap: 12px;
  }

  html.js body.login .login-showcase__controls {
    display: flex;
  }

  .login-showcase__control,
  .login-showcase__pause {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(13, 13, 19, 0.72);
    color: #fff;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
    cursor: pointer;
  }

  .login-showcase__control:hover,
  .login-showcase__pause:hover {
    background: rgba(139, 10, 26, 0.4);
    border-color: rgba(139, 10, 26, 0.58);
    transform: translateY(-1px);
  }

  .login-showcase__control {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .login-showcase__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(13, 13, 19, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .login-showcase__pause {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
  }

  .login-showcase__counter {
    min-width: 54px;
    padding-right: 10px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.72);
  }

  .login-showcase__fallback {
    position: relative;
    background:
      radial-gradient(circle at 18% 22%, rgba(139, 10, 26, 0.32), transparent 28%),
      radial-gradient(circle at 80% 18%, rgba(230, 196, 106, 0.10), transparent 24%),
      linear-gradient(180deg, rgba(22, 18, 22, 0.98), rgba(10, 11, 16, 0.98));
  }

  .login-showcase__fallback::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  }

  .login-showcase__fallback-mark {
    position: absolute;
    top: 32px;
    left: 28px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  body.login .nsl-container .nsl-container-buttons,
  body.login .nsl-container .nsl-container-buttons .nsl-container-buttons {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px !important;
  }

  body.login .nsl-container .nsl-button-default,
  body.login .nsl-container .nsl-button-google,
  body.login .nsl-container .nsl-button-github,
  body.login .nsl-container .nsl-button-linkedin,
  body.login .nsl-container .nsl-button-twitter,
  body.login .nsl-container .nsl-button-x {
    width: 100% !important;
  }

  body.login .nsl-container .nsl-button {
    min-height: 56px !important;
    gap: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.login .nsl-container .nsl-button-default {
    min-height: 56px !important;
  }

  body.login .nsl-container .nsl-button > div,
  body.login .nsl-container .nsl-button-default > div {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
  }

  body.login .nsl-container .nsl-button-svg-container,
  body.login .nsl-container .nsl-button-icon {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    padding: 0 !important;
  }

  body.login .nsl-container .nsl-button-svg-container svg,
  body.login .nsl-container .nsl-button-icon svg,
  body.login .nsl-container .nsl-button-svg-container img,
  body.login .nsl-container .nsl-button-icon img {
    width: 23px !important;
    height: 23px !important;
  }

  body.login .nsl-container .nsl-button-label-container,
  body.login .nsl-container .nsl-button .nsl-button-label,
  body.login .nsl-container .nsl-button .nsl-button-text {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  body.login {
    justify-content: center;
    padding: 60px 24px;
  }

  body.login #login {
    width: 100%;
    max-width: 380px;
  }

  body.login h1 {
    text-align: center;
    margin-bottom: 20px;
  }

  body.login h1 a {
    width: 156px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
  }

  body.login .escortwp-login-intro {
    max-width: none;
    margin-bottom: 22px;
    text-align: center;
  }

  .escortwp-login-shell__main {
    display: block;
  }

  body.login form .forgetmenot {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  body.login {
    padding: 40px 18px;
  }

  body.login #login {
    max-width: 400px;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible {
    padding: 0 !important;
    min-height: 100svh;
    min-height: 100dvh;
    overflow-x: hidden;
    align-items: stretch;
    justify-content: flex-start;
    background:
      radial-gradient(circle at 12% 14%, rgba(139, 10, 26, 0.26), transparent 28%),
      linear-gradient(180deg, rgba(12, 11, 15, 1) 0%, rgba(9, 8, 12, 1) 100%) !important;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .escortwp-login-shell,
  html.js body.login.escortwp-login-mobile-hero-eligible .escortwp-login-shell__main,
  html.js body.login.escortwp-login-mobile-hero-eligible .escortwp-login-shell__form-column {
    width: 100%;
    min-height: 100svh;
    min-height: 100dvh;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero {
    display: block;
    position: relative;
    min-height: 100svh;
    min-height: 100dvh;
    overflow: hidden;
    isolation: isolate;
  }

  html.js .auth-mobile-shell .login-mobile-hero__exit {
    position: absolute;
    top: calc(14px + env(safe-area-inset-top, 0px));
    left: 14px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.96);
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(5, 6, 10, 0.14);
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
    -webkit-tap-highlight-color: transparent;
  }

  html.js .auth-mobile-shell .login-mobile-hero__exit svg {
    display: block;
    width: 18px;
    height: 18px;
    color: #fff;
    overflow: visible;
  }

  html.js .auth-mobile-shell .login-mobile-hero__exit svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  html.js .auth-mobile-shell .login-mobile-hero__exit:hover,
  html.js .auth-mobile-shell .login-mobile-hero__exit:focus-visible,
  html.js .auth-mobile-shell .login-mobile-hero__exit:active {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.36);
    color: #fff;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible.is-login-form-active .login-mobile-hero__exit {
    opacity: 0;
    pointer-events: none;
  }

  html.js body.is-register-chooser-active .register-mobile-hero .login-mobile-hero__exit {
    opacity: 0;
    pointer-events: none;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__stage {
    position: relative;
    min-height: 100svh;
    min-height: 100dvh;
    touch-action: pan-y;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 620ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
      radial-gradient(circle at 16% 16%, rgba(139, 10, 26, 0.28), transparent 26%),
      linear-gradient(180deg, rgba(18, 17, 22, 0.98), rgba(10, 11, 16, 0.98));
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__media--fallback {
    background:
      radial-gradient(circle at 20% 18%, rgba(139, 10, 26, 0.35), transparent 28%),
      radial-gradient(circle at 82% 12%, rgba(230, 196, 106, 0.10), transparent 24%),
      linear-gradient(180deg, rgba(19, 17, 21, 1), rgba(10, 11, 16, 1));
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.035);
    transition: transform 7000ms cubic-bezier(0.2, 0.75, 0.2, 1);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__slide.is-active .login-mobile-hero__image {
    transform: scale(1);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(6, 6, 10, 0.14) 0%, rgba(6, 6, 10, 0.24) 28%, rgba(6, 6, 10, 0.92) 100%),
      linear-gradient(180deg, rgba(38, 16, 22, 0.20) 0%, rgba(12, 11, 16, 0.00) 38%, rgba(12, 11, 16, 0.46) 100%);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    z-index: 3;
    padding: 0 22px 24px;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    margin: 0 0 12px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 220, 220, 0.96);
    background: linear-gradient(135deg, rgba(150, 21, 37, 0.94), rgba(100, 8, 18, 0.96));
    border: 1px solid rgba(190, 60, 78, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__eyebrow-text {
    line-height: 1;
    white-space: nowrap;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 241, 241, 0.98);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__eyebrow-icon svg {
    display: block;
    width: 8px;
    height: 8px;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__title {
    margin: 0 0 10px;
    max-width: 8.5ch;
    color: #fff;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.3rem, 11.5vw, 3.95rem);
    line-height: 0.92;
    letter-spacing: -0.035em;
    font-weight: 600;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.34);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__copy {
    margin: 0;
    max-width: 16rem;
    color: rgba(236, 236, 236, 0.82);
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__profile {
    margin: 14px 0 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 10px;
    background: linear-gradient(135deg, #9b1224 0%, #700816 100%);
    border: 1px solid rgba(139, 10, 26, 0.7);
    box-shadow: 0 18px 38px rgba(139, 10, 26, 0.36);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__cta:active {
    transform: translateY(1px);
    box-shadow: 0 12px 28px rgba(139, 10, 26, 0.28);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: rgba(235, 233, 235, 0.82);
    font-family: 'Inter', sans-serif;
    font-size: 0.83rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-decoration: none;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__secondary-kicker {
    color: rgba(235, 233, 235, 0.62);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__secondary-action {
    color: rgba(255, 255, 255, 0.96);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__controls {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: width var(--transition-fast), background var(--transition-fast), opacity var(--transition-fast);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__dot.is-active {
    width: 22px;
    background: rgba(139, 10, 26, 0.96);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__pause {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(13, 13, 19, 0.28);
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__pause-icon {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__pause-svg {
    width: 14px;
    height: 14px;
    display: block;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__pause-svg--play {
    display: none;
    margin-left: 1px;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__pause.is-paused .login-mobile-hero__pause-svg--pause {
    display: none;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-hero__pause.is-paused .login-mobile-hero__pause-svg--play {
    display: block;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible.is-login-form-active {
    overflow: hidden;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible.is-login-form-active .login-mobile-hero {
    pointer-events: none;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible.is-login-form-active .login-mobile-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(7, 7, 10, 0.54);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: var(--z-mobile-account);
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 18px 18px calc(22px + env(safe-area-inset-bottom, 0px));
    border-radius: 24px 24px 0 0;
    background:
      linear-gradient(170deg, rgb(24, 20, 24) 0%, rgb(18, 16, 21) 54%, rgb(13, 13, 17) 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 -28px 68px rgba(0, 0, 0, 0.48);
    max-height: min(84svh, 760px);
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(20px) saturate(1.08);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
    transition: transform 380ms cubic-bezier(0.22, 0.8, 0.22, 1), opacity 300ms cubic-bezier(0.22, 0.8, 0.22, 1);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible.is-login-form-active #login {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-sheet__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 22px;
    left: 24px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 6px 18px rgba(5, 6, 10, 0.14);
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
    -webkit-tap-highlight-color: transparent;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-sheet__close svg {
    display: block;
    width: 18px;
    height: 18px;
    color: #fff;
    overflow: visible;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-sheet__close svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-sheet__close:hover,
  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-sheet__close:focus-visible,
  html.js body.login.escortwp-login-mobile-hero-eligible .login-mobile-sheet__close:active {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.36);
    color: #fff;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login h1 {
    text-align: left;
    margin: 0 0 16px;
    padding-top: 52px;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login h1 a {
    display: none;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login h1::after {
    content: "Sign in";
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login .escortwp-login-intro {
    display: none;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login form {
    padding: 22px 18px;
    border-radius: 12px;
    background:
      linear-gradient(160deg, rgb(24, 21, 25) 0%, rgb(16, 15, 19) 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 18px 42px rgba(0, 0, 0, 0.32);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login form p.submit {
    margin-top: 14px !important;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login input[type="text"],
  html.js body.login.escortwp-login-mobile-hero-eligible #login input[type="password"] {
    font-size: 16px;
    padding: 13px 14px;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login .forgetmenot {
    margin-top: 12px;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible #login #backtoblog,
  html.js body.login.escortwp-login-mobile-hero-eligible #login #nav {
    margin-top: 14px;
    padding-top: 10px;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible .login-showcase,
  html.js body.login.escortwp-login-mobile-hero-eligible .language-switcher {
    display: none !important;
  }

  html.js body.login.escortwp-login-mobile-hero-eligible.is-login-form-active #login #loginform.is-loading p.submit::after {
    left: 20px;
  }
}

@keyframes escortwp-auth-screen-enter-right {
  from {
    opacity: 0;
    transform: translate3d(18px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes escortwp-auth-screen-leave-left {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-18px, 0, 0);
  }
}

@media screen and (max-width: 768px) {
  body.escortwp-register-auth-shell .modern-header {
    display: none !important;
  }

  .auth-mobile-shell__handoff {
    position: fixed;
    inset: 0;
    z-index: calc(var(--z-mobile-account) + 12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    background:
      radial-gradient(circle at 50% 20%, rgba(139, 10, 26, 0.18), transparent 42%),
      linear-gradient(180deg, rgba(10, 10, 14, 0.98), rgba(14, 12, 16, 0.98));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }

  .auth-mobile-shell__handoff-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .auth-mobile-shell__handoff-logo img {
    display: block;
    width: 132px;
    height: auto;
  }

  .auth-mobile-shell__handoff-label {
    margin: 0;
    color: rgba(236, 236, 236, 0.76);
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .auth-mobile-shell__handoff-loader {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-top-color: rgba(139, 10, 26, 0.96);
    animation: escortwp-login-spin 0.75s linear infinite;
  }

  body.is-auth-handoff-active .auth-mobile-shell__handoff,
  html.is-auth-handoff-arriving .auth-mobile-shell__handoff {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.is-auth-handoff-active .auth-mobile-shell .login-mobile-hero__stage,
  html.is-auth-handoff-arriving .auth-mobile-shell .login-mobile-hero__stage {
    filter: blur(2px);
    opacity: 0.2;
    transform: scale(0.985);
    transition: transform 0.24s ease, opacity 0.24s ease, filter 0.24s ease;
  }

  html.js body.is-auth-arriving-from-register .login-mobile-hero__content,
  html.js body.is-auth-arriving-from-login .register-mobile-hero .login-mobile-hero__content {
    animation: escortwp-auth-screen-enter-right 0.42s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  html.js body.is-auth-leaving-to-register .login-mobile-hero__content,
  html.js body.is-auth-leaving-to-login .register-mobile-hero .login-mobile-hero__content {
    animation: escortwp-auth-screen-leave-left 0.2s cubic-bezier(0.4, 0, 1, 1) both;
  }

  html.js body.is-auth-leaving-to-register .login-mobile-hero__stage,
  html.js body.is-auth-leaving-to-login .register-mobile-hero .login-mobile-hero__stage {
    opacity: 0.9;
    transform: translate3d(-8px, 0, 0);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  html.js body.escortwp-register-auth-shell .registerpage-container--auth {
    position: relative;
    max-width: none;
    margin: 0;
    padding: 0;
    height: 100svh;
    height: 100dvh;
    min-height: 100svh;
    min-height: 100dvh;
    background: linear-gradient(180deg, rgba(10, 10, 14, 1), rgba(14, 14, 18, 1));
    overflow: hidden;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero.login-mobile-hero {
    position: relative;
    display: block;
    height: 100%;
    min-height: 100svh;
    min-height: 100dvh;
    background: #09090d;
    overflow: hidden;
    isolation: isolate;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__stage {
    position: relative;
    height: 100%;
    min-height: 100svh;
    min-height: 100dvh;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__slide {
    position: absolute;
    inset: 0;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__slide[hidden] {
    display: block !important;
    visibility: hidden;
    pointer-events: none;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__media,
  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__image {
    width: 100%;
    height: 100%;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__image {
    display: block;
    object-fit: cover;
    transform: scale(1.045);
    transition: transform 7000ms cubic-bezier(0.2, 0.75, 0.2, 1);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__slide.is-active .login-mobile-hero__image {
    transform: scale(1);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(6, 6, 10, 0.14) 0%, rgba(6, 6, 10, 0.24) 26%, rgba(6, 6, 10, 0.92) 100%),
      linear-gradient(180deg, rgba(38, 16, 22, 0.18) 0%, rgba(12, 11, 16, 0) 36%, rgba(12, 11, 16, 0.5) 100%);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    z-index: 3;
    padding: 0 22px 24px;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__title {
    margin: 0 0 10px;
    max-width: 8.4ch;
    color: #fff;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.3rem, 11.5vw, 3.95rem);
    line-height: 0.92;
    letter-spacing: -0.035em;
    font-weight: 600;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.34);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__copy {
    margin: 0;
    max-width: none;
    color: rgba(236, 236, 236, 0.82);
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, #9b1224 0%, #700816 100%);
    border: 1px solid rgba(139, 10, 26, 0.7);
    box-shadow: 0 18px 38px rgba(139, 10, 26, 0.36);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__cta:active {
    transform: translateY(1px);
    box-shadow: 0 12px 28px rgba(139, 10, 26, 0.28);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: rgba(235, 233, 235, 0.82);
    font-family: 'Inter', sans-serif;
    font-size: 0.83rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-decoration: none;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__secondary-kicker {
    color: rgba(235, 233, 235, 0.62);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__secondary-action {
    color: rgba(255, 255, 255, 0.96);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__controls {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: width var(--transition-fast), background var(--transition-fast), opacity var(--transition-fast);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__dot.is-active {
    width: 22px;
    background: rgba(139, 10, 26, 0.96);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__pause {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(13, 13, 19, 0.28);
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__pause-icon {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__pause-svg {
    width: 14px;
    height: 14px;
    display: block;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__pause-svg--play {
    display: none;
    margin-left: 1px;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__pause.is-paused .login-mobile-hero__pause-svg--pause {
    display: none;
  }

  html.js body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__pause.is-paused .login-mobile-hero__pause-svg--play {
    display: block;
  }

  html.js body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-hero {
    display: block;
    min-height: 0;
    height: 0;
  }

  html.js body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-intro {
    display: none;
  }

  html.js body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-panel,
  html.js body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-showcase {
    min-height: 0;
  }

  html.js body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-chooser {
    position: fixed;
    left: 0;
    right: 0;
    top: calc(env(safe-area-inset-top, 0px) + 10px);
    bottom: 0;
    z-index: var(--z-mobile-account);
    min-height: calc(100svh - env(safe-area-inset-top, 0px) - 10px);
    max-height: calc(100svh - env(safe-area-inset-top, 0px) - 10px);
    padding: 18px 18px calc(24px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(170deg, rgb(24, 20, 24) 0%, rgb(18, 16, 21) 54%, rgb(13, 13, 17) 100%);
    border-radius: 24px 24px 0 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 -28px 68px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(20px) saturate(1.08);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.28s ease;
  }

  html.js body.is-register-hero-active {
    overflow: hidden;
  }

  html.js body.is-register-hero-active .registerpage-container--auth .registerpage-chooser {
    pointer-events: none;
  }

  html.js body.is-register-chooser-active {
    overflow: hidden;
  }

  html.js body.is-register-chooser-active .register-mobile-hero {
    pointer-events: none;
  }

  html.js body.is-register-chooser-active .register-mobile-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(7, 7, 10, 0.54);
  }

  html.js body.is-register-chooser-active .registerpage-container--auth .registerpage-chooser {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__header {
    position: sticky;
    top: -18px;
    z-index: 5;
    margin: -18px -18px 18px;
    padding: 12px 18px 14px;
    background: linear-gradient(180deg, rgba(24, 20, 24, 0.98) 0%, rgba(24, 20, 24, 0.94) 78%, rgba(24, 20, 24, 0) 100%);
  }

  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__grabber {
    display: block;
    width: 56px;
    height: 4px;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
  }

  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 6px 18px rgba(5, 6, 10, 0.14);
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
    -webkit-tap-highlight-color: transparent;
  }

  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__close svg {
    display: block;
    width: 18px;
    height: 18px;
    color: #fff;
    overflow: visible;
  }

  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__close svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__close:hover,
  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__close:focus-visible,
  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__close:active {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.36);
    color: #fff;
  }

  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__titlewrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__eyebrow {
    margin: 0;
    color: rgba(235, 233, 235, 0.58);
    font-family: 'Inter', sans-serif;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  html.js body.escortwp-register-auth-shell .registerpage-mobile-sheet__title {
    margin: 0;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  html.js body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-tabs {
    margin-bottom: 22px;
  }

  html.js body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-bento {
    display: block;
  }

  html.js body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-bento .usertype.glass-card + .usertype.glass-card {
    margin-top: 16px;
  }
}

@keyframes escortwp-login-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .login-mobile-hero__slide,
  .login-mobile-hero__image,
  .login-mobile-hero__cta,
  .login-mobile-hero__dot,
  .login-mobile-hero__pause,
  .login-showcase__slide,
  .login-showcase__image,
  .login-showcase__control,
  .login-showcase__pause,
  body.login input[type="submit"] {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

/* ==============================================
   MULTI-STEP REGISTRATION WIZARD
   ============================================== */

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- Progress Bar --- */
.wizard-progress {
  margin-bottom: var(--spacing-6);
  user-select: none;
}

.wizard-progress__track {
  height: 3px;
  background: var(--border-subtle, rgba(255, 255, 255, 0.08));
  border-radius: var(--radius-full);
  margin-bottom: var(--spacing-5);
  overflow: hidden;
}

.wizard-progress__fill {
  height: 100%;
  width: 25%;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent, #FF6B6B));
  border-radius: var(--radius-full);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.wizard-progress__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.wizard-progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-2);
  flex: 1;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 250ms ease;
}

.wizard-progress__step--active,
.wizard-progress__step--completed {
  opacity: 1;
}

.wizard-progress__dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  background: var(--bg-tertiary);
  border: 2px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
  color: var(--text-tertiary);
  transition: all 250ms ease;
}

.wizard-progress__step--active .wizard-progress__dot {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(139, 10, 26, 0.2);
}

.wizard-progress__step--completed .wizard-progress__dot {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  font-size: 0;
}

.wizard-progress__step--completed .wizard-progress__dot::after {
  content: "\2713";
  font-size: 0.9rem;
}

.wizard-progress__step--error .wizard-progress__dot {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.wizard-progress__label {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-tertiary);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.01em;
  max-width: 90px;
}

.wizard-progress__step--active .wizard-progress__label {
  color: var(--text-primary);
  font-weight: 600;
}

.wizard-progress__step--completed .wizard-progress__label {
  color: var(--text-secondary);
}

/* --- Step Containers --- */
.wizard-step {
  animation: wizardFadeIn 300ms ease-out;
}

.wizard-step[hidden] {
  display: none !important;
}

@keyframes wizardFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Step Header --- */
.wizard-step__header {
  margin-bottom: var(--spacing-5);
  padding-bottom: var(--spacing-4);
  border-bottom: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06));
}

.wizard-step__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 var(--spacing-1);
  font-family: 'Inter', sans-serif;
}

.wizard-step__desc {
  font-size: 0.85rem;
  color: var(--text-tertiary);
  margin: 0;
  line-height: 1.4;
}

/* --- Wizard Navigation --- */
.wizard-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--spacing-6);
  padding-top: var(--spacing-5);
  border-top: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06));
}

.wizard-nav__btn {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  padding: 12px 28px;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: all 200ms ease;
  border: none;
  line-height: 1;
}

.wizard-nav__btn svg {
  flex-shrink: 0;
}

.wizard-nav__btn--prev {
  background: var(--bg-tertiary);
  color: var(--text-secondary);
  border: 1px solid var(--border-default, rgba(255, 255, 255, 0.1));
}

.wizard-nav__btn--prev:hover:not(:disabled) {
  background: var(--bg-elevated);
  color: var(--text-primary);
  border-color: var(--border-default, rgba(255, 255, 255, 0.15));
}

.wizard-nav__btn--prev:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.wizard-nav__btn--next {
  background: linear-gradient(180deg, rgba(160, 13, 32, 1) 0%, rgba(120, 9, 23, 1) 100%) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 4px 12px rgba(139, 10, 26, 0.25) !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-family: 'Inter', sans-serif !important;
}

.wizard-nav__btn--next:hover {
  background: linear-gradient(180deg, rgba(180, 15, 36, 1) 0%, rgba(139, 10, 26, 1) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 6px 16px rgba(139, 10, 26, 0.4) !important;
  transform: translateY(-1px) !important;
}

.wizard-nav__btn--next:active {
  transform: translateY(0) !important;
}

/* Auth page headers (h3) */
.bodybox h3 {
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(1.4rem, 4vw, 2rem) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-bottom: 2rem !important;
  margin-top: 1rem !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
}

@media screen and (max-width: 640px) {
  .bodybox h3 {
    font-size: 1.4rem !important;
    margin-bottom: 1.5rem !important;
    margin-top: 0.5rem !important;
  }
}

.wizard-nav__counter {
  font-size: 0.8rem;
  color: var(--text-tertiary);
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

/* --- Per-Step Validation Error Styling --- */
.wizard-field-error {
  border-color: rgba(239, 68, 68, 0.6) !important;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.15) !important;
}

.wizard-field-error:focus {
  border-color: rgba(239, 68, 68, 0.8) !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

.wizard-error-msg {
  color: #ef4444;
  font-size: 0.78rem;
  margin-top: 4px;
  display: block;
  line-height: 1.3;
}

/* Hide the old mandatory text in wizard context */
.register-form .wizard-progress~.mandatory {
  display: none;
}

/* Ensure submit button is hidden on non-final steps (JS manages this) */
.wizard-step .text-center:has(#register_submit) {
  margin-top: var(--spacing-5);
}

/* --- Responsive --- */
@media screen and (max-width: 640px) {
  .wizard-progress {
    margin-bottom: var(--spacing-5);
  }

  .wizard-progress__label {
    font-size: 0.65rem;
    max-width: 65px;
  }

  .wizard-progress__dot {
    width: 30px;
    height: 30px;
    font-size: 0.72rem;
  }

  .wizard-nav {
    flex-wrap: wrap;
    gap: var(--spacing-3);
  }

  .wizard-nav__counter {
    order: -1;
    width: 100%;
    text-align: center;
    margin-bottom: var(--spacing-1);
  }

  .wizard-nav__btn {
    flex: 1;
    justify-content: center;
    padding: 12px 16px;
  }

  .wizard-step__title {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 380px) {
  .wizard-progress__steps {
    gap: 2px;
  }

  .wizard-progress__label {
    display: none;
  }

  .wizard-progress__dot {
    width: 28px;
    height: 28px;
  }
}

/* --- Reduced Motion --- */
@media (prefers-reduced-motion: reduce) {
  .wizard-step {
    animation: none;
  }

  .wizard-progress__fill,
  .wizard-progress__dot,
  .wizard-nav__btn {
    transition: none;
  }
}

/* ==============================================
   FAST SIGN UP - Register Main Page Card
   ============================================== */
.card--fast-signup {
  position: relative;
  grid-column: 1 / -1;
  border-color: rgba(225, 29, 72, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 1px rgba(225, 29, 72, 0.1),
    0 8px 32px rgba(225, 29, 72, 0.05);
}

.card--fast-signup .usertype-icon svg {
  color: #E11D48;
}

/* Recommended badge — premium translucent treatment */
.fast-signup-badge {
  position: absolute;
  top: 32px;
  right: 32px;
  background: rgba(225, 29, 72, 0.15);
  color: #E11D48;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid rgba(225, 29, 72, 0.3);
  font-family: 'Inter', sans-serif;
  z-index: 3;
}

/* ==============================================
   FAST SIGN UP - Form Page
   Premium dark-glass design matching wizard forms
   ============================================== */
.fast-signup-page {
  max-width: 560px;
  margin: 0 auto;
  padding: var(--spacing-6, 32px) var(--spacing-4, 16px);
}

.fast-signup-container {
  background: var(--bg-secondary, rgba(14, 14, 14, 0.70));
  border-radius: var(--radius-lg, 16px);
  border: 1px solid var(--border-default, rgba(255, 255, 255, 0.08));
  padding: clamp(24px, 4vw, 40px);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.fast-signup-header {
  text-align: center;
  margin-bottom: var(--spacing-6, 32px);
}

.fast-signup-title {
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 700;
  color: var(--text-primary, #fff);
  margin: 0 0 var(--spacing-2, 8px);
  letter-spacing: -0.01em;
}

.fast-signup-subtitle {
  color: var(--text-tertiary, rgba(255, 255, 255, 0.45));
  font-size: 0.95rem;
  margin: 0;
}

/* --- Form Inputs --- */
.fast-signup-field {
  margin-bottom: var(--spacing-4, 18px);
}

.fast-signup-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary, rgba(255, 255, 255, 0.65));
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fast-signup-field label i {
  color: var(--brand-secondary, #e84393);
  font-style: normal;
  margin-left: 2px;
}

.fast-signup-optional {
  font-weight: 400;
  color: var(--text-tertiary, rgba(255, 255, 255, 0.35));
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
}

.fast-signup-form input[type="text"],
.fast-signup-form input[type="password"],
.fast-signup-form input[type="email"],
.fast-signup-form input[type="tel"],
.fast-signup-form input[type="number"],
.fast-signup-form select,
.fast-signup-form textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.98), rgba(18, 19, 25, 0.96)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: var(--text-primary, #fff) !important;
  border-radius: var(--radius-md, 10px) !important;
  padding: 14px 16px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 8px 16px rgba(0, 0, 0, 0.12) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.fast-signup-form input::placeholder {
  color: var(--text-tertiary, rgba(255, 255, 255, 0.3)) !important;
}

.fast-signup-form input:focus,
.fast-signup-form select:focus,
.fast-signup-form textarea:focus {
  border-color: var(--brand-primary, #8b0a1a) !important;
  background: linear-gradient(180deg, rgba(32, 33, 42, 0.99), rgba(22, 23, 30, 0.97)) !important;
  box-shadow: 0 0 0 3px rgba(139, 10, 26, 0.18), 0 12px 24px rgba(0, 0, 0, 0.18) !important;
  outline: none !important;
}

.fast-signup-form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.45)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 16px 16px !important;
  padding-right: 44px !important;
  cursor: pointer !important;
}

.fast-signup-form select option {
  background: #12131a !important;
  color: #fff !important;
  padding: 10px !important;
}

/* ─── Select2: Inline container ─── */
.fast-signup-form .select2-container {
  width: 100% !important;
}

.fast-signup-form .select2-container--default .select2-selection--single {
  min-height: 48px !important;
  border-radius: var(--radius-md, 10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.98), rgba(18, 19, 25, 0.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 8px 16px rgba(0, 0, 0, 0.12) !important;
  display: flex !important;
  align-items: center !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.fast-signup-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text-primary, #fff) !important;
  padding: 0 42px 0 16px !important;
  line-height: 48px !important;
  font-size: 15px !important;
  font-family: 'Inter', sans-serif !important;
}

.fast-signup-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--text-tertiary, rgba(255, 255, 255, 0.35)) !important;
}

/* Arrow / chevron */
.fast-signup-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 12px !important;
  height: 100% !important;
  width: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fast-signup-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent !important;
  border-width: 6px 5px 0 5px !important;
  margin: 0 !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
}

/* Open & focus state */
.fast-signup-form .select2-container--default.select2-container--open .select2-selection--single,
.fast-signup-form .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--brand-primary, #8b0a1a) !important;
  box-shadow: 0 0 0 3px rgba(139, 10, 26, 0.18), 0 12px 24px rgba(0, 0, 0, 0.18) !important;
}

.fast-signup-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent !important;
  border-width: 0 5px 6px 5px !important;
}

/* ─── Select2: Dropdown panel (appended to body) ─── */
.select2-container--default .select2-dropdown {
  background: #12131a !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
  overflow: hidden !important;
  margin-top: 4px !important;
}

.select2-container--default .select2-dropdown--above {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

.select2-container--default .select2-search--dropdown {
  padding: 12px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  min-height: 40px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.98), rgba(18, 19, 25, 0.96)) !important;
  color: var(--text-primary, #fff) !important;
  font-size: 14px !important;
  font-family: 'Inter', sans-serif !important;
  outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--brand-primary, #8b0a1a) !important;
  box-shadow: 0 0 0 3px rgba(139, 10, 26, 0.15) !important;
}

.select2-container--default .select2-results__options {
  max-height: 260px !important;
  padding: 6px !important;
}

.select2-container--default .select2-results__option {
  color: var(--text-primary, #fff) !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  font-family: 'Inter', sans-serif !important;
  border-radius: 8px !important;
  margin: 1px 0 !important;
  transition: background 0.15s ease !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--text-primary, #fff) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: linear-gradient(180deg, rgba(139, 10, 26, 0.92), rgba(104, 8, 22, 0.92)) !important;
  color: #fff !important;
}

.select2-container--default .select2-results__message {
  color: var(--text-tertiary, rgba(255, 255, 255, 0.35)) !important;
  font-size: 13px !important;
  padding: 10px 14px !important;
}

/* --- Field Rows (location) --- */
.fast-signup-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-3, 14px);
  margin-bottom: var(--spacing-4, 18px);
}

.fast-signup-field-half {
  margin-bottom: 0;
}

.fast-signup-field-half label {
  margin-bottom: 8px;
}

.fast-signup-single-region {
  padding: 14px 16px;
  background: var(--bg-tertiary, rgba(255, 255, 255, 0.04));
  border: 1px solid var(--border-default, rgba(255, 255, 255, 0.10));
  border-radius: var(--radius-md, 10px);
  color: var(--text-primary, #fff);
  font-size: 15px;
}

/* Location cascade text placeholders */
.fast-signup-form .inputcities,
.fast-signup-form .inputstates {
  font-size: 14px;
  color: var(--text-tertiary, rgba(255, 255, 255, 0.35));
  padding: 14px 0 0;
}

/* --- Password Toggle --- */
.fast-signup-pass-wrap {
  position: relative;
}

.fast-signup-pass-wrap input {
  padding-right: 70px !important;
}

.fast-signup-pass-toggle {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  color: var(--text-tertiary, rgba(255, 255, 255, 0.45));
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  padding: 7px 14px;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  font-family: 'Inter', sans-serif;
}

.fast-signup-pass-toggle:hover {
  color: var(--text-primary, #fff);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%) scale(1.04);
}

/* --- Photo Upload Zone --- */
.fast-signup-photo-zone {
  border: 2px dashed rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 36px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.6), rgba(14, 15, 20, 0.4));
  position: relative;
}

.fast-signup-photo-zone:hover {
  border-color: rgba(139, 10, 26, 0.5);
  background: linear-gradient(180deg, rgba(40, 28, 32, 0.7), rgba(24, 16, 20, 0.5));
  box-shadow: 0 8px 28px rgba(139, 10, 26, 0.08);
  transform: translateY(-1px);
}

.fast-signup-photo-zone.dragover {
  border-color: var(--brand-primary, #8b0a1a);
  background: linear-gradient(180deg, rgba(60, 20, 28, 0.5), rgba(30, 12, 18, 0.4));
  box-shadow: 0 0 0 4px rgba(139, 10, 26, 0.12), 0 12px 32px rgba(139, 10, 26, 0.12);
}

.fast-signup-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--text-tertiary, rgba(255, 255, 255, 0.4));
}

.fast-signup-photo-placeholder svg {
  opacity: 0.3;
  width: 44px;
  height: 44px;
  stroke: rgba(255, 255, 255, 0.3);
}

.fast-signup-photo-placeholder span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary, rgba(255, 255, 255, 0.55));
  letter-spacing: 0.01em;
}

.fast-signup-photo-placeholder small {
  font-size: 12px;
  color: var(--text-tertiary, rgba(255, 255, 255, 0.28));
  font-weight: 400;
}

.fast-signup-photo-preview img {
  max-width: 180px;
  max-height: 180px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* --- TOS --- */
.fast-signup-tos-wrap {
  padding: var(--spacing-3, 12px) 0;
}

.fast-signup-checkbox-label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  cursor: pointer !important;
}

.fast-signup-checkbox-label input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  margin: 2px 0 0 !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 7px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: linear-gradient(180deg, rgba(28, 29, 36, 0.98), rgba(16, 17, 24, 0.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 16px rgba(0, 0, 0, 0.18) !important;
  cursor: pointer !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease !important;
}

.fast-signup-checkbox-label input[type="checkbox"]:hover {
  border-color: rgba(139, 10, 26, 0.55) !important;
  transform: translateY(-1px) !important;
}

.fast-signup-checkbox-label input[type="checkbox"]:checked {
  border-color: rgba(139, 10, 26, 0.72) !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m5 10.4 3 3.2 7-7.1' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(194, 28, 90, 1), rgba(129, 12, 46, 1)) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center center, center center !important;
  background-size: 13px 13px, cover !important;
  box-shadow: 0 0 0 3px rgba(194, 28, 90, 0.15), 0 8px 16px rgba(0, 0, 0, 0.18) !important;
}

.fast-signup-checkbox-label span {
  font-size: 13px;
  color: var(--text-tertiary, rgba(255, 255, 255, 0.5));
  line-height: 1.5;
}

.fast-signup-checkbox-label a {
  color: var(--brand-secondary, #e84393);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 67, 147, 0.3);
  transition: border-color 0.2s;
}

.fast-signup-checkbox-label a:hover {
  border-color: var(--brand-secondary, #e84393);
}

.fast-signup-tos-wrap.form-input-accept-tos-err {
  background: rgba(248, 113, 113, 0.08);
  border-radius: var(--radius-md, 10px);
  padding: var(--spacing-3, 12px);
  border: 1px solid rgba(248, 113, 113, 0.2);
}

/* --- Submit --- */
/* --- Phone prefix wrapper --- */
/* --- WhatsApp icon in label --- */
.fast-signup-whatsapp-icon {
  vertical-align: -2px !important;
  margin-right: 5px !important;
  opacity: 0.85 !important;
}

/* --- Submit button — premium gradient + shimmer --- */
.fast-signup-submit {
  margin-top: var(--spacing-5, 24px) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 16px 24px !important;
  border-radius: var(--radius-md, 10px) !important;
  letter-spacing: 0.3px !important;
  background: linear-gradient(135deg, var(--brand-primary, #8b0a1a) 0%, #a00d20 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(139, 10, 26, 0.6) !important;
  box-shadow: 0 10px 24px rgba(139, 10, 26, 0.25) !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.fast-signup-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 32px rgba(139, 10, 26, 0.35) !important;
}

.fast-signup-submit::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -40% !important;
  width: 40% !important;
  height: 100% !important;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4), transparent) !important;
  transform: skewX(-20deg) !important;
  opacity: 0 !important;
  transition: opacity 200ms ease, left 300ms ease !important;
}

.fast-signup-submit:hover::after {
  left: 120% !important;
  opacity: 0.5 !important;
}

/* --- Links / Footer --- */
.fast-signup-links {
  margin-top: var(--spacing-6, 32px);
  text-align: center;
}

.fast-signup-divider {
  position: relative;
  margin-bottom: var(--spacing-4, 16px);
}

.fast-signup-divider::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid var(--border-default, rgba(255, 255, 255, 0.08));
}

.fast-signup-divider span {
  position: relative;
  background: var(--bg-secondary, rgba(14, 14, 14, 0.99));
  padding: 0 18px;
  color: var(--text-tertiary, rgba(255, 255, 255, 0.35));
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.fast-signup-alt-link,
.fast-signup-chat-link {
  font-size: 13px;
  color: var(--text-tertiary, rgba(255, 255, 255, 0.45));
  margin: var(--spacing-2, 8px) 0;
}

.fast-signup-alt-link a,
.fast-signup-chat-link a {
  color: var(--brand-secondary, #e84393);
  text-decoration: none;
  font-weight: 500;
}

.fast-signup-alt-link a:hover,
.fast-signup-chat-link a:hover {
  text-decoration: underline;
}

/* --- Error display --- */
.fast-signup-page .err {
  background: rgba(40, 16, 16, 0.35) !important;
  border: 1px solid rgba(248, 113, 113, 0.25) !important;
  color: #f87171 !important;
  padding: 14px 18px !important;
  border-radius: var(--radius-md, 10px) !important;
  margin-bottom: var(--spacing-4, 18px) !important;
  font-size: 14px !important;
}

/* --- Mobile --- */
@media (max-width: 600px) {
  .fast-signup-page {
    padding: var(--spacing-4, 16px) var(--spacing-3, 12px) !important;
  }

  .fast-signup-container {
    padding: clamp(16px, 4vw, 24px) !important;
    border-radius: 16px !important;
  }

  .fast-signup-header {
    margin-bottom: 16px !important;
  }

  .fast-signup-title {
    font-size: 1.4rem !important;
  }

  .fast-signup-subtitle {
    font-size: 13px !important;
  }

  .fast-signup-field label {
    font-size: 11px !important;
    margin-bottom: 6px !important;
  }

  /* Prevent iOS Safari zoom on focus — 16px minimum */
  .fast-signup-form input[type="text"],
  .fast-signup-form input[type="tel"],
  .fast-signup-form input[type="email"],
  .fast-signup-form input[type="password"],
  .fast-signup-form select,
  .fast-signup-form textarea {
    font-size: 16px !important;
    padding: 12px 14px !important;
  }

  .fast-signup-field-row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .fast-signup-field-half {
    margin-bottom: 6px !important;
  }

  /* Select2 mobile touch targets */
  .fast-signup-form .select2-container .select2-selection--single {
    min-height: 44px !important;
    font-size: 16px !important;
  }

  .fast-signup-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
    font-size: 16px !important;
  }

  .fast-signup-form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
  }

  /* Password toggle */
  .fast-signup-pass-toggle {
    padding: 10px 12px !important;
    font-size: 13px !important;
  }

  /* Photo upload zone */
  .fast-signup-photo-zone {
    padding: 20px 16px !important;
    min-height: 140px !important;
  }

  .fast-signup-photo-zone .fast-signup-photo-icon {
    font-size: 36px !important;
  }

  .fast-signup-photo-zone .fast-signup-photo-text {
    font-size: 13px !important;
  }

  .fast-signup-photo-zone .fast-signup-photo-hint {
    font-size: 11px !important;
  }

  /* Checkbox */
  .fast-signup-checkbox-label {
    gap: 10px !important;
  }

  .fast-signup-checkbox-label input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important;
  }

  .fast-signup-checkbox-label span {
    font-size: 12px !important;
  }

  /* Submit button */
  .fast-signup-submit {
    padding: 14px 20px !important;
    font-size: 14px !important;
  }

  /* Footer links */
  .fast-signup-footer {
    font-size: 12px !important;
  }

  /* Error display */
  .fast-signup-errors {
    font-size: 13px !important;
    padding: 10px 14px !important;
  }

  /* WhatsApp icon */
  .fast-signup-whatsapp-icon {
    width: 12px !important;
    height: 12px !important;
  }
}

/* ==============================================
   REGISTER AUTH SHELL REFRESH
   ============================================== */
body.escortwp-register-auth-shell {
  background: var(--bg-primary);
  color: var(--text-primary);
  min-height: 100vh;
  overflow-x: hidden;
}

body.escortwp-register-auth-shell .modern-header,
body.escortwp-register-auth-shell .site-footer.footer,
body.escortwp-register-auth-shell .site-footer__bottom.underfooter {
  display: none !important;
}

body.escortwp-register-auth-shell .site-main-content,
body.escortwp-register-auth-shell .all.all-body {
  min-height: 100vh;
}

body.escortwp-register-auth-shell .site-main-content {
  display: block;
}

body.escortwp-register-auth-shell .register-mobile-hero {
  display: none;
}

body.escortwp-register-auth-shell .registerpage-container--auth {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 72px min(6vw, 88px);
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 18%, rgba(139, 10, 26, 0.18), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(230, 196, 106, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(12, 11, 15, 1) 0%, rgba(9, 8, 12, 1) 100%);
}

body.escortwp-register-auth-shell .registerpage-hero {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
  gap: clamp(36px, 4vw, 64px);
  align-items: stretch;
}

body.escortwp-register-auth-shell .registerpage-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  min-width: 0;
}

body.escortwp-register-auth-shell .registerpage-intro {
  max-width: none;
  margin: 0;
}

body.escortwp-register-auth-shell .registerpage-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 26px;
  text-decoration: none;
}

body.escortwp-register-auth-shell .registerpage-brand img {
  display: block;
  width: 172px;
  height: auto;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
}

@media screen and (min-width: 1101px) {
  /* The current uploaded auth logo is centered inside a wide bitmap canvas,
     so we nudge the visible mark back onto the shared content rail. */
  body.escortwp-register-auth-shell .registerpage-brand {
    margin-left: -40px;
  }
}

body.escortwp-register-auth-shell .registerpage-brand__wordmark {
  color: var(--text-primary);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.escortwp-register-auth-shell .registerpage-eyebrow {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(230, 196, 106, 0.92);
}

body.escortwp-register-auth-shell .registerpage-title {
  margin: 0 0 14px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: clamp(2.05rem, 2.6vw, 2.85rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 600;
}

body.escortwp-register-auth-shell .registerpage-subtitle {
  margin: 0 0 22px;
  color: rgba(236, 236, 236, 0.76);
  font-size: 0.98rem;
  line-height: 1.65;
}

body.escortwp-register-auth-shell .registerpage-trust {
  gap: 10px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(24, 24, 28, 0.52);
  color: rgba(236, 236, 236, 0.68);
}

body.escortwp-register-auth-shell .registerpage-trust .dot {
  color: rgba(255, 255, 255, 0.38);
}

body.escortwp-register-auth-shell .registerpage-login-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: rgba(235, 233, 235, 0.86);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
}

body.escortwp-register-auth-shell .registerpage-login-link__kicker {
  color: rgba(235, 233, 235, 0.56);
}

body.escortwp-register-auth-shell .registerpage-login-link__action {
  color: #fff;
}

body.escortwp-register-auth-shell .register-market-ticker {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35em;
  max-width: 100%;
}

body.escortwp-register-auth-shell .register-market-ticker__prefix {
  color: inherit;
}

body.escortwp-register-auth-shell .register-market-ticker__viewport {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 15ch;
  transition: opacity 220ms ease, transform 220ms ease;
  will-change: opacity, transform;
}

body.escortwp-register-auth-shell .register-market-ticker.is-changing .register-market-ticker__viewport {
  opacity: 0;
  transform: translateY(6px);
}

body.escortwp-register-auth-shell .register-market-ticker__link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(230, 196, 106, 0.42);
  text-transform: none;
  letter-spacing: 0.02em;
  transition: color var(--transition-fast), border-color var(--transition-fast), opacity var(--transition-fast);
}

body.escortwp-register-auth-shell .register-market-ticker__link:hover,
body.escortwp-register-auth-shell .register-market-ticker__link:focus-visible {
  color: rgba(248, 232, 194, 0.98);
  border-color: rgba(230, 196, 106, 0.82);
}

body.escortwp-register-auth-shell .register-market-ticker--desktop {
  color: rgba(236, 236, 236, 0.78);
}

body.escortwp-register-auth-shell .register-market-ticker--desktop .register-market-ticker__link {
  color: rgba(248, 232, 194, 0.98);
}

body.escortwp-register-auth-shell .register-market-ticker--mobile {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.42rem;
  max-width: max-content;
  padding: 0.5rem 0.78rem 0.54rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(12, 12, 18, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(236, 236, 236, 0.78);
  line-height: 1;
  white-space: nowrap;
}

body.escortwp-register-auth-shell .register-market-ticker--mobile .register-market-ticker__prefix {
  color: rgba(235, 233, 235, 0.6);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.escortwp-register-auth-shell .register-market-ticker--mobile .register-market-ticker__viewport {
  min-width: 7.2ch;
}

body.escortwp-register-auth-shell .register-market-ticker--mobile .register-market-ticker__link {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  font-size: 0.94rem;
  font-weight: 620;
  line-height: 1.05;
  letter-spacing: -0.005em;
}

body.escortwp-register-auth-shell .registerpage-chooser {
  position: relative;
}

body.escortwp-register-auth-shell .registerpage-mobile-sheet__header {
  display: none;
}

body.escortwp-register-auth-shell .registerpage-chooser__surface {
  position: relative;
  background:
    linear-gradient(150deg, rgba(29, 24, 28, 0.95) 0%, rgba(20, 18, 22, 0.96) 52%, rgba(15, 14, 18, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  overflow: hidden;
}

body.escortwp-register-auth-shell .registerpage-chooser__surface::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-accent, #E6C46A) 50%, transparent);
  opacity: 0.28;
}

body.escortwp-register-auth-shell .registerpage-chooser__intro {
  margin-bottom: 18px;
}

body.escortwp-register-auth-shell .registerpage-chooser__eyebrow {
  margin: 0 0 10px;
  color: rgba(235, 233, 235, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.escortwp-register-auth-shell .registerpage-chooser__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 600;
}

body.escortwp-register-auth-shell .registerpage-chooser__copy {
  margin: 0;
  color: rgba(236, 236, 236, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

body.escortwp-register-auth-shell .registerpage-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 4px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

body.escortwp-register-auth-shell .registerpage-tabs button {
  flex: 1 1 auto;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: rgba(235, 233, 235, 0.62);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

body.escortwp-register-auth-shell .registerpage-tabs button:hover {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.04);
}

body.escortwp-register-auth-shell .registerpage-tabs button.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(155, 18, 36, 0.94), rgba(112, 8, 22, 0.96));
  border-color: rgba(139, 10, 26, 0.55);
  box-shadow: 0 10px 24px rgba(139, 10, 26, 0.26);
}

body.escortwp-register-auth-shell .registerpage-bento {
  display: block;
  margin-top: 18px;
}

body.escortwp-register-auth-shell .registerpage-bento .usertype.glass-card[hidden] {
  display: none !important;
}

body.escortwp-register-auth-shell .registerpage-bento .usertype.glass-card,
body.escortwp-register-auth-shell .registerpage-bento .usertype.glass-card.bento-horizontal {
  min-height: auto;
  flex-direction: column;
  border-radius: 12px;
  animation: none;
}

body.escortwp-register-auth-shell .registerpage-bento .card--member {
  grid-column: auto;
}

body.escortwp-register-auth-shell .registerpage-bento .usertype-header,
body.escortwp-register-auth-shell .registerpage-bento .usertype.glass-card.bento-horizontal .usertype-header {
  padding: 28px 28px 18px;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.escortwp-register-auth-shell .registerpage-bento .usertype-content,
body.escortwp-register-auth-shell .registerpage-bento .usertype.glass-card.bento-horizontal .usertype-content {
  padding: 0 28px 28px;
}

body.escortwp-register-auth-shell .registerpage-bento .userlist-modern {
  margin: 22px 0;
}

body.escortwp-register-auth-shell .registerpage-bento .userlist-modern li {
  align-items: flex-start;
}

body.escortwp-register-auth-shell .registerpage-bento .fast-signup-badge {
  top: 24px;
  right: 24px;
}

body.escortwp-register-auth-shell .registerpage-showcase {
  display: none;
  min-width: 0;
}

body.escortwp-register-auth-shell .registerpage-showcase .login-showcase__frame {
  min-height: 100%;
}

@media screen and (min-width: 1101px) {
  body.escortwp-register-auth-shell .registerpage-hero {
    min-height: calc(100vh - 144px);
  }

  body.escortwp-register-auth-shell .registerpage-panel,
  body.escortwp-register-auth-shell .registerpage-showcase .login-showcase__frame {
    min-height: calc(100vh - 144px);
  }

  body.escortwp-register-auth-shell .registerpage-showcase {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  body.escortwp-register-auth-shell .registerpage-container--auth {
    padding: 56px 24px 64px;
  }

  body.escortwp-register-auth-shell .registerpage-hero {
    width: min(760px, 100%);
    min-height: auto;
    grid-template-columns: 1fr;
  }

  body.escortwp-register-auth-shell .registerpage-panel {
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  body.escortwp-register-auth-shell .register-mobile-hero {
    display: block;
  }

  body.escortwp-register-auth-shell .registerpage-mobile-sheet__header {
    display: block;
  }

  body.escortwp-register-auth-shell .registerpage-container--auth {
    padding: 0;
    height: 100svh;
    height: 100dvh;
    min-height: 100svh;
    min-height: 100dvh;
  }

  body.escortwp-register-auth-shell .registerpage-hero {
    display: block;
    width: 100%;
    min-height: 0;
    height: 0;
    overflow: visible;
  }

  body.escortwp-register-auth-shell .registerpage-panel {
    min-height: 0;
  }

  body.escortwp-register-auth-shell .registerpage-showcase {
    display: none !important;
  }

  body.escortwp-register-auth-shell .registerpage-chooser__surface {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.escortwp-register-auth-shell .registerpage-chooser__surface::after,
  body.escortwp-register-auth-shell .registerpage-chooser__intro {
    display: none;
  }

  body.escortwp-register-auth-shell .registerpage-container--auth,
  body.escortwp-register-auth-shell .register-mobile-hero.login-mobile-hero,
  body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__stage {
    height: 100svh;
    height: 100dvh;
    min-height: 100svh;
    min-height: 100dvh;
  }

  body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__slide,
  body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__media,
  body.escortwp-register-auth-shell .register-mobile-hero .login-mobile-hero__image {
    min-height: 100%;
    height: 100%;
  }

  body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-chooser {
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    min-height: calc(100svh - env(safe-area-inset-top, 0px) - 12px);
    max-height: calc(100svh - env(safe-area-inset-top, 0px) - 12px);
  }

  body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  body.escortwp-register-auth-shell .registerpage-container--auth .registerpage-tabs button {
    flex: 0 0 auto;
    min-width: max-content;
  }
}
