/* Basiskleuren en gedeelde instellingen. */
:root {
  --background: #fff;
  --foreground: #101110;
  --card: #fff;
  --card-foreground: #101110;
  --popover: #fff;
  --popover-foreground: #101110;
  --primary: #c8e013;
  --primary-foreground: #101110;
  --secondary: #f4f5f1;
  --secondary-foreground: #101110;
  --muted: #f4f5f1;
  --muted-foreground: #62645f;
  --accent: #c8e013;
  --accent-foreground: #101110;
  --destructive: #b42b20;
  --border: #dddeda;
  --input: #dddeda;
  --ring: #667600;
  --radius: 0.5rem;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}
body {
  margin: 0;
  background: #fff;
  color: #101110;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #879700;
  outline-offset: 5px;
}
::selection {
  background: #c8e013;
  color: #101110;
}
.wrap {
  width: min(1140px, calc(100% - 64px));
  margin-inline: auto;
}
.site-header {
  height: 88px;
  background: #0b0d0b;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #ffffff18;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.brand {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: none;
}
.brand .pylaios-mark {
  width: 64px;
  height: 64px;
  max-width: none;
}
.navigation {
  margin-left: auto;
  display: flex;
  gap: 30px;
  align-items: center;
}
.navigation a {
  font-size: 14px;
  color: #c7c9c4;
  transition: color 260ms;
}
.navigation a:hover {
  color: #fff;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #c8e013;
  color: #101110;
  font-size: 14px;
  font-weight: 600;
  min-height: 52px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition:
    background 260ms,
    transform 260ms;
}
.button:hover {
  background: #d9ef48;
  transform: translateY(-2px);
}
.button-small {
  min-height: 44px;
  padding: 10px 18px;
  gap: 20px;
}
.menu-toggle {
  display: none;
  background: none;
  color: #fff;
  border: 0;
  width: 44px;
  height: 44px;
}
.hero {
  background: #0b0d0b;
  color: #fff;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 72px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 68px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin: 0 0 27px;
  color: #ced0c8;
}
.small-line {
  height: 1px;
  width: 26px;
  background: #c8e013;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.06em;
  margin-bottom: 30px;
}
h1 span {
  color: #c8e013;
}
h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}
h3 {
  font-size: 22px;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.hero-intro {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.hero-description {
  max-width: 430px;
  color: #b5b9af;
  font-size: 16px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 30px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-note {
  margin: 18px 0 0;
  font-size: 12px;
  color: #a1a69b;
}
.flow-visual {
  position: relative;
  isolation: isolate;
  padding: 24px 0 0;
}
.flow-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font: 12px monospace;
  letter-spacing: 0.02em;
  color: #a3a89b;
  margin-bottom: 32px;
}
.flow-inputs {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.flow-inputs > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  border: 1px solid #343830;
  border-radius: 5px;
  background: #161914;
  padding: 13px 12px;
  flex: 1;
  white-space: nowrap;
}
.flow-inputs svg {
  width: 15px;
  height: 15px;
  color: #b2b6aa;
}
.flow-lines {
  width: 100%;
  height: 105px;
  color: #535e36;
  display: block;
  margin-top: -1px;
}
.flow-pulse {
  animation: flow 4.8s linear infinite;
}
.flow-pulse-pdf {
  animation-delay: -1.6s;
}
.flow-pulse-excel {
  animation-delay: -3.2s;
}
@keyframes flow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -100;
  }
}
.gateway {
  border: 1px solid #a1b521;
  border-radius: 7px;
  background: linear-gradient(120deg, #252b19, #10140e);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 0 42px #c8e0130b;
  margin: 0 26px;
}
.gateway > .pylaios-mark {
  height: 60px;
  width: 60px;
  flex: none;
  margin: -8px;
}
.gateway strong {
  display: block;
  font-size: 23px;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.gateway div > span {
  font-size: 12px;
  color: #bac4a2;
}
.gateway-spark {
  margin-left: auto;
  font-size: 28px;
  color: #d3e760;
}
.output-line {
  height: 34px;
  width: 1px;
  background: #97ab43;
  margin: auto;
}
.order-card {
  border: 1px solid #383e32;
  background: #161a14;
  border-radius: 7px;
  padding: 17px 20px;
  margin: 0 43px;
}
.order-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #34392f;
}
.order-card-head > span:first-child {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  color: #d2e788;
}
.mono {
  font: 12px monospace;
  letter-spacing: 0.03em;
  color: #9ca58e;
}
.order-card-head .mono {
  align-content: center;
}
.order-row {
  display: grid;
  grid-template-columns: 1fr 60px 48px;
  font-size: 12px;
  padding-top: 12px;
  color: #cbd0c4;
}
.order-row:nth-child(2) {
  color: #9fa694;
}
.order-row strong {
  font-weight: 400;
}
.order-bottom {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #aeb79f;
  border-top: 1px solid #34392f;
  margin-top: 16px;
  padding-top: 14px;
}
.order-bottom svg {
  margin-left: auto;
  color: #c8e013;
}
.flow-caption {
  text-align: center;
  font-size: 12px;
  color: #a5ad9a;
  margin: 19px 0 0;
}
.hero-bottom {
  border-top: 1px solid #ffffff1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  font-size: 12px;
  color: #a5ab9e;
}
.hero-bottom > span:first-child {
  font-size: 14px;
  color: #e2e5dc;
  letter-spacing: -0.01em;
}
.hero-bottom a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section {
  padding-block: 96px;
}
.dark {
  color: #62655a;
}
.muted {
  color: #74776e;
}
.intro-section > p:last-child {
  max-width: 470px;
  color: #62645f;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-200%);
  background: #c8e013;
  color: #000;
  padding: 12px;
}
.skip-link:focus {
  transform: none;
}
@media (max-width: 1279px) {
  .navigation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    background: #11150e;
    padding: 20px 32px;
    border-bottom: 1px solid #41463b;
  }
  .navigation.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .navigation a {
    padding: 14px;
  }
  .header-cta {
    margin-left: auto;
  }
  .menu-toggle {
    display: grid;
    place-items: center;
  }
  .hero-grid {
    gap: 40px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 18px;
  }
  .gateway {
    margin-inline: 10px;
  }
  .order-card {
    margin-inline: 20px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: var(--header-height);
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 76px;
  }
  .header-inner {
    gap: 12px;
  }
  .brand {
    width: 40px;
  }
  .brand .pylaios-mark {
    width: 54px;
    height: 54px;
  }
  .button-small {
    font-size: 12px;
    padding: 10px 13px;
    gap: 9px;
  }
  .navigation {
    top: 76px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-block: 48px 40px;
    gap: 36px;
  }
  .hero-copy {
    max-width: 530px;
  }
  h1 {
    font-size: 54px;
    letter-spacing: -0.055em;
  }
  .hero-intro {
    font-size: 18px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-actions {
    gap: 22px;
  }
  .hero-description {
    font-size: 16px;
  }
  .flow-visual {
    max-width: 470px;
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }
  .flow-topline {
    margin-bottom: 22px;
  }
  .flow-lines {
    height: 70px;
  }
  .gateway {
    margin-inline: 10px;
    padding: 16px;
    gap: 10px;
  }
  .gateway div > span {
    font-size: 12px;
  }
  .gateway-spark {
    display: none;
  }
  .order-card {
    margin-inline: 20px;
  }
  .hero-bottom {
    flex-wrap: wrap;
    padding-block: 22px;
    gap: 12px;
  }
  .hero-bottom .mono {
    display: none;
  }
  .hero-bottom a {
    font-size: 12px;
    gap: 5px;
  }
  .section {
    padding-block: 56px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .flow-inputs > span {
    padding: 12px 8px;
    font-size: 12px;
  }
  .flow-inputs {
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.section-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 48px;
}
.section-head h2 {
  margin-bottom: 0;
}
.section-head > p {
  max-width: 410px;
  margin: 0 0 3px;
  color: #63675d;
  font-size: 16px;
  line-height: 1.8;
}
.problem-grid,
.cases-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.problem-card {
  border-top: 1px solid #d4d7ce;
  padding-top: 28px;
}
.line-icon {
  margin-bottom: 25px;
  color: #515c32;
}
.problem-card h3 {
  font-size: 23px;
  margin-bottom: 15px;
}
.problem-card > p {
  font-size: 15px;
  line-height: 1.8;
  color: #64685d;
  min-height: 108px;
}
.solution {
  margin-top: 26px;
  padding: 22px 0 0;
  border-top: 1px solid #e1e4da;
}
.solution > span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  letter-spacing: 0.07em;
  font-weight: 600;
  color: #52600f;
}
.solution p {
  font-size: 15px;
  line-height: 1.8;
  margin: 13px 0 0;
}
.section-link {
  margin-top: 36px;
  border-bottom: 1px solid #68751d;
  padding: 10px 0;
  min-height: 44px;
}
.features {
  background: #f3f4ef;
  border-top: 1px solid #e4e6de;
  border-bottom: 1px solid #e4e6de;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 55px 0 56px;
}
.step {
  position: relative;
}
.step:after {
  content: "";
  height: 1px;
  background: #c5cbbb;
  position: absolute;
  left: 58px;
  right: -6px;
  top: 22px;
}
.step:last-child:after {
  display: none;
}
.step-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: #e3eac9;
  color: #3e4b18;
  border: 1px solid #c8d59f;
  border-radius: 50%;
  font: 14px monospace;
  margin-bottom: 24px;
}
.step h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.step p {
  font-size: 15px;
  color: #5b6153;
  line-height: 1.8;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  border-top: 1px solid #d5dacc;
  padding-top: 36px;
}
.feature-item {
  display: flex;
  gap: 14px;
}
.feature-item > svg {
  flex: none;
  color: #54652b;
  margin-top: 2px;
}
.feature-item h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.feature-item p {
  font-size: 14px;
  color: #666b5e;
  line-height: 1.7;
  margin: 0;
}
.feature-note {
  font-size: 13px;
  color: #5d6255;
  margin: 32px 0 0;
}
.case-card {
  background: #f7f8f4;
  border: 1px solid #e4e7dc;
  border-radius: 7px;
  padding: 25px 25px 0;
  display: flex;
  flex-direction: column;
}
.case-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font: 11px monospace;
  letter-spacing: 0.015em;
  color: #5a6550;
}
.case-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #dbe1ce;
  background: #edf1e2;
  border-radius: 12px;
  margin: 35px 0 30px;
}
.case-icon svg {
  width: 31px;
  height: 31px;
  stroke: #44542e;
}
.case-card h3 {
  font-size: 23px;
  line-height: 1.35;
  margin-bottom: 18px;
  font-weight: 500;
}
.case-card > p {
  font-size: 15px;
  line-height: 1.8;
  color: #656b5e;
}
.case-card .case-result {
  border-top: 1px solid #dce2d2;
  margin-top: auto;
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #344225;
  font-size: 13px;
  line-height: 1.7;
}
.case-result svg {
  flex: none;
  margin-top: 2px;
}
.case-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #dfe2d8;
  padding: 30px 0;
}
.case-cta p {
  margin: 0;
  font-size: 16px;
}
.pricing {
  background: #f6f7f3;
  border-top: 1px solid #e4e6de;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid #dce0d4;
  border-radius: 7px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  margin-top: 27px;
}
.price-card.featured {
  border: 1px solid #a1b429;
  background: #fcfef3;
}
.plan-ribbon {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -28px;
  background: #c8e013;
  color: #273100;
  border-radius: 7px 7px 0 0;
  text-align: center;
  padding: 6px;
  font-size: 11px;
  letter-spacing: 0.07em;
}
.plan-name {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin-bottom: 17px;
}
.price-card h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 9px;
}
.plan-description {
  font-size: 14px;
  color: #666d5e;
  line-height: 1.7;
  min-height: 72px;
}
.price {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin: 18px 0 25px;
}
.price > span {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
  color: #6a725f;
  margin-top: 10px;
}
.price-card .button {
  width: 100%;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  min-height: 48px;
}
.button-outline {
  background: transparent;
  border-color: #c8cfc0;
}
.button-outline:hover {
  background: #f0f3e6;
}
.price-card ul {
  padding: 22px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid #e1e6d7;
  list-style: none;
}
.price-card li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 14px;
  line-height: 1.65;
  margin: 12px 0;
}
.price-card li svg {
  flex: none;
  color: #5e711b;
  margin-top: 2px;
}
.pricing-note {
  margin: 26px 0 0;
  color: #666d5e;
  font-size: 13px;
}
.contact {
  background: #0b0d0b;
  color: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 90px;
  align-items: start;
}
.contact-copy h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
}
.contact-copy h2 span {
  color: #c8e013;
}
.contact-copy > p:not(.eyebrow) {
  color: #afb6a6;
  line-height: 1.8;
  max-width: 380px;
}
.contact-points {
  margin: 29px 0 37px;
}
.contact-points p {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 13px;
  color: #d0d6c8;
}
.contact-points svg {
  color: #baca69;
  flex: none;
}
.email-link {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #b3baa9;
  min-height: 48px;
}
.email-link span {
  font-size: 12px;
}
.email-link strong {
  display: block;
  color: #edf0e8;
  font-size: 15px;
  font-weight: 400;
  overflow-wrap: anywhere;
}
.email-link:hover strong {
  text-decoration: underline;
}
.contact-form-panel {
  background: #171b14;
  border: 1px solid #353d2b;
  border-radius: 8px;
  padding: 32px;
}
.contact-form-panel h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 6px;
}
.form-subtitle {
  color: #b1b9a6;
  font-size: 14px;
  margin-bottom: 29px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  display: block;
  font-size: 13px;
  color: #e3e9db;
  margin-bottom: 8px;
}
.field label > span {
  color: #bdc7a9;
}
.field .optional {
  font-size: 12px;
  color: #a9b397;
}
.field input,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #4e5940;
  border-radius: 4px;
  background: #0f130c;
  color: #f0f4e9;
  padding: 11px 12px;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 260ms;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #9ea991;
  font-size: 14px;
}
.field textarea {
  resize: vertical;
  min-height: 118px;
}
.field input:focus-visible,
.field textarea:focus-visible {
  outline-color: #c8e013;
  outline-offset: 3px;
}
.field [aria-invalid="true"] {
  border-color: #f5a898;
}
.field-error {
  color: #ffb6aa;
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.field-error:empty {
  display: none;
}
.privacy-note,
.mail-explanation {
  font-size: 12px;
  color: #afb9a0;
  line-height: 1.75;
  margin: 18px 0;
}
.privacy-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.submit-button {
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}
.mail-explanation {
  margin: 13px 0 0;
}
.chosen-package {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 20px;
  background: #323d17;
  border: 1px solid #718c2e;
  border-radius: 4px;
  color: #d7e5b2;
  font-size: 13px;
}
.chosen-package button {
  background: none;
  border: 0;
  color: #e6edcf;
  font-size: 23px;
  min-width: 32px;
  min-height: 32px;
  margin-left: auto;
}
#form-status {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #829935;
  border-radius: 4px;
  color: #e2ebcb;
  font-size: 14px;
  line-height: 1.7;
}
.footer {
  padding: 56px 0 24px;
  background: #fff;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: start;
  padding-bottom: 36px;
}
.footer-name {
  font-size: 35px;
  letter-spacing: -0.065em;
  font-weight: 500;
  line-height: 1;
}
.footer-name span {
  font-size: 12px;
  vertical-align: top;
  margin-left: 3px;
}
.footer-top > div p {
  font-size: 13px;
  color: #68715c;
  margin: 12px 0 0;
}
.footer nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 32px;
  font-size: 14px;
}
.footer nav a,
.back-top {
  min-height: 32px;
  display: flex;
  align-items: center;
}
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.back-top {
  font-size: 13px;
}
.footer details {
  border-top: 1px solid #dce1d3;
  border-bottom: 1px solid #dce1d3;
  padding: 14px 0;
  font-size: 13px;
}
.footer summary {
  cursor: pointer;
  min-height: 32px;
  align-content: center;
  width: fit-content;
}
.privacy-content {
  max-width: 760px;
  font-size: 14px;
  color: #575f4e;
  padding: 15px 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 25px;
  color: #647057;
  font-size: 12px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1000px) {
  .section-head {
    gap: 50px;
  }
  .contact-grid {
    gap: 40px;
  }
  .contact-form-panel {
    padding: 25px;
  }
  .price-card {
    padding: 22px;
  }
  .problem-card > p {
    min-height: 135px;
  }
  .case-card {
    padding: 20px 20px 0;
  }
  .steps {
    gap: 22px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .case-top {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .section-head {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 32px;
  }
  .section-head > p {
    font-size: 16px;
  }
  .problem-grid,
  .cases-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .problem-card > p {
    min-height: 0;
  }
  .problem-card {
    padding-top: 25px;
  }
  .problem-card .line-icon {
    margin-bottom: 18px;
  }
  .solution {
    margin-top: 18px;
    padding-top: 18px;
  }
  .section-link {
    margin-top: 22px;
  }
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 35px 0;
    gap: 30px 24px;
  }
  .step:nth-child(2):after {
    display: none;
  }
  .step h3 {
    font-size: 19px;
  }
  .step p {
    font-size: 15px;
  }
  .feature-list {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-top: 30px;
  }
  .feature-item h3 {
    font-size: 17px;
  }
  .feature-item p {
    font-size: 15px;
  }
  .case-card {
    padding: 25px 25px 0;
  }
  .case-card > p {
    font-size: 16px;
  }
  .case-top {
    font-size: 12px;
  }
  .case-icon {
    margin: 26px 0;
  }
  .case-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 25px 0;
  }
  .price-card {
    padding: 27px;
    margin-top: 0;
  }
  .price-card.featured {
    margin-top: 26px;
  }
  .plan-description {
    min-height: 0;
    font-size: 16px;
  }
  .price-card h3 {
    font-size: 16px;
  }
  .price-card li {
    font-size: 16px;
  }
  .price-card .button {
    font-size: 14px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .contact-copy h2 {
    font-size: 42px;
  }
  .contact-copy > p:not(.eyebrow) {
    max-width: 100%;
  }
  .contact-form-panel {
    padding: 24px 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .field label {
    font-size: 14px;
  }
  .form-subtitle {
    font-size: 15px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 28px;
  }
  .footer nav {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    order: 3;
  }
  .footer nav a {
    min-height: 44px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .footer-top .back-top {
    margin-left: auto;
  }
  .case-result {
    min-height: 0;
  }
}
@media (max-width: 380px) {
  .header-cta {
    font-size: 11px;
  }
  .header-cta svg {
    display: none;
  }
  .flow-topline {
    font-size: 10px;
  }
  .flow-inputs > span {
    font-size: 11px;
    padding-inline: 5px;
    gap: 5px;
  }
  .gateway {
    margin-inline: 0;
  }
  .order-card {
    margin-inline: 7px;
  }
  .hero-bottom a {
    font-size: 11px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .step:after {
    display: none;
  }
  .footer-name {
    font-size: 32px;
  }
  .button {
    gap: 12px;
  }
  .submit-button {
    font-size: 13px;
  }
}

.problem-card > p,
.solution p,
.step p,
.case-card > p,
.plan-description {
  font-size: 16px;
}
.feature-item p {
  font-size: 14px;
}
.field label {
  font-size: 14px;
}
.plan-name {
  font-size: 22px;
}
.case-card .case-result {
  font-size: 14px;
}

.field input,
.field textarea {
  border-color: #758062;
}
.submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.contact-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  pointer-events: none;
}
.captcha-panel {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #637c3f80;
  border-radius: 7px;
  background: #14200e;
}
#contact-captcha {
  min-width: 0;
}
.captcha-slider-track {
  --slider-progress: 0%;
  position: relative;
  height: 60px;
  border: 1px solid #718844;
  border-radius: 9px;
  background: linear-gradient(
    to right,
    #c8e01326 var(--slider-progress),
    #1b2912 var(--slider-progress)
  );
}
#captcha-label {
  position: absolute;
  inset: 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #e2ebcb;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  pointer-events: none;
}
#captcha-slider {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: grab;
  touch-action: pan-y;
}
#captcha-slider:active {
  cursor: grabbing;
}
#captcha-slider:focus-visible {
  outline: 2px solid #d9ec8c;
  outline-offset: 4px;
}
#captcha-slider::-webkit-slider-runnable-track {
  height: 46px;
  background: transparent;
  border: 0;
}
#captcha-slider::-moz-range-track {
  height: 46px;
  background: transparent;
  border: 0;
}
#captcha-slider::-moz-range-progress {
  background: transparent;
}
#captcha-slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 46px;
  height: 46px;
  border: 1px solid #e5ef9e;
  border-radius: 6px;
  background: #c8e013
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23131b0d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 6 6 6-6 6m6-12 6 6-6 6'/%3E%3C/svg%3E")
    center / 23px no-repeat;
  box-shadow: 0 2px 8px #0003;
}
#captcha-slider::-moz-range-thumb {
  width: 44px;
  height: 44px;
  border: 1px solid #e5ef9e;
  border-radius: 6px;
  background: #c8e013
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23131b0d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 6 6 6-6 6m6-12 6 6-6 6'/%3E%3C/svg%3E")
    center / 23px no-repeat;
  box-shadow: 0 2px 8px #0003;
}
.captcha-slider-track[data-state="verified"] {
  border-color: #b2ca4d;
  background: #c8e0131f;
}
.captcha-slider-track[data-state="verified"] #captcha-slider::-webkit-slider-thumb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23131b0d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}
.captcha-slider-track[data-state="verified"] #captcha-slider::-moz-range-thumb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23131b0d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}
#captcha-slider:disabled {
  cursor: default;
}
.captcha-slider-track[data-state="idle"],
.captcha-slider-track[data-state="expired"],
.captcha-slider-track[data-state="error"] {
  opacity: 0.65;
}
#captcha-help {
  margin: 12px 0 0;
  color: #b9c6a3;
  font-size: 12px;
  line-height: 1.6;
}
.captcha-status {
  margin: 10px 0 0;
  color: #b9c6a3;
  font-size: 13px;
  line-height: 1.6;
}
.captcha-status:empty {
  display: none;
}
.captcha-status[data-state="error"] {
  color: #ffb6aa;
}
.captcha-status[data-state="success"] {
  color: #d9ec8c;
}
.captcha-retry {
  margin-top: 8px;
  min-height: 44px;
  padding: 8px 0;
  background: transparent;
  color: #d9ec8c;
  border: 0;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#form-status[data-state="error"] {
  border-color: #b37568;
  color: #ffcabf;
  background: #5b21121a;
}
#form-status[data-state="success"] {
  background: #c8e0130a;
}
.submit-button:disabled .submit-label {
  cursor: wait;
}
.hero-actions > .text-link {
  min-height: 44px;
}
.navigation a,
.text-link {
  min-height: 44px;
}

