/* PC Scientist - Website quote questionnaire
   Visual match for the public book portal. Do not import booking source. */
:root {
  --wd-navy: #122241;
  --wd-lavender: #cdc9cd;
  --wd-periwinkle: #6b6ce0;
  --wd-slate: #8494a7;
  --wd-muted: #4d5f75;
  --wd-orange: #e85d04;
  --wd-green: #16a34a;
  --wd-cream-card: #fffdf8;
  --wd-page-bg: linear-gradient(160deg, #fdf6ee 0%, #f5e8d0 40%, #fdf0d8 70%, #f8e8c8 100%);
  --wd-shadow: 10px 10px 0 rgba(18, 34, 65, 0.88);
  --wd-radius: 16px;
  --wd-max-card: min(44rem, 94vw);
  --wd-pad: clamp(0.75rem, 2vw, 1.5rem);
  --wd-font: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --wd-small: clamp(0.75rem, 0.8vw + 0.35rem, 0.9375rem);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

body.wd-page {
  margin: 0;
  font-family: var(--wd-font);
  font-size: var(--wd-small);
  line-height: 1.5;
  color: var(--wd-navy);
  background: var(--wd-page-bg);
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

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

.wd-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: var(--wd-navy);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.wd-skip:focus {
  left: 0;
  outline: 3px solid var(--wd-periwinkle);
  outline-offset: 2px;
}

.wd-public {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: max(var(--wd-pad), env(safe-area-inset-top, 0px))
    max(var(--wd-pad), env(safe-area-inset-right, 0px))
    max(var(--wd-pad), env(safe-area-inset-bottom, 0px))
    max(var(--wd-pad), env(safe-area-inset-left, 0px));
}

.wd-public__wrap {
  width: 100%;
  max-width: var(--wd-max-card);
}

@media (min-width: 1200px) {
  :root { --wd-max-card: min(46rem, 88vw); }
}
@media (min-width: 1920px) {
  :root { --wd-max-card: min(50rem, 72vw); }
}
@media (min-width: 2560px) {
  :root { --wd-max-card: min(52rem, 48vw); }
}

.wd-public__card {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 12%, transparent);
  border-radius: var(--wd-radius);
  box-shadow: var(--wd-shadow);
  overflow: hidden;
}

.wd-public__brand {
  position: relative;
  background: #fff;
  padding: clamp(1rem, 2.8vw, 1.4rem) clamp(1rem, 3vw, 1.6rem) clamp(0.95rem, 2.5vw, 1.25rem);
  border-bottom: 1px solid color-mix(in srgb, var(--wd-navy) 8%, transparent);
}
.wd-public__brand::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wd-navy) 0%, var(--wd-periwinkle) 55%, var(--wd-lavender) 100%);
}

.wd-public__brand-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd-public__brand-toolbar--menu {
  justify-content: space-between;
  gap: 0.65rem;
}
.wd-public__brand-toolbar--menu .wd-public__logo-wrap {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-start;
}

