:root {
  --ink: #142b38;
  --muted: #536976;
  --line: #d6e8ef;
  --paper: #ffffff;
  --wash: #f3f9fc;
  --teal: #0089c3;
  --teal-dark: #1d4459;
  --mint: #e1f5fc;
  --amber: #d68b18;
  --clay: #70515c;
  --plum: #2f5266;
  --shadow: 0 18px 55px rgba(29, 68, 89, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--ink);
  color: white;
  padding: 0.7rem 1rem;
  border-radius: 8px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(219, 229, 225, 0.75);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 64px;
  height: auto;
}

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

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--teal-dark);
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0.78rem 1rem;
  font-weight: 750;
  text-decoration: none;
  line-height: 1.1;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

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

.button-primary {
  background: var(--teal);
  color: white;
  box-shadow: 0 12px 25px rgba(0, 137, 195, 0.26);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.nav-links .button-primary:hover {
  color: white;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  color: white;
  background: rgba(16, 32, 31, 0.22);
}

.button-secondary:hover {
  background: rgba(16, 32, 31, 0.38);
}

.hero {
  min-height: calc(86svh - 70px);
  display: grid;
  align-items: center;
  position: relative;
  isolation: isolate;
  color: white;
  background:
    linear-gradient(90deg, rgba(18, 43, 56, 0.9) 0%, rgba(18, 43, 56, 0.68) 43%, rgba(18, 43, 56, 0.18) 100%),
    linear-gradient(180deg, rgba(18, 43, 56, 0.22), rgba(18, 43, 56, 0.5)),
    url("gutachten-manager-hero.png") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 145px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(245, 248, 246, 0), var(--wash));
}

.hero-inner,
.section-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-content {
  max-width: 720px;
  padding: 4.8rem 0 5.2rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: #cceee8;
  font-size: 0.84rem;
  font-weight: 780;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.trust-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5bc5f2;
}

section {
  padding: 5.8rem 0;
  scroll-margin-top: 70px;
}

.intro {
  background: var(--wash);
  padding-top: 4.5rem;
}

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

.section-kicker {
  margin: 0 0 0.55rem;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 0.55rem;
  font-size: 1.16rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.vdi-title {
  max-width: 720px;
  text-wrap: balance;
}

.vdi-title span {
  display: block;
  margin-top: 0.12em;
  color: var(--teal);
}

p {
  margin: 0;
}

.hero-content > * {
  animation: hero-enter 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-content > :nth-child(2) {
  animation-delay: 90ms;
}

.hero-content > :nth-child(3) {
  animation-delay: 180ms;
}

.hero-content > :nth-child(4) {
  animation-delay: 270ms;
}

.hero-content > :nth-child(5) {
  animation-delay: 360ms;
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.motion-ready .reveal-item {
  opacity: 0;
  translate: 0 24px;
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    translate 650ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  translate: 0 0;
}

.lead {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.metric {
  min-height: 150px;
  padding: 1.35rem;
  background: white;
}

.metric strong {
  display: block;
  color: var(--teal-dark);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.1;
}

.metric span {
  display: block;
  margin-top: 0.7rem;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.8rem;
  align-items: start;
}

.check-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.45rem;
}

.check-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.8rem;
  align-items: start;
  color: var(--muted);
}

.check-dot {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--mint);
  color: var(--teal-dark);
}

.panel {
  padding-top: 0.25rem;
}

.panel-head {
  padding: 0 0 0.8rem;
}

.panel-title {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.workflow-list {
  position: relative;
  display: grid;
  gap: 0;
  padding: 0.35rem 0 0;
}

.workflow-list::before {
  content: "";
  position: absolute;
  top: 2.35rem;
  bottom: 2.5rem;
  left: 1.1rem;
  width: 2px;
  background: linear-gradient(180deg, var(--teal), #9dd7ea);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 120ms;
}

.workflow-list.is-visible::before {
  transform: scaleY(1);
}

.workflow-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  padding: 0.55rem 0 1.45rem;
  background: transparent;
}

.workflow-item:last-child {
  padding-bottom: 0.25rem;
}

.workflow-item b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 3px solid white;
  border-radius: 50%;
  color: white;
  background: var(--teal);
  box-shadow: 0 0 0 2px var(--teal);
  font-size: 0.9rem;
  animation: timeline-pulse 2.8s ease-in-out infinite;
}

.workflow-item:nth-child(2) b {
  animation-delay: 0.35s;
}

.workflow-item:nth-child(3) b {
  animation-delay: 0.7s;
}

.workflow-item:nth-child(4) b {
  animation-delay: 1.05s;
}

@keyframes timeline-pulse {
  0%,
  55%,
  100% {
    box-shadow:
      0 0 0 2px var(--teal),
      0 0 0 2px rgba(0, 137, 195, 0);
    transform: scale(1);
  }

  15% {
    box-shadow:
      0 0 0 2px var(--teal),
      0 0 0 9px rgba(0, 137, 195, 0.16);
    transform: scale(1.06);
  }
}

.workflow-item p {
  color: var(--muted);
  font-size: 0.94rem;
}

.workflow-item h3 {
  margin-top: 0.35rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  min-height: 270px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--mint);
  color: var(--teal-dark);
}

