:root {
  --owner-form-border: rgba(23, 34, 28, 0.13);
  --owner-form-muted: rgba(23, 34, 28, 0.68);
  --owner-form-soft: #f8f6f1;
  --owner-form-error: #9f2f24;
}

.owner-skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #ffffff;
  background: #17221c;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.owner-skip-link:focus-visible {
  outline: 3px solid #d8cda9;
  outline-offset: 3px;
  transform: translateY(0);
}

.owner-fit-page {
  overflow-x: clip;
  background: #ffffff;
}

.owner-form-header {
  background: #17221c;
}

.owner-form-header .owner-site-nav {
  min-height: 92px;
}

.owner-fit-hero,
.owner-management-section,
.owner-next-steps,
.owner-fit-questionnaire {
  scroll-margin-top: 24px;
}

.owner-fit-hero {
  min-height: 900px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(23, 34, 28, 0.96) 0%, rgba(23, 34, 28, 0.87) 48%, rgba(23, 34, 28, 0.46) 100%),
    url("/assets/section-3.png");
  background-size: cover;
  background-position: center;
}

.owner-fit-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  gap: 72px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  min-height: 730px;
  margin: 0 auto;
  padding: 72px 0 104px;
}

.owner-fit-copy {
  min-width: 0;
}

.owner-fit-eyebrow,
.owner-section-heading > div > span,
.owner-fit-form-head > div > span {
  display: block;
  margin-bottom: 18px;
  color: #d8cda9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.owner-fit-copy h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: clamp(64px, 7.2vw, 112px);
  font-weight: 400;
  line-height: 0.9;
  text-wrap: balance;
}

.owner-fit-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 700;
  line-height: 1.56;
  text-wrap: pretty;
}

.owner-fit-copy .owner-fit-supporting-copy {
  max-width: 620px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.65;
}

.owner-fit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.owner-fit-hero-actions a:focus-visible {
  outline: 3px solid #d8cda9;
  outline-offset: 4px;
}

.owner-service-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.owner-service-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.44 / 1;
  object-fit: cover;
}

.owner-service-card-copy {
  padding: 26px 28px 30px;
}

.owner-service-card-copy > span {
  display: block;
  margin-bottom: 18px;
  color: #d8cda9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.owner-service-card-copy ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.owner-service-card-copy li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 13px 0 13px 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 750;
}

.owner-service-card-copy li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8cda9;
}

.owner-management-section,
.owner-next-steps,
.owner-fit-questionnaire {
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
}

.owner-fit-questionnaire {
  padding-top: 72px;
}

.owner-management-section {
  background: #ffffff;
}

.owner-section-heading,
.owner-fit-form-head {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 0.52fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 44px;
}

.owner-section-heading h2,
.owner-fit-form-head h2 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-family: var(--title-font);
  font-size: clamp(56px, 6.4vw, 98px);
  font-weight: 400;
  line-height: 0.92;
  text-wrap: balance;
}