.wd-public__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wd-public__logo-wrap a {
  display: block;
  line-height: 0;
}
.wd-public__logo {
  display: block;
  width: auto;
  max-width: min(38rem, 100%);
  max-height: 7.85rem;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.wd-public__subtitle {
  margin: clamp(0.65rem, 2vw, 0.85rem) 0 0;
  text-align: center;
  font-size: clamp(0.75rem, 1vw + 0.35rem, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wd-navy);
}

.wd-public__site-nav {
  display: none;
  width: 100%;
  margin-top: clamp(0.55rem, 1.5vw, 0.85rem);
  padding-top: clamp(0.5rem, 1.2vw, 0.7rem);
  border-top: 1px solid color-mix(in srgb, var(--wd-navy) 14%, transparent);
  text-align: center;
}
.wd-public__site-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.35rem, 1vw, 0.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.wd-public__site-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.4rem clamp(0.65rem, 1.8vw, 0.9rem);
  font-size: clamp(0.6875rem, 0.75vw + 0.38rem, 0.9rem);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: var(--wd-navy);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 18%, transparent);
  border-radius: 8px;
}
.wd-public__site-nav-link:hover,
.wd-public__site-nav-link:focus-visible {
  border-color: var(--wd-periwinkle);
  background: color-mix(in srgb, var(--wd-periwinkle) 10%, #fff);
  outline: none;
}

@media (min-width: 768px) {
  .wd-public__site-nav { display: block; }
  .wd-public__menu-btn { display: none !important; }
  .wd-public__brand-toolbar--menu { justify-content: center; }
  .wd-public__brand-toolbar--menu .wd-public__logo-wrap { justify-content: center; }
  .wd-drawer,
  .wd-drawer-backdrop { display: none !important; }
}

.wd-public__menu-btn {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 44px;
  min-height: 44px;
  padding: 0.35rem 0.55rem;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 22%, transparent);
  border-radius: 8px;
  background: #fff;
  color: var(--wd-navy);
  cursor: pointer;
  touch-action: manipulation;
}
.wd-public__menu-btn:hover,
.wd-public__menu-btn:focus-visible {
  border-color: var(--wd-periwinkle);
  background: color-mix(in srgb, var(--wd-periwinkle) 10%, #fff);
  outline: none;
}
.wd-public__menu-btn-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wd-public__menu-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
}
.wd-public__menu-bar {
  display: block;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.wd-public__menu-icon--open .wd-public__menu-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.wd-public__menu-icon--open .wd-public__menu-bar:nth-child(2) { opacity: 0; }
.wd-public__menu-icon--open .wd-public__menu-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 767.98px) {
  .wd-public__brand--has-nav {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .wd-public__brand--has-nav .wd-public__logo {
    max-width: min(13.5rem, 68vw);
    max-height: 2.79rem;
  }
  .wd-public__brand--has-nav .wd-public__subtitle {
    margin-top: 0.5rem;
    font-size: 0.6875rem;
    letter-spacing: 0.16em;
  }
}

.wd-drawer-backdrop[hidden],
.wd-drawer[hidden] { display: none !important; }
.wd-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  border: 0;
  background: rgba(18, 34, 65, 0.55);
  cursor: pointer;
}
.wd-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  width: min(18rem, 88vw);
  max-height: 100dvh;
  padding: max(0.75rem, env(safe-area-inset-top, 0px))
    max(0.85rem, env(safe-area-inset-right, 0px))
    max(0.85rem, env(safe-area-inset-bottom, 0px))
    0.85rem;
  background: var(--wd-cream-card);
  border-left: 3px solid var(--wd-navy);
  box-shadow: -8px 0 24px rgba(18, 34, 65, 0.2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wd-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid color-mix(in srgb, var(--wd-navy) 14%, transparent);
}
.wd-drawer__title {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wd-navy);
}
.wd-drawer__close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid color-mix(in srgb, var(--wd-navy) 22%, transparent);
  border-radius: 6px;
  background: #fff;
  color: var(--wd-navy);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.wd-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.wd-drawer__nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.55rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--wd-navy);
  text-decoration: none;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 12%, transparent);
  border-radius: 8px;
  background: #fff;
}
.wd-drawer__call {
  margin-top: 0.85rem !important;
  justify-content: center !important;
  color: #fff !important;
  background: var(--wd-navy) !important;
  border-color: var(--wd-navy) !important;
  box-shadow: 2px 2px 0 color-mix(in srgb, var(--wd-periwinkle) 45%, transparent);
}

.wd-hero {
  background: linear-gradient(148deg, #0c162c 0%, var(--wd-navy) 42%, #1b2f55 72%, #243a63 100%);
  color: #fff;
  padding: 0.85rem 1rem 0.9rem;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
}
.wd-hero__glow {
  position: absolute;
  right: -8%;
  top: -35%;
  width: min(20rem, 62vw);
  height: min(14rem, 42vw);
  border-radius: 999px;
  background: color-mix(in srgb, var(--wd-periwinkle) 70%, #fff);
  opacity: 0.28;
  transform: rotate(-18deg);
  pointer-events: none;
}
.wd-hero__glow--2 {
  right: auto;
  left: -18%;
  top: 45%;
  width: min(16rem, 50vw);
  height: min(10rem, 30vw);
  background: color-mix(in srgb, var(--wd-periwinkle) 45%, transparent);
  opacity: 0.22;
  transform: rotate(12deg);
}
.wd-hero__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.wd-hero__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw + 0.55rem, 1.7rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: 12ch;
}
.wd-hero__lead {
  position: relative;
  z-index: 1;
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: color-mix(in srgb, #fff 78%, var(--wd-lavender));
}
.wd-hero__art {
  position: relative;
  z-index: 1;
  width: min(11rem, 38vw);
  height: auto;
  max-height: 7.5rem;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.28));
}
@media (max-width: 520px) {
  .wd-hero { grid-template-columns: 1fr; padding: 0.85rem 1rem 1rem; }
  .wd-hero__art { width: min(9.5rem, 52vw); max-height: 6.2rem; justify-self: end; }
}

