:root {
  --blue: #073fe2;
  --blue-dark: #062fa7;
  --ink: #101828;
  --muted: #526071;
  --line: #dce3ec;
  --soft: #f3f6fa;
  --white: #ffffff;
  --success: #16834b;
  --shadow: 0 18px 45px rgba(16, 24, 40, 0.12);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

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

button,
.button {
  cursor: pointer;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.topbar {
  padding: 8px 0;
  color: var(--white);
  background: var(--ink);
  font-size: 14px;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar p {
  margin: 0;
}

.topbar-links {
  display: flex;
  gap: 18px;
}

.topbar a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(220, 227, 236, 0.85);
  background: rgba(255, 255, 255, 0.97);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  width: 300px;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: 62px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links > a:not(.button) {
  color: #263347;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-links > a:not(.button):hover,
.nav-links > a:not(.button):focus-visible {
  color: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--blue);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue-dark);
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.button-light:hover,
.button-light:focus-visible {
  background: #edf2ff;
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.75);
  color: var(--white);
  background: rgba(16, 24, 40, 0.3);
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
  border-color: var(--white);
  background: rgba(16, 24, 40, 0.72);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: #263347;
}

.button-full {
  width: 100%;
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: #111827;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 13, 29, 0.94) 0%, rgba(6, 13, 29, 0.86) 38%, rgba(6, 13, 29, 0.4) 67%, rgba(6, 13, 29, 0.25) 100%),
    linear-gradient(0deg, rgba(6, 13, 29, 0.45), transparent 50%),
    url("images/hero-entruempelung-rueckbau.webp") center / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 750px;
  padding: 92px 0 100px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #94adff;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.5vw, 70px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 48px);
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.hero-lead {
  max-width: 650px;
  margin: 0 0 28px;
  color: #e8edf6;
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  color: #f5f7fb;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-proof .icon {
  color: #8fb0ff;
}

.quick-strip {
  position: relative;
  z-index: 2;
  margin-top: -45px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quick-item {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.quick-item:last-child {
  border-right: 0;
}

.quick-item .icon {
  width: 28px;
  height: 28px;
  color: var(--blue);
}

.quick-item strong,
.quick-item span {
  display: block;
}

.quick-item strong {
  font-size: 17px;
  line-height: 1.25;
}

.quick-item span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.section {
  padding: 96px 0;
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  color: var(--white);
  background: var(--ink);
}

.section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.section-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.section-dark .section-head p:not(.eyebrow) {
  color: #cbd5e1;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.problem {
  min-height: 210px;
  padding: 28px;
  background: var(--white);
}

.problem-number {
  display: block;
  margin-bottom: 35px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.problem p {
  margin: 0;
  color: var(--muted);
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 42px;
  align-items: start;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.service {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 6px;
  color: var(--white);
  background: var(--blue);
}

.service h3 {
  font-size: 19px;
}

.service p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.media-stack {
  display: grid;
  gap: 16px;
}

.media-main {
  overflow: hidden;
  border-radius: 8px;
  background: #d7dde7;
}

.media-main img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-caption {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.addon-layout {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 58px;
  align-items: center;
}

.addon-media {
  position: relative;
}

.addon-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.addon-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 260px;
  padding: 16px;
  border-radius: 6px;
  color: var(--white);
  background: rgba(16, 24, 40, 0.92);
  font-weight: 800;
  line-height: 1.35;
}

.check-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-columns li {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.check-columns .icon {
  margin-top: 3px;
  color: var(--blue);
}

.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.package {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.package-featured {
  border: 2px solid var(--blue);
}

.package-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 9px;
  border-radius: 4px;
  color: var(--white);
  background: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-kicker {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.package h3 {
  font-size: 27px;
}

.package > p:not(.package-kicker) {
  margin: 0 0 16px;
  color: var(--muted);
}

.package ul {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.package li {
  display: flex;
  gap: 9px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}

.package li .icon {
  color: var(--success);
}

.hard-case {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--blue);
}

.hard-case::after {
  position: absolute;
  top: -40%;
  right: -4%;
  width: 38%;
  height: 180%;
  content: "";
  border-left: 80px solid rgba(255, 255, 255, 0.09);
  transform: rotate(12deg);
}

.hard-case-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 58px 0;
}

.hard-case h2 {
  margin-bottom: 10px;
  font-size: clamp(31px, 4vw, 46px);
}

.hard-case p {
  max-width: 760px;
  margin: 0;
  color: #e6edff;
  font-size: 18px;
}

.hard-actions {
  display: flex;
  gap: 10px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  counter-reset: steps;
}

.process-step {
  position: relative;
  padding-top: 62px;
  counter-increment: steps;
}

.process-step::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  content: counter(steps);
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.process-step::after {
  position: absolute;
  top: 21px;
  left: 58px;
  width: calc(100% - 30px);
  height: 2px;
  content: "";
  background: var(--line);
}

.process-step:last-child::after {
  display: none;
}

.process-step p {
  margin: 0;
  color: var(--muted);
}

.result-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.result-image {
  overflow: hidden;
  border-radius: 8px;
}

.result-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.result-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.result-point {
  display: flex;
  gap: 14px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
}

.result-point .icon {
  width: 24px;
  height: 24px;
  color: var(--blue);
}

.result-point strong,
.result-point span {
  display: block;
}

.result-point span {
  color: var(--muted);
  font-size: 14px;
}

.faq-list {
  max-width: 900px;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 2px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 800;
  text-align: left;
}

.faq-question .icon {
  transition: transform 180ms ease;
}

.faq-question[aria-expanded="true"] .icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  max-width: 820px;
  padding: 0 0 24px;
  color: var(--muted);
}

.faq-answer p {
  margin: 0;
}

.faq-answer.is-open {
  display: block;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 56px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 118px;
}

.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.contact-direct a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #3a4659;
  border-radius: 7px;
  color: var(--white);
  text-decoration: none;
}

.contact-direct a:hover,
.contact-direct a:focus-visible {
  border-color: #8eabff;
  background: #18243a;
}

.contact-direct small,
.contact-direct strong {
  display: block;
}

.contact-direct small {
  color: #aeb9ca;
}

.contact-form {
  padding: 32px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 14px;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #b9c3d2;
  border-radius: 5px;
  color: var(--ink);
  background: var(--white);
}

.form-field textarea {
  min-height: 145px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(7, 63, 226, 0.14);
}

.form-help {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--blue);
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.trust-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.area-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.area-list li {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.client-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.client-list li {
  display: flex;
  gap: 9px;
  font-weight: 700;
}

.client-list .icon {
  color: var(--blue);
}

.final-cta {
  padding: 72px 0;
  color: var(--white);
  background: var(--blue);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.final-cta h2 {
  margin-bottom: 8px;
}

.final-cta p {
  margin: 0;
  color: #e6edff;
}

.final-actions {
  display: flex;
  gap: 10px;
}

.site-footer {
  padding: 54px 0 26px;
  color: #d7deea;
  background: #080e1a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.75fr;
  gap: 64px;
  align-items: start;
}

.footer-logo-frame {
  width: min(100%, 320px);
  aspect-ratio: 956 / 194;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 7px 10px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--white);
}

.footer-logo {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: contain;
}

.footer-brand-copy {
  max-width: 520px;
}

.site-footer h3 {
  color: var(--white);
  font-size: 16px;
}

.site-footer p {
  margin: 0;
}

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

.site-footer li + li {
  margin-top: 8px;
}

.site-footer a {
  color: #d7deea;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--white);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid #273247;
  color: #98a5b8;
  font-size: 13px;
}

.legal-page {
  min-height: 70vh;
  padding: 70px 0 100px;
  background: var(--soft);
}

.legal-content {
  max-width: 900px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.legal-content h1 {
  color: var(--ink);
  font-size: clamp(36px, 5vw, 54px);
}

.legal-content h2 {
  margin-top: 36px;
  font-size: 25px;
}

.legal-content h3 {
  margin-top: 24px;
  font-size: 19px;
}

.legal-content p,
.legal-content li {
  color: #39475a;
}

.success-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 80px 0;
  background: var(--soft);
}

.success-box {
  max-width: 720px;
  padding: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.success-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--success);
}

.success-box h1 {
  color: var(--ink);
  font-size: clamp(34px, 5vw, 50px);
}

.mobile-actions {
  display: none;
}

@media (max-width: 1040px) {
  .nav-links {
    gap: 16px;
  }

  .nav-links > a:not(.button) {
    display: none;
  }

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

  .quick-item:nth-child(2) {
    border-right: 0;
  }

  .quick-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .services-layout,
  .addon-layout,
  .result-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .media-stack,
  .contact-copy {
    position: static;
  }

  .media-stack {
    width: 100%;
    max-width: 620px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .media-caption {
    grid-column: auto;
    grid-row: auto;
  }

  .addon-media {
    max-width: 680px;
  }

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

  .process-step:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 780px) {
  body {
    padding-bottom: 68px;
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .topbar {
    display: none;
  }

  .nav {
    min-height: 70px;
  }

  .brand {
    width: 230px;
  }

  .brand img {
    height: 52px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    inset: 70px 0 auto;
    display: none;
    padding: 20px 14px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links > a:not(.button) {
    display: block;
    padding: 8px;
  }

  .hero {
    min-height: 680px;
    align-items: end;
  }

  .hero::before {
    background:
      linear-gradient(0deg, rgba(6, 13, 29, 0.98) 0%, rgba(6, 13, 29, 0.88) 48%, rgba(6, 13, 29, 0.46) 100%),
      url("images/hero-entruempelung-rueckbau.webp") 68% center / cover no-repeat;
  }

  .hero-content {
    padding: 150px 0 88px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .hero-actions .button {
    width: 100%;
  }

  .quick-strip {
    margin-top: -28px;
  }

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

  .quick-item {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 72px 0;
  }

  .problem-grid,
  .service-list,
  .packages,
  .area-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .problem {
    min-height: auto;
  }

  .problem-number {
    margin-bottom: 20px;
  }

  .services-layout,
  .addon-layout,
  .result-grid,
  .contact-layout {
    gap: 38px;
  }

  .check-columns,
  .client-list {
    grid-template-columns: 1fr;
  }

  .hard-case-inner,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .hard-actions,
  .final-actions {
    display: grid;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .process-step::after {
    display: none;
  }

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

  .form-field-full {
    grid-column: auto;
  }

  .contact-form,
  .legal-content,
  .success-box {
    padding: 24px;
  }

  .footer-grid {
    gap: 34px;
  }

  .footer-bottom {
    display: grid;
  }

  .mobile-actions {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    height: 68px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px;
    border-top: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 -8px 25px rgba(16, 24, 40, 0.12);
  }

  .mobile-actions .button {
    min-height: 50px;
    border-radius: 4px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