.pylaios-mark {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}
.logo-on-dark {
  filter: invert(1);
}
.footer-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-name .pylaios-mark {
  margin: -7px;
}
.flow-controls {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.flow-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: #adb69f;
  font-size: 12px;
  border-radius: 4px;
}
.flow-toggle:hover {
  color: #e2eccb;
  background: #ffffff08;
}
.flow-toggle:focus-visible {
  outline-color: #c8e013;
}
.play-symbol {
  display: none;
}
.animation-paused .flow-pulse {
  animation-play-state: paused;
}
.animation-paused .pause-symbol {
  display: none;
}
.animation-paused .play-symbol {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .flow-controls {
    display: none;
  }
}

/* Navigation, viewport-height opening and reading progress. */
:root {
  --header-height: 88px;
}
html {
  scroll-padding-top: var(--header-height);
}
.site-header {
  height: var(--header-height);
  background: #0b0d0bf5;
  backdrop-filter: blur(16px);
}
.header-inner {
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation {
  gap: 4px;
  padding: 4px;
  border: 1px solid #ffffff12;
  background: #ffffff04;
  border-radius: 999px;
}
.navigation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #c9cec2;
  font-weight: 500;
  line-height: 1.4;
  transition:
    color 260ms,
    background 260ms,
    border-color 260ms;
}
.navigation a:hover {
  color: #f2f6e9;
  background: #ffffff08;
  border-color: #ffffff0d;
}
.navigation a.is-active {
  color: #d9ec8c;
  background: #c8e0130e;
  border-color: #c8e01325;
}
.navigation a:focus-visible,
.brand:focus-visible,
.menu-toggle:focus-visible {
  outline-color: #c8e013;
}
.header-cta {
  border-radius: 7px;
}
.scroll-progress {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff06;
  pointer-events: none;
}
.scroll-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: #c8e013;
  transform-origin: left center;
  transform: scaleX(var(--scroll-progress, 0));
  will-change: transform;
}
.hero {
  min-height: calc(100vh - var(--header-height));
  min-height: calc(100svh - var(--header-height));
  display: flex;
  flex-direction: column;
}
.hero-grid {
  flex: 1;
  padding-top: clamp(32px, 5vh, 80px);
  padding-bottom: clamp(28px, 4vh, 68px);
}
.hero-bottom {
  flex: none;
}
.mobile-carousel {
  min-width: 0;
}
.carousel-controls {
  display: none;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 0.78fr 1.2fr 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 44px;
}
.footer-top h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 4px 0 20px;
  color: #313a28;
}
.footer-brand .footer-intro {
  max-width: 190px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
}
.footer nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: auto;
}
.footer nav a {
  min-height: 36px;
}
.footer-contact p {
  font-size: 14px;
  line-height: 1.8;
}
.footer-email {
  display: block;
  font-size: 14px;
  overflow-wrap: anywhere;
  margin: 17px 0 14px;
}
.footer-demo {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #43540c;
}