.wd-phone-escape {
  margin: 0;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--wd-navy) 12%, transparent);
  background: color-mix(in srgb, var(--wd-periwinkle) 8%, #fff);
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--wd-navy);
  text-align: center;
}
.wd-phone-escape a {
  color: var(--wd-navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wd-progress {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 3.15rem;
  border-bottom: 1px solid color-mix(in srgb, var(--wd-navy) 8%, transparent);
  background: #fcfcfd;
}
.wd-progress-step {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: stretch;
}
.wd-progress-label {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.65rem 0.2rem;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  color: var(--wd-slate);
  background: transparent;
  border: none;
}
.wd-progress-label-compact,
.wd-progress-label-short { display: none; }
.wd-progress-label-full { display: block; max-width: 100%; }
.wd-progress-check { flex-shrink: 0; font-size: 0.875em; line-height: 1; }
.wd-progress-label--active {
  background: var(--wd-navy);
  color: #fff;
}
.wd-progress-label--done {
  background: color-mix(in srgb, var(--wd-periwinkle) 18%, #fff);
  color: var(--wd-navy);
}
.wd-progress-label--clickable {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.wd-progress-label--clickable:hover,
.wd-progress-label--clickable:focus-visible {
  filter: brightness(1.06);
  outline: 2px solid var(--wd-periwinkle);
  outline-offset: 2px;
}
.wd-progress-arrow {
  align-self: center;
  width: 0;
  height: 0;
  flex-shrink: 0;
  border-top: 1.15rem solid transparent;
  border-bottom: 1.15rem solid transparent;
  border-left: 0.75rem solid #fcfcfd;
  margin-left: -1px;
}
.wd-progress-arrow--active { border-left-color: var(--wd-navy); }
.wd-progress-arrow--done { border-left-color: color-mix(in srgb, var(--wd-periwinkle) 18%, #fff); }
.wd-progress-arrow--idle { border-left-color: #fcfcfd; }

@media (max-width: 640px) {
  .wd-progress-label-full { display: none; }
  .wd-progress-label-compact { display: block; }
  .wd-progress-label { font-size: 0.75rem; padding: 0.55rem 0.15rem; }
  .wd-hero__title { max-width: none; }
}
@media (max-width: 420px) {
  .wd-progress-label-compact { display: none; }
  .wd-progress-label-short { display: none; }
  .wd-progress-arrow { display: none; }
  .wd-progress-label .wd-ico,
  .wd-progress-label .wd-ico svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.wd-step {
  padding: clamp(1.15rem, 3.2vw, 1.6rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.95rem, 2.4vw, 1.2rem);
}
.wd-step__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}
.wd-step__art {
  width: 5.25rem;
  height: 5.25rem;
}
.wd-step__art svg {
  width: 100%;
  height: 100%;
  display: block;
}
.wd-step__copy { min-width: 0; }
.wd-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw + 0.55rem, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-align: center;
  color: var(--wd-navy);
}
.wd-lead {
  margin: 0.4rem auto 0;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #4d5f75;
  text-align: center;
}
.wd-lead[hidden] { display: none !important; }

.wd-question {
  margin: 0;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #e8e7f6;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--wd-navy);
  text-align: left;
  line-height: 1.3;
}
.wd-hint {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.4;
  color: #4d5f75;
}
.wd-field--question .wd-hint {
  text-align: left;
}

.wd-step-main {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin-left: 1.05rem;
  margin-right: 1.05rem;
}

.wd-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.85rem;
}
.wd-fields--details {
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .wd-fields--details {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1.35rem;
  }
  .wd-fields--details .wd-field--wide {
    grid-column: 1 / -1;
  }
}
.wd-fields--prompts,
.wd-fields--reach {
  grid-template-columns: 1fr;
  gap: 2.15rem;
}

.wd-field {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 0;
  padding: 1.2rem 1.1rem 1.25rem;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 14%, transparent);
  border-radius: 20px;
  background: #fff;
}
.wd-field--invalid {
  border-color: #b91c1c;
}
.wd-field--invalid .wd-input,
.wd-field--invalid .wd-textarea {
  border-color: #b91c1c;
}
.wd-label {
  display: block;
  margin: 0;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #e8e7f6;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--wd-navy);
}
.wd-prompt-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-bottom: 0.7rem;
  margin: 0;
  border-bottom: 2px solid #e8e7f6;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--wd-navy);
}
.wd-prompt-head .wd-ico {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 12px;
  background: #eef0fc;
  color: var(--wd-periwinkle);
}
.wd-field--prompt {
  background: #fff;
}
.wd-req { color: var(--wd-orange); }
.wd-error {
  margin: 0;
  font-size: 0.875rem;
  color: #b91c1c;
}
.wd-field-wrap {
  position: relative;
}
.wd-field-wrap .wd-ico {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--wd-periwinkle);
  pointer-events: none;
}
.wd-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}
.wd-ico svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}
.wd-input,
.wd-textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1.5px solid color-mix(in srgb, var(--wd-navy) 18%, transparent);
  border-radius: 12px;
  background: #fff;
  font-family: inherit;
  font-size: 1.0625rem;
  line-height: 1.4;
  color: var(--wd-navy);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.wd-input {
  min-height: 3.35rem;
}
.wd-input--icon {
  padding-left: 2.85rem;
}
.wd-input::placeholder,
.wd-textarea::placeholder {
  color: #4d5f75;
  opacity: 1;
}
.wd-input:focus,
.wd-textarea:focus {
  border-color: var(--wd-periwinkle);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--wd-periwinkle) 22%, transparent);
}
.wd-textarea { min-height: 6.25rem; resize: vertical; }

