:root {
  color-scheme: light;
  --ink: #20203d;
  --muted: #6f7085;
  --muted-strong: #55566d;
  --surface: #ffffff;
  --surface-soft: #f7f7fc;
  --line: #e5e5ef;
  --line-strong: #d6d5e5;
  --primary: #5b4ee8;
  --primary-dark: #463bc4;
  --primary-soft: #eeecff;
  --peach: #ffc995;
  --peach-soft: #fff2e5;
  --mint: #79d9bd;
  --mint-soft: #e5f8f2;
  --danger: #b4233e;
  --danger-soft: #fff0f3;
  --shadow: 0 28px 70px rgba(54, 48, 114, 0.13);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 0% 0%, rgba(111, 96, 245, 0.11), transparent 31rem),
    radial-gradient(circle at 100% 100%, rgba(255, 201, 149, 0.22), transparent 35rem),
    #f4f3fb;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
label,
select {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

svg {
  display: block;
}

[hidden] {
  display: none !important;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.45;
  pointer-events: none;
}

.ambient--one {
  top: -11rem;
  right: 15%;
  background: rgba(120, 216, 189, 0.25);
}

.ambient--two {
  bottom: -15rem;
  left: 28%;
  background: rgba(91, 78, 232, 0.18);
}

.page-shell {
  display: grid;
  min-height: 100vh;
}

.intro-panel {
  position: relative;
  display: none;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.075), transparent 40%),
    linear-gradient(155deg, #28245a 0%, #40369d 56%, #5d4fe6 100%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.91rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--primary);
  box-shadow: 0 8px 20px rgba(39, 34, 109, 0.24);
}

.brand__mark svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.intro-panel .brand__mark {
  color: #28245a;
  background: #fff;
}

.intro-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 0.55rem;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.intro-copy .eyebrow,
.intro-panel .privacy-note strong {
  color: var(--peach);
}

.intro-copy h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(2.45rem, 4.2vw, 4.15rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.privacy-note {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

.privacy-note svg {
  flex: 0 0 1.35rem;
  width: 1.35rem;
  fill: none;
  stroke: var(--peach);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.privacy-note p {
  display: grid;
  gap: 0.22rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.75rem;
  line-height: 1.45;
}

.privacy-note strong {
  font-size: 0.8rem;
}

.intro-orbit,
.intro-orbit::before,
.intro-orbit::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.intro-orbit {
  right: -12rem;
  bottom: -9rem;
  width: 30rem;
  height: 30rem;
}

.intro-orbit::before,
.intro-orbit::after {
  content: "";
  inset: 4rem;
}

.intro-orbit::after {
  inset: 8rem;
}

.intro-orbit span {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--peach);
}

.intro-orbit span:nth-child(1) {
  top: 3rem;
  left: 4rem;
}

.intro-orbit span:nth-child(2) {
  top: 12rem;
  left: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--mint);
}

.intro-orbit span:nth-child(3) {
  top: 9rem;
  left: 11rem;
  width: 1rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.8);
}

.form-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: max(1rem, env(safe-area-inset-top)) max(0.9rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(0.9rem, env(safe-area-inset-left));
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 0.2rem;
}

.mobile-header__step {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.survey-card {
  width: 100%;
  max-width: 860px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.progress-wrap {
  position: sticky;
  z-index: 10;
  top: 0;
  padding: 1.1rem 1.1rem 0.95rem;
  border-bottom: 1px solid var(--line);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(15px);
}

.progress-track {
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--primary-soft);
}

.progress-track span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), #8a7dff);
  transition: width 280ms ease;
}

.step-list {
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 650;
}

.step-list span {
  display: grid;
  flex: 0 0 1.55rem;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: 50%;
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 0.66rem;
  font-weight: 800;
}

.step-list em {
  display: none;
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.step-list li.is-active {
  color: var(--primary);
}

.step-list li.is-active span,
.step-list li.is-complete span {
  color: #fff;
  background: var(--primary);
}

.step-list li.is-complete span::before {
  content: "✓";
}

.step-list li.is-complete span {
  font-size: 0;
}

#surveyForm {
  padding: 1.4rem 1.1rem 1.1rem;
}

.form-step {
  animation: step-in 260ms ease both;
}