.feature-card p,
.document-copy,
.faq p {
  color: var(--muted);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

.tag-list span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #3c4b49;
  background: var(--wash);
  font-size: 0.78rem;
  font-weight: 700;
}

.band {
  background: #1d4459;
  color: white;
}

.band .section-kicker {
  color: #8bd8f6;
}

.band .lead,
.band .document-copy {
  color: rgba(255, 255, 255, 0.74);
}

.document-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: center;
}

.document-stack {
  display: grid;
  gap: 0.75rem;
}

.doc-row {
  min-height: 74px;
  padding: 1rem;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 0.9rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.doc-row .icon {
  background: rgba(91, 197, 242, 0.16);
  color: #a5def6;
}

.doc-row small {
  color: rgba(255, 255, 255, 0.62);
}

.doc-badge {
  white-space: nowrap;
  color: #ffd28a;
  font-weight: 800;
  font-size: 0.82rem;
}

.two-column-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.plain-block {
  padding: 1.2rem;
  border-left: 3px solid var(--teal);
  background: var(--wash);
}

.plain-block strong {
  display: block;
  margin-bottom: 0.35rem;
}

.plain-block p {
  color: var(--muted);
}

.security {
  background:
    linear-gradient(110deg, rgba(0, 137, 195, 0.12), rgba(214, 139, 24, 0.07)),
    var(--wash);
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.security-item {
  min-height: 190px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.security-item p {
  color: var(--muted);
}

.pricing {
  background: var(--wash);
}

.pricing-head {
  text-align: center;
  margin-inline: auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 920px;
  margin: 2rem auto 0;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 12px 35px rgba(29, 68, 89, 0.09);
}

.price-card-featured {
  border: 1px solid var(--teal-dark);
  background: var(--teal-dark);
  color: white;
  box-shadow: 0 20px 50px rgba(29, 68, 89, 0.24);
}

.price-badge {
  position: absolute;
  top: 0;
  left: 1.6rem;
  transform: translateY(-50%);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--teal);
  color: white;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price-card-featured .price-label,
.price-card-featured .price-list li::before {
  color: var(--mint);
}

.price-card-featured .price strong,
.price-card-featured .price span,
.price-card.price-card-featured > p {
  color: white;
}

.price-label {
  color: var(--teal);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin: 0.65rem 0;
}

.price strong {
  color: var(--ink);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1;
}

.price span,
.price-note,
.price-card > p {
  color: var(--muted);
}

.price-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.35rem 0 1.6rem;
  padding: 0;
  list-style: none;
}

.price-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.55rem;
}

.price-list li::before {
  content: "✓";
  color: var(--teal);
  font-weight: 900;
}

.price-card .button {
  margin-top: auto;
}

.price-card-featured .button-primary:hover {
  background: white;
  color: var(--teal-dark);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.price-footnote {
  max-width: 520px;
  margin-top: 1.25rem;
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact {
  background:
    linear-gradient(90deg, rgba(29, 68, 89, 0.98) 0%, rgba(29, 68, 89, 0.94) 48%, rgba(0, 120, 167, 0.78) 100%),
    url("gutachten-manager-hero.png") center / cover no-repeat;
  color: white;
}

.contact-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: start;
}

.contact-intro {
  position: sticky;
  top: 110px;
}

.contact-intro .section-kicker {
  color: #8bd8f6;
}

.contact .lead {
  color: rgba(255, 255, 255, 0.78);
}

.contact-features {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.contact-feature {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0.65rem;
  align-items: start;
  color: rgba(255, 255, 255, 0.78);
}

.contact-feature span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(91, 197, 242, 0.18);
  color: #a5def6;
  font-weight: 900;
}

.contact-feature strong {
  display: block;
  margin-bottom: 0.1rem;
  color: white;
}

.contact-feature p {
  font-size: 0.9rem;
}

.contact-panel {
  min-width: 0;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.contact-options[hidden] {
  display: none;
}

.contact-option {
  display: block;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  text-align: left;
  cursor: pointer;
}

.contact-option strong,
.contact-option span {
  display: block;
}

.contact-option span {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.contact-option.is-active {
  border-color: white;
  background: white;
  color: var(--ink);
}

.contact-option.is-active span {
  color: var(--muted);
}

.contact-form {
  padding: clamp(1.25rem, 4vw, 2rem);
  border-radius: 12px;
  background: white;
  color: var(--ink);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.22);
}

.contact-form[hidden] {
  display: none;
}

.contact-form-head {
  margin-bottom: 1.35rem;
}

.contact-form-head p {
  margin-top: 0.45rem;
  color: var(--muted);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.35rem;
}

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

.form-field label {
  font-size: 0.9rem;
  font-weight: 750;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bfd5de;
  border-radius: 8px;
  padding: 0.72rem 0.8rem;
  background: white;
  color: var(--ink);
  font: inherit;
}

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

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(0, 137, 195, 0.15);
}

.form-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  margin: 1rem 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
}

.form-consent a {
  color: var(--teal-dark);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 8px;
}

.form-status[hidden] {
  display: none;
}

.form-status ul {
  margin: 0;
  padding-left: 1.2rem;
}

.form-status-error {
  border: 1px solid #efb0ad;
  background: #fff1f0;
  color: #7d2520;
}

.form-status-success {
  border: 1px solid #9ed6bd;
  background: #edf9f3;
  color: #185c42;
}

.recaptcha-wrap {
  min-height: 78px;
  margin: 1rem 0;
  overflow: hidden;
}

.recaptcha-missing {
  padding: 0.75rem;
  border: 1px dashed #d7a953;
  border-radius: 8px;
  background: #fff8e8;
  color: #70470a;
  font-size: 0.86rem;
}

.recaptcha-consent-note {
  padding: 0.75rem;
  border: 1px dashed #8dbacb;
  border-radius: 8px;
  background: #eef8fc;
  color: var(--teal-dark);
  font-size: 0.86rem;
}

.recaptcha-consent-note[hidden] {
  display: none;
}

.contact-submit {
  min-width: 240px;
}

.faq {
  background: var(--wash);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

details {
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 1rem 1.1rem;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin-top: 0.75rem;
  text-wrap: pretty;
}

details p + p {
  margin-top: 0.45rem;
}

.footer {
  padding: 2rem 0;
  background: #132b39;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
  font-size: 0.92rem;
}

.footer-brand {
  align-self: center;
  justify-self: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}

.footer-groups {
  display: contents;
}

.footer-links {
  align-self: start;
  display: grid;
  gap: 0.45rem;
  justify-self: center;
  width: min(100%, 230px);
}

.footer-links strong {
  color: white;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    background-position: 58% center;
  }

  .hero-content {
    padding: 4.3rem 0 4.6rem;
  }

  .metric-grid,
  .feature-grid,
  .security-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .document-grid,
  .contact-shell,
  .two-column-list {
    grid-template-columns: 1fr;
  }

  .contact-intro {
    position: static;
  }
}

@media (max-width: 640px) {
  .nav {
    min-height: 64px;
  }

  .brand-logo {
    width: 54px;
  }

  .button {
    width: 100%;
  }

  .hero {
    min-height: 74svh;
    background:
      linear-gradient(180deg, rgba(18, 43, 56, 0.95) 0%, rgba(18, 43, 56, 0.84) 58%, rgba(18, 43, 56, 0.58) 100%),
      url("gutachten-manager-hero.png") 62% center / cover no-repeat;
  }

  .hero-content {
    padding: 2.6rem 0 2.1rem;
  }

  .eyebrow {
    font-size: 0.74rem;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 15vw, 3.65rem);
  }

  .hero-copy {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .hero-actions {
    margin-top: 1.35rem;
  }

  .trust-row {
    display: none;
  }

  section {
    padding: 4.2rem 0;
  }

  .metric-grid,
  .feature-grid,
  .security-grid,
  .pricing-grid,
  .faq-grid,
  .contact-options,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-brand,
  .footer-links {
    align-self: start;
    justify-self: start;
    text-align: left;
  }

  .doc-row {
    grid-template-columns: 40px 1fr;
  }

  .doc-badge {
    grid-column: 2;
  }
}

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

  .hero-content > * {
    opacity: 1;
    animation: none;
  }

  .motion-ready .reveal-item,
  .motion-ready .reveal-item.is-visible {
    opacity: 1;
    translate: none;
    transition: none;
  }

  .workflow-list::before {
    transform: scaleY(1);
    transition: none;
  }

  .workflow-item b {
    animation: none;
  }

}
