.wizard-page { background: var(--paper); min-height: 100vh; }
.wizard-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 78px;
  padding: 0 max(28px, calc((100vw - 1180px) / 2));
}
.wizard-header .brand { width: 150px; }
.wizard-header .brand img { width: 150px; }
.wizard-label { color: var(--muted); font-size: 12px; font-weight: 600; }
.wizard-exit { color: var(--muted); font-size: 12px; justify-self: end; }
.wizard-exit:hover { color: var(--ink); }
.wizard-shell { margin: 0 auto; max-width: 980px; padding: 48px 28px 100px; }
.website-field { height: 1px; left: -9999px; opacity: 0; position: absolute; width: 1px; }
.wizard-progress { align-items: center; color: var(--muted); display: flex; font-size: 11px; font-weight: 700; gap: 20px; letter-spacing: .09em; text-transform: uppercase; }
.progress-track { background: var(--line); border-radius: 99px; flex: 1; height: 5px; overflow: hidden; }
#progress-bar { background: var(--lime); height: 100%; transition: width .3s ease; width: 14.28%; }
.wizard-step { display: none; padding: 92px 0 20px; }
.wizard-step.active { display: block; }
.wizard-step h1 { font-size: clamp(48px, 6vw, 76px); max-width: 780px; margin-bottom: 22px; }
.wizard-step h1 em { color: var(--forest); }
.wizard-intro { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 600px; }
.field-grid { display: grid; gap: 22px 18px; grid-template-columns: 1fr 1fr; margin-top: 48px; max-width: 800px; }
.field-grid label, .wide { display: flex; flex-direction: column; gap: 9px; }
.field-grid label > span { color: var(--ink); font-size: 12px; font-weight: 700; }
.field-grid input, .field-grid select, .field-grid textarea {
  background: var(--soft);
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--ink);
  font-size: 15px;
  outline: 0;
  padding: 16px 17px;
  width: 100%;
}
.field-grid input:focus, .field-grid select:focus, .field-grid textarea:focus { background: white; border-color: var(--forest); }
.field-grid textarea { line-height: 1.5; resize: vertical; }
.wide { grid-column: 1 / -1; }
.upload-field { background: var(--soft); border-radius: 13px; padding: 18px; }
.upload-field input { background: white; border: 1px dashed #c8ccc4; font-size: 12px; padding: 13px; }
.upload-field small { color: var(--muted); font-size: 11px; }
.choice-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin-top: 48px; max-width: 800px; }
.choice { cursor: pointer; position: relative; }
.choice input, .package input { opacity: 0; position: absolute; }
.choice span { background: var(--soft); border: 2px solid transparent; border-radius: 14px; display: block; padding: 27px 22px; transition: .2s ease; }
.choice:hover span, .choice input:checked + span { background: white; border-color: var(--lime); box-shadow: var(--shadow); }
.choice b { display: block; font-size: 17px; }.choice small { color: var(--muted); display: block; font-size: 12px; line-height: 1.4; margin-top: 9px; }
.package-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: 48px; max-width: 900px; }
.package { cursor: pointer; position: relative; }
.package-inner { background: var(--soft); border: 2px solid transparent; border-radius: 17px; display: flex; flex-direction: column; min-height: 260px; padding: 25px; transition: .2s ease; }
.package:hover .package-inner, .package input:checked + .package-inner { background: white; border-color: var(--lime); box-shadow: var(--shadow); }
.package b { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }.package strong { font-size: 29px; letter-spacing: -.05em; margin: 27px 0 12px; }.package small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.package .popular { background: var(--lime); border-radius: 99px; color: var(--black); font-size: 10px; font-weight: 800; padding: 7px 10px; position: absolute; right: 16px; text-transform: uppercase; top: 16px; z-index: 1; }
.addon-choice { cursor: pointer; display: block; margin-top: 20px; max-width: 900px; position: relative; }
.addon-choice input { opacity: 0; position: absolute; }
.addon-choice span { align-items: center; background: white; border: 1px solid var(--line); border-radius: 13px; display: flex; gap: 14px; justify-content: space-between; padding: 17px 20px; transition: .2s ease; }
.addon-choice:hover span, .addon-choice input:checked + span { border-color: var(--lime); box-shadow: var(--shadow); }
.addon-choice b { font-size: 14px; }.addon-choice small { color: var(--muted); font-size: 12px; }.addon-choice small strong { color: var(--ink); }
.review-box { background: var(--soft); border-radius: 16px; margin-top: 48px; max-width: 700px; padding: 4px 24px; }
.review-box > div { border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; padding: 20px 0; }.review-box > div:last-child { border: 0; }
.review-box span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.review-box strong { font-size: 16px; }
.payment-note { align-items: flex-start; display: flex; gap: 15px; margin-top: 30px; max-width: 650px; }.payment-note p { font-size: 14px; line-height: 1.5; margin: 0; }.payment-note small { color: var(--muted); font-size: 12px; }.payment-note .icon { flex-shrink: 0; margin: 0; }
.check-row { align-items: center; display: flex; font-size: 13px; gap: 10px; margin-top: 28px; }.check-row input { accent-color: var(--forest); height: 16px; width: 16px; }
.complete-mark { align-items: center; background: var(--lime); border-radius: 50%; display: flex; font-size: 25px; height: 64px; justify-content: center; margin-bottom: 32px; width: 64px; }
.next-box { background: var(--soft); border-radius: 15px; display: flex; flex-direction: column; gap: 8px; margin: 40px 0; max-width: 600px; padding: 22px; }.next-box span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.wizard-actions { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 40px; padding-top: 22px; }
.wizard-back { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: 13px; padding: 14px 0; }.wizard-back:hover { color: var(--ink); }.wizard-back:disabled { cursor: not-allowed; opacity: .3; }
.form-error { background: #fff0ec; border-radius: 10px; color: #b7482d; font-size: 13px; line-height: 1.5; margin: 35px 0 -15px; max-width: 800px; padding: 13px 16px; }

@media (max-width: 700px) {
  .wizard-header { grid-template-columns: 1fr auto; height: 70px; padding: 0 20px; }.wizard-label { display: none; }.wizard-header .brand { width: 135px; }.wizard-header .brand img { width: 135px; }.wizard-shell { padding: 30px 20px 70px; }.wizard-step { padding-top: 62px; }.wizard-step h1 { font-size: 48px; }.wizard-intro { font-size: 16px; }.field-grid, .choice-grid, .package-grid { grid-template-columns: 1fr; margin-top: 34px; }.wide { grid-column: auto; }.package-inner { min-height: 0; }.wizard-actions { margin-top: 28px; }.wizard-actions .button { padding: 13px 17px; }
}
