:root {
  --dda-paper: #fffdf8;
  --dda-ink: #302b25;
  --dda-muted: #70675d;
  --dda-line: #d9cdbb;
  --dda-accent: #865d45;
  --dda-accent-dark: #684633;
  --dda-accent-soft: #eee1d4;
  --dda-error: #9f342f;
}

html.dda-js .dda-questionnaire-page #evf-form-164 .evf-field,
html.dda-js .dda-questionnaire-page #evf-form-164 .evf-submit-container {
  visibility: hidden;
}

html.dda-js .dda-questionnaire-page #evf-form-164.dda-wizard .evf-field,
html.dda-js .dda-questionnaire-page #evf-form-164.dda-wizard .evf-submit-container {
  visibility: visible;
}

.dda-questionnaire-page,
.dda-questionnaire-page #page,
.dda-questionnaire-page #zak-content,
.dda-questionnaire-page .zak-container,
.dda-questionnaire-page .zak-row,
.dda-questionnaire-page .elementor,
.dda-questionnaire-page .elementor-element,
.dda-questionnaire-page .elementor-widget-container,
.dda-questionnaire-page .everest-forms,
.dda-questionnaire-page .evf-container,
.dda-questionnaire-page #evf-form-164 {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.dda-questionnaire-page {
  overflow-x: hidden;
}

.dda-questionnaire-page .zak-breadcrumbs,
.dda-questionnaire-page .zak-breadcrumbs a,
.dda-questionnaire-page .zak-breadcrumbs span {
  color: #554b42;
}

.dda-questionnaire-page .elementor-heading-title {
  color: #6f4c37 !important;
}

.dda-questionnaire-page .elementor-widget-text-editor,
.dda-questionnaire-page .elementor-widget-text-editor p {
  color: #625950 !important;
}

.elementor-element-d2454bc > .elementor-widget-container > h1 {
  display: none !important;
}

#evf-form-164.dda-wizard {
  width: 100%;
  max-width: 780px;
  margin-inline: auto;
  color: var(--dda-ink);
}

#evf-form-164.dda-wizard .evf-field-container {
  min-height: 310px;
}

#evf-form-164.dda-wizard .evf-frontend-row,
#evf-form-164.dda-wizard .evf-frontend-grid {
  display: contents;
}

.dda-wizard__header {
  margin: 0 0 18px;
}

.dda-wizard__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.dda-wizard__eyebrow {
  color: var(--dda-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dda-wizard__count {
  color: var(--dda-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.dda-wizard__track {
  height: 5px;
  overflow: hidden;
  background: #e6dccd;
  border-radius: 999px;
}

.dda-wizard__bar {
  display: block;
  width: 0;
  height: 100%;
  background: var(--dda-accent);
  border-radius: inherit;
  transition: width 240ms ease;
}

#evf-form-164 .dda-wizard__step,
#evf-form-164 .dda-wizard__review {
  display: none !important;
}

#evf-form-164 .dda-wizard__step--active,
#evf-form-164 .dda-wizard__review--active {
  display: block !important;
  animation: dda-card-in 180ms ease-out both;
}

#evf-form-164 .dda-wizard__step,
#evf-form-164 .dda-wizard__review {
  box-sizing: border-box;
  padding: clamp(24px, 5vw, 42px);
  background: var(--dda-paper);
  border: 1px solid var(--dda-line);
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(71, 52, 36, 0.07);
}

#evf-form-164 .dda-wizard__step .evf-field-label {
  margin-bottom: 22px;
}

#evf-form-164 .dda-wizard__step .evf-label,
.dda-wizard__review h3 {
  display: block;
  margin: 0;
  color: var(--dda-ink);
  font-family: inherit;
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  font-weight: 650;
  line-height: 1.32;
}

#evf-form-164 .dda-wizard__step .evf-field-description {
  margin: -12px 0 20px;
  color: var(--dda-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

#evf-form-164 .dda-wizard__step ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#evf-form-164 .dda-wizard__step li {
  position: relative;
  margin: 0;
}

#evf-form-164 .dda-wizard__step input[type="radio"],
#evf-form-164 .dda-wizard__step input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

#evf-form-164 .dda-wizard__step .everest-forms-field-label-inline {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 16px 13px 48px;
  color: var(--dda-ink);
  background: #fff;
  border: 1px solid var(--dda-line);
  border-radius: 9px;
  cursor: pointer;
  line-height: 1.4;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