.footer-business address {
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
  color: #59644d;
}
.footer-business dl {
  margin: 15px 0 0;
  font-size: 12px;
  color: #59644d;
  line-height: 1.7;
}
.footer-business dl > div {
  display: flex;
  gap: 12px;
}
.footer-business dt {
  min-width: 27px;
  color: #39442d;
}
.footer-business dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.footer-bottom {
  align-items: center;
}
.footer-bottom .back-top {
  min-height: 44px;
  gap: 10px;
}
@media (max-width: 1279px) {
  .navigation {
    top: var(--header-height);
    max-height: calc(100vh - var(--header-height));
    max-height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    border-radius: 0;
    padding: 16px 32px;
    background: #10140e;
    border-inline: 0;
    border-bottom: 1px solid #ffffff16;
  }
  .navigation.open {
    gap: 4px;
  }
  .navigation a {
    justify-content: flex-start;
    padding: 12px 16px;
    border-radius: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px 56px;
  }
  .footer-brand .footer-intro {
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 76px;
  }
  .header-inner {
    gap: 12px;
  }
  .hero-grid {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .hero-bottom {
    min-height: 76px;
  }
  .cases-grid,
  .pricing-grid {
    position: relative;
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 4px;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    padding: 4px 4px 12px;
    min-width: 0;
    -webkit-overflow-scrolling: touch;
  }
  .cases-grid::-webkit-scrollbar,
  .pricing-grid::-webkit-scrollbar {
    display: none;
  }
  .cases-grid .case-card,
  .pricing-grid .price-card {
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    margin-top: 0;
  }
  .pricing-grid {
    padding-top: 32px;
  }
  .pricing-grid .price-card.featured {
    margin-top: 0;
  }
  .carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
  }
  .carousel-hint {
    font-size: 12px;
    color: #69715e;
  }
  .carousel-buttons {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .carousel-buttons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: none;
    border-radius: 50%;
    border: 1px solid #cfd7c1;
    background: #fff;
    color: #344623;
    transition:
      background 260ms,
      border-color 260ms;
  }
  .carousel-buttons button:hover:not(:disabled) {
    background: #eaf1d8;
    border-color: #aabb84;
  }
  .carousel-buttons button:disabled {
    opacity: 0.35;
    cursor: default;
  }
  .carousel-count {
    font-size: 12px;
    min-width: 43px;
    text-align: center;
    color: #556144;
    font-variant-numeric: tabular-nums;
  }
  .carousel-track:focus-visible {
    outline: 2px solid #71823e;
    outline-offset: 4px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
    padding-bottom: 32px;
  }
  .footer-top h3 {
    margin-bottom: 15px;
  }
  .footer-brand,
  .footer-contact {
    grid-column: 1/-1;
  }
  .footer-links {
    grid-column: 1;
  }
  .footer-business {
    grid-column: 2;
    grid-row: 2;
  }
  .footer-brand .footer-intro {
    max-width: 260px;
    margin-top: 18px;
  }
  .footer-top .footer-brand p {
    font-size: 14px;
  }
  .footer nav {
    display: flex;
    gap: 3px;
    order: initial;
  }
  .footer nav a {
    min-height: 40px;
    font-size: 14px;
  }
  .footer-contact {
    padding-top: 24px;
    border-top: 1px solid #dce1d3;
  }
  .footer-example-label {
    max-width: 100%;
  }
  .footer-bottom {
    align-items: flex-start;
    gap: 9px;
  }
}
@media (max-width: 380px) {
  .carousel-hint {
    max-width: 90px;
    font-size: 11px;
  }
  .footer-top {
    gap: 30px 17px;
  }
  .footer-business dl > div {
    display: block;
  }
  .footer-business dl > div + div {
    margin-top: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cases-grid,
  .pricing-grid {
    scroll-behavior: auto;
  }
}

/* A clear visual rhythm from the everyday challenge to its solution. */
.problem-section {
  position: relative;
  background: radial-gradient(ellipse at 93% 3%, #eaf0cf80, transparent 43%), #fff;
  border-bottom: 1px solid #e4e8dc;
}
.problem-section .section-head {
  margin-bottom: 42px;
}
.problem-section .muted {
  color: #687b46;
}
.problem-grid {
  gap: 22px;
}
.problem-card {
  padding: 0;
  border: 1px solid #dde3d4;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 24px #26320d05;
  transition:
    border-color 300ms,
    box-shadow 300ms,
    translate 300ms;
}
.problem-visual {
  height: 168px;
  flex: none;
  position: relative;
  overflow: hidden;
  padding: 17px 20px;
  background: radial-gradient(ellipse at 75% 100%, #3b481e80, transparent 65%), #10150e;
  color: #e9efdf;
  border-bottom: 1px solid #c8e01324;
}
.problem-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#dae9ac22 0.7px, transparent 0.7px);
  background-size: 14px 14px;
  pointer-events: none;
  mask-image: linear-gradient(transparent, #000);
}
.visual-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 10px monospace;
  letter-spacing: 0.07em;
  color: #b5c2a2;
}
.visual-dots {
  font-size: 23px;
  line-height: 12px;
  color: #c8e013;
}
.channel-notes {
  position: relative;
  height: 110px;
  max-width: 275px;
  margin: 0 auto;
  z-index: 1;
}
.channel-note {
  position: absolute;
  top: 28px;
  display: block;
  width: 94px;
  height: 68px;
  padding: 12px;
  border: 1px solid #677850;
  background: #20291b;
  border-radius: 7px;
  font-size: 12px;
  box-shadow: 0 10px 20px #0003;
  transition:
    translate 400ms,
    rotate 400ms;
}
.channel-note i {
  font-style: normal;
  color: #d5e990;
  margin-right: 7px;
}
.note-email {
  left: 0;
  rotate: -9deg;
}
.note-excel {
  left: calc(50% - 47px);
  top: 17px;
  z-index: 2;
  background: #303c20;
  border-color: #95aa5d;
  rotate: 4deg;
}
.note-photo {
  right: 0;
  rotate: 11deg;
}
.note-lines {
  display: block;
  margin-top: 11px;
  height: 10px;
  width: 74%;
  border-top: 2px solid #a4b98850;
  border-bottom: 2px solid #a4b98830;
}
.manual-fields {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-top: 24px;
  max-width: 230px;
}
.manual-fields > div {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 11px monospace;
}
.manual-fields span {
  min-width: 50px;
  color: #b2c39e;
}
.manual-fields i {
  display: block;
  width: 95px;
  height: 7px;
  border-radius: 2px;
  background: #9aad7840;
}
.manual-fields > div:nth-child(2) i {
  width: 42px;
}
.manual-fields > div:nth-child(3) i {
  width: 68px;
}
.entry-cursor {
  height: 14px;
  width: 2px;
  background: #d9ef70;
}
.manual-loop {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid #7f935747;
  border-radius: 50%;
  font-size: 27px;
  color: #cee38e;
  transition: rotate 450ms;
}
.context-message {
  position: relative;
  z-index: 1;
  border: 1px solid #65784b;
  background: #29351e;
  border-radius: 10px 10px 10px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 194px;
  padding: 10px 14px;
  margin: 18px auto 13px;
  font-size: 19px;
  letter-spacing: -0.035em;
}
.context-message > span {
  font: 12px monospace;
  border: 1px solid #a8c16a;
  color: #d6e8ac;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}
.context-options {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 10px;
  color: #b9c8a7;
}
.context-options > span {
  padding: 3px 8px;
  border: 1px dashed #687e484f;
  border-radius: 4px;
}
.problem-copy {
  padding: 27px 27px 25px;
}
.problem-copy h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin-bottom: 13px;
}
.problem-copy > p {
  font-size: 16px;
  line-height: 1.8;
  color: #606951;
  margin: 0;
  max-width: 38ch;
}
.problem-card .solution {
  margin: auto 0 0;
  padding: 23px 27px 25px;
  border-top: 1px solid #dfe6cf;
  background: linear-gradient(135deg, #f0f5e3, #f9fbf4);
}
.problem-card .solution > span {
  font-size: 10px;
  letter-spacing: 0.11em;
  color: #465c18;
}
.problem-card .solution > span svg {
  width: 19px;
  height: 19px;
  padding: 3px;
  box-sizing: content-box;
  background: #dfe9c4;
  border-radius: 50%;
}
.problem-card .solution p {
  font-size: 15px;
  line-height: 1.8;
  color: #344228;
  margin-top: 12px;
  max-width: 38ch;
}
.problem-section .section-link {
  border: 1px solid #cfdabe;
  border-radius: 999px;
  padding: 12px 19px;
  background: #f9fbf4;
  margin-top: 30px;
  gap: 24px;
  transition:
    background 250ms,
    border-color 250ms;
}
.problem-section .section-link:hover {
  background: #edf4d9;
  border-color: #afc286;
  text-decoration: none;
}

/* The process is an explorable example, with all four steps available without JS. */
.process-explorer {
  margin: 44px 0 50px;
  border: 1px solid #d7dfca;
  border-radius: 16px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 12px 45px #33481806;
}
.process-instruction {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #37472b;
  font-size: 13px;
  margin-bottom: 20px;
}
.process-instruction > span {
  color: #717c63;
  font-size: 12px;
}
.process-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 28px;
}
.process-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  min-height: 54px;
  border: 1px solid #dbe2d0;
  border-radius: 8px;
  background: #f6f8f1;
  color: #546148;
  font-size: 14px;
  text-align: left;
  transition:
    background 250ms,
    color 250ms,
    border-color 250ms,
    box-shadow 250ms;
}
.process-tab > svg {
  margin-left: auto;
  width: 15px;
  flex: none;
  opacity: 0.5;
}
.process-number {
  font: 11px monospace;
  color: #83906e;
}
.process-tab[aria-selected="true"] {
  color: #18250d;
  background: #e6f0c9;
  border-color: #a8bf72;
  box-shadow: inset 0 -2px #bbd676;
}
.process-tab[aria-selected="true"] .process-number {
  color: #536d23;
}
.process-tab[aria-selected="true"] > svg {
  opacity: 1;
  stroke: #557719;
}
.process-tab:hover {
  border-color: #a8bf72;
  background: #edf3e1;
}
.process-panel {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 42px;
  align-items: center;
  padding-block: 18px;
}
.process-panel + .process-panel {
  border-top: 1px solid #e3e8db;
  margin-top: 25px;
  padding-top: 35px;
}
.is-enhanced .process-panel {
  padding: 0;
  margin: 0;
  border: 0;
  min-height: 264px;
}
.process-copy {
  padding-left: 9px;
}
.process-kicker {
  font: 11px monospace;
  letter-spacing: 0.08em;
  color: #74865c;
  margin-bottom: 17px;
}
.process-copy h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}
.process-copy > p:not(.process-kicker) {
  font-size: 17px;
  line-height: 1.85;
  color: #5d6a50;
  max-width: 350px;
  margin-bottom: 24px;
}
.process-copy-rule {
  display: block;
  width: 44px;
  height: 3px;
  border-radius: 3px;
  background: #c8e013;
}
.process-screen {
  min-width: 0;
  min-height: 264px;
  padding: 23px 26px;
  border: 1px solid #35472a;
  border-radius: 11px;
  background: radial-gradient(ellipse at 85% 0, #354d214d, transparent 68%), #10160e;
  color: #e2ebd6;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 20px #1c260b10;
}
.screen-topline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font: 10px monospace;
  letter-spacing: 0.035em;
  color: #a6b897;
  align-items: center;
}
.screen-example {
  font-size: 9px;
  padding: 3px 5px;
  border: 1px solid #5a704336;
  border-radius: 3px;
  color: #9eaf8d;
}
.screen-content {
  max-width: 430px;
  margin: 27px auto 0;
}
.demo-incoming {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.demo-source {
  padding: 12px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border: 1px solid #5c754745;
  background: #22321b;
  border-radius: 5px;
  font-size: 12px;
}
.demo-source > span {
  color: #cee89c;
  font-size: 17px;
}
.demo-connector {
  display: flex;
  justify-content: space-around;
  height: 34px;
}
.demo-connector > i {
  display: block;
  position: relative;
  width: 1px;
  height: 100%;
  background: #a7cd743a;
  overflow: hidden;
}
.demo-connector > i:after {
  content: "";
  display: block;
  background: #d4ee80;
  width: 1px;
  height: 12px;
  transform: translateY(5px);
}
.demo-inbox {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #2e3b20;
  border: 1px solid #8ba45b;
  border-radius: 5px;
  padding: 13px 16px;
  color: #e2edc7;
  font-size: 12px;
}
.demo-inbox > span:last-child {
  margin-left: auto;
  color: #d3eb90;
}
.demo-light {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c8e013;
  box-shadow: 0 0 12px #c8e01588;
  flex: none;
}
.demo-message {
  font-size: 15px;
  color: #dce7cd;
  padding: 12px 14px;
  border-left: 2px solid #c5dd79;
  background: #26371b;
}
.demo-extract {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 8px;
  margin-top: 16px;
}
.demo-extract > div {
  border: 1px solid #647d3f66;
  border-radius: 5px;
  background: #1f2b17;
  padding: 11px 12px;
}
.demo-extract span {
  display: block;
  font: 9px monospace;
  letter-spacing: 0.04em;
  color: #a3b88c;
  margin-bottom: 6px;
}
.demo-extract strong {
  font-size: 14px;
  font-weight: 400;
  color: #e2f0ce;
}
.demo-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #9eb38a;
  margin-top: 16px;
}
.demo-checklist {
  display: grid;
  gap: 10px;
}
.demo-checklist > div {
  display: flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid #637c3c3b;
  padding: 8px 0 13px;
  font-size: 12px;
  color: #d6e5c6;
}
.check-symbol {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid #96b8615c;
  background: #91b85013;
  border-radius: 50%;
  color: #c4e286;
}
.demo-checklist > div > span:last-child {
  margin-left: auto;
  font: 10px monospace;
  color: #7c9466;
}
.demo-checklist .needs-review {
  border: 1px solid #adbe7859;
  background: #aabd6f0b;
  padding: 10px 12px;
  border-radius: 5px;
  color: #d8e6ba;
}
.needs-review .check-symbol {
  background: none;
  border: 0;
  font-size: 16px;
}
.demo-order-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  padding-bottom: 16px;
  border-bottom: 1px solid #667d423f;
}
.demo-order-head > span:last-child {
  margin-left: auto;
  color: #cae791;
  font: 10px monospace;
}
.demo-order-labels,
.demo-order-row {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.7fr;
  gap: 10px;
  padding-top: 10px;
  font-size: 12px;
}
.demo-order-labels {
  font-size: 10px;
  color: #93a57c;
}
.demo-order-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #667d423f;
  margin-top: 15px;
  padding-top: 12px;
  font-size: 10px;
  color: #b1c790;
}
.demo-order-foot > span {
  color: #d7ed93;
}
.process-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #e3e9db;
  padding-top: 15px;
  margin-top: 24px;
}
.process-counter {
  font: 11px monospace;
  color: #7a8c62;
  letter-spacing: 0.1em;
}
.process-next {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  color: #435d23;
  background: transparent;
  border: 0;
  border-radius: 4px;
  min-height: 44px;
  padding: 8px 4px;
}
.process-next:hover {
  color: #101f04;
}
.process-next svg {
  transition: translate 250ms;
}
.process-next:hover svg {
  translate: 4px 0;
}
.feature-list {
  gap: 14px 26px;
  padding-top: 25px;
}
.feature-item {
  border-radius: 8px;
  padding: 16px 10px;
  transition: background 250ms;
}
.feature-item > svg {
  width: 40px;
  height: 40px;
  padding: 9px;
  margin: 0;
  background: #e8eddf;
  border: 1px solid #d9e2cb;
  border-radius: 9px;
  transition:
    background 250ms,
    transform 250ms;
}
.feature-item h3 {
  margin-top: 1px;
}
.feature-item p {
  line-height: 1.8;
}
.feature-note {
  margin-top: 23px;
}
.case-card,
.price-card {
  transition:
    box-shadow 300ms,
    border-color 300ms,
    translate 300ms;
}
.contact-form-panel {
  transition:
    border-color 300ms,
    box-shadow 300ms;
}
.contact-form-panel:focus-within {
  border-color: #819848;
  box-shadow: 0 0 34px #c8e0130a;
}
@media (hover: hover) and (pointer: fine) {
  .problem-card:hover {
    translate: 0 -5px;
    border-color: #acc183;
    box-shadow: 0 15px 40px #50682316;
  }
  .problem-card:hover .note-email {
    translate: -3px -3px;
    rotate: -12deg;
  }
  .problem-card:hover .note-excel {
    translate: 0 -6px;
  }
  .problem-card:hover .note-photo {
    translate: 3px -3px;
    rotate: 14deg;
  }
  .problem-card:hover .manual-loop {
    rotate: 45deg;
  }
  .feature-item:hover {
    background: #fff9;
  }
  .feature-item:hover > svg {
    background: #dde9bf;
    transform: translateY(-2px);
  }
  .case-card:hover,
  .price-card:hover {
    translate: 0 -3px;
    box-shadow: 0 12px 28px #33481812;
    border-color: #a9bd88;
  }
}
@keyframes enter-section {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes enter-detail {
  from {
    opacity: 0.25;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes deliver-signal {
  from {
    transform: translateY(-12px);
  }
  to {
    transform: translateY(34px);
  }
}
@keyframes cursor-entry {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0.2;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .is-revealed {
    animation: enter-section 650ms cubic-bezier(0.2, 0.65, 0.3, 1) both;
    animation-delay: var(--reveal-delay, 0ms);
  }
  .is-revealed .entry-cursor {
    animation: cursor-entry 900ms 3;
  }
  .has-entered .process-panel:not([hidden]) .demo-source,
  .has-entered .process-panel:not([hidden]) .demo-extract > div,
  .has-entered .process-panel:not([hidden]) .demo-checklist > div,
  .has-entered .process-panel:not([hidden]) .demo-order-row {
    animation: enter-detail 600ms both;
  }
  .has-entered .process-panel:not([hidden]) .demo-source:nth-child(2),
  .has-entered .process-panel:not([hidden]) .demo-extract > div:nth-child(2),
  .has-entered .process-panel:not([hidden]) .demo-checklist > div:nth-child(2),
  .has-entered .process-panel:not([hidden]) .demo-order-row:nth-child(4) {
    animation-delay: 160ms;
  }
  .has-entered .process-panel:not([hidden]) .demo-source:nth-child(3),
  .has-entered .process-panel:not([hidden]) .demo-extract > div:nth-child(3),
  .has-entered .process-panel:not([hidden]) .demo-checklist > div:nth-child(3) {
    animation-delay: 320ms;
  }
  .has-entered .demo-connector > i:after {
    animation: deliver-signal 1100ms 3;
  }
  .has-entered .demo-connector > i:nth-child(2):after {
    animation-delay: 170ms;
  }
  .has-entered .demo-connector > i:nth-child(3):after {
    animation-delay: 340ms;
  }
}
@media (max-width: 1050px) {
  .problem-grid {
    gap: 16px;
  }
  .problem-copy {
    padding: 22px 21px;
  }
  .problem-copy h3 {
    font-size: 21px;
  }
  .problem-card .solution {
    padding: 21px;
  }
  .process-explorer {
    padding: 23px;
  }
  .process-panel {
    gap: 28px;
  }
  .process-tab {
    padding: 12px 10px;
    gap: 8px;
  }
  .process-tab > svg {
    display: none;
  }
  .process-screen {
    padding: 22px 20px;
  }
  .channel-note {
    width: 80px;
    padding: 10px;
  }
  .note-excel {
    left: calc(50% - 40px);
  }
  .visual-topline {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .problem-section .section-head {
    margin-bottom: 29px;
  }
  .problem-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .problem-visual {
    height: 152px;
    padding: 16px 22px;
  }
  .visual-topline {
    font-size: 10px;
  }
  .channel-notes {
    max-width: 245px;
  }
  .channel-note {
    width: 88px;
    padding: 11px;
  }
  .note-excel {
    left: calc(50% - 44px);
  }
  .manual-fields {
    margin-top: 20px;
  }
  .problem-copy {
    padding: 24px;
  }
  .problem-copy h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .problem-copy > p {
    font-size: 16px;
    line-height: 1.8;
    max-width: none;
  }
  .problem-card .solution {
    padding: 21px 24px 24px;
  }
  .problem-card .solution p {
    font-size: 16px;
    line-height: 1.75;
    max-width: none;
  }
  .problem-section .section-link {
    font-size: 13px;
    line-height: 1.6;
    border-radius: 9px;
    padding: 12px 15px;
    gap: 14px;
  }
  .section-link > svg {
    flex: none;
  }
  .process-explorer {
    margin: 31px 0 31px;
    padding: 19px 17px;
    border-radius: 13px;
  }
  .process-instruction {
    display: block;
    margin-bottom: 17px;
    line-height: 1.8;
  }
  .process-instruction > span {
    display: block;
  }
  .process-tabs {
    gap: 8px;
    margin-bottom: 25px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-tab {
    min-height: 50px;
    gap: 10px;
    padding: 12px;
    font-size: 13px;
  }
  .process-panel {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .is-enhanced .process-panel {
    min-height: 0;
  }
  .process-copy {
    padding-left: 2px;
    min-height: 179px;
  }
  .process-kicker {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .process-copy h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .process-copy > p:not(.process-kicker) {
    font-size: 16px;
    line-height: 1.8;
    max-width: none;
    margin-bottom: 16px;
  }
  .process-copy-rule {
    width: 32px;
    height: 2px;
  }
  .process-screen {
    min-height: 240px;
    padding: 18px 16px;
  }
  .screen-topline {
    font-size: 9px;
    gap: 6px;
  }
  .screen-example {
    font-size: 8px;
  }
  .screen-content {
    margin-top: 27px;
  }
  .demo-incoming {
    gap: 7px;
  }
  .demo-source {
    gap: 5px;
    padding: 10px 5px;
    font-size: 11px;
  }
  .demo-inbox {
    font-size: 11px;
    padding: 12px 10px;
    gap: 8px;
  }
  .demo-message {
    font-size: 13px;
  }
  .demo-extract {
    gap: 6px;
  }
  .demo-extract > div {
    padding: 10px 8px;
  }
  .demo-extract strong {
    font-size: 12px;
  }
  .demo-extract span {
    font-size: 8px;
  }
  .demo-checklist > div {
    font-size: 11px;
  }
  .demo-order-head {
    font-size: 10px;
  }
  .demo-order-foot {
    font-size: 9px;
  }
  .process-toolbar {
    margin-top: 18px;
    padding-top: 10px;
  }
  .feature-list {
    gap: 3px;
    padding-top: 20px;
  }
  .feature-item {
    padding: 15px 3px;
    gap: 15px;
  }
  .feature-item p {
    font-size: 14px;
  }
  .feature-item h3 {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .problem-copy {
    padding: 21px;
  }
  .problem-card .solution {
    padding: 20px 21px;
  }
  .problem-copy h3 {
    font-size: 23px;
  }
  .process-explorer {
    padding: 17px 12px;
  }
  .process-tab {
    font-size: 12px;
    padding: 10px;
    gap: 7px;
  }
  .process-copy {
    min-height: 203px;
  }
  .process-screen {
    padding: 17px 12px;
    min-height: 245px;
  }
  .screen-topline {
    font-size: 8px;
  }
  .screen-example {
    font-size: 7px;
  }
  .demo-checklist > div {
    font-size: 10px;
    gap: 6px;
  }
  .demo-checklist .needs-review {
    padding: 10px 7px;
  }
  .demo-inbox {
    font-size: 10px;
    gap: 7px;
  }
  .demo-order-head {
    font-size: 9px;
    gap: 6px;
  }
  .demo-order-head > span:last-child {
    font-size: 9px;
  }
  .demo-order-foot {
    font-size: 8px;
  }
  .demo-extract > div {
    padding: 10px 6px;
  }
  .demo-extract strong {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .problem-card:hover,
  .case-card:hover,
  .price-card:hover {
    translate: none;
  }
  .process-next:hover svg {
    translate: none;
  }
  .is-revealed {
    opacity: 1;
    transform: none;
  }
}

/* Keep exception handling and the ERP boundary visible outside the process tabs. */
.process-assurances {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin: 0 0 42px;
}
.process-assurance {
  min-width: 0;
  padding: 2px 0 2px 22px;
  border-left: 2px solid #aec673;
}
.process-assurance .assurance-kicker {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #667c42;
  margin: 0 0 15px;
}
.process-assurance h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.035em;
  margin-bottom: 17px;
  max-width: 410px;
}
.process-assurance > p:not(.assurance-kicker) {
  font-size: 16px;
  line-height: 1.8;
  color: #5b674d;
  margin: 0 0 14px;
}
.process-assurance > p:last-child {
  margin-bottom: 0;
}
.process-assurance .erp-examples {
  color: #40552a;
}
.demo-checklist .flagged-check {
  color: #e0eaa5;
  border-color: #b5c77570;
}
.flagged-check .check-symbol {
  border-color: #c8df6b99;
  background: #bace4814;
  color: #e2ef93;
}
@media (max-width: 767px) {
  .process-assurances {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
  .process-assurance {
    padding-left: 18px;
  }
  .process-assurance h3 {
    font-size: 23px;
  }
  .process-assurance .assurance-kicker {
    font-size: 12px;
    letter-spacing: 0.035em;
  }
  .process-assurance > p:not(.assurance-kicker) {
    font-size: 16px;
  }
}

/* Secties 03 en 04: dezelfde obsidiaan- en groentinten als het orderproces. */
.section-head--spotlight {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 42px;
  gap: 56px;
  border: 1px solid #344329;
  border-radius: 16px;
  background: radial-gradient(ellipse at 100% 0, #63812640, transparent 65%), #10160e;
  box-shadow: 0 16px 42px #2639160a;
}
.section-head--spotlight::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 42px 0;
  height: 2px;
  background: linear-gradient(90deg, #c8e013, #c8e01315 65%, transparent);
}
.section-head--spotlight .eyebrow {
  color: #c4da8b;
  font-size: 12px;
  letter-spacing: 0.09em;
}
.section-head--spotlight h2 {
  color: #f0f5e8;
}
.section-head--spotlight > p {
  color: #bcc8ad;
  border-left: 1px solid #637c3f80;
  padding-left: 24px;
}
#use-cases .case-card {
  border-radius: 14px;
  background: linear-gradient(155deg, #fff, #f4f7ed);
}
#use-cases .case-icon {
  background: radial-gradient(ellipse at 100% 0, #4e682c80, transparent 85%), #182212;
  border-color: #405632;
  box-shadow: 0 6px 20px #33481810;
  transition:
    transform 300ms,
    box-shadow 300ms;
}
#use-cases .case-icon svg {
  stroke: #d1e79c;
}
#pricing .price-card {
  border-radius: 14px;
  box-shadow: 0 8px 26px #33481805;
}
#pricing .price-card.featured {
  background: linear-gradient(155deg, #f5fadf, #fff 65%);
  border-radius: 0 0 14px 14px;
}
#pricing .plan-ribbon {
  border-radius: 10px 10px 0 0;
  font-size: 12px;
}
.plan-volume {
  padding: 14px 16px;
  margin: 0 0 23px;
  background: #edf3e0;
  border: 1px solid #d5dfc3;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #314423;
}
.plan-volume > span {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #63734c;
}
.field {
  min-width: 0;
}
.field select {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid #758062;
  border-radius: 4px;
  padding: 11px 36px 11px 12px;
  font: inherit;
  font-size: 16px;
  color: #f0f4e9;
  color-scheme: dark;
  appearance: none;
  background-color: #0f130c;
  background-image:
    linear-gradient(45deg, transparent 50%, #c5d4ac 50%),
    linear-gradient(135deg, #c5d4ac 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 15px) 50%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.field select:focus-visible {
  outline: 3px solid #c8e013;
  outline-offset: 3px;
}

/* Aangepaste keuzemenu's; de oorspronkelijke select-opties blijven in de HTML. */
.select-control {
  position: relative;
  min-width: 0;
}
.select-control.is-open {
  z-index: 5;
}
.select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid #64724f;
  border-radius: 9px;
  background: linear-gradient(120deg, #1e2717, #12180e);
  color: #b9c4a9;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  transition:
    border-color 200ms,
    box-shadow 200ms,
    background 200ms;
}
.select-trigger.has-value {
  color: #eef4e3;
}
.select-trigger:hover:not(:disabled) {
  border-color: #9bad77;
  background: linear-gradient(120deg, #26321d, #171f12);
}
.select-trigger[aria-expanded="true"],
.select-trigger:focus-visible {
  border-color: #c8e013;
  box-shadow: 0 0 0 3px #c8e01312;
  outline: 2px solid #c8e013;
  outline-offset: 3px;
}
.select-value {
  min-width: 0;
  overflow-wrap: anywhere;
}
.select-chevron {
  position: relative;
  flex: none;
  width: 28px;
  height: 28px;
  border: 1px solid #5e70443d;
  border-radius: 6px;
  background: #97b5550d;
}
.select-chevron::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #c8dd9d;
  border-bottom: 1.5px solid #c8dd9d;
  transform: rotate(45deg);
  transition: transform 200ms;
}
.select-trigger[aria-expanded="true"] .select-chevron::after {
  transform: translateY(4px) rotate(225deg);
}
.select-listbox {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 6px;
  border: 1px solid #637a44;
  border-radius: 11px;
  background: #182113;
  color: #e0e9d4;
  box-shadow:
    0 18px 40px #0006,
    0 0 24px #8da4470b;
  scrollbar-width: thin;
  scrollbar-color: #647c43 #182113;
}
.select-control[data-side="above"] .select-listbox {
  top: auto;
  bottom: calc(100% + 10px);
}
.select-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;
}
.select-option--placeholder {
  color: #a2b18f;
}
.select-option--separated {
  margin-top: 6px;
  border-top-color: #52643a;
}
.select-option:hover,
.select-option.is-active {
  background: #2b391e;
  border-color: #6c844547;
}
.select-option[aria-selected="true"] {
  color: #dfedb8;
  background: #91ac3526;
}
.select-check {
  visibility: hidden;
  flex: none;
  color: #d5e878;
}
.select-option[aria-selected="true"] .select-check {
  visibility: visible;
}
.select-trigger:disabled {
  opacity: 0.5;
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  #use-cases .case-card:hover .case-icon {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px #65863b35;
  }
}
@media (max-width: 767px) {
  .section-head--spotlight {
    padding: 28px 24px;
    gap: 24px;
    border-radius: 13px;
  }
  .section-head--spotlight .eyebrow {
    letter-spacing: 0.025em;
    line-height: 1.8;
  }
  .section-head--spotlight > p {
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid #637c3f60;
  }
  .section-head--spotlight::after {
    inset-inline: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #use-cases .case-card:hover .case-icon {
    transform: none;
  }
}

/* Taalkeuze: compacte, handmatige navigatie op alle schermgroottes. */
.header-inner {
  gap: 20px;
}
.navigation a,
.header-cta {
  white-space: nowrap;
}
.language-switcher {
  position: relative;
  flex: none;
  color: #e6ebdc;
  font-size: 12px;
}
.language-switcher summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 54px;
  min-height: 44px;
  padding: 8px;
  list-style: none;
  border: 1px solid #ffffff22;
  border-radius: 7px;
  background: #ffffff04;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.language-switcher summary::-webkit-details-marker {
  display: none;
}
.language-switcher[open] summary,
.language-switcher summary:hover {
  color: #d9ec8c;
  border-color: #c8e01355;
  background: #c8e0130d;
}
.language-chevron {
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.language-options {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 25;
  width: 172px;
  padding: 6px;
  border: 1px solid #ffffff22;
  border-radius: 10px;
  background: #141a12;
  box-shadow: 0 16px 40px #0006;
}
.language-options a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
}
.language-options a span {
  width: 22px;
  color: #a6ae9b;
  font-size: 10px;
  font-weight: 600;
}
.language-options a:hover,
.language-options a[aria-current="page"] {
  color: #e3f1b2;
  background: #c8e01312;
}
.language-options a[aria-current="page"] span {
  color: #c8e013;
}
/* Allow longer translated words to fit existing cards without clipping. */
.hero-copy,
.section-head > *,
.problem-card,
.case-card,
.price-card,
.contact-copy {
  min-width: 0;
  overflow-wrap: break-word;
}
@media (max-width: 1279px) {
  .language-switcher {
    margin-left: auto;
  }
  .header-cta {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header-inner {
    gap: 8px;
  }
  .language-switcher summary {
    min-width: 48px;
  }
  .language-options {
    left: 0;
    right: auto;
  }
  .header-cta {
    padding-inline: 10px;
    gap: 6px;
  }
  .header-cta svg {
    display: none;
  }
  .menu-toggle {
    flex: none;
  }
}
@media (max-width: 380px) {
  .header-inner {
    gap: 6px;
  }
  .header-inner .brand {
    width: 32px;
  }
  .header-cta {
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    padding-inline: 8px;
  }
}