.wd-choices {
  display: grid;
  gap: 1.15rem;
}
.wd-choices--tiles {
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .wd-choices--tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.wd-choice {
  position: relative;
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 1rem 1.05rem;
  border: 2px solid #d5d8e2;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  touch-action: manipulation;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.wd-choice--tile {
  justify-items: center;
  text-align: center;
  min-height: 7.25rem;
  padding: 1.35rem 0.85rem 1.15rem;
  gap: 0.55rem;
}
.wd-choice-mark {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 1.45rem;
  height: 1.45rem;
  border: 2px solid #cfd3dc;
  border-radius: 999px;
  background: #fff;
  box-sizing: border-box;
}
.wd-choices--multi .wd-choice-mark {
  border-radius: 5px;
}
.wd-choice.is-checked .wd-choice-mark {
  border-color: #122241;
  background: #6b6ce0;
}
.wd-choice.is-checked .wd-choice-mark::after {
  content: '';
  position: absolute;
  left: 0.28rem;
  top: 0.08rem;
  width: 0.38rem;
  height: 0.68rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wd-choice-art {
  display: grid;
  place-items: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 14px;
  background: #eef0fc;
  color: var(--wd-periwinkle);
}
.wd-choice-art .wd-ico,
.wd-choice-art .wd-ico svg {
  width: 1.55rem;
  height: 1.55rem;
}
.wd-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wd-choice:hover,
.wd-choice:focus-within {
  border-color: #9b9ceb;
  background: #f7f7ff;
}
.wd-choice.is-checked,
.wd-choice--on {
  border-color: #6b6ce0;
  background: #eef0fc;
}
.wd-choice.is-checked .wd-choice-art {
  background: var(--wd-periwinkle);
  color: #fff;
}
.wd-choice-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--wd-navy);
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.wd-progress-label .wd-ico {
  width: 1.05rem;
  height: 1.05rem;
  color: currentColor;
}
.wd-progress-label .wd-ico svg {
  width: 1.05rem;
  height: 1.05rem;
}

.wd-review {
  display: grid;
  gap: 1.5rem;
}
.wd-review__photos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 12%, transparent);
  border-radius: 16px;
  background: #eef0fc;
  color: var(--wd-navy);
  font-size: 0.98rem;
  font-weight: 600;
  text-align: center;
}
.wd-review__photos .wd-ico {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 10px;
  background: #fff;
  color: var(--wd-periwinkle);
}
.wd-review__photos a {
  color: var(--wd-navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wd-media {
  position: relative;
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 12%, transparent);
  border-radius: 20px;
  background: #fff;
}
.wd-media.is-dragover {
  border-color: var(--wd-periwinkle);
  background: #eef0fc;
}
.wd-media .wd-question {
  margin: 0;
}
.wd-media .wd-hint {
  margin: 0;
}
.wd-media__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wd-media__add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.15rem;
  padding: 0.85rem 1rem;
  border: 2px dashed color-mix(in srgb, var(--wd-periwinkle) 55%, transparent);
  border-radius: 16px;
  background: #eef0fc;
  color: var(--wd-navy);
  font-size: 1.02rem;
  font-weight: 800;
  cursor: pointer;
}
.wd-media__add .wd-ico {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--wd-periwinkle);
}
.wd-media__add:hover,
.wd-media__add:focus-visible {
  border-color: var(--wd-periwinkle);
  background: #e4e7fb;
}
.wd-media__count {
  margin: 0;
  color: var(--wd-muted);
  font-size: 0.92rem;
  font-weight: 600;
}
.wd-media__list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wd-media__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 10%, transparent);
  border-radius: 14px;
  background: #fbfbfe;
}
.wd-media__thumb {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  overflow: hidden;
  border-radius: 10px;
  background: #eef0fc;
  color: var(--wd-periwinkle);
}
.wd-media__thumb img,
.wd-media__thumb svg {
  width: 2.6rem;
  height: 2.6rem;
  object-fit: cover;
}
.wd-media__thumb .wd-ico,
.wd-media__thumb .wd-ico svg {
  width: 1.25rem;
  height: 1.25rem;
}
.wd-media__copy {
  min-width: 0;
}
.wd-media__copy strong,
.wd-media__copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wd-media__copy strong {
  font-size: 0.95rem;
  color: var(--wd-navy);
}
.wd-media__copy span {
  margin-top: 0.1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--wd-muted);
}
.wd-media__remove {
  min-height: 2.75rem;
  padding: 0 0.7rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--wd-muted);
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}
.wd-media__remove:hover,
.wd-media__remove:focus-visible {
  color: var(--wd-navy);
  background: #eef0fc;
}
.wd-media__error {
  margin: 0;
  color: #b42318;
  font-size: 0.9rem;
  font-weight: 700;
}
.wd-media__alt {
  margin: 0;
  color: var(--wd-muted);
  font-size: 0.9rem;
  font-weight: 600;
}
.wd-media__or {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  margin: 0.15rem 0 0;
  color: var(--wd-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wd-media__or::before,
.wd-media__or::after {
  content: '';
  height: 1px;
  background: color-mix(in srgb, var(--wd-navy) 12%, transparent);
}
.wd-media .wd-field {
  margin: 0;
}
.wd-media .wd-label {
  margin-bottom: 0.2rem;
}
.wd-review__block {
  overflow: hidden;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 14%, transparent);
  border-radius: 20px;
  background: #fff;
}
.wd-review__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem;
  background: #eef0fc;
  border-bottom: 2px solid #e8e7f6;
}
.wd-review__art {
  width: 3.15rem;
  height: 3.15rem;
}
.wd-review__art svg {
  width: 100%;
  height: 100%;
  display: block;
}
.wd-review__head h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
  color: var(--wd-navy);
}
.wd-review__edit,
.wd-review__pencil {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: var(--wd-periwinkle);
  touch-action: manipulation;
}
.wd-review__edit {
  min-height: 2.75rem;
  padding: 0.45rem 0.8rem 0.45rem 0.55rem;
  border-radius: 999px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
}
.wd-review__edit .wd-ico,
.wd-review__pencil .wd-ico {
  width: 1.15rem;
  height: 1.15rem;
  color: currentColor;
}
.wd-review__rows {
  display: grid;
  gap: 0.35rem;
  padding: 0.55rem 0.55rem 0.7rem;
}
.wd-review__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  padding: 0.7rem 0.55rem;
  border: 0;
  border-radius: 14px;
  background: #fffdf8;
}
.wd-review__ico {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: #eef0fc;
  color: var(--wd-periwinkle);
}
.wd-review__ico .wd-ico,
.wd-review__ico .wd-ico svg {
  width: 1.25rem;
  height: 1.25rem;
}
.wd-review__copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}
.wd-review__copy strong {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4d5f75;
}
.wd-review__copy span {
  font-weight: 700;
  color: var(--wd-navy);
  word-break: break-word;
  line-height: 1.35;
}
.wd-review__pencil {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 14px;
  flex-shrink: 0;
}
.wd-review__edit:hover,
.wd-review__pencil:hover,
.wd-review__edit:focus-visible,
.wd-review__pencil:focus-visible {
  filter: brightness(1.06);
  outline: 2px solid var(--wd-navy);
  outline-offset: 2px;
}
.wd-review-extra { margin-top: 0; }

