:root {
  --green: #174f42;
  --green-2: #2f6758;
  --olive: #5f7f2f;
  --yellow: #eff100;
  --black: #252525;
  --ink: #333538;
  --muted: #5b6063;
  --line: #cfd8d2;
  --paper: #f7f8f5;
  --white: #ffffff;
  --soft: #eef1ec;
  --shadow: 0 18px 50px rgba(20, 31, 27, .12);
  --radius: 4px;
  --error: #b42318;
  --gold: #eff100;
  --gold-light: #ffff33;
  --forest: #174f42;
  --forest-mid: #2f6758;
  --forest-light: #5f7f2f;
  --charcoal: #252525;
  --cream: #f7f8f5;
  --text-light: #5b6063;
  --border: #cfd8d2;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
}

a { color: inherit; }

[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 2px;
  background: var(--yellow);
  color: var(--black);
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: none;
  border-bottom: 1px solid rgba(23,79,66,.14);
  box-shadow: 0 14px 34px rgba(20, 31, 27, .08);
}

.nav-inner {
  width: min(1280px, calc(100% - 36px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo,
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-mark,
.brand-mark,
.logo-mark svg,
.brand-mark svg {
  width: 54px;
  height: 54px;
}

.logo-mark,
.brand-mark {
  display: grid;
  place-items: center;
}

.logo-text,
.brand-text {
  line-height: .9;
  color: var(--green);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 1.65rem;
  letter-spacing: .02em;
}

.logo-text span,
.brand-text span,
.logo-text small,
.brand-text small {
  display: block;
}

.logo-text span:last-child,
.logo-text small,
.brand-text small {
  margin-top: 5px;
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: .62rem;
  letter-spacing: .12em;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  background: var(--green);
  color: var(--white);
  text-decoration: none;
  font-weight: 900;
  font-size: 1rem;
  box-shadow: 0 14px 25px rgba(23,79,66,.22);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.nav-back:hover,
.nav-back:focus-visible {
  background: var(--black);
  color: var(--yellow);
  transform: translateY(-1px);
}

.page-wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 86px;
  display: grid;
  grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
  overflow-x: hidden;
}

.left-panel {
  position: sticky;
  top: 86px;
  min-width: 0;
  max-width: 100%;
  height: auto;
  min-height: calc(100vh - 86px);
  padding: clamp(42px, 4vw, 56px) 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  isolation: isolate;
  color: var(--white);
  background: var(--green);
}

.left-panel::before {
  content: "";
  position: absolute;
  right: -80px;
  top: 72px;
  width: 240px;
  aspect-ratio: 1;
  background: var(--yellow);
  transform: rotate(14deg);
  opacity: .16;
  z-index: -1;
  pointer-events: none;
}

.left-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.06);
  opacity: .42;
  z-index: -2;
  pointer-events: none;
}

.left-content,
.left-footer {
  position: relative;
  z-index: 1;
}

.left-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .9rem;
}

.left-eyebrow::before {
  content: "";
  width: 48px;
  height: 4px;
  flex: 0 0 48px;
  background: currentColor;
}

.left-title,
.step-heading h2,
.success-screen h2 {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.left-title {
  margin: 0 0 22px;
  color: var(--white);
  font-size: 4.6rem;
  line-height: .92;
}

.left-title em,
.step-heading h2 em {
  color: var(--yellow);
  font-style: normal;
}

.left-desc {
  max-width: 350px;
  margin: 0 0 44px;
  color: rgba(255,255,255,.88);
  font-size: 1.05rem;
  line-height: 1.65;
}

.contact-quick {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  min-width: 0;
  max-width: 100%;
}

.contact-detail-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
  background: rgba(37,37,37,.18);
  color: var(--white);
  overflow-wrap: break-word;
  cursor: default;
}

.contact-detail-text {
  min-width: 0;
  flex: 1 1 auto;
}

.contact-quick span {
  display: block;
  margin-bottom: 5px;
  color: var(--yellow);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-quick strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.contact-copy {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(239,241,0,.7);
  border-radius: 2px;
  background: var(--yellow);
  color: var(--black);
  font: inherit;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.contact-copy:hover,
.contact-copy:focus-visible {
  background: #ffff33;
  color: var(--black);
  transform: translateY(-1px);
}

.contact-copy:focus-visible {
  outline: 3px solid rgba(255,255,255,.75);
  outline-offset: 2px;
}

.step-progress {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
}

.step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 38px;
  width: 2px;
  height: calc(100% + 6px);
  background: rgba(255,255,255,.24);
}

.step-dot {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.36);
  color: rgba(255,255,255,.72);
  background: rgba(37,37,37,.18);
  font-weight: 900;
  font-size: .9rem;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.step-item.active .step-dot,
.step-item.done .step-dot {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--black);
}

