@font-face {
  font-family: "Noto Sans";
  src: url("assets/noto-sans-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

/* Locked desktop canvas: every page renders at a fixed 1200px composition
   between the mobile breakpoint and 1200px, and script.js zooms that canvas
   uniformly to fit narrower windows instead of letting anything reflow. */
html.desktop-canvas-active {
  overflow-x: hidden !important;
}

body.desktop-canvas-scaled {
  width: 1200px !important;
  min-width: 1200px !important;
  max-width: 1200px !important;
  overflow-x: hidden !important;
}

/* Über uns — approved editorial composition. */
body.about-page,
body[data-theme="light"].about-page {
  color: #111;
  background: #fff;
}

.about-page .about-final-main {
  overflow: hidden;
  background: #fff;
}

.about-page .about-final-shell {
  width: min(1120px, calc(100% - 12vw));
  margin-inline: auto;
}

.about-page .about-final-main h1,
.about-page .about-final-main h2,
.about-page .about-final-statement p {
  margin: 0;
  color: #111;
  font-family: "Zilla Slab", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.about-page .about-final-main p {
  margin: 0;
  color: #181818;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.005em;
}

.about-final-hero {
  position: relative;
  min-height: clamp(470px, 45vw, 650px);
  padding-top: 72px;
  overflow: hidden;
  background: #f7f7f5;
  isolation: isolate;
}

.about-final-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: url("assets/about-pedestal-light.png") center bottom / cover no-repeat;
  transform: scaleX(-1);
}

.about-final-hero-grid {
  position: relative;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(70px, 8vw, 135px);
  align-content: start;
  padding-top: clamp(105px, 10vw, 145px);
}

.about-final-hero h1 {
  font-size: clamp(2.55rem, 4vw, 4rem);
}

.about-final-copy {
  display: grid;
  gap: 24px;
}

.about-final-hero-copy {
  max-width: 43ch;
  font-size: clamp(0.8rem, 0.93vw, 0.96rem);
}

.about-final-hero-copy p:first-child {
  max-width: 36ch;
}

.about-final-ec-logo {
  position: absolute;
  bottom: 38px;
  left: 36%;
  width: clamp(118px, 11vw, 165px);
  height: auto;
  mix-blend-mode: multiply;
}

.about-final-section {
  position: relative;
  padding: clamp(75px, 8vw, 118px) 0;
  background: #fff;
}

.about-final-top-row {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(80px, 10vw, 150px);
  align-items: start;
}

.about-final-top-row h2,
.about-final-people-grid h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.about-final-top-row > p,
.about-final-proof-copy {
  max-width: 43ch;
  font-size: clamp(0.8rem, 0.92vw, 0.94rem);
}

.about-final-three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 5vw, 78px);
  margin-top: clamp(54px, 6vw, 86px);
}

.about-final-three-columns p,
.about-final-two-columns p,
.about-final-people-copy > p {
  font-size: clamp(0.76rem, 0.87vw, 0.9rem);
}

.about-final-questions::after,
.about-final-proof::before {
  position: absolute;
  width: clamp(45px, 6vw, 82px);
  height: 46px;
  content: "";
  background: #00eb1c;
}

.about-final-questions::after {
  top: 78px;
  right: 0;
}

.about-final-expertise {
  padding-top: clamp(72px, 7vw, 105px);
  padding-bottom: clamp(65px, 6vw, 90px);
}

.about-final-two-columns {
  width: 50%;
  margin: clamp(58px, 6vw, 86px) 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(45px, 5vw, 72px);
}

.about-final-statement {
  display: grid;
  place-items: center;
  min-height: clamp(150px, 16vw, 220px);
  padding: 42px 6vw;
  text-align: center;
  background: #fff;
}

.about-final-statement p {
  color: #00eb1c;
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.about-final-proof {
  padding-top: clamp(68px, 7vw, 104px);
  padding-bottom: clamp(60px, 6vw, 88px);
}

.about-final-proof::before {
  top: 74px;
  left: 0;
}

.about-final-proof-copy {
  display: grid;
  gap: 14px;
}

.about-final-dark-image {
  display: block;
  width: 100%;
  height: clamp(310px, 33vw, 470px);
  margin-top: clamp(48px, 5vw, 72px);
  object-fit: cover;
  object-position: center 72%;
}

.about-final-people {
  padding: 0 0 clamp(105px, 11vw, 165px);
  background: #fff;
}

.about-final-people-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(80px, 10vw, 150px);
  align-items: start;
}

.about-final-people-copy {
  max-width: 44ch;
}

.about-final-actions {
  display: flex;
  gap: 42px;
  margin-top: 55px;
}

.about-final-actions a {
  display: grid;
  justify-items: center;
  gap: 11px;
  color: #111;
  font-family: "Zilla Slab", Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 0.78rem;
  text-decoration: none;
}

.about-final-action-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: #050505;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: background-color 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-final-actions a:hover .about-final-action-icon,
.about-final-actions a:focus-visible .about-final-action-icon {
  background: #343434;
}

@media (max-width: 760px) {
  .about-page .about-final-shell {
    width: min(100% - 40px, 560px);
  }

  .about-final-hero {
    min-height: 720px;
    padding-top: 72px;
  }

  .about-final-hero::before {
    background-position: 62% bottom;
  }

  .about-final-hero-grid,
  .about-final-top-row,
  .about-final-people-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-final-hero-grid {
    padding-top: 74px;
  }

  .about-final-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.5rem);
  }

  .about-final-hero-copy {
    max-width: 38ch;
  }

  .about-final-ec-logo {
    bottom: 30px;
    left: 20px;
    width: 112px;
  }

  .about-final-section {
    padding: 70px 0;
  }

  .about-final-top-row h2,
  .about-final-people-grid h2 {
    font-size: clamp(2.15rem, 9.5vw, 3rem);
  }

  .about-final-three-columns,
  .about-final-two-columns {
    width: 100%;
    margin-top: 44px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-final-questions::after,
  .about-final-proof::before {
    width: 34px;
    height: 24px;
  }

  .about-final-statement {
    min-height: 180px;
    padding-inline: 20px;
  }

  .about-final-statement p {
    font-size: clamp(2.1rem, 9.5vw, 3rem);
  }

  .about-final-dark-image {
    height: 280px;
    margin-top: 42px;
  }

  .about-final-people {
    padding-bottom: 100px;
  }

  .about-final-actions {
    gap: 28px;
    margin-top: 42px;
  }
}

/* Subtle navigation feedback requested for the final navbar. */
.site-header .nav-links > a:not(.nav-demo-mobile),
.site-header .nav-links .nav-product > .nav-product-link,
.site-header .nav-links .nav-product-option {
  transition:
    color 0.32s ease,
    background-color 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease !important;
}

.site-header .nav-links > a:not(.nav-demo-mobile):hover,
.site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
.site-header .nav-links .nav-product > .nav-product-link:hover,
.site-header .nav-links .nav-product > .nav-product-link:focus-visible,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:hover,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:focus-visible {
  color: #173e28 !important;
  background: rgba(127, 165, 141, 0.12) !important;
  border-color: rgba(88, 132, 103, 0.1) !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 1px rgba(104, 148, 119, 0.08) !important;
  filter: none !important;
  transform: none !important;
}

.site-header .nav-links .nav-product-option:hover,
.site-header .nav-links .nav-product-option:focus-visible,
body[data-theme="light"] .site-header .nav-links .nav-product-option:hover,
body[data-theme="light"] .site-header .nav-links .nav-product-option:focus-visible {
  color: #173e28 !important;
  background: rgba(127, 165, 141, 0.1) !important;
  border-color: rgba(88, 132, 103, 0.09) !important;
  border-radius: 7px !important;
  box-shadow: inset 0 0 0 1px rgba(104, 148, 119, 0.07) !important;
  filter: none !important;
  transform: none !important;
}

/* Compact, slow hover fitted tightly around navbar text. */
@media (min-width: 761px) {
  .site-header .nav-links > a:not(.nav-demo-mobile),
  .site-header .nav-links .nav-product > .nav-product-link {
    min-height: 0 !important;
    padding: 6px 9px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    transition:
      color 620ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 620ms cubic-bezier(0.16, 1, 0.3, 1),
      border-color 620ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 620ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
  .site-header .nav-links .nav-product > .nav-product-link:hover,
  .site-header .nav-links .nav-product > .nav-product-link:focus-visible,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:hover,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:focus-visible {
    color: #171717 !important;
    background-color: rgba(20, 20, 20, 0.105) !important;
    border-color: rgba(20, 20, 20, 0.055) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
  }

  .site-header .nav-links .nav-product-option,
  body[data-theme="light"] .site-header .nav-links .nav-product-option {
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header .nav-links .nav-product-option:hover,
  .site-header .nav-links .nav-product-option:focus-visible,
  body[data-theme="light"] .site-header .nav-links .nav-product-option:hover,
  body[data-theme="light"] .site-header .nav-links .nav-product-option:focus-visible {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  .site-header .nav-product-copy,
  body[data-theme="light"] .site-header .nav-product-copy {
    width: max-content !important;
    max-width: 100%;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    transition:
      background-color 620ms cubic-bezier(0.16, 1, 0.3, 1),
      border-color 620ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 620ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .site-header .nav-product-option:not(.nav-product-option-disabled):hover .nav-product-copy,
  .site-header .nav-product-option:not(.nav-product-option-disabled):focus-visible .nav-product-copy,
  body[data-theme="light"] .site-header .nav-product-option:not(.nav-product-option-disabled):hover .nav-product-copy,
  body[data-theme="light"] .site-header .nav-product-option:not(.nav-product-option-disabled):focus-visible .nav-product-copy {
    background-color: rgba(20, 20, 20, 0.085) !important;
    border-color: rgba(20, 20, 20, 0.045) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
  }
}

/* Product overview merged into the black animated-products section. */
.home-page .dark-offer-overview {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
  padding: clamp(68px, 7vw, 98px) 0 clamp(12px, 2vw, 28px);
  color: #fff;
}

.home-page .dark-offer-overview-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(60px, 9vw, 150px);
}

.home-page .dark-offer-overview-heading h2 {
  max-width: 15ch;
  margin: 0;
  color: #fff;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(3.1rem, 5vw, 4.85rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.home-page .dark-offer-overview-heading p {
  max-width: 27ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: clamp(1.18rem, 1.75vw, 1.65rem);
  font-weight: 400;
  line-height: 1.38 !important;
  letter-spacing: 0.005em !important;
}

.home-page .dark-offer-timeline {
  position: relative;
  display: grid;
  height: 32px;
  margin: clamp(42px, 5vw, 68px) 0 clamp(42px, 4.4vw, 62px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.home-page .dark-offer-timeline-line {
  position: absolute;
  inset: 50% 0 auto;
  height: 2px;
  background: rgba(0, 235, 28, 0.36);
  transform: translateY(-50%);
}

.home-page .dark-offer-node {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  border: 3px solid #00eb1c;
  border-radius: 50%;
  background: #050706;
  justify-self: end;
}

.home-page .dark-offer-node:first-of-type {
  justify-self: start;
}

.home-page .dark-offer-node-active {
  width: 27px;
  height: 27px;
  border-color: rgba(0, 235, 28, 0.22);
  background: #00eb1c;
  box-shadow: 0 0 0 7px rgba(0, 235, 28, 0.16), 0 0 24px rgba(0, 235, 28, 0.24);
}

.home-page .dark-offer-overview-copy {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 70px);
}

.home-page .dark-offer-overview-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: clamp(0.92rem, 1.08vw, 1.08rem);
  font-weight: 400;
  line-height: 1.5 !important;
  letter-spacing: 0.005em !important;
}

.home-page .dark-offer-overview-copy p:nth-child(1) { grid-column: 2; }
.home-page .dark-offer-overview-copy p:nth-child(2) { grid-column: 3; }
.home-page .dark-offer-overview-copy p:nth-child(3) { grid-column: 4; }

.home-page .dark-offer-overview + .dark-offer-grid {
  padding-top: clamp(46px, 5vw, 70px);
}

@media (max-width: 760px) {
  .home-page .dark-offer-overview {
    width: min(100% - 34px, 520px);
    padding: 58px 0 16px;
  }

  .home-page .dark-offer-overview-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-page .dark-offer-overview-heading h2 {
    max-width: none;
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .home-page .dark-offer-overview-heading p {
    font-size: 1rem;
  }

  .home-page .dark-offer-timeline {
    margin: 38px 0 34px;
  }

  .home-page .dark-offer-node {
    width: 17px;
    height: 17px;
    border-width: 2px;
  }

  .home-page .dark-offer-node-active {
    width: 19px;
    height: 19px;
    box-shadow: 0 0 0 5px rgba(0, 235, 28, 0.14);
  }

  .home-page .dark-offer-overview-copy {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 28px;
  }

  .home-page .dark-offer-overview-copy p:nth-child(n) {
    grid-column: 1;
  }

  .home-page .dark-offer-overview-copy p {
    font-size: 0.9rem;
  }
}

/* Landing navigation: final scoped override after the older no-hover reset. */
@media (min-width: 761px) {
  body.home-page .site-header .nav-links > a:not(.nav-demo-mobile),
  body.home-page .site-header .nav-links .nav-product > .nav-product-link {
    padding: 6px 10px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    transition:
      color 560ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 560ms cubic-bezier(0.16, 1, 0.3, 1),
      border-color 560ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 560ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  body.home-page .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  body.home-page .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
  body.home-page .site-header .nav-links .nav-product:hover > .nav-product-link,
  body.home-page .site-header .nav-links .nav-product:focus-within > .nav-product-link {
    color: #171717 !important;
    background: rgba(22, 22, 22, 0.11) !important;
    border-color: rgba(22, 22, 22, 0.07) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2) !important;
    filter: none !important;
    transform: none !important;
  }

  body.home-page .site-header .nav-links > a:not(.nav-demo-mobile):hover::before,
  body.home-page .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible::before,
  body.home-page .site-header .nav-links .nav-product:hover > .nav-product-link::before,
  body.home-page .site-header .nav-links .nav-product:focus-within > .nav-product-link::before {
    opacity: 0 !important;
  }

  body.home-page .site-header .nav-product-option:not(.nav-product-option-disabled):hover .nav-product-copy,
  body.home-page .site-header .nav-product-option:not(.nav-product-option-disabled):focus-visible .nav-product-copy {
    color: #171717 !important;
    background: rgba(22, 22, 22, 0.09) !important;
    border-color: rgba(22, 22, 22, 0.05) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16) !important;
  }
}

/* Landing-page hover must outrank the older home-page reset above. */
@media (min-width: 761px) {
  .home-page .site-header .nav-links > a:not(.nav-demo-mobile),
  .home-page .site-header .nav-links .nav-product > .nav-product-link {
    min-height: 0 !important;
    padding: 5px 8px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    transition:
      color 700ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 700ms cubic-bezier(0.16, 1, 0.3, 1),
      border-color 700ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 700ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .home-page .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  .home-page .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
  .home-page .site-header .nav-links .nav-product > .nav-product-link:hover,
  .home-page .site-header .nav-links .nav-product > .nav-product-link:focus-visible,
  body[data-theme="light"].home-page .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  body[data-theme="light"].home-page .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
  body[data-theme="light"].home-page .site-header .nav-links .nav-product > .nav-product-link:hover,
  body[data-theme="light"].home-page .site-header .nav-links .nav-product > .nav-product-link:focus-visible {
    color: #171717 !important;
    background: rgba(28, 28, 28, 0.1) !important;
    border-color: rgba(28, 28, 28, 0.055) !important;
    border-radius: 999px !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16) !important;
    filter: none !important;
    transform: none !important;
  }

  .home-page .site-header .nav-links .nav-product-option:hover,
  .home-page .site-header .nav-links .nav-product-option:focus-visible,
  body[data-theme="light"].home-page .site-header .nav-links .nav-product-option:hover,
  body[data-theme="light"].home-page .site-header .nav-links .nav-product-option:focus-visible {
    color: inherit !important;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  .home-page .site-header .nav-product-copy,
  body[data-theme="light"].home-page .site-header .nav-product-copy {
    width: max-content !important;
    max-width: 100%;
    padding: 6px 9px;
    border: 1px solid transparent;
    border-radius: 7px;
    transition:
      background-color 700ms cubic-bezier(0.16, 1, 0.3, 1),
      border-color 700ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 700ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .home-page .site-header .nav-product-option:not(.nav-product-option-disabled):hover .nav-product-copy,
  .home-page .site-header .nav-product-option:not(.nav-product-option-disabled):focus-visible .nav-product-copy,
  body[data-theme="light"].home-page .site-header .nav-product-option:not(.nav-product-option-disabled):hover .nav-product-copy,
  body[data-theme="light"].home-page .site-header .nav-product-option:not(.nav-product-option-disabled):focus-visible .nav-product-copy {
    background: rgba(28, 28, 28, 0.085) !important;
    border-color: rgba(28, 28, 28, 0.045) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
  }
}

/* Neutral grey navigation hover — visible, calm and consistent in both menus. */
.site-header .nav-links > a:not(.nav-demo-mobile):hover,
.site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
.site-header .nav-links .nav-product > .nav-product-link:hover,
.site-header .nav-links .nav-product > .nav-product-link:focus-visible,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:hover,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:focus-visible {
  color: #151515 !important;
  background: rgba(32, 32, 32, 0.09) !important;
  border-color: rgba(32, 32, 32, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(32, 32, 32, 0.045) !important;
}

.site-header .nav-links .nav-product-option:hover,
.site-header .nav-links .nav-product-option:focus-visible,
body[data-theme="light"] .site-header .nav-links .nav-product-option:hover,
body[data-theme="light"] .site-header .nav-links .nav-product-option:focus-visible {
  color: #151515 !important;
  background: rgba(32, 32, 32, 0.075) !important;
  border-color: rgba(32, 32, 32, 0.07) !important;
  box-shadow: inset 0 0 0 1px rgba(32, 32, 32, 0.04) !important;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("assets/zilla-slab-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("assets/zilla-slab-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("assets/zilla-slab-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("assets/zilla-slab-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("assets/zilla-slab-400-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("assets/zilla-slab-500-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("assets/zilla-slab-600-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("assets/zilla-slab-700-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #06110d;
  --ink-soft: #12251d;
  --surface: #f4f7f2;
  --surface-strong: #ffffff;
  --line: rgba(255, 255, 255, 0.16);
  --muted: #a6b3ad;
  --text: #edf7f0;
  --green: #0fa34a;
  --green-deep: #009c34;
  --cta-green: #087d33;
  --cta-green-hover: #06672b;
  --cta-gradient: linear-gradient(135deg, #045322 0%, #087d33 54%, #0fa34a 100%);
  --cta-gradient-hover: linear-gradient(135deg, #033f1a 0%, #087d33 48%, #0fa34a 100%);
  --cyan: #35d5ff;
  --amber: #ffc65a;
  --coral: #ff6b6b;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html,
body,
button,
input,
textarea,
select {
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Cohesive minimal light system */
body,
body[data-theme="light"] {
  --text: #111411;
  --muted: #666c67;
  --line: rgba(19, 47, 29, 0.12);
  color: #111411;
  background: #f6f5f1;
}

body::before,
body[data-theme="light"]::before {
  background: linear-gradient(135deg, #faf9f6, #f0f0ea);
  opacity: 1;
}

.ai-background,
.cursor-glow {
  display: none;
}

.site-header,
body[data-theme="light"] .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1160px, calc(100% - 48px));
  margin-top: 0;
  padding: 22px 0 18px;
  border: 0;
  border-radius: 0;
  color: #111411;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.brand,
body[data-theme="light"] .brand {
  justify-self: start;
  justify-content: flex-start;
  width: 130px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo,
body[data-theme="light"] .brand-logo {
  width: 120px;
  max-height: 30px;
  filter: none;
}

body[data-theme="light"] .light-logo {
  width: 58px;
}

.nav-links,
body[data-theme="light"] .nav-links {
  position: absolute;
  top: calc(100% + 8px);
  right: auto;
  left: 50%;
  display: grid;
  width: min(310px, calc(100vw - 32px));
  gap: 0;
  padding: 12px 20px;
  border: 1px solid rgba(20, 47, 29, 0.11);
  border-radius: 14px;
  color: #111411;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.96), rgba(241, 246, 239, 0.9));
  box-shadow: 0 30px 80px rgba(17, 43, 25, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(22px) saturate(1.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  clip-path: inset(0 0 100% 0 round 14px);
  transform: translate(-50%, -12px) scale(0.975);
  transform-origin: top center;
  transition: opacity 0.28s ease, transform 0.48s cubic-bezier(0.16, 1, 0.3, 1), clip-path 0.48s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.48s;
}

.site-header.menu-open .nav-links {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  clip-path: inset(0 0 0 0 round 14px);
  transform: translate(-50%, 0) scale(1);
}

.nav-links a,
body[data-theme="light"] .nav-links a {
  min-height: 48px;
  padding: 14px 2px;
  border: 0;
  border-bottom: 1px solid rgba(24, 46, 31, 0.1);
  border-radius: 0;
  color: #252925;
  font-size: 0.87rem;
  font-weight: 500;
  opacity: 0;
  transform: translateX(12px);
  transition: color 0.24s ease, background 0.24s ease, padding 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.22s ease, transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.menu-open .nav-links a {
  opacity: 1;
  transform: translateX(0);
}

.site-header.menu-open .nav-links a:nth-child(1) { transition-delay: 0.08s; }
.site-header.menu-open .nav-links a:nth-child(2) { transition-delay: 0.12s; }
.site-header.menu-open .nav-links a:nth-child(3) { transition-delay: 0.16s; }
.site-header.menu-open .nav-links a:nth-child(4) { transition-delay: 0.2s; }
.site-header.menu-open .nav-links a:nth-child(5) { transition-delay: 0.24s; }

.nav-links a:last-child {
  border-bottom: 0;
}

.nav-links a:hover,
body[data-theme="light"] .nav-links a:hover {
  color: #18a958;
  padding-left: 10px;
  background: linear-gradient(90deg, rgba(24, 169, 88, 0.07), transparent 72%);
  box-shadow: none;
  transform: none;
}

.header-cta,
body[data-theme="light"] .header-cta,
.button.primary,
body[data-theme="light"] .button.primary,
.price-card a,
body[data-theme="light"] .price-card a {
  min-height: 44px;
  border: 1px solid #159c50;
  border-radius: 0;
  color: #fff;
  background: #159c50;
  box-shadow: none;
  font-size: 0.88rem;
  font-weight: 560;
}

.menu-toggle {
  display: grid;
  place-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  margin: 0;
  justify-self: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #0b160f;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  cursor: pointer;
}

.header-demo {
  justify-self: end;
  min-height: 42px;
  padding: 0 17px;
  gap: 12px;
  font-size: 0.84rem;
}

.header-demo span {
  font-size: 1.3rem;
}

.menu-toggle span {
  display: block;
  width: 23px;
  height: 1.5px;
  background: currentColor;
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.34);
  transform-origin: center;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.18s ease;
}

.site-header.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.site-header.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.header-cta:hover,
body[data-theme="light"] .header-cta:hover,
.button.primary:hover,
body[data-theme="light"] .button.primary:hover,
.price-card a:hover,
body[data-theme="light"] .price-card a:hover {
  border-color: #0e7e3e;
  background: #0e7e3e;
  box-shadow: none;
  transform: none;
}

.minimal-hero {
  margin-top: 0;
  min-height: 100vh;
  min-height: 100svh;
  background-color: #d4d3d0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.minimal-hero::before,
.minimal-hero::after {
  display: none;
}

.minimal-hero .glass-growth {
  display: none;
}

@media (min-width: 1021px) {
  .minimal-hero-inner {
    grid-template-columns: 1fr;
  }

  .minimal-hero-copy {
    width: min(680px, 56vw);
    max-width: 680px;
  }

  .minimal-hero-copy h1 {
    max-width: 680px;
    font-size: clamp(3.7rem, 4.25vw, 4.6rem);
    line-height: 1.06;
  }

  .minimal-hero-copy p {
    max-width: 520px;
  }
}

.hero.animation-hero,
.split-section,
.dashboard-section,
.contact-section,
.workflow-section,
.pricing-section,
body[data-theme="light"] .dashboard-section,
body[data-theme="light"] .split-section,
body[data-theme="light"] .contact-section,
body[data-theme="light"] .workflow-section,
body[data-theme="light"] .pricing-section {
  background: #f6f5f1;
}

.hero.animation-hero::before,
.split-section::before,
.dashboard-section::before,
.contact-section::before,
.workflow-section::before,
.pricing-section::before,
.workflow-section::after,
.pricing-section::after {
  display: none;
}

.hero.animation-hero {
  padding-block: 120px;
}

.hero.animation-hero .hero-stage,
body[data-theme="light"] .hero-stage {
  border: 1px solid rgba(27, 83, 47, 0.16);
  border-radius: 0;
  background:
    linear-gradient(rgba(27, 83, 47, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 83, 47, 0.045) 1px, transparent 1px),
    rgba(240, 244, 238, 0.72);
  background-size: 56px 56px;
  box-shadow: none;
}

.signal-grid {
  opacity: 0.24;
}

.pipeline-card,
body[data-theme="light"] .pipeline-card {
  border: 1px solid rgba(27, 83, 47, 0.17);
  border-radius: 0;
  color: #111411;
  background: rgba(250, 250, 246, 0.86);
  box-shadow: 0 18px 40px rgba(29, 70, 42, 0.08);
}

.pipeline-card strong,
.validation-list b,
body[data-theme="light"] .pipeline-card strong,
body[data-theme="light"] .validation-list b {
  color: #111411;
}

.validation-list span,
body[data-theme="light"] .validation-list span {
  color: #3f4741;
  background: rgba(35, 119, 65, 0.07);
}

.section-intro h2,
.contact-copy h2,
.copy-block h2,
body[data-theme="light"] h2 {
  color: #111411;
  font-weight: 390;
  letter-spacing: -0.045em;
}

.section-intro p,
.copy-block p,
.contact-copy p,
.workflow-card p,
.price-card p,
.capacity-flow p,
body[data-theme="light"] .section-intro p,
body[data-theme="light"] .copy-block p,
body[data-theme="light"] .contact-copy p,
body[data-theme="light"] .workflow-card p,
body[data-theme="light"] .price-card p,
body[data-theme="light"] .capacity-flow p {
  color: #666c67;
}

.eyebrow,
body[data-theme="light"] .section-intro .eyebrow,
body[data-theme="light"] .contact-copy .eyebrow {
  color: #18a958;
  font-size: 0.73rem;
  font-weight: 650;
  letter-spacing: 0.16em;
}

.split-section,
.dashboard-section,
.contact-section {
  border-top: 1px solid rgba(25, 67, 39, 0.11);
  padding-block: 140px;
}

.workflow-section,
.pricing-section {
  border-top: 1px solid rgba(25, 67, 39, 0.11);
  padding-block: 140px;
}

.capacity-flow::before {
  height: 1px;
  background: rgba(21, 156, 80, 0.36);
}

.capacity-flow article::before {
  width: 16px;
  height: 16px;
  border: 1px solid #159c50;
  background: #f6f5f1;
  box-shadow: inset 0 0 0 4px #f6f5f1, inset 0 0 0 8px #159c50;
}

.capacity-flow h3 {
  color: #111411;
  font-weight: 520;
}

.workflow-grid,
.pricing-grid {
  gap: 1px;
  background: rgba(25, 67, 39, 0.14);
}

.workflow-card,
.price-card,
body[data-theme="light"] .workflow-card,
body[data-theme="light"] .price-card {
  border: 0;
  border-radius: 0;
  color: #111411;
  background: #f6f5f1;
  box-shadow: none;
}

.workflow-card:hover,
.price-card:hover,
body[data-theme="light"] .workflow-card:hover {
  background: #eef3ed;
  box-shadow: none;
  transform: none;
}

.workflow-card h3,
.price-card h3,
body[data-theme="light"] .price-card h3 {
  color: #111411;
  font-weight: 460;
}

.step {
  width: auto;
  height: auto;
  place-items: start;
  margin-bottom: 52px;
  border: 0;
  border-radius: 0;
  color: #159c50;
  font-weight: 520;
}

.plan,
body[data-theme="light"] .price-card .plan {
  color: #159c50;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finance-control-visual,
body[data-theme="light"] .finance-control-visual {
  border: 1px solid rgba(25, 67, 39, 0.13);
  border-radius: 0;
  background: #eff3ed;
  box-shadow: none;
}

.finance-control-visual::before,
.finance-control-visual::after,
.finance-ambient {
  opacity: 0.18;
}

.finance-core-panel,
.finance-module,
body[data-theme="light"] .finance-core-panel,
body[data-theme="light"] .finance-module {
  border: 1px solid rgba(25, 89, 47, 0.2);
  border-radius: 0;
  color: #111411;
  background: rgba(249, 250, 246, 0.92);
  box-shadow: 0 16px 32px rgba(38, 75, 48, 0.08);
}

.finance-module span,
body[data-theme="light"] .finance-module span {
  color: #4e5650;
}

.dashboard-points span,
.trust-strip span,
body[data-theme="light"] .dashboard-points span {
  border: 1px solid rgba(25, 89, 47, 0.18);
  border-radius: 0;
  color: #3f4741;
  background: transparent;
}

.contact-card,
body[data-theme="light"] .contact-card {
  border: 1px solid rgba(25, 67, 39, 0.14);
  border-radius: 0;
  color: #111411;
  background: transparent;
  box-shadow: none;
}

.contact-card a,
body[data-theme="light"] .contact-card a {
  color: #111411;
}

footer,
body[data-theme="light"] footer {
  border-top: 1px solid rgba(25, 67, 39, 0.12);
  color: #666c67;
}

/* Original dark atmospheric section backgrounds */
body,
body[data-theme="light"] {
  color: #edf7f0;
  background: linear-gradient(135deg, #020705 0%, #07130e 54%, #0d120c 100%);
}

body::before,
body[data-theme="light"]::before {
  background: rgba(8, 125, 51, 0.018);
  opacity: 0.62;
}

.ai-background,
body[data-theme="light"] .ai-background {
  display: block;
  opacity: 0.58;
}

.hero.animation-hero,
.split-section,
.dashboard-section,
.contact-section,
body[data-theme="light"] .hero.animation-hero,
body[data-theme="light"] .split-section,
body[data-theme="light"] .dashboard-section,
body[data-theme="light"] .contact-section {
  background: transparent;
}

.workflow-section,
.pricing-section,
body[data-theme="light"] .workflow-section,
body[data-theme="light"] .pricing-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
}

.hero.animation-hero .hero-stage,
body[data-theme="light"] .hero.animation-hero .hero-stage {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03)),
    rgba(3, 12, 8, 0.82);
  background-size: auto;
}

.pipeline-card,
body[data-theme="light"] .pipeline-card,
.workflow-card,
.price-card,
body[data-theme="light"] .workflow-card,
body[data-theme="light"] .price-card {
  border-color: rgba(255, 255, 255, 0.13);
  color: #edf7f0;
  background: rgba(255, 255, 255, 0.055);
}

.pipeline-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(5, 16, 11, 0.76);
}

.section-intro h2,
.contact-copy h2,
.copy-block h2,
.workflow-card h3,
.price-card h3,
.pipeline-card strong,
.validation-list b,
body[data-theme="light"] h2,
body[data-theme="light"] .workflow-card h3,
body[data-theme="light"] .price-card h3,
body[data-theme="light"] .pipeline-card strong,
body[data-theme="light"] .validation-list b {
  color: #edf7f0;
}

.section-intro p,
.copy-block p,
.contact-copy p,
.workflow-card p,
.price-card p,
.capacity-flow p,
body[data-theme="light"] .section-intro p,
body[data-theme="light"] .copy-block p,
body[data-theme="light"] .contact-copy p,
body[data-theme="light"] .workflow-card p,
body[data-theme="light"] .price-card p,
body[data-theme="light"] .capacity-flow p {
  color: #b8c6be;
}

.finance-control-visual,
body[data-theme="light"] .finance-control-visual {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(ellipse at 50% 46%, rgba(18, 184, 81, 0.12), transparent 50%),
    radial-gradient(ellipse at 18% 24%, rgba(53, 213, 255, 0.075), transparent 42%),
    rgba(6, 17, 13, 0.52);
}

.finance-core-panel,
.finance-module,
body[data-theme="light"] .finance-core-panel,
body[data-theme="light"] .finance-module {
  border-color: rgba(255, 255, 255, 0.14);
  color: #edf7f0;
  background: rgba(7, 22, 14, 0.82);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.finance-module span,
body[data-theme="light"] .finance-module span {
  color: #aabbb1;
}

.dashboard-points span,
body[data-theme="light"] .dashboard-points span {
  border-color: rgba(255, 255, 255, 0.14);
  color: #d8e7df;
}

.contact-card,
body[data-theme="light"] .contact-card {
  border-color: rgba(255, 255, 255, 0.14);
  color: #edf7f0;
  background: rgba(255, 255, 255, 0.045);
}

.contact-card a,
body[data-theme="light"] .contact-card a {
  color: #edf7f0;
}

footer,
body[data-theme="light"] footer {
  border-color: rgba(255, 255, 255, 0.12);
  color: #94a69c;
}

/* Restored original light-theme backgrounds */
body,
body[data-theme="light"] {
  --text: #07110d;
  --muted: #5b665f;
  color: #07110d;
  background:
    radial-gradient(ellipse 62rem 30rem at 78% 12%, rgba(0, 172, 63, 0.13), transparent 58%),
    radial-gradient(ellipse 44rem 24rem at 12% 28%, rgba(202, 175, 105, 0.16), transparent 58%),
    radial-gradient(ellipse 52rem 24rem at 52% 92%, rgba(53, 213, 255, 0.07), transparent 62%),
    linear-gradient(135deg, #fffefa 0%, #f7faf5 44%, #edf4ef 100%);
}

body::before,
body[data-theme="light"]::before {
  background:
    linear-gradient(115deg, rgba(1, 18, 12, 0.045), transparent 31%),
    linear-gradient(292deg, rgba(0, 156, 52, 0.055), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 40%);
  opacity: 1;
}

.ai-background,
body[data-theme="light"] .ai-background {
  display: block;
  opacity: 0.78;
  mix-blend-mode: multiply;
}

.hero.animation-hero,
.split-section,
.dashboard-section,
.contact-section,
body[data-theme="light"] .hero.animation-hero,
body[data-theme="light"] .split-section,
body[data-theme="light"] .dashboard-section,
body[data-theme="light"] .contact-section {
  color: #07110d;
  background: transparent;
}

.workflow-section,
.pricing-section,
body[data-theme="light"] .workflow-section,
body[data-theme="light"] .pricing-section {
  position: relative;
  overflow: hidden;
  color: #07110d;
  background:
    radial-gradient(ellipse 44rem 18rem at 84% 18%, rgba(0, 156, 52, 0.08), transparent 62%),
    radial-gradient(ellipse 42rem 18rem at 12% 84%, rgba(202, 175, 105, 0.12), transparent 60%),
    linear-gradient(180deg, #fffefa 0%, #f3f7f2 48%, #fffefa 100%);
  box-shadow:
    inset 0 1px 0 rgba(24, 46, 31, 0.09),
    inset 0 -1px 0 rgba(24, 46, 31, 0.08);
}

.workflow-section::before,
.pricing-section::before,
body[data-theme="light"] .workflow-section::before,
body[data-theme="light"] .pricing-section::before {
  position: absolute;
  inset: 0 -4%;
  display: block;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 30%, rgba(0, 156, 52, 0.1), transparent 9rem),
    radial-gradient(circle at 80% 68%, rgba(202, 175, 105, 0.12), transparent 10rem);
  opacity: 0.95;
}

.dashboard-section::before,
.split-section::before,
.contact-section::before,
body[data-theme="light"] .dashboard-section::before,
body[data-theme="light"] .split-section::before,
body[data-theme="light"] .contact-section::before {
  position: absolute;
  inset: 8% calc((100vw - min(1160px, calc(100vw - 32px))) / -2);
  z-index: -1;
  display: block;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse 38rem 16rem at 20% 30%, rgba(202, 175, 105, 0.08), transparent 64%),
    radial-gradient(ellipse 42rem 18rem at 78% 70%, rgba(0, 156, 52, 0.06), transparent 62%);
}

.hero.animation-hero .hero-stage,
body[data-theme="light"] .hero.animation-hero .hero-stage {
  border-color: rgba(24, 46, 31, 0.14);
  color: #07110d;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 245, 238, 0.82)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 34px 90px rgba(18, 42, 29, 0.18);
}

.pipeline-card,
.workflow-card,
.price-card,
body[data-theme="light"] .pipeline-card,
body[data-theme="light"] .workflow-card,
body[data-theme="light"] .price-card {
  border-color: rgba(24, 46, 31, 0.14);
  color: #07110d;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 246, 0.88)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(18, 42, 29, 0.14);
}

.section-intro h2,
.contact-copy h2,
.copy-block h2,
.workflow-card h3,
.price-card h3,
.pipeline-card strong,
.validation-list b,
body[data-theme="light"] h2,
body[data-theme="light"] .workflow-card h3,
body[data-theme="light"] .price-card h3,
body[data-theme="light"] .pipeline-card strong,
body[data-theme="light"] .validation-list b {
  color: #06110d;
}

.section-intro p,
.copy-block p,
.contact-copy p,
.workflow-card p,
.price-card p,
.capacity-flow p,
body[data-theme="light"] .section-intro p,
body[data-theme="light"] .copy-block p,
body[data-theme="light"] .contact-copy p,
body[data-theme="light"] .workflow-card p,
body[data-theme="light"] .price-card p,
body[data-theme="light"] .capacity-flow p {
  color: #405348;
}

.finance-control-visual,
body[data-theme="light"] .finance-control-visual {
  border-color: rgba(24, 46, 31, 0.16);
  color: #07110d;
  background:
    radial-gradient(ellipse at 52% 44%, rgba(18, 184, 81, 0.22), transparent 50%),
    radial-gradient(ellipse at 20% 24%, rgba(53, 213, 255, 0.15), transparent 42%),
    radial-gradient(ellipse at 76% 78%, rgba(202, 175, 105, 0.16), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(229, 241, 231, 0.86));
  box-shadow: 0 34px 88px rgba(18, 42, 29, 0.18);
}

.finance-core-panel,
.finance-module,
body[data-theme="light"] .finance-core-panel,
body[data-theme="light"] .finance-module {
  border-color: rgba(0, 156, 52, 0.22);
  color: #07110d;
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 184, 81, 0.1), transparent 56%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(240, 249, 241, 0.78));
  box-shadow: 0 26px 74px rgba(18, 42, 29, 0.17);
}

.finance-module span,
body[data-theme="light"] .finance-module span,
.dashboard-points span,
body[data-theme="light"] .dashboard-points span {
  color: #405348;
}

.contact-card,
body[data-theme="light"] .contact-card {
  border-color: rgba(24, 46, 31, 0.14);
  color: #07110d;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 246, 0.88)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(18, 42, 29, 0.14);
}

.contact-card a,
body[data-theme="light"] .contact-card a {
  color: #07110d;
}

footer,
body[data-theme="light"] footer {
  border-color: rgba(24, 46, 31, 0.1);
  color: #627068;
}

/* Minimal process animation section */
.hero.animation-hero,
body[data-theme="light"] .hero.animation-hero {
  width: 100%;
  max-width: none;
  background:
    radial-gradient(ellipse 42rem 20rem at 50% 46%, rgba(127, 165, 141, 0.11), transparent 66%),
    linear-gradient(180deg, #f8f8f4 0%, #f1f4ef 100%);
  overflow: hidden;
}

.process-scroll-video {
  position: absolute !important;
  inset: 0;
  z-index: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.process-video-pin-wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh + 2850px);
  height: calc(100svh + 2850px);
  background: #f2f3ef;
}

@media (max-width: 760px) {
  .process-video-pin-wrapper {
    height: calc(100vh + 1650px);
    height: calc(100svh + 1650px);
  }
}

/* Exact text composition from the approved landing-page mockup. */
@media (min-width: 761px) {
  .home-page .dark-offer-intro-inner {
    width: min(1300px, calc(100% - 110px));
    min-height: 208px;
    padding: 30px 0 32px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
    grid-template-rows: auto 1fr;
    column-gap: clamp(42px, 5vw, 82px);
    row-gap: 27px;
    align-items: start;
  }

  .home-page .dark-offer-intro h2 {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    font-size: clamp(2rem, 2.35vw, 2.55rem);
    line-height: 1;
  }

  .home-page .dark-offer-intro-inner > p {
    margin: 0;
    max-width: 31ch;
    font-size: clamp(0.88rem, 1.03vw, 1rem);
    line-height: 1.5 !important;
  }

  .home-page .dark-offer-intro-inner > p:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
    max-width: 24ch;
    font-family: "Zilla Slab", Georgia, serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.005em;
  }

  .home-page .dark-offer-intro-inner > p:nth-of-type(2) {
    grid-column: 2;
    grid-row: 2;
  }

  .home-page .dark-offer-intro-inner > p:nth-of-type(3) {
    grid-column: 3;
    grid-row: 2;
  }

  .home-page .dark-offer-intro-inner > p:nth-of-type(4) {
    grid-column: 4;
    grid-row: 2;
  }

  .home-page .dark-offer-intro p strong {
    font: inherit;
    letter-spacing: inherit;
  }

  .home-page .practice-growth-section {
    min-height: clamp(650px, 57.2vw, 820px);
    isolation: isolate;
  }

  .home-page .practice-growth-section::before {
    z-index: 0;
    background-position: center center;
  }

  .home-page .practice-growth-inner {
    position: relative;
    z-index: 1;
    width: min(1300px, calc(100% - 110px));
    min-height: inherit;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .home-page .practice-growth-copy {
    grid-column: 2;
    width: min(100%, 560px);
    padding: clamp(150px, 15.3vw, 220px) 0 80px;
  }

  .home-page .practice-growth-copy h2 {
    max-width: none;
    margin: 0 0 clamp(48px, 4.5vw, 64px);
    font-size: clamp(2.8rem, 3.6vw, 3.45rem);
    line-height: 1;
  }

  .home-page .practice-growth-copy p {
    max-width: 48ch;
    margin: 0;
    font-size: clamp(0.92rem, 1.08vw, 1.08rem);
    line-height: 1.5 !important;
  }

  .home-page .practice-growth-copy p + p {
    margin-top: clamp(34px, 3.6vw, 52px);
  }
}

/* Final subtle hover, intentionally placed after all navbar reset rules. */
.site-header .nav-links > a:not(.nav-demo-mobile),
.site-header .nav-links .nav-product > .nav-product-link,
.site-header .nav-links .nav-product-option {
  transition: color 620ms cubic-bezier(0.16, 1, 0.3, 1), background-color 620ms cubic-bezier(0.16, 1, 0.3, 1), border-color 620ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 620ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.site-header .nav-links > a:not(.nav-demo-mobile):hover,
.site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
.site-header .nav-links .nav-product > .nav-product-link:hover,
.site-header .nav-links .nav-product > .nav-product-link:focus-visible,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:hover,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:focus-visible {
  color: #173e28 !important;
  background: rgba(127, 165, 141, 0.12) !important;
  border-color: rgba(88, 132, 103, 0.1) !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 1px rgba(104, 148, 119, 0.08) !important;
  filter: none !important;
  transform: none !important;
}

.site-header .nav-links .nav-product-option:hover,
.site-header .nav-links .nav-product-option:focus-visible,
body[data-theme="light"] .site-header .nav-links .nav-product-option:hover,
body[data-theme="light"] .site-header .nav-links .nav-product-option:focus-visible {
  color: #173e28 !important;
  background: rgba(127, 165, 141, 0.1) !important;
  border-color: rgba(88, 132, 103, 0.09) !important;
  border-radius: 7px !important;
  box-shadow: inset 0 0 0 1px rgba(104, 148, 119, 0.07) !important;
  filter: none !important;
  transform: none !important;
}

@media (max-width: 760px) {
  .home-page .dark-offer-intro-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-page .dark-offer-intro-inner > p {
    max-width: 34ch;
    margin: 0;
  }

  .home-page .dark-offer-intro-inner > p:first-of-type {
    font-family: "Zilla Slab", Georgia, serif;
    font-weight: 700;
  }
}

/* Final navigation isolation, dashboard CTA and August hero artwork. */
@media (min-width: 761px) {
  .site-header,
  body[data-theme="light"] .site-header,
  .site-header.nav-scrolled,
  body[data-theme="light"] .site-header.nav-scrolled {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 7px clamp(24px, 4vw, 72px);
    box-sizing: border-box;
    background: linear-gradient(90deg, #f4f2f3 0%, #efeded 50%, #dad8d9 100%) !important;
    border: 0;
    border-radius: 0;
  }

  .site-header .nav-links .nav-product:not(:hover):not(:focus-within) > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product:not(:hover):not(:focus-within) > .nav-product-dropdown {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, -8px) scale(0.98) !important;
  }

  .site-header .nav-links .nav-product:hover > .nav-product-dropdown,
  .site-header .nav-links .nav-product:focus-within > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product:hover > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product:focus-within > .nav-product-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) scale(1) !important;
  }

  .home-page .minimal-hero,
  body[data-theme="light"].home-page .minimal-hero {
    background-image: url("assets/hero-glass-columns-desktop-v7.jpg?v=20260810-154350");
    background-position: center center;
    background-size: cover;
  }
}

.contact-page main {
  background: #f6f5f1;
}

.contact-page .contact-section {
  min-height: 100svh;
  padding-top: clamp(155px, 13vw, 205px);
  padding-bottom: clamp(95px, 8vw, 135px);
  align-content: center;
}

.dashboard-price-actions .product-cta-primary {
  color: #08270d;
  background: #00eb1c;
  border-color: #00c918;
}

.dashboard-price-actions .product-cta-primary:hover,
.dashboard-price-actions .product-cta-primary:focus-visible {
  color: #ffffff;
  background: #111411;
  border-color: #111411;
}

/* Dark product overview directly below the home hero. */
.dark-offer-section {
  position: relative;
  z-index: 2;
  order: 2;
  width: 100%;
  overflow: hidden;
  background: #050706;
}

.dark-offer-intro {
  color: #101310;
  background: #f7f7f5;
  border-top: 1px solid rgba(12, 20, 15, 0.08);
  border-bottom: 1px solid rgba(12, 20, 15, 0.08);
}

.dark-offer-intro-inner {
  display: grid;
  width: min(1180px, calc(100% - 56px));
  min-height: 112px;
  margin-inline: auto;
  padding: 24px 0;
  grid-template-columns: 1.05fr 0.8fr 1.25fr 1.55fr 1.1fr;
  align-items: start;
  gap: clamp(22px, 3vw, 54px);
}

.dark-offer-intro h2 {
  margin: 0;
  color: #0b0e0c;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.05;
}

.dark-offer-intro p {
  margin: 0;
  color: #1d211e;
  font-size: 0.72rem;
  line-height: 1.42;
}

.dark-offer-intro p strong {
  font-weight: 600;
}

.dark-offer-stage {
  position: relative;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgba(22, 38, 28, 0.2), transparent 36rem),
    linear-gradient(180deg, #070908 0%, #030504 100%);
  transition: color 420ms ease, background 520ms ease;
}

.dark-offer-grid {
  display: grid;
  width: min(1180px, calc(100% - 56px));
  min-height: 610px;
  margin-inline: auto;
  padding: clamp(62px, 7vw, 92px) 0 clamp(76px, 8vw, 112px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 6vw, 88px);
}

.dark-offer-card {
  display: grid;
  min-width: 0;
  align-content: start;
}

.dark-product-brand {
  display: flex;
  min-height: 42px;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  color: #f8f9f8;
}

.dark-product-brand strong {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.dark-product-brand small {
  margin: 0 0 3px -2px;
  color: #f2f4f2;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.dark-product-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.dark-product-logo-ai,
.dark-product-logo-dashboard,
.dark-product-brand-tools .dark-product-logo-ai,
.dark-product-brand-tools .dark-product-logo-tools {
  width: auto;
  height: 28px;
  max-width: 100%;
}

.dark-product-brand-tools {
  position: relative;
  gap: 6px;
}

.dark-product-brand-tools small {
  position: absolute;
  bottom: 3px;
  left: calc(50% + 98px);
  margin: 0;
}

.dark-brand-bars {
  display: inline-flex;
  height: 31px;
  align-items: flex-end;
  gap: 3px;
  flex: 0 0 auto;
}

.dark-brand-bars i {
  display: block;
  width: 7px;
  background: #00eb1c;
}

.dark-brand-bars i:nth-child(1) { height: 12px; }
.dark-brand-bars i:nth-child(2) { height: 20px; }
.dark-brand-bars i:nth-child(3) { height: 29px; }

.dark-product-visual {
  position: relative;
  width: min(100%, 400px);
  height: 250px;
  margin: 26px auto 28px;
}

.dark-line-art {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  shape-rendering: geometricPrecision;
}

.dark-product-visual-ai .dark-line-art {
  transform: translateX(2px);
}

.dark-product-animation-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.08);
  filter: drop-shadow(0 14px 24px rgba(29, 119, 70, 0.12));
  animation: riverAiArtworkFloat 5.8s ease-in-out infinite;
}

.dark-product-animation-image-tools {
  animation: none;
}

.dark-product-visual-tools {
  overflow: hidden;
}

.tools-particle-layer,
.product-particle-layer {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.tools-line-particle,
.product-line-particle {
  fill: #e9ffed;
  opacity: 0.92;
  filter: drop-shadow(0 0 2px rgba(155, 250, 164, 0.9));
}

.particle-guide {
  fill: none;
  stroke: rgba(225, 255, 230, 0.2);
  stroke-width: 0.6;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.dark-product-visual-ai .product-particle-layer {
  animation: riverAiArtworkFloat 5.8s ease-in-out infinite;
}

.dark-product-visual-dashboard .product-particle-layer {
  animation: riverAiArtworkFloat 5.8s ease-in-out infinite;
  animation-delay: -4.1s;
}

.dark-product-animation-image-dashboard {
  animation-delay: -4.1s;
}

@keyframes riverAiArtworkFloat {
  0%, 100% { transform: scale(1.08) translateY(2px); }
  50% { transform: scale(1.08) translateY(-4px); }
}

@media (prefers-reduced-motion: reduce) {
  .dark-product-animation-image {
    animation: none;
  }

  .tools-particle-layer,
  .product-particle-layer {
    display: none;
  }
}

.dark-line-art .art-document,
.dark-line-art .art-stack-front,
.dark-line-art .art-source-box,
.dark-line-art .art-processor,
.dark-line-art .art-dashboard-panel,
.dark-line-art .art-stat-card,
.dark-line-art .art-output {
  fill: rgba(255, 255, 255, 0.008);
  stroke: rgba(255, 255, 255, 0.74);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-monitor-back,
.dark-line-art .art-monitor-top,
.dark-line-art .art-monitor-side,
.dark-line-art .art-monitor-face,
.dark-line-art .art-monitor-screen,
.dark-line-art .art-monitor-stand,
.dark-line-art .art-monitor-base {
  fill: rgba(255, 255, 255, 0.008);
  stroke: rgba(255, 255, 255, 0.62);
  stroke-width: 1.15;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-monitor-top,
.dark-line-art .art-monitor-side {
  fill: rgba(255, 255, 255, 0.018);
  stroke: rgba(255, 255, 255, 0.32);
}

.dark-line-art .art-monitor-screen {
  fill: rgba(0, 0, 0, 0.22);
  stroke: rgba(255, 255, 255, 0.36);
}

.dark-line-art .art-screen-document {
  fill: none;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-processor-3d,
.dark-line-art .art-dashboard-3d {
  transform-box: fill-box;
  transform-origin: center;
  animation: monitorFloat 5.4s ease-in-out infinite;
}

.dark-line-art .art-processor,
.dark-line-art .art-processor-top,
.dark-line-art .art-processor-side,
.dark-line-art .art-dashboard-panel,
.dark-line-art .art-dashboard-top,
.dark-line-art .art-dashboard-side {
  fill: rgba(255, 255, 255, 0.008);
  stroke: rgba(255, 255, 255, 0.62);
  stroke-width: 1.15;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-processor-top,
.dark-line-art .art-processor-side,
.dark-line-art .art-dashboard-top,
.dark-line-art .art-dashboard-side {
  fill: rgba(255, 255, 255, 0.018);
  stroke: rgba(255, 255, 255, 0.31);
}

.dark-line-art .art-upload {
  fill: none;
  stroke: #53db55;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  animation: monitorUpload 2.4s ease-in-out infinite;
}

.dark-line-art .art-monitor-3d {
  transform-box: fill-box;
  transform-origin: center;
  animation: monitorFloat 5.4s ease-in-out infinite;
}

.dark-line-art .art-detail,
.dark-line-art .art-split-icon,
.dark-line-art .art-dashboard-axis,
.dark-line-art .art-divider,
.dark-line-art .art-stat-card path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.47);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-stack-back,
.dark-line-art .art-stack-mid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 1.25;
  stroke-dasharray: 2 5;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-flow {
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-dasharray: 1 6;
  vector-effect: non-scaling-stroke;
  animation: darkFlow 3s linear infinite;
}

.dark-line-art .flow-two { animation-delay: -0.8s; }
.dark-line-art .flow-three { animation-delay: -1.6s; }
.dark-line-art .flow-four { animation-delay: -2.2s; }

.dark-line-art .art-arrow,
.dark-line-art .art-corners,
.dark-line-art .art-chart {
  fill: none;
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-corners {
  stroke-width: 2;
}

.dark-line-art .art-process-ring {
  fill: none;
  stroke: rgba(255, 255, 255, 0.24);
  stroke-width: 1.2;
  stroke-dasharray: 2 4;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-check,
.dark-line-art .art-stat-green {
  fill: none;
  stroke: #53db55 !important;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-label {
  fill: rgba(255, 255, 255, 0.92);
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-anchor: middle;
}

.dark-line-art .art-port,
.dark-line-art .dashboard-inputs > circle:not(.art-node) {
  fill: #090b0a;
  stroke: rgba(255, 255, 255, 0.65);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-node {
  fill: #53db55;
  stroke: none;
  transform-box: fill-box;
  transform-origin: center;
  animation: darkNodePulse 2.2s ease-in-out infinite;
}

.dark-line-art .art-node-glow {
  animation-duration: 1.7s;
}

.dark-line-art .art-simple-outline,
.dark-line-art .art-tool-gate,
.dark-line-art .art-tool-source {
  fill: rgba(255, 255, 255, 0.006);
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-ai-green-line,
.dark-line-art .art-tool-input-line {
  fill: none;
  stroke: #53db55;
  stroke-width: 1.5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .art-ai-green-end {
  fill: #53db55;
  animation: darkNodePulse 2.2s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.dark-line-art .art-tool-output-point {
  fill: rgba(255, 255, 255, 0.9);
  stroke: none;
  animation: toolPointPulse 3.6s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.dark-line-art .art-tool-output-point:nth-of-type(2) {
  animation-delay: -1.2s;
}

.dark-line-art .art-tool-output-point:nth-of-type(3) {
  animation-delay: -2.4s;
}

.dark-line-art .art-tool-source-label {
  fill: rgba(255, 255, 255, 0.9);
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-anchor: middle;
  dominant-baseline: middle;
}

.dark-line-art .art-tool-stream {
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 1.45;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .stream-one,
.dark-line-art .stream-three {
  animation: toolStreamPulse 3.6s ease-in-out infinite;
}

.dark-line-art .stream-three {
  animation-delay: -1.8s;
}

.dark-line-art .art-chart-node {
  animation-delay: -0.8s;
}

@keyframes toolStreamPulse {
  0%, 100% { opacity: 0.48; }
  50% { opacity: 1; }
}

@keyframes toolPointPulse {
  0%, 100% { opacity: 0.55; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1.12); }
}

.dark-line-art .art-dashboard-axis {
  stroke: rgba(255, 255, 255, 0.22);
  stroke-dasharray: 1 3;
}

.dark-line-art .art-divider {
  stroke: rgba(255, 255, 255, 0.25);
  stroke-dasharray: 1 3;
}

@keyframes darkFlow {
  to { stroke-dashoffset: -28; }
}

@keyframes darkNodePulse {
  0%, 100% { opacity: 0.65; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1.12); }
}

@keyframes monitorFloat {
  0%, 100% { transform: translateY(1px); }
  50% { transform: translateY(-3px); }
}

@keyframes monitorUpload {
  0%, 100% { opacity: 0.55; transform: translateY(2px); }
  50% { opacity: 1; transform: translateY(-3px); }
}

.dark-line-art .line-solid,
.dark-line-art .line-corners {
  stroke: rgba(255, 255, 255, 0.84);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .line-dotted {
  stroke: rgba(255, 255, 255, 0.54);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 1 5;
  vector-effect: non-scaling-stroke;
}

.dark-line-art .line-corners {
  stroke-width: 2;
}

.dark-line-art .line-guide {
  stroke-dasharray: 1 6;
}

.dark-line-art .line-connector,
.dark-line-art .dashboard-row {
  stroke-width: 2.4;
  stroke-dasharray: 1 6;
}

.dark-line-art .line-solid,
.dark-line-art .line-corners,
.dark-line-art .line-dotted {
  animation: darkLinePulse 5.6s ease-in-out infinite;
}

.dark-line-art .line-delay-1,
.dark-line-art .row-2 { animation-delay: -0.35s; }
.dark-line-art .line-delay-2,
.dark-line-art .row-3 { animation-delay: -0.7s; }
.dark-line-art .line-delay-3,
.dark-line-art .row-4 { animation-delay: -1.05s; }
.dark-line-art .row-5 { animation-delay: -1.4s; }

@keyframes darkLinePulse {
  0%, 100% { opacity: 0.7; }
  48%, 58% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .dark-line-art .line-solid,
  .dark-line-art .line-corners,
  .dark-line-art .line-dotted {
    animation: none;
  }
}

/* Precizni SVG crtež zamjenjuje raniji CSS pseudo-crtež. */
.dark-product-visual-ai::before,
.dark-product-visual-ai::after {
  content: none;
  display: none;
}

.dark-product-visual span,
.dark-product-visual i {
  position: absolute;
  display: block;
}

.visual-solid,
.tool-column-solid,
.dashboard-column {
  border: 1.5px solid rgba(255, 255, 255, 0.84);
}

.visual-solid {
  bottom: 24px;
  left: 44px;
  width: 41px;
  height: 178px;
}

.visual-dashed {
  bottom: 24px;
  width: 39px;
  border: 2px dotted rgba(255, 255, 255, 0.46);
}

.visual-dashed-one { left: 86px; height: 184px; }
.visual-dashed-two { left: 112px; height: 194px; }
.visual-dashed-three { left: 138px; height: 203px; }

.dark-product-visual-ai::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 82px;
  width: 95px;
  border-top: 2px dotted rgba(255, 255, 255, 0.52);
}

.dark-product-visual-ai::after,
.tool-frame,
.dashboard-frame {
  content: "";
  position: absolute;
  border: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) left top / 13px 2px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) left top / 2px 13px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) right top / 13px 2px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) right top / 2px 13px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) left bottom / 13px 2px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) left bottom / 2px 13px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) right bottom / 13px 2px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) right bottom / 2px 13px no-repeat;
}

.dark-product-visual-ai::after {
  top: 9px;
  left: 79px;
  width: 101px;
  height: 218px;
}

.corner {
  display: none !important;
}

.tool-column {
  bottom: 24px;
  width: 40px;
}

.tool-column-dashed {
  left: 25px;
  height: 190px;
  border: 2px dotted rgba(255, 255, 255, 0.46);
}

.tool-column-solid {
  right: 25px;
  height: 190px;
}

.tool-frame {
  top: 33px;
  left: 107px;
  width: 61px;
  height: 168px;
}

.tool-dots {
  top: 117px;
  width: 31px;
  border-top: 3px dotted rgba(255, 255, 255, 0.85);
}

.tool-dots-one { left: 72px; }
.tool-dots-two { right: 72px; }

.dashboard-frame {
  top: 33px;
  left: 117px;
  width: 62px;
  height: 168px;
}

.dashboard-column {
  bottom: 24px;
  width: 38px;
  height: 190px;
}

.dashboard-column-one { right: 55px; }
.dashboard-column-two { right: 11px; }

.dashboard-dots {
  left: 26px;
  width: 58px;
  border-top: 3px dotted rgba(255, 255, 255, 0.67);
}

.dashboard-dots-one { top: 58px; width: 44px; }
.dashboard-dots-two { top: 85px; width: 70px; }
.dashboard-dots-three { top: 112px; width: 51px; }
.dashboard-dots-four { top: 139px; width: 65px; }
.dashboard-dots-five { top: 166px; width: 39px; }

.dark-offer-copy h3 {
  margin: 0 0 12px;
  color: #f4f6f4;
  font-family: "Zilla Slab", Georgia, serif !important;
  font-size: clamp(1.2rem, 1.55vw, 1.48rem);
  font-weight: 600;
  line-height: 1.18;
}

.dark-offer-copy p {
  max-width: 32rem;
  margin: 0;
  color: rgba(231, 236, 232, 0.67);
  font-size: 0.92rem;
  line-height: 1.58;
}

@media (max-width: 900px) {
  .dark-offer-intro-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 30px 0;
  }

  .dark-offer-intro h2 {
    grid-column: 1 / -1;
  }

  .dark-offer-grid {
    grid-template-columns: 1fr;
    gap: 76px;
  }

  .dark-offer-card {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .dark-product-visual {
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  .dark-offer-intro-inner,
  .dark-offer-grid {
    width: min(100% - 34px, 520px);
  }

  .dark-offer-intro-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dark-offer-intro h2 {
    margin-bottom: 4px;
    font-size: 1.75rem;
  }

  .dark-offer-intro p {
    font-size: 0.82rem;
  }

  .dark-offer-grid {
    padding: 60px 0 82px;
    gap: 72px;
  }

  .dark-product-brand strong {
    font-size: clamp(1.75rem, 10vw, 2.45rem);
  }

  .dark-product-brand small {
    font-size: 0.68rem;
  }

  .dark-product-visual {
    height: 220px;
    transform: scale(0.92);
  }

  .dark-offer-copy h3 {
    font-size: 1.35rem;
  }

  .dark-offer-copy p {
    font-size: 0.94rem;
  }
}

/* Editorial perspectives section directly below the dark product overview. */
.perspectives-section {
  position: relative;
  z-index: 2;
  order: 2;
  overflow: hidden;
  color: #111411;
  background:
    radial-gradient(circle at 77% 42%, rgba(127, 165, 141, 0.09), transparent 36rem),
    linear-gradient(90deg, #f8f7f7 0%, #f3f3f1 50%, #eeeeeb 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.84);
}

.perspectives-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.32), transparent 34%);
}

.perspectives-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, calc(100% - 56px));
  margin-inline: auto;
  padding: clamp(92px, 9vw, 142px) 0 clamp(88px, 8vw, 128px);
  grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(70px, 10vw, 160px);
  row-gap: clamp(70px, 8vw, 118px);
}

.perspectives-heading h2 {
  max-width: none;
  margin: 0;
  color: #0d100e;
  font-size: clamp(2.25rem, 3.7vw, 3.8rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.perspectives-intro {
  max-width: 42rem;
  padding-top: 2px;
}

.perspectives-intro p {
  margin: 0;
  color: #252a26;
  font-size: clamp(1rem, 1.28vw, 1.15rem);
  line-height: 1.62;
}

.perspectives-intro p + p {
  margin-top: clamp(28px, 3.4vw, 48px);
}

.perspectives-intro strong {
  color: #101310;
  font-weight: 700;
}

.perspectives-visual {
  position: relative;
  grid-column: 1 / -1;
  margin: 0 0 34px;
  perspective: 1600px;
}

.perspectives-visual::after {
  position: absolute;
  z-index: 0;
  right: 10%;
  bottom: -66px;
  left: 10%;
  height: 88px;
  content: "";
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(35, 48, 39, 0.26) 0%, rgba(35, 48, 39, 0.12) 40%, transparent 75%);
  filter: blur(16px);
  transform: scaleY(0.48);
}

.perspectives-image-frame {
  position: relative;
  z-index: 1;
  width: 75%;
  margin-inline: auto;
  transform-style: preserve-3d;
  transform: translateY(0) translateZ(0);
  animation: perspectivesFrameFloat 8s ease-in-out infinite;
}

.perspectives-image-frame::before,
.perspectives-image-frame::after {
  content: none;
  display: none;
}

.perspectives-image-surface {
  position: relative;
  z-index: 2;
  aspect-ratio: 1537 / 1023;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(42, 60, 48, 0.18);
  border-radius: 0;
  box-shadow:
    0 28px 52px rgba(30, 43, 34, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.perspectives-image-surface img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.perspectives-shine {
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -34%;
  width: 18%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: rotate(12deg);
  animation: perspectivesShine 9s ease-in-out infinite;
}

.perspectives-notes {
  display: grid;
  grid-column: 1 / -1;
  width: min(68%, 790px);
  margin-left: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 6vw, 82px);
}

.perspectives-notes h3 {
  margin: 0 0 10px;
  color: #111411;
  font-size: clamp(1.12rem, 1.35vw, 1.3rem);
  font-weight: 700;
  line-height: 1.2;
}

.perspectives-notes p {
  margin: 0;
  color: #353a36;
  font-size: 0.98rem;
  line-height: 1.58;
}

@keyframes perspectivesFrameFloat {
  0%, 100% { transform: translateY(0) translateZ(0); }
  50% { transform: translateY(-6px) translateZ(0); }
}

@keyframes perspectivesShine {
  0%, 24% { left: -34%; opacity: 0; }
  30% { opacity: 0.76; }
  52% { left: 118%; opacity: 0; }
  100% { left: 118%; opacity: 0; }
}

@keyframes perspectivesFrameFloatMobile {
  0%, 100% { transform: translateY(0) translateZ(0); }
  50% { transform: translateY(-4px) translateZ(0); }
}

@media (max-width: 760px) {
  .perspectives-inner {
    width: min(100% - 34px, 560px);
    padding: 76px 0 84px;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 34px;
  }

  .perspectives-heading h2 {
    max-width: none;
    font-size: clamp(2.15rem, 10.5vw, 3rem);
    white-space: normal;
  }

  .perspectives-intro {
    padding-top: 0;
  }

  .perspectives-intro p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .perspectives-intro p + p {
    margin-top: 24px;
  }

  .perspectives-visual {
    margin: 22px 0 18px;
  }

  .perspectives-visual::after {
    right: 5%;
    bottom: -10px;
    left: 5%;
    height: 40px;
    filter: blur(10px);
  }

  .perspectives-image-frame {
    width: calc(91% - 14px);
    transform: translateY(0) translateZ(0);
    animation-name: perspectivesFrameFloatMobile;
  }

  .perspectives-image-frame::before {
    top: 0;
    right: -17px;
    bottom: auto;
    width: 17px;
    height: calc(100% + 15px);
    clip-path: polygon(0 0, 100% 15px, 100% 100%, 0 calc(100% - 15px));
  }

  .perspectives-image-frame::after {
    right: auto;
    bottom: -15px;
    left: 0;
    width: calc(100% + 17px);
    height: 15px;
    clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 100%, 17px 100%);
  }

  .perspectives-image-surface {
    aspect-ratio: 1537 / 1023;
    border-radius: 0;
  }

  .perspectives-image-surface img {
    width: 100%;
    max-width: 100%;
    object-position: center;
    transform: none;
  }

  .perspectives-notes {
    width: 100%;
    margin-top: 12px;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .perspectives-notes h3 {
    font-size: 1.22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .perspectives-image-frame,
  .perspectives-shine {
    animation: none;
  }
}

/* CTA directly below the editorial perspectives section. */
.perspectives-cta-section {
  position: relative;
  z-index: 2;
  order: 2;
  overflow: hidden;
  color: #0d100e;
  background:
    radial-gradient(circle at 50% 32%, rgba(0, 235, 28, 0.045), transparent 35rem),
    linear-gradient(90deg, #f8f7f7 0%, #f3f3f1 50%, #eeeeeb 100%);
}

.perspectives-cta-inner {
  display: grid;
  min-height: clamp(560px, 61vw, 760px);
  padding: clamp(96px, 10vw, 148px) 0 clamp(104px, 11vw, 156px);
  place-content: center;
  justify-items: center;
  text-align: center;
}

.perspectives-cta-inner h2 {
  max-width: 23ch;
  margin: 0;
  color: #00eb1c;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(3rem, 5.25vw, 5.8rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.perspectives-cta-inner h2 .scroll-fill-line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.22em;
  white-space: nowrap;
}

.perspectives-cta-inner h2 .scroll-fill-word {
  display: inline-block;
  white-space: nowrap;
}

.perspectives-cta-inner h2 .scroll-fill-character {
  display: inline-block;
  color: color-mix(
    in srgb,
    #00eb1c calc(var(--char-progress, 0) * 100%),
    #cfd4d0
  );
  opacity: calc(0.28 + var(--char-progress, 0) * 0.72);
  transition:
    color 80ms linear,
    opacity 80ms linear;
  will-change: color, opacity;
}

.perspectives-cta-actions {
  display: flex;
  margin-top: clamp(72px, 8vw, 108px);
  align-items: flex-start;
  justify-content: center;
  gap: clamp(62px, 8vw, 112px);
}

.perspectives-cta-action {
  display: grid;
  min-width: 148px;
  justify-items: center;
  color: #111411;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.perspectives-cta-icon {
  display: grid;
  width: 84px;
  height: 84px;
  margin-bottom: 15px;
  place-items: center;
  color: #ffffff;
  background: #050605;
  border-radius: 50%;
  transition:
    color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.perspectives-cta-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.perspectives-cta-action:hover .perspectives-cta-icon,
.perspectives-cta-action:focus-visible .perspectives-cta-icon {
  color: #08110a;
  background: #00eb1c;
  box-shadow: 0 13px 30px rgba(0, 235, 28, 0.18);
}

.perspectives-cta-action:focus-visible {
  outline: 2px solid rgba(0, 235, 28, 0.72);
  outline-offset: 8px;
  border-radius: 8px;
}

@media (max-width: 760px) {
  .perspectives-cta-inner {
    width: min(100% - 34px, 560px);
    min-height: 470px;
    padding: 82px 0 88px;
  }

  .perspectives-cta-inner h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(2.05rem, 9.6vw, 3.15rem);
    line-height: 1.06;
    letter-spacing: -0.025em;
    text-wrap: initial;
  }

  .perspectives-cta-inner h2 .scroll-fill-line {
    width: 100%;
    gap: 0.21em;
  }

  .perspectives-cta-inner h2 .scroll-fill-character {
    font-kerning: normal;
    font-variant-ligatures: none;
    transform: none;
  }

  .perspectives-cta-actions {
    width: 100%;
    margin-top: 62px;
    gap: clamp(26px, 10vw, 54px);
  }

  .perspectives-cta-action {
    min-width: 0;
    font-size: 0.86rem;
    letter-spacing: 0.005em;
  }

  .perspectives-cta-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 13px;
  }

  .perspectives-cta-icon svg {
    width: 27px;
    height: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .perspectives-cta-icon {
    transition: none;
  }
}

/* Editorial image section following the animated statement. */
.practice-growth-section {
  position: relative;
  z-index: 2;
  order: 2;
  min-height: clamp(680px, 66.666vw, 1024px);
  overflow: hidden;
  color: #101310;
  background-color: #f3f3f1;
  background-image:
    linear-gradient(90deg, rgba(247, 246, 245, 0.12) 0%, rgba(247, 246, 245, 0.03) 48%, transparent 66%),
    url("assets/glass-pane-practice-background.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.practice-growth-inner {
  display: grid;
  min-height: inherit;
  align-items: center;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.practice-growth-copy {
  grid-column: 1;
  width: min(100%, 560px);
  padding: clamp(70px, 8vw, 126px) 0;
}

.practice-growth-copy h2 {
  max-width: 12ch;
  margin: 0 0 clamp(46px, 5vw, 72px);
  color: #0c0f0d;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(3.2rem, 5vw, 5.5rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.practice-growth-copy p {
  max-width: 50ch;
  margin: 0;
  color: #181c19;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.005em;
}

.practice-growth-copy p + p {
  margin-top: clamp(30px, 3.4vw, 48px);
}

@media (max-width: 760px) {
  .practice-growth-section {
    min-height: 760px;
    background-image:
      linear-gradient(180deg, rgba(248, 247, 246, 0.97) 0%, rgba(248, 247, 246, 0.88) 43%, rgba(248, 247, 246, 0.08) 68%),
      url("assets/glass-pane-practice-background.png");
    background-position: 67% center;
    background-size: auto 100%;
  }

  .practice-growth-inner {
    width: min(100% - 40px, 560px);
    min-height: inherit;
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
  }

  .practice-growth-copy {
    width: 100%;
    padding: 74px 0 360px;
  }

  .practice-growth-copy h2 {
    max-width: 10ch;
    margin-bottom: 30px;
    font-size: clamp(2.7rem, 13vw, 3.7rem);
  }

  .practice-growth-copy p {
    max-width: 38ch;
    font-size: 1rem;
    line-height: 1.58;
  }

  .practice-growth-copy p + p {
    margin-top: 22px;
  }
}

/* Final brand state: RIVER remains constant across all sections and pages. */
.site-header .nav-mobile-brand {
  width: 76px;
  overflow: hidden;
}

.site-header .nav-mobile-brand img {
  width: 102px;
  max-width: none;
  height: auto;
}

/* EC Group typography: Zilla Slab for display/interaction, Noto Sans for copy. */
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h1 small,
h2 small,
h3 small,
.site-header .nav-product-link,
.site-header .nav-placeholder-link,
.site-header .nav-contact-link,
.site-header .nav-demo,
.site-header .nav-demo-mobile,
button,
button span,
.button,
.product-cta-primary,
.product-cta-secondary,
.hero-cta,
.liquid-button {
  font-family: "Zilla Slab", Georgia, serif !important;
}

h1,
h2 {
  font-weight: 700 !important;
  font-variation-settings: normal !important;
}

body,
p,
li,
label,
input,
textarea,
select,
.nav-product-dropdown small,
.nav-product-open {
  font-family: "Noto Sans", Arial, sans-serif;
}

/* Praxisbeispiele — restrained editorial case-study overview. */
body.practice-stories-page,
body[data-theme="light"].practice-stories-page {
  color: #111411;
  background: #f7f7f5;
}

.practice-stories-page main {
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(127, 165, 141, 0.09), transparent 28%),
    linear-gradient(180deg, #fafaf8 0%, #f5f6f3 100%);
}

.practice-stories-hero {
  position: relative;
  padding: clamp(185px, 16vw, 245px) 0 clamp(100px, 9vw, 145px);
}

.practice-stories-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: clamp(64px, 9vw, 150px);
}

.practice-stories-heading h1 {
  max-width: 11ch;
  margin: 0;
  color: #101310;
  font-size: var(--river-section-title-size);
  font-variation-settings: "wght" 640;
  font-weight: 640;
  line-height: 1;
  letter-spacing: -0.055em;
}

.practice-stories-intro {
  max-width: 760px;
  margin: 0;
  color: #222722;
  font-size: var(--river-section-copy-size);
  font-weight: 430;
  line-height: var(--river-section-copy-line);
  letter-spacing: -0.012em;
}

.practice-stories-list {
  padding: 0 0 clamp(120px, 12vw, 190px);
}

.practice-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.practice-story-card {
  position: relative;
  min-height: 300px;
  padding: clamp(24px, 2.4vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(127, 165, 141, 0.14), transparent 35%),
    rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(58, 86, 66, 0.1);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 20px 52px rgba(42, 65, 49, 0.045);
  transition:
    border-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.practice-story-card:hover {
  border-color: rgba(51, 119, 71, 0.25);
  background-color: rgba(247, 253, 248, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 26px 64px rgba(42, 65, 49, 0.07);
}

.practice-story-number {
  color: #16852a;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.12em;
}

.practice-story-category {
  margin: 0 0 14px;
  color: #16852a;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.practice-story-copy h2 {
  max-width: 13ch;
  margin: 0;
  color: #111411;
  font-size: clamp(1.6rem, 2.3vw, 2.25rem);
  font-variation-settings: "wght" 610;
  font-weight: 610;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

@media (max-width: 760px) {
  .practice-stories-hero {
    padding: 138px 0 82px;
  }

  .practice-stories-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .practice-stories-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .practice-story-card {
    min-height: 240px;
    padding: 24px;
    border-radius: 18px;
  }

  .practice-story-copy h2 {
    font-size: 1.75rem;
  }
}

/* RIVER Dashboard story: editorial sections following the product hand-off. */
.home-page #dashboard-einblick.dashboard-intro-section,
body[data-theme="light"] .home-page #dashboard-einblick.dashboard-intro-section {
  border-radius: 0;
}

.dashboard-feature-section,
body[data-theme="light"] .dashboard-feature-section {
  position: relative;
  padding: clamp(96px, 8vw, 132px) 0;
  overflow: hidden;
  color: #151815;
  background: #f8f8f6;
  border: 0;
  border-top: 1px solid rgba(35, 48, 39, 0.08);
  box-shadow: none;
}

.dashboard-feature-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(56px, 7vw, 112px);
}

.dashboard-feature-heading {
  max-width: none;
}

.dashboard-feature-heading h2 {
  max-width: none;
  margin: 0;
  color: #111411;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.9rem, 2.45vw, 2.35rem);
  font-variation-settings: "wght" 650;
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.dashboard-feature-layout > p {
  max-width: 43rem;
  margin: 0;
  color: #4d534f;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -0.008em;
}

@media (max-width: 760px) {
  .dashboard-feature-section,
  body[data-theme="light"] .dashboard-feature-section {
    padding: 82px 0 88px;
  }

  .dashboard-feature-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .dashboard-feature-heading h2 {
    max-width: none;
    font-size: clamp(1.8rem, 7.2vw, 2.25rem);
  }

  .dashboard-feature-layout > p {
    max-width: 34rem;
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.68;
  }
}

/* RIVER AI introduction — centered transition from the hero into the product story. */
#einblick.ai-intro-section,
body[data-theme="light"] #einblick.ai-intro-section {
  position: relative;
  min-height: calc(100svh - 72px);
  padding: clamp(82px, 8vw, 126px) 0 clamp(62px, 7vw, 96px);
  overflow: hidden;
  color: #0b0d0c;
  background:
    radial-gradient(circle at 50% 61%, rgba(0, 235, 28, 0.09) 0, rgba(0, 235, 28, 0.035) 22%, transparent 46%),
    linear-gradient(180deg, #f8f8f6 0%, #f2f3f0 100%);
  border: 0;
  border-radius: 0 0 28px 28px;
  box-shadow: inset 0 -1px 0 rgba(20, 31, 23, 0.07);
}

#einblick .ai-intro-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: calc(100svh - 72px - clamp(144px, 15vw, 222px));
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#einblick .ai-intro-eyebrow {
  margin: 0 0 clamp(28px, 3vw, 42px);
  color: #00c918;
  font-size: clamp(0.72rem, 0.95vw, 0.9rem);
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#einblick .ai-intro-inner h2 {
  margin: 0;
  color: #090b09;
  font-size: clamp(3rem, 5.6vw, 6.4rem);
  font-weight: 690;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

#einblick .ai-intro-inner h2 span {
  display: block;
}

#einblick .ai-intro-copy {
  margin: clamp(32px, 3.7vw, 52px) 0 0;
  color: #111411;
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: -0.022em;
}

#einblick .ai-intro-logo {
  display: block;
  width: min(55vw, 720px);
  height: auto;
  margin: clamp(52px, 6vw, 86px) auto clamp(52px, 6vw, 82px);
  object-fit: contain;
}

#einblick .ai-intro-link {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  color: #313632;
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
}

#einblick .ai-intro-arrow {
  color: #00eb1c;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 0.7;
  transition: transform 260ms ease;
}

#einblick .ai-intro-link:hover .ai-intro-arrow,
#einblick .ai-intro-link:focus-visible .ai-intro-arrow {
  transform: translateY(7px);
}

@media (max-width: 760px) {
  #einblick.ai-intro-section,
  body[data-theme="light"] #einblick.ai-intro-section {
    min-height: calc(100svh - 66px);
    padding: 72px 0 58px;
    border-radius: 0 0 20px 20px;
  }

  #einblick .ai-intro-inner {
    min-height: calc(100svh - 196px);
  }

  #einblick .ai-intro-eyebrow {
    margin-bottom: 24px;
    font-size: 0.66rem;
  }

  #einblick .ai-intro-inner h2 {
    font-size: clamp(2.35rem, 12vw, 4rem);
    line-height: 0.98;
  }

  #einblick .ai-intro-copy {
    max-width: 32rem;
    margin-top: 26px;
    font-size: clamp(0.9rem, 3.8vw, 1.05rem);
  }

  #einblick .ai-intro-copy br {
    display: none;
  }

  #einblick .ai-intro-logo {
    width: min(82vw, 520px);
    margin: 48px auto 54px;
  }

  #einblick .ai-intro-link {
    gap: 15px;
    font-size: 0.68rem;
  }

  #einblick .ai-intro-arrow {
    font-size: 3rem;
  }
}

.process-video-section {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #f2f3ef;
}

.process-video-section .process-scroll-video {
  object-fit: cover;
  object-position: center;
}

.process-video-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(28px, 7vw, 120px);
  width: min(650px, 44vw);
  padding: clamp(24px, 2.6vw, 38px);
  color: #102018;
  --copy-y: 34px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.72), transparent 35%),
    radial-gradient(circle at 88% 92%, rgba(127, 165, 141, 0.2), transparent 44%),
    linear-gradient(135deg, rgba(248, 251, 247, 0.58), rgba(232, 241, 234, 0.3));
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 26px;
  box-shadow:
    0 22px 60px rgba(31, 48, 38, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(92, 126, 104, 0.14);
  backdrop-filter: blur(20px) saturate(145%) contrast(104%);
  -webkit-backdrop-filter: blur(20px) saturate(145%) contrast(104%);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, calc(-50% + var(--copy-y)), 0);
  will-change: opacity, transform, filter;
}

.process-video-copy::before {
  position: absolute;
  z-index: 0;
  inset: -45%;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.28) 48%, transparent 58%);
  transform: translate3d(-28%, 0, 0) rotate(7deg);
  animation: process-liquid-glint 9s ease-in-out infinite alternate;
  content: "";
  pointer-events: none;
}

.process-video-copy > * {
  position: relative;
  z-index: 1;
}

@keyframes process-liquid-glint {
  to {
    transform: translate3d(28%, 0, 0) rotate(7deg);
  }
}

.process-video-copy .eyebrow {
  margin: 0 0 14px;
  color: #527462;
}

.process-video-copy h2 {
  max-width: none;
  margin: 0 0 18px;
  color: #0c1711;
  font-size: clamp(2rem, 2.8vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.process-video-copy h2 span {
  display: block;
  white-space: nowrap;
}

.process-video-copy > p:not(.eyebrow) {
  max-width: 46ch;
  margin: 0;
  color: #526158;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  line-height: 1.65;
}

.process-video-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.process-video-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #21342a;
  font-size: 0.88rem;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  will-change: opacity, transform;
}

.process-video-points span::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #7fa58d;
  box-shadow: 0 0 0 4px rgba(127, 165, 141, 0.14);
  content: "";
}

@media (max-width: 760px) {
  .process-video-copy {
    top: auto;
    right: 18px;
    bottom: 24px;
    left: 18px;
    width: auto;
    max-height: 64svh;
    padding: 22px;
    border-radius: 22px;
    transform: translate3d(0, var(--copy-y), 0);
  }

  .process-video-copy h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .process-video-copy h2 span {
    white-space: normal;
  }

  .process-video-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 18px;
  }
}

.hero.animation-hero .hero-stage,
body[data-theme="light"] .hero.animation-hero .hero-stage {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hero.animation-hero .hero-device {
  opacity: 0;
  visibility: hidden;
}

.hero.animation-hero .signal-grid,
body[data-theme="light"] .hero.animation-hero .signal-grid {
  inset: 7%;
  border-radius: 28px;
  opacity: 0.16;
  mask-image: radial-gradient(ellipse at center, black 18%, transparent 72%);
  animation: none;
}

.hero.animation-hero .card-scan-line,
.hero.animation-hero .processing-lines span {
  animation: none;
}

.hero.animation-hero .hero-device {
  filter: drop-shadow(0 28px 48px rgba(43, 66, 51, 0.16));
}

.hero.animation-hero .hero-device::before {
  background: radial-gradient(ellipse at center, rgba(127, 165, 141, 0.16), transparent 65%);
  filter: blur(20px);
}

.hero.animation-hero .pipeline-card,
body[data-theme="light"] .hero.animation-hero .pipeline-card {
  border: 1px solid rgba(127, 165, 141, 0.28);
  border-radius: 14px;
  color: #15231a;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(127, 165, 141, 0.12)),
    rgba(247, 249, 245, 0.72);
  box-shadow:
    0 18px 46px rgba(50, 77, 59, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(1.12);
}

.hero.animation-hero .pipeline-card .panel-kicker {
  color: #557c63;
  letter-spacing: 0.1em;
}

.hero.animation-hero .validation-list span,
body[data-theme="light"] .hero.animation-hero .validation-list span {
  background: rgba(127, 165, 141, 0.1);
}

.hero.animation-hero .processing-lines span,
.hero.animation-hero .upload-progress,
body[data-theme="light"] .hero.animation-hero .processing-lines span,
body[data-theme="light"] .hero.animation-hero .upload-progress {
  background: rgba(72, 102, 82, 0.11);
}

.hero.animation-hero .upload-progress span {
  background: linear-gradient(90deg, #668c73, #7fa58d, #a7c3b0);
  box-shadow: 0 0 16px rgba(127, 165, 141, 0.28);
}

.hero.animation-hero .validation-list i,
.hero.animation-hero .export-status i {
  background: #7fa58d;
  box-shadow: 0 0 14px rgba(127, 165, 141, 0.32);
}

@media (min-width: 761px) {
  .hero.animation-hero .hero-visual-inner {
    --pipeline-card-width: min(200px, 21.5%);
  }

  .hero.animation-hero .hero-visual-inner .hero-device {
    width: min(520px, 54%);
  }

  .hero.animation-hero .pipeline-card.upload-card {
    top: 54px;
    left: 0;
  }

  .hero.animation-hero .processing-card {
    top: 54px;
    right: 0;
  }

  .hero.animation-hero .validation-card {
    left: 0;
    bottom: 54px;
  }

  .hero.animation-hero .export-card {
    right: 0;
    bottom: 54px;
  }
}

/* Product menu: anchored directly below "Produkte". */
.nav-product {
  display: contents;
}

.nav-product-link {
  cursor: pointer;
}

.nav-placeholder-link {
  cursor: pointer;
}

@media (min-width: 761px) {
  .site-header .nav-product {
    position: relative;
    display: flex;
    height: 72px;
    align-items: center;
  }

  .site-header .nav-product-link,
  body[data-theme="light"] .site-header .nav-product-link {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    min-height: 34px;
    padding: 0;
    align-items: center;
    color: #151915;
    background: transparent;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    font-family: inherit;
    font-size: clamp(0.73rem, 0.74vw, 0.83rem);
    font-weight: 520;
    line-height: 1;
    letter-spacing: normal;
    text-decoration: none;
    transform: none;
  }

  .site-header .nav-product-link::before {
    position: absolute;
    top: 50%;
    right: -11px;
    left: -11px;
    z-index: -1;
    height: 34px;
    content: "";
    border: 1px solid rgba(80, 123, 94, 0);
    border-radius: 999px;
    background: rgba(127, 165, 141, 0);
    opacity: 0;
    transform: translateY(-50%) scale(0.9);
    transition: opacity 220ms ease, transform 300ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease;
  }

  .site-header .nav-product:hover .nav-product-link::before,
  .site-header .nav-product:focus-within .nav-product-link::before {
    background: rgba(127, 165, 141, 0.13);
    border-color: rgba(80, 123, 94, 0.13);
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }

  .site-header .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-product-dropdown {
    position: absolute;
    top: calc(100% - 7px);
    left: 50%;
    z-index: 30;
    display: grid;
    width: 370px;
    padding: 10px;
    gap: 4px;
    background: linear-gradient(145deg, rgba(255, 255, 253, 0.99), rgba(243, 246, 241, 0.99));
    border: 1px solid rgba(31, 48, 37, 0.11);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(38, 50, 41, 0.14), 0 4px 16px rgba(38, 50, 41, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.94);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -8px) scale(0.98);
    transform-origin: top center;
    transition: opacity 190ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1), visibility 320ms;
  }

  .site-header .nav-product:hover .nav-product-dropdown,
  .site-header .nav-product:focus-within .nav-product-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
  }

  .site-header .nav-product-dropdown::before {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    height: 14px;
    content: "";
  }

  .site-header .nav-product-option,
  body[data-theme="light"] .site-header .nav-product-option {
    display: grid;
    min-height: 78px;
    padding: 13px 14px;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    justify-content: initial;
    gap: 12px;
    color: #1a1e1b;
    text-decoration: none;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 11px;
    box-shadow: none;
    transform: none;
    transition: background-color 220ms ease, border-color 220ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .site-header .nav-product-option:hover,
  .site-header .nav-product-option:focus-visible,
  body[data-theme="light"] .site-header .nav-product-option:hover,
  body[data-theme="light"] .site-header .nav-product-option:focus-visible {
    color: #193c25;
    background: rgba(127, 165, 141, 0.12);
    border-color: rgba(81, 124, 95, 0.12);
    box-shadow: none;
    transform: translateX(2px);
    outline: none;
  }

  .site-header .nav-product-copy {
    display: grid;
    gap: 5px;
  }

  .site-header .nav-product-copy strong {
    color: #1a1e1b;
    font-size: 0.91rem;
    font-weight: 630;
    letter-spacing: -0.025em;
  }

  .site-header .nav-product-copy small {
    display: block;
    color: #6c746f;
    font-size: 0.72rem;
    font-weight: 450;
    line-height: 1.35;
  }

  .site-header .nav-product-option-disabled,
  body[data-theme="light"] .site-header .nav-product-option-disabled,
  .site-header .nav-product-option-disabled:hover {
    cursor: default;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    opacity: 0.72;
    transform: none;
  }
}

/* Linear-inspired product dropdown, adapted to the warm RIVER interface. */
.nav-product-dropdown {
  display: none;
}

@media (min-width: 761px) {
  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    position: relative;
  }

  .nav-product-link {
    gap: 5px;
  }

  .nav-product-chevron {
    display: inline-block;
    margin-top: -3px;
    color: #69726c;
    font-size: 0.82rem;
    transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .nav-product-dropdown {
    position: absolute;
    top: 60px;
    left: -30px;
    display: grid;
    width: 370px;
    padding: 10px;
    gap: 4px;
    color: #161a17;
    background:
      linear-gradient(145deg, rgba(255, 255, 253, 0.985), rgba(243, 246, 241, 0.98));
    border: 1px solid rgba(31, 48, 37, 0.11);
    border-radius: 16px;
    box-shadow:
      0 24px 60px rgba(38, 50, 41, 0.14),
      0 4px 16px rgba(38, 50, 41, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.94);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top left;
    transition:
      opacity 190ms ease,
      transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 320ms;
  }

  .nav-links:has(.nav-product-link:hover, .nav-product-link:focus-visible, .nav-product-dropdown:hover, .nav-product-dropdown:focus-within) .nav-product-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .nav-links:has(.nav-product-link:hover, .nav-product-link:focus-visible, .nav-product-dropdown:hover, .nav-product-dropdown:focus-within) .nav-product-chevron {
    transform: rotate(180deg);
  }

  .nav-product-dropdown::before {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    height: 14px;
    content: "";
  }

  .nav-product-option {
    display: grid;
    min-height: 78px;
    padding: 13px 14px;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: #1a1e1b;
    text-decoration: none;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 11px;
    transition:
      color 200ms ease,
      background-color 220ms ease,
      border-color 220ms ease,
      transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .nav-product-option:hover,
  .nav-product-option:focus-visible {
    color: #193c25;
    background: rgba(127, 165, 141, 0.12);
    border-color: rgba(81, 124, 95, 0.12);
    transform: translateX(2px);
    outline: none;
  }

  .nav-product-symbol {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: #214c2d;
    background: rgba(127, 165, 141, 0.13);
    border: 1px solid rgba(71, 117, 86, 0.15);
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 720;
    letter-spacing: -0.02em;
  }

  .nav-product-copy {
    display: grid;
    gap: 5px;
  }

  .nav-product-copy strong {
    font-size: 0.91rem;
    font-weight: 630;
    letter-spacing: -0.025em;
  }

  .nav-product-copy small {
    color: #6c746f;
    font-size: 0.72rem;
    font-weight: 450;
    line-height: 1.35;
  }

  .nav-product-arrow {
    color: #50735b;
    font-size: 1rem;
    opacity: 0;
    transform: translateX(-5px);
    transition:
      opacity 200ms ease,
      transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .nav-product-option:hover .nav-product-arrow,
  .nav-product-option:focus-visible .nav-product-arrow {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 760px) {
  .brand,
  body[data-theme="light"] .brand {
    width: 116px;
  }

  .brand-logo,
  body[data-theme="light"] .brand-logo {
    width: 108px;
  }

  .minimal-hero {
    background-position: 61% center;
    background-size: cover;
  }

  .minimal-hero-inner {
    padding-top: 150px;
  }

  .site-header,
  body[data-theme="light"] .site-header {
    grid-template-columns: 1fr auto 1fr;
    width: min(100% - 32px, 1160px);
    padding-block: 14px;
  }

  .header-demo {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.75rem;
  }

  .header-demo span {
    display: none;
  }

  .nav-links,
  body[data-theme="light"] .nav-links {
    top: 56px;
    gap: 0;
    padding: 10px 16px;
  }

  .split-section,
  .dashboard-section,
  .contact-section,
  .workflow-section,
  .pricing-section,
  .hero.animation-hero {
    padding-block: 88px;
  }
}

@layer legacy {
* {
  box-sizing: border-box;
}

.temporarily-hidden {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(135deg, #020705 0%, #07130e 54%, #0d120c 100%);
  overflow-x: hidden;
  transition:
    background 0.55s ease,
    color 0.45s ease;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background: rgba(8, 125, 51, 0.018);
  opacity: 0.62;
}

.ai-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.58;
  mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 70%, transparent 100%);
}

.ai-background::before,
.ai-background::after {
  position: absolute;
  inset: -12%;
  content: "";
  background:
    radial-gradient(ellipse 28rem 15rem at var(--x, 50vw) var(--y, 30vh), rgba(18, 184, 81, 0.055), transparent 62%),
    radial-gradient(ellipse 34rem 18rem at 72% 36%, rgba(18, 184, 81, 0.055), transparent 62%);
  background-size: auto, auto, 700px 460px, 760px 500px;
  animation: dataDrift 36s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.ai-background::after {
  background:
    radial-gradient(ellipse 28rem 11rem at 70% 38%, transparent 0 58%, rgba(18, 184, 81, 0.038) 58.4%, transparent 59.2%),
    radial-gradient(ellipse 22rem 9rem at 76% 46%, transparent 0 52%, rgba(53, 213, 255, 0.03) 52.4%, transparent 53.2%);
  background-size: auto, auto;
  opacity: 0.46;
  animation: meshFloat 34s ease-in-out infinite alternate;
}

.flow-line {
  position: absolute;
  height: 1px;
  background: rgba(8, 125, 51, 0.3);
  box-shadow: 0 0 12px rgba(18, 184, 81, 0.045);
  opacity: 0.34;
  transform-origin: left center;
  animation: flowPulse 12s ease-in-out infinite;
}

.flow-line::after {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: rgba(18, 184, 81, 0.86);
  box-shadow: 0 0 14px rgba(18, 184, 81, 0.42);
  transform: translate(-50%, -50%);
  animation: nodeTravel 14s ease-in-out infinite;
}

.flow-a {
  left: 54%;
  top: 30%;
  width: 32vw;
  transform: rotate(-11deg);
}

.flow-b {
  right: 38%;
  top: 43%;
  width: 34vw;
  transform: rotate(8deg);
  animation-delay: -4s;
}

.flow-c {
  left: 58%;
  top: 58%;
  width: 28vw;
  transform: rotate(15deg);
  animation-delay: -8s;
}

.flow-b::after {
  animation-delay: -5s;
}

.flow-c::after {
  animation-delay: -9s;
}

.bg-node {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(18, 184, 81, 0.42);
  box-shadow: 0 0 14px rgba(18, 184, 81, 0.28);
  animation: nodeBlink 7s ease-in-out infinite;
}

.file-ghost {
  position: absolute;
  width: 82px;
  height: 108px;
  border: 1px solid rgba(18, 184, 81, 0.065);
  border-radius: 7px;
  opacity: 0;
  animation: fileGhost 24s ease-in-out infinite;
}

.file-ghost::before {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  content: "";
  border-left: 1px solid rgba(18, 184, 81, 0.065);
  border-bottom: 1px solid rgba(18, 184, 81, 0.065);
  border-radius: 0 7px 0 4px;
}

.file-ghost i {
  position: absolute;
  left: 13px;
  right: 13px;
  height: 1px;
  border-radius: 999px;
  background: rgba(18, 184, 81, 0.065);
}

.invoice-ghost {
  left: 73%;
  top: 44%;
}

.invoice-ghost i:nth-child(1) {
  top: 34px;
}

.invoice-ghost i:nth-child(2) {
  top: 52px;
  right: 26px;
}

.invoice-ghost i:nth-child(3) {
  top: 70px;
}

.xml-ghost {
  left: 58%;
  top: 64%;
  width: 92px;
  height: 80px;
  animation-delay: -13s;
}

.xml-ghost i {
  height: auto;
  background: transparent;
  color: rgba(18, 184, 81, 0.07);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.72rem;
  font-style: normal;
}

.xml-ghost i:nth-child(1) {
  top: 26px;
}

.xml-ghost i:nth-child(2) {
  top: 46px;
}

.node-a {
  left: 59%;
  top: 28%;
}

.node-b {
  left: 76%;
  top: 34%;
  animation-delay: -1.4s;
}

.node-c {
  left: 64%;
  top: 58%;
  background: rgba(53, 213, 255, 0.5);
  box-shadow: 0 0 18px rgba(53, 213, 255, 0.34);
  animation-delay: -2.6s;
}

.node-d {
  left: 83%;
  top: 55%;
  animation-delay: -3.8s;
}

.comet {
  position: absolute;
  left: var(--start-x);
  top: var(--start-y);
  display: block;
  width: var(--dot-size, 5px);
  height: var(--dot-size, 5px);
  border-radius: 50%;
  background: rgba(18, 184, 81, 0.82);
  box-shadow:
    0 0 10px rgba(18, 184, 81, 0.48),
    0 0 22px rgba(18, 184, 81, 0.18);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.8);
  animation: cometMove var(--comet-duration, 18s) cubic-bezier(0.42, 0, 0.22, 1) infinite;
  animation-delay: var(--comet-delay, 0s);
  will-change: transform, opacity;
}

.comet::before {
  position: absolute;
  right: calc(var(--dot-size, 5px) / 2);
  top: 50%;
  width: var(--tail, 76px);
  height: 1px;
  content: "";
  border-radius: 999px;
  background: rgba(8, 125, 51, 0.28);
  filter: drop-shadow(0 0 8px rgba(18, 184, 81, 0.22));
  opacity: 0.78;
  transform: translateY(-50%) rotate(var(--tail-angle, 0deg));
  transform-origin: right center;
}

.comet-a {
  --start-x: 54%;
  --start-y: 23%;
  --mid-x: 78px;
  --mid-y: 42px;
  --move-x: 176px;
  --move-y: 94px;
  --tail: 84px;
  --tail-angle: 26deg;
  --comet-duration: 19s;
  --comet-delay: -2s;
}

.comet-b {
  --start-x: 78%;
  --start-y: 31%;
  --mid-x: -92px;
  --mid-y: 58px;
  --move-x: -214px;
  --move-y: 128px;
  --tail: 68px;
  --tail-angle: -31deg;
  --dot-size: 4px;
  --comet-duration: 23s;
  --comet-delay: -9s;
}

.comet-c {
  --start-x: 62%;
  --start-y: 61%;
  --mid-x: 118px;
  --mid-y: -34px;
  --move-x: 246px;
  --move-y: -72px;
  --tail: 92px;
  --tail-angle: -17deg;
  --comet-duration: 21s;
  --comet-delay: -14s;
}

.comet-d {
  --start-x: 86%;
  --start-y: 54%;
  --mid-x: -64px;
  --mid-y: -78px;
  --move-x: -156px;
  --move-y: -156px;
  --tail: 62px;
  --tail-angle: 45deg;
  --dot-size: 4px;
  --comet-duration: 27s;
  --comet-delay: -5s;
}

.comet-e {
  --start-x: 48%;
  --start-y: 44%;
  --mid-x: 52px;
  --mid-y: -62px;
  --move-x: 138px;
  --move-y: -142px;
  --tail: 58px;
  --tail-angle: -48deg;
  --dot-size: 4px;
  --comet-duration: 25s;
  --comet-delay: -18s;
}

.comet-f {
  --start-x: 72%;
  --start-y: 72%;
  --mid-x: -88px;
  --mid-y: -28px;
  --move-x: -196px;
  --move-y: -52px;
  --tail: 74px;
  --tail-angle: 15deg;
  --comet-duration: 29s;
  --comet-delay: -11s;
}

a {
  color: inherit;
  text-decoration: none;
}

.cursor-glow {
  position: fixed;
  left: var(--x, 50vw);
  top: var(--y, 30vh);
  z-index: -1;
  width: 24rem;
  height: 24rem;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(18, 184, 81, 0.13), rgba(18, 184, 81, 0.045) 34%, transparent 68%);
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  transition: opacity 0.2s ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1160px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(18, 184, 81, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(7, 19, 13, 0.92), rgba(2, 8, 5, 0.82)),
    rgba(2, 8, 5, 0.88);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 40px;
  border: 1px solid rgba(18, 184, 81, 0.35);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 45%, rgba(18, 184, 81, 0.2), transparent 62%),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 0 28px rgba(18, 184, 81, 0.14),
    inset 0 0 18px rgba(18, 184, 81, 0.08);
  overflow: hidden;
}

.brand-logo {
  width: 86px;
  max-height: 28px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(18, 184, 81, 0.45));
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.light-logo {
  position: absolute;
  width: 49px;
  opacity: 0;
  transform: scale(0.88);
}

body[data-theme="light"] .dark-logo {
  opacity: 0;
  transform: scale(0.9);
}

body[data-theme="light"] .light-logo {
  opacity: 1;
  transform: scale(1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.94rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #c4d1ca;
  font-weight: 750;
  transition:
    color 0.32s ease,
    background 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    transform 0.32s ease;
}

.nav-links a:hover {
  border-color: rgba(18, 184, 81, 0.24);
  color: #f4fff7;
  background:
    linear-gradient(135deg, rgba(18, 184, 81, 0.14), rgba(8, 125, 51, 0.16)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: var(--text);
  background: transparent;
  cursor: pointer;
}

.toggle-track {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 132px;
  height: 42px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.16);
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.theme-toggle:hover .toggle-track {
  border-color: rgba(18, 184, 81, 0.48);
  box-shadow:
    0 0 24px rgba(18, 184, 81, 0.16),
    inset 0 0 18px rgba(0, 0, 0, 0.12);
}

.toggle-thumb {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 60px;
  height: 32px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 8px 22px rgba(18, 184, 81, 0.28);
  transition:
    transform 0.34s cubic-bezier(0.2, 0.85, 0.25, 1.12),
    background 0.25s ease;
}

.toggle-label {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  transition: color 0.25s ease;
}

.toggle-label.dark {
  color: #021407;
}

.header-cta,
.button,
.price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
}

.header-cta,
.button.primary,
.price-card a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --btn-x: 50%;
  --btn-y: 50%;
  border: 1px solid rgba(18, 184, 81, 0.18);
  color: #ffffff;
  background: var(--cta-gradient);
  box-shadow:
    0 12px 34px rgba(8, 125, 51, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(0);
  transition:
    background 0.46s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.46s cubic-bezier(0.2, 0.8, 0.2, 1),
    color 0.46s cubic-bezier(0.2, 0.8, 0.2, 1),
    backdrop-filter 0.46s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.46s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.46s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.header-cta::before,
.button.primary::before,
.price-card a::before {
  display: none;
}

.header-cta::after,
.button.primary::after,
.price-card a::after {
  position: absolute;
  inset: -1px;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at var(--btn-x) var(--btn-y), rgba(216, 255, 224, 0.42), rgba(18, 184, 81, 0.18) 28%, transparent 58%);
  opacity: 0;
  transition: opacity 0.36s ease;
}

.header-cta:hover,
.button.primary:hover,
.price-card a:hover {
  border-color: rgba(18, 184, 81, 0.38);
  color: #ffffff;
  background: var(--cta-gradient);
  backdrop-filter: blur(0);
  box-shadow:
    0 20px 46px rgba(3, 63, 26, 0.4),
    0 0 0 1px rgba(18, 184, 81, 0.1),
    0 0 28px rgba(18, 184, 81, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(18, 184, 81, 0.16);
  transform: translateY(-1px);
}

.header-cta:hover::before,
.button.primary:hover::before,
.price-card a:hover::before {
  display: none;
}

.header-cta:hover::after,
.button.primary:hover::after,
.price-card a:hover::after {
  opacity: 1;
}

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

.minimal-hero {
  position: relative;
  isolation: isolate;
  min-height: max(760px, calc(100vh - 88px));
  margin-top: 18px;
  color: #101310;
  background:
    radial-gradient(circle at 78% 34%, rgba(130, 190, 150, 0.1), transparent 27%),
    linear-gradient(135deg, #f9f8f5 0%, #f3f2ee 58%, #eeeee9 100%);
  overflow: hidden;
}

.minimal-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 19%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(210, 211, 203, 0.24));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.75);
}

.minimal-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(430px, 1.16fr);
  align-items: center;
  min-height: inherit;
  padding-block: clamp(88px, 12vh, 150px) 70px;
}

.minimal-hero-copy {
  z-index: 2;
  align-self: center;
  max-width: 560px;
  padding-bottom: 8vh;
}

.minimal-hero-copy h1 {
  max-width: none;
  margin-bottom: 34px;
  color: #0d100e;
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  font-weight: 390;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.minimal-hero-copy p {
  max-width: 510px;
  margin-bottom: 30px;
  color: #5f645f;
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  line-height: 1.65;
}

.minimal-hero-link {
  --liquid-x: 50%;
  --liquid-y: 50%;
  --shadow-x: 0px;
  --shadow-y: 14px;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(127, 165, 141, 0.58);
  border-radius: 999px;
  color: #173c26;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(127, 165, 141, 0.22) 48%, rgba(255, 255, 255, 0.28)),
    rgba(127, 165, 141, 0.2);
  box-shadow:
    var(--shadow-x) var(--shadow-y) 34px rgba(63, 91, 73, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(74, 113, 88, 0.2);
  backdrop-filter: blur(16px) saturate(1.3);
  overflow: hidden;
  font-size: 0.94rem;
  font-weight: 580;
  transition: gap 0.42s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s ease, box-shadow 0.42s ease;
}

.minimal-hero-link::before {
  position: absolute;
  inset: -70% -22%;
  z-index: -1;
  content: "";
  border-radius: 45%;
  background:
    radial-gradient(circle at var(--liquid-x) var(--liquid-y), rgba(255, 255, 255, 0.82), transparent 20%),
    radial-gradient(circle at 28% 42%, rgba(255, 255, 255, 0.72), transparent 24%),
    radial-gradient(circle at 70% 58%, rgba(127, 165, 141, 0.72), transparent 34%);
  filter: blur(8px);
  opacity: 0.7;
  animation: liquidGlassFlow 7s ease-in-out infinite alternate;
}

.minimal-hero-link::after {
  position: absolute;
  top: 3px;
  left: 14%;
  width: 54%;
  height: 1px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  opacity: 0.78;
}

.minimal-hero-link span {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 0;
}

.minimal-hero-link:hover {
  gap: 25px;
  color: #0c2f1a;
  border-color: rgba(127, 165, 141, 0.9);
  box-shadow:
    var(--shadow-x) var(--shadow-y) 46px rgba(63, 91, 73, 0.28),
    0 0 0 5px rgba(127, 165, 141, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(74, 113, 88, 0.26);
  transform: translateY(-3px) scale(1.015);
}

@keyframes liquidGlassFlow {
  0% {
    transform: translate3d(-7%, -3%, 0) rotate(-6deg) scale(1);
  }
  50% {
    transform: translate3d(6%, 4%, 0) rotate(4deg) scale(1.08);
  }
  100% {
    transform: translate3d(-1%, 8%, 0) rotate(-2deg) scale(1.03);
  }
}

.glass-growth {
  position: relative;
  align-self: stretch;
  min-height: 650px;
  perspective: 1000px;
}

.glass-floor {
  position: absolute;
  right: -10%;
  bottom: 4%;
  width: 102%;
  height: 22%;
  background: radial-gradient(ellipse at 48% 0%, rgba(78, 126, 91, 0.2), transparent 67%);
  filter: blur(13px);
  opacity: 0.58;
  transform: skewX(-18deg);
}

.glass-column {
  position: absolute;
  bottom: 8%;
  width: clamp(116px, 12.5vw, 178px);
  border: 1px solid rgba(35, 128, 70, 0.42);
  background:
    linear-gradient(90deg, rgba(72, 184, 109, 0.26), rgba(255, 255, 255, 0.12) 20%, rgba(236, 255, 241, 0.18) 70%, rgba(53, 164, 91, 0.32)),
    linear-gradient(180deg, rgba(206, 244, 217, 0.24), rgba(69, 176, 105, 0.2));
  box-shadow:
    inset 13px 0 20px rgba(29, 135, 65, 0.08),
    inset -16px 0 22px rgba(23, 130, 60, 0.1),
    18px 24px 32px rgba(42, 83, 52, 0.09);
  backdrop-filter: blur(3px);
  transform: skewY(-0.7deg);
  transform-origin: bottom;
  animation: glassRise 1.15s cubic-bezier(0.18, 0.78, 0.22, 1) both;
}

.glass-column::before {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -18px;
  height: 18px;
  content: "";
  border: 1px solid rgba(39, 128, 70, 0.42);
  background: linear-gradient(145deg, rgba(219, 247, 226, 0.55), rgba(74, 168, 103, 0.28));
  clip-path: polygon(0 100%, 18% 0, 83% 0, 100% 100%);
}

.glass-column::after {
  position: absolute;
  left: 15%;
  top: 1%;
  bottom: 0;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 4px 0 18px rgba(255, 255, 255, 0.44);
}

.glass-column-small {
  left: 4%;
  height: 37%;
  animation-delay: 0.08s;
}

.glass-column-medium {
  left: 38%;
  height: 61%;
  animation-delay: 0.2s;
}

.glass-column-large {
  right: 1%;
  height: 87%;
  animation-delay: 0.32s;
}

.hero.animation-hero {
  display: block;
  min-height: 100vh;
  padding: clamp(72px, 10vh, 110px) 0;
}

.hero.animation-hero::before {
  inset: 0 calc((100vw - min(1160px, calc(100vw - 32px))) / -2);
}

.hero.animation-hero .hero-stage {
  width: min(940px, 100%);
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: 54px;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 74px 0 88px;
}

@keyframes glassRise {
  from {
    opacity: 0;
    transform: scaleY(0.2) translateY(40px) skewY(-0.7deg);
  }
  to {
    opacity: 1;
    transform: scaleY(1) translateY(0) skewY(-0.7deg);
  }
}

.hero-pin-wrapper {
  position: relative;
}

.native-pinned-hero {
  position: sticky;
  top: 0;
  z-index: 2;
}

.hero::before {
  position: absolute;
  inset: -42px calc((100vw - min(1160px, calc(100vw - 32px))) / -2) -18px;
  z-index: 0;
  content: "";
  background:
    radial-gradient(ellipse 58rem 28rem at 74% 45%, rgba(18, 184, 81, 0.075), transparent 68%),
    radial-gradient(ellipse 44rem 22rem at 16% 40%, rgba(53, 213, 255, 0.028), transparent 64%),
    linear-gradient(180deg, rgba(9, 25, 18, 0.72), rgba(5, 14, 10, 0.28) 58%, transparent 100%);
  pointer-events: none;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero > *,
.split-section > *,
.dashboard-section > *,
.contact-section > *,
.workflow-grid > *,
.pricing-grid > *,
.feature-grid > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
p,
a,
span {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1 {
  max-width: 840px;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 5.7vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-title {
  max-width: 720px;
  font-size: clamp(2.25rem, 4.6vw, 4.4rem);
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: normal;
}

h2 {
  margin-bottom: 22px;
  max-width: 880px;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.balanced-heading {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.1;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.workflow-card h3,
.feature-grid h3 {
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.22;
}

.workflow-card h3,
.feature-grid h3 {
  font-size: clamp(0.88rem, 0.78vw, 1rem);
}

.workflow-card h3 {
  white-space: nowrap;
}

.feature-grid h3 {
  white-space: normal;
  text-wrap: balance;
}

.hero-lede,
.section-intro p,
.copy-block p,
.contact-copy p {
  color: #cbd8d0;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 28px;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip span,
.dashboard-points span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #d8e7df;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.9rem;
}

.hero-stage {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03)),
    rgba(3, 12, 8, 0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.signal-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 23%, rgba(15, 163, 74, 0.2) 24%, transparent 25%),
    linear-gradient(transparent 0 39%, rgba(15, 163, 74, 0.16) 40%, transparent 41%),
    linear-gradient(rgba(18, 184, 81, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 184, 81, 0.075) 1px, transparent 1px);
  background-size: 110px 110px, 110px 110px, 55px 55px, 55px 55px;
  animation: drift 18s linear infinite;
  opacity: 0.62;
}

.hero-device {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: min(620px, 112%);
  aspect-ratio: 3 / 2;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 34px 80px rgba(0, 0, 0, 0.46));
}

.hero-device::before {
  position: absolute;
  inset: 12% 8% 2%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 184, 81, 0.22), transparent 66%);
  filter: blur(10px);
}

.hero-device img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.orbit {
  position: absolute;
  inset: -34px;
  border: 1px solid rgba(18, 184, 81, 0.36);
  border-radius: 50%;
  animation: spin 14s linear infinite;
}

.orbit-two {
  inset: -76px;
  border-color: rgba(53, 213, 255, 0.28);
  animation-duration: 22s;
  animation-direction: reverse;
}

.pulse-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 24px var(--green);
}

.dot-a {
  top: 14%;
  left: 24%;
}

.dot-b {
  right: 16%;
  bottom: 20%;
  background: var(--cyan);
  box-shadow: 0 0 24px var(--cyan);
}

.dot-c {
  left: 18%;
  bottom: 30%;
  background: var(--amber);
  box-shadow: 0 0 24px var(--amber);
}

.floating-panel,
.document-card,
.analysis-card,
.metric-stack,
.dashboard-visual,
.price-card,
.workflow-card,
.feature-grid article,
.contact-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.floating-panel {
  position: absolute;
  width: min(245px, 45%);
  padding: 18px;
}

.document-card {
  position: absolute;
  width: min(235px, 42%);
  padding: 18px;
  overflow: hidden;
}

.document-card::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px dashed rgba(18, 184, 81, 0.28);
  border-radius: 7px;
  opacity: 0.55;
  pointer-events: none;
}

.analysis-card {
  position: absolute;
  left: 50%;
  bottom: 112px;
  z-index: 2;
  width: 210px;
  padding: 16px;
  transform: translateX(-50%);
  animation: aiPulse 3.2s ease-in-out infinite;
}

.analysis-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.analysis-card strong {
  display: block;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.35;
}

.processing-device::after {
  position: absolute;
  inset: 28% 23%;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(18, 184, 81, 0.22), transparent 64%);
  filter: blur(8px);
  animation: processingGlow 2.8s ease-in-out infinite;
}

.panel-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.floating-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.floating-panel small {
  color: #c8d6cf;
}

.upload-card {
  top: 70px;
  left: 28px;
  z-index: 3;
  animation: float 5s ease-in-out infinite;
}

.booking-card {
  right: 24px;
  bottom: 62px;
  z-index: 3;
  animation: float 5.8s ease-in-out infinite;
}

.booking-card::after {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.invoice-lines,
.booking-rows {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.invoice-lines span {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.invoice-lines span:nth-child(1) {
  width: 88%;
}

.invoice-lines span:nth-child(2) {
  width: 64%;
}

.invoice-lines span:nth-child(3) {
  width: 76%;
}

.scan-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #045322, #087d33, #0fa34a, transparent);
  box-shadow: 0 0 24px rgba(18, 184, 81, 0.58);
  animation: scanDocument 2.8s ease-in-out infinite;
}

.booking-rows span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #dce9e2;
  background: rgba(255, 255, 255, 0.075);
  font-size: 0.88rem;
}

.booking-rows b {
  color: var(--green);
}

.process-flow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.process-flow span {
  position: absolute;
  top: 50%;
  width: 28%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(4, 83, 34, 0.78), rgba(8, 125, 51, 0.92), transparent);
  box-shadow: 0 0 18px rgba(18, 184, 81, 0.34);
  opacity: 0.85;
  transform-origin: left center;
}

.process-flow span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 20px var(--green);
  transform: translate(-50%, -50%);
  animation: flowDot 2.4s linear infinite;
}

.process-flow span::before {
  position: absolute;
  right: -2px;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid rgba(18, 184, 81, 0.9);
  border-right: 2px solid rgba(18, 184, 81, 0.9);
  transform: translateY(-50%) rotate(45deg);
}

.process-flow span:first-child {
  left: 19%;
  transform: rotate(10deg);
}

.process-flow span:last-child {
  right: 18%;
  transform: rotate(-12deg);
}

.process-flow span:last-child::after {
  animation-delay: 1.1s;
}

.progress-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.progress-track span {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #045322, #087d33, #0fa34a);
  animation: load 2.6s ease-in-out infinite;
}

.metric-stack {
  position: absolute;
  right: 28px;
  top: 46px;
  display: grid;
  gap: 1px;
  overflow: hidden;
  width: 190px;
}

.metric-stack div {
  padding: 16px;
  background: rgba(0, 0, 0, 0.16);
}

.metric-stack span,
.balance-row strong {
  display: block;
  color: var(--green);
  font-size: 1.35rem;
  font-weight: 900;
}

.metric-stack small,
.balance-row small {
  color: var(--muted);
}

.scroll-hero-stage {
  min-height: clamp(560px, 72vh, 700px);
}

.hero-visual-inner {
  position: absolute;
  inset: 0;
  --pipeline-card-width: min(238px, 42%);
}

.pipeline-card {
  position: absolute;
  z-index: 5;
  width: var(--pipeline-card-width);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(5, 16, 11, 0.76);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px) scale(0.95);
  will-change: transform, opacity;
}

.pipeline-card strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.25;
}

.pipeline-card .panel-kicker {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.pipeline-card.upload-card {
  top: 54px;
  left: 26px;
  --card-y: -5px;
}

.processing-card {
  top: 58px;
  right: 24px;
  --card-x: 4px;
}

.validation-card {
  left: 34px;
  bottom: 62px;
  --card-x: -4px;
}

.export-card {
  right: 6px;
  bottom: 58px;
  --card-y: 6px;
}

.upload-progress {
  height: 8px;
  margin-top: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.upload-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #045322, #087d33, #0fa34a);
  box-shadow: 0 0 18px rgba(18, 184, 81, 0.35);
  transform: scaleX(0);
  transform-origin: left center;
}

.status-cycle {
  position: relative;
  min-height: 1.3rem;
}

.status-cycle strong {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
}

.status-cycle strong:nth-child(1) {
}

.status-cycle strong:nth-child(2) {
}

.status-cycle strong:nth-child(3) {
}

.processing-lines {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.processing-lines span {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.processing-lines span:nth-child(1) {
  width: 82%;
}

.processing-lines span:nth-child(2) {
  width: 62%;
}

.processing-lines span:nth-child(3) {
  width: 74%;
}

.card-scan-line {
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(8, 125, 51, 0.22), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  animation: cardScan 2.8s ease-in-out infinite;
}

.validation-list {
  display: grid;
  gap: 8px;
}

.validation-list span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #dce9e2;
  background: rgba(255, 255, 255, 0.075);
  font-size: 0.88rem;
  opacity: 0;
  transform: translateY(8px);
}

.validation-list span:nth-child(2) {
}

.validation-list span:nth-child(3) {
}

.validation-list span:nth-child(4) {
}

.validation-list b {
  color: var(--text);
}

.validation-list i,
.export-status i {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px rgba(18, 184, 81, 0.42);
}

.validation-list i::before,
.export-status i::before {
  width: 8px;
  height: 4px;
  content: "";
  border-bottom: 2px solid #031108;
  border-left: 2px solid #031108;
  transform: rotate(-45deg) translateY(-1px);
}

.export-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 900;
}

.export-type {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

.pipeline-lines,
.scroll-connectors {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.scroll-connectors {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: none;
}

.connector-base {
  fill: none;
  stroke: rgba(0, 0, 0, 0.58);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}

.connector-path {
  fill: none;
  stroke: rgba(18, 184, 81, 0.78);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(18, 184, 81, 0.22));
}

.connector-pulse {
  fill: var(--green);
  filter: drop-shadow(0 0 10px rgba(18, 184, 81, 0.76));
  opacity: 0;
}

.pipeline-line {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(4, 83, 34, 0.86), rgba(8, 125, 51, 0.95), rgba(15, 163, 74, 0.78));
  box-shadow:
    0 0 12px rgba(18, 184, 81, 0.28),
    0 0 24px rgba(18, 184, 81, 0.12);
  opacity: 0;
  transform: rotate(var(--line-rotate, 0deg)) scaleX(0);
  transform-origin: left center;
  will-change: transform, opacity;
}

.pipeline-line::after {
  position: absolute;
  right: -2px;
  top: 50%;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 2px solid rgba(18, 184, 81, 0.95);
  border-right: 2px solid rgba(18, 184, 81, 0.95);
  filter: drop-shadow(0 0 7px rgba(18, 184, 81, 0.58));
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}

.pipeline-line::before {
  position: absolute;
  inset: -5px 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(8, 125, 51, 0.14), transparent);
  opacity: 0.65;
}

.line-upload-ai {
  left: calc(26px + var(--pipeline-card-width) - 1px);
  right: calc(24px + var(--pipeline-card-width) - 1px);
  top: 96px;
  --line-rotate: 0deg;
  animation: lineOneDraw 20s ease-in-out infinite;
}

.line-ai-validation {
  left: calc(100% - 24px - var(--pipeline-card-width) + 8px);
  top: 166px;
  width: min(310px, 50%);
  --line-rotate: 132deg;
  animation: lineTwoDraw 20s ease-in-out infinite;
}

.line-validation-export {
  left: calc(34px + var(--pipeline-card-width) - 14px);
  right: calc(6px + var(--pipeline-card-width) - 1px);
  bottom: 132px;
  --line-rotate: -2deg;
  animation: lineThreeDraw 20s ease-in-out infinite;
}

.pipeline-pulse {
  position: absolute;
  left: 20%;
  top: 21%;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    0 0 18px rgba(18, 184, 81, 0.8),
    0 0 34px rgba(18, 184, 81, 0.34);
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: pipelinePulse 20s cubic-bezier(0.42, 0, 0.22, 1) infinite;
}

.pipeline-pulse::before {
  position: absolute;
  inset: -9px;
  content: "";
  border: 1px solid rgba(18, 184, 81, 0.28);
  border-radius: inherit;
  animation: pulseRing 20s ease-in-out infinite;
}

.hero-visual-inner .hero-device {
  z-index: 2;
  width: min(600px, 106%);
  will-change: transform;
}

.hero-visual-inner .hero-device::before {
  border-radius: 32%;
  background:
    radial-gradient(ellipse at center, rgba(18, 184, 81, 0.2), transparent 65%),
    radial-gradient(ellipse at 62% 44%, rgba(53, 213, 255, 0.08), transparent 58%);
  filter: blur(12px);
}

.scroll-hero-stage .pipeline-line,
.scroll-hero-stage .pipeline-pulse {
  display: none;
}

.scroll-hero-stage .pipeline-card,
.scroll-hero-stage .upload-progress span,
.scroll-hero-stage .status-cycle strong,
.scroll-hero-stage .export-status,
.scroll-hero-stage .connector-base,
.scroll-hero-stage .connector-path,
.scroll-hero-stage .connector-pulse {
  will-change: transform, opacity;
}

.split-section,
.dashboard-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: start;
  padding: 108px 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.feature-grid article,
.workflow-card,
.price-card {
  padding: 24px;
}

.feature-grid span,
.step,
.plan {
  color: var(--green);
  font-weight: 900;
}

.feature-grid p,
.workflow-card p,
.price-card p {
  color: #c5d3cc;
  font-size: 1rem;
  line-height: 1.6;
}

.capacity-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 38px;
  padding-top: 34px;
}

.capacity-flow::before {
  position: absolute;
  top: 11px;
  left: 26px;
  right: 26px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(4, 83, 34, 0.86), rgba(8, 125, 51, 0.74), rgba(15, 163, 74, 0.58));
  opacity: 0.68;
  transform-origin: left;
  animation: flowLineBreath 7s ease-in-out infinite;
}

.capacity-flow article {
  position: relative;
  min-width: 0;
  padding: 0 6px 0 0;
}

.capacity-flow article::before {
  position: absolute;
  top: -30px;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  border: 2px solid rgba(18, 184, 81, 0.75);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(18, 184, 81, 0.95) 0 28%, rgba(18, 184, 81, 0.18) 30% 58%, transparent 60%),
    rgba(5, 17, 11, 0.9);
  box-shadow: 0 0 28px rgba(18, 184, 81, 0.24);
  animation: nodeBreath 4.8s ease-in-out infinite;
}

.capacity-flow article:nth-child(2)::before {
  animation-delay: -1.3s;
}

.capacity-flow article:nth-child(3)::before {
  animation-delay: -2.6s;
}

.capacity-flow span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.capacity-flow h3 {
  max-width: 15ch;
  margin-bottom: 14px;
  color: var(--text);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.22;
}

.capacity-flow p {
  color: #c5d3cc;
  font-size: 1rem;
  line-height: 1.58;
}

.capacity-flow article {
  transition:
    transform 0.24s ease,
    opacity 0.24s ease;
}

.capacity-flow article:hover {
  transform: translateY(-4px);
}

.workflow-section,
.pricing-section {
  padding: 108px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
}

.centered {
  max-width: 790px;
  margin: 0 auto 46px;
  text-align: center;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.workflow-card {
  position: relative;
  min-height: 278px;
  padding: 22px 18px;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.workflow-card:hover,
.feature-grid article:hover {
  border-color: rgba(18, 184, 81, 0.48);
  transform: translateY(-6px);
}

.step {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border: 1px solid rgba(18, 184, 81, 0.45);
  border-radius: 50%;
}

.dashboard-section {
  align-items: center;
}

.dashboard-visual {
  padding: 24px;
  background: rgba(6, 17, 13, 0.86);
}

.dash-top,
.balance-row,
.dash-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dash-top strong {
  padding: 6px 10px;
  border-radius: 999px;
  color: #021407;
  background: var(--green);
  font-size: 0.78rem;
}

.balance-row {
  margin: 24px 0;
}

.balance-row div {
  flex: 1;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.chart-bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 12px;
  height: 230px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.23);
}

.chart-bars span {
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, #0fa34a, #087d33, #045322);
  animation: barPulse 3s ease-in-out infinite;
}

.chart-bars span:nth-child(even) {
  background: linear-gradient(180deg, #0b8f3d, #06672b, #033f1a);
  animation-delay: 0.35s;
}

.dash-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.dash-list span {
  justify-content: flex-start;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  color: #dce9e2;
}

.dash-list b {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.finance-control-visual {
  position: relative;
  min-height: 560px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(18, 184, 81, 0.12), transparent 50%),
    radial-gradient(ellipse at 18% 24%, rgba(53, 213, 255, 0.075), transparent 42%),
    rgba(6, 17, 13, 0.52);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform-style: preserve-3d;
}

.finance-ambient,
.finance-control-visual::before,
.finance-control-visual::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  border-radius: inherit;
}

.finance-ambient {
  background:
    radial-gradient(circle at 18% 22%, rgba(18, 184, 81, 0.13), transparent 16%),
    radial-gradient(circle at 82% 30%, rgba(53, 213, 255, 0.09), transparent 18%),
    radial-gradient(circle at 52% 80%, rgba(255, 198, 90, 0.08), transparent 18%);
  opacity: 0.72;
  animation: financeAmbient 16s ease-in-out infinite alternate;
}

.finance-control-visual::before {
  background: rgba(8, 125, 51, 0.045);
  opacity: 0.7;
}

.finance-control-visual::after {
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0.6;
  transform: translateZ(-1px);
}

.finance-connections {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.finance-path {
  fill: none;
  stroke: rgba(18, 184, 81, 0.36);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 8px rgba(18, 184, 81, 0.12));
  opacity: 0;
}

.finance-control-visual.is-ready .finance-path {
  animation: financePathDraw 0.8s ease forwards;
}

.finance-control-visual.is-ready .path-receivables {
  animation-delay: 0.08s;
}

.finance-control-visual.is-ready .path-liabilities {
  animation-delay: 0.14s;
}

.finance-control-visual.is-ready .path-payments {
  animation-delay: 0.2s;
}

.finance-particle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    0 0 10px rgba(18, 184, 81, 0.72),
    0 0 20px rgba(18, 184, 81, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-9999px, -9999px, 0);
}

.finance-control-visual.is-ready .finance-particle {
  opacity: 0.72;
}

.finance-core-panel,
.finance-module {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(5, 17, 11, 0.72);
  box-shadow:
    0 24px 65px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(16px) scale(0.97);
}

.finance-core-panel {
  z-index: 5;
}

.finance-module {
  z-index: 4;
}

.finance-control-visual.is-ready .finance-core-panel,
.finance-control-visual.is-ready .finance-module {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.finance-core-panel {
  left: 50%;
  top: 50%;
  width: min(300px, 56%);
  padding: 18px;
  transform: translate(-50%, -46%) scale(0.97);
  transition:
    opacity 0.72s ease,
    transform 0.72s ease,
    box-shadow 0.28s ease;
}

.finance-control-visual.is-ready .finance-core-panel {
  transform: translate(-50%, -50%) scale(1);
}

.finance-control-visual.metric-flash .finance-core-panel,
.finance-control-visual.status-flash .finance-core-panel,
.finance-control-visual.chart-flash .finance-core-panel {
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.3),
    0 0 34px rgba(18, 184, 81, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.finance-core-panel .dash-top span {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 900;
}

.finance-core-panel .dash-top strong {
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 16px rgba(18, 184, 81, 0.28),
    0 0 32px rgba(18, 184, 81, 0.12);
  animation: liveBreath 2.6s ease-in-out infinite;
}

.finance-core-panel .balance-row {
  margin: 18px 0 16px;
}

.finance-metric {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
  animation: financeMetricFloat 6.4s ease-in-out infinite;
}

.finance-metric:nth-child(2) {
  animation-delay: -2.2s;
}

.finance-metric::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  opacity: 0;
  transform: translateX(-120%);
}

.finance-control-visual.metric-flash .finance-metric::after {
  animation: metricShimmer 0.85s ease;
}

.finance-control-visual.metric-flash .finance-metric {
  background: rgba(18, 184, 81, 0.115);
  box-shadow: inset 0 0 0 1px rgba(18, 184, 81, 0.14);
}

.finance-line-chart {
  position: relative;
  height: 136px;
  padding: 12px;
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 60% 30%, rgba(18, 184, 81, 0.1), transparent 58%),
    rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.finance-line-chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.chart-area {
  fill: rgba(18, 184, 81, 0.075);
  opacity: 0.72;
  animation: chartAreaBreathe 7.5s ease-in-out infinite alternate;
}

.chart-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-line-shadow {
  stroke: rgba(18, 184, 81, 0.16);
  stroke-width: 9;
  filter: blur(5px);
}

.chart-line-main {
  stroke: url("#financeLineGradient");
  stroke-width: 3;
  stroke-dasharray: 14 10;
  animation: financeLineMove 8s linear infinite;
}

.finance-control-visual.chart-flash .chart-line-main {
  stroke-width: 3.5;
  filter: drop-shadow(0 0 10px rgba(18, 184, 81, 0.28));
}

.finance-core-panel .dash-list {
  margin-top: 16px;
}

.finance-core-panel .dash-list span {
  position: relative;
  overflow: hidden;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;
}

.finance-core-panel .dash-list span {
  padding: 10px 12px;
}

.finance-core-panel .dash-list b {
  box-shadow: 0 0 15px rgba(18, 184, 81, 0.45);
  animation: statusPulse 2.8s ease-in-out infinite;
}

.finance-control-visual.status-flash .dash-list span:nth-child(2) {
  background: rgba(18, 184, 81, 0.12);
  box-shadow: inset 0 0 0 1px rgba(18, 184, 81, 0.14);
  color: #f2fff6;
}

.finance-module {
  width: 124px;
  padding: 12px;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.25s ease;
  animation: moduleFloat 7s ease-in-out infinite;
}

.finance-module span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
}

.finance-module strong {
  display: block;
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1.25;
}

.finance-module::before {
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
  content: "";
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px rgba(18, 184, 81, 0.5);
}

.module-banking {
  left: 18px;
  top: 38px;
  animation-delay: -1.2s;
}

.module-receivables {
  right: 18px;
  top: 70px;
  animation-delay: -3.8s;
}

.module-liabilities {
  left: 20px;
  bottom: 58px;
  animation-delay: -2.4s;
}

.module-payments {
  right: 20px;
  bottom: 44px;
  animation-delay: -5.1s;
}

.finance-control-visual.is-ready .module-banking {
  transition-delay: 0.1s;
}

.finance-control-visual.is-ready .module-receivables {
  transition-delay: 0.18s;
}

.finance-control-visual.is-ready .module-liabilities {
  transition-delay: 0.25s;
}

.finance-control-visual.is-ready .module-payments {
  transition-delay: 0.32s;
}

.finance-core-node {
  width: 178px;
  height: 178px;
  padding: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 44%, rgba(18, 184, 81, 0.18), transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.045)),
    rgba(5, 17, 11, 0.66);
  display: grid;
  place-items: center;
  overflow: visible;
}

.finance-control-visual.is-ready .finance-core-node {
  transform: translate(-50%, -50%) scale(1);
}

.finance-core-node .core-shell {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(18, 184, 81, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 36%, rgba(18, 184, 81, 0.2), transparent 66%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.055));
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  text-align: center;
}

.finance-core-node .core-shell img {
  width: 96px;
  max-width: 88%;
  max-height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(18, 184, 81, 0.24));
}

.core-ring {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(18, 184, 81, 0.16);
  border-radius: 35px;
  pointer-events: none;
  animation: coreOrbit 18s linear infinite;
}

.ring-two {
  inset: -18px;
  border-color: rgba(53, 213, 255, 0.12);
  animation-duration: 26s;
  animation-direction: reverse;
}

.ring-three {
  inset: 44px;
  border-color: rgba(213, 194, 120, 0.16);
  border-radius: 22px;
  animation-duration: 14s;
}

.core-kicker,
.core-status {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.core-shell strong {
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1;
}

.core-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.core-status b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 13px rgba(18, 184, 81, 0.62);
  animation: statusPulse 2.8s ease-in-out infinite;
}

.finance-control-visual.core-pulse .finance-core-node {
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(18, 184, 81, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.finance-control-visual.module-pulse .finance-module.is-reacting {
  border-color: rgba(18, 184, 81, 0.34);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(18, 184, 81, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.finance-module {
  display: grid;
  place-items: center;
  width: 92px;
  height: 86px;
  padding: 12px;
  text-align: center;
  gap: 8px;
}

.finance-module::before {
  display: none;
}

.finance-module span {
  margin: 0;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.finance-symbol {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(18, 184, 81, 0.06);
  box-shadow:
    inset 0 0 0 1px rgba(18, 184, 81, 0.5),
    0 0 14px rgba(18, 184, 81, 0.1);
}

.finance-symbol::before,
.finance-symbol::after {
  position: absolute;
  content: "";
  filter: none;
}

.symbol-document::before {
  inset: 7px 9px;
  border: 2px solid #12b851;
  border-radius: 3px;
}

.symbol-document::after {
  left: 11px;
  right: 11px;
  top: 14px;
  height: 2px;
  background: #12b851;
  box-shadow: 0 6px 0 rgba(18, 184, 81, 0.82);
}

.symbol-euro::before {
  inset: 5px;
  content: "EUR";
  color: #12b851;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 900;
  display: grid;
  place-items: center;
}

.symbol-analytics::before {
  inset: 5px;
  background: #12b851;
  mask: url("assets/analytics-symbol.svg") center / contain no-repeat;
  -webkit-mask: url("assets/analytics-symbol.svg") center / contain no-repeat;
}

.symbol-analytics::after {
  display: none;
}

.symbol-payments::before {
  inset: 9px 6px;
  border: 2px solid #12b851;
  border-radius: 4px;
}

.symbol-payments::after {
  left: 10px;
  right: 10px;
  top: 14px;
  height: 2px;
  background: #12b851;
}

.symbol-approval::before,
.symbol-security::before {
  left: 9px;
  top: 7px;
  width: 12px;
  height: 16px;
  border: 2px solid #12b851;
  border-radius: 8px 8px 5px 5px;
}

.symbol-approval::after {
  left: 11px;
  top: 14px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #12b851;
  border-bottom: 2px solid #12b851;
  transform: rotate(-45deg);
}

.symbol-ai::before {
  inset: 8px;
  background: #12b851;
  mask: url("assets/ai-symbol.svg") center / contain no-repeat;
  -webkit-mask: url("assets/ai-symbol.svg") center / contain no-repeat;
}

.symbol-ai::after {
  display: none;
}

.symbol-report::before {
  left: 8px;
  bottom: 8px;
  width: 3px;
  height: 8px;
  background: #12b851;
  box-shadow:
    6px -4px 0 rgba(18, 184, 81, 0.9),
    12px -9px 0 #12b851;
}

.symbol-security::after {
  left: 13px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #12b851;
}

.module-document {
  left: 60px;
  top: 52px;
}

.module-euro {
  left: calc(50% - 46px);
  top: 34px;
  animation-delay: -4.2s;
}

.module-analytics {
  right: 54px;
  top: 68px;
  animation-delay: -2.2s;
}

.module-payments {
  right: 18px;
  top: 228px;
  animation-delay: -5.4s;
}

.module-approval {
  right: 28px;
  bottom: 70px;
  animation-delay: -3.1s;
}

.module-ai {
  left: calc(50% - 46px);
  bottom: 34px;
  animation-delay: -1.7s;
}

.module-report {
  left: 62px;
  bottom: 70px;
  animation-delay: -6.2s;
}

.module-security {
  left: 18px;
  top: 226px;
  animation-delay: -2.8s;
}

.dashboard-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

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

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 315px;
  background: rgba(255, 255, 255, 0.075);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.price-card h3 {
  margin: 24px 0 16px;
  font-size: 2rem;
}

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

.contact-section {
  align-items: center;
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.contact-card span {
  color: var(--green);
  font-weight: 800;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 48px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-signet {
  width: 28px;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
}

.footer-legal {
  display: inline-flex;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  white-space: nowrap;
}

.footer-legal a {
  color: inherit;
  text-decoration: none;
  transition:
    color 200ms ease,
    opacity 200ms ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #00eb1c;
}

.footer-legal a:focus-visible {
  outline: 2px solid rgba(0, 235, 28, 0.28);
  outline-offset: 4px;
}

.light-signet {
  display: none;
}

body[data-theme="light"] .dark-signet {
  display: none;
}

body[data-theme="light"] .light-signet {
  display: inline-block;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

body.theme-switching::after {
  position: fixed;
  inset: 0;
  z-index: 999;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(18, 184, 81, 0.18), transparent 42%),
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.18), transparent 48%);
  animation: themeWash 0.7s ease both;
}

body.theme-switching .site-header,
body.theme-switching .hero-stage,
body.theme-switching .workflow-card,
body.theme-switching .feature-grid article,
body.theme-switching .price-card,
body.theme-switching .dashboard-visual,
body.theme-switching .contact-card {
  animation: themeShadowShift 0.72s ease both;
}

body[data-theme="light"] {
  --ink: #fbfbf7;
  --ink-soft: #f0f3ec;
  --line: rgba(30, 45, 35, 0.16);
  --muted: #5b665f;
  --text: #07110d;
  --shadow: 0 30px 90px rgba(18, 42, 29, 0.18);
  color: var(--text);
  background:
    radial-gradient(ellipse 62rem 30rem at 78% 12%, rgba(0, 172, 63, 0.13), transparent 58%),
    radial-gradient(ellipse 44rem 24rem at 12% 28%, rgba(202, 175, 105, 0.16), transparent 58%),
    radial-gradient(ellipse 52rem 24rem at 52% 92%, rgba(53, 213, 255, 0.07), transparent 62%),
    linear-gradient(135deg, #fffefa 0%, #f7faf5 44%, #edf4ef 100%);
}

body[data-theme="light"]::before {
  background:
    linear-gradient(115deg, rgba(1, 18, 12, 0.045), transparent 31%),
    linear-gradient(292deg, rgba(0, 156, 52, 0.055), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 40%);
  opacity: 1;
}

body[data-theme="light"] .ai-background {
  opacity: 0.78;
  mix-blend-mode: multiply;
}

body[data-theme="light"] .ai-background::before {
  background:
    radial-gradient(ellipse 24rem 13rem at var(--x, 50vw) var(--y, 30vh), rgba(0, 172, 63, 0.16), transparent 64%),
    radial-gradient(ellipse 28rem 16rem at 73% 35%, rgba(202, 175, 105, 0.12), transparent 64%),
    linear-gradient(116deg, transparent 0 47%, rgba(9, 45, 26, 0.085) 47.14%, transparent 47.42%),
    linear-gradient(32deg, transparent 0 63%, rgba(18, 120, 150, 0.07) 63.14%, transparent 63.44%);
  background-size: auto, 760px 560px, 900px 640px, 720px 520px;
}

body[data-theme="light"] .ai-background::after {
  background:
    radial-gradient(ellipse 28rem 11rem at 70% 38%, transparent 0 58%, rgba(0, 93, 38, 0.075) 58.35%, transparent 59.15%),
    radial-gradient(ellipse 22rem 9rem at 76% 46%, transparent 0 52%, rgba(202, 175, 105, 0.08) 52.35%, transparent 53.15%),
    linear-gradient(148deg, transparent 0 68%, rgba(9, 45, 26, 0.045) 68.12%, transparent 68.32%);
  background-size: auto, auto;
  opacity: 0.84;
}

body[data-theme="light"] .flow-line {
  background: rgba(8, 56, 32, 0.28);
  box-shadow: 0 0 18px rgba(0, 93, 38, 0.12);
  opacity: 0.66;
}

body[data-theme="light"] .bg-node {
  width: 8px;
  height: 8px;
  background: rgba(0, 172, 63, 0.72);
  box-shadow: 0 0 20px rgba(0, 156, 52, 0.38);
}

body[data-theme="light"] .comet {
  display: none;
}

body[data-theme="light"] .file-ghost {
  border-color: rgba(0, 93, 38, 0.105);
}

body[data-theme="light"] .file-ghost::before {
  border-color: rgba(0, 93, 38, 0.105);
}

body[data-theme="light"] .file-ghost i {
  background: rgba(0, 93, 38, 0.105);
}

body[data-theme="light"] .xml-ghost i {
  color: rgba(0, 93, 38, 0.12);
  background: transparent;
}

body[data-theme="light"] .site-header {
  border-color: rgba(23, 43, 31, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 245, 0.78));
  box-shadow:
    0 22px 70px rgba(18, 42, 29, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body[data-theme="light"] .cursor-glow {
  width: 24rem;
  height: 24rem;
  background:
    radial-gradient(circle, rgba(18, 184, 81, 0.22), rgba(8, 125, 51, 0.1) 38%, transparent 68%);
  mix-blend-mode: multiply;
  opacity: 0.9;
}

body[data-theme="light"] .brand,
body[data-theme="light"] .toggle-track,
body[data-theme="light"] .button.secondary,
body[data-theme="light"] .trust-strip span,
body[data-theme="light"] .dashboard-points span {
  border-color: rgba(23, 43, 31, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 242, 0.78));
  box-shadow:
    0 12px 30px rgba(18, 42, 29, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body[data-theme="light"] .nav-links {
  border-color: rgba(23, 43, 31, 0.1);
  background: rgba(255, 255, 255, 0.54);
  box-shadow:
    0 10px 24px rgba(18, 42, 29, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body[data-theme="light"] .nav-links a {
  color: #4b5b51;
}

body[data-theme="light"] .nav-links a:hover {
  border-color: rgba(8, 125, 51, 0.16);
  color: #062414;
  background:
    linear-gradient(135deg, rgba(18, 184, 81, 0.12), rgba(8, 125, 51, 0.07)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 10px 26px rgba(18, 42, 29, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body[data-theme="light"] .header-cta,
body[data-theme="light"] .button.primary {
  color: #ffffff;
  background: var(--cta-gradient);
  box-shadow:
    0 16px 40px rgba(8, 125, 51, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body[data-theme="light"] .toggle-thumb {
  transform: translateX(64px);
  background: #07130d;
  box-shadow: 0 8px 22px rgba(7, 19, 13, 0.16);
}

body[data-theme="light"] .toggle-label.dark {
  color: var(--muted);
}

body[data-theme="light"] .toggle-label.light {
  color: #ffffff;
}

body[data-theme="light"] .hero-lede,
body[data-theme="light"] .section-intro p,
body[data-theme="light"] .copy-block p,
body[data-theme="light"] .contact-copy p,
body[data-theme="light"] .feature-grid p,
body[data-theme="light"] .capacity-flow p,
body[data-theme="light"] .workflow-card p,
body[data-theme="light"] .price-card p,
body[data-theme="light"] .floating-panel small,
body[data-theme="light"] .trust-strip span,
body[data-theme="light"] .dashboard-points span {
  color: #405348;
}

body[data-theme="light"] .hero-stage {
  border-color: rgba(24, 46, 31, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 245, 238, 0.82)),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 34px 90px rgba(18, 42, 29, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.74) inset;
}

body[data-theme="light"] .hero-copy {
  position: relative;
  padding: 0;
}

body[data-theme="light"] .hero-copy::before {
  display: none;
}

body[data-theme="light"] .hero-copy::after {
  display: none;
}

body[data-theme="light"] .hero-title,
body[data-theme="light"] h2 {
  color: #06110d;
  text-shadow: 0 12px 36px rgba(18, 42, 29, 0.1);
}

body[data-theme="light"] .hero-title {
  background: linear-gradient(112deg, #06110d 0%, #06110d 58%, #087d33 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body[data-theme="light"] .hero::before {
  background:
    radial-gradient(ellipse 56rem 26rem at 73% 44%, rgba(0, 156, 52, 0.08), transparent 68%),
    radial-gradient(ellipse 42rem 20rem at 14% 42%, rgba(202, 175, 105, 0.09), transparent 64%),
    linear-gradient(180deg, rgba(255, 254, 250, 0.78), rgba(239, 247, 241, 0.42) 58%, transparent 100%);
}

body[data-theme="light"] .hero-device::before {
  background:
    radial-gradient(ellipse at center, rgba(0, 156, 52, 0.2), transparent 58%),
    radial-gradient(ellipse at 62% 44%, rgba(213, 194, 120, 0.13), transparent 56%);
  filter: blur(18px);
}

body[data-theme="light"] .signal-grid {
  background:
    linear-gradient(90deg, transparent 0 23%, rgba(0, 128, 45, 0.24) 24%, transparent 25%),
    linear-gradient(transparent 0 39%, rgba(18, 120, 150, 0.22) 40%, transparent 41%),
    linear-gradient(rgba(5, 36, 20, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 36, 20, 0.07) 1px, transparent 1px);
  background-size: 110px 110px, 110px 110px, 55px 55px, 55px 55px;
  opacity: 0.72;
}

body[data-theme="light"] .floating-panel,
body[data-theme="light"] .document-card,
body[data-theme="light"] .analysis-card,
body[data-theme="light"] .metric-stack,
body[data-theme="light"] .pipeline-card,
body[data-theme="light"] .dashboard-visual,
body[data-theme="light"] .price-card,
body[data-theme="light"] .workflow-card,
body[data-theme="light"] .feature-grid article,
body[data-theme="light"] .contact-card {
  border-color: rgba(24, 46, 31, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 246, 0.88)),
    #ffffff;
  box-shadow:
    0 24px 70px rgba(18, 42, 29, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body[data-theme="light"] .pipeline-card strong,
body[data-theme="light"] .validation-list b {
  color: #07130d;
}

body[data-theme="light"] .processing-lines span,
body[data-theme="light"] .upload-progress {
  background: rgba(5, 36, 20, 0.09);
}

body[data-theme="light"] .validation-list span {
  color: #21342a;
  background: rgba(5, 36, 20, 0.055);
}

body[data-theme="light"] .pipeline-line {
  background: linear-gradient(90deg, transparent, rgba(0, 156, 52, 0.72), rgba(0, 128, 45, 0.48));
  box-shadow:
    0 0 10px rgba(0, 156, 52, 0.18),
    0 0 20px rgba(0, 156, 52, 0.08);
  opacity: 0.72;
}

body[data-theme="light"] .pipeline-line::after {
  border-color: rgba(0, 128, 45, 0.9);
  filter: drop-shadow(0 0 5px rgba(0, 156, 52, 0.28));
}

body[data-theme="light"] .connector-path {
  stroke: rgba(0, 156, 52, 0.72);
  filter: drop-shadow(0 0 6px rgba(0, 156, 52, 0.16));
}

body[data-theme="light"] .connector-base {
  stroke: rgba(5, 36, 20, 0.24);
}

body[data-theme="light"] .connector-pulse {
  filter: drop-shadow(0 0 8px rgba(0, 156, 52, 0.42));
}

body[data-theme="light"] .metric-stack div,
body[data-theme="light"] .balance-row div,
body[data-theme="light"] .dash-list span,
body[data-theme="light"] .booking-rows span {
  background: rgba(5, 36, 20, 0.055);
}

body[data-theme="light"] .invoice-lines span {
  background: rgba(5, 36, 20, 0.12);
}

body[data-theme="light"] .booking-rows span {
  color: #21342a;
}

body[data-theme="light"] .analysis-card strong {
  color: var(--text);
}

body[data-theme="light"] .document-card::before {
  border-color: rgba(0, 128, 45, 0.28);
}

body[data-theme="light"] .processing-device::after {
  background: radial-gradient(circle, rgba(0, 156, 52, 0.2), transparent 64%);
}

body[data-theme="light"] .booking-card::after {
  background: #00c438;
  box-shadow: 0 0 18px rgba(0, 196, 56, 0.72);
}

body[data-theme="light"] .process-flow span {
  background: linear-gradient(90deg, transparent, rgba(0, 156, 52, 0.78), rgba(18, 120, 150, 0.8), transparent);
  opacity: 0.95;
}

body[data-theme="light"] .workflow-section,
body[data-theme="light"] .pricing-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 44rem 18rem at 84% 18%, rgba(0, 156, 52, 0.08), transparent 62%),
    radial-gradient(ellipse 42rem 18rem at 12% 84%, rgba(202, 175, 105, 0.12), transparent 60%),
    linear-gradient(180deg, #fffefa 0%, #f3f7f2 48%, #fffefa 100%);
  box-shadow:
    inset 0 1px 0 rgba(24, 46, 31, 0.09),
    inset 0 -1px 0 rgba(24, 46, 31, 0.08);
}

body[data-theme="light"] .workflow-section::before,
body[data-theme="light"] .pricing-section::before {
  position: absolute;
  inset: 0 -4%;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 30%, rgba(0, 156, 52, 0.1), transparent 9rem),
    radial-gradient(circle at 80% 68%, rgba(202, 175, 105, 0.12), transparent 10rem);
  opacity: 0.95;
  transform: translate3d(0, 0, 0);
  animation: lightMeshBreath 18s ease-in-out infinite alternate;
}

body[data-theme="light"] .workflow-section::after,
body[data-theme="light"] .pricing-section::after {
  position: absolute;
  inset: 18% 8% auto auto;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  pointer-events: none;
  background: rgba(0, 156, 52, 0.58);
  box-shadow:
    -48vw 4vh 0 -3px rgba(0, 156, 52, 0.34),
    -30vw 22vh 0 -4px rgba(202, 175, 105, 0.36),
    -10vw 38vh 0 -3px rgba(0, 156, 52, 0.3),
    -60vw 44vh 0 -4px rgba(9, 45, 26, 0.2),
    0 0 24px rgba(0, 156, 52, 0.26);
  opacity: 0.82;
  animation: lightNodeFloat 14s ease-in-out infinite alternate;
}

body[data-theme="light"] .workflow-section > *,
body[data-theme="light"] .pricing-section > * {
  position: relative;
  z-index: 1;
}

body[data-theme="light"] .workflow-card,
body[data-theme="light"] .feature-grid article {
  transform: translateY(0);
}

body[data-theme="light"] .section-intro .eyebrow,
body[data-theme="light"] .contact-copy .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(0, 156, 52, 0.2);
  border-radius: 999px;
  color: #087d33;
  background: linear-gradient(135deg, rgba(4, 83, 34, 0.11), rgba(8, 125, 51, 0.08), rgba(15, 163, 74, 0.06));
  box-shadow: 0 12px 30px rgba(0, 156, 52, 0.1);
}

body[data-theme="light"] .workflow-card,
body[data-theme="light"] .feature-grid article,
body[data-theme="light"] .price-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 251, 246, 0.95)),
    #ffffff;
  box-shadow:
    0 22px 58px rgba(18, 42, 29, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.96) inset;
}

body[data-theme="light"] .workflow-card::before,
body[data-theme="light"] .feature-grid article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  height: auto;
  content: "";
  background: linear-gradient(180deg, #045322, #087d33, #0fa34a);
  opacity: 0.8;
  transform: scaleY(0.38);
  transform-origin: top;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

body[data-theme="light"] .feature-grid article {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

body[data-theme="light"] .workflow-card:hover,
body[data-theme="light"] .feature-grid article:hover {
  border-color: rgba(0, 156, 52, 0.45);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 255, 247, 0.98)),
    #ffffff;
  box-shadow:
    0 36px 86px rgba(12, 71, 38, 0.2),
    0 0 0 1px rgba(18, 184, 81, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateY(-8px);
}

body[data-theme="light"] .workflow-card:hover::before,
body[data-theme="light"] .feature-grid article:hover::before {
  opacity: 0.9;
  transform: scaleY(1);
}

body[data-theme="light"] .capacity-flow::before {
  background: linear-gradient(90deg, rgba(4, 83, 34, 0.46), rgba(8, 125, 51, 0.44), rgba(15, 163, 74, 0.34));
  opacity: 0.95;
}

body[data-theme="light"] .capacity-flow article::before {
  border-color: rgba(0, 156, 52, 0.52);
  background:
    radial-gradient(circle, rgba(18, 184, 81, 0.86) 0 28%, rgba(0, 156, 52, 0.16) 30% 58%, transparent 60%),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 22px rgba(0, 156, 52, 0.16),
    0 10px 28px rgba(18, 42, 29, 0.1);
}

body[data-theme="light"] .capacity-flow h3 {
  color: #07150d;
}

body[data-theme="light"] .step {
  border-color: rgba(0, 156, 52, 0.2);
  color: #ffffff;
  background: var(--cta-gradient);
  box-shadow:
    0 14px 32px rgba(0, 156, 52, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

body[data-theme="light"] .feature-grid span,
body[data-theme="light"] .plan {
  color: #008d31;
}

body[data-theme="light"] .price-card .plan {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #063919;
  background: linear-gradient(135deg, rgba(4, 83, 34, 0.11), rgba(8, 125, 51, 0.08));
}

body[data-theme="light"] .price-card h3 {
  color: #07130d;
}

body[data-theme="light"] .price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(0, 156, 52, 0.18);
  border-radius: 8px;
  color: #ffffff;
  background: var(--cta-gradient);
  box-shadow:
    0 16px 34px rgba(8, 125, 51, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-decoration: none;
}

body[data-theme="light"] .header-cta:hover,
body[data-theme="light"] .button.primary:hover,
body[data-theme="light"] .price-card a:hover {
  border-color: rgba(0, 156, 52, 0.38);
  color: #ffffff;
  background: var(--cta-gradient);
  backdrop-filter: blur(0);
  box-shadow:
    0 20px 44px rgba(3, 63, 26, 0.24),
    0 0 0 1px rgba(18, 184, 81, 0.12),
    0 0 26px rgba(8, 125, 51, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(0, 156, 52, 0.14);
  transform: translateY(-1px);
}

body[data-theme="light"] .dashboard-section,
body[data-theme="light"] .split-section,
body[data-theme="light"] .contact-section {
  position: relative;
}

body[data-theme="light"] .dashboard-section::before,
body[data-theme="light"] .split-section::before,
body[data-theme="light"] .contact-section::before {
  position: absolute;
  inset: 8% calc((100vw - min(1160px, calc(100vw - 32px))) / -2);
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse 38rem 16rem at 20% 30%, rgba(202, 175, 105, 0.08), transparent 64%),
    radial-gradient(ellipse 42rem 18rem at 78% 70%, rgba(0, 156, 52, 0.06), transparent 62%);
}

body[data-theme="light"] footer {
  border-top: 1px solid rgba(24, 46, 31, 0.1);
  color: #627068;
}

body[data-theme="light"] .dashboard-visual {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(242, 248, 241, 0.88)),
    radial-gradient(ellipse at 20% 20%, rgba(18, 184, 81, 0.12), transparent 54%);
  border-color: rgba(24, 46, 31, 0.16);
  box-shadow:
    0 34px 86px rgba(18, 42, 29, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body[data-theme="light"] .chart-bars {
  background:
    linear-gradient(180deg, rgba(7, 17, 13, 0.055), rgba(7, 17, 13, 0.025));
  box-shadow: inset 0 0 0 1px rgba(24, 46, 31, 0.08);
}

body[data-theme="light"] .dash-list span {
  color: #21342a;
}

body[data-theme="light"] .finance-control-visual {
  background:
    radial-gradient(ellipse at 52% 44%, rgba(18, 184, 81, 0.22), transparent 50%),
    radial-gradient(ellipse at 20% 24%, rgba(53, 213, 255, 0.15), transparent 42%),
    radial-gradient(ellipse at 76% 78%, rgba(202, 175, 105, 0.16), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(229, 241, 231, 0.86));
  box-shadow:
    0 34px 88px rgba(18, 42, 29, 0.18),
    0 0 0 1px rgba(0, 156, 52, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body[data-theme="light"] .finance-ambient {
  background:
    radial-gradient(circle at 18% 22%, rgba(18, 184, 81, 0.24), transparent 17%),
    radial-gradient(circle at 82% 30%, rgba(53, 213, 255, 0.18), transparent 20%),
    radial-gradient(circle at 52% 80%, rgba(202, 175, 105, 0.18), transparent 20%);
  opacity: 0.9;
}

body[data-theme="light"] .finance-control-visual::before {
  background: linear-gradient(135deg, rgba(4, 83, 34, 0.1), rgba(8, 125, 51, 0.08), rgba(15, 163, 74, 0.06));
  opacity: 0.95;
}

body[data-theme="light"] .finance-control-visual::after {
  border-color: rgba(0, 156, 52, 0.13);
  opacity: 0.85;
}

body[data-theme="light"] .finance-core-panel,
body[data-theme="light"] .finance-module {
  border-color: rgba(0, 156, 52, 0.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 184, 81, 0.1), transparent 56%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(240, 249, 241, 0.78));
  box-shadow:
    0 26px 74px rgba(18, 42, 29, 0.17),
    0 0 22px rgba(0, 156, 52, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

body[data-theme="light"] .finance-core-node {
  background:
    radial-gradient(circle at 50% 44%, rgba(18, 184, 81, 0.25), transparent 58%),
    radial-gradient(circle at 62% 60%, rgba(53, 213, 255, 0.14), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(236, 247, 238, 0.66));
  box-shadow:
    0 26px 68px rgba(0, 156, 52, 0.16),
    0 0 40px rgba(18, 184, 81, 0.14);
}

body[data-theme="light"] .finance-core-node .core-shell {
  border-color: rgba(0, 156, 52, 0.28);
  background:
    radial-gradient(circle at 50% 36%, rgba(18, 184, 81, 0.22), transparent 66%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(239, 250, 240, 0.58));
  box-shadow:
    0 18px 52px rgba(0, 156, 52, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body[data-theme="light"] .finance-core-node .core-shell img {
  filter: drop-shadow(0 0 12px rgba(0, 156, 52, 0.3));
}

body[data-theme="light"] .finance-core-panel .dash-top span,
body[data-theme="light"] .finance-module strong,
body[data-theme="light"] .finance-metric strong,
body[data-theme="light"] .core-shell strong {
  color: #07110d;
}

body[data-theme="light"] .finance-module span,
body[data-theme="light"] .finance-metric small,
body[data-theme="light"] .core-kicker,
body[data-theme="light"] .core-status {
  color: #5b665f;
}

body[data-theme="light"] .finance-path {
  stroke: rgba(0, 156, 52, 0.52);
  stroke-width: 1.65;
  filter:
    drop-shadow(0 0 8px rgba(18, 184, 81, 0.24))
    drop-shadow(0 0 18px rgba(53, 213, 255, 0.12));
}

body[data-theme="light"] .finance-particle {
  background: #00d83b;
  box-shadow:
    0 0 14px rgba(0, 216, 59, 0.92),
    0 0 30px rgba(0, 156, 52, 0.34),
    0 0 42px rgba(53, 213, 255, 0.14);
}

body[data-theme="light"] .finance-symbol {
  background: rgba(0, 156, 52, 0.07);
  box-shadow:
    inset 0 0 0 1px rgba(0, 156, 52, 0.46),
    0 0 10px rgba(0, 156, 52, 0.08);
}

body[data-theme="light"] .finance-symbol::before,
body[data-theme="light"] .finance-symbol::after {
  filter: none;
}

body[data-theme="light"] .finance-line-chart {
  background:
    radial-gradient(ellipse at 60% 30%, rgba(0, 156, 52, 0.095), transparent 58%),
    rgba(7, 17, 13, 0.045);
  box-shadow: inset 0 0 0 1px rgba(24, 46, 31, 0.075);
}

body[data-theme="light"] .chart-area {
  fill: rgba(0, 156, 52, 0.09);
}

body[data-theme="light"] .chart-line-shadow {
  stroke: rgba(0, 156, 52, 0.12);
}

body[data-theme="light"] .finance-control-visual.status-flash .dash-list span:nth-child(2) {
  color: #07110d;
  background: rgba(0, 156, 52, 0.105);
}

body[data-theme="light"] .contact-card {
  background:
    linear-gradient(145deg, rgba(7, 17, 13, 0.94), rgba(15, 45, 27, 0.9)),
    #07110d;
  border-color: rgba(18, 184, 81, 0.22);
  box-shadow:
    0 34px 90px rgba(18, 42, 29, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body[data-theme="light"] .contact-card a {
  color: #f7fff9;
}

body[data-theme="light"] .contact-card span {
  color: #12b851;
}


.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.22s;
}

@keyframes drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 220px 110px;
  }
}

@keyframes dataDrift {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    background-position: 0 0, 48px 28px, -36px 42px, 26px -34px;
    transform: translate3d(10px, -6px, 0);
  }
}

@keyframes meshFloat {
  from {
    transform: translate3d(-14px, 8px, 0) scale(1);
  }
  to {
    transform: translate3d(18px, -14px, 0) scale(1.025);
  }
}

@keyframes flowPulse {
  0%,
  100% {
    opacity: 0.26;
  }
  50% {
    opacity: 0.58;
  }
}

@keyframes nodeTravel {
  0%,
  58%,
  100% {
    left: 6%;
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  72%,
  84% {
    opacity: 1;
  }
  94% {
    left: 94%;
    opacity: 0;
  }
}

@keyframes nodeBlink {
  0%,
  100% {
    opacity: 0.24;
    transform: translate3d(0, 0, 0) scale(0.84);
  }
  50% {
    opacity: 0.8;
    transform: translate3d(0, -8px, 0) scale(1.08);
  }
}

@keyframes cometMove {
  0%,
  11%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.76);
  }
  18% {
    opacity: 0.72;
  }
  52% {
    opacity: 0.5;
    transform: translate3d(var(--mid-x), var(--mid-y), 0) scale(1);
  }
  82% {
    opacity: 0.68;
  }
  93% {
    opacity: 0;
    transform: translate3d(var(--move-x), var(--move-y), 0) scale(0.86);
  }
}

@keyframes fileGhost {
  0%,
  72%,
  100% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  79%,
  88% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes laptopFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) translate3d(0, -2px, 22px);
  }
  50% {
    transform: translate(-50%, -50%) translate3d(0, 2px, 22px);
  }
}

@keyframes uploadCardFlow {
  0% {
    opacity: 0;
    transform: translate3d(-32px, -24px, 42px) scale(0.95);
  }
  6%,
  96% {
    opacity: 1;
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) - 2px), 42px) scale(1);
  }
  34% {
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) + 3px), 42px) scale(1);
  }
  99%,
  100% {
    opacity: 0;
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) + 10px), 42px) scale(0.98);
  }
}

@keyframes processingCardFlow {
  0%,
  30% {
    opacity: 0;
    transform: translate3d(18px, -8px, 42px) scale(0.95);
  }
  31%,
  96% {
    opacity: 1;
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) - 2px), 42px) scale(1);
  }
  44% {
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) + 3px), 42px) scale(1);
  }
  99%,
  100% {
    opacity: 0;
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) + 10px), 42px) scale(0.98);
  }
}

@keyframes validationCardFlow {
  0%,
  55% {
    opacity: 0;
    transform: translate3d(-18px, 10px, 42px) scale(0.95);
  }
  56%,
  96% {
    opacity: 1;
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) - 2px), 42px) scale(1);
  }
  58% {
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) + 3px), 42px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) + 10px), 42px) scale(0.98);
  }
}

@keyframes exportCardFlow {
  0%,
  87% {
    opacity: 0;
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translate3d(18px, 10px, 42px) scale(0.95);
  }
  89%,
  98% {
    opacity: 1;
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.26),
      0 0 34px rgba(18, 184, 81, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) - 2px), 42px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--card-x, 0), calc(var(--card-y, 0px) + 10px), 42px) scale(0.98);
  }
}

@keyframes exportReady {
  0%,
  88% {
    opacity: 0;
    transform: translateY(6px);
  }
  91%,
  98% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(4px);
  }
}

@keyframes uploadFill {
  0%,
  6% {
    transform: scaleX(0);
  }
  17%,
  100% {
    transform: scaleX(1);
  }
}

@keyframes cardScan {
  0%,
  31%,
  100% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }
  34%,
  41% {
    opacity: 1;
  }
  45% {
    opacity: 0;
    transform: translateX(340%) skewX(-18deg);
  }
}

@keyframes statusAnalyzing {
  0%,
  30%,
  36%,
  100% {
    opacity: 0;
  }
  32%,
  35% {
    opacity: 1;
  }
}

@keyframes statusExtracting {
  0%,
  35%,
  42%,
  100% {
    opacity: 0;
  }
  37%,
  41% {
    opacity: 1;
  }
}

@keyframes statusCompleted {
  0%,
  41%,
  96%,
  100% {
    opacity: 0;
  }
  43%,
  49% {
    opacity: 1;
  }
}

@keyframes validationFieldOne {
  0%,
  57%,
  96%,
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
  59%,
  94% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes validationFieldTwo {
  0%,
  59%,
  96%,
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
  61%,
  94% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes validationFieldThree {
  0%,
  61%,
  96%,
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
  63%,
  94% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes validationFieldFour {
  0%,
  63%,
  96%,
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
  65%,
  94% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineOneDraw {
  0%,
  18%,
  97%,
  100% {
    opacity: 0;
    transform: rotate(var(--line-rotate)) scaleX(0);
  }
  25%,
  94% {
    opacity: 0.68;
    transform: rotate(var(--line-rotate)) scaleX(1);
  }
}

@keyframes lineTwoDraw {
  0%,
  48%,
  97%,
  100% {
    opacity: 0;
    transform: rotate(var(--line-rotate)) scaleX(0);
  }
  53%,
  94% {
    opacity: 0.68;
    transform: rotate(var(--line-rotate)) scaleX(1);
  }
}

@keyframes lineThreeDraw {
  0%,
  78.5%,
  97%,
  100% {
    opacity: 0;
    transform: rotate(var(--line-rotate)) scaleX(0);
  }
  83%,
  94% {
    opacity: 0.68;
    transform: rotate(var(--line-rotate)) scaleX(1);
  }
}

@keyframes pipelinePulse {
  0%,
  25%,
  30%,
  53%,
  56%,
  83%,
  88%,
  100% {
    opacity: 0;
  }
  26% {
    left: calc(26px + var(--pipeline-card-width));
    top: 96px;
    opacity: 1;
  }
  30% {
    left: calc(100% - 24px - var(--pipeline-card-width));
    top: 96px;
    opacity: 1;
  }
  31% {
    left: calc(100% - 24px - var(--pipeline-card-width));
    top: 96px;
    opacity: 0;
  }
  54% {
    left: calc(100% - 24px - var(--pipeline-card-width) + 8px);
    top: 166px;
    opacity: 1;
  }
  56% {
    left: calc(34px + var(--pipeline-card-width));
    top: calc(100% - 170px);
    opacity: 1;
  }
  84% {
    left: calc(34px + var(--pipeline-card-width));
    top: calc(100% - 132px);
    opacity: 1;
  }
  87% {
    left: calc(100% - 6px - var(--pipeline-card-width));
    top: calc(100% - 132px);
    opacity: 1;
  }
  88%,
  100% {
    left: calc(100% - 6px - var(--pipeline-card-width));
    top: calc(100% - 132px);
    opacity: 0;
  }
}

@keyframes mobilePipelinePulse {
  0%,
  30%,
  58%,
  82%,
  88%,
  100% {
    opacity: 0;
  }
  32% {
    left: 24%;
    top: 26%;
    opacity: 1;
  }
  58% {
    left: 26%;
    top: 72%;
    opacity: 1;
  }
  83% {
    left: 76%;
    top: 82%;
    opacity: 1;
  }
  88% {
    left: 76%;
    top: 82%;
    opacity: 0;
  }
}

@keyframes pulseRing {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
  18%,
  78% {
    opacity: 0.74;
    transform: scale(1.18);
  }
}

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

@keyframes float {
  50% {
    transform: translateY(-14px);
  }
}

@keyframes load {
  50% {
    width: 94%;
  }
}

@keyframes scanDocument {
  0%,
  100% {
    top: 26px;
    opacity: 0.25;
  }
  45%,
  55% {
    opacity: 1;
  }
  50% {
    top: calc(100% - 26px);
  }
}

@keyframes flowDot {
  from {
    left: 0;
    opacity: 0;
  }
  12%,
  86% {
    opacity: 1;
  }
  to {
    left: 100%;
    opacity: 0;
  }
}

@keyframes aiPulse {
  0%,
  100% {
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  }
  50% {
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.24),
      0 0 36px rgba(18, 184, 81, 0.22);
  }
}

@keyframes processingGlow {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.08);
  }
}

@keyframes barPulse {
  50% {
    filter: brightness(1.25);
    transform: scaleY(1.04);
  }
}

@keyframes financePathDraw {
  from {
    opacity: 0;
    stroke-dashoffset: 1;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes financeAmbient {
  from {
    opacity: 0.52;
    transform: translate3d(-10px, 8px, 0) scale(1);
  }
  to {
    opacity: 0.86;
    transform: translate3d(10px, -8px, 0) scale(1.02);
  }
}

@keyframes liveBreath {
  50% {
    box-shadow:
      0 0 22px rgba(18, 184, 81, 0.38),
      0 0 42px rgba(18, 184, 81, 0.16);
    transform: translateY(-1px);
  }
}

@keyframes financeMetricFloat {
  50% {
    transform: translateY(-3px);
  }
}

@keyframes metricShimmer {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }
  30% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes financeLineMove {
  to {
    stroke-dashoffset: -96;
  }
}

@keyframes chartAreaBreathe {
  to {
    opacity: 0.95;
    transform: translateY(-2px);
  }
}

@keyframes statusPulse {
  50% {
    transform: scale(1.18);
    box-shadow: 0 0 18px rgba(18, 184, 81, 0.62);
  }
}

@keyframes moduleFloat {
  50% {
    transform: translateY(-6px);
  }
}

@keyframes themeWash {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.06);
  }
}

@keyframes themeShadowShift {
  0% {
    filter: brightness(1);
    transform: translateY(0);
  }
  38% {
    filter: brightness(1.04);
    transform: translateY(-2px);
  }
  100% {
    filter: brightness(1);
    transform: translateY(0);
  }
}

@keyframes lightMeshBreath {
  from {
    opacity: 0.58;
    transform: translate3d(-12px, 8px, 0) scale(1);
  }
  to {
    opacity: 0.9;
    transform: translate3d(14px, -10px, 0) scale(1.015);
  }
}

@keyframes lightNodeFloat {
  from {
    transform: translate3d(-8px, 10px, 0);
  }
  to {
    transform: translate3d(10px, -8px, 0);
  }
}

@keyframes flowLineBreath {
  0%,
  100% {
    opacity: 0.48;
    transform: scaleX(0.96);
  }

  50% {
    opacity: 0.88;
    transform: scaleX(1);
  }
}

@keyframes nodeBreath {
  0%,
  100% {
    box-shadow: 0 0 18px rgba(18, 184, 81, 0.18);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 34px rgba(18, 184, 81, 0.34);
    transform: scale(1.08);
  }
}

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

/* Product navigation now uses the actual wordmarks instead of letter tiles. */
.site-header .nav-product-option,
body[data-theme="light"] .site-header .nav-product-option {
  grid-template-columns: minmax(0, 1fr);
}

.site-header .nav-product-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.site-header .nav-product-logo-ai {
  width: 126px;
}

.site-header .nav-product-logo-dashboard {
  width: 158px;
}

.site-header .nav-product-copy {
  align-items: start;
}

/* Main landing-page product overview order. */
.home-page main {
  display: flex;
  flex-direction: column;
}

.home-page .minimal-hero { order: 1; }
.home-page #einblick { order: 2; }
.home-page #automatisierte-belegverarbeitung { order: 3; }
.home-page #loesung { order: 4; }
.home-page #systeme { order: 5; }
.home-page #leitgedanke { order: 6; }
.home-page #browser-arbeit { order: 7; }
.home-page #arbeitsalltag { order: 8; }
.home-page #aus-der-praxis { order: 9; }
.home-page .river-ai-final-cta { order: 10; }
.home-page #praxisbeispiele { order: 11; }
.home-page #dashboard-einblick { order: 12; }
.home-page #dashboard-finanzstroeme { order: 13; }
.home-page #dashboard-bankkonten { order: 14; }
.home-page #dashboard-forderungen { order: 15; }
.home-page #dashboard-verbindlichkeiten { order: 16; }
.home-page #dashboard-leistungen { order: 17; }
.home-page #dashboard-zahlungen { order: 18; }
.home-page .dashboard-final-cta { order: 19; }
.home-page #kontakt { order: 20; }

.home-page #belege,
.home-page #regeln,
.home-page #wissen,
.home-page #buchhaltungen,
.home-page #komplexe-buchungen,
.home-page #pdf-werkzeuge,
.home-page #preise {
  display: none;
}

/* Dashboard hand-off mirrors the RIVER AI introduction on the main page. */
#dashboard-einblick.dashboard-intro-section,
body[data-theme="light"] #dashboard-einblick.dashboard-intro-section {
  position: relative;
  min-height: calc(100svh - 72px);
  padding: clamp(82px, 8vw, 126px) 0 clamp(62px, 7vw, 96px);
  overflow: hidden;
  color: #0b0d0c;
  background:
    radial-gradient(circle at 50% 61%, rgba(0, 235, 28, 0.09) 0, rgba(0, 235, 28, 0.035) 22%, transparent 46%),
    linear-gradient(180deg, #f8f8f6 0%, #f2f3f0 100%);
  border: 0;
  border-radius: 0 0 28px 28px;
  box-shadow: inset 0 -1px 0 rgba(20, 31, 23, 0.07);
}

#dashboard-einblick .dashboard-intro-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: calc(100svh - 72px - clamp(144px, 15vw, 222px));
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#dashboard-einblick .dashboard-intro-eyebrow {
  margin: 0 0 clamp(28px, 3vw, 42px);
  color: #00c918;
  font-size: clamp(0.72rem, 0.95vw, 0.9rem);
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#dashboard-einblick .dashboard-intro-inner h2 {
  margin: 0;
  color: #090b09;
  font-size: clamp(3rem, 5.6vw, 6.4rem);
  font-weight: 690;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

#dashboard-einblick .dashboard-intro-copy {
  margin: clamp(32px, 3.7vw, 52px) 0 0;
  color: #111411;
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: -0.022em;
}

#dashboard-einblick .dashboard-intro-logo {
  display: block;
  width: min(64vw, 820px);
  height: auto;
  margin: clamp(52px, 6vw, 86px) auto clamp(52px, 6vw, 82px);
  object-fit: contain;
}

#dashboard-einblick .dashboard-intro-link {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  color: #313632;
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
}

#dashboard-einblick .dashboard-intro-arrow {
  color: #00eb1c;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 0.7;
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

#dashboard-einblick .dashboard-intro-link:hover .dashboard-intro-arrow,
#dashboard-einblick .dashboard-intro-link:focus-visible .dashboard-intro-arrow {
  transform: translateY(7px);
}

/* The dedicated product page keeps only the detailed RIVER AI story. */
.product-river-ai-page main {
  display: flex;
  flex-direction: column;
}

.product-river-ai-page .minimal-hero,
.product-river-ai-page #leitgedanke,
.product-river-ai-page #praxisbeispiele,
.product-river-ai-page #buchhaltungen,
.product-river-ai-page #systeme,
.product-river-ai-page #pdf-werkzeuge,
.product-river-ai-page #browser-arbeit,
.product-river-ai-page #arbeitsalltag,
.product-river-ai-page #aus-der-praxis,
.product-river-ai-page #dashboard-einblick,
.product-river-ai-page .dashboard-feature-section,
.product-river-ai-page #preise {
  display: none;
}

@media (max-width: 760px) {
  .site-header .nav-product-logo-ai {
    width: 112px;
  }

  .site-header .nav-product-logo-dashboard {
    width: 142px;
  }

  #dashboard-einblick.dashboard-intro-section,
  body[data-theme="light"] #dashboard-einblick.dashboard-intro-section {
    min-height: calc(100svh - 66px);
    padding: 72px 0 58px;
    border-radius: 0 0 20px 20px;
  }

  #dashboard-einblick .dashboard-intro-inner {
    min-height: calc(100svh - 196px);
  }

  #dashboard-einblick .dashboard-intro-eyebrow {
    margin-bottom: 24px;
    font-size: 0.66rem;
  }

  #dashboard-einblick .dashboard-intro-inner h2 {
    font-size: clamp(2.35rem, 12vw, 4rem);
    line-height: 0.98;
  }

  #dashboard-einblick .dashboard-intro-copy {
    max-width: 32rem;
    margin-top: 26px;
    font-size: clamp(0.9rem, 3.8vw, 1.05rem);
  }

  #dashboard-einblick .dashboard-intro-copy br {
    display: none;
  }

  #dashboard-einblick .dashboard-intro-logo {
    width: min(88vw, 580px);
    margin: 48px auto 54px;
  }

  #dashboard-einblick .dashboard-intro-link {
    gap: 15px;
    font-size: 0.68rem;
  }

  #dashboard-einblick .dashboard-intro-arrow {
    font-size: 3rem;
  }
}

@media (max-width: 760px) {
  .finance-control-visual {
    min-height: 680px;
  }

  .finance-core-panel {
    top: 47%;
    width: min(360px, calc(100% - 40px));
  }

  .finance-module {
    width: 82px;
    height: 78px;
    padding: 10px;
  }

  .finance-core-node {
    width: 150px;
    height: 150px;
  }

  .finance-core-node .core-shell {
    width: 96px;
    height: 96px;
  }

  .module-document {
    left: 26px;
    top: 24px;
  }

  .module-euro {
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }

  .module-analytics {
    right: 24px;
    top: 72px;
  }

  .module-payments {
    right: 14px;
    top: 250px;
  }

  .module-approval {
    right: 34px;
    bottom: 54px;
  }

  .module-ai {
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
  }

  .module-report {
    left: 26px;
    bottom: 66px;
  }

  .module-security {
    left: 14px;
    top: 248px;
  }

  .finance-connections {
    opacity: 0.72;
  }
}

@media (max-width: 1020px) {
  .minimal-hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  }

  .minimal-hero-copy h1 {
    font-size: clamp(2.8rem, 6.4vw, 4.8rem);
  }

  .hero,
  .split-section,
  .dashboard-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 560px;
  }

  .workflow-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .capacity-flow {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 0;
    padding-left: 34px;
  }

  .capacity-flow::before {
    top: 4px;
    bottom: 4px;
    left: 10px;
    right: auto;
    width: 2px;
    height: auto;
    opacity: 0.72;
    animation: none;
    transform-origin: top;
  }

  .capacity-flow article::before {
    top: 2px;
    left: -34px;
  }
}

@media (max-width: 760px) {
  .cursor-glow {
    display: none;
  }

  .ai-background {
    opacity: 0.46;
  }

  .ai-background::before {
    background-size: auto, 420px 300px, 460px 330px;
    animation-duration: 42s;
  }

  .ai-background::after {
    opacity: 0.48;
    animation-duration: 34s;
  }

  .flow-c,
  .node-d,
  .comet-d,
  .comet-e,
  .comet-f,
  .file-ghost {
    display: none;
  }

  .comet::before {
    width: 46px;
  }

  .flow-line {
    width: 58vw;
    opacity: 0.38;
  }

  .site-header {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .minimal-hero {
    min-height: 820px;
    margin-top: 12px;
  }

  .minimal-hero-inner {
    display: block;
    padding-top: 74px;
  }

  .minimal-hero-copy {
    max-width: 92%;
    padding-bottom: 0;
  }

  .minimal-hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(2.75rem, 13vw, 4.1rem);
    line-height: 1.02;
  }

  .minimal-hero-copy p {
    max-width: 430px;
    font-size: 0.96rem;
  }

  .glass-growth {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    min-height: 410px;
  }

  .glass-column {
    bottom: 6%;
    width: clamp(72px, 23vw, 112px);
  }

  .glass-column-small {
    left: 2%;
    height: 34%;
  }

  .glass-column-medium {
    left: 36%;
    height: 56%;
  }

  .glass-column-large {
    right: 0;
    height: 78%;
  }

  .hero.animation-hero {
    padding: 64px 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 0.35rem;
    padding: 4px;
    overflow-x: auto;
  }

  .nav-links a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 12px;
  }

  .theme-toggle {
    margin-left: auto;
  }

  .toggle-track {
    width: 116px;
    height: 38px;
  }

  .toggle-thumb {
    width: 52px;
    height: 28px;
  }

  body[data-theme="light"] .toggle-thumb {
    transform: translateX(56px);
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero {
    min-height: auto;
    padding: 54px 0 68px;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 3.15rem);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .balanced-heading {
    font-size: clamp(2rem, 9vw, 2.85rem);
    line-height: 1.1;
  }

  .hero-stage {
    min-height: 520px;
  }

  .hero-device {
    width: min(430px, 112%);
    top: 52%;
  }

  .document-card,
  .metric-stack {
    width: min(220px, 58%);
  }

  .metric-stack {
    right: 18px;
    top: 24px;
  }

  .upload-card {
    left: 18px;
    top: 86px;
  }

  .booking-card {
    right: 18px;
    bottom: 50px;
  }

  .analysis-card {
    width: min(210px, 58%);
    bottom: 170px;
  }

  .process-flow span {
    width: 24%;
  }

  .process-flow span:first-child {
    left: 20%;
  }

  .process-flow span:last-child {
    right: 19%;
  }

  .hero-stage {
    min-height: 620px;
  }

  .hero-visual-inner .hero-device {
    top: 43%;
    width: min(430px, 108%);
  }

  .pipeline-card {
    width: min(230px, 54%);
    padding: 14px;
  }

  .pipeline-card.upload-card {
    top: 24px;
    left: 16px;
  }

  .processing-card {
    top: 108px;
    right: 16px;
    display: block;
  }

  .export-card {
    right: 16px;
    bottom: 42px;
  }

  .scroll-connectors {
    transform: scale(0.92);
    transform-origin: center;
  }

  .workflow-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .workflow-card,
  .price-card {
    min-height: auto;
  }

  .split-section,
  .dashboard-section,
  .contact-section,
  .workflow-section,
  .pricing-section {
    padding: 72px 0;
  }

  .balance-row,
  footer {
    flex-direction: column;
  }
}
}

/* Themed contact copy while preserving the original card and background */
#kontakt,
body[data-theme="light"] #kontakt {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: center;
  padding-block: clamp(78px, 7vw, 112px);
}

#kontakt .contact-copy .eyebrow,
body[data-theme="light"] #kontakt .contact-copy .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 24px;
  padding: 8px 14px;
  color: #5d7b69;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(101, 139, 113, 0.22);
  border-radius: 999px;
  box-shadow: none;
}

#kontakt .contact-copy h2,
body[data-theme="light"] #kontakt .contact-copy h2 {
  max-width: 13ch;
  margin: 0 0 28px;
  color: #0d1711;
  font-size: clamp(2.65rem, 4.25vw, 4.8rem);
  font-weight: 470;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

#kontakt .contact-copy > p:last-child,
body[data-theme="light"] #kontakt .contact-copy > p:last-child {
  max-width: 56ch;
  margin: 0;
  color: #637168;
  font-size: clamp(0.95rem, 1.05vw, 1.04rem);
  line-height: 1.75;
}

@media (max-width: 820px) {
  #kontakt,
  body[data-theme="light"] #kontakt {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  #kontakt .contact-copy h2,
  body[data-theme="light"] #kontakt .contact-copy h2 {
    max-width: 15ch;
  }
}

@media (max-width: 600px) {
  #kontakt,
  body[data-theme="light"] #kontakt {
    padding-block: 82px;
  }

  #kontakt .contact-copy h2,
  body[data-theme="light"] #kontakt .contact-copy h2 {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }
}

/* Pricing aligned with the light sage design system */
#preise,
body[data-theme="light"] #preise {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(104px, 9vw, 148px);
  color: #101a14;
  background:
    radial-gradient(ellipse 44rem 24rem at 8% 18%, rgba(255, 255, 255, 0.84), transparent 70%),
    radial-gradient(ellipse 40rem 22rem at 92% 84%, rgba(127, 165, 141, 0.14), transparent 70%),
    linear-gradient(145deg, #f7f6f0 0%, #eef3ed 52%, #f8f6f1 100%);
  box-shadow: inset 0 1px 0 rgba(57, 78, 64, 0.08), inset 0 -1px 0 rgba(57, 78, 64, 0.08);
}

/* Slim automatic testimonial marquee */
.testimonial-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  min-height: 190px;
  overflow: hidden;
  color: #162119;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.78), transparent 32%),
    linear-gradient(115deg, #f6f5ef, #edf3ed 54%, #f7f5ef);
  border-block: 1px solid rgba(76, 104, 85, 0.1);
}

.testimonial-strip::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 245, 239, 0.96), transparent 12%, transparent 90%, rgba(247, 245, 239, 0.94));
  content: "";
  pointer-events: none;
}

.testimonial-strip-label {
  position: relative;
  z-index: 3;
  display: flex;
  padding: 34px clamp(26px, 4vw, 72px);
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(90deg, rgba(247, 246, 241, 0.98), rgba(241, 245, 240, 0.92));
  border-right: 1px solid rgba(82, 113, 92, 0.1);
}

.testimonial-strip-label span {
  margin-bottom: 9px;
  color: #6a8575;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.testimonial-strip-label strong {
  max-width: 18ch;
  color: #142018;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  font-weight: 520;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.testimonial-marquee {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.testimonial-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 26px 14px;
  animation: testimonial-marquee-scroll 44s linear infinite;
  will-change: transform;
}

.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-track article {
  display: flex;
  width: clamp(300px, 25vw, 390px);
  min-height: 124px;
  padding: 24px 26px;
  justify-content: space-between;
  flex-direction: column;
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 255, 255, 0.84), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 252, 0.62), rgba(226, 238, 229, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(40, 58, 46, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.testimonial-track p {
  margin: 0 0 16px;
  color: #27352c;
  font-size: 0.93rem;
  line-height: 1.45;
}

.testimonial-track span {
  color: #789083;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

@keyframes testimonial-marquee-scroll {
  to {
    transform: translate3d(calc(-50% - 7px), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-track {
    animation: none;
  }

  .testimonial-marquee {
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .testimonial-strip {
    grid-template-columns: 1fr;
  }

  .testimonial-strip-label {
    padding: 26px 22px 18px;
    border-right: 0;
  }

  .testimonial-strip-label strong {
    max-width: none;
  }

  .testimonial-track {
    padding-block: 18px 26px;
  }

  .testimonial-track article {
    width: min(82vw, 340px);
  }
}

#preise::before,
body[data-theme="light"] #preise::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, transparent 7%, rgba(86, 113, 95, 0.04) calc(7% + 1px), transparent calc(7% + 2px) 93%, rgba(86, 113, 95, 0.04) calc(93% + 1px), transparent calc(93% + 2px)),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.68) 0 1px, transparent 2px);
  background-size: auto, 24px 24px;
  opacity: 0.42;
  animation: none;
  content: "";
  pointer-events: none;
}

#preise::after,
body[data-theme="light"] #preise::after {
  display: none;
}

#preise .section-intro.centered {
  max-width: 900px;
  margin-bottom: clamp(44px, 5vw, 68px);
}

#preise .section-intro .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 auto 24px;
  padding: 8px 14px;
  color: #5d7a69;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(101, 139, 113, 0.22);
  border-radius: 999px;
  box-shadow: none;
}

#preise .section-intro h2 {
  max-width: 14ch;
  margin: 0 auto;
  color: #0d1711;
  font-size: clamp(3rem, 5.4vw, 6rem);
  font-weight: 470;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

#preise .pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  background: transparent;
}

#preise .price-card,
body[data-theme="light"] #preise .price-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 390px;
  padding: clamp(28px, 2.6vw, 38px);
  overflow: hidden;
  flex-direction: column;
  color: #152019;
  background:
    radial-gradient(circle at 12% 7%, rgba(255, 255, 255, 0.8), transparent 38%),
    radial-gradient(circle at 92% 94%, rgba(127, 165, 141, 0.14), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 252, 0.62), rgba(229, 238, 231, 0.34));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 23px;
  box-shadow:
    0 20px 50px rgba(39, 57, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(80, 112, 90, 0.1);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  transform: none;
  transition: transform 0.38s cubic-bezier(0.2, 0.75, 0.25, 1), border-color 0.38s ease, box-shadow 0.38s ease;
}

#preise .price-card::before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(109, 151, 122, 0.58), transparent);
  opacity: 0.72;
  content: "";
}

#preise .price-card::after {
  display: none;
}

#preise .price-card:hover {
  border-color: rgba(115, 151, 126, 0.3);
  box-shadow:
    0 28px 62px rgba(39, 57, 45, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: translateY(-5px);
}

#preise .plan,
body[data-theme="light"] #preise .plan {
  margin-bottom: 42px;
  color: #547864;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#preise .price-card h3,
body[data-theme="light"] #preise .price-card h3 {
  margin: 0 0 24px;
  color: #0e1712;
  font-size: clamp(2rem, 2.8vw, 3.15rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

#preise .price-card:last-child h3 {
  font-size: clamp(1.8rem, 2.3vw, 2.6rem);
}

#preise .price-card p,
body[data-theme="light"] #preise .price-card p {
  margin: 0;
  color: #647168;
  font-size: 0.96rem;
  line-height: 1.7;
}

#preise .price-card a,
body[data-theme="light"] #preise .price-card a {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  color: #224a32;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(92, 128, 103, 0.24);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

#preise .price-card a::before,
#preise .price-card a::after {
  display: none;
}

#preise .price-card a:hover,
body[data-theme="light"] #preise .price-card a:hover {
  color: #fff;
  background: linear-gradient(135deg, #527e64, #7fa58d);
  box-shadow: 0 14px 30px rgba(62, 111, 78, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  #preise .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  #preise,
  body[data-theme="light"] #preise {
    padding-block: 82px;
  }

  #preise .section-intro h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  #preise .pricing-grid {
    grid-template-columns: 1fr;
  }

  #preise .price-card {
    min-height: 360px;
  }
}

/* Premium full-bleed background for the second section */
#loesung,
body[data-theme="light"] #loesung {
  position: relative;
  isolation: isolate;
  padding-block: clamp(108px, 9vw, 152px);
}

#loesung::before,
body[data-theme="light"] #loesung::before {
  position: absolute;
  z-index: -2;
  inset: 0 calc(50% - 50vw);
  background:
    radial-gradient(ellipse 46rem 30rem at 9% 14%, rgba(255, 255, 255, 0.94), transparent 68%),
    radial-gradient(ellipse 38rem 24rem at 91% 78%, rgba(127, 165, 141, 0.16), transparent 70%),
    radial-gradient(ellipse 32rem 20rem at 52% 108%, rgba(190, 166, 108, 0.1), transparent 72%),
    linear-gradient(118deg, #f8f7f1 0%, #eef2eb 48%, #f7f5ee 100%);
  box-shadow:
    inset 0 1px 0 rgba(48, 67, 55, 0.1),
    inset 0 -1px 0 rgba(48, 67, 55, 0.1),
    inset 0 36px 70px rgba(255, 255, 255, 0.34);
  content: "";
  pointer-events: none;
}

#loesung::after,
body[data-theme="light"] #loesung::after {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(73, 99, 82, 0.05) 7% calc(7% + 1px), transparent calc(7% + 1px) 93%, rgba(73, 99, 82, 0.05) 93% calc(93% + 1px), transparent calc(93% + 1px)),
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.7) 0 1px, transparent 2px);
  background-size: auto, 22px 22px;
  mask-image: linear-gradient(90deg, transparent, black 22%, black 78%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 22%, black 78%, transparent);
  opacity: 0.42;
  content: "";
  pointer-events: none;
}

#loesung .eyebrow {
  color: #668372;
}

#loesung .balanced-heading {
  color: #101a14;
  text-wrap: balance;
}

#loesung .copy-block > p {
  color: #55635a;
}

@media (max-width: 760px) {
  #loesung,
  body[data-theme="light"] #loesung {
    padding-block: 82px;
  }
}

/* Premium workflow section */
#workflow,
body[data-theme="light"] #workflow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(104px, 9vw, 150px);
  color: #101a14;
  background: transparent;
  box-shadow: none;
}

#workflow::before,
body[data-theme="light"] #workflow::before {
  display: none;
}

#workflow::after,
body[data-theme="light"] #workflow::after {
  display: none;
}

#workflow .section-intro.centered {
  max-width: 850px;
  margin-bottom: clamp(42px, 5vw, 68px);
}

#workflow .eyebrow {
  color: #668372;
}

#workflow .section-intro h2 {
  max-width: 15ch;
  margin-inline: auto;
  color: #0e1913;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  line-height: 0.97;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

#workflow .section-intro > p:last-child {
  max-width: 56ch;
  margin: 24px auto 0;
  color: #5d6961;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.7;
}

#workflow .workflow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  background: transparent;
}

#workflow .workflow-card,
body[data-theme="light"] #workflow .workflow-card {
  position: relative;
  grid-column: auto;
  min-height: 250px;
  padding: clamp(24px, 2.2vw, 32px);
  overflow: hidden;
  isolation: isolate;
  color: #142019;
  background-image:
    linear-gradient(145deg, rgba(255, 255, 253, 0.68), rgba(238, 246, 240, 0.46)),
    url("assets/glass-column-material-soft.jpg?v=20260724");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  box-shadow:
    0 16px 42px rgba(38, 55, 44, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    inset 0 -1px 0 rgba(74, 111, 87, 0.1);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  transition: transform 0.4s cubic-bezier(0.2, 0.75, 0.25, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

#workflow .workflow-card + .workflow-card {
  border-left-color: rgba(255, 255, 255, 0.62);
}

#workflow .workflow-card::before {
  position: absolute;
  z-index: 1;
  inset: -55%;
  display: block;
  background: linear-gradient(112deg, transparent 38%, rgba(255, 255, 255, 0.3) 48%, transparent 58%);
  mix-blend-mode: screen;
  transform: translate3d(-34%, 0, 0) rotate(8deg);
  animation: workflow-liquid-glint 11s ease-in-out infinite alternate;
  content: "";
  pointer-events: none;
}

#workflow .workflow-card::after {
  position: absolute;
  z-index: 0;
  inset: -38%;
  background:
    radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.32), transparent 24%),
    radial-gradient(circle at 70% 68%, rgba(105, 157, 124, 0.12), transparent 30%);
  filter: blur(20px);
  transform: translate3d(-5%, -3%, 0) scale(1.05);
  animation: workflow-liquid-drift 10s ease-in-out infinite alternate;
  content: "";
  pointer-events: none;
}

#workflow .workflow-card > * {
  position: relative;
  z-index: 2;
}

#workflow .workflow-card:nth-child(2)::before {
  animation-delay: -2s;
}

#workflow .workflow-card:nth-child(3)::before {
  animation-delay: -4s;
}

#workflow .workflow-card:nth-child(4)::before {
  animation-delay: -6s;
}

#workflow .workflow-card:nth-child(5)::before {
  animation-delay: -8s;
}

@keyframes workflow-liquid-glint {
  to {
    transform: translate3d(34%, 0, 0) rotate(8deg);
  }
}

@keyframes workflow-liquid-drift {
  to {
    transform: translate3d(7%, 5%, 0) scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  #workflow .workflow-card::before {
    animation: none;
  }

  #workflow .workflow-card::after {
    animation: none;
  }
}

#workflow .workflow-card:hover {
  border-color: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 22px 50px rgba(38, 55, 44, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
}

#workflow .step,
body[data-theme="light"] #workflow .step {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  place-items: center;
  color: #486555;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid rgba(94, 128, 106, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

#workflow .workflow-card h3,
body[data-theme="light"] #workflow .workflow-card h3 {
  margin-bottom: 14px;
  color: #142019;
  font-size: clamp(1.25rem, 1.6vw, 1.6rem);
  letter-spacing: -0.025em;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.12;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.62);
}

#workflow .workflow-card:last-child h3 {
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
}

#workflow .workflow-card p,
body[data-theme="light"] #workflow .workflow-card p {
  color: #637068;
  font-size: 0.98rem;
  line-height: 1.65;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.52);
}

@media (max-width: 900px) {
  #workflow .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #workflow .workflow-card,
  #workflow .workflow-card:nth-child(4),
  #workflow .workflow-card:nth-child(5) {
    grid-column: auto;
  }

  #workflow .workflow-card:last-child {
    grid-column: 1 / -1;
  }

}

@media (max-width: 600px) {
  #workflow,
  body[data-theme="light"] #workflow {
    padding-block: 82px;
  }

  #workflow .section-intro h2 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  #workflow .workflow-grid {
    grid-template-columns: 1fr;
  }

  #workflow .workflow-card,
  #workflow .workflow-card:last-child {
    grid-column: auto;
    min-height: auto;
  }
}

@media not all {
/* Premium pricing composition */
#preise,
body[data-theme="light"] #preise {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(110px, 9vw, 160px);
  color: #101713;
  background:
    radial-gradient(ellipse 42rem 22rem at 8% 22%, rgba(195, 222, 203, 0.26), transparent 70%),
    radial-gradient(ellipse 38rem 22rem at 92% 10%, rgba(224, 235, 214, 0.32), transparent 72%),
    linear-gradient(135deg, #f7f4ee 0%, #faf9f5 48%, #f2f5ed 100%);
  box-shadow: inset 0 1px 0 rgba(49, 70, 56, 0.08), inset 0 -1px 0 rgba(49, 70, 56, 0.08);
}

#preise::before,
body[data-theme="light"] #preise::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  background:
    radial-gradient(ellipse 42% 32% at 13% 35%, transparent 98%, rgba(109, 151, 123, 0.14) 99%, transparent 100%),
    radial-gradient(ellipse 48% 30% at 77% 32%, transparent 98%, rgba(109, 151, 123, 0.11) 99%, transparent 100%),
    radial-gradient(ellipse 36% 28% at 94% 54%, transparent 98%, rgba(109, 151, 123, 0.1) 99%, transparent 100%);
  opacity: 0.72;
  animation: none;
  content: "";
  pointer-events: none;
}

#preise::after,
body[data-theme="light"] #preise::after {
  position: absolute;
  z-index: -1;
  inset: 17% 6% auto;
  height: 3px;
  display: block;
  background:
    radial-gradient(circle, #8fc59c 0 3px, transparent 4px) left center / 8px 8px no-repeat,
    radial-gradient(circle, #8fc59c 0 3px, transparent 4px) right center / 8px 8px no-repeat;
  opacity: 0.75;
  animation: none;
  content: "";
  pointer-events: none;
}

#preise .section-shell {
  width: min(1420px, calc(100% - 40px));
}

#preise .section-intro.centered {
  max-width: 1120px;
  margin-bottom: clamp(52px, 5.5vw, 82px);
}

#preise .section-intro .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 auto 28px;
  padding: 10px 18px;
  color: #547161;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(98, 139, 111, 0.28);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

#preise .section-intro h2 {
  margin: 0;
  color: #080b09;
  font-size: clamp(3.4rem, 6.2vw, 7rem);
  font-weight: 470;
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

#preise .section-intro > p:last-child {
  margin: 30px auto 0;
  color: #5c655f;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.55;
}

#preise .pricing-glass-frame {
  position: relative;
  padding: 78px clamp(22px, 3vw, 46px) 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.56), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(235, 241, 233, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 32px;
  box-shadow:
    0 34px 80px rgba(54, 72, 60, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(85, 112, 94, 0.1);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

#preise .pricing-connectors {
  position: absolute;
  z-index: 0;
  top: 22px;
  right: 4%;
  left: 4%;
  width: 92%;
  height: 92px;
  overflow: visible;
  pointer-events: none;
}

#preise .pricing-connectors path {
  fill: none;
  stroke: rgba(58, 125, 80, 0.72);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

#preise .pricing-connectors circle {
  fill: #f7f8f3;
  stroke: rgba(58, 125, 80, 0.82);
  stroke-width: 1.3;
  vector-effect: non-scaling-stroke;
}

#preise .pricing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: clamp(16px, 2.2vw, 32px);
  background: transparent;
}

#preise .price-card,
body[data-theme="light"] #preise .price-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 480px;
  padding: clamp(30px, 3vw, 48px);
  flex-direction: column;
  color: #17221b;
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 255, 255, 0.82), transparent 36%),
    linear-gradient(155deg, rgba(255, 255, 252, 0.68), rgba(229, 238, 230, 0.44));
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 25px;
  box-shadow:
    0 22px 54px rgba(47, 70, 54, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.96),
    inset -1px -1px 0 rgba(76, 109, 85, 0.12);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  transform: none;
  transition: transform 0.4s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

#preise .price-card.featured {
  min-height: 540px;
  padding-top: 92px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.88), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(127, 165, 141, 0.2), transparent 52%),
    linear-gradient(155deg, rgba(248, 252, 247, 0.78), rgba(219, 232, 221, 0.56));
  border-color: rgba(88, 132, 102, 0.42);
  box-shadow:
    0 30px 72px rgba(47, 83, 58, 0.15),
    inset 1px 1px 0 rgba(255, 255, 255, 0.98),
    inset -1px -1px 0 rgba(65, 115, 80, 0.17);
}

#preise .price-card:hover {
  border-color: rgba(88, 132, 102, 0.38);
  box-shadow:
    0 30px 68px rgba(47, 70, 54, 0.15),
    inset 1px 1px 0 rgba(255, 255, 255, 0.98);
  transform: translateY(-6px);
}

#preise .price-badge {
  position: absolute;
  top: 28px;
  left: 50%;
  padding: 8px 20px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #15984d, #3fb66b);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(30, 137, 70, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  transform: translateX(-50%);
}

#preise .plan,
body[data-theme="light"] #preise .plan {
  margin: 0 0 42px;
  color: #23814a;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#preise .price-card h3,
body[data-theme="light"] #preise .price-card h3 {
  margin: 0;
  color: #090d0a;
  font-size: clamp(2rem, 2.8vw, 3.15rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

#preise .price-card:last-child h3 {
  font-size: clamp(1.8rem, 2.25vw, 2.65rem);
}

#preise .price-rule {
  display: block;
  width: 42px;
  height: 1px;
  margin: 28px 0 22px;
  background: #31945a;
}

#preise .price-card p,
body[data-theme="light"] #preise .price-card p {
  margin: 0;
  color: #57645c;
  font-size: 0.98rem;
  line-height: 1.75;
}

#preise .price-card a,
body[data-theme="light"] #preise .price-card a {
  display: flex;
  width: 100%;
  min-height: 54px;
  margin-top: auto;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  color: #19432b;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(225, 236, 227, 0.3));
  border: 1px solid rgba(89, 126, 101, 0.26);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(48, 72, 55, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

#preise .price-card a::before,
#preise .price-card a::after {
  display: none;
}

#preise .price-card a:hover,
body[data-theme="light"] #preise .price-card a:hover {
  color: #fff;
  background: linear-gradient(135deg, #1b7f47, #52a66f);
  box-shadow: 0 16px 34px rgba(42, 117, 70, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  #preise .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #preise .pricing-connectors {
    display: none;
  }

  #preise .price-card,
  #preise .price-card.featured {
    min-height: 450px;
  }
}

@media (max-width: 640px) {
  #preise,
  body[data-theme="light"] #preise {
    padding-block: 84px;
  }

  #preise .section-shell {
    width: min(calc(100% - 28px), 1420px);
  }

  #preise .section-intro h2 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  #preise .pricing-glass-frame {
    padding: 18px;
    border-radius: 26px;
  }

  #preise .pricing-grid {
    grid-template-columns: 1fr;
  }

  #preise .price-card,
  #preise .price-card.featured {
    min-height: 410px;
    padding: 32px;
  }

  #preise .price-card.featured {
    padding-top: 84px;
  }
}
}

/* Dark automatic placeholder logo strip */
.client-logo-strip {
  position: relative;
  height: 118px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 32rem 9rem at 18% 50%, rgba(78, 133, 96, 0.16), transparent 70%),
    radial-gradient(ellipse 28rem 8rem at 82% 50%, rgba(127, 165, 141, 0.1), transparent 72%),
    linear-gradient(100deg, #09110d, #101d16 48%, #0a140f);
  border-block: 1px solid rgba(156, 191, 167, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), inset 0 -1px 0 rgba(0, 0, 0, 0.28);
}

.client-logo-strip::before,
.client-logo-strip::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: clamp(54px, 9vw, 150px);
  content: "";
  pointer-events: none;
}

.client-logo-strip::before {
  left: 0;
  background: linear-gradient(90deg, #09110d, transparent);
}

.client-logo-strip::after {
  right: 0;
  background: linear-gradient(270deg, #0a140f, transparent);
}

.client-logo-track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  animation: client-logo-scroll 32s linear infinite;
  will-change: transform;
}

.client-logo {
  display: flex;
  width: clamp(210px, 18vw, 290px);
  padding-inline: 30px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(222, 235, 226, 0.55);
  border-right: 1px solid rgba(185, 211, 193, 0.08);
  transition: color 0.35s ease, transform 0.35s ease;
}

.client-logo:hover {
  color: rgba(241, 249, 243, 0.94);
  transform: translateY(-2px);
}

.client-logo strong {
  font-size: clamp(0.9rem, 1.25vw, 1.18rem);
  font-weight: 560;
  letter-spacing: 0.14em;
}

.logo-mark {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  color: #00eb1c;
}

.mark-ring {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.mark-ring::after {
  position: absolute;
  inset: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.mark-diamond {
  width: 19px;
  height: 19px;
  margin-inline: 3px;
  border: 2px solid currentColor;
  transform: rotate(45deg);
}

.mark-cross::before,
.mark-cross::after {
  position: absolute;
  top: 2px;
  left: 11px;
  width: 3px;
  height: 21px;
  border-radius: 3px;
  background: currentColor;
  content: "";
}

.mark-cross::after {
  transform: rotate(90deg);
}

.mark-bars {
  border-left: 5px solid currentColor;
  border-right: 5px solid currentColor;
}

.mark-bars::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 5px;
  background: currentColor;
  content: "";
}

@keyframes client-logo-scroll {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-logo-track {
    animation: none;
  }

  .client-logo-strip {
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
  .client-logo-strip {
    height: 96px;
  }

  .client-logo {
    width: 200px;
    padding-inline: 22px;
  }
}

@media not all {
/* Contact section aligned with the light sage theme */
#kontakt,
body[data-theme="light"] #kontakt {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
  padding-block: clamp(108px, 10vw, 164px);
  color: #101a14;
}

#kontakt::before,
body[data-theme="light"] #kontakt::before {
  position: absolute;
  z-index: -2;
  inset: 0 calc(50% - 50vw);
  display: block;
  background:
    radial-gradient(ellipse 46rem 26rem at 8% 16%, rgba(255, 255, 255, 0.88), transparent 70%),
    radial-gradient(ellipse 42rem 24rem at 92% 82%, rgba(127, 165, 141, 0.16), transparent 70%),
    linear-gradient(135deg, #f7f6f1 0%, #edf3ed 52%, #f8f6f0 100%);
  box-shadow: inset 0 1px 0 rgba(60, 82, 67, 0.08), inset 0 -1px 0 rgba(60, 82, 67, 0.08);
  content: "";
  pointer-events: none;
}

#kontakt::after,
body[data-theme="light"] #kontakt::after {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  display: block;
  background:
    linear-gradient(90deg, transparent 7%, rgba(82, 109, 91, 0.04) calc(7% + 1px), transparent calc(7% + 2px) 93%, rgba(82, 109, 91, 0.04) calc(93% + 1px), transparent calc(93% + 2px)),
    radial-gradient(circle at 80% 22%, rgba(255, 255, 255, 0.72) 0 1px, transparent 2px);
  background-size: auto, 24px 24px;
  opacity: 0.44;
  content: "";
  pointer-events: none;
}

#kontakt .contact-copy .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 24px;
  padding: 8px 14px;
  color: #5f7d6b;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(101, 139, 113, 0.22);
  border-radius: 999px;
  box-shadow: none;
}

#kontakt .contact-copy h2 {
  max-width: 13ch;
  margin: 0 0 28px;
  color: #0d1711;
  font-size: clamp(3rem, 5.3vw, 6rem);
  font-weight: 470;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

#kontakt .contact-copy > p:last-child {
  max-width: 56ch;
  margin: 0;
  color: #637168;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

#kontakt .contact-card,
body[data-theme="light"] #kontakt .contact-card {
  position: relative;
  display: flex;
  min-height: 380px;
  padding: clamp(32px, 4vw, 54px);
  overflow: hidden;
  justify-content: center;
  flex-direction: column;
  color: #142019;
  background:
    radial-gradient(circle at 10% 7%, rgba(255, 255, 255, 0.82), transparent 38%),
    radial-gradient(circle at 94% 94%, rgba(127, 165, 141, 0.16), transparent 50%),
    linear-gradient(145deg, rgba(255, 255, 252, 0.62), rgba(226, 237, 229, 0.34));
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 26px;
  box-shadow:
    0 26px 64px rgba(40, 58, 46, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(81, 112, 91, 0.1);
  backdrop-filter: blur(18px) saturate(128%);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
}

#kontakt .contact-card::before {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102, 145, 116, 0.64), transparent);
  content: "";
}

#kontakt .contact-card > span {
  margin-bottom: 30px;
  color: #5b7967;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

#kontakt .contact-card a,
body[data-theme="light"] #kontakt .contact-card a {
  position: relative;
  display: flex;
  padding: 17px 0;
  align-items: center;
  justify-content: space-between;
  color: #1d3025;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  font-weight: 520;
  text-decoration: none;
  border-bottom: 1px solid rgba(89, 122, 100, 0.14);
  transition: color 0.3s ease, padding-left 0.3s ease;
}

#kontakt .contact-card a::after {
  color: #6d947b;
  font-size: 1rem;
  content: "↗";
  transition: transform 0.3s ease;
}

#kontakt .contact-card a:hover {
  padding-left: 6px;
  color: #3f7253;
}

#kontakt .contact-card a:hover::after {
  transform: translate3d(3px, -3px, 0);
}

@media (max-width: 820px) {
  #kontakt,
  body[data-theme="light"] #kontakt {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  #kontakt .contact-copy h2 {
    max-width: 15ch;
  }
}

@media (max-width: 600px) {
  #kontakt,
  body[data-theme="light"] #kontakt {
    padding-block: 82px;
  }

  #kontakt .contact-copy h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  #kontakt .contact-card {
    min-height: 340px;
    padding: 30px;
  }
}
}

/* Contact form inside the existing contact card */
#kontakt .contact-form-card {
  position: relative;
  display: block;
  width: min(100%, 460px);
  min-height: auto;
  padding: 24px;
  overflow: hidden;
  isolation: isolate;
  justify-self: end;
  background:
    radial-gradient(circle at 10% 7%, rgba(255, 255, 255, 0.78), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 252, 0.54), rgba(226, 237, 229, 0.3));
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  box-shadow:
    0 26px 62px rgba(30, 35, 32, 0.09),
    inset 1px 1px 0 rgba(255, 255, 255, 0.92),
    inset -1px -1px 0 rgba(75, 109, 84, 0.12);
  backdrop-filter: blur(20px) saturate(138%);
  -webkit-backdrop-filter: blur(20px) saturate(138%);
}

#kontakt .contact-form-card::before {
  position: absolute;
  z-index: 1;
  inset: -52%;
  background: linear-gradient(112deg, transparent 38%, rgba(255, 255, 255, 0.34) 48%, transparent 58%);
  mix-blend-mode: screen;
  transform: translate3d(-32%, 0, 0) rotate(8deg);
  animation: contact-form-glint 10s ease-in-out infinite alternate;
  content: "";
  pointer-events: none;
}

#kontakt .contact-form-card::after {
  position: absolute;
  z-index: 0;
  inset: -38%;
  background: radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.34), transparent 24%);
  filter: blur(20px);
  transform: translate3d(-5%, -3%, 0) scale(1.05);
  animation: contact-form-liquid 9s ease-in-out infinite alternate;
  content: "";
  pointer-events: none;
}

#kontakt .contact-form-card > * {
  position: relative;
  z-index: 2;
}

@keyframes contact-form-glint {
  to {
    transform: translate3d(32%, 0, 0) rotate(8deg);
  }
}

@keyframes contact-form-liquid {
  to {
    transform: translate3d(7%, 5%, 0) scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  #kontakt .contact-form-card::before,
  #kontakt .contact-form-card::after {
    animation: none;
  }
}

#kontakt .contact-form {
  display: grid;
  gap: 12px;
}

#kontakt .contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

#kontakt .contact-form label {
  display: grid;
  gap: 6px;
}

#kontakt .contact-form label > span {
  color: #6b7d72;
  font-size: 0.65rem;
  font-weight: 720;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#kontakt .contact-form input,
#kontakt .contact-form textarea {
  width: 100%;
  color: #17241b;
  font: inherit;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(97, 132, 108, 0.2);
  border-radius: 14px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

#kontakt .contact-form input {
  height: 44px;
  padding: 0 13px;
}

#kontakt .contact-form textarea {
  height: 84px;
  min-height: 84px;
  padding: 11px 13px;
  resize: vertical;
}

#kontakt .contact-form input:focus,
#kontakt .contact-form textarea:focus {
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(77, 129, 94, 0.48);
  box-shadow: 0 0 0 4px rgba(127, 165, 141, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

#kontakt .contact-form input:invalid:not(:focus):not(:placeholder-shown),
#kontakt .contact-form textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: rgba(157, 80, 67, 0.44);
}

#kontakt .contact-form button {
  display: flex;
  width: 100%;
  min-height: 48px;
  margin-top: 3px;
  padding: 0 22px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 680;
  cursor: pointer;
  background: linear-gradient(135deg, #527e64, #7fa58d);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(51, 104, 68, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

#kontakt .contact-form button:hover {
  box-shadow: 0 20px 42px rgba(51, 104, 68, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transform: translateY(-2px);
}

#kontakt .contact-form-status {
  min-height: 1.2em;
  margin: -4px 0 0;
  color: #5c7566;
  font-size: 0.78rem;
}

#kontakt .contact-form-direct {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr) auto) minmax(0, 1fr);
  margin-top: 15px;
  padding-top: 15px;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(44, 47, 45, 0.12);
}

#kontakt .contact-form-direct > strong {
  color: #555955;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}

#kontakt .contact-form-direct a,
body[data-theme="light"] #kontakt .contact-form-direct a {
  padding: 0;
  color: #555955;
  font-size: 0.76rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 0;
  transition: color 0.25s ease;
}

#kontakt .contact-form-direct a:hover {
  color: #171817;
}

#kontakt .contact-form-separator {
  width: 3px;
  height: 3px;
  flex: 0 0 auto;
  background: #a4a6a3;
  border-radius: 50%;
}

@media (max-width: 560px) {
  #kontakt .contact-form-row {
    grid-template-columns: 1fr;
  }

  #kontakt .contact-form-direct {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 9px;
  }

  #kontakt .contact-form-separator {
    width: 2px;
    height: 2px;
  }
}

@media (max-width: 820px) {
  #kontakt .contact-form-card {
    width: 100%;
    justify-self: stretch;
  }
}

/* One consistent visual level for every section title */
#workflow .section-intro h2,
#preise .section-intro h2,
#kontakt .contact-copy h2,
body[data-theme="light"] #kontakt .contact-copy h2 {
  font-size: clamp(2.1rem, 3.3vw, 2.65rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

#preise .section-intro h2 {
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 560px) {
  #preise .section-intro h2 {
    font-size: clamp(1.6rem, 6.8vw, 2.1rem);
  }
}

/* Chromium compositor path: preserve the design while avoiding full-page repaints. */
.chromium-browser .ai-background,
.chromium-browser body[data-theme="light"] .ai-background {
  opacity: 0.38;
  mix-blend-mode: normal;
}

.chromium-browser .ai-background::before,
.chromium-browser .ai-background::after,
.chromium-browser .ai-background *,
.chromium-browser .ai-background *::before,
.chromium-browser .ai-background *::after {
  animation: none !important;
  will-change: auto !important;
}

.chromium-browser .nav-links,
.chromium-browser .minimal-hero-link,
.chromium-browser .process-video-copy,
.chromium-browser #workflow .workflow-card,
.chromium-browser #preise .price-card,
.chromium-browser #preise .price-card a,
.chromium-browser #kontakt .contact-form-card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.chromium-browser .nav-links {
  clip-path: inset(0 0 0 0 round 14px);
  transition:
    opacity 0.24s ease,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.4s;
  will-change: transform, opacity;
}

.chromium-browser .minimal-hero-link {
  box-shadow:
    0 14px 34px rgba(63, 91, 73, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(74, 113, 88, 0.2);
  filter: drop-shadow(var(--shadow-x) var(--shadow-y) 14px rgba(63, 91, 73, 0.18));
  transition:
    gap 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.24s ease,
    transform 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.24s ease,
    filter 0.18s linear;
  will-change: transform, filter;
}

.chromium-browser .minimal-hero-link:hover {
  box-shadow:
    0 14px 34px rgba(63, 91, 73, 0.18),
    0 0 0 5px rgba(127, 165, 141, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(74, 113, 88, 0.26);
}

.chromium-browser .minimal-hero-link::before,
.chromium-browser .process-video-copy::before,
.chromium-browser #workflow .workflow-card::before,
.chromium-browser #workflow .workflow-card::after,
.chromium-browser #kontakt .contact-form-card::before,
.chromium-browser #kontakt .contact-form-card::after {
  animation: none;
  will-change: auto;
}

.chromium-browser #workflow .workflow-card,
.chromium-browser #preise .price-card,
.chromium-browser #preise .price-card a,
.chromium-browser #kontakt .contact-form button,
.chromium-browser .client-logo {
  transform: translateZ(0);
  transition-property: transform, border-color, color, background;
  will-change: transform;
}

.chromium-browser .client-logo-track,
.chromium-browser .testimonial-track {
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* -------------------------------------------------------------------------- */
/* Mobile layout — one final responsive layer above the legacy breakpoints.   */
/* The dedicated mobile hero and product video can replace the current media  */
/* later without changing any of the section layouts below.                   */
/* -------------------------------------------------------------------------- */
@media (max-width: 760px) {
  html {
    width: 100%;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  .section-shell {
    width: calc(100% - 32px);
    max-width: none;
    margin-inline: auto;
  }

  .site-header {
    top: max(8px, env(safe-area-inset-top));
    left: 12px;
    right: 12px;
    width: auto;
    min-height: 48px;
    padding: 6px 0;
    grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
    align-items: center;
    column-gap: 8px;
  }

  .site-header .brand {
    width: 104px;
    min-width: 0;
    justify-self: start;
  }

  .site-header .brand-logo {
    display: block;
    width: 100%;
    height: auto;
  }

  .site-header .menu-toggle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 10px;
    justify-self: center;
  }

  .site-header .menu-toggle span {
    width: 20px;
  }

  .site-header .header-demo {
    width: max-content;
    min-height: 38px;
    padding: 0 11px;
    justify-self: end;
    gap: 5px;
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .site-header .nav-links {
    position: fixed;
    top: calc(max(8px, env(safe-area-inset-top)) + 55px);
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100svh - 82px);
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 4px;
    overflow-y: auto;
    border-radius: 20px;
  }

  .site-header .nav-links a {
    min-height: 48px;
    padding: 0 15px;
    justify-content: space-between;
    font-size: 0.9rem;
    border-radius: 13px;
  }

  .minimal-hero {
    min-height: 100svh;
    height: 100svh;
    margin-top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .minimal-hero-bg-mobile {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity 600ms ease;
  }

  .minimal-hero-bg-mobile.is-loaded {
    opacity: 1;
  }

  .minimal-hero-inner {
    width: calc(100% - 32px);
    min-height: 100svh;
    height: 100%;
    padding: clamp(118px, 15svh, 138px) 0 max(36px, env(safe-area-inset-bottom));
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .minimal-hero-copy {
    width: 100%;
    max-width: 100%;
    align-self: flex-start;
  }

  .minimal-hero-copy h1 {
    max-width: 10ch;
    margin-bottom: 22px;
    font-size: clamp(2.45rem, 11.7vw, 3.35rem);
    line-height: 0.99;
    letter-spacing: -0.055em;
  }

  .minimal-hero-copy p {
    max-width: 34rem;
    margin-bottom: 24px;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .minimal-hero-copy .minimal-hero-link {
    min-height: 48px;
    padding-inline: 18px;
    font-size: 0.82rem;
  }

  .minimal-hero .glass-growth {
    display: none;
  }

  #loesung.split-section {
    min-height: 0;
    padding-top: 78px;
    padding-bottom: 82px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #loesung .section-intro,
  #loesung .copy-block {
    width: 100%;
    max-width: none;
  }

  #loesung .section-intro h2 {
    max-width: 12ch;
    margin-top: 12px;
    font-size: clamp(2.15rem, 9.5vw, 2.85rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  #loesung .copy-block > p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.68;
  }

  #loesung .capacity-flow {
    margin-top: 34px;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  #loesung .capacity-flow article {
    min-width: 0;
    padding: 22px 0 22px 24px;
    border-left: 1px solid rgba(94, 139, 108, 0.34);
  }

  #loesung .capacity-flow article + article {
    border-top: 1px solid rgba(54, 68, 58, 0.1);
  }

  #loesung .capacity-flow h3 {
    margin-bottom: 8px;
    font-size: 1rem;
  }

  #loesung .capacity-flow p {
    max-width: 34rem;
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .process-video-pin-wrapper {
    height: calc(100svh + 1550px);
  }

  .process-video-section {
    min-height: 100svh;
    height: 100svh;
  }

  .process-scroll-video {
    object-position: 43% center;
  }

  .process-video-copy {
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    max-height: 62svh;
    padding: 18px;
    overflow-y: auto;
    border-radius: 20px;
  }

  .process-video-copy .eyebrow {
    margin-bottom: 8px;
  }

  .process-video-copy h2 {
    margin-bottom: 11px;
    font-size: clamp(1.55rem, 7.3vw, 2rem);
    line-height: 1.02;
  }

  .process-video-copy > p:not(.eyebrow) {
    font-size: 0.8rem;
    line-height: 1.48;
  }

  .process-video-points {
    margin-top: 13px;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .process-video-points span {
    min-width: 0;
    font-size: 0.74rem;
    line-height: 1.35;
  }

  #workflow.workflow-section {
    padding: 78px 0 82px;
  }

  #workflow .section-intro {
    margin-bottom: 36px;
  }

  #workflow .section-intro h2 {
    max-width: 13ch;
    margin-inline: auto;
    font-size: clamp(2.15rem, 9.5vw, 2.85rem);
    line-height: 1.02;
  }

  #workflow .section-intro > p:last-child {
    max-width: 34rem;
    margin-top: 16px;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  #workflow .workflow-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #workflow .workflow-card {
    min-height: 205px;
    padding: 24px;
    border-radius: 21px;
  }

  #workflow .workflow-card .step {
    margin-bottom: 26px;
  }

  #workflow .workflow-card h3 {
    margin-bottom: 10px;
    font-size: 1.35rem;
  }

  #workflow .workflow-card p {
    max-width: 34rem;
    font-size: 0.87rem;
    line-height: 1.58;
  }

  .client-logo-strip {
    min-height: 88px;
    height: 88px;
  }

  .client-logo-track {
    min-height: 88px;
    animation-duration: 30s;
  }

  .client-logo {
    width: 176px;
    min-width: 176px;
    padding-inline: 18px;
  }

  #preise.pricing-section {
    padding: 78px 0 82px;
  }

  #preise .section-intro {
    margin-bottom: 36px;
  }

  #preise .section-intro h2 {
    max-width: 12ch;
    margin-inline: auto;
    white-space: normal;
    font-size: clamp(2.15rem, 9.5vw, 2.85rem);
    line-height: 1.02;
  }

  #preise .pricing-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #preise .price-card,
  #preise .price-card:nth-child(3) {
    min-height: 330px;
    padding: 26px;
    border-radius: 22px;
  }

  #preise .price-card .plan {
    margin-bottom: 30px;
  }

  #preise .price-card h3 {
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: 1;
  }

  #preise .price-card p {
    font-size: 0.88rem;
    line-height: 1.58;
  }

  #preise .price-card a {
    min-height: 50px;
  }

  #kontakt.contact-section {
    min-height: 0;
    padding-top: 78px;
    padding-bottom: 80px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  #kontakt .contact-copy {
    width: 100%;
    max-width: none;
  }

  #kontakt .contact-copy h2,
  body[data-theme="light"] #kontakt .contact-copy h2 {
    max-width: 12ch;
    margin-top: 12px;
    font-size: clamp(2.15rem, 9.5vw, 2.85rem);
    line-height: 1.02;
  }

  #kontakt .contact-copy > p:last-child {
    max-width: 34rem;
    margin-top: 18px;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  #kontakt .contact-form-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 18px;
    border-radius: 22px;
  }

  #kontakt .contact-form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #kontakt .contact-form {
    gap: 12px;
  }

  #kontakt .contact-form input {
    min-height: 47px;
  }

  #kontakt .contact-form textarea {
    min-height: 100px;
  }

  #kontakt .contact-form button {
    min-height: 49px;
    margin-top: 2px;
  }

  #kontakt .contact-form-direct {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 9px;
  }

  footer {
    width: 100%;
    min-height: 0;
    padding: 28px 16px max(28px, env(safe-area-inset-bottom));
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.73rem;
    line-height: 1.45;
  }

  footer .footer-brand {
    align-items: flex-start;
  }

  footer .footer-address,
  footer .footer-legal {
    max-width: 100%;
    margin-left: 0;
    align-self: flex-end;
    text-align: right;
  }

  footer .footer-legal {
    margin-top: 4px;
    gap: 16px;
  }
}

@media (max-width: 360px) {
  .section-shell {
    width: calc(100% - 28px);
  }

  .site-header {
    left: 10px;
    right: 10px;
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    column-gap: 5px;
  }

  .site-header .brand {
    width: 92px;
  }

  .site-header .menu-toggle {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .site-header .header-demo {
    min-height: 36px;
    padding-inline: 9px;
    font-size: 0.64rem;
  }

  .minimal-hero-inner {
    width: calc(100% - 28px);
  }

  .minimal-hero-copy h1 {
    font-size: clamp(2.25rem, 11.5vw, 2.8rem);
  }

  .process-video-copy {
    left: 9px;
    right: 9px;
    padding: 16px;
  }

  #workflow .workflow-card,
  #preise .price-card,
  #preise .price-card:nth-child(3) {
    padding-inline: 22px;
  }
}

/* Sections 2–5 reveal the complete RIVER AI identity. */
.site-header.logo-ai-active > .brand.brand-river-only,
body[data-theme="light"] .site-header.logo-ai-active > .brand.brand-river-only {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}

.site-header > .brand.brand-river-only,
body[data-theme="light"] .site-header > .brand.brand-river-only {
  transition:
    width 560ms cubic-bezier(0.16, 1, 0.3, 1),
    min-width 560ms cubic-bezier(0.16, 1, 0.3, 1),
    max-width 560ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms ease;
}

@media (max-width: 760px) {
  .site-header.logo-ai-active > .brand.brand-river-only,
  body[data-theme="light"] .site-header.logo-ai-active > .brand.brand-river-only {
    width: 96px;
    min-width: 96px;
    max-width: 96px;
  }

}

@media (max-width: 360px) {
  .site-header.logo-ai-active > .brand.brand-river-only,
  body[data-theme="light"] .site-header.logo-ai-active > .brand.brand-river-only {
    width: 88px;
    min-width: 88px;
    max-width: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header > .brand.brand-river-only,
  body[data-theme="light"] .site-header > .brand.brand-river-only {
    transition: none;
  }
}

/* Hero wordmark: retain the original artwork while hiding only the trailing “AI”. */
.site-header .brand.brand-river-only,
body[data-theme="light"] .site-header .brand.brand-river-only {
  width: 99px;
  overflow: hidden;
  justify-content: flex-start;
}

.site-header .brand.brand-river-only .brand-logo,
body[data-theme="light"] .site-header .brand.brand-river-only .brand-logo {
  width: 120px;
  min-width: 120px;
  max-width: none;
  height: auto;
  flex: 0 0 120px;
  object-fit: contain;
  object-position: left center;
}

/* -------------------------------------------------------------------------- */
/* Client direction — warm mobile system, quiet controls and recurring glass. */
/* -------------------------------------------------------------------------- */
.mobile-glass-motif {
  display: none;
}

@media (max-width: 760px) {
  html.menu-is-open,
  html.menu-is-open body {
    overflow: hidden;
  }

  body,
  body[data-theme="light"] {
    color: #1c1d1b;
    background: #fbf8f2;
  }

  #loesung,
  #workflow.workflow-section,
  #preise.pricing-section,
  #kontakt.contact-section {
    background-color: #fbf8f2;
  }

  #workflow.workflow-section {
    background-image: linear-gradient(180deg, #fbf9f4 0%, #f7f5ef 100%);
  }

  #preise.pricing-section {
    background-image: linear-gradient(180deg, #faf8f3 0%, #f4f2eb 100%);
  }

  .site-header,
  body[data-theme="light"] .site-header {
    z-index: 100;
  }

  .site-header .brand {
    position: relative;
    z-index: 103;
  }

  .site-header .menu-toggle {
    position: relative;
    z-index: 104;
  }

  .site-header .menu-toggle span {
    width: 23px;
    height: 1px;
    background: #1d251f;
  }

  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: flex;
    width: min(84vw, 340px);
    height: 100lvh;
    max-height: none;
    padding: 82px 26px 24px;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    color: #1d251f;
    background:
      radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.98), transparent 34%),
      linear-gradient(160deg, rgba(253, 251, 246, 0.985), rgba(240, 246, 239, 0.98));
    border: 0;
    border-left: 1px solid rgba(64, 91, 71, 0.12);
    border-radius: 0;
    box-shadow: -26px 0 70px rgba(54, 57, 49, 0.13);
    clip-path: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(103%);
    transform-origin: right center;
    transition:
      opacity 0.28s ease,
      transform 0.52s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0.52s;
  }

  .site-header .nav-links::before {
    position: absolute;
    top: 25px;
    left: 26px;
    content: "Menü";
    color: #355d43;
    font-size: 0.95rem;
    font-weight: 650;
  }

  .site-header.menu-open .nav-links,
  body[data-theme="light"] .site-header.menu-open .nav-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .site-header .nav-links > a:not(.nav-demo-mobile),
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile) {
    min-height: 66px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1e211e;
    font-size: 1rem;
    font-weight: 560;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(46, 63, 51, 0.12);
    border-radius: 0;
    opacity: 1;
    transform: none;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile)::after {
    content: "›";
    color: #294f36;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1;
  }

  .site-header .nav-links .nav-demo-mobile,
  body[data-theme="light"] .site-header .nav-links .nav-demo-mobile {
    min-height: 122px;
    margin-top: auto;
    padding: 20px 0 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #315c40;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(46, 63, 51, 0.12);
    border-radius: 0;
    box-shadow: none;
  }

  .nav-demo-copy {
    display: grid;
    max-width: 180px;
    gap: 7px;
  }

  .nav-demo-copy strong {
    color: #315c40;
    font-size: 1.05rem;
    font-weight: 620;
  }

  .nav-demo-copy small {
    color: #6c716c;
    font-size: 0.75rem;
    font-weight: 430;
    line-height: 1.5;
  }

  .site-header .nav-links .nav-demo-mobile > span:last-child {
    padding-bottom: 4px;
    font-size: 1.25rem;
  }

  .minimal-hero-copy .minimal-hero-link,
  body[data-theme="light"] .minimal-hero-copy .minimal-hero-link,
  #preise .price-card a,
  body[data-theme="light"] #preise .price-card a {
    color: #315f40;
    background: rgba(255, 253, 249, 0.34);
    border: 1px solid rgba(67, 128, 84, 0.58);
    box-shadow: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .minimal-hero-copy .minimal-hero-link::before,
  #preise .price-card a::before {
    opacity: 0.08;
  }

  #kontakt .contact-form button {
    color: #315f40;
    background: rgba(127, 165, 141, 0.16);
    border: 1px solid rgba(75, 124, 89, 0.42);
    box-shadow: none;
  }

  #workflow .workflow-card,
  #preise .price-card,
  #kontakt .contact-form-card {
    background: rgba(255, 255, 252, 0.5);
    border-color: rgba(75, 100, 81, 0.12);
    box-shadow:
      0 14px 38px rgba(76, 67, 51, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  .mobile-glass-motif {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-end;
    pointer-events: none;
    isolation: isolate;
  }

  .mobile-glass-motif::after {
    position: absolute;
    right: 2%;
    bottom: -3px;
    left: 18%;
    z-index: -1;
    height: 18px;
    content: "";
    background: radial-gradient(ellipse, rgba(77, 111, 88, 0.14), transparent 68%);
    filter: blur(6px);
    transform: skewX(-22deg);
  }

  .mobile-glass-motif span {
    position: relative;
    width: 46px;
    min-width: 0;
    background:
      linear-gradient(90deg, rgba(49, 99, 65, 0.2), rgba(255, 255, 255, 0.54) 18%, rgba(145, 194, 160, 0.2) 68%, rgba(41, 94, 58, 0.2)),
      url("assets/glass-column-material-soft.jpg") center / cover;
    background-blend-mode: screen, normal;
    border: 1px solid rgba(65, 126, 83, 0.34);
    border-radius: 2px;
    box-shadow:
      inset 5px 0 10px rgba(55, 103, 70, 0.12),
      inset -4px 0 8px rgba(255, 255, 255, 0.42),
      9px 10px 22px rgba(57, 78, 62, 0.08);
    opacity: 0.78;
  }

  .mobile-glass-motif span::before {
    position: absolute;
    top: -7px;
    left: -1px;
    width: calc(100% + 2px);
    height: 8px;
    content: "";
    background: linear-gradient(135deg, rgba(236, 249, 239, 0.78), rgba(69, 132, 88, 0.22));
    border: 1px solid rgba(65, 126, 83, 0.3);
    clip-path: polygon(0 70%, 84% 0, 100% 28%, 14% 100%);
  }

  #loesung .motif-low {
    height: 104px;
    margin-top: 12px;
    padding-right: 24px;
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  #loesung .motif-low span {
    width: 132px;
    height: 66px;
  }

  #workflow .motif-rise {
    height: 184px;
    margin-top: 44px;
    padding-right: 8px;
    justify-content: flex-end;
    gap: 10px;
  }

  #workflow .motif-rise span:nth-child(1) {
    height: 72px;
  }

  #workflow .motif-rise span:nth-child(2) {
    height: 116px;
  }

  #workflow .motif-rise span:nth-child(3) {
    height: 170px;
  }

  #kontakt .motif-finale {
    height: 190px;
    margin-top: 26px;
    grid-column: 1 / -1;
    justify-content: center;
    gap: 9px;
  }

  #kontakt .motif-finale span:nth-child(1) {
    height: 58px;
  }

  #kontakt .motif-finale span:nth-child(2) {
    height: 92px;
  }

  #kontakt .motif-finale span:nth-child(3) {
    height: 132px;
  }

  #kontakt .motif-finale span:nth-child(4) {
    height: 176px;
  }
}

@media (max-width: 360px) {
  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    width: 86vw;
    padding-inline: 22px;
  }

  .site-header .nav-links::before {
    left: 22px;
  }

  .mobile-glass-motif span {
    width: 42px;
  }
}

@media (hover: none) and (pointer: coarse) {
  #workflow .workflow-card:hover,
  #preise .price-card:hover,
  #preise .price-card:nth-child(3):hover,
  #kontakt .contact-form button:hover,
  .minimal-hero-link:hover {
    transform: none;
  }
}

/* Mobile hero copy: keep the glass columns clear on the right. */
@media (max-width: 760px) {
  .minimal-hero-copy {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .minimal-hero-copy h1,
  .minimal-hero-copy h1#minimal-hero-title {
    width: 100%;
    max-width: none;
    margin-bottom: 22px;
    font-size: clamp(2.05rem, 9.2vw, 2.65rem);
    line-height: 1.01;
    white-space: nowrap;
  }

  .minimal-hero-copy p {
    width: 55%;
    max-width: 210px;
    margin-bottom: 18px;
    font-size: 0.78rem;
    line-height: 1.55;
    text-align: left;
  }

  .minimal-hero-copy .minimal-hero-link {
    width: auto;
    min-width: 0;
    min-height: 42px;
    padding: 0 13px;
    gap: 11px;
    align-self: flex-start;
    font-size: 0.7rem;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .minimal-hero-copy h1,
  .minimal-hero-copy h1#minimal-hero-title {
    font-size: 2rem;
  }

  .minimal-hero-copy p {
    width: 54%;
    max-width: 180px;
    font-size: 0.74rem;
  }

  .minimal-hero-copy .minimal-hero-link {
    min-height: 40px;
    padding-inline: 12px;
    gap: 9px;
    font-size: 0.66rem;
  }
}

/* Mobile detail alignment for the solution, product animation and footer. */
@media (max-width: 760px) {
  #loesung .capacity-flow {
    padding-left: 52px;
  }

  #loesung .capacity-flow::before {
    left: 24px;
  }

  #loesung .capacity-flow article {
    padding-left: 0;
    border-left: 0;
  }

  #loesung .capacity-flow article::before {
    left: -40px;
  }

  .process-video-copy {
    left: auto;
    right: 16px;
    width: min(82vw, 320px);
    max-height: 56svh;
    padding: 15px;
    border-radius: 18px;
  }

  .process-video-copy h2 {
    margin-bottom: 9px;
    font-size: clamp(1.35rem, 6.3vw, 1.72rem);
  }

  .process-video-copy > p:not(.eyebrow) {
    font-size: 0.74rem;
    line-height: 1.42;
  }

  .process-video-points {
    margin-top: 10px;
    gap: 5px;
  }

  .process-video-points span {
    font-size: 0.69rem;
  }

  footer .footer-address {
    max-width: 210px;
    margin-top: 4px;
    align-self: flex-end;
    text-align: right;
  }
}

@media (max-width: 360px) {
  .process-video-copy {
    right: 12px;
    width: min(82vw, 296px);
    padding: 14px;
  }
}

/* Keep Safari's collapsing bottom bar from resizing and re-cropping the hero. */
@media (max-width: 760px) {
  .minimal-hero,
  .minimal-hero-inner {
    height: 100lvh;
    min-height: 100lvh;
  }
}

/* Second mobile hero composition and right-aligned navigation. */
.nav-demo-mobile {
  display: none;
}

@media (max-width: 760px) {
  .site-header,
  body[data-theme="light"] .site-header {
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .site-header .brand {
    grid-column: 1;
    justify-self: start;
  }

  .site-header .menu-toggle {
    grid-column: 2;
    justify-self: end;
  }

  .site-header .header-demo {
    display: none;
  }

  .site-header .nav-links {
    left: auto;
    right: 12px;
    width: min(78vw, 290px);
  }

  .site-header .nav-links .nav-demo-mobile {
    display: flex;
    min-height: 48px;
    margin-top: 6px;
    padding-inline: 15px;
    align-items: center;
    justify-content: space-between;
    color: #183322;
    font-weight: 650;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(127, 165, 141, 0.28)),
      rgba(231, 239, 233, 0.72);
    border: 1px solid rgba(90, 133, 104, 0.28);
    border-radius: 13px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.88),
      0 10px 24px rgba(66, 98, 76, 0.12);
  }

  .minimal-hero-inner {
    padding-top: clamp(210px, 27.5lvh, 250px);
  }

  .minimal-hero-copy h1,
  .minimal-hero-copy h1#minimal-hero-title {
    margin-bottom: 25px;
    font-size: clamp(2rem, 8.8vw, 2.48rem);
    line-height: 1.06;
  }

  .minimal-hero-copy p {
    width: 48%;
    max-width: 184px;
    margin-bottom: 18px;
    font-size: 0.74rem;
    line-height: 1.55;
  }

  .minimal-hero-copy .minimal-hero-link {
    min-height: 40px;
    padding-inline: 10px;
    gap: 6px;
    font-size: 0.6rem;
  }
}

@media (max-width: 360px) {
  .site-header,
  body[data-theme="light"] .site-header {
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  .site-header .nav-links {
    right: 10px;
    width: min(82vw, 280px);
  }

  .minimal-hero-inner {
    padding-top: clamp(205px, 27lvh, 232px);
  }

  .minimal-hero-copy h1,
  .minimal-hero-copy h1#minimal-hero-title {
    font-size: 1.92rem;
  }

  .minimal-hero-copy p {
    width: 47%;
    max-width: 164px;
    font-size: 0.7rem;
  }

  .minimal-hero-copy .minimal-hero-link {
    padding-inline: 8px;
    gap: 4px;
    font-size: 0.55rem;
  }
}

/* Final cascade guard for the client-directed mobile treatment. */
@media (max-width: 760px) {
  .site-header .brand {
    width: 124px;
  }

  .site-header .brand picture {
    display: block;
    width: 100%;
  }

  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    right: 0;
    width: min(84vw, 340px);
    align-items: stretch;
  }

  .site-header .nav-links::before {
    left: 74px;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile),
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile),
  .site-header .nav-links .nav-demo-mobile,
  body[data-theme="light"] .site-header .nav-links .nav-demo-mobile {
    width: 100%;
    align-self: stretch;
  }

  .site-header .nav-links .nav-demo-mobile,
  body[data-theme="light"] .site-header .nav-links .nav-demo-mobile {
    min-height: 122px;
    margin-top: auto;
    padding: 20px 0 10px;
    color: #315c40;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(46, 63, 51, 0.12);
    border-radius: 0;
    box-shadow: none;
  }

  .minimal-hero-copy .minimal-hero-link,
  body[data-theme="light"] .minimal-hero-copy .minimal-hero-link,
  #preise .price-card a,
  body[data-theme="light"] #preise .price-card a {
    background: rgba(255, 253, 249, 0.28);
    border-color: rgba(67, 128, 84, 0.56);
    box-shadow: none;
    filter: none;
  }

  #kontakt .contact-form button {
    color: #315f40;
    background: rgba(127, 165, 141, 0.16);
    border-color: rgba(75, 124, 89, 0.42);
    box-shadow: none;
  }
}

@media (max-width: 360px) {
  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    right: 0;
    width: 86vw;
  }
}

.nav-mobile-contact {
  display: none;
}

@media (max-width: 760px) {
  .site-header .nav-links .nav-mobile-contact {
    display: grid;
    margin-top: 12px;
    padding-top: 14px;
    gap: 9px;
    border-top: 1px solid rgba(46, 63, 51, 0.12);
  }

  .site-header .nav-links .nav-mobile-contact a,
  body[data-theme="light"] .site-header .nav-links .nav-mobile-contact a,
  .site-header .nav-links .nav-mobile-contact span {
    min-height: 0;
    padding: 0;
    color: #45634e;
    font-size: 0.72rem;
    font-weight: 480;
    line-height: 1.45;
    background: transparent;
    border: 0;
    opacity: 1;
    transform: none;
  }

  .site-header .nav-links .nav-mobile-contact a:hover {
    padding-left: 0;
    color: #294f36;
    background: transparent;
  }
}

/* Client-supplied identity and recurring glass elements. */
.site-header .brand-logo,
body[data-theme="light"] .site-header .brand-logo {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 760px) {
  .site-header .brand {
    width: 136px;
  }

  .site-header .brand-logo,
  body[data-theme="light"] .site-header .brand-logo {
    width: 100%;
    max-height: none;
  }

  .mobile-glass-motif img {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    object-fit: fill;
    filter: drop-shadow(8px 12px 16px rgba(51, 75, 58, 0.1));
    opacity: 0.9;
  }

  #loesung .motif-low {
    height: 118px;
    margin-top: 8px;
    padding-right: 14px;
  }

  #loesung .motif-low img {
    width: min(46vw, 170px);
    height: auto;
  }

  #workflow .motif-rise {
    height: 196px;
    margin-top: 38px;
    padding-right: 5px;
    gap: 9px;
  }

  #workflow .motif-rise img,
  #kontakt .motif-finale img {
    width: 45px;
  }

  #workflow .motif-rise img:nth-child(1) {
    height: 78px;
  }

  #workflow .motif-rise img:nth-child(2) {
    height: 126px;
  }

  #workflow .motif-rise img:nth-child(3) {
    height: 184px;
  }

  #kontakt .motif-finale {
    height: 202px;
    margin-top: 22px;
    gap: 8px;
  }

  #kontakt .motif-finale img:nth-child(1) {
    height: 62px;
  }

  #kontakt .motif-finale img:nth-child(2) {
    height: 98px;
  }

  #kontakt .motif-finale img:nth-child(3) {
    height: 142px;
  }

  #kontakt .motif-finale img:nth-child(4) {
    height: 190px;
  }
}

@media (max-width: 360px) {
  .site-header .brand {
    width: 126px;
  }

  #workflow .motif-rise img,
  #kontakt .motif-finale img {
    width: 40px;
  }
}

/* Second section: warm, restrained glass surface. */
#loesung,
body[data-theme="light"] #loesung {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    #F9F8F9 0%,
    #F3F3F1 50%,
    #EEEEEB 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px 28px 0 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 14px 32px rgba(255, 255, 255, 0.16);
}

#loesung::before,
body[data-theme="light"] #loesung::before {
  position: absolute;
  right: -24%;
  bottom: -38%;
  left: auto;
  z-index: 0;
  width: min(76vw, 920px);
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(127, 165, 141, 0.1) 0%,
    rgba(127, 165, 141, 0.04) 35%,
    transparent 70%
  );
  filter: blur(16px);
}

#loesung::after,
body[data-theme="light"] #loesung::after {
  display: none;
  content: none;
}

#loesung > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  #loesung,
  body[data-theme="light"] #loesung {
    min-height: 100svh;
  }

  #loesung::before,
  body[data-theme="light"] #loesung::before {
    right: -72%;
    bottom: -20%;
    width: 150%;
    filter: blur(20px);
  }
}

/* Warm neutral base shared by the whole page. */
html,
body,
body[data-theme="light"] {
  background-color: #F3F3F1;
}

body,
body[data-theme="light"] {
  background-image: linear-gradient(
    90deg,
    #F9F8F9 0%,
    #F3F3F1 50%,
    #EEEEEB 100%
  );
}

/* Second section: straight edges and the client-supplied glass block. */
#loesung,
body[data-theme="light"] #loesung {
  padding-bottom: 0;
  align-content: start;
  border-radius: 0;
}

.solution-glass-visual {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(54vw, 620px);
  margin-top: clamp(24px, 4vh, 46px);
  grid-column: 1 / -1;
  align-self: end;
  justify-self: center;
  place-items: end center;
  pointer-events: none;
}

.solution-glass-visual::after {
  display: none;
  content: none;
}

.solution-glass-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

@media (max-width: 760px) {
  #loesung.split-section,
  body[data-theme="light"] #loesung.split-section {
    min-height: 100svh;
    padding-bottom: 0;
  }

  .solution-glass-visual {
    width: min(72vw, 360px);
    margin-top: 24px;
  }

}

/* Match the third section to the warm neutral tone of the second section. */
#workflow,
body[data-theme="light"] #workflow,
#workflow.workflow-section,
body[data-theme="light"] #workflow.workflow-section {
  background-color: #F3F3F1;
  background-image: linear-gradient(
    90deg,
    #F9F8F9 0%,
    #F3F3F1 50%,
    #EEEEEB 100%
  );
}

/* Let sections two and three read as one uninterrupted surface. */
main {
  background: transparent;
}

#loesung,
body[data-theme="light"] #loesung,
#workflow,
body[data-theme="light"] #workflow,
#workflow.workflow-section,
body[data-theme="light"] #workflow.workflow-section {
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border-bottom: 0;
  box-shadow: none;
}

#workflow,
body[data-theme="light"] #workflow {
  border-top: 0;
  border-radius: 0;
}

/* One physical surface for sections two and three prevents any tonal seam. */
.unified-sections-surface {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #F3F3F1;
  background-image: linear-gradient(
    90deg,
    #F9F8F9 0%,
    #F3F3F1 50%,
    #EEEEEB 100%
  );
}

.unified-sections-surface::before {
  position: absolute;
  top: 54svh;
  right: -24%;
  z-index: 0;
  width: min(76vw, 920px);
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(127, 165, 141, 0.1) 0%,
    rgba(127, 165, 141, 0.04) 35%,
    transparent 70%
  );
  filter: blur(18px);
}

.unified-sections-surface > #loesung,
.unified-sections-surface > #workflow {
  position: relative;
  z-index: 1;
  background: transparent;
}

.unified-sections-surface > #loesung::before,
body[data-theme="light"] .unified-sections-surface > #loesung::before {
  display: none;
  content: none;
}

@media (max-width: 760px) {
  .unified-sections-surface::before {
    top: 64svh;
    right: -68%;
    width: 150%;
    filter: blur(20px);
  }
}

/* The features content continues directly after the solution content. */
.unified-sections-surface > #workflow,
body[data-theme="light"] .unified-sections-surface > #workflow {
  padding-top: clamp(28px, 4vw, 52px);
}

@media (max-width: 760px) {
  .unified-sections-surface > #workflow,
  body[data-theme="light"] .unified-sections-surface > #workflow {
    padding-top: 24px;
  }
}

/* Keep the combined content compact while the solution glass visual is absent. */
.unified-sections-surface > #loesung,
body[data-theme="light"] .unified-sections-surface > #loesung {
  min-height: auto;
  padding-bottom: clamp(32px, 4vw, 56px);
}

@media (max-width: 760px) {
  .unified-sections-surface > #loesung,
  body[data-theme="light"] .unified-sections-surface > #loesung {
    min-height: auto;
    padding-bottom: 32px;
  }
}

/* Mobile hero v3: client image, clear copy zones and correct menu stacking. */
@media (max-width: 760px) {
  .minimal-hero {
    background-position: center top;
    background-size: cover;
  }

  .minimal-hero-inner {
    padding-top: clamp(128px, 15.5lvh, 148px);
  }

  .minimal-hero-copy h1,
  .minimal-hero-copy h1#minimal-hero-title {
    width: 100%;
    max-width: none;
    margin-bottom: 22px;
    font-size: clamp(1.98rem, 8.7vw, 2.38rem);
    line-height: 1.04;
    white-space: nowrap;
  }

  .minimal-hero-copy p {
    width: 46%;
    max-width: 176px;
    margin: 0 0 16px;
    font-size: 0.72rem;
    line-height: 1.52;
    text-align: left;
  }

  .minimal-hero-copy .minimal-hero-link {
    min-height: 38px;
    padding-inline: 9px;
    gap: 6px;
    font-size: 0.58rem;
  }

  .site-header .brand {
    z-index: 101;
    width: 90px;
  }

  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    z-index: 120;
  }

  .site-header .menu-toggle {
    z-index: 121;
  }
}

@media (max-width: 360px) {
  .site-header .brand {
    width: 84px;
  }

  .minimal-hero-inner {
    padding-top: 124px;
  }

  .minimal-hero-copy h1,
  .minimal-hero-copy h1#minimal-hero-title {
    font-size: 1.88rem;
  }

  .minimal-hero-copy p {
    width: 45%;
    max-width: 155px;
    font-size: 0.68rem;
  }

  .minimal-hero-copy .minimal-hero-link {
    min-height: 36px;
    padding-inline: 8px;
    font-size: 0.54rem;
  }
}

/* Zig-inspired mobile navigation, adapted to the RIVER AI visual system. */
.nav-mobile-brand {
  display: none;
}

@media (max-width: 760px) {
  .site-header .brand {
    transition: opacity 0.2s ease;
  }

  .site-header.menu-open .brand {
    opacity: 0;
  }

  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    position: fixed;
    inset: 0;
    z-index: 140;
    display: flex;
    width: 100vw;
    height: 100lvh;
    max-height: none;
    padding: max(104px, calc(env(safe-area-inset-top) + 88px)) 20px max(22px, env(safe-area-inset-bottom));
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    overflow-y: auto;
    color: #172019;
    background:
      radial-gradient(circle at 88% 12%, rgba(127, 165, 141, 0.1), transparent 28%),
      linear-gradient(180deg, #F4F5F2 0%, #EFF2EE 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -12px, 0) scale(0.985);
    transform-origin: top center;
    transition:
      opacity 0.28s ease,
      transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0.48s;
  }

  .site-header.menu-open .nav-links,
  body[data-theme="light"] .site-header.menu-open .nav-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .site-header .nav-links::before,
  body[data-theme="light"] .site-header .nav-links::before {
    display: none;
    content: none;
  }

  .site-header .nav-links .nav-mobile-brand {
    position: absolute;
    top: max(22px, env(safe-area-inset-top));
    left: 20px;
    display: block;
    width: 108px;
  }

  .site-header .nav-links .nav-mobile-brand img {
    display: block;
    width: 100%;
    height: auto;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile),
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile) {
    display: flex;
    width: 100%;
    min-height: 54px;
    padding: 0 20px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #202521;
    font-size: 1rem;
    font-weight: 520;
    text-align: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.9),
      0 8px 24px rgba(65, 80, 69, 0.035);
    opacity: 0;
    transform: translateY(12px);
    transition:
      opacity 0.3s ease,
      transform 0.46s cubic-bezier(0.16, 1, 0.3, 1),
      background 0.25s ease;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile)::after {
    display: none;
    content: none;
  }

  .site-header.menu-open .nav-links > a:not(.nav-demo-mobile),
  body[data-theme="light"] .site-header.menu-open .nav-links > a:not(.nav-demo-mobile) {
    opacity: 1;
    transform: translateY(0);
  }

  .site-header.menu-open .nav-links > a:nth-of-type(1) {
    transition-delay: 0.08s;
  }

  .site-header.menu-open .nav-links > a:nth-of-type(2) {
    transition-delay: 0.12s;
  }

  .site-header.menu-open .nav-links > a:nth-of-type(3) {
    transition-delay: 0.16s;
  }

  .site-header.menu-open .nav-links > a:nth-of-type(4) {
    transition-delay: 0.2s;
  }

  .site-header .nav-links .nav-demo-mobile,
  body[data-theme="light"] .site-header .nav-links .nav-demo-mobile {
    width: 100%;
    min-height: 74px;
    margin-top: auto;
    padding: 12px 20px;
    flex: 0 0 auto;
    align-items: center;
    color: #244b31;
    background: rgba(127, 165, 141, 0.16);
    border: 1px solid rgba(85, 129, 98, 0.22);
    border-radius: 24px;
    box-shadow: none;
    opacity: 0;
    transform: translateY(14px);
    transition:
      opacity 0.32s ease 0.22s,
      transform 0.48s cubic-bezier(0.16, 1, 0.3, 1) 0.22s;
  }

  .site-header.menu-open .nav-links .nav-demo-mobile,
  body[data-theme="light"] .site-header.menu-open .nav-links .nav-demo-mobile {
    opacity: 1;
    transform: translateY(0);
  }

  .site-header .nav-links .nav-mobile-contact {
    margin: 2px 4px 0;
    padding-top: 12px;
    gap: 5px;
    border-top: 0;
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 0.3s ease 0.28s,
      transform 0.4s ease 0.28s;
  }

  .site-header.menu-open .nav-links .nav-mobile-contact,
  body[data-theme="light"] .site-header.menu-open .nav-links .nav-mobile-contact {
    opacity: 1;
    transform: translateY(0);
  }

  html.menu-is-open .site-header .menu-toggle {
    position: fixed;
    top: max(10px, env(safe-area-inset-top));
    right: 12px;
    z-index: 150;
  }
}

@media (max-width: 360px) {
  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    padding-inline: 16px;
  }

  .site-header .nav-links .nav-mobile-brand {
    left: 16px;
    width: 100px;
  }
}

/* Explicitly size only the logo visible over the closed mobile hero. */
@media (max-width: 760px) {
  .site-header > .brand,
  body[data-theme="light"] .site-header > .brand {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
  }

  .site-header > .brand .brand-logo,
  body[data-theme="light"] .site-header > .brand .brand-logo {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 360px) {
  .site-header > .brand,
  body[data-theme="light"] .site-header > .brand {
    width: 68px;
    min-width: 68px;
    max-width: 68px;
  }
}

/* Mobile pricing: full-width horizontal card rail inspired by Zig.ai. */
@media (max-width: 760px) {
  #preise.pricing-section {
    overflow: hidden;
  }

  #preise .pricing-grid {
    display: flex;
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 18px;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 16px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #preise .pricing-grid::-webkit-scrollbar {
    display: none;
  }

  #preise .price-card,
  #preise .price-card:nth-child(3),
  #preise .price-card.featured {
    width: auto;
    min-width: 0;
    max-width: none;
    flex: 0 0 min(76vw, 310px);
    grid-column: auto;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
}

@media (max-width: 360px) {
  #preise .pricing-grid {
    width: calc(100% + 28px);
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
    scroll-padding-inline: 14px;
  }

  #preise .price-card,
  #preise .price-card:nth-child(3),
  #preise .price-card.featured {
    flex-basis: 78vw;
  }
}

/* The pricing card nearest the rail center receives a quiet active emphasis. */
@media (max-width: 760px) {
  #preise .pricing-grid .price-card.visible {
    opacity: 0.68;
    transform: translate3d(0, 2px, 0) scale(0.965);
    transition:
      opacity 0.38s ease,
      transform 0.46s cubic-bezier(0.16, 1, 0.3, 1),
      border-color 0.38s ease,
      box-shadow 0.46s ease;
  }

  #preise .pricing-grid .price-card.is-active.visible {
    z-index: 2;
    opacity: 1;
    transform: translate3d(0, -5px, 0) scale(1);
    border-color: rgba(127, 165, 141, 0.34);
    box-shadow:
      0 22px 52px rgba(50, 76, 59, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      inset 0 -1px 0 rgba(74, 111, 87, 0.08);
  }

  #preise .pricing-grid .price-card.reveal:not(.visible) {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.965);
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  #preise .pricing-grid .price-card.visible,
  #preise .pricing-grid .price-card.is-active.visible {
    transition: none;
  }
}

/* The active mobile pricing card also gives its CTA a restrained hover state. */
@media (max-width: 760px) {
  #preise .pricing-grid .price-card.visible a {
    opacity: 0.72;
    transform: translate3d(0, 0, 0);
    transition:
      opacity 0.34s ease,
      color 0.34s ease,
      background 0.4s ease,
      border-color 0.4s ease,
      box-shadow 0.42s ease,
      transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  }

  #preise .pricing-grid .price-card.is-active.visible a {
    color: #244d32;
    background: rgba(127, 165, 141, 0.2);
    border-color: rgba(72, 122, 87, 0.48);
    box-shadow:
      0 10px 24px rgba(59, 92, 68, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
    opacity: 1;
    transform: translate3d(0, -2px, 0);
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  #preise .pricing-grid .price-card.visible a,
  #preise .pricing-grid .price-card.is-active.visible a {
    transition: none;
  }
}

/* Smart navigation: hide while moving down and return immediately on upward scroll. */
.site-header,
body[data-theme="light"] .site-header {
  position: fixed;
  margin-right: auto;
  margin-left: auto;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.28s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  will-change: transform;
}

.site-header.nav-hidden,
body[data-theme="light"] .site-header.nav-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(-100% - 18px), 0);
}

.site-header.nav-scrolled,
body[data-theme="light"] .site-header.nav-scrolled {
  top: 10px;
  padding: 10px 16px;
  background-color: rgba(246, 246, 243, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow:
    0 12px 34px rgba(53, 69, 58, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px) saturate(112%);
  -webkit-backdrop-filter: blur(16px) saturate(112%);
}

.site-header.menu-open,
body[data-theme="light"] .site-header.menu-open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  filter: none;
  perspective: none;
  contain: none;
  will-change: auto;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: none;
}

@media (max-width: 760px) {
  .site-header.nav-scrolled,
  body[data-theme="light"] .site-header.nav-scrolled {
    top: max(8px, env(safe-area-inset-top));
    right: 10px;
    left: 10px;
    padding: 6px 10px;
    border-radius: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  body[data-theme="light"] .site-header {
    transition-duration: 0.01ms;
  }
}

/* Keep the open mobile navigation centered against the viewport itself. */
@media (max-width: 760px) {
  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: none;
    height: 100dvh;
    margin: 0;
  }
}

/* Pricing keeps only its standard section background behind the cards. */
#preise::before,
body[data-theme="light"] #preise::before {
  display: none;
  content: none;
}

/* On mobile the pricing rail is only a scrolling mechanism, never a visible strip. */
@media (max-width: 760px) {
  #preise,
  #preise.pricing-section,
  body[data-theme="light"] #preise,
  body[data-theme="light"] #preise.pricing-section {
    background: #fbf8f2;
    background-image: none;
    box-shadow: none;
  }

  #preise .section-shell,
  #preise .pricing-grid,
  body[data-theme="light"] #preise .section-shell,
  body[data-theme="light"] #preise .pricing-grid {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #preise .pricing-grid {
    width: calc(100% + 52px);
    margin-right: -26px;
    margin-left: -26px;
    padding: 32px 26px 42px;
    scroll-padding-inline: 26px;
  }

  #preise .pricing-grid::before,
  #preise .pricing-grid::after {
    display: none;
    content: none;
  }
}

@media (max-width: 360px) {
  #preise .pricing-grid {
    width: calc(100% + 44px);
    margin-right: -22px;
    margin-left: -22px;
    padding-right: 22px;
    padding-left: 22px;
    scroll-padding-inline: 22px;
  }
}

/* Client revision: brighter desktop hero with the supplied glass-column artwork. */
@media (min-width: 761px) {
  .minimal-hero,
  body[data-theme="light"] .minimal-hero {
    min-height: 100vh;
    min-height: 100svh;
    margin-top: 0;
    background-color: #f5f6f5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .minimal-hero-bg-mobile {
    display: none;
  }

  .minimal-hero-inner {
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    padding-top: clamp(118px, 15vh, 162px);
    padding-bottom: clamp(72px, 9vh, 104px);
    align-items: center;
  }

  .minimal-hero-copy,
  body[data-theme="light"] .minimal-hero-copy {
    width: min(590px, 46vw);
    max-width: 590px;
    padding-bottom: 4vh;
  }

  .minimal-hero-copy h1,
  .minimal-hero-copy h1#minimal-hero-title {
    max-width: none;
    margin-bottom: 26px;
    color: #0b0d0c;
    font-size: clamp(3.1rem, 4.35vw, 4.7rem);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.055em;
  }

  .minimal-hero-copy p,
  body[data-theme="light"] .minimal-hero-copy p {
    max-width: 520px;
    margin-bottom: 0;
    color: #535a55;
    font-size: clamp(0.94rem, 1.05vw, 1.08rem);
    line-height: 1.62;
  }

  .minimal-hero-copy > .minimal-hero-link {
    display: none;
  }
}

/* Client revision: permanently visible, opaque navigation inspired by Linear. */
html {
  scroll-padding-top: 74px;
}

.site-header,
body[data-theme="light"] .site-header,
.site-header.nav-hidden,
body[data-theme="light"] .site-header.nav-hidden,
.site-header.nav-scrolled,
body[data-theme="light"] .site-header.nav-scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  margin: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  will-change: auto;
}

main [id] {
  scroll-margin-top: 82px;
}

.header-actions {
  display: flex;
  align-items: center;
}

@media (min-width: 761px) {
  .site-header,
  body[data-theme="light"] .site-header,
  .site-header.nav-scrolled,
  body[data-theme="light"] .site-header.nav-scrolled {
    display: grid;
    width: 100%;
    min-height: 72px;
    padding: 0 max(24px, calc((100vw - 1160px) / 2));
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0;
    color: #121512;
    background: linear-gradient(90deg, #f4f0ed 0%, #e9e4e0 50%, #dad3d0 100%);
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header .brand,
  body[data-theme="light"] .site-header .brand {
    width: 124px;
    height: auto;
    min-width: 124px;
  }

  .site-header .brand-logo,
  body[data-theme="light"] .site-header .brand-logo {
    display: block;
    width: 120px;
    max-height: none;
    height: auto;
  }

  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    position: static;
    display: flex;
    width: auto;
    height: 72px;
    max-width: none;
    margin: 0 0 0 auto;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(14px, 1.7vw, 30px);
    overflow: visible;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile),
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile) {
    display: inline-flex;
    min-height: 72px;
    padding: 2px 0 0;
    align-items: center;
    color: #252a26;
    font-size: clamp(0.73rem, 0.74vw, 0.83rem);
    font-weight: 520;
    line-height: 1;
    white-space: nowrap;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: color 0.2s ease;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover {
    padding-left: 0;
    color: #4f755c;
    background: transparent;
  }

  .site-header .nav-links .nav-mobile-brand,
  .site-header .nav-links .nav-demo-mobile,
  .site-header .nav-links .nav-mobile-contact,
  .site-header .nav-links .nav-contact-link {
    display: none;
  }

  .site-header .menu-toggle {
    display: none;
  }

  .header-actions {
    min-height: 34px;
    margin-left: clamp(18px, 2.2vw, 36px);
    padding-left: clamp(18px, 2.2vw, 36px);
    gap: 12px;
    border-left: 1px solid rgba(22, 28, 23, 0.11);
  }

  .header-actions a {
    display: inline-flex;
    min-height: 38px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    color: #252a26;
    font-size: 0.78rem;
    font-weight: 540;
    text-decoration: none;
    border-radius: 6px;
    transition:
      color 0.2s ease,
      background-color 0.2s ease,
      transform 0.2s ease;
  }

  .header-actions .header-demo {
    color: #ffffff;
    background: #141715;
    border: 1px solid #141715;
    border-radius: 999px;
  }

  .header-actions .header-demo:hover,
  .header-actions .header-demo:focus-visible {
    color: #111411;
    background: #00eb1c;
    border-color: #00eb1c;
    transform: translateY(-1px);
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: calc(66px + env(safe-area-inset-top));
  }

  .site-header,
  body[data-theme="light"] .site-header,
  .site-header.nav-scrolled,
  body[data-theme="light"] .site-header.nav-scrolled {
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    width: 100%;
    min-height: calc(64px + env(safe-area-inset-top));
    margin: 0;
    padding: env(safe-area-inset-top) 16px 0;
    grid-template-columns: minmax(0, 1fr) 42px;
    color: #151915;
    background: #f7f7f5;
    border: 0;
    border-bottom: 1px solid rgba(22, 28, 23, 0.09);
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header .menu-toggle {
    display: grid;
  }

  .header-actions {
    display: none;
  }
}

/* Client revision: supplied portrait artwork for the mobile hero. */
@media (max-width: 760px) {
  .site-header,
  body[data-theme="light"] .site-header,
  .site-header.nav-scrolled,
  body[data-theme="light"] .site-header.nav-scrolled {
    background: #f4f4f4;
    border-bottom: 0;
  }

  .minimal-hero,
  body[data-theme="light"] .minimal-hero {
    background-color: #f4f4f4;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .minimal-hero-inner {
    padding-top: max(124px, calc(env(safe-area-inset-top) + 112px));
    padding-bottom: 48px;
    align-items: flex-start;
  }

  .minimal-hero-copy,
  body[data-theme="light"] .minimal-hero-copy {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }

  .minimal-hero-copy h1,
  .minimal-hero-copy h1#minimal-hero-title {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    color: #0b0d0c;
    font-size: clamp(1.92rem, 8.7vw, 2.28rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.052em;
    white-space: nowrap;
  }

  .minimal-hero-copy p,
  body[data-theme="light"] .minimal-hero-copy p {
    width: min(78%, 280px);
    max-width: 280px;
    margin: 0;
    color: #555b57;
    font-size: clamp(0.7rem, 2.9vw, 0.79rem);
    line-height: 1.55;
    text-align: left;
  }

  .minimal-hero-copy > .minimal-hero-link {
    display: none;
  }
}

@media (max-width: 360px) {
  .minimal-hero-copy h1,
  .minimal-hero-copy h1#minimal-hero-title {
    font-size: clamp(1.78rem, 8.6vw, 1.96rem);
  }
}

/* New landing-page system: bold left title, detailed left-aligned content to the right. */
#loesung.product-process-section,
body[data-theme="light"] #loesung.product-process-section {
  position: relative;
  min-height: auto;
  padding: clamp(104px, 9vw, 148px) 0;
  overflow: hidden;
  color: #151815;
  background: #f4f4f2;
  border-top: 1px solid rgba(23, 29, 24, 0.08);
  border-bottom: 0;
  box-shadow: none;
}

#loesung .product-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(56px, 7vw, 112px);
}

#loesung .product-process-heading h2 {
  max-width: 10ch;
  margin: 0;
  color: #111411;
  font-size: clamp(2.25rem, 3.05vw, 3.2rem);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

#loesung .product-process-lead {
  max-width: 34rem;
  margin: 5px 0 clamp(34px, 4vw, 56px);
  color: #303631;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  font-weight: 480;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

#loesung .product-process-steps {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

#loesung .product-process-steps li {
  display: grid;
  padding: 24px 0;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(27, 34, 29, 0.1);
}

#loesung .product-process-steps li:first-child {
  padding-top: 0;
  border-top: 0;
}

#loesung .product-process-steps li > span {
  padding-top: 2px;
  color: #68716a;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  font-variation-settings: "wght" 490;
  font-weight: 490;
  letter-spacing: -0.025em;
}

#loesung .product-process-steps h3 {
  margin: 0 0 8px;
  color: #171b18;
  font-size: 0.94rem;
  font-weight: 680;
  line-height: 1.3;
}

#loesung .product-process-steps p {
  max-width: 43rem;
  margin: 0;
  color: #5c635e;
  font-size: 0.86rem;
  line-height: 1.65;
}

#loesung .product-app-preview {
  display: grid;
  min-height: 310px;
  margin-top: clamp(54px, 7vw, 92px);
  overflow: hidden;
  grid-template-columns: 118px minmax(0, 1fr);
  color: #27302a;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(35, 48, 39, 0.12);
  border-radius: 12px;
  box-shadow:
    0 20px 55px rgba(55, 64, 58, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

#loesung .product-app-screenshot {
  width: 100%;
  margin: clamp(40px, 5vw, 68px) 0 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(25, 34, 28, 0.12);
  border-radius: 12px;
  box-shadow:
    0 22px 52px rgba(35, 45, 38, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

#loesung .product-app-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}

#loesung .product-app-sidebar {
  display: flex;
  padding: 24px 13px;
  flex-direction: column;
  gap: 17px;
  background: rgba(243, 245, 242, 0.92);
  border-right: 1px solid rgba(37, 49, 40, 0.09);
}

#loesung .product-app-sidebar span,
#loesung .product-app-sidebar strong {
  display: block;
  font-size: 0.53rem;
  font-style: normal;
  font-weight: 520;
  line-height: 1.3;
}

#loesung .product-app-sidebar strong {
  margin-inline: -5px;
  padding: 7px 5px;
  color: #315e40;
  background: rgba(127, 165, 141, 0.12);
  border-radius: 5px;
}

#loesung .product-app-main {
  min-width: 0;
  padding: 23px 20px;
}

#loesung .product-app-title,
#loesung .product-app-tabs,
#loesung .product-app-row {
  display: flex;
  align-items: center;
}

#loesung .product-app-title {
  justify-content: space-between;
  gap: 12px;
}

#loesung .product-app-title strong {
  font-size: 0.72rem;
}

#loesung .product-app-title span {
  padding: 5px 8px;
  color: #687069;
  font-size: 0.48rem;
  border: 1px solid rgba(30, 45, 35, 0.12);
  border-radius: 5px;
}

#loesung .product-app-tabs {
  margin: 19px 0 13px;
  gap: 13px;
  color: #777e79;
  font-size: 0.47rem;
}

#loesung .product-app-tabs strong {
  padding-bottom: 5px;
  color: #315e40;
  border-bottom: 1px solid #699376;
}

#loesung .product-app-table {
  overflow: hidden;
  border: 1px solid rgba(32, 45, 36, 0.09);
  border-radius: 7px;
}

#loesung .product-app-row {
  display: grid;
  min-height: 38px;
  padding: 0 9px;
  grid-template-columns: 1.05fr 1.15fr 0.72fr 0.64fr;
  border-top: 1px solid rgba(32, 45, 36, 0.07);
}

#loesung .product-app-row:first-child {
  border-top: 0;
}

#loesung .product-app-row span,
#loesung .product-app-row i {
  min-width: 0;
  overflow: hidden;
  font-size: 0.43rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#loesung .product-app-row i {
  width: fit-content;
  padding: 4px 6px;
  justify-self: start;
  color: #416f4e;
  background: rgba(127, 165, 141, 0.13);
  border-radius: 999px;
}

#loesung .product-app-row-head {
  min-height: 31px;
  color: #777e79;
  background: rgba(244, 246, 243, 0.7);
}

@media (max-width: 760px) {
  #loesung.product-process-section,
  body[data-theme="light"] #loesung.product-process-section {
    padding: 82px 0 88px;
  }

  #loesung .product-process-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  #loesung .product-process-heading h2 {
    max-width: 11ch;
    font-size: clamp(2.25rem, 10.8vw, 3.15rem);
  }

  #loesung .product-app-preview {
    min-height: 240px;
    margin-top: 42px;
    grid-template-columns: 88px minmax(0, 1fr);
    border-radius: 10px;
  }

  #loesung .product-app-sidebar {
    padding: 18px 9px;
    gap: 13px;
  }

  #loesung .product-app-sidebar span,
  #loesung .product-app-sidebar strong {
    font-size: 0.42rem;
  }

  #loesung .product-app-main {
    padding: 18px 12px;
  }

  #loesung .product-app-tabs {
    gap: 8px;
  }

  #loesung .product-app-row {
    min-height: 34px;
    padding-inline: 6px;
    grid-template-columns: 1fr 0.68fr 0.64fr;
  }

  #loesung .product-app-row span:nth-child(2) {
    display: none;
  }

  #loesung .product-process-lead {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.08rem;
  }

  #loesung .product-process-steps li {
    padding: 22px 0;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  #loesung .product-process-steps p {
    font-size: 0.82rem;
    line-height: 1.62;
  }
}

/* More natural editorial typography for supporting copy. */
.minimal-hero-copy p,
body[data-theme="light"] .minimal-hero-copy p,
#loesung .product-process-lead,
#loesung .product-process-steps h3,
#loesung .product-process-steps p {
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
}

.minimal-hero-copy p,
body[data-theme="light"] .minimal-hero-copy p {
  color: #4b504c;
  font-weight: 400;
  letter-spacing: -0.01em;
}

#loesung .product-process-lead {
  color: #282d29;
  font-weight: 400;
  letter-spacing: -0.018em;
}

#loesung .product-process-steps h3 {
  font-weight: 600;
  letter-spacing: -0.012em;
}

#loesung .product-process-steps p {
  color: #4d534f;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.008em;
}

/* Second client section: document understanding and extracted invoice data. */
#belege.document-understanding-section,
body[data-theme="light"] #belege.document-understanding-section {
  position: relative;
  min-height: auto;
  padding: clamp(104px, 9vw, 148px) 0;
  overflow: hidden;
  color: #151815;
  background: #f8f8f6;
  border-bottom: 0;
  box-shadow: none;
}

#belege .document-understanding-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(56px, 7vw, 112px);
}

#belege .document-understanding-heading h2 {
  max-width: none;
  margin: 0;
  color: #111411;
  font-size: clamp(2.25rem, 3.05vw, 3.2rem);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.052em;
  word-spacing: 0.08em;
  white-space: nowrap;
}

#belege .document-understanding-lead {
  max-width: 34rem;
  margin: 5px 0 clamp(34px, 4vw, 56px);
  color: #282d29;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.018em;
}

#belege .document-understanding-copy {
  display: grid;
  max-width: 43rem;
  gap: 24px;
}

#belege .document-understanding-copy p {
  margin: 0;
  color: #4d534f;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -0.008em;
}

#belege .invoice-app-preview {
  display: grid;
  min-height: 326px;
  margin-top: clamp(34px, 4vw, 56px);
  padding: 24px;
  grid-template-columns: minmax(0, 1.18fr) minmax(126px, 0.82fr);
  gap: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(35, 48, 39, 0.12);
  border-radius: 12px;
  box-shadow:
    0 20px 55px rgba(55, 64, 58, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

#belege .invoice-sheet,
#belege .invoice-extracted {
  min-width: 0;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(29, 39, 32, 0.1);
  border-radius: 7px;
}

#belege .invoice-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#belege .invoice-brand strong {
  color: #1e2320;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

#belege .invoice-brand span {
  color: #476750;
  font-size: 0.48rem;
  font-weight: 650;
}

#belege .invoice-address {
  display: grid;
  width: 46%;
  margin: 26px 0 18px;
  gap: 5px;
}

#belege .invoice-address i {
  display: block;
  height: 3px;
  background: #dfe2df;
  border-radius: 999px;
}

#belege .invoice-address i:nth-child(2) {
  width: 84%;
}

#belege .invoice-address i:nth-child(3) {
  width: 92%;
}

#belege .invoice-address i:nth-child(4) {
  width: 68%;
}

#belege .invoice-meta {
  display: grid;
  margin-bottom: 19px;
  grid-template-columns: 1fr 1fr;
  gap: 5px 9px;
}

#belege .invoice-meta span,
#belege .invoice-meta strong {
  font-size: 0.43rem;
}

#belege .invoice-meta span {
  color: #858a86;
}

#belege .invoice-meta strong {
  color: #343a35;
  font-weight: 600;
}

#belege .invoice-lines {
  display: grid;
  margin: 0;
  gap: 0;
  background: transparent;
}

#belege .invoice-lines span {
  display: block;
  height: 25px;
  background:
    linear-gradient(90deg, #e5e8e5 0 38%, transparent 38% 43%, #e5e8e5 43% 69%, transparent 69% 74%, #e5e8e5 74%);
  border-top: 1px solid #eceeec;
}

#belege .invoice-lines span:last-child {
  border-bottom: 1px solid #eceeec;
}

#belege .invoice-total {
  display: flex;
  margin-top: 16px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

#belege .invoice-total span {
  color: #7a817b;
  font-size: 0.45rem;
}

#belege .invoice-total strong {
  color: #1d231f;
  font-size: 0.65rem;
}

#belege .invoice-extracted > p {
  margin: 0 0 18px;
  color: #272d29;
  font-size: 0.64rem;
  font-weight: 650;
}

#belege .invoice-extracted dl {
  display: grid;
  margin: 0;
  gap: 14px;
}

#belege .invoice-extracted dl div {
  display: grid;
  gap: 3px;
}

#belege .invoice-extracted dt,
#belege .invoice-extracted dd {
  margin: 0;
  font-size: 0.46rem;
  line-height: 1.3;
}

#belege .invoice-extracted dt {
  color: #858b86;
}

#belege .invoice-extracted dd {
  color: #2d352f;
  font-weight: 620;
}

@media (max-width: 760px) {
  #belege.document-understanding-section,
  body[data-theme="light"] #belege.document-understanding-section {
    padding: 82px 0 88px;
  }

  #belege .document-understanding-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  #belege .document-understanding-heading h2 {
    max-width: 10ch;
    font-size: clamp(2.25rem, 10.8vw, 3.15rem);
    white-space: normal;
  }

  #belege .invoice-app-preview {
    min-height: 250px;
    margin-top: 42px;
    padding: 14px;
    grid-template-columns: minmax(0, 1.12fr) minmax(105px, 0.88fr);
    gap: 8px;
    border-radius: 10px;
  }

  #belege .invoice-sheet,
  #belege .invoice-extracted {
    padding: 13px;
  }

  #belege .invoice-address {
    margin-block: 18px 13px;
  }

  #belege .invoice-lines span {
    height: 19px;
  }

  #belege .document-understanding-lead {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.08rem;
  }

  #belege .document-understanding-copy {
    gap: 20px;
  }

  #belege .document-understanding-copy p {
    font-size: 0.88rem;
    line-height: 1.64;
  }
}

@media (max-width: 360px) {
  #belege .invoice-app-preview {
    padding: 10px;
    grid-template-columns: minmax(0, 1fr) 94px;
  }

  #belege .invoice-sheet,
  #belege .invoice-extracted {
    padding: 10px;
  }
}

/* Connected editorial quote with scroll-driven letter fill. */
.scroll-quote-section,
body[data-theme="light"] .scroll-quote-section {
  position: relative;
  display: grid;
  min-height: clamp(360px, 54svh, 560px);
  margin: 0;
  padding: clamp(32px, 5vw, 68px) 0 clamp(76px, 9vw, 124px);
  place-items: center;
  overflow: hidden;
  color: #171b18;
  background: #f8f8f6;
  border: 0;
  box-shadow: none;
}

.scroll-quote-shell {
  width: 100%;
  padding-inline: clamp(16px, 2.4vw, 36px);
  box-sizing: border-box;
}

.scroll-fill-quote {
  display: grid;
  max-width: none;
  margin: 0;
  row-gap: clamp(14px, 1.35vw, 22px);
  color: #cdd2ce;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(2.7rem, 3.75vw, 3.6rem);
  font-variation-settings: "wght" 560;
  font-weight: 560;
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.scroll-fill-quote .scroll-fill-line {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: center;
  gap: clamp(14px, 1.45vw, 22px);
  text-align: center;
  white-space: nowrap;
}

.scroll-fill-quote .scroll-fill-word {
  display: inline-block;
  white-space: nowrap;
}

.scroll-fill-quote .scroll-fill-character {
  color: color-mix(
    in srgb,
    #00eb1c calc(var(--char-progress, 0) * 100%),
    #e0e3e0
  );
  opacity: calc(0.2 + var(--char-progress, 0) * 0.8);
  transition:
    color 80ms linear,
    opacity 80ms linear;
  will-change: color, opacity;
}

.scroll-fill-quote .scroll-fill-space {
  white-space: pre;
}

@media (max-width: 760px) {
  .scroll-quote-section,
  body[data-theme="light"] .scroll-quote-section {
    min-height: 46svh;
    padding: 28px 0 76px;
  }

  .scroll-fill-quote {
    max-width: none;
    row-gap: 12px;
    font-size: clamp(1.15rem, 5.7vw, 1.55rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

  .scroll-fill-quote .scroll-fill-line {
    gap: clamp(6px, 2vw, 10px);
  }
}

/* Mobile Products: a regular menu row that reveals the same three desktop products. */
@media (max-width: 760px) {
  .site-header .nav-links .nav-product,
  body[data-theme="light"] .site-header .nav-links .nav-product {
    display: grid;
    width: 100%;
    gap: 0;
  }

  .site-header .nav-links .nav-product > .nav-product-link,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 52px;
    padding: 8px 34px 8px 0;
    align-items: center;
    color: #111411;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
    transform: none;
  }

  .site-header .nav-links .nav-product > .nav-product-link::before,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link::before {
    display: none;
  }

  .site-header .nav-links .nav-product > .nav-product-link::after,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link::after {
    position: absolute;
    top: 50%;
    right: 2px;
    display: grid;
    width: 26px;
    height: 26px;
    content: "+";
    place-items: center;
    color: #31523b;
    border: 1px solid rgba(65, 105, 76, 0.2);
    border-radius: 50%;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    transition: color 240ms ease, background-color 240ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .site-header .nav-links .nav-product.product-open > .nav-product-link::after,
  body[data-theme="light"] .site-header .nav-links .nav-product.product-open > .nav-product-link::after {
    content: "−";
    color: #075e16;
    background: rgba(0, 235, 28, 0.11);
    transform: translateY(-50%) rotate(180deg);
  }

  .site-header .nav-links .nav-product > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-dropdown {
    position: static;
    display: grid;
    width: 100%;
    max-height: 0;
    padding: 0;
    gap: 5px;
    overflow: hidden;
    color: #161a17;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      max-height 460ms cubic-bezier(0.16, 1, 0.3, 1),
      padding 360ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 220ms ease,
      transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0s linear 460ms;
  }

  .site-header .nav-links .nav-product.product-open > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product.product-open > .nav-product-dropdown {
    max-height: 290px;
    padding: 3px 0 12px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .site-header .nav-links .nav-product > .nav-product-dropdown .nav-product-option,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-dropdown .nav-product-option {
    display: flex;
    width: 100%;
    min-height: 62px;
    padding: 10px 11px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #161a17;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(55, 80, 63, 0.09);
    border-radius: 12px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-header .nav-product-copy {
    display: grid;
    min-width: 0;
    gap: 3px;
  }

  .site-header .nav-product-copy small {
    color: #5e6861;
    font-size: 0.66rem;
    font-weight: 470;
    line-height: 1.25;
  }

  .site-header .nav-product-option-disabled,
  body[data-theme="light"] .site-header .nav-product-option-disabled {
    opacity: 0.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-fill-quote .scroll-fill-character {
    --char-progress: 1 !important;
    opacity: 1;
    transition: none;
  }
}

/* Client section: natural-language accounting rules. */
#regeln.rules-section,
body[data-theme="light"] #regeln.rules-section {
  position: relative;
  padding: clamp(104px, 9vw, 148px) 0;
  overflow: hidden;
  color: #151815;
  background: #f8f8f6;
  border: 0;
  box-shadow: none;
}

#regeln .rules-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(56px, 7vw, 112px);
}

#regeln .rules-visual-column h2 {
  max-width: 10.5ch;
  margin: 0;
  color: #111411;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(2.25rem, 3.05vw, 3.2rem);
  font-variation-settings: "wght" 650;
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

#regeln .rules-app-preview {
  margin-top: clamp(42px, 5vw, 70px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(35, 48, 39, 0.12);
  border-radius: 12px;
  box-shadow:
    0 20px 55px rgba(55, 64, 58, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

#regeln .rules-app-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}

#regeln .rules-app-screenshot {
  width: 112%;
  margin-left: -6%;
}

#regeln .rules-app-bar {
  display: flex;
  min-height: 48px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  color: #222824;
  border-bottom: 1px solid rgba(35, 48, 39, 0.09);
}

#regeln .rules-app-bar span {
  font-size: 0.72rem;
  font-weight: 620;
}

#regeln .rules-app-bar i {
  display: block;
  width: 7px;
  height: 7px;
  background: #7fa58d;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(127, 165, 141, 0.1);
}

#regeln .rules-form {
  display: grid;
  padding: clamp(18px, 2.2vw, 28px);
  gap: 10px;
}

#regeln .rules-form-row {
  display: grid;
  min-height: 42px;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

#regeln .rules-form-row span {
  color: #737b75;
  font-size: 0.58rem;
}

#regeln .rules-form-row strong {
  min-width: 0;
  padding: 11px 13px;
  overflow: hidden;
  color: #303732;
  background: rgba(248, 249, 247, 0.92);
  border: 1px solid rgba(33, 47, 37, 0.1);
  border-radius: 6px;
  font-size: 0.58rem;
  font-weight: 520;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#regeln .rules-form button {
  width: fit-content;
  margin-top: 8px;
  padding: 10px 17px;
  justify-self: end;
  color: #f7f8f6;
  background: #17201a;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 0.56rem;
  pointer-events: none;
}

#regeln .rules-lead {
  max-width: 36rem;
  margin: 5px 0 24px;
  color: #282d29;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  font-weight: 520;
  line-height: 1.45;
  letter-spacing: -0.018em;
}

#regeln .rules-copy {
  display: grid;
  max-width: 43rem;
  gap: 18px;
}

#regeln .rules-copy p,
#regeln .rules-logic-grid p,
#regeln .rules-summary {
  margin: 0;
  color: #4d534f;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: -0.008em;
}

#regeln .rules-logic-grid {
  display: grid;
  margin-top: clamp(36px, 4.5vw, 58px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

#regeln .rules-logic-grid article {
  min-width: 0;
  min-height: 236px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(35, 48, 39, 0.12);
  border-radius: 10px;
  transition:
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

#regeln .rules-logic-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(127, 165, 141, 0.58);
  box-shadow: 0 15px 32px rgba(66, 85, 72, 0.07);
}

#regeln .rules-logic-grid article > span {
  display: block;
  margin-bottom: 28px;
  color: #7fa58d;
  font-size: 0.64rem;
  font-variation-settings: "wght" 620;
  font-weight: 620;
  letter-spacing: 0.08em;
}

#regeln .rules-logic-grid h3 {
  margin: 0 0 12px;
  color: #202521;
  font-size: 0.82rem;
  font-variation-settings: "wght" 620;
  font-weight: 620;
  line-height: 1.25;
  letter-spacing: -0.018em;
}

#regeln .rules-logic-grid p {
  font-size: 0.72rem;
  line-height: 1.55;
}

#regeln .rules-summary {
  max-width: 43rem;
  margin-top: 30px;
}

@media (max-width: 980px) {
  #regeln .rules-logic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #regeln .rules-logic-grid article {
    min-height: 192px;
  }
}

@media (max-width: 760px) {
  #regeln.rules-section,
  body[data-theme="light"] #regeln.rules-section {
    padding: 82px 0 88px;
  }

  #regeln .rules-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  #regeln .rules-visual-column h2 {
    max-width: 10ch;
    font-size: clamp(2.25rem, 10.8vw, 3.15rem);
  }

  #regeln .rules-app-preview {
    margin-top: 42px;
    border-radius: 10px;
  }

  #regeln .rules-app-screenshot {
    width: 100%;
    margin-left: 0;
  }

  #regeln .rules-form {
    padding: 16px;
  }

  #regeln .rules-form-row {
    min-height: 38px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
  }

  #regeln .rules-lead {
    margin-top: 0;
    font-size: 1.08rem;
  }

  #regeln .rules-copy p,
  #regeln .rules-summary {
    font-size: 0.88rem;
  }

  #regeln .rules-logic-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #regeln .rules-logic-grid article {
    min-height: auto;
    padding: 20px;
  }

  #regeln .rules-logic-grid article > span {
    margin-bottom: 18px;
  }

  #regeln .rules-logic-grid h3 {
    font-size: 0.92rem;
  }

  #regeln .rules-logic-grid p {
    font-size: 0.8rem;
  }
}

/* Client section: shared knowledge and transparent best practices. */
#wissen.team-knowledge-section,
body[data-theme="light"] #wissen.team-knowledge-section {
  position: relative;
  padding: clamp(96px, 8vw, 132px) 0;
  overflow: hidden;
  color: #151815;
  background: #f8f8f6;
  border: 0;
  border-top: 1px solid rgba(35, 48, 39, 0.08);
  box-shadow: none;
}

#wissen .team-knowledge-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  column-gap: clamp(56px, 7vw, 112px);
  row-gap: clamp(36px, 4.5vw, 58px);
}

#wissen .team-knowledge-heading {
  grid-column: 1;
  grid-row: 1;
}

#wissen .team-knowledge-screenshot {
  grid-column: 1;
  grid-row: 2;
}

#wissen .team-knowledge-content {
  grid-column: 2;
  grid-row: 1 / span 2;
}

#wissen .team-knowledge-heading h2 {
  max-width: 10.5ch;
  margin: 0;
  color: #111411;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(2.25rem, 3.05vw, 3.2rem);
  font-variation-settings: "wght" 650;
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

#wissen .best-practices-preview {
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(35, 48, 39, 0.12);
  border-radius: 12px;
  box-shadow:
    0 18px 46px rgba(55, 64, 58, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

#wissen .team-knowledge-screenshot {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#wissen .team-knowledge-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}

#wissen .best-practices-head {
  display: flex;
  padding-bottom: 17px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(35, 48, 39, 0.09);
}

#wissen .best-practices-head strong {
  color: #202521;
  font-size: 0.72rem;
  font-weight: 640;
}

#wissen .best-practices-head span {
  color: #9da29e;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

#wissen .best-practices-preview dl {
  display: grid;
  margin: 16px 0 18px;
  gap: 0;
}

#wissen .best-practices-preview dl div {
  display: flex;
  min-height: 37px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(35, 48, 39, 0.07);
}

#wissen .best-practices-preview dt,
#wissen .best-practices-preview dd {
  margin: 0;
  font-size: 0.55rem;
  line-height: 1.35;
}

#wissen .best-practices-preview dt {
  color: #757c77;
}

#wissen .best-practices-preview dd {
  color: #2c332e;
  font-weight: 590;
  text-align: right;
}

#wissen .best-practices-status {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  gap: 8px;
  color: #4e7459;
  font-size: 0.53rem;
  font-weight: 560;
}

#wissen .best-practices-status i {
  display: block;
  width: 7px;
  height: 7px;
  background: #7fa58d;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(127, 165, 141, 0.1);
}

#wissen .best-practices-preview button {
  padding: 9px 13px;
  color: #29312b;
  background: transparent;
  border: 1px solid rgba(35, 48, 39, 0.16);
  border-radius: 6px;
  font: inherit;
  font-size: 0.54rem;
  font-weight: 560;
  pointer-events: none;
}

#wissen .team-knowledge-lead {
  max-width: 34rem;
  margin: 4px 0 26px;
  color: #282d29;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  font-weight: 520;
  line-height: 1.45;
  letter-spacing: -0.018em;
}

#wissen .team-knowledge-copy {
  display: grid;
  max-width: 43rem;
  gap: 20px;
}

#wissen .team-knowledge-copy p {
  margin: 0;
  color: #4d534f;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -0.008em;
}

@media (max-width: 980px) {
  #wissen .team-knowledge-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  #wissen .best-practices-preview {
    grid-column: 1;
    grid-row: 2;
  }

  #wissen .team-knowledge-content {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 760px) {
  #wissen.team-knowledge-section,
  body[data-theme="light"] #wissen.team-knowledge-section {
    padding: 82px 0 88px;
  }

  #wissen .team-knowledge-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  #wissen .team-knowledge-heading,
  #wissen .best-practices-preview,
  #wissen .team-knowledge-content {
    grid-column: 1;
    grid-row: auto;
  }

  #wissen .team-knowledge-heading h2 {
    max-width: 10ch;
    font-size: clamp(2.25rem, 10.8vw, 3.15rem);
  }

  #wissen .best-practices-preview {
    max-width: 330px;
    padding: 18px;
    border-radius: 10px;
  }

  #wissen .best-practices-preview.team-knowledge-screenshot {
    padding: 0;
  }

  #wissen .team-knowledge-lead {
    margin-top: 0;
    font-size: 1.08rem;
  }

  #wissen .team-knowledge-copy p {
    font-size: 0.88rem;
  }
}

/* Client section: mandate-specific accounting configuration. */
#buchhaltungen.accounting-setup-section,
body[data-theme="light"] #buchhaltungen.accounting-setup-section {
  position: relative;
  padding: clamp(96px, 8vw, 132px) 0;
  overflow: hidden;
  color: #151815;
  background: #f8f8f6;
  border: 0;
  border-top: 1px solid rgba(35, 48, 39, 0.08);
  box-shadow: none;
}

#buchhaltungen .accounting-setup-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(230px, 0.48fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(38px, 5.5vw, 82px);
}

#buchhaltungen .accounting-setup-heading h2 {
  max-width: 10.5ch;
  margin: 0;
  color: #111411;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(2.25rem, 3.05vw, 3.2rem);
  font-variation-settings: "wght" 650;
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

#buchhaltungen .mandate-preview {
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(35, 48, 39, 0.12);
  border-radius: 12px;
  box-shadow:
    0 18px 46px rgba(55, 64, 58, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

#buchhaltungen .mandate-preview-head {
  display: flex;
  padding-bottom: 17px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(35, 48, 39, 0.09);
}

#buchhaltungen .mandate-preview-head strong {
  color: #202521;
  font-size: 0.72rem;
  font-weight: 640;
}

#buchhaltungen .mandate-preview-head span {
  color: #9da29e;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

#buchhaltungen .mandate-preview dl {
  display: grid;
  margin: 16px 0 18px;
  gap: 9px;
}

#buchhaltungen .mandate-preview dl div {
  display: grid;
  gap: 5px;
}

#buchhaltungen .mandate-preview dt,
#buchhaltungen .mandate-preview dd {
  margin: 0;
  font-size: 0.54rem;
  line-height: 1.35;
}

#buchhaltungen .mandate-preview dt {
  color: #777d79;
}

#buchhaltungen .mandate-preview dd {
  min-width: 0;
  padding: 9px 10px;
  overflow: hidden;
  color: #303732;
  background: rgba(248, 249, 247, 0.92);
  border: 1px solid rgba(33, 47, 37, 0.1);
  border-radius: 6px;
  font-weight: 560;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#buchhaltungen .mandate-preview button {
  padding: 9px 13px;
  color: #29312b;
  background: transparent;
  border: 1px solid rgba(35, 48, 39, 0.16);
  border-radius: 6px;
  font: inherit;
  font-size: 0.54rem;
  font-weight: 560;
  pointer-events: none;
}

#buchhaltungen .accounting-setup-lead {
  max-width: 34rem;
  margin: 4px 0 26px;
  color: #282d29;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  font-weight: 520;
  line-height: 1.45;
  letter-spacing: -0.018em;
}

#buchhaltungen .accounting-setup-copy {
  display: grid;
  max-width: 43rem;
  gap: 18px;
}

#buchhaltungen .accounting-setup-copy p,
#buchhaltungen .accounting-setup-copy li {
  color: #4d534f;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: -0.008em;
}

#buchhaltungen .accounting-setup-copy p {
  margin: 0;
}

#buchhaltungen .accounting-setup-copy ul {
  display: grid;
  margin: -6px 0 2px;
  padding: 0;
  gap: 7px;
  list-style: none;
}

#buchhaltungen .accounting-setup-copy li {
  position: relative;
  padding-left: 20px;
}

#buchhaltungen .accounting-setup-copy li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #00eb1c;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media (max-width: 980px) {
  #buchhaltungen .accounting-setup-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  #buchhaltungen .mandate-preview {
    grid-column: 1;
    grid-row: 2;
  }

  #buchhaltungen .accounting-setup-content {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 760px) {
  #buchhaltungen.accounting-setup-section,
  body[data-theme="light"] #buchhaltungen.accounting-setup-section {
    padding: 82px 0 88px;
  }

  #buchhaltungen .accounting-setup-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  #buchhaltungen .accounting-setup-heading,
  #buchhaltungen .mandate-preview,
  #buchhaltungen .accounting-setup-content {
    grid-column: 1;
    grid-row: auto;
  }

  #buchhaltungen .accounting-setup-heading h2 {
    max-width: 10ch;
    font-size: clamp(2.25rem, 10.8vw, 3.15rem);
  }

  #buchhaltungen .mandate-preview {
    max-width: 330px;
    padding: 18px;
    border-radius: 10px;
  }

  #buchhaltungen .accounting-setup-lead {
    margin-top: 0;
    font-size: 1.08rem;
  }

  #buchhaltungen .accounting-setup-copy p,
  #buchhaltungen .accounting-setup-copy li {
    font-size: 0.88rem;
  }
}

/* Unified two-line section headings. */
#loesung .product-process-heading h2,
#belege .document-understanding-heading h2,
#regeln .rules-visual-column h2,
#wissen .team-knowledge-heading h2,
#buchhaltungen .accounting-setup-heading h2 {
  max-width: none;
  color: #111411;
  font-size: clamp(1.9rem, 2.45vw, 2.35rem);
}

#loesung .product-process-heading h2 > span,
#belege .document-understanding-heading h2 > span,
#regeln .rules-visual-column h2 > span,
#wissen .team-knowledge-heading h2 > span,
#buchhaltungen .accounting-setup-heading h2 > span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 760px) {
  #loesung .product-process-heading h2,
  #belege .document-understanding-heading h2,
  #regeln .rules-visual-column h2,
  #wissen .team-knowledge-heading h2,
  #buchhaltungen .accounting-setup-heading h2 {
    max-width: none;
    font-size: clamp(1.8rem, 7.2vw, 2.25rem);
  }
}

/* Remaining client-requested product sections. */
.editorial-feature-section,
.pdf-tools-section,
.practice-section,
body[data-theme="light"] .editorial-feature-section,
body[data-theme="light"] .pdf-tools-section,
body[data-theme="light"] .practice-section {
  position: relative;
  padding: clamp(96px, 8vw, 132px) 0;
  overflow: hidden;
  color: #151815;
  background: #f8f8f6;
  border: 0;
  border-top: 1px solid rgba(35, 48, 39, 0.08);
  box-shadow: none;
}

.editorial-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(230px, 0.48fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(38px, 5.5vw, 82px);
}

.editorial-feature-heading h2,
.pdf-tools-heading h2,
.practice-heading h2 {
  max-width: none;
  margin: 0;
  color: #111411;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.9rem, 2.45vw, 2.35rem);
  font-variation-settings: "wght" 650;
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.editorial-feature-heading h2 > span,
.pdf-tools-heading h2 > span,
.practice-heading h2 > span {
  display: block;
  white-space: nowrap;
}

.editorial-feature-lead,
.pdf-tools-lead {
  max-width: 36rem;
  margin: 4px 0 26px;
  color: #282d29;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  font-weight: 520;
  line-height: 1.45;
  letter-spacing: -0.018em;
}

.editorial-feature-copy,
.practice-copy {
  display: grid;
  max-width: 43rem;
  gap: 20px;
}

.editorial-feature-copy p,
.practice-copy p,
.pdf-tool-grid p {
  margin: 0;
  color: #4d534f;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -0.008em;
}

.advanced-parsing-preview,
.browser-workflow-preview,
.workday-preview,
.system-flow-preview {
  min-width: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(35, 48, 39, 0.12);
  border-radius: 12px;
  box-shadow:
    0 18px 46px rgba(55, 64, 58, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.advanced-preview-head {
  display: flex;
  min-height: 48px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(35, 48, 39, 0.09);
}

.advanced-preview-head span {
  color: #202521;
  font-size: 0.65rem;
  font-weight: 620;
}

.advanced-preview-head i {
  width: 7px;
  height: 7px;
  background: #00eb1c;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 235, 28, 0.09);
}

.advanced-preview-body {
  display: grid;
  padding: 18px;
  gap: 9px;
}

.advanced-preview-body div {
  display: grid;
  gap: 5px;
}

.advanced-preview-body span {
  color: #7a817b;
  font-size: 0.5rem;
}

.advanced-preview-body strong {
  padding: 9px 10px;
  overflow: hidden;
  color: #303732;
  background: rgba(248, 249, 247, 0.92);
  border: 1px solid rgba(33, 47, 37, 0.1);
  border-radius: 6px;
  font-size: 0.54rem;
  font-weight: 560;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.system-flow-preview {
  display: flex;
  min-height: 176px;
  padding: 22px 18px;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.system-flow-node {
  display: flex;
  min-width: 0;
  min-height: 68px;
  padding: 12px;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #39413b;
  background: rgba(248, 249, 247, 0.9);
  border: 1px solid rgba(33, 47, 37, 0.1);
  border-radius: 8px;
  font-size: 0.53rem;
  text-align: center;
}

.system-flow-node img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.system-flow-preview > i {
  position: relative;
  width: 24px;
  height: 1px;
  flex: 0 0 24px;
  background: #7fa58d;
}

.system-flow-preview > i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #7fa58d;
  border-right: 1px solid #7fa58d;
  transform: rotate(45deg);
}

.browser-preview-bar {
  display: flex;
  min-height: 42px;
  padding: 0 13px;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid rgba(35, 48, 39, 0.09);
}

.browser-preview-bar i {
  width: 5px;
  height: 5px;
  background: #c7ccc8;
  border-radius: 50%;
}

.browser-preview-bar span {
  margin-left: auto;
  color: #8a908b;
  font-size: 0.48rem;
}

.browser-workflow-preview ol {
  display: grid;
  margin: 0;
  padding: 17px;
  gap: 8px;
  list-style: none;
}

.browser-workflow-preview li {
  display: grid;
  min-height: 37px;
  padding: 0 10px;
  grid-template-columns: 29px 1fr;
  align-items: center;
  color: #3b433d;
  background: rgba(248, 249, 247, 0.88);
  border: 1px solid rgba(33, 47, 37, 0.08);
  border-radius: 6px;
  font-size: 0.54rem;
}

.browser-workflow-preview li span {
  color: #00eb1c;
  font-size: 0.5rem;
  font-weight: 640;
}

.workday-preview {
  display: grid;
  min-height: 212px;
  padding: 25px;
  align-content: center;
  gap: 17px;
}

.workday-preview span,
.workday-preview strong {
  display: block;
  font-size: 0.75rem;
}

.workday-preview span {
  color: #777e79;
}

.workday-preview strong {
  color: #222824;
  font-size: 0.88rem;
  font-weight: 640;
}

.workday-preview i {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #e4e7e4;
  border-radius: 999px;
}

.workday-preview i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #7fa58d, #00eb1c);
  transform: scaleX(0.72);
  transform-origin: left;
}

.pdf-tools-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(56px, 7vw, 112px);
}

.pdf-tools-content {
  min-width: 0;
}

.pdf-tool-grid {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pdf-tool-grid article {
  min-height: 310px;
  padding: clamp(22px, 2.4vw, 32px);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(35, 48, 39, 0.12);
  border-radius: 12px;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.pdf-tool-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 235, 28, 0.32);
  box-shadow: 0 18px 40px rgba(50, 76, 59, 0.07);
}

.pdf-tool-grid .tool-index {
  display: block;
  margin-bottom: 48px;
  color: #00eb1c;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.09em;
}

.pdf-tool-grid h3 {
  margin: 0 0 18px;
  color: #202521;
  font-size: 1.02rem;
  font-weight: 630;
  letter-spacing: -0.025em;
}

.pdf-tool-grid p + p {
  margin-top: 15px;
}

.practice-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(56px, 7vw, 112px);
}

.product-cta-section,
body[data-theme="light"] .product-cta-section {
  padding: clamp(90px, 9vw, 138px) 0;
  color: #151815;
  background: #f8f8f6;
  border-top: 1px solid rgba(35, 48, 39, 0.08);
}

.product-cta-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.product-cta-inner h2 {
  max-width: 18ch;
  margin: 0;
  color: #111411;
  font-size: clamp(2.35rem, 4.4vw, 4.8rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.product-cta-actions {
  display: flex;
  margin-top: 38px;
  justify-content: center;
  gap: 12px;
}

.product-cta-actions a {
  display: inline-flex;
  min-height: 48px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(28, 38, 31, 0.2);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 590;
  text-decoration: none;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.product-cta-primary {
  color: #f7f8f6;
  background: #17201a;
}

.product-cta-secondary {
  color: #253229;
  background: rgba(255, 255, 255, 0.7);
}

.product-cta-actions a:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 235, 28, 0.5);
}

/* Pricing redesign for the current editorial interface. */
#preise.pricing-section,
body[data-theme="light"] #preise.pricing-section {
  position: relative;
  padding: clamp(100px, 9vw, 148px) 0;
  overflow: hidden;
  color: #151815;
  background: #f4f4f2;
  background-image: none;
  border: 0;
  border-top: 1px solid rgba(35, 48, 39, 0.08);
  box-shadow: none;
}

#preise .pricing-intro {
  display: grid;
  margin-bottom: clamp(50px, 6vw, 82px);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: clamp(40px, 7vw, 110px);
}

#preise .pricing-intro .eyebrow {
  margin: 0 0 17px;
  color: #6b756e;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#preise .pricing-intro h2 {
  margin: 0;
  color: #111411;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.pricing-page #preise.pricing-section,
body[data-theme="light"].pricing-page #preise.pricing-section {
  padding-top: clamp(150px, 13vw, 196px);
}

.pricing-page #preise .pricing-intro h1 {
  margin: 0;
  color: #111411;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

#preise .pricing-intro > p {
  max-width: 40rem;
  margin: 0;
  color: #4d534f;
  font-size: 0.95rem;
  line-height: 1.65;
}

.pricing-scroll-hint {
  display: none;
}

#preise .pricing-grid,
body[data-theme="light"] #preise .pricing-grid {
  display: grid;
  width: auto;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#preise .price-card,
body[data-theme="light"] #preise .price-card,
#preise .price-card:nth-child(3),
#preise .price-card.featured {
  position: relative;
  display: flex;
  width: auto;
  min-width: 0;
  min-height: 470px;
  max-width: none;
  padding: 28px 24px 24px;
  flex-direction: column;
  color: #1f2521;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(35, 48, 39, 0.12);
  border-radius: 14px;
  box-shadow:
    0 18px 44px rgba(55, 64, 58, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transform: none;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

#preise .price-card.featured,
body[data-theme="light"] #preise .price-card.featured {
  border-color: rgba(0, 235, 28, 0.42);
  box-shadow:
    0 22px 52px rgba(50, 76, 59, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

#preise .price-card:hover,
#preise .price-card:nth-child(3):hover,
#preise .price-card.featured:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 235, 28, 0.42);
  box-shadow:
    0 24px 54px rgba(50, 76, 59, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

#preise .price-card::before,
#preise .price-card::after {
  display: none;
  content: none;
}

#preise .price-card .plan,
body[data-theme="light"] #preise .price-card .plan {
  display: block;
  width: fit-content;
  margin: 0 0 32px;
  padding: 7px 10px;
  color: #536158;
  background: rgba(127, 165, 141, 0.1);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#preise .price-badge {
  position: absolute;
  top: 31px;
  right: 22px;
  color: #087818;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#preise .price-card h3,
body[data-theme="light"] #preise .price-card h3,
#preise .price-card:last-child h3 {
  margin: 0 0 16px;
  color: #151915;
  font-size: clamp(1.9rem, 2.5vw, 2.6rem);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.055em;
}

#preise .price-card h3 small {
  color: #69716b;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0;
}

#preise .price-card .price-description,
body[data-theme="light"] #preise .price-card .price-description {
  min-height: 70px;
  margin: 0 0 22px;
  color: #5b625d;
  font-size: 0.8rem;
  line-height: 1.55;
}

#preise .price-card ul {
  display: grid;
  margin: 0 0 26px;
  padding: 0;
  gap: 10px;
  list-style: none;
}

#preise .price-card li {
  position: relative;
  padding-left: 17px;
  color: #414943;
  font-size: 0.73rem;
  line-height: 1.45;
}

#preise .price-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #00eb1c;
  border-radius: 50%;
  transform: translateY(-50%);
}

#preise .price-card a,
body[data-theme="light"] #preise .price-card a {
  display: inline-flex;
  min-height: 45px;
  margin-top: auto;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  color: #233028;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(35, 48, 39, 0.18);
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 620;
  text-decoration: none;
}

#preise .price-card a:hover,
body[data-theme="light"] #preise .price-card a:hover {
  color: #152419;
  background: rgba(0, 235, 28, 0.1);
  border-color: rgba(0, 235, 28, 0.45);
  transform: none;
}

#preise .dashboard-price-promo {
  display: flex;
  margin-top: 14px;
  padding: 30px 32px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(35, 48, 39, 0.12);
  border-radius: 14px;
}

#preise .dashboard-price-promo span {
  color: #00a915;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#preise .dashboard-price-promo h3 {
  max-width: 42rem;
  margin: 9px 0 0;
  color: #1f2521;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 580;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

#preise .dashboard-price-promo a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 18px;
  flex: 0 0 auto;
  align-items: center;
  color: #1f2d23;
  border: 1px solid rgba(35, 48, 39, 0.18);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 620;
  text-decoration: none;
}

/* Mobile composition for the new editorial system. */
@media (max-width: 980px) {
  .editorial-feature-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .advanced-parsing-preview,
  .system-flow-preview,
  .browser-workflow-preview,
  .workday-preview {
    grid-column: 1;
    grid-row: 2;
  }

  .editorial-feature-content {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  #preise .pricing-grid,
  body[data-theme="light"] #preise .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .editorial-feature-section,
  .pdf-tools-section,
  .practice-section,
  body[data-theme="light"] .editorial-feature-section,
  body[data-theme="light"] .pdf-tools-section,
  body[data-theme="light"] .practice-section {
    padding: 82px 0 88px;
  }

  .editorial-feature-layout,
  .pdf-tools-layout,
  .practice-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .editorial-feature-heading,
  .advanced-parsing-preview,
  .system-flow-preview,
  .browser-workflow-preview,
  .workday-preview,
  .editorial-feature-content {
    grid-column: 1;
    grid-row: auto;
  }

  .editorial-feature-heading h2,
  .pdf-tools-heading h2,
  .practice-heading h2 {
    font-size: clamp(1.8rem, 7.2vw, 2.25rem);
  }

  .editorial-feature-lead,
  .pdf-tools-lead {
    margin-top: 0;
    font-size: 1.08rem;
  }

  .advanced-parsing-preview,
  .system-flow-preview,
  .browser-workflow-preview,
  .workday-preview {
    width: min(100%, 330px);
    border-radius: 10px;
  }

  .pdf-tool-grid {
    grid-template-columns: 1fr;
  }

  .pdf-tool-grid article {
    min-height: auto;
  }

  .pdf-tool-grid .tool-index {
    margin-bottom: 30px;
  }

  .product-cta-inner h2 {
    max-width: 14ch;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .product-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .product-cta-actions a {
    width: 100%;
  }

  #preise.pricing-section,
  body[data-theme="light"] #preise.pricing-section {
    padding: 82px 0 90px;
    background: #f4f4f2;
  }

  #preise .pricing-intro {
    margin-bottom: 42px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #preise .pricing-intro h2 {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  #preise .pricing-intro > p {
    font-size: 0.88rem;
  }

  #preise .pricing-grid,
  body[data-theme="light"] #preise .pricing-grid {
    display: flex;
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    padding: 18px 16px 34px;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-padding-inline: 16px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #preise .pricing-grid::-webkit-scrollbar {
    display: none;
  }

  #preise .price-card,
  body[data-theme="light"] #preise .price-card,
  #preise .price-card:nth-child(3),
  #preise .price-card.featured {
    min-height: 470px;
    flex: 0 0 min(76vw, 300px);
    scroll-snap-align: start;
  }

  .pricing-scroll-hint {
    display: flex;
    margin: -16px 0 2px;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    color: #59635c;
    font-size: 0.68rem;
    font-weight: 620;
    letter-spacing: 0.035em;
  }

  .pricing-scroll-hint-arrow {
    color: #00eb1c;
    font-size: 1rem;
    animation: pricing-hint-slide 1.8s ease-in-out infinite;
  }

  #preise .pricing-grid .price-card.visible {
    opacity: 0.72;
    transform: translate3d(0, 2px, 0) scale(0.97);
  }

  #preise .pricing-grid .price-card.is-active.visible {
    opacity: 1;
    transform: translate3d(0, -4px, 0) scale(1);
    border-color: rgba(0, 235, 28, 0.42);
  }

  #preise .dashboard-price-promo {
    padding: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  .scroll-quote-section,
  body[data-theme="light"] .scroll-quote-section {
    min-height: 28svh;
    padding: 24px 0 34px;
  }

  .scroll-quote-shell {
    padding-inline: 14px;
  }

  .scroll-fill-quote {
    font-size: clamp(0.98rem, 4.25vw, 1.12rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  .scroll-fill-quote .scroll-fill-line {
    justify-content: center;
    gap: clamp(5px, 1.5vw, 8px);
    text-align: center;
  }
}

@media (max-width: 360px) {
  .editorial-feature-heading h2,
  .dashboard-feature-heading h2,
  .pdf-tools-heading h2,
  .practice-heading h2 {
    font-size: 1.65rem;
  }

  .scroll-fill-quote {
    font-size: 0.92rem;
  }

  #preise .price-card,
  body[data-theme="light"] #preise .price-card,
  #preise .price-card:nth-child(3),
  #preise .price-card.featured {
    flex-basis: 76vw;
  }
}

@keyframes pricing-hint-slide {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-scroll-hint-arrow {
    animation: none;
  }
}

/* Final CTA color layer for the current editorial interface. */
.product-cta-actions a,
#preise .price-card a,
body[data-theme="light"] #preise .price-card a,
#preise .pricing-grid .price-card.visible a,
#preise .pricing-grid .price-card.is-active.visible a,
#preise .dashboard-price-promo a,
#kontakt .contact-form button {
  color: #102014;
  background: #00eb1c;
  border-color: #00eb1c;
  box-shadow: 0 8px 22px rgba(0, 235, 28, 0.14);
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.product-cta-actions a:hover,
.product-cta-actions a:focus-visible,
#preise .price-card a:hover,
#preise .price-card a:focus-visible,
body[data-theme="light"] #preise .price-card a:hover,
body[data-theme="light"] #preise .price-card a:focus-visible,
#preise .pricing-grid .price-card.visible a:hover,
#preise .pricing-grid .price-card.visible a:focus-visible,
#preise .pricing-grid .price-card.is-active.visible a:hover,
#preise .pricing-grid .price-card.is-active.visible a:focus-visible,
#preise .dashboard-price-promo a:hover,
#preise .dashboard-price-promo a:focus-visible,
#kontakt .contact-form button:hover,
#kontakt .contact-form button:focus-visible {
  color: #f7fff8;
  background: #102014;
  border-color: #102014;
  box-shadow: 0 12px 28px rgba(16, 32, 20, 0.18);
  transform: translateY(-2px);
}

.product-cta-actions a:focus-visible,
#preise .price-card a:focus-visible,
#preise .dashboard-price-promo a:focus-visible,
#kontakt .contact-form button:focus-visible {
  outline: 3px solid rgba(0, 235, 28, 0.28);
  outline-offset: 3px;
}

@media (hover: none) {
  .product-cta-actions a:hover,
  #preise .price-card a:hover,
  body[data-theme="light"] #preise .price-card a:hover,
  #preise .pricing-grid .price-card.visible a:hover,
  #preise .pricing-grid .price-card.is-active.visible a:hover,
  #preise .dashboard-price-promo a:hover,
  #kontakt .contact-form button:hover {
    color: #102014;
    background: #00eb1c;
    border-color: #00eb1c;
    box-shadow: 0 8px 22px rgba(0, 235, 28, 0.14);
    transform: none;
  }
}

/* Keep the full glass-column composition balanced on wide desktop viewports. */
@media (min-width: 761px) and (min-aspect-ratio: 16 / 9) {
  .minimal-hero,
  body[data-theme="light"] .minimal-hero {
    background-position: center center;
  }
}

/* Final wordmark sizing — show the bars and RIVER, crop the trailing AI. */
.site-header > .brand.brand-river-only,
body[data-theme="light"] .site-header > .brand.brand-river-only {
  width: 92px;
  min-width: 92px;
  max-width: 92px;
  overflow: hidden;
  justify-content: flex-start;
}

.site-header > .brand.brand-river-only .brand-logo,
body[data-theme="light"] .site-header > .brand.brand-river-only .brand-logo {
  width: 120px;
  min-width: 120px;
  max-width: none;
  flex-basis: 120px;
}

@media (max-width: 760px) {
  .site-header > .brand.brand-river-only,
  body[data-theme="light"] .site-header > .brand.brand-river-only {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
  }

  .site-header > .brand.brand-river-only .brand-logo,
  body[data-theme="light"] .site-header > .brand.brand-river-only .brand-logo {
    width: 96px;
    min-width: 96px;
    flex-basis: 96px;
  }
}

@media (max-width: 360px) {
  .site-header > .brand.brand-river-only,
  body[data-theme="light"] .site-header > .brand.brand-river-only {
    width: 68px;
    min-width: 68px;
    max-width: 68px;
  }

  .site-header > .brand.brand-river-only .brand-logo,
  body[data-theme="light"] .site-header > .brand.brand-river-only .brand-logo {
    width: 88px;
    min-width: 88px;
    flex-basis: 88px;
  }
}

/* Pop-up identity change: RIVER grows first, then returns with AI revealed. */
.site-header.logo-ai-transitioning > .brand.brand-river-only,
body[data-theme="light"] .site-header.logo-ai-transitioning > .brand.brand-river-only {
  z-index: 2;
  transform-origin: left center;
  animation: river-wordmark-popup 960ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes river-wordmark-popup {
  0% {
    filter: drop-shadow(0 0 0 rgba(0, 235, 28, 0));
    transform: scale(1);
  }
  38% {
    filter: drop-shadow(0 8px 13px rgba(20, 65, 35, 0.18));
    transform: scale(1.16);
  }
  55% {
    filter: drop-shadow(0 5px 9px rgba(20, 65, 35, 0.11));
    transform: scale(1.1);
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(0, 235, 28, 0));
    transform: scale(1);
  }
}

@media (max-width: 760px) {
  @keyframes river-wordmark-popup {
    0% {
      filter: none;
      transform: scale(1);
    }
    38% {
      filter: drop-shadow(0 6px 10px rgba(20, 65, 35, 0.14));
      transform: scale(1.12);
    }
    55% {
      filter: drop-shadow(0 4px 7px rgba(20, 65, 35, 0.08));
      transform: scale(1.07);
    }
    100% {
      filter: none;
      transform: scale(1);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header.logo-ai-transitioning > .brand.brand-river-only,
  body[data-theme="light"] .site-header.logo-ai-transitioning > .brand.brand-river-only {
    animation: none;
  }
}

/* Desktop navigation: quiet oval hover without changing link spacing. */
@media (min-width: 761px) {
  .site-header .nav-links > a:not(.nav-demo-mobile),
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile) {
    position: relative;
    isolation: isolate;
    transition: color 220ms ease;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile)::before,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile)::before {
    position: absolute;
    top: 50%;
    right: -11px;
    left: -11px;
    z-index: -1;
    height: 34px;
    content: "";
    border: 1px solid transparent;
    border-radius: 999px;
    background: rgba(127, 165, 141, 0);
    opacity: 0;
    transform: translateY(-50%) scale(0.9);
    transition:
      opacity 220ms ease,
      transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 220ms ease,
      border-color 220ms ease;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible {
    padding-left: 0;
    color: #08761a;
    background: transparent;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile):hover::before,
  .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible::before,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover::before,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible::before {
    background: rgba(0, 235, 28, 0.11);
    border-color: rgba(0, 178, 25, 0.24);
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }

  .site-header .nav-links .nav-product > .nav-product-link:hover,
  .site-header .nav-links .nav-product > .nav-product-link:focus-visible,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:hover,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:focus-visible {
    padding-left: 0;
    color: #08761a;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    transform: none;
    outline: none;
  }

  .site-header .nav-links .nav-product:hover > .nav-product-link::before,
  .site-header .nav-links .nav-product:focus-within > .nav-product-link::before,
  body[data-theme="light"] .site-header .nav-links .nav-product:hover > .nav-product-link::before,
  body[data-theme="light"] .site-header .nav-links .nav-product:focus-within > .nav-product-link::before {
    background: rgba(0, 235, 28, 0.11);
    border-color: rgba(0, 178, 25, 0.24);
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

/* Keep the Product panel centered under its own label, overriding legacy nav rules. */
@media (min-width: 761px) {
  .site-header .nav-links .nav-product > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-dropdown {
    top: calc(100% - 7px);
    right: auto;
    left: 50%;
    color: #1a1e1b;
    transform: translate(-50%, -8px) scale(0.98);
    transform-origin: top center;
  }

  .site-header .nav-links .nav-product > .nav-product-link,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link {
    opacity: 1;
    visibility: visible;
  }

  .site-header .nav-links .nav-product:hover > .nav-product-dropdown,
  .site-header .nav-links .nav-product:focus-within > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product:hover > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product:focus-within > .nav-product-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
  }

  .site-header .nav-links .nav-product > .nav-product-dropdown .nav-product-option,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-dropdown .nav-product-option {
    opacity: 1;
    visibility: visible;
  }
}

/* Readability pass: supporting copy is consistently dark and slightly larger. */
.minimal-hero-copy p,
body[data-theme="light"] .minimal-hero-copy p,
#loesung .product-process-lead,
#loesung .product-process-steps p,
#belege .document-understanding-lead,
#belege .document-understanding-copy p,
#regeln .rules-lead,
#regeln .rules-copy p,
#regeln .rules-logic-grid p,
#regeln .rules-summary,
#wissen .team-knowledge-lead,
#wissen .team-knowledge-copy p,
#buchhaltungen .accounting-setup-lead,
#buchhaltungen .accounting-setup-copy p,
#buchhaltungen .accounting-setup-copy li,
.editorial-feature-lead,
.editorial-feature-copy p,
.dashboard-feature-layout > p,
.practice-copy p,
.pdf-tools-lead,
.pdf-tool-grid p,
#preise .pricing-intro > p,
#preise .price-card .price-description,
body[data-theme="light"] #preise .price-card .price-description,
#preise .price-card li,
#kontakt .contact-copy > p:last-child,
body[data-theme="light"] #kontakt .contact-copy > p:last-child {
  color: #111411;
}

.minimal-hero-copy p,
body[data-theme="light"] .minimal-hero-copy p {
  font-size: 1rem;
}

#loesung .product-process-steps p,
#belege .document-understanding-copy p,
#regeln .rules-copy p,
#regeln .rules-summary,
#wissen .team-knowledge-copy p,
#buchhaltungen .accounting-setup-copy p,
#buchhaltungen .accounting-setup-copy li,
.editorial-feature-copy p,
.dashboard-feature-layout > p,
.practice-copy p,
.pdf-tool-grid p {
  font-size: 0.96rem;
}

#regeln .rules-logic-grid p {
  font-size: 0.8rem;
}

#preise .pricing-intro > p {
  font-size: 1rem;
}

#preise .price-card .price-description,
body[data-theme="light"] #preise .price-card .price-description {
  font-size: 0.88rem;
}

#preise .price-card li {
  font-size: 0.8rem;
}

#kontakt .contact-copy > p:last-child,
body[data-theme="light"] #kontakt .contact-copy > p:last-child {
  font-size: 1rem;
}

.nav-product-copy small,
.nav-demo-copy small,
#kontakt .contact-form label > span,
#kontakt .contact-form-status,
#kontakt .contact-form-direct,
#kontakt .contact-form-direct a,
footer,
footer .footer-legal a {
  color: #111411;
  font-size: 0.8rem;
}

@media (max-width: 760px) {
  .minimal-hero-copy p,
  body[data-theme="light"] .minimal-hero-copy p {
    font-size: clamp(0.78rem, 3.15vw, 0.86rem);
  }

  #loesung .product-process-steps p,
  #belege .document-understanding-copy p,
  #regeln .rules-copy p,
  #regeln .rules-summary,
  #wissen .team-knowledge-copy p,
  #buchhaltungen .accounting-setup-copy p,
  #buchhaltungen .accounting-setup-copy li,
  .editorial-feature-copy p,
  .dashboard-feature-layout > p,
  .practice-copy p,
  .pdf-tool-grid p {
    font-size: 0.92rem;
  }
}

/* Complex-bookings section: heading and copy first, screenshot across the full row below. */
#komplexe-buchungen .editorial-feature-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(56px, 7vw, 112px);
  row-gap: clamp(42px, 5vw, 68px);
}

#komplexe-buchungen .editorial-feature-heading {
  grid-column: 1;
  grid-row: 1;
}

#komplexe-buchungen .editorial-feature-content {
  grid-column: 2;
  grid-row: 1;
}

#komplexe-buchungen .advanced-parsing-screenshot {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow:
    0 24px 58px rgba(55, 64, 58, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

#komplexe-buchungen .advanced-parsing-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 760px) {
  #komplexe-buchungen .editorial-feature-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  #komplexe-buchungen .editorial-feature-heading,
  #komplexe-buchungen .editorial-feature-content,
  #komplexe-buchungen .advanced-parsing-screenshot {
    grid-column: 1;
    grid-row: auto;
  }

  #komplexe-buchungen .advanced-parsing-screenshot {
    width: 100%;
    border-radius: 10px;
  }
}

/* Existing-systems section: integration visual below the title, copy alongside it. */
#systeme .editorial-feature-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(56px, 7vw, 112px);
  row-gap: clamp(34px, 4vw, 54px);
}

#systeme .editorial-feature-heading {
  grid-column: 1;
  grid-row: 1;
}

#systeme .system-flow-preview {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  min-height: 190px;
  margin-left: 0;
  padding: 0;
  gap: 16px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#systeme .editorial-feature-content {
  grid-column: 2;
  grid-row: 1 / span 2;
}

#systeme .system-flow-node {
  min-height: 96px;
  padding: 16px 14px;
  font-size: 0.7rem;
  line-height: 1.45;
}

#systeme .system-flow-node:last-child span {
  color: #111411;
  font-weight: 680;
}

#systeme .system-flow-node.river-node img {
  width: min(100%, 138px);
  height: auto;
}

#systeme .system-flow-preview > i {
  width: 34px;
  height: 3px;
  flex-basis: 34px;
  background: #5f806b;
}

#systeme .system-flow-preview > i::after {
  top: -4px;
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-color: #5f806b;
}

@media (max-width: 760px) {
  #systeme .editorial-feature-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  #systeme .editorial-feature-heading,
  #systeme .system-flow-preview,
  #systeme .editorial-feature-content {
    grid-column: 1;
    grid-row: auto;
  }

  #systeme .system-flow-preview {
    width: 100%;
    min-height: 172px;
    margin-left: 0;
    padding: 0;
    gap: 12px;
  }

  #systeme .system-flow-node {
    min-height: 88px;
    padding: 14px 10px;
    font-size: 0.64rem;
  }

  #systeme .system-flow-node.river-node img {
    width: min(100%, 108px);
  }

  #systeme .system-flow-preview > i {
    width: 24px;
    flex-basis: 24px;
  }
}

/* Browser section: direct product access below the title, copy alongside it. */
#browser-arbeit .editorial-feature-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(56px, 7vw, 112px);
  row-gap: clamp(34px, 4vw, 54px);
}

#browser-arbeit .editorial-feature-heading {
  grid-column: 1;
  grid-row: 1;
}

#browser-arbeit .browser-launch {
  grid-column: 1;
  grid-row: 2;
  width: min(100%, 390px);
  margin-left: clamp(18px, 2.2vw, 34px);
}

#browser-arbeit .editorial-feature-content {
  grid-column: 2;
  grid-row: 1 / span 2;
}

#browser-arbeit .browser-launch p {
  max-width: 28ch;
  margin: 0 0 20px;
  color: #111411;
  font-size: clamp(0.9rem, 1.05vw, 1.02rem);
  font-weight: 560;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

#browser-arbeit .browser-launch a {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-width: 196px;
  min-height: 50px;
  padding: 0 19px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 11px;
  text-align: center;
  color: #ffffff;
  background: #111411;
  border: 1px solid #111411;
  border-radius: 999px;
  box-shadow:
    0 13px 30px rgba(0, 173, 21, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  font-size: 0.76rem;
  font-weight: 680;
  text-decoration: none;
  transition:
    color 480ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 480ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 480ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

#browser-arbeit .browser-launch-logo {
  display: block;
  width: 72px;
  overflow: hidden;
  flex: 0 0 72px;
}

#browser-arbeit .browser-launch-logo img {
  display: block;
  width: 94px;
  min-width: 94px;
  max-width: none;
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

#browser-arbeit .browser-launch a strong {
  color: inherit;
  font-family:
    "Noto Sans", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

#browser-arbeit .browser-launch a::before {
  position: absolute;
  top: -70%;
  left: -35%;
  z-index: -1;
  width: 42%;
  height: 240%;
  content: "";
  background: rgba(255, 255, 255, 0.42);
  filter: blur(7px);
  transform: rotate(18deg);
  transition: left 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

#browser-arbeit .browser-launch a > span:last-child {
  font-size: 1.2rem;
  font-weight: 500;
  transition: transform 260ms ease;
}

#browser-arbeit .browser-launch a:hover,
#browser-arbeit .browser-launch a:focus-visible {
  color: #111411;
  background: #00eb1c;
  border-color: #00c918;
  box-shadow: 0 15px 34px rgba(0, 173, 21, 0.16);
  transform: none;
}

#browser-arbeit .browser-launch a:hover .browser-launch-logo img,
#browser-arbeit .browser-launch a:focus-visible .browser-launch-logo img {
  filter: brightness(0) invert(1);
}

#browser-arbeit .browser-launch a:hover::before,
#browser-arbeit .browser-launch a:focus-visible::before {
  left: 115%;
}

#browser-arbeit .browser-launch a:hover > span:last-child,
#browser-arbeit .browser-launch a:focus-visible > span:last-child {
  transform: translate(3px, -3px);
}

@media (max-width: 760px) {
  #browser-arbeit .editorial-feature-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  #browser-arbeit .editorial-feature-heading,
  #browser-arbeit .browser-launch,
  #browser-arbeit .editorial-feature-content {
    grid-column: 1;
    grid-row: auto;
  }

  #browser-arbeit .browser-launch {
    width: 100%;
    margin-left: 0;
  }

  #browser-arbeit .browser-launch a {
    width: min(100%, 310px);
  }
}

/* Shared slow, fluid hover timing for every primary interactive button. */
.header-actions .header-demo,
.site-header .nav-demo-mobile,
.minimal-hero-link,
.product-cta-actions a,
#preise .price-card a,
#preise .dashboard-price-promo a,
#kontakt .contact-form button,
#browser-arbeit .browser-launch a {
  transition-duration: 520ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: reduce) {
  .header-actions .header-demo,
  .site-header .nav-demo-mobile,
  .minimal-hero-link,
  .product-cta-actions a,
  #preise .price-card a,
  #preise .dashboard-price-promo a,
  #kontakt .contact-form button,
  #browser-arbeit .browser-launch a {
    transition-duration: 0.01ms;
  }
}

/* Final Products-panel alignment override. */
.site-header .nav-product-dropdown,
body[data-theme="light"] .site-header .nav-product-dropdown {
  align-items: stretch;
}

.site-header .nav-links .nav-product > .nav-product-dropdown .nav-product-option,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-dropdown .nav-product-option {
  min-height: 80px;
  padding: 13px 15px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  cursor: pointer;
}

.site-header .nav-links .nav-product > .nav-product-dropdown .nav-product-option-disabled,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-dropdown .nav-product-option-disabled {
  grid-template-columns: minmax(0, 1fr);
  cursor: default;
}

.site-header .nav-product-copy,
body[data-theme="light"] .site-header .nav-product-copy {
  display: grid;
  width: 100%;
  min-width: 0;
  align-items: start;
  justify-items: start;
  grid-template-rows: 22px auto;
  gap: 5px;
  text-align: left;
}

.site-header .nav-product-logo,
body[data-theme="light"] .site-header .nav-product-logo {
  width: 112px;
  max-width: 112px;
  height: 18px;
  margin: 0;
  object-fit: contain;
  object-position: left center;
}

.site-header .nav-product-logo-ai,
body[data-theme="light"] .site-header .nav-product-logo-ai {
  width: 86px;
  max-width: 86px;
}

.site-header .nav-product-logo-pdf-tools,
body[data-theme="light"] .site-header .nav-product-logo-pdf-tools {
  width: 112px;
  max-width: 112px;
}

.site-header .nav-product-copy strong,
body[data-theme="light"] .site-header .nav-product-copy strong {
  display: flex;
  min-height: 22px;
  align-items: center;
  margin: 0;
}

.site-header .nav-product-copy small,
body[data-theme="light"] .site-header .nav-product-copy small {
  width: 100%;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}

.site-header .nav-product-option:hover,
.site-header .nav-product-option:focus-visible,
body[data-theme="light"] .site-header .nav-product-option:hover,
body[data-theme="light"] .site-header .nav-product-option:focus-visible {
  transform: none;
}

.site-header .nav-product-open,
body[data-theme="light"] .site-header .nav-product-open {
  display: inline-flex;
  min-width: 58px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: #31543b;
  background: rgba(127, 165, 141, 0.1);
  border: 1px solid rgba(70, 112, 83, 0.16);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.015em;
  transition:
    color 420ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 420ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header .nav-product-option:hover .nav-product-open,
.site-header .nav-product-option:focus-visible .nav-product-open,
body[data-theme="light"] .site-header .nav-product-option:hover .nav-product-open,
body[data-theme="light"] .site-header .nav-product-option:focus-visible .nav-product-open {
  color: #06320d;
  background: rgba(0, 235, 28, 0.18);
  border-color: rgba(0, 177, 24, 0.28);
}

@media (max-width: 760px) {
  .site-header .nav-links .nav-product > .nav-product-dropdown .nav-product-option,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-dropdown .nav-product-option {
    min-height: 76px;
    padding: 13px 15px;
  }

  .site-header .nav-product-logo,
  body[data-theme="light"] .site-header .nav-product-logo {
    width: 104px;
    max-width: 104px;
    height: 17px;
  }

  .site-header .nav-product-logo-ai,
  body[data-theme="light"] .site-header .nav-product-logo-ai {
    width: 80px;
    max-width: 80px;
  }

  .site-header .nav-product-open,
  body[data-theme="light"] .site-header .nav-product-open {
    min-width: 54px;
    min-height: 27px;
    padding: 4px 9px;
    font-size: 0.63rem;
  }
}

/* Final mobile composition: partial-width menu panel and compact quote. */
@media (max-width: 760px) {
  .site-header .nav-links,
  body[data-theme="light"] .site-header .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: clamp(250px, 68vw, 390px);
    height: 100svh;
    max-height: none;
    margin: 0;
    border-radius: 0;
    box-shadow: -22px 0 54px rgba(34, 43, 37, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(100%, 0, 0);
    transform-origin: right center;
  }

  .site-header.menu-open .nav-links,
  body[data-theme="light"] .site-header.menu-open .nav-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .site-header.menu-open .brand,
  body[data-theme="light"] .site-header.menu-open .brand {
    opacity: 1;
  }

  html.menu-is-open .site-header .menu-toggle {
    top: max(10px, env(safe-area-inset-top));
    right: 12px;
  }

  .scroll-quote-section,
  body[data-theme="light"] .scroll-quote-section {
    min-height: clamp(360px, 48svh, 520px);
    padding: 76px 0 82px;
  }

  .scroll-quote-shell {
    width: calc(100% - 32px);
    padding-inline: 0;
  }

  .scroll-fill-quote {
    width: 100%;
    max-width: 27rem;
    margin-inline: auto;
    row-gap: 5px;
    font-size: clamp(1.5rem, 7vw, 2rem);
    font-variation-settings: "wght" 680;
    font-weight: 680;
    line-height: 1.04;
    letter-spacing: -0.052em;
  }

  .scroll-fill-quote .scroll-fill-line {
    justify-content: center;
    gap: clamp(7px, 1.8vw, 10px);
    text-align: center;
    white-space: nowrap;
  }
}

/* Final mobile Product accordion — keep its trigger identical to the other menu pills. */
@media (max-width: 760px) {
  .site-header .nav-links .nav-product,
  body[data-theme="light"] .site-header .nav-links .nav-product {
    display: grid;
    width: 100%;
    flex: 0 0 auto;
    gap: 0;
    opacity: 0;
    transform: translateY(12px);
    transition:
      opacity 0.3s ease 0.06s,
      transform 0.46s cubic-bezier(0.16, 1, 0.3, 1) 0.06s;
  }

  .site-header.menu-open .nav-links .nav-product,
  body[data-theme="light"] .site-header.menu-open .nav-links .nav-product {
    opacity: 1;
    transform: translateY(0);
  }

  .site-header .nav-links .nav-product > .nav-product-link,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link {
    display: flex;
    width: 100%;
    min-height: 54px;
    padding: 0 48px 0 20px;
    align-items: center;
    justify-content: center;
    color: #202521;
    font-size: 1rem;
    font-weight: 520;
    line-height: 1;
    text-align: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.9),
      0 8px 24px rgba(65, 80, 69, 0.035);
  }

  .site-header .nav-links .nav-product > .nav-product-link::after,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link::after {
    right: 14px;
  }

  .site-header .nav-links .nav-product > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-dropdown {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
  }

  .site-header .nav-links .nav-product.product-open > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product.product-open > .nav-product-dropdown {
    max-height: 290px;
    padding: 8px 0 2px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header .nav-links .nav-product-dropdown .nav-product-open,
  body[data-theme="light"] .site-header .nav-links .nav-product-dropdown .nav-product-open {
    width: auto;
    min-width: 58px;
    flex: 0 0 auto;
    padding-inline: 10px;
    line-height: 1;
    white-space: nowrap;
    word-break: normal;
  }
}

/* Über uns — editorial company story in the current RIVER design language. */
body.about-page,
body[data-theme="light"].about-page {
  color: #121512;
  background: #f7f7f5;
}

.about-page main {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 10%, rgba(127, 165, 141, 0.08), transparent 25%),
    linear-gradient(180deg, #fafaf8 0%, #f7f7f5 42%, #f4f5f2 100%);
}

.about-hero-section,
.about-story-section,
.about-linkedin-section {
  position: relative;
  color: #121512;
  background: transparent;
}

.about-hero-section {
  min-height: min(900px, 100svh);
  padding: clamp(170px, 15vw, 230px) 0 clamp(112px, 10vw, 160px);
  display: flex;
  align-items: center;
}

.about-hero-section::after {
  position: absolute;
  right: clamp(28px, 6vw, 110px);
  bottom: -1px;
  width: clamp(92px, 10vw, 170px);
  height: clamp(180px, 22vw, 340px);
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(42, 108, 67, 0.11), rgba(255, 255, 255, 0.28) 34%, rgba(90, 150, 109, 0.08) 100%);
  border: 1px solid rgba(67, 121, 83, 0.12);
  box-shadow:
    inset 12px 0 24px rgba(95, 146, 109, 0.04),
    28px 18px 46px rgba(45, 67, 52, 0.035);
  opacity: 0.55;
}

.about-hero-layout,
.about-story-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: clamp(64px, 9vw, 150px);
}

.about-heading-column {
  min-width: 0;
}

.about-eyebrow,
.about-section-index {
  margin: 0 0 24px;
  color: #16852a;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero-section h1 {
  max-width: 9.5ch;
  margin: 0;
  color: #101310;
  font-size: clamp(3.5rem, 5.8vw, 6.6rem);
  font-variation-settings: "wght" 660;
  font-weight: 660;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.about-copy-column {
  display: grid;
  max-width: 760px;
  gap: 22px;
}

.about-copy-column p {
  margin: 0;
  color: #242824;
  font-size: clamp(1.04rem, 1.2vw, 1.2rem);
  font-weight: 430;
  line-height: 1.67;
  letter-spacing: -0.012em;
}

.about-copy-column .about-lead {
  margin-bottom: 6px;
  color: #101310;
  font-size: clamp(1.45rem, 2.05vw, 2.15rem);
  font-variation-settings: "wght" 590;
  font-weight: 590;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.about-story-section {
  padding: clamp(110px, 10vw, 160px) 0;
  border-top: 1px solid rgba(34, 46, 37, 0.09);
}

.about-story-section h2 {
  max-width: 12ch;
  margin: 0;
  color: #111411;
  font-size: clamp(2.5rem, 4.25vw, 4.7rem);
  font-variation-settings: "wght" 640;
  font-weight: 640;
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.about-story-closing h2 {
  max-width: 13ch;
}

.about-linkedin-section {
  padding: clamp(120px, 12vw, 190px) 0;
  border-top: 1px solid rgba(34, 46, 37, 0.09);
}

.about-linkedin-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.about-linkedin-inner h2 {
  max-width: 15ch;
  margin: 0;
  color: #101310;
  font-size: clamp(3rem, 5.2vw, 6rem);
  font-variation-settings: "wght" 650;
  font-weight: 650;
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.about-linkedin-inner > p:not(.about-eyebrow) {
  max-width: 610px;
  margin: 30px 0 0;
  color: #282d29;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.6;
}

.about-linkedin-button {
  display: inline-flex;
  min-width: 190px;
  min-height: 52px;
  margin-top: 38px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  color: #102014;
  background: #00eb1c;
  border: 1px solid #00eb1c;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 235, 28, 0.12);
  transition:
    color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-linkedin-button:hover,
.about-linkedin-button:focus-visible {
  color: #f7fff8;
  background: #102014;
  border-color: #102014;
  box-shadow: 0 14px 34px rgba(16, 32, 20, 0.16);
}

.about-linkedin-button:focus-visible {
  outline: 3px solid rgba(0, 235, 28, 0.28);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .about-hero-section {
    min-height: auto;
    padding: 138px 0 88px;
    align-items: flex-start;
  }

  .about-hero-section::after {
    right: -22px;
    width: 82px;
    height: 190px;
    opacity: 0.38;
  }

  .about-hero-layout,
  .about-story-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .about-eyebrow,
  .about-section-index {
    margin-bottom: 17px;
    font-size: 0.68rem;
  }

  .about-hero-section h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 14vw, 4.45rem);
    line-height: 0.95;
  }

  .about-copy-column {
    gap: 18px;
  }

  .about-copy-column p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .about-copy-column .about-lead {
    font-size: 1.48rem;
    line-height: 1.2;
  }

  .about-story-section {
    padding: 86px 0;
  }

  .about-story-section h2 {
    max-width: 13ch;
    font-size: clamp(2.35rem, 11vw, 3.45rem);
    line-height: 1;
  }

  .about-linkedin-section {
    padding: 100px 0 110px;
  }

  .about-linkedin-inner h2 {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .about-linkedin-inner > p:not(.about-eyebrow) {
    margin-top: 24px;
    font-size: 1rem;
  }

  .about-linkedin-button {
    width: 100%;
    max-width: 310px;
    margin-top: 30px;
  }
}

/* Über uns: one restrained heading scale across every section. */
.about-page .about-hero-section h1,
.about-page .about-story-section h2,
.about-page .about-linkedin-inner h2 {
  font-size: clamp(2.65rem, 4vw, 4.25rem);
  font-variation-settings: "wght" 640;
  font-weight: 640;
  line-height: 1;
  letter-spacing: -0.055em;
}

@media (max-width: 760px) {
  .about-page .about-hero-section h1,
  .about-page .about-story-section h2,
  .about-page .about-linkedin-inner h2 {
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }
}

/* Site-wide editorial typography: one scale for every standard content section. */
:root {
  --river-section-title-size: clamp(1.9rem, 2.45vw, 2.35rem);
  --river-section-copy-size: clamp(1.04rem, 1.2vw, 1.2rem);
  --river-section-copy-line: 1.67;
}

.product-process-heading h2,
.document-understanding-heading h2,
.rules-heading h2,
.team-knowledge-heading h2,
.accounting-setup-heading h2,
.editorial-feature-heading h2,
.pdf-tools-heading h2,
.practice-heading h2,
.dashboard-feature-heading h2,
.product-cta-inner h2,
.pricing-intro h1,
.pricing-intro h2,
.contact-copy h2,
.about-page .about-hero-section h1,
.about-page .about-story-section h2,
.about-page .about-linkedin-inner h2 {
  font-size: var(--river-section-title-size);
  font-variation-settings: "wght" 640;
  font-weight: 640;
  line-height: 1;
  letter-spacing: -0.055em;
}

.product-process-lead,
.product-process-steps p,
.document-understanding-lead,
.document-understanding-copy p,
.rules-lead,
.rules-copy p,
.rules-logic-grid p,
.rules-summary,
.team-knowledge-lead,
.team-knowledge-copy p,
.accounting-setup-lead,
.accounting-setup-copy p,
.accounting-setup-copy li,
.editorial-feature-lead,
.editorial-feature-copy p,
.dashboard-feature-layout > p,
.practice-copy p,
.pdf-tools-lead,
.pdf-tool-grid p,
.pricing-intro > p,
.contact-copy > p:last-child,
.about-copy-column p,
.about-linkedin-inner > p:not(.about-eyebrow) {
  font-size: var(--river-section-copy-size);
  font-weight: 430;
  line-height: var(--river-section-copy-line);
  letter-spacing: -0.012em;
}

@media (max-width: 760px) {
  :root {
    --river-section-title-size: clamp(1.8rem, 7.2vw, 2.25rem);
    --river-section-copy-size: 1rem;
    --river-section-copy-line: 1.62;
  }
}

/* Über uns: keep every editorial heading on the same left axis and measure. */
.about-page .about-heading-column {
  display: grid;
  justify-items: start;
  align-content: start;
  text-align: left;
}

.about-page .about-heading-column h1,
.about-page .about-heading-column h2,
.about-page .about-story-closing h2 {
  width: 100%;
  max-width: 12ch;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

@media (max-width: 760px) {
  .about-page .about-heading-column h1,
  .about-page .about-heading-column h2,
  .about-page .about-story-closing h2 {
    max-width: 13ch;
  }
}

.about-page .about-hero-section::after {
  display: none;
  content: none;
}

/* Price navigation and its two focused destinations. */
.site-header .nav-price-dropdown,
body[data-theme="light"] .site-header .nav-price-dropdown {
  width: min(310px, calc(100vw - 32px));
}

.site-header .nav-price-dropdown .nav-product-copy,
body[data-theme="light"] .site-header .nav-price-dropdown .nav-product-copy {
  grid-template-rows: auto auto;
}

.dashboard-pricing-page,
.contact-page {
  color: #111411;
  background: #f7f7f5;
}

.dashboard-pricing-page main,
.contact-page main {
  min-height: 100svh;
  background:
    radial-gradient(circle at 82% 18%, rgba(127, 165, 141, 0.11), transparent 31%),
    linear-gradient(180deg, #fafaf8 0%, #f4f5f2 100%);
}

.dashboard-price-section {
  min-height: 100svh;
  padding: clamp(180px, 16vw, 245px) 0 clamp(110px, 10vw, 165px);
  display: flex;
  align-items: center;
}

.dashboard-price-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.dashboard-price-inner h1 {
  max-width: 18ch;
  margin: 24px 0 0;
  color: #101310;
  font-size: clamp(2.65rem, 5.2vw, 5.7rem);
  font-variation-settings: "wght" 650;
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.dashboard-price-inner > p:not(.eyebrow) {
  max-width: 610px;
  margin: 30px 0 0;
  color: #202520;
  font-size: var(--river-section-copy-size);
  line-height: var(--river-section-copy-line);
}

.dashboard-price-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 38px;
}

.dashboard-price-actions a {
  min-width: 190px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
  transition:
    color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.dashboard-price-actions .product-cta-primary {
  color: #f8fff9;
  background: #111411;
  border: 1px solid #111411;
}

.dashboard-price-actions .product-cta-secondary {
  color: #111411;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(17, 20, 17, 0.2);
}

.dashboard-price-actions a:hover,
.dashboard-price-actions a:focus-visible {
  color: #08270d;
  background: #00eb1c;
  border-color: #00c918;
}

.contact-only-section {
  min-height: 100svh;
  padding: clamp(165px, 14vw, 220px) 0 clamp(100px, 9vw, 150px);
  display: flex;
  align-items: center;
}

.contact-only-inner {
  width: min(760px, calc(100% - 36px));
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.contact-only-inner h1 {
  margin: 0;
  color: #101310;
  font-size: var(--river-section-title-size);
  font-variation-settings: "wght" 640;
  font-weight: 640;
  line-height: 1;
  letter-spacing: -0.055em;
}

.contact-only-inner .contact-form-card {
  width: 100%;
}

@media (max-width: 760px) {
  .site-header .nav-price-dropdown,
  body[data-theme="light"] .site-header .nav-price-dropdown {
    width: 100%;
  }

  .dashboard-price-section {
    min-height: auto;
    padding: 150px 0 100px;
  }

  .dashboard-price-inner h1 {
    font-size: clamp(2.3rem, 11vw, 3.55rem);
  }

  .dashboard-price-actions {
    width: 100%;
    display: grid;
  }

  .dashboard-price-actions a {
    width: 100%;
  }

  .contact-only-section {
    min-height: auto;
    padding: 138px 0 90px;
  }

  .contact-only-inner {
    width: min(100% - 28px, 620px);
  }
}

/* Über uns — quiet two-image editorial break between the story chapters. */
.about-gallery-section {
  position: relative;
  padding: clamp(30px, 4.5vw, 72px) 0 clamp(96px, 9vw, 148px);
  overflow: hidden;
  color: #121512;
  background: transparent;
}

.about-gallery-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 280px));
  justify-content: center;
  gap: clamp(22px, 3.2vw, 48px);
  align-items: start;
}

.about-gallery-intro {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(22px, 3vw, 42px);
}

.about-gallery-kicker {
  margin: 0;
  color: #16852a;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-image-placeholder {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 28%, rgba(127, 165, 141, 0.16), transparent 37%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(232, 239, 233, 0.7));
  border: 1px solid rgba(68, 103, 78, 0.13);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 24px 60px rgba(38, 61, 45, 0.055);
}

.about-image-placeholder-primary {
  aspect-ratio: 4 / 5;
}

.about-image-placeholder-secondary {
  aspect-ratio: 4 / 5;
}

.about-image-placeholder-surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-image-placeholder-surface::before,
.about-image-placeholder-surface::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.about-image-placeholder-surface::before {
  left: 50%;
  right: auto;
  bottom: 14%;
  width: 34%;
  height: 34%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.72) 0 15%, transparent 16%),
    radial-gradient(ellipse at 50% 100%, rgba(75, 126, 91, 0.14) 0 44%, transparent 45%);
  border: 0;
  border-radius: 999px 999px 24px 24px;
  box-shadow:
    0 30px 60px rgba(35, 61, 43, 0.055);
  opacity: 0.65;
}

.about-image-placeholder-surface::after {
  left: 8%;
  right: 8%;
  bottom: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(61, 109, 74, 0.18), transparent);
  box-shadow: 0 18px 34px rgba(55, 92, 65, 0.08);
}

.about-image-placeholder figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  color: rgba(30, 55, 37, 0.56);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .about-gallery-section {
    padding: 10px 0 82px;
  }

  .about-gallery-intro {
    margin-bottom: 18px;
  }

  .about-gallery-kicker {
    font-size: 0.68rem;
  }

  .about-gallery-grid {
    grid-template-columns: minmax(190px, 230px);
    justify-content: center;
    gap: 18px;
  }

  .about-image-placeholder,
  .about-image-placeholder-primary,
  .about-image-placeholder-secondary {
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .about-image-placeholder figcaption {
    left: 16px;
    bottom: 14px;
    font-size: 0.64rem;
  }
}

/* Absolute final overrides: keep sibling nav panels isolated and apply the approved CTA/hero states. */
.site-header,
body[data-theme="light"] .site-header,
.site-header.nav-scrolled,
body[data-theme="light"] .site-header.nav-scrolled {
  background-color: #ebeaeb;
}

@media (min-width: 761px) {
  .site-header,
  body[data-theme="light"] .site-header,
  .site-header.nav-scrolled,
  body[data-theme="light"] .site-header.nav-scrolled {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 7px clamp(24px, 4vw, 72px);
    box-sizing: border-box;
    background: linear-gradient(90deg, #f4f2f3 0%, #efeded 50%, #dad8d9 100%) !important;
    border: 0;
    border-radius: 0;
  }
}

@media (max-width: 760px) {
  .site-header,
  body[data-theme="light"] .site-header,
  .site-header.nav-scrolled,
  body[data-theme="light"] .site-header.nav-scrolled {
    background-color: #e7e7e7;
  }
}

@media (min-width: 761px) {
  .site-header .nav-links .nav-product:not(:hover):not(:focus-within) > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product:not(:hover):not(:focus-within) > .nav-product-dropdown {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, -8px) scale(0.98) !important;
  }

  .site-header .nav-links .nav-product:hover > .nav-product-dropdown,
  .site-header .nav-links .nav-product:focus-within > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product:hover > .nav-product-dropdown,
  body[data-theme="light"] .site-header .nav-links .nav-product:focus-within > .nav-product-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) scale(1) !important;
  }

  .home-page .minimal-hero,
  body[data-theme="light"].home-page .minimal-hero {
    background-image: url("assets/hero-glass-columns-desktop-v7.jpg?v=20260810-154350");
    background-position: center center;
    background-size: cover;
  }
}

.contact-page main {
  background: #f6f5f1;
}

.contact-page .contact-section {
  min-height: 100svh;
  padding-top: clamp(155px, 13vw, 205px);
  padding-bottom: clamp(95px, 8vw, 135px);
  align-content: center;
}

.dashboard-price-actions .product-cta-primary {
  color: #08270d;
  background: #00eb1c;
  border-color: #00c918;
}

.dashboard-price-actions .product-cta-primary:hover,
.dashboard-price-actions .product-cta-primary:focus-visible {
  color: #ffffff;
  background: #111411;
  border-color: #111411;
}

/* Keep the approved bright RIVER green on the new editorial CTA. */
.home-page .perspectives-cta-section .perspectives-cta-inner h2 {
  color: #00eb1c;
}

/* Navigation words use a quiet neutral hover; product panels remain unchanged. */
@media (min-width: 761px) {
  .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
  .site-header .nav-links .nav-product > .nav-product-link:hover,
  .site-header .nav-links .nav-product > .nav-product-link:focus-visible,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:hover,
  body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:focus-visible {
    color: #171a18;
  }

  .site-header .nav-links > a:not(.nav-demo-mobile):hover::before,
  .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible::before,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover::before,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible::before,
  .site-header .nav-links .nav-product:hover > .nav-product-link::before,
  .site-header .nav-links .nav-product:focus-within > .nav-product-link::before,
  body[data-theme="light"] .site-header .nav-links .nav-product:hover > .nav-product-link::before,
  body[data-theme="light"] .site-header .nav-links .nav-product:focus-within > .nav-product-link::before {
    background: rgba(20, 23, 21, 0.055);
    border-color: rgba(20, 23, 21, 0.09);
  }
}

@media (max-width: 760px) {
  .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover,
  body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
  .site-header .nav-links .nav-product > .nav-product-link:hover,
  .site-header .nav-links .nav-product > .nav-product-link:focus-visible {
    color: #171a18;
    background: rgba(20, 23, 21, 0.045);
  }
}

/* Client-approved landing-page typography and control geometry. */
.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page h5,
.home-page h6,
.home-page h1 span,
.home-page h2 span,
.home-page h3 span {
  font-family: "Zilla Slab", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
  font-variation-settings: normal !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
}

.home-page p,
.home-page li,
.home-page figcaption,
.home-page .dark-offer-copy p,
.home-page .perspectives-intro p,
.home-page .perspectives-notes p,
.home-page .practice-growth-copy p {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.005em !important;
}

/* Introductory subtitles use the wider tracking specified by the client. */
.home-page .minimal-hero-copy > p,
.home-page .dark-offer-intro-inner > p:first-of-type {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.04em !important;
}

.home-page .site-header .nav-product-link,
.home-page .site-header .nav-placeholder-link,
.home-page .site-header .nav-contact-link,
.home-page .site-header .nav-demo-mobile,
.home-page .site-header .header-demo,
.home-page .site-header .nav-demo-mobile strong {
  font-family: "Zilla Slab", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
}

/* The desktop/menu CTA is rectangular and intentionally sharp-edged. */
.home-page .site-header .header-demo,
.home-page .site-header .nav-demo-mobile {
  border-radius: 0 !important;
}

/* Website CTAs in this editorial composition remain truly circular. */
.home-page .perspectives-cta-icon {
  aspect-ratio: 1;
  border-radius: 50% !important;
}

@media (max-width: 760px) {
  .home-page .site-header .nav-product-link,
  .home-page .site-header .nav-placeholder-link,
  .home-page .site-header .nav-contact-link {
    line-height: 1.1 !important;
  }
}

/* Final navigation behavior: opening panels is functional, but nothing reacts visually. */
.home-page .site-header .nav-links > a:not(.nav-demo-mobile):hover,
.home-page .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
.home-page .site-header .nav-links .nav-product > .nav-product-link:hover,
.home-page .site-header .nav-links .nav-product > .nav-product-link:focus-visible,
.home-page .site-header .nav-links .nav-product-option:hover,
.home-page .site-header .nav-links .nav-product-option:focus-visible,
body[data-theme="light"].home-page .site-header .nav-links > a:not(.nav-demo-mobile):hover,
body[data-theme="light"].home-page .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
body[data-theme="light"].home-page .site-header .nav-links .nav-product > .nav-product-link:hover,
body[data-theme="light"].home-page .site-header .nav-links .nav-product > .nav-product-link:focus-visible,
body[data-theme="light"].home-page .site-header .nav-links .nav-product-option:hover,
body[data-theme="light"].home-page .site-header .nav-links .nav-product-option:focus-visible {
  color: inherit !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.home-page .site-header .nav-links > a:not(.nav-demo-mobile)::before,
.home-page .site-header .nav-links .nav-product > .nav-product-link::before,
body[data-theme="light"].home-page .site-header .nav-links > a:not(.nav-demo-mobile)::before,
body[data-theme="light"].home-page .site-header .nav-links .nav-product > .nav-product-link::before {
  display: none !important;
  content: none !important;
}

.home-page .site-header .nav-product-open {
  display: none !important;
}

.home-page .site-header .nav-product-name {
  display: block;
  width: max-content;
  color: #101310;
  font-family: "Zilla Slab", Georgia, serif !important;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.home-page .dark-offer-copy h3 {
  font-size: clamp(1.08rem, 1.25vw, 1.28rem);
}

.home-page .dark-offer-copy p {
  color: rgba(244, 247, 245, 0.88);
  font-size: clamp(0.88rem, 0.96vw, 1rem);
  line-height: 1.55 !important;
}

.home-page .dark-offer-copy p u {
  color: #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Complete the approved type system across every remaining landing-page label. */
.home-page .dark-offer-intro p,
.home-page .nav-product-copy small,
.home-page .nav-demo-copy small,
.home-page .footer-brand {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.005em !important;
}

.home-page .minimal-hero-link,
.home-page .perspectives-cta-action,
.home-page button,
.home-page button span {
  font-family: "Zilla Slab", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
}

.home-page strong,
.home-page b {
  font-family: inherit;
  font-style: inherit;
  font-weight: 700;
  letter-spacing: inherit;
}

.home-page .dark-offer-intro p strong {
  font-family: "Noto Sans", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0.005em !important;
}

.home-page .footer-legal a {
  text-decoration: none;
}

/* One canonical navigation system shared by every page. */
.site-header .nav-product-link,
.site-header .nav-placeholder-link,
.site-header .nav-contact-link,
.site-header .nav-demo-mobile,
.site-header .header-demo,
.site-header .nav-demo-mobile strong {
  font-family: "Zilla Slab", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
}

.site-header .header-demo,
.site-header .nav-demo-mobile {
  border-radius: 0 !important;
}

.site-header .nav-links > a:not(.nav-demo-mobile):hover,
.site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
.site-header .nav-links .nav-product > .nav-product-link:hover,
.site-header .nav-links .nav-product > .nav-product-link:focus-visible,
.site-header .nav-links .nav-product-option:hover,
.site-header .nav-links .nav-product-option:focus-visible,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:hover,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:focus-visible,
body[data-theme="light"] .site-header .nav-links .nav-product-option:hover,
body[data-theme="light"] .site-header .nav-links .nav-product-option:focus-visible {
  color: inherit !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.site-header .nav-links > a:not(.nav-demo-mobile)::before,
.site-header .nav-links .nav-product > .nav-product-link::before,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile)::before,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link::before {
  display: none !important;
  content: none !important;
}

.site-header .nav-product-open {
  display: none !important;
}

.site-header .nav-product-name {
  display: block;
  width: max-content;
  color: #101310;
  font-family: "Zilla Slab", Georgia, serif !important;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 760px) {
  .site-header .nav-product-link,
  .site-header .nav-placeholder-link,
  .site-header .nav-contact-link {
    line-height: 1.1 !important;
  }
}

/* Final landing composition matched to the approved 1000 × 4000 mockup. */
@media (min-width: 761px) {
  .home-page .minimal-hero-inner {
    width: min(980px, calc(100% - 64px));
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  }

  .home-page .minimal-hero-copy {
    max-width: 470px;
    padding-bottom: 2vh;
  }

  .home-page .minimal-hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(2.75rem, 4.35vw, 4rem);
  }

  .home-page .minimal-hero-copy p {
    max-width: 430px;
    font-size: clamp(0.78rem, 0.95vw, 0.94rem);
  }

  .home-page .dark-offer-intro-inner {
    width: min(1180px, calc(100% - 80px));
    min-height: 104px;
    padding: 22px 0 20px;
    grid-template-columns: 0.95fr 0.78fr 1.28fr 1.48fr 1.05fr;
    gap: clamp(25px, 3vw, 48px);
  }

  .home-page .dark-offer-intro h2 {
    font-size: clamp(1.45rem, 1.8vw, 1.8rem);
  }

  .home-page .dark-offer-intro p {
    font-size: clamp(0.66rem, 0.78vw, 0.74rem);
  }

  .home-page .dark-offer-grid {
    width: min(1240px, calc(100% - 28px));
    min-height: 548px;
    padding: 54px 0 62px;
    gap: 0;
  }

  .home-page .dark-offer-card {
    min-height: 432px;
    padding: 0 clamp(22px, 3vw, 42px);
    border-right: 1px solid rgba(255, 255, 255, 0.055);
  }

  .home-page .dark-offer-card:last-child {
    border-right: 0;
  }

  .home-page .dark-product-visual {
    height: 218px;
    margin: 18px auto 18px;
  }

  .home-page .dark-offer-copy h3 {
    margin-bottom: 14px;
    font-size: clamp(0.88rem, 1.05vw, 1.05rem);
  }

  .home-page .dark-offer-copy p {
    max-width: 35ch;
    font-size: clamp(0.72rem, 0.83vw, 0.84rem);
    line-height: 1.62 !important;
  }

  .home-page .perspectives-inner {
    width: min(1060px, calc(100% - 64px));
    padding: 94px 0 92px;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    column-gap: 96px;
    row-gap: 64px;
  }

  .home-page .perspectives-heading h2 {
    font-size: clamp(2.1rem, 3.1vw, 3rem);
  }

  .home-page .perspectives-intro {
    max-width: 35rem;
  }

  .home-page .perspectives-intro p {
    font-size: clamp(0.8rem, 0.95vw, 0.94rem);
  }

  .home-page .perspectives-intro p + p {
    margin-top: 30px;
  }

  .home-page .perspectives-visual {
    margin: 2px 0 24px;
  }

  .home-page .perspectives-image-frame {
    width: 75%;
  }

  .home-page .perspectives-notes {
    width: min(60%, 660px);
    gap: 54px;
  }

  .home-page .perspectives-notes h3 {
    margin-bottom: 8px;
    font-size: clamp(0.86rem, 1vw, 1rem);
  }

  .home-page .perspectives-notes p {
    font-size: clamp(0.73rem, 0.85vw, 0.86rem);
  }

  .home-page .perspectives-cta-inner {
    min-height: 590px;
    padding: 82px 0 88px;
  }

  .home-page .perspectives-cta-inner h2 {
    max-width: 18ch;
    font-size: clamp(2.9rem, 4.5vw, 4.45rem);
  }

  .home-page .perspectives-cta-actions {
    margin-top: 66px;
    gap: 76px;
  }

  .home-page .perspectives-cta-icon {
    width: 68px;
    height: 68px;
  }

  .home-page .perspectives-cta-action {
    min-width: 124px;
    font-size: 0.8rem;
  }

  .home-page .practice-growth-section {
    min-height: clamp(620px, 55vw, 760px);
    background-image: none;
  }

  .home-page .practice-growth-section::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: url("assets/glass-pane-practice-background.png") center center / cover no-repeat;
    transform: scaleX(-1);
  }

  .home-page .practice-growth-inner {
    width: min(1060px, calc(100% - 64px));
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  }

  .home-page .practice-growth-copy {
    grid-column: 2;
    width: min(100%, 430px);
    padding: 78px 0;
  }

  .home-page .practice-growth-copy h2 {
    max-width: 10ch;
    margin-bottom: 38px;
    font-size: clamp(2.4rem, 3.7vw, 3.7rem);
  }

  .home-page .practice-growth-copy p {
    max-width: 42ch;
    font-size: clamp(0.76rem, 0.9vw, 0.9rem);
  }

  .home-page .practice-growth-copy p + p {
    margin-top: 26px;
  }

  .home-page footer {
    min-height: 88px;
    padding: 24px 0;
    font-size: 0.7rem;
  }
}

@media (max-width: 760px) {
  .home-page .minimal-hero-copy h1 {
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .home-page .dark-offer-copy h3 {
    font-size: 1.16rem;
  }

  .home-page .dark-offer-copy p {
    font-size: 0.9rem;
  }

  .home-page .perspectives-heading h2,
  .home-page .practice-growth-copy h2 {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
  }

  .home-page .perspectives-cta-inner h2 {
    font-size: clamp(1.95rem, 9vw, 2.8rem);
  }
}

/* Approved mockup — final desktop placement for the two reference sections. */
@media (min-width: 761px) {
  .home-page .dark-offer-intro-inner {
    width: min(1300px, calc(100% - 110px));
    min-height: 208px;
    padding: 30px 0 32px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
    grid-template-rows: auto 1fr;
    column-gap: clamp(42px, 5vw, 82px);
    row-gap: 27px;
    align-items: start;
  }

  .home-page .dark-offer-intro h2 {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    font-size: clamp(2rem, 2.35vw, 2.55rem);
    line-height: 1;
  }

  .home-page .dark-offer-intro-inner > p {
    margin: 0;
    max-width: 31ch;
    font-size: clamp(0.88rem, 1.03vw, 1rem);
    line-height: 1.5 !important;
  }

  .home-page .dark-offer-intro-inner > p:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
    max-width: 24ch;
    font-family: "Zilla Slab", Georgia, serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.005em;
  }

  .home-page .dark-offer-intro-inner > p:nth-of-type(2) { grid-column: 2; grid-row: 2; }
  .home-page .dark-offer-intro-inner > p:nth-of-type(3) { grid-column: 3; grid-row: 2; }
  .home-page .dark-offer-intro-inner > p:nth-of-type(4) { grid-column: 4; grid-row: 2; }

  .home-page .dark-offer-intro p strong {
    font: inherit;
    letter-spacing: inherit;
  }

  .home-page .practice-growth-section {
    min-height: clamp(650px, 57.2vw, 820px);
    isolation: isolate;
  }

  .home-page .practice-growth-section::before {
    z-index: 0;
    background-position: center center;
  }

  .home-page .practice-growth-inner {
    position: relative;
    z-index: 1;
    width: min(1300px, calc(100% - 110px));
    min-height: inherit;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .home-page .practice-growth-copy {
    grid-column: 2;
    width: min(100%, 560px);
    padding: clamp(150px, 15.3vw, 220px) 0 80px;
  }

  .home-page .practice-growth-copy h2 {
    max-width: none;
    margin: 0 0 clamp(52px, 5.4vw, 78px);
    font-size: clamp(3rem, 4.25vw, 4.15rem);
    line-height: 1;
  }

  .home-page .practice-growth-copy p {
    max-width: 48ch;
    margin: 0;
    font-size: clamp(0.92rem, 1.08vw, 1.08rem);
    line-height: 1.5 !important;
  }

  .home-page .practice-growth-copy p + p {
    margin-top: clamp(34px, 3.6vw, 52px);
  }
}

/* Definitive neutral hover — placed last so legacy rules cannot override it. */
.site-header .nav-links > a:not(.nav-demo-mobile),
.site-header .nav-links .nav-product > .nav-product-link,
.site-header .nav-links .nav-product-option {
  transition: color 0.32s ease, background-color 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease !important;
}

.site-header .nav-links > a:not(.nav-demo-mobile):hover,
.site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
.site-header .nav-links .nav-product > .nav-product-link:hover,
.site-header .nav-links .nav-product > .nav-product-link:focus-visible,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):hover,
body[data-theme="light"] .site-header .nav-links > a:not(.nav-demo-mobile):focus-visible,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:hover,
body[data-theme="light"] .site-header .nav-links .nav-product > .nav-product-link:focus-visible {
  color: #171717 !important;
  background: rgba(20, 20, 20, 0.105) !important;
  border-color: rgba(20, 20, 20, 0.055) !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
  filter: none !important;
  transform: none !important;
}

.site-header .nav-links .nav-product-option:hover,
.site-header .nav-links .nav-product-option:focus-visible,
body[data-theme="light"] .site-header .nav-links .nav-product-option:hover,
body[data-theme="light"] .site-header .nav-links .nav-product-option:focus-visible {
  color: #171717 !important;
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

@media (min-width: 761px) {
  .site-header .nav-links > a:not(.nav-demo-mobile),
  .site-header .nav-links .nav-product > .nav-product-link {
    min-height: 0 !important;
    padding: 6px 10px !important;
  }

  .site-header .nav-product-copy,
  body[data-theme="light"] .site-header .nav-product-copy {
    width: max-content !important;
    max-width: 100%;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    transition: background-color 620ms cubic-bezier(0.16, 1, 0.3, 1), border-color 620ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 620ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .site-header .nav-product-option:not(.nav-product-option-disabled):hover .nav-product-copy,
  .site-header .nav-product-option:not(.nav-product-option-disabled):focus-visible .nav-product-copy,
  body[data-theme="light"] .site-header .nav-product-option:not(.nav-product-option-disabled):hover .nav-product-copy,
  body[data-theme="light"] .site-header .nav-product-option:not(.nav-product-option-disabled):focus-visible .nav-product-copy {
    background-color: rgba(20, 20, 20, 0.085) !important;
    border-color: rgba(20, 20, 20, 0.045) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
  }
}
/* Compact final layout for the RIVER overview inside the dark product section. */
@media (min-width: 761px) {
  .home-page .dark-offer-overview {
    width: min(1160px, calc(100% - 112px));
    padding: 42px 0 8px;
  }

  .home-page .dark-offer-overview-heading {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(56px, 8vw, 118px);
    align-items: center;
  }

  .home-page .dark-offer-overview-heading h2 {
    max-width: none;
    font-family: "Zilla Slab", Georgia, serif !important;
    font-size: clamp(2.25rem, 3.35vw, 3.35rem);
    font-style: italic !important;
    font-weight: 600 !important;
    line-height: 1;
    letter-spacing: 0.02em !important;
    white-space: nowrap;
  }

  .home-page .dark-offer-overview-heading p {
    max-width: 31ch;
    font-family: "Noto Sans", Arial, sans-serif !important;
    font-size: clamp(1rem, 1.35vw, 1.28rem);
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.42 !important;
    letter-spacing: 0.04em !important;
  }

  .home-page .dark-offer-timeline {
    display: block;
    height: 24px;
    margin: 28px 0 22px;
  }

  .home-page .dark-offer-timeline-line {
    left: 0;
    right: 11%;
    height: 1px;
  }

  .home-page .dark-offer-node {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 13px;
    border-width: 1.5px;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .home-page .dark-offer-node-active {
    width: 15px;
    height: 15px;
    box-shadow: 0 0 0 4px rgba(0, 235, 28, 0.12), 0 0 14px rgba(0, 235, 28, 0.2);
  }

  .home-page .dark-offer-node:nth-of-type(2) { left: 0; }
  .home-page .dark-offer-node:nth-of-type(3) { left: 33.333%; }
  .home-page .dark-offer-node:nth-of-type(4) { left: 66.666%; }
  .home-page .dark-offer-node:nth-of-type(5) { left: 89%; }

  .home-page .dark-offer-overview-copy {
    position: relative;
    display: block;
    min-height: 88px;
  }

  .home-page .dark-offer-overview-copy p {
    position: absolute;
    top: 0;
    width: min(25%, 255px);
    font-family: "Noto Sans", Arial, sans-serif !important;
    font-size: clamp(0.78rem, 0.9vw, 0.9rem);
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    letter-spacing: 0.005em !important;
    text-align: left;
    transform: translateX(-50%);
  }

  .home-page .dark-offer-overview-copy p:nth-child(1) {
    left: 33.333%;
    grid-column: auto;
  }

  .home-page .dark-offer-overview-copy p:nth-child(2) {
    left: 66.666%;
    grid-column: auto;
  }

  .home-page .dark-offer-overview-copy p:nth-child(3) {
    right: 0;
    left: auto;
    grid-column: auto;
    transform: none;
  }

  .home-page .dark-offer-overview + .dark-offer-grid {
    padding-top: 30px;
  }
}

@media (max-width: 760px) {
  .home-page .dark-offer-overview {
    padding-top: 38px;
  }

  .home-page .dark-offer-overview-heading h2 {
    font-family: "Zilla Slab", Georgia, serif !important;
    font-size: clamp(2rem, 10vw, 2.75rem);
    font-style: italic !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
  }

  .home-page .dark-offer-overview-heading p {
    font-family: "Noto Sans", Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.04em !important;
  }

  .home-page .dark-offer-timeline {
    margin: 28px 0 24px;
  }

  .home-page .dark-offer-node {
    width: 11px;
    height: 11px;
    border-width: 1.5px;
  }

  .home-page .dark-offer-node-active {
    width: 13px;
    height: 13px;
    box-shadow: 0 0 0 3px rgba(0, 235, 28, 0.12), 0 0 12px rgba(0, 235, 28, 0.18);
  }

  .home-page .dark-offer-overview-copy {
    gap: 16px;
    padding-left: 20px;
  }

  .home-page .dark-offer-overview-copy p {
    font-family: "Noto Sans", Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.005em !important;
  }
}