@keyframes step-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.step-heading {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.step-heading__number {
  display: grid;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 15px;
  color: var(--primary);
  background: var(--primary-soft);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.step-heading h2 {
  margin: 0;
  font-size: clamp(1.45rem, 5vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.step-heading > div > p:last-child {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.field-grid {
  display: grid;
  gap: 1rem;
}

.field {
  display: grid;
  min-width: 0;
  gap: 0.48rem;
}

.field label,
.checkbox-group legend {
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 730;
  line-height: 1.4;
}

.field label span,
.choice-question legend span,
.checkbox-group legend span {
  color: var(--danger);
}

.field small {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

input[type="text"],
input[type="tel"],
input[type="date"],
textarea,
select {
  width: 100%;
  min-height: 50px;
  padding: 0.82rem 0.92rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  outline: none;
  color: var(--ink);
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

textarea {
  min-height: 82px;
  resize: vertical;
  line-height: 1.45;
}

input::placeholder,
textarea::placeholder {
  color: #a2a2b3;
}

input:hover,
textarea:hover,
select:hover {
  border-color: #bbb9d2;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(91, 78, 232, 0.11);
}

input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: var(--danger);
  background: var(--danger-soft);
}

.person-card {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
}

.person-card + .person-card {
  margin-top: 1rem;
}

.person-card__title {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 1rem;
}

.person-card__title h3 {
  margin: 0;
  font-size: 1rem;
}

.person-card__title p {
  margin: 0.22rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.4;
}

.person-avatar {
  display: grid;
  flex: 0 0 2.7rem;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 50%;
  color: var(--primary);
  background: var(--primary-soft);
  font-size: 0.85rem;
  font-weight: 800;
}

.person-avatar--peach {
  color: #9f531b;
  background: var(--peach-soft);
}

.question-stack {
  display: grid;
  gap: 0.9rem;
}

.choice-question,
.checkbox-group {
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.choice-question legend,
.checkbox-group legend {
  width: 100%;
  padding: 0;
  color: var(--ink);
  font-size: 0.87rem;
  font-weight: 720;
}

.segmented-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.segmented-control label,
.chip-options label {
  position: relative;
  cursor: pointer;
}

.segmented-control input,
.chip-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.segmented-control span {
  display: grid;
  min-height: 45px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  color: var(--muted-strong);
  background: var(--surface-soft);
  font-size: 0.81rem;
  font-weight: 760;
  transition: 150ms ease;
}

.segmented-control label:hover span,
.chip-options label:hover span {
  border-color: #bbb7ea;
}

.segmented-control input:focus-visible + span,
.chip-options input:focus-visible + span {
  outline: 3px solid rgba(91, 78, 232, 0.22);
  outline-offset: 2px;
}

.segmented-control input:checked + span {
  border-color: var(--primary);
  color: var(--primary-dark);
  background: var(--primary-soft);
  box-shadow: inset 0 0 0 1px var(--primary);
}

.choice-question.has-error {
  border-color: var(--danger);
  background: var(--danger-soft);
}

.conditional-panel {
  padding: 1rem;
  border: 1px solid #d9d5ff;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #f7f5ff, #fff 74%);
  box-shadow: 0 12px 26px rgba(66, 55, 164, 0.07);
  animation: reveal 240ms ease both;
}

@keyframes reveal {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.conditional-panel__header {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.conditional-panel__header h3 {
  margin: 0;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.conditional-panel__header > div > p:last-child {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.45;
}

.conditional-panel__badge {
  display: grid;
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 12px;
  color: #a34e12;
  background: var(--peach);
  font-size: 1.1rem;
  font-weight: 600;
}

.conditional-panel__badge--mint {
  color: #165e4c;
  background: var(--mint);
}

.repeat-list {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
}

.repeat-card {
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.repeat-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.repeat-card__topline h4 {
  margin: 0;
  font-size: 0.82rem;
}

.icon-button {
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  cursor: pointer;
  place-items: center;
  border-radius: 10px;
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 1.2rem;
  line-height: 1;
}

.icon-button:hover {
  color: var(--danger);
  background: var(--danger-soft);
}

.chip-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.chip-options span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0.65rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 99px;
  color: var(--muted-strong);
  background: var(--surface-soft);
  font-size: 0.78rem;
  font-weight: 740;
  transition: 150ms ease;
}

.chip-options input:checked + span {
  border-color: var(--primary);
  color: #fff;
  background: var(--primary);
}

.checkbox-group.has-error {
  border-color: var(--danger);
  background: var(--danger-soft);
}

.field-error {
  min-height: 0;
  margin: 0.55rem 0 0;
  color: var(--danger);
  font-size: 0.72rem;
}

.review {
  display: grid;
  gap: 0.9rem;
}

.review-section {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.review-section__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

.review-section__title h3 {
  margin: 0;
  font-size: 0.84rem;
}

.review-section__title button {
  cursor: pointer;
  color: var(--primary);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 750;
}

.review-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0.9rem;
}

.review-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0.8rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.review-row dt {
  color: var(--muted);
}

.review-row dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-weight: 650;
  text-align: right;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.55rem;
  border-radius: 99px;
  color: #1b6653;
  background: var(--mint-soft);
  font-size: 0.68rem;
  font-weight: 780;
}

.review-badge--no {
  color: var(--muted-strong);
  background: var(--surface-soft);
}

.consent {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 1rem;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--muted-strong);
  background: var(--surface-soft);
  font-size: 0.75rem;
  line-height: 1.5;
}

.consent input {
  position: absolute;
  opacity: 0;
}

.consent__check {
  display: grid;
  flex: 0 0 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
  place-items: center;
  border: 1.5px solid var(--line-strong);
  border-radius: 6px;
  background: #fff;
}

.consent input:checked + .consent__check {
  border-color: var(--primary);
  color: #fff;
  background: var(--primary);
}

.consent input:checked + .consent__check::before {
  content: "✓";
  font-size: 0.75rem;
  font-weight: 900;
}

.consent input:focus-visible + .consent__check {
  outline: 3px solid rgba(91, 78, 232, 0.22);
  outline-offset: 2px;
}

.consent.has-error {
  border-color: var(--danger);
  background: var(--danger-soft);
}

.form-alert {
  margin-top: 1rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid #f0b5c0;
  border-radius: 12px;
  color: #8f1730;
  background: var(--danger-soft);
  font-size: 0.76rem;
  line-height: 1.45;
}

.form-actions {
  display: flex;
  gap: 0.7rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.button {
  display: inline-flex;
  min-height: 48px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.78rem 1.12rem;
  border-radius: 13px;
  font-size: 0.78rem;
  font-weight: 780;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button:focus-visible,
.icon-button:focus-visible,
.review-section__title button:focus-visible {
  outline: 3px solid rgba(91, 78, 232, 0.24);
  outline-offset: 2px;
}

.button--primary {
  min-width: 140px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #7467f4);
  box-shadow: 0 10px 22px rgba(91, 78, 232, 0.23);
}

.button--primary:hover {
  box-shadow: 0 13px 26px rgba(91, 78, 232, 0.3);
}

.button--ghost {
  color: var(--muted-strong);
  background: var(--surface-soft);
}

.button--soft {
  color: var(--primary-dark);
  background: var(--primary-soft);
}

.button--small {
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  font-size: 0.73rem;
}

.button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.button__spinner {
  display: none;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 650ms linear infinite;
}

.button--submit.is-loading .button__spinner {
  display: block;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.success-state {
  max-width: 32rem;
  margin: auto;
  padding: clamp(3.5rem, 12vw, 7rem) 1.5rem;
  text-align: center;
  animation: step-in 320ms ease both;
}

.success-state__icon {
  display: grid;
  width: 5.2rem;
  height: 5.2rem;
  margin: 0 auto 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-soft);
  box-shadow: 0 0 0 12px rgba(121, 217, 189, 0.12);
}

.success-state__icon svg {
  width: 3rem;
  fill: none;
  stroke: #238267;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.success-state h2 {
  margin: 0;
  font-size: clamp(1.8rem, 7vw, 2.6rem);
  letter-spacing: -0.045em;
}

.success-state > p:not(.eyebrow) {
  margin: 0.8rem 0 1.5rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-footer {
  display: flex;
  width: 100%;
  max-width: 860px;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
  margin: 1rem auto 0;
  padding: 0 0.3rem;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.4;
}

@media (min-width: 560px) {
  .form-panel {
    padding: 1.6rem;
  }

  .progress-wrap {
    padding: 1.25rem 1.7rem 1rem;
  }

  .step-list em {
    display: inline;
  }

  #surveyForm {
    padding: 1.8rem 1.7rem 1.5rem;
  }

  .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field--wide {
    grid-column: 1 / -1;
  }

  .choice-question {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 12rem;
    gap: 1rem;
    align-items: center;
  }

  .choice-question legend {
    float: left;
    align-self: center;
  }

  .segmented-control {
    margin-top: 0;
  }

  .conditional-panel,
  .choice-question,
  .checkbox-group,
  .person-card {
    padding: 1.2rem;
  }

  .form-actions {
    margin-top: 1.8rem;
  }

  .button {
    padding-right: 1.35rem;
    padding-left: 1.35rem;
  }
}

@media (min-width: 1080px) {
  .page-shell {
    grid-template-columns: minmax(340px, 38vw) minmax(0, 1fr);
  }

  .intro-panel {
    position: sticky;
    top: 0;
    display: grid;
    min-height: 100vh;
    max-height: 100vh;
    grid-template-rows: auto 1fr auto;
    gap: clamp(2rem, 5vh, 4rem);
    padding: clamp(2rem, 4vw, 4.5rem);
  }

  .intro-copy {
    align-self: end;
  }

  .form-panel {
    min-height: 100vh;
    padding: clamp(2rem, 4vw, 4.5rem) clamp(2rem, 5vw, 6rem) 1.5rem;
  }

  .mobile-header {
    display: none;
  }

  .progress-wrap {
    position: static;
  }

  .survey-card {
    margin: auto;
  }
}

@media (max-width: 390px) {
  .step-list li {
    gap: 0;
  }

  .step-list em {
    display: none;
  }

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

  .form-actions .button:only-child,
  .form-actions .button--submit:first-child {
    grid-column: 1 / -1;
  }

  .button {
    min-width: 0;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
