:root {
  --ink: #173532;
  --deep: #113d3a;
  --deep-2: #0b302e;
  --paper: #fbfaf5;
  --cream: #f2efe4;
  --mint: #dcece3;
  --mint-2: #edf5ef;
  --coral: #df7258;
  --line: #d8ded7;
  --muted: #637370;
  --danger: #a83c34;
  --white: #fff;
  --shadow: 0 22px 70px rgba(20, 57, 53, .12);
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--paper); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .16; z-index: -1; background-image: radial-gradient(#45615e 0.55px, transparent 0.55px); background-size: 8px 8px; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.site-header { width: min(1240px, calc(100% - 48px)); margin: 0 auto; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 700; letter-spacing: -.02em; }
.brand img { border-radius: 13px; box-shadow: 0 8px 22px rgba(17, 61, 58, .17); }
.site-header nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 650; }
.site-header nav a:not(.button), .nav-action { color: var(--muted); text-decoration: none; transition: color .18s ease; }
.site-header nav a:hover, .nav-action:hover { color: var(--deep); }
.site-header nav form { margin: 0; }
.nav-action { appearance: none; border: 0; background: none; cursor: pointer; padding: 8px 0; }
main { min-height: calc(100vh - 175px); }
.site-footer { width: min(1240px, calc(100% - 48px)); margin: 20px auto 0; padding: 28px 0 34px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .8rem; }
.site-footer span:first-child { color: var(--deep); font-weight: 750; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--deep-2); font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: .98; }
h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.05; }
p { line-height: 1.68; }
.eyebrow, .step-label, .section-label { margin-bottom: 16px; color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 1px solid var(--deep); border-radius: 12px; background: var(--deep); color: var(--white); text-decoration: none; font-weight: 750; cursor: pointer; box-shadow: 0 7px 18px rgba(17, 61, 58, .14); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { background: var(--deep-2); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(17, 61, 58, .2); }
.button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(223, 114, 88, .38); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 17px; border-radius: 10px; font-size: .86rem; }
.button-wide { width: 100%; }
.button-secondary { background: transparent; color: var(--deep); box-shadow: none; }
.button-secondary:hover { background: var(--mint-2); box-shadow: none; }
.button-disabled { background: #b7c2be; border-color: #b7c2be; box-shadow: none; cursor: not-allowed; }
.button-disabled:hover { background: #b7c2be; transform: none; box-shadow: none; }
.text-link { color: var(--deep); font-weight: 750; text-decoration-color: #aac2b8; text-underline-offset: 5px; }

.hero { width: min(1240px, calc(100% - 48px)); margin: 60px auto 92px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .82fr); gap: clamp(56px, 8vw, 116px); align-items: center; }
.hero-copy h1 { max-width: 820px; margin-bottom: 28px; }
.hero-copy .lede { max-width: 690px; margin-bottom: 32px; color: var(--muted); font-size: 1.14rem; }
.button-row { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.trust-row { margin-top: 46px; display: flex; gap: 20px; flex-wrap: wrap; color: var(--muted); font-size: .78rem; font-weight: 680; }
.trust-row span::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; border-radius: 50%; background: var(--mint); color: var(--deep); }
.hero-panel { position: relative; padding: 24px; border: 1px solid rgba(17, 61, 58, .12); border-radius: 28px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); transform: rotate(1.3deg); }
.hero-panel::before { content: ""; position: absolute; inset: -20px 35px auto -28px; height: 170px; border-radius: 45%; background: var(--mint); filter: blur(1px); z-index: -1; transform: rotate(-8deg); }
.preview-topline { display: flex; align-items: center; gap: 9px; padding: 4px 2px 20px; color: var(--muted); font-size: .8rem; }
.preview-topline strong { margin-left: auto; color: var(--deep); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #4b9a72; box-shadow: 0 0 0 5px rgba(75,154,114,.12); }
.preview-card { min-height: 82px; margin-bottom: 11px; padding: 15px; display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 15px; background: #f8f9f5; }
.preview-card-highlight { background: var(--white); }
.preview-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--mint-2); color: var(--deep); font-size: .7rem; font-weight: 850; }
.preview-card strong, .preview-card small { display: block; }
.preview-card strong { margin-bottom: 5px; font-family: inherit; font-size: .91rem; letter-spacing: 0; }
.preview-card small { color: var(--muted); font-size: .72rem; }
.check { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--mint); color: var(--deep); font-weight: 900; }
.arrow { color: var(--coral); font-size: 1.25rem; }
.preview-note { margin-top: 17px; padding: 15px 16px; border-radius: 13px; background: var(--deep); color: #eaf3ed; font-size: .76rem; }
.preview-note span { margin-right: 9px; color: #f3aa93; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.feature-strip { width: min(1240px, calc(100% - 48px)); margin: 0 auto 76px; padding-top: 34px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.feature-strip article > span { color: var(--coral); font-size: .7rem; font-weight: 800; }
.feature-strip h2 { margin: 12px 0 9px; font-size: 1.35rem; }
.feature-strip p { color: var(--muted); font-size: .9rem; }

.auth-page, .onboarding-page { width: min(1180px, calc(100% - 48px)); margin: 42px auto 70px; display: grid; grid-template-columns: minmax(280px, .75fr) minmax(520px, 1.25fr); gap: clamp(55px, 8vw, 118px); align-items: start; }
.auth-page { align-items: center; min-height: 670px; }
.auth-page-compact { min-height: 590px; }
.auth-intro h1, .onboarding-aside h1 { font-size: clamp(2.45rem, 4vw, 4.3rem); }
.auth-intro > p:not(.eyebrow), .onboarding-aside > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.assurance-list { list-style: none; margin: 35px 0 0; padding: 0; }
.assurance-list li { display: grid; grid-template-columns: 25px 1fr; gap: 10px; margin: 17px 0; line-height: 1.5; font-size: .89rem; }
.assurance-list span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--mint); color: var(--deep); font-weight: 900; }
.quote-card { margin-top: 40px; padding: 23px; border-left: 3px solid var(--coral); background: rgba(255,255,255,.55); }
.quote-card span, .quote-card strong { display: block; }
.quote-card span { margin-bottom: 8px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.quote-card strong { font-family: Georgia, serif; font-size: 1.16rem; line-height: 1.45; }
.form-card, .onboarding-card { padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(17,61,58,.12); border-radius: var(--radius); background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 32px; }
.form-heading h2 { margin-bottom: 12px; }
.form-heading p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px; }
.field { margin-bottom: 21px; }
.field-grid .field { margin-bottom: 0; }
.field-full { grid-column: 1 / -1; }
.field label, .label-row label { display: block; margin-bottom: 8px; color: var(--deep); font-size: .8rem; font-weight: 760; }
.label-row { display: flex; justify-content: space-between; gap: 15px; }
.label-row span { color: var(--muted); font-size: .7rem; }
.field input, .field select { width: 100%; min-height: 51px; padding: 0 14px; border: 1px solid #cbd5d0; border-radius: 10px; background: #fcfdfb; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease; }
.field input:hover, .field select:hover { border-color: #91aaa1; }
.field input:focus, .field select:focus { border-color: var(--deep); box-shadow: 0 0 0 4px rgba(17,61,58,.08); outline: 0; }
.field input::placeholder { color: #9aa7a3; }
.field small { display: block; margin-top: 7px; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.field span[data-valmsg-for], span[data-valmsg-for] { display: block; margin-top: 6px; color: var(--danger); font-size: .75rem; }
.password-field { position: relative; }
.password-field input { padding-right: 68px; }
.reveal-password { position: absolute; right: 8px; top: 7px; height: 37px; padding: 0 10px; border: 0; border-radius: 8px; background: var(--mint-2); color: var(--deep); font-size: .7rem; font-weight: 800; cursor: pointer; }
.check-field { margin: 25px 0; display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-size: .8rem; line-height: 1.5; cursor: pointer; }
.check-field.compact { margin: 19px 0 24px; }
.check-field input { margin-top: 2px; accent-color: var(--deep); width: 17px; height: 17px; }
.form-footnote { margin: 19px 0 0; text-align: center; color: var(--muted); font-size: .77rem; }
.form-footnote a { color: var(--deep); font-weight: 750; }
.validation-summary { margin-bottom: 20px; padding: 12px 14px; border: 1px solid rgba(168,60,52,.22); border-radius: 9px; background: #fff4f2; color: var(--danger); font-size: .79rem; line-height: 1.5; }
.validation-summary:empty, .validation-summary.validation-summary-valid { display: none; }
.validation-summary ul { margin: 0; padding-left: 18px; }

.onboarding-page { grid-template-columns: minmax(270px, .68fr) minmax(560px, 1.32fr); margin-top: 48px; }
.onboarding-aside { position: sticky; top: 32px; padding-top: 28px; }
.onboarding-aside h1 { margin-bottom: 20px; }
.step-list { margin: 38px 0; padding: 0; list-style: none; }
.step-list li { position: relative; display: grid; grid-template-columns: 37px 1fr; align-items: center; gap: 14px; min-height: 65px; color: #91a09d; }
.step-list li::after { content: ""; position: absolute; left: 18px; top: 50px; bottom: -15px; width: 1px; background: #ced8d3; }
.step-list li:last-child::after { display: none; }
.step-list li > span { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid #cad4d0; border-radius: 50%; background: var(--paper); font-size: .75rem; font-weight: 850; z-index: 1; }
.step-list strong, .step-list small { display: block; }
.step-list strong { font-size: .86rem; }
.step-list small { margin-top: 3px; font-size: .7rem; }
.step-list li.active { color: var(--deep); }
.step-list li.active > span { border-color: var(--deep); background: var(--deep); color: white; box-shadow: 0 0 0 6px rgba(17,61,58,.08); }
.step-list li.done { color: var(--deep); }
.step-list li.done > span { border-color: var(--mint); background: var(--mint); }
.save-note { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 17px; border-radius: 13px; background: rgba(220,236,227,.7); }
.save-note > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: white; color: var(--deep); font-weight: 850; }
.save-note strong, .save-note small { display: block; }
.save-note strong { margin-bottom: 4px; font-size: .77rem; }
.save-note small { color: var(--muted); line-height: 1.4; font-size: .68rem; }
.section-label { margin: 6px 0 18px; color: var(--deep); }
.choice-section { margin: 32px 0 0; padding: 28px 0 0; border: 0; border-top: 1px solid var(--line); }
.choice-section legend { padding: 0; color: var(--deep-2); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.choice-section > p { color: var(--muted); font-size: .8rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.choice-card { min-height: 61px; display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; background: #fcfdfb; cursor: pointer; font-size: .78rem; transition: border-color .15s ease, background .15s ease; }
.choice-card:hover { border-color: #91aaa1; }
.choice-card:has(input:checked) { border-color: #83a99a; background: var(--mint-2); }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-check { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #bdcbc5; border-radius: 7px; color: transparent; background: white; }
.choice-card input:checked + .choice-check { border-color: var(--deep); background: var(--deep); color: white; }
.form-actions { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 15px; }
.form-actions-end { justify-content: flex-end; }

.review-card { padding-bottom: 34px; }
.review-section { margin: 18px 0; padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: #fcfdfb; }
.review-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.review-heading span { color: var(--coral); font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.review-heading h3 { margin: 6px 0 0; font-size: 1.33rem; }
.review-heading a { color: var(--deep); font-size: .74rem; font-weight: 800; text-underline-offset: 4px; }
.review-grid { margin: 20px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-grid div { min-width: 0; }
.review-grid .review-wide { grid-column: 1 / -1; }
.review-grid dt { margin-bottom: 5px; color: var(--muted); font-size: .67rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.review-grid dd { margin: 0; font-size: .82rem; line-height: 1.55; }
.priority-list { margin-top: 20px; display: flex; gap: 8px; flex-wrap: wrap; }
.priority-list span, .channel-row span { padding: 7px 10px; border-radius: 999px; background: var(--mint-2); color: var(--deep); font-size: .68rem; font-weight: 720; }
.activation-note { margin-top: 24px; padding: 18px 20px; border-left: 3px solid var(--coral); background: #fff7f2; }
.activation-note strong { font-size: .78rem; }
.activation-note p { margin: 6px 0 0; color: var(--muted); font-size: .75rem; }

.workspace-page { width: min(1180px, calc(100% - 48px)); margin: 45px auto 80px; }
.success-banner { margin-bottom: 28px; padding: 17px 20px; display: flex; align-items: center; gap: 14px; border: 1px solid #bad9c6; border-radius: 14px; background: #edf8f1; }
.success-banner > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--deep); color: white; font-weight: 900; }
.success-banner strong { display: block; font-size: .84rem; }
.success-banner p { margin: 2px 0 0; color: var(--muted); font-size: .73rem; }
.workspace-heading { margin-bottom: 38px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.workspace-heading h1 { margin-bottom: 14px; font-size: clamp(2.5rem, 4vw, 4rem); }
.workspace-heading p:not(.eyebrow) { max-width: 690px; margin: 0; color: var(--muted); }
.status-pill { flex: none; padding: 9px 13px; border: 1px solid #bcd5c6; border-radius: 999px; background: #eef7f1; color: var(--deep); font-size: .7rem; font-weight: 800; }
.status-pill > span { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #3e9468; }
.workspace-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.workspace-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.88); box-shadow: 0 13px 45px rgba(20,57,53,.06); }
.card-kicker { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .69rem; font-weight: 780; text-transform: uppercase; letter-spacing: .08em; }
.card-kicker strong { color: #347653; font-size: .67rem; }
.readiness-score { margin: 27px 0 13px; display: flex; align-items: baseline; gap: 10px; }
.readiness-score strong { font-family: Georgia, serif; color: var(--deep); font-size: 2.7rem; letter-spacing: -.05em; }
.readiness-score span { color: var(--muted); font-size: .75rem; }
.meter { height: 7px; border-radius: 10px; background: #e8ece8; overflow: hidden; }
.meter span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--deep), #67a581); }
.readiness-list { margin: 28px 0 0; padding: 0; list-style: none; }
.readiness-list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid #edf0ed; }
.readiness-list li > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--mint); color: var(--deep); font-size: .7rem; font-weight: 900; }
.readiness-list strong, .readiness-list small { display: block; }
.readiness-list strong { margin-bottom: 3px; font-size: .78rem; }
.readiness-list small { color: var(--muted); font-size: .68rem; line-height: 1.4; }
.muted-pill { padding: 6px 9px; border-radius: 999px; background: #edf0ed; color: var(--muted); }
.next-card { position: relative; overflow: hidden; background: var(--deep); color: #dce8e2; border-color: var(--deep); }
.next-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -100px; bottom: -110px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.025), 0 0 0 65px rgba(255,255,255,.02); }
.next-card .card-kicker { color: #9eb8af; }
.next-card .muted-pill { background: rgba(255,255,255,.1); color: #dce8e2; }
.next-card h2 { color: white; margin: 17px 0 12px; font-size: 2rem; }
.next-card p { color: #b9cdc6; font-size: .82rem; }
.next-icon { margin-top: 28px; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.1); color: #f1a58d; font-size: 1.3rem; }
.channel-row { margin: 21px 0; display: flex; flex-wrap: wrap; gap: 7px; }
.channel-row span { background: rgba(255,255,255,.08); color: #d8e6e0; }
.next-card .button { position: relative; z-index: 1; width: 100%; margin-top: 5px; }
.priorities-card { margin-top: 22px; display: grid; grid-template-columns: .75fr 1.6fr auto; gap: 30px; align-items: center; }
.priorities-card h2 { margin: 0; font-size: 1.55rem; }
.priorities-card .eyebrow { margin-bottom: 7px; }
.priorities-card .priority-list { margin: 0; }
.priority-list.large span { padding: 9px 12px; }
.priorities-card > a { font-size: .75rem; font-weight: 800; text-underline-offset: 4px; white-space: nowrap; }

.centered-state { width: min(650px, calc(100% - 48px)); min-height: 570px; margin: 40px auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.centered-state h1 { font-size: clamp(2.6rem, 5vw, 4.5rem); }
.centered-state p:not(.eyebrow) { color: var(--muted); }
.centered-state small { margin-top: 20px; color: var(--muted); }

@media (max-width: 900px) {
  .hero, .auth-page, .onboarding-page, .workspace-grid { grid-template-columns: 1fr; }
  .hero { margin-top: 35px; }
  .hero-panel { max-width: 590px; transform: none; }
  .feature-strip { grid-template-columns: 1fr; gap: 15px; }
  .feature-strip article { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .auth-page { gap: 45px; }
  .onboarding-page { gap: 30px; }
  .onboarding-aside { position: static; padding-top: 0; }
  .onboarding-aside > p:not(.eyebrow), .save-note { max-width: 680px; }
  .step-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .step-list li { grid-template-columns: 34px 1fr; }
  .step-list li::after { display: none; }
  .step-list li > span { width: 34px; height: 34px; }
  .priorities-card { grid-template-columns: 1fr; gap: 16px; }
  .workspace-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
}

@media (max-width: 620px) {
  .site-header, .site-footer, .hero, .feature-strip, .auth-page, .onboarding-page, .workspace-page { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 76px; }
  .brand { font-size: 1.05rem; }
  .brand img { width: 36px; height: 36px; }
  .site-header nav { gap: 14px; }
  .site-header nav > a:not(.button) { display: none; }
  .button-small { min-height: 38px; padding: 0 13px; }
  .site-footer { flex-direction: column; gap: 8px; }
  .hero { margin-bottom: 60px; gap: 44px; }
  .hero-copy h1 { font-size: 2.75rem; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .trust-row { flex-direction: column; gap: 12px; }
  .hero-panel { padding: 15px; }
  .preview-card { grid-template-columns: 37px 1fr auto; padding: 12px; }
  .preview-icon { width: 37px; height: 37px; }
  .auth-page, .onboarding-page { margin-top: 28px; }
  .auth-intro h1, .onboarding-aside h1 { font-size: 2.55rem; }
  .form-card, .onboarding-card { padding: 24px 19px; border-radius: 17px; }
  .field-grid, .choice-grid, .review-grid { grid-template-columns: 1fr; }
  .review-grid .review-wide { grid-column: auto; }
  .step-list { grid-template-columns: 1fr; gap: 1px; }
  .step-list li { min-height: 54px; }
  .step-list li div { display: flex; align-items: baseline; gap: 8px; }
  .step-list li::after { display: block; top: 43px; bottom: -9px; left: 16px; }
  .step-list li > span { width: 33px; height: 33px; }
  .form-actions { flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .workspace-card { padding: 23px 19px; }
  .workspace-heading h1 { font-size: 2.55rem; }
}

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