.owner-section-heading p,
.owner-fit-form-head p {
  margin: 0;
  color: var(--owner-form-muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.68;
  text-wrap: pretty;
}

.owner-comparison-wrap {
  overflow: hidden;
  border: 1px solid var(--owner-form-border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(37, 48, 39, 0.08);
}

.owner-comparison-wrap:focus-visible {
  outline: 3px solid rgba(104, 130, 113, 0.5);
  outline-offset: 4px;
}

.owner-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.owner-comparison-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.owner-comparison-table th,
.owner-comparison-table td {
  width: 50%;
  padding: 22px 26px;
  text-align: left;
  vertical-align: top;
}

.owner-comparison-table th {
  color: #ffffff;
  background: #17221c;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.owner-comparison-table th + th {
  color: #17221c;
  background: #d8cda9;
}

.owner-comparison-table td {
  border-top: 1px solid var(--owner-form-border);
  color: rgba(23, 34, 28, 0.68);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  text-wrap: pretty;
}

.owner-comparison-table td + td {
  border-left: 1px solid var(--owner-form-border);
  color: var(--ink);
  background: rgba(216, 205, 169, 0.13);
  font-weight: 850;
}

.owner-comparison-table tbody tr:nth-child(even) td:first-child {
  background: #fbfaf7;
}

.owner-management-closing {
  max-width: 820px;
  margin: 36px auto 0;
  color: var(--ink);
  font-family: var(--title-font);
  font-size: clamp(32px, 3.4vw, 50px);
  line-height: 1.05;
  text-align: center;
  text-wrap: balance;
}

.owner-next-steps {
  background: var(--owner-form-soft);
}

.owner-section-heading.compact h2 {
  max-width: 680px;
}

.owner-next-steps-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.owner-next-steps-list li {
  min-width: 0;
  border: 1px solid var(--owner-form-border);
  border-radius: 24px;
  padding: 28px;
  background: #ffffff;
}

.owner-next-steps-list li > span {
  display: inline-flex;
  margin-bottom: 56px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.owner-next-steps-list strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

.owner-next-steps-list p {
  margin: 0;
  color: var(--owner-form-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.owner-fit-questionnaire {
  background: #ffffff;
}

.owner-fit-form-head {
  margin-bottom: 34px;
}

.owner-fit-form-head > div > span {
  color: var(--gold);
}

.owner-fit-form-head .owner-required-note {
  margin-top: 14px;
  color: rgba(23, 34, 28, 0.78);
  font-size: 13px;
}

.owner-application-form {
  display: grid;
  gap: 20px;
}

.owner-form-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.owner-form-progress li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  border: 1px solid var(--owner-form-border);
  border-radius: 14px;
  padding: 9px 10px;
  color: rgba(23, 34, 28, 0.54);
  background: var(--owner-form-soft);
}

.owner-form-progress li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: inherit;
  background: rgba(23, 34, 28, 0.08);
  font-size: 12px;
  font-weight: 950;
}

.owner-form-progress li > strong {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owner-form-progress li[aria-current="step"] {
  border-color: rgba(104, 130, 113, 0.42);
  color: #ffffff;
  background: #17221c;
}

.owner-form-progress li[aria-current="step"] > span {
  color: #17221c;
  background: #d8cda9;
}

.owner-form-progress li.is-complete {
  color: var(--ink);
  background: rgba(104, 130, 113, 0.13);
}

.owner-form-error-summary {
  border: 1px solid rgba(159, 47, 36, 0.36);
  border-left: 5px solid var(--owner-form-error);
  border-radius: 16px;
  padding: 18px 20px;
  color: #6d2019;
  background: #fff5f3;
}

.owner-form-error-summary:focus-visible {
  outline: 3px solid rgba(159, 47, 36, 0.32);
  outline-offset: 3px;
}

.owner-form-error-summary strong,
.owner-form-error-summary p {
  margin: 0;
}

.owner-form-error-summary p {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.owner-form-step {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--owner-form-border);
  border-radius: 28px;
  padding: 34px;
  background: var(--owner-form-soft);
  box-shadow: 0 18px 50px rgba(37, 48, 39, 0.06);
}

.owner-form-step[hidden] {
  display: none;
}

.owner-form-step > legend {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 0 0 26px;
  padding: 0;
  color: var(--ink);
}

.owner-form-step > legend > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.owner-form-step > legend > strong {
  font-family: var(--title-font);
  font-size: clamp(42px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 0.96;
  text-wrap: balance;
}

.owner-form-grid {
  display: grid;
  gap: 18px;
}

.owner-form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owner-form-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.owner-form-field,
.owner-file-field {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  color: rgba(23, 34, 28, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.owner-form-field.full,
.owner-file-field.full,
.owner-choice-group.full,
.owner-conditional-field.full {
  grid-column: 1 / -1;
}

.owner-form-field > span:first-child,
.owner-file-field > span:first-child,
.owner-choice-group > legend {
  color: rgba(23, 34, 28, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.owner-form-field input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.owner-form-field textarea,
.owner-form-field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--owner-form-border);
  border-radius: 15px;
  padding: 13px 14px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.owner-form-field textarea {
  min-height: 118px;
  resize: vertical;
  line-height: 1.55;
}

.owner-form-field input::placeholder,
.owner-form-field textarea::placeholder {
  color: rgba(23, 34, 28, 0.42);
}

.owner-form-field input:focus-visible,
.owner-form-field textarea:focus-visible,
.owner-form-field select:focus-visible,
.owner-file-field input[type="file"]:focus-visible {
  border-color: rgba(104, 130, 113, 0.8);
  outline: none;
  box-shadow: 0 0 0 4px rgba(104, 130, 113, 0.14);
}

.owner-form-field input[aria-invalid="true"],
.owner-form-field textarea[aria-invalid="true"],
.owner-form-field select[aria-invalid="true"],
.owner-file-field input[aria-invalid="true"] {
  border-color: rgba(159, 47, 36, 0.64);
  background: #fff8f6;
}

.owner-field-help,
.owner-file-field > small,
.owner-file-summary {
  color: rgba(23, 34, 28, 0.66);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
}

.owner-field-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.owner-field-meta > small:last-child {
  margin-left: auto;
  color: rgba(23, 34, 28, 0.56);
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.owner-field-error {
  min-height: 0;
  color: var(--owner-form-error);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.owner-field-error:empty {
  display: none;
}

.owner-choice-group {
  min-inline-size: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.owner-choice-group > legend {
  margin: 0 0 10px;
  padding: 0;
}

.owner-choice-list {
  display: grid;
  gap: 10px;
}

.owner-choice-list.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owner-choice-list.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.owner-choice-list.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.owner-choice {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-width: 0;
  min-height: 50px;
  border: 1px solid var(--owner-form-border);
  border-radius: 15px;
  padding: 13px 14px;
  color: var(--ink);
  background: #ffffff;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
  touch-action: manipulation;
}

.owner-choice:hover {
  border-color: rgba(104, 130, 113, 0.5);
  background: rgba(104, 130, 113, 0.06);
}

.owner-choice:focus-within {
  border-color: rgba(104, 130, 113, 0.8);
  box-shadow: 0 0 0 4px rgba(104, 130, 113, 0.14);
}

.owner-choice:has(input:checked) {
  border-color: rgba(104, 130, 113, 0.72);
  background: rgba(104, 130, 113, 0.12);
}

.owner-choice input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--sage);
}

.owner-choice input:focus-visible {
  outline: 2px solid #17221c;
  outline-offset: 3px;
}

.owner-choice > span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.owner-choice.confirmation {
  min-height: 58px;
  align-items: flex-start;
  padding: 16px;
}

.owner-confirmation-group {
  border: 1px solid rgba(155, 133, 87, 0.24);
  border-radius: 18px;
  padding: 18px;
  background: rgba(216, 205, 169, 0.13);
}

.owner-conditional-field[hidden] {
  display: none;
}

.owner-file-field {
  border: 1px dashed rgba(104, 130, 113, 0.44);
  border-radius: 20px;
  padding: 22px;
  background: #ffffff;
}

.owner-file-field > strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.owner-file-field input[type="file"] {
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid var(--owner-form-border);
  border-radius: 14px;
  padding: 7px;
  color: rgba(23, 34, 28, 0.7);
  background: var(--owner-form-soft);
  font: inherit;
  font-size: 12px;
}

.owner-file-field input[type="file"]::file-selector-button {
  min-height: 34px;
  margin-right: 10px;
  border: 0;
  border-radius: 9px;
  padding: 0 13px;
  color: #ffffff;
  background: #17221c;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.owner-file-summary {
  color: var(--ink);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.owner-step-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
}

.owner-step-actions.end {
  justify-content: flex-end;
}

.owner-step-primary-actions {
  display: flex;
  gap: 12px;
}

.owner-honeypot {
  position: fixed !important;
  inset: 0 auto auto 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.owner-step-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid #17221c;
  border-radius: 999px;
  padding: 0 22px;
  color: #ffffff;
  background: #17221c;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
  touch-action: manipulation;
}

.owner-step-actions button:hover {
  border-color: #40634a;
  background: #40634a;
  transform: translateY(-1px);
}

.owner-step-actions button.secondary {
  color: var(--ink);
  border-color: var(--owner-form-border);
  background: #ffffff;
}

.owner-step-actions button.secondary:hover {
  border-color: rgba(104, 130, 113, 0.5);
  background: rgba(104, 130, 113, 0.08);
}

.owner-step-actions button:focus-visible {
  outline: 3px solid rgba(104, 130, 113, 0.48);
  outline-offset: 4px;
}

.owner-step-actions button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.owner-submit-spinner {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 9px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: owner-spin 720ms linear infinite;
}

.owner-step-actions button.is-submitting .owner-submit-spinner {
  display: inline-block;
}

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

.owner-form-status {
  border: 1px solid rgba(104, 130, 113, 0.34);
  border-radius: 22px;
  padding: 24px 26px;
  color: var(--ink);
  background: rgba(104, 130, 113, 0.1);
}

.owner-form-status.is-error {
  border-color: rgba(159, 47, 36, 0.36);
  color: #6d2019;
  background: #fff5f3;
}

.owner-form-status.is-setup {
  border-color: rgba(155, 133, 87, 0.42);
  background: rgba(216, 205, 169, 0.18);
}

.owner-form-status:focus-visible {
  outline: 3px solid rgba(104, 130, 113, 0.45);
  outline-offset: 4px;
}

.owner-form-status strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--title-font);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.owner-form-status p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.owner-form-footer {
  background: #17221c;
}

@media (max-width: 980px) {
  .owner-fit-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(23, 34, 28, 0.96) 0%, rgba(23, 34, 28, 0.87) 58%, rgba(23, 34, 28, 0.6) 100%),
      url("/assets/section-3.png");
    background-size: cover;
    background-position: center;
  }

  .owner-fit-hero-inner,
  .owner-section-heading,
  .owner-fit-form-head {
    grid-template-columns: 1fr;
  }

  .owner-fit-hero-inner {
    gap: 38px;
    width: calc(100% - 36px);
    min-height: auto;
    padding: 70px 0 78px;
  }

  .owner-fit-copy h1 {
    max-width: 680px;
    font-size: clamp(60px, 12vw, 92px);
  }

  .owner-service-card {
    width: min(620px, 100%);
  }

  .owner-management-section,
  .owner-next-steps,
  .owner-fit-questionnaire {
    padding: 78px 20px;
  }

  .owner-section-heading,
  .owner-fit-form-head {
    gap: 22px;
  }

  .owner-next-steps-list {
    grid-template-columns: 1fr;
  }

  .owner-next-steps-list li > span {
    margin-bottom: 30px;
  }

  .owner-form-progress {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .owner-form-progress li {
    flex: 0 0 170px;
    scroll-snap-align: start;
  }

  .owner-choice-list.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .owner-fit-hero-inner {
    padding-top: 58px;
  }

  .owner-fit-copy h1 {
    font-size: clamp(54px, 16vw, 72px);
  }

  .owner-fit-copy > p {
    font-size: 17px;
  }

  .owner-fit-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .owner-fit-hero-actions a {
    width: 100%;
  }

  .owner-section-heading h2,
  .owner-fit-form-head h2 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .owner-comparison-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .owner-comparison-table,
  .owner-comparison-table tbody,
  .owner-comparison-table tr,
  .owner-comparison-table td {
    display: block;
    width: 100%;
  }

  .owner-comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .owner-comparison-table tr {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid var(--owner-form-border);
    border-radius: 18px;
    background: #ffffff;
  }

  .owner-comparison-table td {
    border: 0;
    padding: 17px 18px;
  }

  .owner-comparison-table td::before {
    display: block;
    margin-bottom: 8px;
    color: rgba(23, 34, 28, 0.54);
    content: attr(data-label);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .owner-comparison-table td + td {
    border-top: 1px solid var(--owner-form-border);
    border-left: 0;
    background: rgba(216, 205, 169, 0.16);
  }

  .owner-form-step {
    border-radius: 22px;
    padding: 24px 18px;
  }

  .owner-form-step > legend > strong {
    font-size: 42px;
  }

  .owner-form-grid.two,
  .owner-form-grid.three,
  .owner-choice-list.two,
  .owner-choice-list.three,
  .owner-choice-list.four {
    grid-template-columns: 1fr;
  }

  .owner-step-actions,
  .owner-step-actions.end {
    flex-direction: column-reverse;
  }

  .owner-step-actions button {
    width: 100%;
  }

  .owner-step-primary-actions {
    width: 100%;
    flex-direction: column-reverse;
  }

  .owner-step-actions.end button {
    width: 100%;
  }

  .owner-field-meta {
    align-items: flex-start;
  }

  .owner-file-field {
    padding: 18px;
  }

  .owner-file-field input[type="file"]::file-selector-button {
    display: block;
    width: 100%;
    margin: 0 0 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .owner-skip-link,
  .owner-choice,
  .owner-step-actions button,
  .owner-form-field input,
  .owner-form-field textarea,
  .owner-form-field select {
    transition-duration: 0.01ms;
  }

  .owner-submit-spinner {
    animation-duration: 1.5s;
  }
}

html[lang="ar"] .owner-fit-questionnaire,
html[lang="ar"] .owner-fit-form-head,
html[lang="ar"] .owner-form-step,
html[lang="ar"] .owner-choice,
html[lang="ar"] .owner-file-field,
html[lang="ar"] .owner-form-error-summary,
html[lang="ar"] .owner-form-status {
  text-align: right;
}

html[lang="ar"] .owner-fit-questionnaire,
html[lang="ar"] .owner-form-field,
html[lang="ar"] .owner-choice,
html[lang="ar"] .owner-file-field,
html[lang="ar"] .owner-step-actions button {
  font-family: "Tajawal", "Manrope", sans-serif;
}

html[lang="ar"] .owner-fit-form-head h2,
html[lang="ar"] .owner-form-step > legend > strong {
  font-family: "Tajawal", "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1.15;
}

html[lang="ar"] .owner-form-field input[type="email"],
html[lang="ar"] .owner-form-field input[type="tel"],
html[lang="ar"] .owner-form-field input[type="url"] {
  direction: ltr;
  text-align: left;
}

html[lang="ar"] .owner-submit-spinner {
  margin-right: 9px;
  margin-left: 0;
}