#evf-form-164 .dda-wizard__step .evf-privacy-policy-consent-message {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 16px 13px 48px;
  color: var(--dda-ink);
  background: #fff;
  border: 1px solid var(--dda-line);
  border-radius: 9px;
  cursor: pointer;
  line-height: 1.4;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

#evf-form-164 .evf-privacy-policy-consent-message a {
  color: var(--dda-accent-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#evf-form-164 .dda-wizard__step .everest-forms-field-label-inline::before {
  content: '';
  position: absolute;
  left: 17px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #a99c8b;
  border-radius: 50%;
}

#evf-form-164 .dda-wizard__step .evf-privacy-policy-consent-message::before {
  content: '';
  position: absolute;
  left: 17px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #a99c8b;
  border-radius: 4px;
}

#evf-form-164 .dda-wizard__step input[type="checkbox"] + .everest-forms-field-label-inline::before {
  border-radius: 4px;
}

#evf-form-164 .dda-wizard__step input:checked + .everest-forms-field-label-inline {
  background: var(--dda-accent-soft);
  border-color: var(--dda-accent);
  box-shadow: 0 0 0 1px var(--dda-accent);
}

#evf-form-164 .dda-wizard__step input:checked + .evf-privacy-policy-consent-message {
  background: var(--dda-accent-soft);
  border-color: var(--dda-accent);
  box-shadow: 0 0 0 1px var(--dda-accent);
}

#evf-form-164 .dda-wizard__step input:checked + .everest-forms-field-label-inline::before {
  background: var(--dda-accent);
  border-color: var(--dda-accent);
  box-shadow: inset 0 0 0 4px #fff;
}

#evf-form-164 .dda-wizard__step input[type="checkbox"]:checked + .everest-forms-field-label-inline::before {
  background: var(--dda-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='m5 10 3 3 7-7'/%3E%3C/svg%3E") center / 15px no-repeat;
  box-shadow: none;
}

#evf-form-164 .dda-wizard__step input[type="checkbox"]:checked + .evf-privacy-policy-consent-message::before {
  background: var(--dda-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='m5 10 3 3 7-7'/%3E%3C/svg%3E") center / 15px no-repeat;
  border-color: var(--dda-accent);
  box-shadow: none;
}

#evf-form-164.dda-wizard .evf-error {
  display: none !important;
}

#evf-form-164 .dda-wizard__step input:focus-visible + .everest-forms-field-label-inline,
#evf-form-164 .dda-wizard__step input[type="text"]:focus,
#evf-form-164 .dda-wizard__step input[type="email"]:focus,
#evf-form-164 .dda-wizard__step textarea:focus,
.dda-wizard__nav button:focus-visible,
.dda-wizard__answer button:focus-visible {
  outline: 3px solid rgba(134, 93, 69, 0.28);
  outline-offset: 2px;
}

#evf-form-164 .dda-wizard__step input[type="text"],
#evf-form-164 .dda-wizard__step input[type="email"],
#evf-form-164 .dda-wizard__step textarea,
#evf-form-164 .dda-wizard__step select {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  padding: 12px 14px;
  color: var(--dda-ink);
  background: #fff;
  border: 1px solid #b9ad9e;
  border-radius: 8px;
  font-size: 1rem;
}

.dda-wizard__nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.dda-wizard__nav button,
.dda-wizard__answer button {
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.96rem;
  font-weight: 700;
  cursor: pointer;
}

.dda-wizard__next {
  margin-left: auto;
  color: #fff;
  background: var(--dda-accent);
  border: 1px solid var(--dda-accent);
}

.dda-wizard__next:hover {
  background: var(--dda-accent-dark);
  border-color: var(--dda-accent-dark);
}

.dda-wizard__back {
  color: var(--dda-ink);
  background: transparent;
  border: 1px solid #b9ad9e;
}

.dda-wizard__error {
  margin: 16px 0 0;
  color: var(--dda-error);
  font-weight: 650;
}

#evf-form-164 .dda-wizard__step--error {
  border-color: rgba(159, 52, 47, 0.55);
}

.dda-wizard__review-heading {
  margin-bottom: 24px;
}

.dda-wizard__review-heading .dda-wizard__eyebrow {
  display: block;
  margin-bottom: 8px;
}

.dda-wizard__review-heading p {
  margin: 10px 0 0;
  color: var(--dda-muted);
}