.step-text {
  padding: 4px 0 26px;
}

.step-label {
  display: block;
  margin-bottom: 5px;
  color: rgba(255,255,255,.58);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.step-item.active .step-label,
.step-item.done .step-label {
  color: var(--yellow);
}

.step-name {
  color: rgba(255,255,255,.86);
  font-size: 1rem;
  font-weight: 800;
}

.left-footer {
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  line-height: 1.5;
}

.right-panel {
  min-width: 0;
  padding: clamp(48px, 6vw, 78px) clamp(24px, 6vw, 86px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.form-container {
  width: min(100%, 760px);
  margin: 0;
}

.step-panel,
.success-screen {
  display: none;
}

.step-panel.active,
.success-screen.show {
  display: block;
}

.step-panel,
.success-screen {
  scroll-margin-top: 110px;
}

.step-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.step-heading .step-num {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  color: var(--green);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.step-heading .step-num::before {
  content: "";
  width: 42px;
  height: 4px;
  flex: 0 0 42px;
  background: currentColor;
}

.step-heading h2 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: 3.8rem;
  line-height: .94;
}

.step-heading h2 em {
  color: var(--olive);
}

.step-heading p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.option-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
  min-width: 0;
  max-width: 100%;
}

.option-fieldset,
.contact-method {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.option-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 128px;
  min-width: 0;
  max-width: 100%;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(20, 31, 27, .06);
  cursor: pointer;
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.option-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--yellow);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .2s ease;
}

.option-card:hover,
.option-card:focus-visible {
  border-color: rgba(23,79,66,.34);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.option-card:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.option-card.selected {
  border-color: var(--green);
  background: #fbfcf5;
  box-shadow: var(--shadow);
}

.option-card.selected::before,
.option-card:hover::before {
  transform: scaleY(1);
}

.option-icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: var(--green);
  color: var(--white);
  font-size: 1.55rem;
}

.option-card.selected .option-icon {
  background: var(--yellow);
  color: var(--black);
}

.option-text {
  flex: 1;
  min-width: 0;
}

.option-title {
  display: block;
  margin: 0 0 7px;
  color: var(--black);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.option-desc {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.option-check {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  border: 2px solid var(--line);
  color: transparent;
  font-weight: 900;
}

.option-card.selected .option-check {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--black);
}

.option-checkmark,
.success-checkmark {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.option-checkmark {
  width: 18px;
  height: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.form-group.full {
  grid-column: span 2;
}

.form-group label,
.contact-method legend {
  color: var(--green);
  font-size: .94rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-group label .req {
  color: var(--olive);
}

.field-optional {
  color: var(--muted);
  font-size: .78em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  min-height: 58px;
  padding: 15px 16px;
  border: 2px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--black);
  font: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.form-group textarea {
  min-height: 130px;
  resize: vertical;
}

.form-group select {
  padding-right: 44px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23174f42' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(239,241,0,.34);
}

.form-group input.error,
.form-group textarea.error,
.form-group select.error {
  border-color: var(--error);
  box-shadow: 0 0 0 4px rgba(180,35,24,.12);
}

.form-group .error-msg {
  display: none;
  color: var(--error);
  font-size: .92rem;
  line-height: 1.35;
}

.form-group.has-error .error-msg {
  display: block;
}

.selected-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border: 1px solid rgba(23,79,66,.24);
  border-radius: 4px;
  background: var(--soft);
  color: var(--green);
  font-size: .98rem;
  font-weight: 900;
}

.selected-badge span {
  color: var(--green);
}

.contact-method {
  margin-bottom: 28px;
}

.contact-method legend {
  display: block;
  margin-bottom: 12px;
}

.method-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.method-btn {
  min-height: 46px;
  padding: 10px 17px;
  border: 2px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: .98rem;
  font-weight: 800;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.method-btn.active,
.method-btn:hover,
.method-btn:focus-visible {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.confirm-card {
  margin-bottom: 26px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(20, 31, 27, .06);
}

.confirm-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.confirm-row:last-child {
  border-bottom: 0;
}

.confirm-label {
  min-width: 145px;
  color: var(--green);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.confirm-value {
  color: var(--black);
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  overflow-wrap: anywhere;
}

.confirm-project {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border-radius: 4px;
  background: var(--yellow);
  color: var(--black);
  font-weight: 900;
}

.confirm-note {
  margin-bottom: 30px;
  padding: 16px 18px;
  border-left: 6px solid var(--yellow);
  border-radius: 0 4px 4px 0;
  background: var(--soft);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
}

.turnstile-verification {
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.turnstile-label {
  margin: 0 0 12px;
  color: var(--green);
  font-size: .94rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#turnstileWidget {
  min-height: 65px;
  max-width: 100%;
  overflow: hidden;
}

.turnstile-status {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}

.turnstile-status.success {
  color: var(--green);
}

.turnstile-status.error {
  color: var(--error);
  font-weight: 700;
}

.form-status {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(23,79,66,.24);
  border-left: 5px solid var(--green);
  border-radius: 2px;
  background: var(--soft);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.form-status.loading {
  border-left-color: var(--olive);
}

.form-status.error {
  border-color: rgba(180,35,24,.28);
  border-left-color: var(--error);
  background: #fff4f2;
  color: var(--error);
}

.privacy-collection-notice {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-left: 4px solid var(--green);
  background: var(--soft);
  color: var(--ink);
  font-size: .96rem;
  line-height: 1.65;
}

.privacy-collection-notice a {
  color: var(--green);
  font-weight: 900;
  text-underline-offset: 3px;
}

.privacy-collection-notice a:hover,
.privacy-collection-notice a:focus-visible {
  color: var(--olive);
}

.btn-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn-primary,
.btn-secondary,
.btn-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 4px;
  text-decoration: none;
  font: inherit;
  font-size: 1.06rem;
  line-height: 1.2;
  font-weight: 900;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.btn-primary {
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 14px 24px rgba(140,146,0,.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #ffff33;
  color: var(--black);
  transform: translateY(-2px);
}

.btn-primary:disabled {
  opacity: .52;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-secondary {
  border-color: var(--green);
  background: var(--white);
  color: var(--green);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: var(--green);
  color: var(--white);
}

.btn-home {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 14px 24px rgba(23,79,66,.22);
}

.btn-home:hover,
.btn-home:focus-visible {
  background: var(--black);
  color: var(--yellow);
}

.success-screen {
  padding: 50px 0;
  text-align: center;
}

.success-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 24px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  color: var(--black);
}

.success-checkmark {
  width: 42px;
  height: 42px;
}

.success-screen h2 {
  margin: 0 0 14px;
  color: var(--black);
  font-size: 3.4rem;
  line-height: .94;
}

.success-screen p {
  max-width: 520px;
  margin: 0 auto 30px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.success-warning {
  display: block;
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 5px solid var(--olive);
  background: var(--soft);
  color: var(--ink);
  font-size: .96rem;
  font-weight: 700;
  text-align: left;
}

footer {
  background: var(--black);
  color: rgba(255,255,255,.82);
  padding: 54px 24px 28px;
}

.footer-grid,
.footer-bottom {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 32px;
}

footer .brand-text,
footer .logo-text {
  color: var(--white);
}

footer .brand-text small,
footer .logo-text small {
  color: var(--yellow);
}

.footer-brand p {
  max-width: 310px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  line-height: 1.6;
}

footer h4 {
  margin: 0 0 14px;
  color: var(--yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer li + li {
  margin-top: 9px;
}

footer a,
footer span {
  color: rgba(255,255,255,.78);
  text-decoration: none;
}

footer a:hover,
footer a:focus-visible {
  color: var(--yellow);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.68);
  font-size: .95rem;
}

.admin-link {
  color: rgba(255,255,255,.58);
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.step-heading h2:focus,
.success-screen:focus,
.form-status:focus {
  outline: 3px solid var(--olive);
  outline-offset: 5px;
}

@media (max-width: 1020px) {
  .page-wrapper {
    grid-template-columns: 1fr;
  }

  .left-panel {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    padding: 46px 28px 32px;
  }

  .left-panel::before {
    width: 170px;
    right: -70px;
    top: 44px;
    opacity: .14;
  }

  .left-title {
    max-width: 740px;
    font-size: 4rem;
  }

  .left-desc {
    max-width: 680px;
    margin-bottom: 30px;
  }

  .contact-quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 28px;
  }

  .step-progress {
    flex-direction: row;
    gap: 10px;
  }

  .step-item {
    flex: 1;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 4px;
    background: rgba(37,37,37,.14);
  }

  .step-item:not(:last-child)::after {
    display: none;
  }

  .step-text {
    padding: 0;
  }

  .left-footer {
    display: none;
  }

  .right-panel {
    padding: 48px 28px 68px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .nav-inner {
    width: min(100% - 28px, 1280px);
    height: 78px;
  }

  .logo-mark,
  .brand-mark,
  .logo-mark svg,
  .brand-mark svg {
    width: 46px;
    height: 46px;
  }

  .logo-text,
  .brand-text {
    font-size: 1.35rem;
  }

  .logo-text span:last-child,
  .logo-text small,
  .brand-text small {
    font-size: .54rem;
  }

  .nav-back {
    min-height: 46px;
    padding-inline: 15px;
    font-size: .9rem;
  }

  .page-wrapper {
    padding-top: 78px;
  }

  .left-panel {
    padding: 36px 20px 28px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .left-panel::before {
    display: none;
  }

  .right-panel,
  .form-container {
    width: 100%;
    max-width: calc(100vw - 40px);
    min-width: 0;
    overflow: hidden;
  }

  .left-content,
  .contact-quick,
  .step-progress,
  .step-heading,
  .option-grid,
  .form-grid,
  .contact-method,
  .confirm-card,
  .confirm-note,
  .btn-row {
    width: 100%;
    max-width: calc(100vw - 40px);
    min-width: 0;
  }

  .left-eyebrow,
  .step-heading .step-num {
    gap: 14px;
    font-size: .82rem;
    letter-spacing: .12em;
  }

  .left-eyebrow::before,
  .step-heading .step-num::before {
    width: 34px;
    flex-basis: 34px;
    height: 3px;
  }

  .left-title {
    max-width: 100%;
    font-size: 2.55rem;
    line-height: .98;
    overflow-wrap: break-word;
  }

  .step-heading h2 {
    max-width: 100%;
    font-size: 2.15rem;
    line-height: 1.02;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .left-desc,
  .step-heading p,
  .option-desc,
  .success-screen p {
    max-width: calc(100vw - 40px);
    font-size: 1rem;
    overflow-wrap: break-word;
  }

  .step-progress {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-quick {
    grid-template-columns: 1fr;
  }

  .step-item {
    padding: 10px 12px;
  }

  .right-panel {
    padding: 40px 20px 64px;
  }

  .step-heading {
    margin-bottom: 26px;
  }

  .option-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    padding-right: 54px;
  }

  .option-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .option-title {
    font-size: 1.55rem;
    overflow-wrap: anywhere;
  }

  .option-check {
    position: absolute;
    right: 18px;
    top: 18px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-group.full {
    grid-column: span 1;
  }

  .method-options {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary,
  .btn-home {
    width: 100%;
  }

  .confirm-card {
    padding: 22px;
  }

  .confirm-row {
    display: block;
  }

  .confirm-label {
    display: block;
    min-width: 0;
    margin-bottom: 7px;
  }

  .confirm-value {
    display: block;
    text-align: left;
  }

  footer {
    padding: 42px 20px 26px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .left-content,
  .contact-quick,
  .step-progress,
  .step-heading,
  .option-grid,
  .form-grid,
  .contact-method,
  .confirm-card,
  .confirm-note,
  .btn-row,
  .form-container {
    width: 320px;
    max-width: 100%;
  }

  .left-desc,
  .step-heading p,
  .option-desc,
  .success-screen p {
    max-width: 320px;
  }

  .step-heading h2 {
    font-size: 1.95rem;
  }

  .option-title {
    font-size: 1.35rem;
  }

  .option-card {
    grid-template-columns: 44px minmax(0, 1fr);
    padding-right: 42px;
  }

  .option-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 1.25rem;
  }

  .nav-back {
    display: none;
  }

  .nav-logo,
  .brand {
    gap: 8px;
  }

  .logo-mark,
  .brand-mark,
  .logo-mark svg,
  .brand-mark svg {
    width: 42px;
    height: 42px;
  }

  .logo-text,
  .brand-text {
    font-size: 1.16rem;
  }

  .logo-text span:last-child,
  .logo-text small,
  .brand-text small {
    font-size: .5rem;
  }
}

@media (max-height: 820px) and (min-width: 1021px) {
  .left-panel {
    position: relative;
    top: auto;
    min-height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .left-title {
    font-size: 3.7rem;
  }

  .left-desc {
    margin-bottom: 24px;
  }

  .step-text {
    padding-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
