.benefits {
  max-width: 1200px;
  gap: 14px;
  padding: 26px 0;
  background: transparent;
  border: 0;
}

.benefits div {
  min-height: 132px;
  padding: 20px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 28, 46, 0.04);
}

.benefits b {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.benefits strong { margin-top: 5px; color: var(--navy); font-size: 14px; }
.benefits span { font-size: 12px; }
.register-area { padding-top: 48px; }
form, .faq { width: min(760px, 100%); }
.registration-auth-gate,
.registration-identity,
.application-status-card {
  width: min(760px, 100%);
  margin: 0 auto 22px;
}
.registration-auth-gate[hidden],
.registration-identity[hidden],
.application-status-card[hidden],
.registration-auth-actions[hidden] { display: none !important; }
.registration-auth-gate {
  padding: 42px;
  border: 1px solid #dce5eb;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 28, 46, .08);
  text-align: center;
}
.registration-auth-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 18px;
  background: #eaf9f6;
  color: var(--teal);
}
.registration-auth-icon .ui-icon { width: 27px; height: 27px; }
.registration-auth-eyebrow { margin: 0 0 8px; color: var(--teal); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.registration-auth-gate h2 { margin: 0; color: var(--navy); font-size: 26px; letter-spacing: -.035em; }
.registration-auth-gate > p:not(.registration-auth-eyebrow) { max-width: 560px; margin: 12px auto 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.registration-auth-gate > small { display: block; margin-top: 16px; color: #8493a5; font-size: 11px; }
.registration-auth-loading { margin-top: 24px; color: var(--muted); font-size: 13px; }
.registration-auth-actions { display: grid; max-width: 420px; margin: 24px auto 0; gap: 10px; }
.registration-social {
  min-height: 52px;
  border: 1px solid #dbe3ea;
  border-radius: 12px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}
.registration-social.kakao { border-color: #fee500; background: #fee500; color: #181600; }
.registration-social.apple { border-color: #111; background: #111; color: #fff; }
.registration-social.naver { border-color: #03c75a; background: #03c75a; color: #fff; }
.registration-social:disabled { cursor: not-allowed; opacity: .42; }
.registration-identity {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  border: 1px solid #a7ded6;
  border-radius: 15px;
  background: #eefaf8;
}
.registration-identity-check {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}
.registration-identity div { min-width: 0; }
.registration-identity small,
.registration-identity span:not(.registration-identity-check) { display: block; color: #60768a; font-size: 11px; line-height: 1.5; }
.registration-identity strong { display: block; overflow: hidden; color: var(--navy); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.registration-identity button {
  padding: 9px 12px;
  border: 1px solid #bedbd7;
  border-radius: 9px;
  background: #fff;
  color: #37615d;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
}
.application-status-card {
  padding: 30px;
  border: 1px solid #dbe3ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 28, 46, .06);
  text-align: center;
}
.application-status-card > span { display: inline-block; padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 850; }
.application-status-card > span.pending { background: #fff4d6; color: #9a6700; }
.application-status-card > span.rejected { background: #fff0f0; color: #b42318; }
.application-status-card h2 { margin: 12px 0 7px; color: var(--navy); font-size: 21px; letter-spacing: -.025em; }
.application-status-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.application-status-card a { display: inline-flex; min-height: 42px; margin-top: 18px; padding: 0 17px; align-items: center; border-radius: 10px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.form-step { padding: 40px; border-radius: 20px; }
.form-step.active { gap: 22px; }
.form-step h2 { font-size: 24px; }
label, legend { font-size: 13px; }
.two { gap: 16px; }
input { height: 52px; padding: 0 16px; border-radius: 10px; font-size: 14px; }
textarea { min-height: 150px; padding: 16px; border-radius: 10px; font-size: 14px; line-height: 1.65; }
.choice span { min-height: 50px; }
.chips span { min-height: 38px; padding: 8px 14px; }
.next, #submitButton, .back { min-height: 52px; }
.license-box { padding: 20px; }
.eligibility-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid #f3c8c5;
  border-radius: 12px;
  background: #fff6f5;
  color: #8f2f29;
}
.eligibility-notice[hidden] { display: none !important; }
.eligibility-notice > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  background: #fee4e2;
  color: #b42318;
}
.eligibility-notice .ui-icon { width: 18px; height: 18px; }
.eligibility-notice strong { display: block; font-size: 13px; line-height: 1.45; }
.eligibility-notice p { margin: 5px 0 0; color: #9c514c; font-size: 11px; font-weight: 500; line-height: 1.65; }
.registration-schedule {
  padding: 18px;
  border: 1px solid #dfe6eb;
  border-radius: 14px;
  background: #fbfcfd;
}
.registration-schedule legend { margin: 0; padding: 0 3px; }
.schedule-help { margin: 0 0 14px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.schedule-tools { display: flex; gap: 8px; margin-bottom: 12px; }
.schedule-tools button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d7e0e6;
  border-radius: 9px;
  background: #fff;
  color: #435466;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
}
.schedule-tools button:hover { border-color: #9ddbd3; background: #eefaf8; color: var(--teal); }
.weekly-schedule { display: grid; gap: 8px; }
.schedule-row {
  min-height: 60px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 64px 68px minmax(100px, 1fr) 12px minmax(100px, 1fr);
  align-items: center;
  gap: 8px;
  border: 1px solid #e3e9ed;
  border-radius: 11px;
  background: #fff;
}
.schedule-row > strong { color: var(--navy); font-size: 11px; }
.schedule-row > i { color: #9aa7b3; font-style: normal; text-align: center; }
.schedule-row > label { margin: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 6px; }
.schedule-row > label > span { color: #8996a3; font-size: 9px; }
.schedule-row select {
  width: 100%;
  height: 38px;
  padding: 0 8px;
  border: 1px solid #d4dde3;
  border-radius: 8px;
  background: #fff;
  color: #344054;
  font: inherit;
  font-size: 11px;
}
.schedule-row select:focus { border-color: var(--teal); outline: 3px solid rgba(13,148,136,.12); }
.schedule-row .day-toggle { display: flex; grid-template-columns: none; align-items: center; gap: 6px; }
.day-toggle input { width: 16px; height: 16px; margin: 0; accent-color: var(--teal); }
.day-toggle span { color: #16756d !important; font-size: 10px !important; font-weight: 850; }
.schedule-row.is-closed { background: #f4f6f8; }
.schedule-row.is-closed > strong { color: #98a2b3; }
.schedule-row.is-closed .day-toggle span { color: #8a97a3 !important; }
.schedule-summary {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 9px;
  background: #eaf9f6;
  color: #176b64;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
}
.schedule-summary.error { background: #fff0ef; color: #b42318; }
.faq { margin-top: 72px; }
.faq-heading { margin-bottom: 28px; text-align: center; }
.faq-heading > span { display: inline-block; margin-bottom: 10px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.faq-heading h2 { margin: 0; color: var(--navy); font-size: 28px; line-height: 1.35; letter-spacing: -.035em; }
.faq-heading p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.faq-list { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 32px rgba(15, 28, 46, .055); }
.faq-list details { padding: 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; color: var(--navy); cursor: pointer; font-size: 15px; font-weight: 750; line-height: 1.5; list-style: none; transition: background .2s ease, color .2s ease; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { background: #f8fbfb; color: var(--teal); }
.faq-list summary:focus-visible { outline: 3px solid rgba(13, 148, 136, .18); outline-offset: -3px; }
.faq-list summary i { width: 30px; height: 30px; flex: 0 0 30px; position: relative; border-radius: 50%; background: #f1f5f9; transition: background .2s ease, transform .2s ease; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1.5px; border-radius: 2px; background: #64748b; transform: translate(-50%, -50%); }
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary { color: var(--teal); }
.faq-list details[open] summary i { background: #e7f8f5; }
.faq-list details[open] summary i::before, .faq-list details[open] summary i::after { background: var(--teal); }
.faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details p { margin: -4px 72px 24px 24px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-note { display: flex; align-items: center; gap: 14px; margin-top: 16px; padding: 17px 20px; border-radius: 14px; background: #edf9f7; }
.faq-note > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 10px; background: #fff; font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; font-size: 20px; }
.faq-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.faq-note strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: 13px; }

@media (max-width: 700px) {
  .benefits { gap: 10px; padding: 16px; }
  .benefits div { min-height: 118px; padding: 16px 8px; }
  .benefits b { font-size: 30px; }
  .form-step { padding: 24px; }
  .register-area { padding-left: 16px; padding-right: 16px; }
  .registration-auth-gate { padding: 30px 20px; border-radius: 18px; }
  .registration-auth-gate h2 { font-size: 22px; }
  .registration-identity { grid-template-columns: 38px minmax(0, 1fr); }
  .registration-identity button { grid-column: 1 / -1; width: 100%; }
  .application-status-card { padding: 25px 19px; }
  .registration-schedule { padding: 15px; }
  .schedule-tools { flex-direction: column; }
  .schedule-row { grid-template-columns: 60px 1fr; }
  .schedule-row > label:not(.day-toggle) { grid-column: 1 / -1; }
  .schedule-row > i { display: none; }
  .faq { margin-top: 56px; }
  .faq-heading { margin-bottom: 22px; text-align: left; }
  .faq-heading h2 { font-size: 23px; }
  .faq-heading p { font-size: 13px; }
  .faq-list { border-radius: 15px; }
  .faq-list summary { min-height: 66px; gap: 14px; padding: 18px; font-size: 14px; }
  .faq-list summary i { width: 28px; height: 28px; flex-basis: 28px; }
  .faq-list details p { margin: -2px 58px 20px 18px; font-size: 13px; }
  .faq-note { align-items: flex-start; padding: 16px; }
}

.address-field {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #dce5eb;
  border-radius: 14px;
  background: #f8fafc;
}

.address-results[hidden],
.selected-address[hidden],
.detail-address[hidden],
.manual-address-button[hidden] {
  display: none !important;
}

.address-field > label:first-child {
  display: block;
  color: #243449;
  font-size: 13px;
  font-weight: 800;
}

.field-help {
  margin: -3px 0 4px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.55;
}

.address-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 9px;
}

.address-input-shell {
  position: relative;
  min-width: 0;
  height: 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.address-input-shell:hover {
  border-color: #94a3b8;
}

.address-input-shell:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, .13);
}

.address-search-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #78909c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  pointer-events: none;
}

.address-input-shell input {
  height: 100%;
  padding: 0 14px 0 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}

.address-input-shell input::placeholder {
  color: #9aa8b6;
  font-weight: 500;
}

.address-input-shell input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.address-search-row > button {
  min-height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 10px;
  background: var(--navy);
  box-shadow: 0 5px 12px rgba(15, 28, 46, .14);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}

.address-search-row > button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.address-search-row > button:hover:not(:disabled) {
  background: #182a42;
  box-shadow: 0 7px 15px rgba(15, 28, 46, .2);
  transform: translateY(-1px);
}

.address-search-row > button:focus-visible {
  outline: 3px solid rgba(45, 212, 191, .28);
  outline-offset: 2px;
}

.address-search-row > button:disabled {
  cursor: wait;
  opacity: .58;
  transform: none;
}

.address-status {
  min-height: 21px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #64748b;
  font-size: 10.5px;
  line-height: 1.5;
}

.address-status::before {
  content: "i";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: grid;
  place-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  color: #64748b;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
}

.address-status.success {
  color: #087b71;
  font-weight: 700;
}

.address-status.success::before {
  content: "✓";
  border-color: #8dd4ca;
  background: #e8f8f5;
  color: #087b71;
}

.address-status.error {
  padding: 8px 10px;
  border: 1px solid #fecaca;
  border-radius: 8px;
  background: #fff6f6;
  color: #b42318;
}

.address-status.error::before {
  content: "!";
  border-color: #fda4af;
  color: #b42318;
}

.address-status.loading {
  color: #475569;
}

.address-status.loading::before {
  content: "";
  border-color: #cbd5e1;
  border-top-color: var(--teal);
  animation: address-spin .7s linear infinite;
}

@keyframes address-spin {
  to { transform: rotate(360deg); }
}

.address-results {
  display: grid;
  gap: 6px;
  padding: 7px;
  border: 1px solid #dbe4ea;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(15, 28, 46, .08);
}

.address-result {
  width: 100%;
  min-height: 62px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.address-result + .address-result {
  border-top-color: #edf1f4;
}

.address-result:hover,
.address-result:focus-visible {
  border-color: #8ed9d1;
  background: #f2fbf9;
  outline: 0;
}

.address-result strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.address-result small {
  grid-column: 1;
  overflow: hidden;
  color: #718096;
  font-size: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.address-result span {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  padding: 6px 8px;
  border-radius: 7px;
  background: #e8f8f5;
  color: #087b71;
  font-size: 10px;
  font-weight: 800;
}

.selected-address {
  position: relative;
  padding: 15px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid #8ed9d1;
  border-radius: 12px;
  background: linear-gradient(135deg, #effbf8 0%, #f8fffd 100%);
  box-shadow: 0 5px 15px rgba(13, 148, 136, .08);
}

.selected-address::after {
  content: "";
  position: absolute;
  top: -34px;
  right: -28px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(45, 212, 191, .08);
  pointer-events: none;
}

.selected-address-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--teal);
  box-shadow: 0 5px 10px rgba(13, 148, 136, .2);
  color: #fff;
}

.selected-address-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.selected-address-copy {
  min-width: 0;
}

.selected-address-copy small,
.selected-address-copy strong,
.selected-address-copy > span {
  display: block;
}

.selected-address-copy small {
  display: flex;
  align-items: center;
  gap: 7px;
}

.selected-address-copy small span {
  color: #087b71;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .02em;
}

.selected-address-copy small b {
  padding: 2px 5px;
  border: 1px solid #b8e5df;
  border-radius: 999px;
  color: #3f766f;
  font-size: 7px;
  font-weight: 750;
}

.selected-address-copy strong {
  margin-top: 5px;
  overflow: hidden;
  color: #172638;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selected-address-copy > span {
  margin-top: 2px;
  overflow: hidden;
  color: #718096;
  font-size: 9.5px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selected-address > a {
  position: relative;
  z-index: 1;
  min-height: 34px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #b8ded9;
  border-radius: 8px;
  background: rgba(255, 255, 255, .85);
  color: #087b71;
  font-size: 9.5px;
  font-weight: 800;
  white-space: nowrap;
}

.selected-address > a:hover {
  border-color: var(--teal);
  background: #fff;
}

.selected-address > a svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.detail-address {
  margin-top: 2px;
  padding-top: 3px;
}

.detail-address > span {
  margin-left: 4px;
  color: #94a3b8;
  font-size: 9px;
  font-weight: 550;
}

.detail-address input {
  background: #fff;
}

.manual-address-button {
  justify-self: start;
  padding: 3px 0;
  border: 0;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-size: 10px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 560px) {
  .address-field {
    padding: 15px;
  }

  .address-search-row {
    grid-template-columns: 1fr;
  }

  .address-search-row > button {
    min-height: 46px;
  }

  .selected-address {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .selected-address > a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .address-input-shell,
  .address-search-row > button {
    transition: none;
  }
}

.field-note {
  margin-top: -2px;
  color: #718096;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.45;
}

.license-box[hidden] {
  display: none !important;
}

.owner-account-setup {
  padding: 20px;
  display: grid;
  gap: 16px;
  border: 1px solid #c9e4df;
  border-radius: 13px;
  background: #f5fbfa;
}

.owner-account-title {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.owner-account-title > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #e2f5f1;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: 16px;
}

.owner-account-title h3 {
  margin: 0;
  color: var(--navy);
  font-size: 15px;
}

.owner-account-title p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 550;
  line-height: 1.5;
}

.registration-password {
  position: relative;
  display: block;
}

.registration-password input {
  padding-right: 58px;
}

.password-visibility {
  position: absolute;
  top: 7px;
  right: 7px;
  min-width: 42px;
  height: 32px;
  padding: 0 9px;
  border: 0;
  border-radius: 7px;
  background: #e7f4f2;
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
}

.password-match-message {
  margin: -4px 0 0;
  color: #5f7774;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.password-match-message.error {
  color: #b42318;
}

.password-match-message.success {
  color: var(--teal);
}

.owner-signup-guide {
  padding: 24px;
  border: 1px solid #b8ded9;
  border-radius: 13px;
  background: linear-gradient(135deg, #f1fbf9 0%, #f9fdfc 100%);
}

.owner-signup-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.owner-signup-heading > span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--navy);
  color: var(--accent);
  font-size: 18px;
}

.owner-signup-heading small {
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
}

.owner-signup-heading h3 {
  margin: 4px 0 6px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.35;
}

.owner-signup-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.owner-signup-guide ol,
.registration-success ol {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  list-style: none;
}

.owner-signup-guide ol {
  grid-template-columns: 1fr;
  gap: 10px;
}

.owner-signup-guide li {
  align-items: center;
}

.owner-signup-guide li,
.registration-success li {
  min-width: 0;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid rgba(184, 222, 217, .75);
  border-radius: 9px;
  background: rgba(255, 255, 255, .78);
}

.owner-signup-guide li > b,
.registration-success li > b {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dff5f1;
  color: var(--teal);
  font-size: 11px;
}

.owner-signup-guide li span,
.owner-signup-guide li strong,
.owner-signup-guide li small,
.registration-success li span,
.registration-success li strong,
.registration-success li small {
  display: block;
}

.owner-signup-guide li strong,
.registration-success li strong {
  color: #243449;
  font-size: 14px;
  line-height: 1.4;
}

.owner-signup-guide li small,
.registration-success li small {
  margin-top: 5px;
  color: #718096;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.55;
}

.owner-signup-note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid #d6ebe8;
  color: #53716d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.human-check {
  margin: 22px 0 18px;
  padding: 20px;
  border: 1px solid #d8e8df;
  border-radius: 18px;
  background: #f7fbf8;
}

.human-check > div:first-child {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.human-check > div:first-child > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 12px;
  color: #18744f;
  background: #e3f3ea;
}

.human-check h3 {
  margin: 0 0 4px;
  color: #143b2c;
  font-size: 16px;
}

.human-check p {
  margin: 0;
  color: #5b7167;
  font-size: 13px;
  line-height: 1.55;
}

.human-check > label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
}

.human-check > label > span {
  color: #173c2e;
  font-weight: 750;
}

.human-check > label input {
  margin: 0;
  text-align: center;
}

#turnstileChallenge {
  margin-top: 16px;
}

#challengeStatus {
  margin-top: 12px;
}

#challengeStatus.success {
  color: #18744f;
  font-weight: 700;
}

#challengeStatus.error {
  color: #b42318;
  font-weight: 700;
}

.registration-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.registration-success[hidden],
.steps[hidden],
#registrationForm[hidden] {
  display: none !important;
}

.registration-success {
  width: min(680px, 100%);
  margin: 0 auto;
  padding: 38px;
  border: 1px solid #b8ded9;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 28, 46, .09);
  text-align: center;
}

.success-symbol {
  width: 54px;
  height: 54px;
  margin: 0 auto 15px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--teal);
  box-shadow: 0 8px 18px rgba(13, 148, 136, .2);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

.success-eyebrow {
  margin: 0 0 7px;
  color: var(--teal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.registration-success h2 {
  margin: 0;
  color: var(--navy);
  font-size: 25px;
  letter-spacing: -.03em;
}

.registration-success > p:not(.success-eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.success-email {
  margin: 20px auto 0;
  padding: 13px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #f1f6f6;
}

.success-email small {
  color: var(--muted);
  font-size: 9px;
}

.success-email strong {
  color: var(--navy);
  font-size: 12px;
}

.registration-success ol {
  text-align: left;
}

.registration-success li {
  border-color: var(--line);
  background: #fafcfc;
}

.success-actions {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 9px;
}

.success-actions a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
}

.success-primary {
  background: var(--teal);
  color: #fff;
}

.success-secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
}

.success-caution {
  display: block;
  margin-top: 12px;
  color: #98a2b3;
  font-size: 9px;
}

@media (max-width: 620px) {
  .owner-account-setup,
  .owner-signup-guide {
    padding: 18px;
  }

  .owner-signup-heading h3 {
    font-size: 18px;
  }

  .owner-signup-guide ol,
  .registration-success ol,
  .success-actions {
    grid-template-columns: 1fr;
  }

  .registration-success {
    padding: 28px 20px;
  }

  .success-email {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    text-align: left;
  }
}

/* Consistent SVG icon language */
.benefits b { display: grid; place-items: center; color: var(--teal); }
.benefits b .ui-icon { font-size: 28px; }
.owner-account-title > span,
.faq-note > span { font-family: inherit; color: var(--teal); }
.owner-account-title > span .ui-icon { font-size: 18px; }
.owner-signup-heading > span .ui-icon { font-size: 21px; }
.success-symbol .ui-icon { font-size: 27px; }
.faq-note > span .ui-icon { font-size: 20px; }

/* 20260802: align registration with the calm monochrome DAIL home system. */
:root {
  --navy: #111111;
  --teal: #356f73;
  --accent: #5f8f92;
  --bg: #f7f7f5;
  --soft: #f1f1ee;
  --line: #dfdfdb;
  --muted: #666963;
  --ink: #171817;
}

body { background: var(--bg); color: var(--ink); word-break: keep-all; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-color: #e8e8e4;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}
.brand-mark { background: #111; }
.brand-mark i { border-color: #87a9ab; }
.site-header nav .active { color: #111; }
.find { background: #111; }
.hero {
  padding-top: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid #e8e8e4;
  background: #fff;
  color: #111;
}
.hero > span {
  border: 1px solid #dfdfdb;
  background: #f4f4f1;
  color: #484a46;
}
.hero p { color: #666963; }
.benefits {
  max-width: 1040px;
  gap: 12px;
  padding: 28px 20px;
  background: transparent;
}
.benefits div {
  min-height: 126px;
  padding: 20px 12px;
  border: 1px solid #e3e3df;
  border-radius: 16px;
  background: #fff;
}
.benefits b { color: #111; }
.form-step,
.registration-auth-gate,
.registration-identity,
.application-status-card,
.registration-success,
.faq-list {
  border-color: #dfdfdb;
  box-shadow: 0 14px 36px rgba(17, 17, 17, .055);
}
.form-step { border-radius: 22px; }
.form-step h2,
.faq-heading h2,
.owner-signup-heading h3,
.registration-success h2 { color: #111; }
input,
textarea,
select {
  border-color: #d8d8d4;
  background: #fff;
  color: #171817;
}
select {
  width: 100%;
  height: 52px;
  padding: 0 40px 0 16px;
  border: 1px solid #d8d8d4;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #111;
  outline: 3px solid rgba(17, 17, 17, .08);
}
.choice span,
.chips span { border-color: #d8d8d4; background: #fff; }
.choice input:checked + span,
.chips input:checked + span {
  border-color: #111;
  background: #111;
  color: #fff;
}
.qualification-choice span {
  min-height: 72px;
  align-content: center;
  gap: 5px;
}
.qualification-choice strong,
.qualification-choice small { display: block; }
.qualification-choice strong { font-size: 14px; }
.qualification-choice small { font-size: 10px; font-weight: 600; opacity: .72; }
.eligibility-notice {
  border-color: #deded9;
  background: #f5f5f2;
  color: #30322f;
}
.eligibility-notice > span { background: #fff; color: #356f73; }
.eligibility-notice p { color: #666963; }
.license-box.credential-box {
  padding: 22px;
  gap: 17px;
  border: 1px solid #deded9;
  border-radius: 16px;
  background: #f7f7f5;
}
.credential-heading { display: flex; align-items: flex-start; gap: 12px; }
.credential-heading > span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #111;
  color: #fff;
}
.credential-heading > span .ui-icon { font-size: 19px; }
.credential-heading h3 { margin: 0; color: #111; font-size: 16px; }
.credential-heading p { margin-top: 5px; color: #666963; line-height: 1.55; }
.file-field { gap: 9px; }
.credential-file-input {
  height: auto;
  min-height: 58px;
  padding: 7px;
  border: 1px dashed #bfc1bc;
  border-radius: 12px;
  background: #fff;
  color: #62645f;
  font-size: 12px;
}
.credential-file-input::file-selector-button {
  min-height: 42px;
  margin-right: 12px;
  padding: 0 16px;
  border: 0;
  border-radius: 9px;
  background: #111;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.file-field > small { color: #7a7d77; font-size: 10px; font-weight: 600; }
.next,
#submitButton { background: #111; }
.next:hover,
#submitButton:hover { background: #2b2b2b; }
.back { border-color: #d8d8d4; color: #4f514d; }
.owner-signup-guide {
  border-color: #deded9;
  background: #f7f7f5;
}
.owner-signup-heading > span { background: #111; color: #fff; }
.owner-signup-heading small { color: #356f73; }
.owner-signup-guide li { border-color: #deded9; background: #fff; }
.owner-signup-guide li > b { background: #ecece8; color: #111; }
.owner-signup-note { border-color: #deded9; color: #5f625d; }
.review-summary {
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
  border: 1px solid #deded9;
  border-radius: 16px;
  background: #fff;
}
.review-summary dt,
.review-summary dd {
  min-height: 50px;
  padding: 15px 18px;
  border-bottom: 1px solid #ecece8;
  line-height: 1.55;
}
.review-summary dt { background: #f5f5f2; color: #555852; font-weight: 750; }
.review-summary dd { color: #171817; font-weight: 700; }
.review-summary dt:nth-last-of-type(1),
.review-summary dd:last-child { border-bottom: 0; }
.human-check {
  border-color: #d7dfd9;
  background: #f5f8f5;
}
.human-check > div:first-child > span { background: #e7eee9; color: #356f73; }
.human-check h3 { color: #22342c; }
.schedule-summary { background: #eef3f0; color: #365b50; }
.faq-list summary:hover,
.faq-list details[open] summary { color: #111; background: #f7f7f5; }
.faq-list details[open] summary i { background: #e9e9e5; }
.faq-list details[open] summary i::before,
.faq-list details[open] summary i::after { background: #111; }
.faq-note { background: #eeefeb; }

@media (max-width: 700px) {
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select { font-size: 16px !important; }
  .hero { padding: 54px 20px; }
  .benefits { grid-template-columns: 1fr 1fr; padding: 16px; }
  .benefits div { min-height: 110px; }
  .form-step { padding: 22px; border-radius: 18px; }
  .qualification-choice { grid-template-columns: 1fr 1fr; }
  .qualification-choice span { min-height: 76px; padding: 10px 7px; }
  .license-box.credential-box { padding: 18px; }
  .chips label,
  .choice label {
    width: auto;
    display: inline-flex;
    -webkit-tap-highlight-color: transparent;
  }
  .choice label { display: flex; }
  .choice label > span { width: 100%; }
  .chips span { -webkit-tap-highlight-color: transparent; }
  .review-summary { grid-template-columns: 1fr; }
  .review-summary dt,
  .review-summary dd { min-height: auto; }
  .review-summary dt { padding-bottom: 5px; border-bottom: 0; }
  .review-summary dd { padding-top: 6px; }
  .human-check > label { grid-template-columns: 1fr; }
  .credential-file-input::file-selector-button { display: block; margin: 0 0 7px; }
}
