:root {
  --ar-paper: #f4f1e8;
  --ar-ink: #11201d;
  --ar-soft: #64716d;
  --ar-line: #d9d9cf;
  --ar-green: #0d644c;
  --ar-green-dark: #094c3a;
  --ar-lime: #d8f65a;
  --ar-lime-dark: #a8c92c;
  --ar-mint: #e2efe4;
  --ar-white: #fff;
  --ar-danger: #b42318;
  --ar-display: "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
  --ar-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ar-paper);
  color: var(--ar-ink);
  font-family: var(--ar-sans);
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
}

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

[hidden] {
  display: none !important;
}

.ar-shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.ar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.ar-brand > span:last-child {
  display: flex;
  flex-direction: column;
}

.ar-brand strong {
  font-family: var(--ar-display);
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.ar-brand small {
  margin-top: 5px;
  color: var(--ar-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.ar-brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 8px;
  border-radius: 12px;
  background: var(--ar-ink);
  box-shadow: 0 2px 7px rgb(17 32 29 / 10%);
}

.ar-brand-mark i {
  border-radius: 3px;
  background: #fff;
}

.ar-brand-mark i:first-child,
.ar-brand-mark i:last-child {
  background: var(--ar-lime);
}

.ar-landing {
  min-height: 100vh;
  overflow: hidden;
}

.ar-landing-header,
.ar-site-header {
  position: relative;
  z-index: 10;
  padding-block: 20px;
}

.ar-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.ar-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ar-time {
  color: var(--ar-soft);
  font-size: 14px;
  font-weight: 750;
}

.ar-primary-nav ul {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ar-primary-nav a {
  color: var(--ar-ink);
  font-weight: 700;
  text-decoration: none;
}

.ar-hero {
  position: relative;
  padding: 56px 0 96px;
}

.ar-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(13 100 76 / 5.5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(13 100 76 / 5.5%) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.ar-hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 64px;
}

.ar-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 9px 13px;
  border: 1px solid rgb(13 100 76 / 20%);
  border-radius: 999px;
  background: rgb(255 255 255 / 66%);
  box-shadow: 0 2px 8px rgb(17 32 29 / 5%);
  color: var(--ar-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ar-hero-copy h1 {
  max-width: 760px;
  margin: 26px 0 0;
  font-family: var(--ar-display);
  font-size: clamp(48px, 6vw, 83px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.ar-hero-copy h1 span {
  display: block;
  margin-top: 6px;
  color: var(--ar-green);
}

.ar-intro {
  max-width: 590px;
  margin: 27px 0 0;
  color: var(--ar-soft);
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.65;
}

.ar-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.ar-benefit-grid > div {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid var(--ar-line);
  border-radius: 16px;
  background: rgb(255 255 255 / 58%);
}

.ar-benefit-grid b {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 11px;
  background: var(--ar-mint);
  color: var(--ar-green);
}

.ar-benefit-grid span {
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

.ar-access-card {
  position: relative;
  padding: 31px;
  border: 1px solid var(--ar-line);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 80px rgb(17 32 29 / 13%);
}

.ar-access-card::before {
  position: absolute;
  z-index: -1;
  top: -28px;
  right: -28px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--ar-lime);
  content: "";
  filter: blur(32px);
  opacity: 0.7;
}

.ar-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.ar-card-heading p,
.ar-kicker {
  margin: 0;
  color: var(--ar-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ar-card-heading h2 {
  margin: 12px 0 0;
  font-family: var(--ar-display);
  font-size: 31px;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.ar-card-heading > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 16px;
  background: var(--ar-lime);
  font-size: 22px;
  font-weight: 900;
}

.ar-email-form,
.ar-systeme-form {
  margin-top: 28px;
}

.ar-email-form label {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 850;
}

.ar-email-form input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid var(--ar-line);
  border-radius: 13px;
  outline: 0;
  background: var(--ar-paper);
  color: var(--ar-ink);
  font-size: 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ar-email-form input:focus {
  border-color: var(--ar-green);
  box-shadow: 0 0 0 4px rgb(216 246 90 / 42%);
}

.ar-email-help {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 15px;
  padding: 14px;
  border-radius: 13px;
  background: var(--ar-paper);
  color: var(--ar-soft);
  font-size: 12px;
  line-height: 1.55;
}

.ar-email-help b {
  flex: 0 0 auto;
  color: var(--ar-green);
  font-size: 17px;
}

.ar-email-form button,
.ar-next {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 15px;
  padding: 12px 22px;
  border: 0;
  border-radius: 13px;
  background: var(--ar-green);
  box-shadow: 0 10px 28px rgb(13 100 76 / 20%);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 850;
  transition: background 160ms ease, transform 160ms ease;
}

.ar-email-form button:hover,
.ar-next:hover:not(:disabled) {
  background: var(--ar-green-dark);
  transform: translateY(-1px);
}

.ar-form-error {
  min-height: 0;
  margin: 10px 0 0;
  color: var(--ar-danger);
  font-size: 13px;
  font-weight: 800;
}

.ar-form-error:empty {
  display: none;
}

.ar-form-note {
  margin: 12px 0 0;
  color: var(--ar-soft);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  text-align: center;
}

.ar-difference {
  padding: 48px 0;
  border-block: 1px solid var(--ar-line);
  background: var(--ar-ink);
  color: #fff;
}

.ar-difference-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: end;
  gap: 54px;
}

.ar-difference h2 {
  margin: 12px 0 0;
  font-family: var(--ar-display);
  font-size: clamp(31px, 3.5vw, 41px);
  letter-spacing: -0.045em;
  line-height: 1.07;
}

.ar-kicker {
  color: var(--ar-lime);
}

.ar-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ar-value-grid article {
  min-height: 185px;
  padding: 21px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 18px;
  background: rgb(255 255 255 / 5.5%);
}

.ar-value-grid article > b {
  color: var(--ar-lime);
  font-size: 21px;
}

.ar-value-grid h3 {
  margin: 18px 0 0;
  font-family: var(--ar-display);
  font-size: 18px;
}

.ar-value-grid p {
  margin: 9px 0 0;
  color: rgb(255 255 255 / 62%);
  font-size: 14px;
  line-height: 1.7;
}

.ar-feedback {
  padding: 76px 0;
  background: var(--ar-paper);
}

.ar-feedback-heading {
  max-width: 700px;
}

.ar-feedback .ar-kicker {
  color: var(--ar-green);
}

.ar-feedback-heading h2 {
  margin: 12px 0 0;
  font-family: var(--ar-display);
  font-size: clamp(36px, 5vw, 54px);
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.ar-feedback-heading > p:last-child {
  margin: 16px 0 0;
  color: var(--ar-soft);
  line-height: 1.7;
}

.ar-feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.ar-feedback blockquote {
  display: flex;
  min-height: 225px;
  flex-direction: column;
  margin: 0;
  padding: 25px;
  border: 1px solid var(--ar-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgb(17 32 29 / 6%);
}

.ar-feedback blockquote > b {
  color: var(--ar-lime-dark);
  font-family: var(--ar-display);
  font-size: 49px;
  line-height: 0.8;
}

.ar-feedback blockquote > p {
  margin: 22px 0 0;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.55;
}

.ar-feedback blockquote footer {
  margin-top: auto;
  padding-top: 24px;
  color: var(--ar-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ar-feedback-note {
  margin: 17px 0 0;
  color: var(--ar-soft);
  font-size: 12px;
  line-height: 1.6;
}

.ar-app-header {
  border-bottom: 1px solid var(--ar-line);
  padding: 16px 0;
}

.ar-app-header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ar-reset {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ar-assessment-label {
  padding: 7px 12px;
  border: 1px solid var(--ar-line);
  border-radius: 999px;
  background: rgb(255 255 255 / 62%);
  color: var(--ar-soft);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ar-survey-screen {
  min-height: 100vh;
  background: var(--ar-paper);
}

.ar-survey-shell {
  width: min(870px, calc(100% - 40px));
  margin-inline: auto;
  padding: 48px 0 72px;
}

.ar-progress-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 42px;
}

.ar-progress {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--ar-line);
}

.ar-progress i {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: var(--ar-lime-dark);
  transition: width 220ms ease;
}

.ar-progress-row > span {
  flex: 0 0 auto;
  color: var(--ar-soft);
  font-size: 14px;
  font-weight: 850;
}

.ar-question-kicker {
  margin: 0 0 12px;
  color: var(--ar-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ar-question h1 {
  max-width: 800px;
  margin: 0;
  font-family: var(--ar-display);
  font-size: clamp(40px, 5vw, 61px);
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.ar-question-help {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--ar-soft);
  font-size: 18px;
  line-height: 1.6;
}

.ar-option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 35px;
}

.ar-option {
  display: flex;
  min-height: 130px;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--ar-line);
  border-radius: 21px;
  outline: 0;
  background: #fff;
  color: var(--ar-ink);
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ar-option:hover {
  border-color: var(--ar-green);
  box-shadow: 0 10px 28px rgb(17 32 29 / 8%);
  transform: translateY(-2px);
}

.ar-option:focus-visible {
  box-shadow: 0 0 0 4px rgb(216 246 90 / 50%);
}

.ar-option[aria-pressed="true"] {
  border-color: var(--ar-ink);
  background: var(--ar-ink);
  box-shadow: 0 12px 32px rgb(17 32 29 / 16%);
  color: #fff;
}

.ar-option-check {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border: 1px solid var(--ar-line);
  border-radius: 50%;
  background: var(--ar-paper);
  color: transparent;
  font-size: 14px;
  font-weight: 900;
}

.ar-option-multiple .ar-option-check {
  border-radius: 7px;
}

.ar-option[aria-pressed="true"] .ar-option-check {
  border-color: var(--ar-lime);
  background: var(--ar-lime);
  color: var(--ar-ink);
}

.ar-option strong {
  display: block;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.ar-option small {
  display: block;
  margin-top: 8px;
  color: var(--ar-soft);
  font-size: 14px;
  line-height: 1.55;
}

.ar-option[aria-pressed="true"] small {
  color: rgb(255 255 255 / 70%);
}

.ar-selected-count {
  margin: 14px 0 0;
  color: var(--ar-soft);
  font-size: 14px;
  font-weight: 800;
}

.ar-submit-error {
  margin: 14px 0 0;
  padding: 0;
  color: var(--ar-danger);
  font-size: 14px;
  font-weight: 800;
}

.ar-submit-error:empty {
  display: none;
}

.ar-survey-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

.ar-back {
  padding: 12px 2px;
  border: 0;
  background: transparent;
  color: var(--ar-soft);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.ar-next {
  width: auto;
  min-width: 145px;
  margin: 0;
}

.ar-next:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.ar-result-screen {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--ar-ink);
  color: #fff;
}

.ar-app-header-dark {
  position: relative;
  z-index: 2;
  border-color: rgb(255 255 255 / 10%);
}

.ar-app-header-dark .ar-brand-mark {
  outline: 1px solid rgb(255 255 255 / 9%);
}

.ar-result-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 20%, rgb(216 246 90 / 16%), transparent 28%),
    radial-gradient(circle at 12% 75%, rgb(13 100 76 / 45%), transparent 32%);
  pointer-events: none;
}

.ar-result-shell {
  position: relative;
  z-index: 1;
  width: min(1030px, calc(100% - 40px));
  margin-inline: auto;
  padding: 74px 0;
}

.ar-result-pill {
  display: inline-flex;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgb(216 246 90 / 30%);
  border-radius: 999px;
  background: rgb(216 246 90 / 10%);
  color: var(--ar-lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ar-result-context {
  margin: 27px 0 0;
  color: rgb(255 255 255 / 60%);
  font-weight: 750;
}

.ar-result-shell > h1 {
  max-width: 810px;
  margin: 28px 0 0;
  font-family: var(--ar-display);
  font-size: clamp(41px, 5.4vw, 63px);
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.ar-result-description {
  max-width: 710px;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 70%);
  font-size: 18px;
  line-height: 1.7;
}

.ar-needs-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.ar-need-chip {
  padding: 8px 11px;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 999px;
  background: rgb(255 255 255 / 7%);
  color: rgb(255 255 255 / 76%);
  font-size: 12px;
  font-weight: 800;
}

.ar-result-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 20px;
  margin-top: 40px;
}

.ar-moves {
  padding: 31px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 28px;
  background: rgb(255 255 255 / 6%);
  backdrop-filter: blur(8px);
}

.ar-moves > p {
  margin: 0;
  color: var(--ar-lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ar-moves h2 {
  margin: 20px 0 0;
  font-family: var(--ar-display);
  font-size: 27px;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.ar-thanks-copy {
  margin-top: 16px;
  color: rgb(255 255 255 / 68%);
  font-size: 16px;
  line-height: 1.7;
}

.ar-move {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 16px;
  background: rgb(0 0 0 / 10%);
  font-weight: 800;
}

.ar-move b {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--ar-lime);
  color: var(--ar-ink);
}

.ar-result-aside {
  padding: 31px;
  border-radius: 28px;
  background: var(--ar-lime);
  color: var(--ar-ink);
}

.ar-result-aside > b {
  font-size: 30px;
}

.ar-result-aside h2 {
  margin: 19px 0 0;
  font-family: var(--ar-display);
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.ar-result-aside p {
  margin: 12px 0 0;
  color: rgb(17 32 29 / 70%);
  font-size: 14px;
  line-height: 1.6;
}

.ar-notification-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ar-notification-list li {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.ar-result-aside button {
  width: 100%;
  min-height: 49px;
  margin-top: 22px;
  padding: 12px 15px;
  border: 0;
  border-radius: 12px;
  background: var(--ar-ink);
  color: #fff;
  cursor: pointer;
  font-weight: 850;
}

.ar-result-aside .ar-notification-declined {
  margin-top: 22px;
  padding: 14px;
  border-radius: 12px;
  background: rgb(17 32 29 / 10%);
  color: var(--ar-ink);
  font-weight: 850;
}

.ar-result-reset {
  display: inline-flex;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgb(255 255 255 / 56%);
  cursor: pointer;
  font-weight: 800;
}

.ar-footer {
  padding: 26px 0;
  background: var(--ar-paper);
  color: var(--ar-soft);
}

.ar-footer > div {
  display: flex;
  width: min(1160px, calc(100% - 40px));
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-inline: auto;
}

.ar-footer p {
  margin: 0;
  font-size: 12px;
  font-weight: 650;
}

.ar-content-shell {
  width: min(820px, calc(100% - 40px));
  min-height: 60vh;
  margin-inline: auto;
  padding: 70px 0;
}

.ar-content-shell h1 {
  font-family: var(--ar-display);
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -0.05em;
}

.ar-entry-card {
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid var(--ar-line);
  border-radius: 22px;
  background: #fff;
}

.ar-entry-card a {
  color: var(--ar-green);
}

.ar-entry-card h2 {
  margin-top: 0;
  font-family: var(--ar-display);
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: -0.035em;
}

.ar-entry-meta,
.ar-archive-description {
  color: var(--ar-soft);
  font-size: 14px;
  font-weight: 750;
}

.ar-entry-content > * {
  max-width: 100%;
}

.ar-content-button {
  display: inline-flex;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--ar-green);
  color: #fff !important;
  text-decoration: none;
  font-weight: 850;
}

.ar-comments .comment-list {
  padding-left: 22px;
}

.ar-comments input:not([type="submit"]),
.ar-comments textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--ar-line);
  border-radius: 12px;
}

.ar-comments input[type="submit"] {
  padding: 12px 17px;
  border: 0;
  border-radius: 999px;
  background: var(--ar-green);
  color: #fff;
  cursor: pointer;
  font-weight: 850;
}

.ar-elementor-page,
.ar-elementor-full-width {
  min-height: 60vh;
}

.ar-rise {
  animation: ar-rise 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ar-delay {
  animation-delay: 90ms;
}

@keyframes ar-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .ar-hero-layout,
  .ar-difference-layout,
  .ar-result-layout {
    grid-template-columns: 1fr;
  }

  .ar-hero-layout {
    gap: 48px;
  }

  .ar-difference-layout {
    gap: 32px;
  }

  .ar-access-card {
    max-width: 640px;
  }

  .ar-feedback-grid {
    grid-template-columns: 1fr;
  }

  .ar-feedback blockquote {
    min-height: 190px;
  }
}

@media (max-width: 700px) {
  .ar-shell,
  .ar-site-header,
  .ar-footer > div,
  .ar-survey-shell,
  .ar-result-shell {
    width: min(100% - 30px, 1160px);
  }

  .ar-time,
  .ar-primary-nav {
    display: none;
  }

  .ar-hero {
    padding: 28px 0 58px;
  }

  .ar-hero-copy h1 {
    font-size: 48px;
  }

  .ar-benefit-grid,
  .ar-value-grid,
  .ar-option-grid {
    grid-template-columns: 1fr;
  }

  .ar-access-card,
  .ar-moves,
  .ar-result-aside {
    padding: 22px;
    border-radius: 23px;
  }

  .ar-card-heading h2 {
    font-size: 27px;
  }

  .ar-card-heading > span {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .ar-value-grid article {
    min-height: auto;
  }

  .ar-question h1 {
    font-size: 40px;
  }

  .ar-assessment-label {
    display: none;
  }

  .ar-option {
    min-height: 112px;
  }

  .ar-footer > div {
    flex-direction: column;
    align-items: flex-start;
  }
}

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