.dda-wizard__answers {
  border-top: 1px solid var(--dda-line);
}

.dda-wizard__answer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--dda-line);
}

.dda-wizard__answer > div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 8px;
}

.dda-wizard__answer-number {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--dda-accent-dark);
  background: var(--dda-accent-soft);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
}

.dda-wizard__answer strong {
  color: var(--dda-ink);
  font-size: 0.94rem;
  line-height: 1.45;
}

.dda-wizard__answer p {
  margin: 4px 0 0;
  color: var(--dda-muted);
  font-size: 0.92rem;
}

.dda-wizard__answer button {
  min-height: 34px;
  padding: 6px 10px;
  color: var(--dda-accent-dark);
  background: transparent;
  border: 1px solid var(--dda-line);
  font-size: 0.82rem;
}

.dda-wizard__download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 18px;
  background: #f6eee5;
  border: 1px solid #e0d0bd;
  border-radius: 10px;
}

.dda-wizard__download strong {
  color: var(--dda-ink);
  font-size: 0.98rem;
}

.dda-wizard__download p {
  margin: 4px 0 0;
  color: var(--dda-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.dda-wizard__download button {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 10px 16px;
  color: #fff;
  background: var(--dda-accent-dark);
  border: 1px solid var(--dda-accent-dark);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 750;
  cursor: pointer;
}

.dda-wizard__download button:hover { background: #4f3326; border-color: #4f3326; }
.dda-wizard__download button:disabled { cursor: wait; opacity: 0.72; }
.dda-wizard__download button:focus-visible { outline: 3px solid rgba(134, 93, 69, 0.28); outline-offset: 2px; }

#evf-form-164 .dda-wizard__submit {
  display: none !important;
  justify-content: flex-end;
  margin-top: 18px;
}

#evf-form-164 .dda-wizard__submit--active {
  display: flex !important;
}

#evf-form-164 .dda-wizard__submit #evf-submit-164 {
  min-height: 48px;
  padding: 11px 22px;
  color: #fff;
  background: var(--dda-accent);
  border: 1px solid var(--dda-accent);
  border-radius: 8px;
  font-weight: 700;
}

@keyframes dda-card-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  .dda-questionnaire-page #zak-content > .zak-container,
  .dda-questionnaire-page #zak-content > .zak-container > .zak-row {
    width: 100%;
    padding-inline: 12px;
  }

  .dda-questionnaire-page .elementor-element {
    --container-max-width: 100%;
  }

  .dda-questionnaire-page .elementor-widget-wrap,
  .dda-questionnaire-page .e-con-inner {
    width: 100%;
    max-width: 100%;
    padding-inline: 0 !important;
  }

  #evf-form-164 .dda-wizard__step .evf-privacy-policy-consent-message {
    align-items: flex-start;
    padding-right: 12px;
    font-size: .9rem;
  }

  #evf-form-164 .dda-wizard__step .everest-forms-field-label-inline,
  #evf-form-164 .dda-wizard__step .evf-privacy-policy-consent-message,
  #evf-form-164 .dda-wizard__step input[type="text"],
  #evf-form-164 .dda-wizard__step input[type="email"],
  #evf-form-164 .dda-wizard__step textarea,
  #evf-form-164 .dda-wizard__step select {
    min-height: 56px;
    font-size: 16px;
  }
  #evf-form-164.dda-wizard .evf-field-container {
    min-height: 0;
  }

  .dda-wizard__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  #evf-form-164 .dda-wizard__step,
  #evf-form-164 .dda-wizard__review {
    padding: 22px 18px;
    border-radius: 10px;
  }

  .dda-wizard__answer {
    grid-template-columns: 1fr;
  }

  .dda-wizard__answer button {
    justify-self: start;
    margin-left: 36px;
    min-height: 44px;
  }

  .dda-wizard__download {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .dda-wizard__download button {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }

  .dda-wizard__nav {
    flex-wrap: wrap;
  }

  .dda-wizard__nav button {
    min-height: 48px;
  }

  .dda-wizard__next {
    flex: 1 1 170px;
  }

  #evf-form-164 .dda-wizard__submit {
    justify-content: stretch;
  }

  #evf-form-164 .dda-wizard__submit #evf-submit-164 {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dda-wizard__bar,
  #evf-form-164 .dda-wizard__step,
  #evf-form-164 .dda-wizard__review {
    animation: none;
    transition: none;
  }
}