.wd-finish {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.wd-finish__title {
  margin: 0;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  font-weight: 700;
  color: var(--wd-navy);
  text-align: center;
}
.wd-finish__lead {
  margin: 0.25rem auto 0;
  max-width: 34rem;
  font-size: 0.9375rem;
  color: #4d5f75;
  text-align: center;
}

.wd-recaptcha {
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 12%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--wd-lavender) 18%, #fff);
}
.wd-recaptcha__label {
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wd-navy);
}
.wd-recaptcha__host { min-height: 78px; overflow: visible; }
.wd-recaptcha__host iframe { max-width: 100%; }

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

.wd-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.15rem;
  padding-top: 0.85rem;
  border-top: 2px solid color-mix(in srgb, var(--wd-navy) 10%, transparent);
}
.wd-nav--end { justify-content: flex-end; }
.wd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 3rem;
  padding: 0.7rem 1.25rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  text-decoration: none;
  border: 1px solid var(--wd-navy);
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  touch-action: manipulation;
}
.wd-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.wd-btn--primary {
  color: #fff;
  background: var(--wd-periwinkle);
  border-color: var(--wd-periwinkle);
  flex: 1;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--wd-periwinkle) 28%, transparent);
}
.wd-btn--primary:hover:not(:disabled),
.wd-btn--primary:focus-visible:not(:disabled) {
  background: color-mix(in srgb, var(--wd-periwinkle) 86%, #000);
  border-color: color-mix(in srgb, var(--wd-periwinkle) 86%, #000);
  outline: none;
}
.wd-btn--accent {
  color: #fff;
  background: var(--wd-orange);
  border-color: var(--wd-orange);
  flex: 1;
}
.wd-btn--accent:hover:not(:disabled),
.wd-btn--accent:focus-visible:not(:disabled) {
  filter: brightness(1.05);
  outline: none;
}
.wd-btn--back {
  color: var(--wd-slate);
  background: transparent;
  border-color: transparent;
  font-weight: 500;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 0 0 auto;
  box-shadow: none;
}
.wd-btn--back:hover:not(:disabled),
.wd-btn--back:focus-visible:not(:disabled) {
  background: color-mix(in srgb, var(--wd-lavender) 35%, #fff);
  outline: none;
}

.wd-status {
  margin: 0.25rem 0 0;
  min-height: 1.25rem;
  font-size: 0.9rem;
  color: var(--wd-muted);
}
.wd-status--error { color: #b91c1c; font-weight: 600; }

@media (max-width: 520px) {
  .wd-nav {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .wd-btn--back { width: 100%; }
  .wd-step-main,
  .wd-status {
    margin-left: 0;
    margin-right: 0;
  }
}

.wd-public__footer {
  position: relative;
  background: #faf9fb;
  border-top: 1px solid color-mix(in srgb, var(--wd-navy) 10%, transparent);
}
.wd-public__footer-accent {
  height: 3px;
  background: linear-gradient(90deg, var(--wd-navy) 0%, var(--wd-periwinkle) 50%, var(--wd-lavender) 100%);
}
.wd-public__footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.65rem, 2vw, 0.85rem);
  padding: clamp(1rem, 3vw, 1.35rem) clamp(1rem, 3vw, 1.5rem) clamp(1.1rem, 3vw, 1.4rem);
  text-align: center;
}
.wd-public__footer-kicker {
  margin: 0;
  font-size: clamp(0.7rem, 0.9vw + 0.35rem, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wd-slate);
}
.wd-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(0.45rem, 1.5vw, 0.65rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.wd-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.5rem;
  text-decoration: none;
  color: var(--wd-navy);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 14%, transparent);
  border-radius: 10px;
}
.wd-social__link:hover,
.wd-social__link:focus-visible { outline: none; }
.wd-social__link--facebook:hover,
.wd-social__link--facebook:focus-visible {
  border-color: #1877f2;
  box-shadow: 4px 4px 0 color-mix(in srgb, #1877f2 45%, transparent);
  background: color-mix(in srgb, #1877f2 10%, #fff);
}
.wd-social__link--instagram:hover,
.wd-social__link--instagram:focus-visible {
  border-color: #dd2a7b;
  box-shadow: 4px 4px 0 color-mix(in srgb, #dd2a7b 40%, transparent);
  background: color-mix(in srgb, #f58529 12%, #fff);
}
.wd-social__link--linkedin:hover,
.wd-social__link--linkedin:focus-visible {
  border-color: #0a66c2;
  box-shadow: 4px 4px 0 color-mix(in srgb, #0a66c2 45%, transparent);
  background: color-mix(in srgb, #0a66c2 10%, #fff);
}
.wd-social__link--youtube:hover,
.wd-social__link--youtube:focus-visible {
  border-color: #ff0000;
  box-shadow: 4px 4px 0 color-mix(in srgb, #ff0000 40%, transparent);
  background: color-mix(in srgb, #ff0000 10%, #fff);
}
.wd-social__link--google:hover,
.wd-social__link--google:focus-visible {
  border-color: #4285f4;
  box-shadow: 4px 4px 0 color-mix(in srgb, #4285f4 35%, transparent);
  background: color-mix(in srgb, #34a853 8%, #fff);
}
.wd-social__icon {
  display: flex;
  width: 1.35rem;
  height: 1.35rem;
}
.wd-social__icon svg {
  width: 100%;
  height: 100%;
}
.wd-public__footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 28rem;
}
.wd-public__footer-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  font-size: clamp(0.72rem, 1vw + 0.35rem, 0.82rem);
  font-weight: 600;
  color: var(--wd-navy);
  text-decoration: none;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 14%, transparent);
  border-radius: 999px;
}
.wd-public__footer-chip:hover,
.wd-public__footer-chip:focus-visible {
  color: var(--wd-periwinkle);
  border-color: var(--wd-periwinkle);
  outline: none;
}
.wd-public__footer-chip-icon {
  display: flex;
  width: 1rem;
  height: 1rem;
  color: var(--wd-periwinkle);
}
.wd-public__footer-chip-icon svg {
  width: 100%;
  height: 100%;
}
.wd-public__footer-meta {
  margin: 0;
  font-size: clamp(0.65rem, 0.85vw + 0.3rem, 0.75rem);
  line-height: 1.5;
  color: color-mix(in srgb, var(--wd-navy) 58%, transparent);
}
.wd-public__footer-meta a {
  color: var(--wd-navy);
  font-weight: 700;
  text-decoration: none;
}
.wd-public__footer-meta a:hover { color: var(--wd-periwinkle); }

body.wd-menu-open { overflow: hidden; }

.wd-thanks {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.wd-thanks__steps {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wd-thanks__step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid color-mix(in srgb, var(--wd-navy) 12%, transparent);
  border-radius: 16px;
  background: #fff;
}
.wd-thanks__num {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: var(--wd-periwinkle);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
}
.wd-thanks__copy {
  min-width: 0;
}
.wd-thanks__copy strong {
  display: block;
  margin: 0 0 0.15rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--wd-navy);
  line-height: 1.25;
}
.wd-thanks__copy span {
  display: block;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--wd-muted);
  line-height: 1.4;
}
.wd-thanks__step-ico {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 14px;
  background: #eef0fc;
  color: var(--wd-periwinkle);
}
.wd-thanks__step-ico svg {
  width: 1.35rem;
  height: 1.35rem;
}
.wd-thanks__step p {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--wd-navy);
  line-height: 1.35;
}
.wd-thanks .wd-nav a.wd-btn--primary {
  text-align: center;
}
.wd-thanks--error .wd-thanks__step-ico {
  background: #fff4ed;
  color: var(--wd-orange);
}
