/* Fiscely Studio v3 - zelfstandige publieke designlaag */

@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/spline-sans-mono.woff2") format("woff2");
}

:root {
  --fx-bg: #f7f8f4;
  --fx-paper: #ffffff;
  --fx-soft: #eef5f1;
  --fx-warm: #f3efe7;
  --fx-ink: #111713;
  --fx-copy: #4f645a;
  --fx-muted: #738179;
  --fx-line: #dbe4de;
  --fx-line-strong: #c9d8cf;
  --fx-green: #087a58;
  --fx-green-dark: #07543e;
  --fx-green-deep: #073c2e;
  --fx-black: #101713;
  --fx-mint: #dff3ea;
  --fx-shadow: 0 18px 48px rgba(16, 23, 19, .10);
  --fx-shadow-soft: 0 8px 24px rgba(16, 23, 19, .07);
  --fx-container: 1240px;
  --fx-radius: 18px;
  --fx-radius-lg: 28px;
}

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

body.marketing-page {
  margin: 0;
  overflow-x: clip;
  color: var(--fx-ink);
  background: var(--fx-bg);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.marketing-page *,
.marketing-page *::before,
.marketing-page *::after {
  box-sizing: border-box;
}

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

.marketing-page a {
  color: inherit;
}

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

.marketing-page h1,
.marketing-page h2,
.marketing-page h3,
.marketing-page h4,
.marketing-page p {
  margin-top: 0;
}

.marketing-page h1,
.marketing-page h2,
.marketing-page h3 {
  color: var(--fx-ink);
  font-family: "Manrope", "Inter", sans-serif;
  letter-spacing: 0;
}

.marketing-page h1,
.marketing-page h2 {
  text-wrap: balance;
}

.marketing-page p {
  color: var(--fx-copy);
  line-height: 1.72;
}

.marketing-page em {
  color: var(--fx-green);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

.marketing-page .button {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--fx-green);
  border-radius: 9px;
  background: var(--fx-green);
  color: #fff;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.marketing-page .button:hover {
  border-color: var(--fx-green-dark);
  background: var(--fx-green-dark);
  transform: translateY(-2px);
}

.marketing-page .button.secondary {
  border-color: var(--fx-line-strong);
  background: #fff;
  color: var(--fx-ink);
}

.marketing-page .button.secondary:hover {
  border-color: var(--fx-ink);
  background: #fff;
}

.fx-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--fx-ink);
  font-weight: 700;
  text-decoration: none;
}

.fx-text-link span {
  color: var(--fx-green);
  font-size: 1.15em;
  transition: transform .2s ease;
}

.fx-text-link:hover span {
  transform: translateX(4px);
}

.fx-kicker,
.marketing-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--fx-green-dark);
  font-family: "Spline Sans Mono", ui-monospace, monospace;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fx-kicker > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fx-green);
}

.fx-kicker.light,
.fx-section-head .fx-kicker.light {
  color: #bde9d9;
}

.fx-kicker.light > span {
  background: #bde9d9;
}

/* Header */
.marketing-page .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(16, 37, 28, .09);
  border-radius: 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 30px rgba(16, 37, 28, .04);
  display: block;
  backdrop-filter: blur(18px);
}

.marketing-page .header-utility {
  display: none;
  min-height: 34px;
  background: var(--fx-black);
  color: rgba(255, 255, 255, .86);
}

.marketing-page .header-utility-inner {
  width: min(calc(100% - 48px), var(--fx-container));
  min-height: 34px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: .72rem;
}

.marketing-page .header-context {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.marketing-page .header-context::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8ed9bf;
  content: "";
}

.marketing-page .header-utility-links {
  display: flex;
  gap: 24px;
}

.marketing-page .header-utility a {
  color: rgba(255, 255, 255, .86);
  font-weight: 600;
  text-decoration: none;
}

.marketing-page .header-utility a:hover {
  color: #fff;
}

.marketing-page .header-main {
  width: min(calc(100% - 48px), var(--fx-container));
  min-height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr) 154px;
  align-items: center;
  gap: 28px;
}

.marketing-page .brand {
  width: 132px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.marketing-page .brand-mark,
.marketing-page .brand-logo-mark {
  width: 132px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  background: transparent;
}

.marketing-page .brand img {
  width: 126px;
  height: 66px;
  object-fit: contain;
}

.marketing-page .nav {
  min-width: 0;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.marketing-page .nav > a,
.marketing-page .nav-menu-trigger,
.marketing-page .nav-button {
  min-height: 42px;
  padding: 0 15px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  color: #5c6c64;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font: 600 .91rem/1 "Inter", sans-serif;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.marketing-page .nav > a {
  position: relative;
}

.marketing-page .nav > a::after {
  position: absolute;
  right: 14px;
  bottom: 5px;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--fx-green);
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .18s ease, transform .18s ease;
}

.marketing-page .nav > a:hover,
.marketing-page .nav > a.active,
.marketing-page .nav-menu-group.active > .nav-menu-trigger,
.marketing-page .nav-menu-group.is-open > .nav-menu-trigger,
.marketing-page .nav-menu-trigger:hover {
  background: transparent;
  color: var(--fx-ink);
}

.marketing-page .nav > a:hover::after,
.marketing-page .nav > a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.marketing-page .nav-menu-group {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.marketing-page .nav-menu-chevron {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.marketing-page .nav-menu-group.is-open .nav-menu-chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

.marketing-page .nav-dropdown {
  position: fixed;
  top: 116px;
  left: 50%;
  width: min(760px, calc(100vw - 48px));
  padding: 18px;
  border: 1px solid var(--fx-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .99);
  box-shadow: 0 24px 70px rgba(17, 39, 30, .16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.marketing-page .nav-menu-group.is-open .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@media (min-width: 1024px) {
  .marketing-page .nav-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -42px;
    height: 42px;
  }

  .marketing-page .site-header.is-scrolled .nav-dropdown {
    top: 82px;
  }
}

.marketing-page .nav-dropdown-compact {
  left: auto;
  right: max(24px, calc((100vw - var(--fx-container)) / 2));
  width: 420px;
  transform: translateY(8px);
}

.marketing-page .nav-menu-group.is-open .nav-dropdown-compact {
  transform: translateY(0);
}

.marketing-page .nav-dropdown-xlarge {
  width: min(950px, calc(100vw - 48px));
}

.marketing-page .nav-dropdown-intro {
  padding: 8px 10px 18px;
  border-bottom: 1px solid var(--fx-line);
}

.marketing-page .nav-dropdown-intro > span {
  color: var(--fx-green);
  font-family: "Spline Sans Mono", monospace;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.marketing-page .nav-dropdown-intro > strong {
  margin-top: 6px;
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
}

.marketing-page .nav-dropdown-intro p {
  max-width: 650px;
  margin: 6px 0 0;
  font-size: .83rem;
  line-height: 1.55;
}

.marketing-page .nav-dropdown-links {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.marketing-page .nav-dropdown-xlarge .nav-dropdown-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketing-page .nav-dropdown-compact .nav-dropdown-links {
  grid-template-columns: 1fr;
}

.marketing-page .nav-menu-link {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--fx-line);
  border-radius: 10px;
  background: #f8faf8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.marketing-page .nav-menu-link:hover {
  border-color: #bcd8cc;
  background: var(--fx-soft);
}

.marketing-page .nav-menu-copy {
  min-width: 0;
  display: block;
}

.marketing-page .nav-menu-copy strong,
.marketing-page .nav-menu-copy span {
  display: block;
}

.marketing-page .nav-menu-copy strong {
  color: var(--fx-ink);
  font-size: .84rem;
}

.marketing-page .nav-menu-copy span {
  margin-top: 4px;
  color: var(--fx-muted);
  font-size: .72rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.marketing-page .nav-menu-arrow {
  color: var(--fx-green);
}

.marketing-page .nav-dropdown-footer {
  margin-top: 8px;
  padding: 13px 10px 2px;
  border-top: 1px solid var(--fx-line);
  display: flex;
  justify-content: space-between;
  color: var(--fx-green-dark);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.marketing-page .header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.marketing-page .header-cta {
  min-height: 46px;
  padding-inline: 22px;
}

.marketing-page .nav-toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--fx-line);
  border-radius: 9px;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.marketing-page .nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--fx-ink);
}

/* Homepage */
.fx-hero {
  position: relative;
  padding: 60px 0 56px;
  border-bottom: 1px solid var(--fx-line);
  background: #f0f6f3;
}

.fx-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(560px, 1.05fr);
  align-items: center;
  gap: 56px;
}

.fx-hero-copy h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 3.6vw, 3.6rem);
  font-weight: 700;
  line-height: .98;
}

.fx-hero-copy h1 em {
  display: block;
  margin-top: 8px;
  font-size: 1.02em;
  line-height: 1;
}

.fx-lead {
  max-width: 630px;
  margin-bottom: 16px;
  color: #2f4c3e;
  font-size: 1.05rem;
  line-height: 1.7;
}

.fx-hero-detail {
  max-width: 600px;
  margin-bottom: 30px;
  font-size: .96rem;
}

.fx-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.fx-hero-trust {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
}

.fx-hero-trust li {
  color: #536b60;
  font-size: .76rem;
}

.fx-hero-trust li::before {
  margin-right: 8px;
  color: var(--fx-green);
  content: "\2713";
  font-weight: 800;
}

.fx-hero-visual {
  position: relative;
  padding: 28px 0 42px;
}

.fx-hero-visual::before {
  position: absolute;
  inset: 4% 4% 2% 10%;
  border-radius: 22px;
  background: #d9ebe4;
  content: "";
}

.fx-report-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #ccd9d2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(28, 58, 45, .17);
}

.fx-window-bar {
  min-height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid var(--fx-line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--fx-muted);
  font-size: .72rem;
}

.fx-window-dots {
  display: flex;
  gap: 5px;
}

.fx-window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c6d6cf;
}

.fx-status {
  justify-self: end;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eaf6f0;
  color: var(--fx-green-dark);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .68rem;
  font-weight: 700;
  white-space: nowrap;
}

.fx-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fx-green);
}

.fx-window-content {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 440px;
}

.fx-window-nav {
  padding: 22px 12px;
  border-right: 1px solid var(--fx-line);
  background: #fbfcfb;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fx-window-nav strong {
  padding: 0 10px 10px;
  font-size: .75rem;
}

.fx-window-nav span {
  padding: 10px;
  border-radius: 7px;
  color: #687a71;
  font-size: .68rem;
}

.fx-window-nav span.active {
  background: var(--fx-mint);
  color: var(--fx-green-dark);
  font-weight: 700;
}

.fx-window-report {
  padding: 34px 30px 28px;
}

.fx-report-meta {
  color: var(--fx-green);
  font-family: "Spline Sans Mono", monospace;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.fx-window-report h2 {
  max-width: 470px;
  margin: 12px 0 20px;
  font-size: 1.55rem;
  line-height: 1.22;
}

.fx-answer-highlight,
.fx-demo-highlight {
  padding: 18px;
  border: 1px solid #bcd9cc;
  border-radius: 11px;
  background: #edf8f3;
}

.fx-answer-highlight span,
.fx-report-bottom span,
.fx-demo-highlight span,
.fx-booking span,
.fx-demo-side span {
  display: block;
  color: var(--fx-ink);
  font-size: .72rem;
  font-weight: 800;
}

.fx-answer-highlight p,
.fx-report-bottom p {
  margin: 7px 0 0;
  font-size: .76rem;
  line-height: 1.55;
}

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

.fx-amount-row > div {
  padding: 13px;
  border: 1px solid var(--fx-line);
  border-radius: 9px;
}

.fx-amount-row span,
.fx-amount-row strong {
  display: block;
}

.fx-amount-row span {
  color: var(--fx-muted);
  font-size: .62rem;
}

.fx-amount-row strong {
  margin-top: 7px;
  font-size: .82rem;
}

.fx-report-bottom {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.fx-report-bottom > div {
  padding: 14px;
  border: 1px solid var(--fx-line);
  border-radius: 9px;
}

.fx-visual-note {
  position: absolute;
  z-index: 2;
  right: -20px;
  bottom: 0;
  width: 255px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 11px;
  background: var(--fx-black);
  box-shadow: var(--fx-shadow-soft);
  color: #fff;
}

.fx-visual-note strong,
.fx-visual-note span {
  display: block;
}

.fx-visual-note strong {
  font-size: .78rem;
}

.fx-visual-note span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .68);
  font-size: .66rem;
}

.fx-scroll-cue {
  position: absolute;
  left: max(24px, calc((100vw - var(--fx-container)) / 2));
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--fx-muted);
  font-size: .67rem;
  font-weight: 600;
  text-decoration: none;
}

.fx-scroll-cue i {
  width: 34px;
  height: 1px;
  background: var(--fx-line-strong);
}

.fx-proof {
  border-bottom: 1px solid var(--fx-line);
  background: #fff;
}

.fx-proof-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  align-items: stretch;
}

.fx-proof-grid > * {
  margin: 0;
  padding: 28px 28px;
  border-right: 1px solid var(--fx-line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fx-proof-grid > *:first-child {
  padding-left: 0;
  color: var(--fx-green-dark);
  font-family: "Spline Sans Mono", monospace;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fx-proof-grid > *:last-child {
  padding-right: 0;
  border-right: 0;
}

.fx-proof strong,
.fx-proof span {
  display: block;
}

.fx-proof strong {
  font-size: .88rem;
}

.fx-proof span {
  margin-top: 6px;
  color: var(--fx-muted);
  font-size: .74rem;
  line-height: 1.5;
}

.fx-statement {
  padding: 92px 0;
  background: var(--fx-black);
}

.fx-statement-inner {
  display: grid;
  grid-template-columns: .55fr 1.5fr .8fr;
  gap: 44px;
  align-items: start;
}

.fx-section-index {
  color: #9acdb9;
  font-family: "Spline Sans Mono", monospace;
  font-size: .7rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.fx-statement h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 3.3vw, 3.3rem);
  line-height: 1.04;
}

.fx-statement h2 em {
  color: #a8d9c7;
}

.fx-statement p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .98rem;
}

.fx-audience,
.fx-topics,
.fx-quality,
.fx-questions,
.fx-faq,
.fx-contact {
  padding: 92px 0;
}

.fx-audience {
  background: #fff;
}

.fx-audience-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 88px;
}

.fx-audience-copy h2,
.fx-office-copy h2,
.fx-human-copy h2,
.fx-topics-intro h2,
.fx-questions-intro h2,
.fx-faq-intro h2 {
  margin-bottom: 24px;
  font-size: clamp(1.9rem, 2.6vw, 2.7rem);
  line-height: 1.1;
}

.fx-audience-copy > p,
.fx-office-copy > p,
.fx-human-copy > p {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: 1rem;
}

.fx-outcomes {
  margin: 34px 0;
  border-top: 1px solid var(--fx-line);
}

.fx-outcomes > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--fx-line);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
}

.fx-outcomes span {
  color: var(--fx-green);
  font-family: "Spline Sans Mono", monospace;
  font-size: .68rem;
}

.fx-outcomes strong {
  font-size: .91rem;
  line-height: 1.5;
}

.fx-photo-block,
.fx-office-photo,
.fx-advisor {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.fx-photo-block {
  min-height: 470px;
  border-radius: var(--fx-radius-lg);
}

.fx-photo-block img,
.fx-office-photo img,
.fx-advisor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx-photo-block figcaption,
.fx-advisor figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 18px 20px;
  border-radius: 11px;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(10px);
}

.fx-photo-block figcaption strong,
.fx-photo-block figcaption span,
.fx-advisor figcaption strong,
.fx-advisor figcaption span {
  display: block;
}

.fx-photo-block figcaption strong,
.fx-advisor figcaption strong {
  font-size: .86rem;
}

.fx-photo-block figcaption span,
.fx-advisor figcaption span {
  margin-top: 4px;
  color: var(--fx-muted);
  font-size: .72rem;
}

.fx-product {
  padding: 92px 0 96px;
  background: var(--fx-black);
}

.fx-section-head {
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .6fr);
  gap: 56px;
  align-items: end;
}

.fx-section-head h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.06;
}

.fx-product .fx-section-head h2,
.fx-process .fx-section-head h2,
.fx-pricing-cta h2 {
  color: #fff;
}

.fx-product .fx-section-head h2 em,
.fx-process .fx-section-head h2 em {
  color: #a8d9c7;
}

.fx-product .fx-section-head p,
.fx-process .fx-section-head p {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .7);
}

.fx-report-demo {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 40px 90px rgba(0, 0, 0, .24);
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
}

.fx-demo-rail {
  padding: 28px 18px;
  border-right: 1px solid var(--fx-line);
  background: #f7faf8;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fx-demo-brand {
  margin-bottom: 22px;
  padding: 0 8px 18px;
  border-bottom: 1px solid var(--fx-line);
}

.fx-demo-brand img {
  width: 74px;
  height: 45px;
  object-fit: contain;
}

.fx-demo-brand span {
  margin-top: 8px;
  display: block;
  color: var(--fx-muted);
  font-size: .68rem;
}

.fx-demo-rail a {
  padding: 11px 12px;
  border-radius: 8px;
  color: #66776f;
  font-size: .74rem;
  text-decoration: none;
}

.fx-demo-rail a.active,
.fx-demo-rail a:hover {
  background: var(--fx-mint);
  color: var(--fx-green-dark);
  font-weight: 700;
}

.fx-demo-content {
  min-width: 0;
  padding: 40px 42px 44px;
}

.fx-demo-content > header {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--fx-line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 32px;
}

.fx-demo-content h3 {
  max-width: 790px;
  margin: 12px 0 0;
  font-size: 1.72rem;
  line-height: 1.28;
}

.fx-demo-grid {
  padding-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  gap: 24px;
}

.fx-demo-highlight {
  padding: 24px;
}

.fx-demo-highlight p,
.fx-booking p,
.fx-demo-side p {
  margin: 8px 0 0;
  font-size: .86rem;
  line-height: 1.65;
}

.fx-booking {
  margin-top: 16px;
  padding: 24px;
  border: 1px solid var(--fx-line);
  border-radius: 11px;
}

.fx-booking dl {
  margin: 20px 0 0;
}

.fx-booking dl > div {
  padding: 12px 0;
  border-top: 1px solid var(--fx-line);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: .78rem;
}

.fx-booking dt,
.fx-booking dd {
  margin: 0;
}

.fx-booking dd {
  color: var(--fx-ink);
  font-weight: 800;
  white-space: nowrap;
}

.fx-booking-note {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--fx-line);
  color: var(--fx-copy);
  font-size: .76rem;
  line-height: 1.6;
}

.fx-demo-sources {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.fx-demo-sources li {
  padding: 8px 0 8px 16px;
  border-top: 1px solid var(--fx-line);
  position: relative;
  color: var(--fx-copy);
  font-size: .78rem;
  line-height: 1.55;
}

.fx-demo-sources li:first-child {
  border-top: 0;
}

.fx-demo-sources li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fx-green);
}

.fx-demo-side {
  display: flex;
  flex-direction: column;
}

.fx-demo-side > div {
  flex: 1;
  padding: 20px;
  border: 1px solid var(--fx-line);
  border-bottom: 0;
}

.fx-demo-side > div:first-child {
  border-radius: 11px 11px 0 0;
}

.fx-demo-side > div:last-child {
  border-bottom: 1px solid var(--fx-line);
  border-radius: 0 0 11px 11px;
}

.fx-topics {
  background: #fff;
}

.fx-topics-grid,
.fx-questions-grid,
.fx-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .67fr) minmax(0, 1.33fr);
  gap: 100px;
  align-items: start;
}

.fx-topics-intro,
.fx-questions-intro,
.fx-faq-intro {
  position: sticky;
  top: 150px;
}

.fx-topics-intro p,
.fx-questions-intro p,
.fx-faq-intro p {
  margin-bottom: 28px;
}

.fx-knowledge-robot {
  width: min(280px, 82%);
  margin: 34px 0 0;
  pointer-events: none;
}

.fx-knowledge-robot img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 22px rgba(7, 60, 46, .12));
}

.fx-topic-list {
  border-top: 1px solid var(--fx-line-strong);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 42px;
}

.fx-topic-list article,
.fx-topic-list > a {
  min-height: 154px;
  padding: 24px 0;
  border-bottom: 1px solid var(--fx-line);
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  scroll-margin-top: 140px;
  color: inherit;
  text-decoration: none;
  transition: color .18s ease, padding .18s ease;
}

.fx-topic-list article > span,
.fx-topic-list > a > span {
  color: var(--fx-green);
  font-family: "Spline Sans Mono", monospace;
  font-size: .64rem;
}

.fx-topic-list > a:hover,
.fx-topic-list > a:focus-visible {
  color: var(--fx-green);
  padding-left: 8px;
}

.fx-topic-list h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.fx-topic-list p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.58;
}

.fx-process {
  padding: 90px 0;
  background: var(--fx-black);
}

.fx-process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.fx-process-list li {
  min-height: 200px;
  padding: 28px 28px 10px 0;
  border-right: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fx-process-list li + li {
  padding-left: 28px;
}

.fx-process-list li:last-child {
  border-right: 0;
}

.fx-process-list > li > span {
  margin-bottom: 44px;
  color: #8fceb6;
  font-family: "Spline Sans Mono", monospace;
  font-size: .75rem;
}

.fx-process-list h3 {
  margin-top: 0;
}

.fx-process-list h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.15rem;
}

.fx-process-list p {
  margin: 0;
  color: rgba(255, 255, 255, .67);
  font-size: .84rem;
  line-height: 1.65;
}

.fx-office {
  padding: 0;
  background: var(--fx-warm);
}

.fx-office-grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.fx-office-photo {
  min-height: 420px;
}

.fx-office-copy {
  padding: 56px max(48px, calc((100vw - var(--fx-container)) / 2)) 56px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fx-office-copy ul {
  margin: 0 0 34px;
  padding: 0;
  border-top: 1px solid #d7d1c5;
  list-style: none;
}

.fx-office-copy li {
  padding: 15px 0;
  border-bottom: 1px solid #d7d1c5;
  color: #3f574b;
  font-size: .88rem;
}

.fx-office-copy li::before {
  margin-right: 12px;
  color: var(--fx-green);
  content: "\2713";
  font-weight: 800;
}

.fx-human {
  padding: 92px 0;
  background: #fff;
}

.fx-human-grid {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: 90px;
  align-items: center;
}

.fx-advisor {
  height: 680px;
  border-radius: var(--fx-radius-lg);
}

.fx-human-route {
  padding: 24px 0;
  border-top: 1px solid var(--fx-line-strong);
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  scroll-margin-top: 140px;
}

.fx-human-route + .fx-human-route {
  border-bottom: 1px solid var(--fx-line-strong);
}

.fx-human-route > span {
  color: var(--fx-green-dark);
  font-family: "Spline Sans Mono", monospace;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fx-human-route h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.fx-human-route p {
  margin-bottom: 14px;
  font-size: .87rem;
}

.fx-human-route a {
  grid-column: 2;
  color: var(--fx-green-dark);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.fx-quality {
  background: var(--fx-soft);
}

.fx-quality .fx-section-head p {
  margin-bottom: 0;
}

.fx-quality-grid {
  border-top: 1px solid #d0dfd7;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fx-quality-grid > div {
  min-height: 195px;
  padding: 28px 26px 20px 0;
  border-right: 1px solid #d0dfd7;
}

.fx-quality-grid > div + div {
  padding-left: 26px;
}

.fx-quality-grid > div:last-child {
  border-right: 0;
}

.fx-quality-grid span {
  color: var(--fx-green);
  font-family: "Spline Sans Mono", monospace;
  font-size: .68rem;
}

.fx-quality-grid h3 {
  margin: 58px 0 12px;
  font-size: 1.05rem;
}

.fx-quality-grid p {
  margin: 0;
  font-size: .8rem;
  line-height: 1.6;
}

.fx-questions {
  background: #fff;
}

.fx-question-list {
  border-top: 1px solid var(--fx-line-strong);
}

.fx-question-list a {
  min-height: 126px;
  padding: 25px 0;
  border-bottom: 1px solid var(--fx-line);
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 24px;
  text-decoration: none;
}

.fx-question-list a > span {
  color: var(--fx-green-dark);
  font-family: "Spline Sans Mono", monospace;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fx-question-list p {
  margin: 0;
  color: var(--fx-ink);
  font-size: .91rem;
  line-height: 1.55;
}

.fx-question-list i {
  color: var(--fx-green);
  font-style: normal;
  transition: transform .2s ease;
}

.fx-question-list a:hover i {
  transform: translateX(5px);
}

.fx-pricing-cta {
  padding: 84px 0;
  background: var(--fx-black);
}

.fx-pricing-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .65fr);
  gap: 90px;
  align-items: end;
}

.fx-pricing-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.95rem, 2.8vw, 2.8rem);
  line-height: 1.08;
}

.fx-pricing-cta p {
  color: rgba(255, 255, 255, .72);
}

.light-button {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--fx-green-deep) !important;
}

.marketing-page .fx-text-link.light-link,
.marketing-page .light-link {
  color: #fff;
}

.marketing-page .fx-text-link.light-link span,
.marketing-page .light-link span {
  color: #bde9d9;
}

.fx-faq {
  background: var(--fx-bg);
}

.fx-faq-list {
  border-top: 1px solid var(--fx-line-strong);
}

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

.fx-faq-list summary {
  padding: 22px 42px 22px 0;
  color: var(--fx-ink);
  font-family: "Manrope", sans-serif;
  font-size: .98rem;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  position: relative;
}

.fx-faq-list summary::-webkit-details-marker {
  display: none;
}

.fx-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--fx-line-strong);
  border-radius: 50%;
  display: grid;
  place-items: center;
  content: "+";
  transform: translateY(-50%);
}

.fx-faq-list details[open] summary::after {
  content: "\2212";
}

.fx-faq-list details p {
  max-width: 720px;
  margin: -4px 0 24px;
  font-size: .86rem;
}

.fx-contact {
  padding-top: 20px;
  background: var(--fx-bg);
}

.fx-contact-inner {
  padding: 64px;
  border: 1px solid var(--fx-line-strong);
  border-radius: var(--fx-radius-lg);
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr);
  gap: 80px;
  align-items: end;
}

.fx-contact h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.1;
}

.fx-contact-inner > div:last-child > span {
  margin-top: 14px;
  display: block;
  color: var(--fx-muted);
  font-size: .72rem;
}

/* Footer */
.marketing-page .site-footer {
  margin-top: 0;
  padding: 64px 0 0;
  border-radius: 0;
  background: var(--fx-black);
  color: #fff;
}

.marketing-page .footer-conversion {
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .65fr);
  gap: 56px;
  align-items: end;
}

.marketing-page .footer-eyebrow {
  color: #98d4bd;
  font-family: "Spline Sans Mono", monospace;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.marketing-page .footer-conversion h2 {
  max-width: 760px;
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  line-height: 1.08;
}

.marketing-page .footer-conversion p {
  color: rgba(255, 255, 255, .66);
}

.marketing-page .footer-conversion-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.marketing-page .footer-primary {
  border-color: #fff;
  background: #fff;
  color: var(--fx-green-deep);
}

.marketing-page .footer-secondary {
  border-color: rgba(255, 255, 255, .32);
  background: transparent;
  color: #fff;
}

.marketing-page .footer-grid {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 48px;
}

.marketing-page .footer-brand .footer-logo {
  width: 150px;
  height: 90px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.marketing-page .footer-brand p {
  max-width: 300px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .63);
  font-size: .82rem;
}

.marketing-page .footer-grid h3 {
  margin-bottom: 18px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: .76rem;
}

.marketing-page .footer-grid a {
  margin: 9px 0;
  color: rgba(255, 255, 255, .66);
  display: block;
  font-size: .76rem;
  text-decoration: none;
}

.marketing-page .footer-grid a:hover {
  color: #fff;
}

.marketing-page .footer-socials,
.marketing-page .footer-contact {
  margin-top: 18px;
}

.marketing-page .footer-socials {
  display: flex;
  gap: 10px;
}

.marketing-page .footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  font-size: .72rem;
  font-weight: 600;
}

.marketing-page .footer-socials a:hover {
  border-color: rgba(255, 255, 255, .6);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  transform: none;
}

.marketing-page .footer-bottom {
  margin-top: 0;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255, 255, 255, .47);
  font-size: .66rem;
}

.marketing-page .footer-bottom p {
  max-width: 720px;
  margin: 0;
  color: inherit;
  line-height: 1.55;
}

/* Pricing */
.pricing-page main.container {
  padding-bottom: 110px;
}

.pricing-page .pricing-hero,
.legal-page .page-title {
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 0 44px;
  text-align: center;
}

.pricing-page .pricing-hero h1,
.legal-page .page-title h1 {
  margin-bottom: 24px;
  font-size: clamp(2.4rem, 3.5vw, 3.5rem);
  line-height: 1;
}

.pricing-page .pricing-hero > p,
.legal-page .page-title > p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1rem;
}

.pricing-assurances {
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  gap: 12px 26px;
  flex-wrap: wrap;
  color: var(--fx-copy);
  font-size: .78rem;
}

.marketing-page .pricing-assurances span {
  position: static;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: var(--fx-copy);
  font-size: .78rem;
  font-weight: 600;
}

.marketing-page .pricing-assurances span::before {
  content: "\2713";
  position: static;
  display: inline;
  width: auto;
  height: auto;
  margin-right: 8px;
  border-radius: 0;
  background: none;
  color: var(--fx-green);
  font-size: inherit;
  font-weight: 800;
}

.pricing-hero-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.pricing-section-head {
  max-width: 760px;
  margin: 54px 0 26px;
}

.pricing-section-head h2,
.credit-bar h2,
.kantoor-calc h2 {
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  line-height: 1.12;
}

.free-plan-strip {
  margin-bottom: 18px;
}

.marketing-page .pricing-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--fx-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.trial-card {
  display: grid !important;
  grid-template-columns: 1.35fr .45fr .7fr 1.2fr auto;
  align-items: center;
  gap: 26px;
}

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

.pricing-card.featured {
  border-color: var(--fx-green);
  background: #f2faf6;
}

.plan-topline {
  min-height: 28px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.plan-label {
  color: var(--fx-green-dark);
  font-family: "Spline Sans Mono", monospace;
  font-size: .64rem;
  font-weight: 700;
  text-transform: uppercase;
}

.plan-label-featured {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--fx-green);
  color: #fff;
}

.pricing-card h3 {
  margin: 14px 0 10px;
  font-size: 1.35rem;
}

.plan-summary {
  min-height: 60px;
  margin-bottom: 14px;
  font-size: .8rem;
}

.pricing-card .price {
  margin: 8px 0 18px;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.pricing-card .price span {
  margin-left: 4px;
  color: var(--fx-muted);
  font-size: .72rem;
  font-weight: 600;
}

.plan-usage {
  padding: 14px;
  border-radius: 9px;
  background: var(--fx-soft);
}

.plan-usage strong,
.plan-usage span,
.plan-usage small {
  display: block;
}

.plan-usage strong {
  font-size: .95rem;
}

.plan-usage span,
.plan-usage small {
  margin-top: 3px;
  color: var(--fx-muted);
  font-size: .68rem;
}

.plan-fit {
  margin: 16px 0 0;
  color: var(--fx-copy);
  font-size: .76rem;
}

.plan-fit span {
  color: var(--fx-muted);
}

.plan-features {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.plan-features li {
  position: relative;
  margin: 11px 0;
  padding-left: 20px;
  color: #3f564b;
  font-size: .75rem;
  line-height: 1.5;
}

.plan-features li::before {
  position: absolute;
  left: 0;
  color: var(--fx-green);
  content: "";
  font-weight: 800;
}

.plan-cta {
  width: 100%;
  margin-top: auto;
}

.credit-bar {
  margin-top: 60px;
  padding: 48px;
  border-radius: 18px;
  background: var(--fx-black);
  color: #fff;
}

.credit-bar h2 {
  color: #fff;
}

.credit-bar p {
  color: rgba(255, 255, 255, .66);
}

.credit-bar-grid {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.credit-pack {
  display: block;
  padding: 24px 20px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.credit-pack:last-child {
  border-right: 0;
}

.credit-pack strong,
.credit-pack span,
.credit-pack em {
  display: block;
}

.credit-pack strong {
  color: #fff;
  font-size: .83rem;
}

.credit-pack span {
  margin-top: 12px;
  color: #bde9d9;
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.credit-pack em {
  margin-top: 5px;
  color: rgba(255, 255, 255, .58);
  font-family: "Inter", sans-serif;
  font-size: .65rem;
  font-style: normal;
}

.credit-bar-note {
  margin: 24px 0 0;
  font-size: .72rem;
}

.kantoor-block {
  margin-top: 64px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--fx-warm);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.kantoor-photo {
  min-height: 460px;
  margin: 0;
}

.kantoor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kantoor-copy {
  padding: 65px;
}

.kantoor-copy .pricing-section-head {
  margin: 0 0 28px;
}

.kantoor-benefits {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.kantoor-benefits li {
  position: static;
  padding: 10px 0;
  color: var(--fx-copy);
  font-size: .84rem;
}

.kantoor-benefits li + li {
  border-top: 1px solid rgba(16, 37, 28, .08);
}

.kantoor-benefits li::before {
  content: "\2713";
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 10px;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--fx-green);
  font-weight: 800;
}

.kantoor-calc {
  margin-top: 60px;
  scroll-margin-top: 130px;
}

.kantoor-calc-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.marketing-page .kantoor-calc .panel,
.marketing-page .auth-panel,
.marketing-page .legal-panel {
  padding: 34px;
  border: 1px solid var(--fx-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.calc-total {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 2.3rem;
}

.calc-total-sub {
  color: var(--fx-muted);
  font-size: .72rem;
}

.calc-breakdown > div {
  padding: 12px 0;
  border-bottom: 1px solid var(--fx-line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: .78rem;
}

.calc-breakdown dt,
.calc-breakdown dd {
  margin: 0;
}

.calc-actions {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.specialist-rates {
  margin-top: 56px;
  padding: 38px 0;
  border-top: 1px solid var(--fx-line-strong);
  border-bottom: 1px solid var(--fx-line-strong);
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 56px;
  align-items: center;
}

.specialist-rates-intro h2 {
  max-width: 500px;
  margin: 12px 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.specialist-rates-intro p {
  margin: 0;
  font-size: .86rem;
}

.specialist-rate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.specialist-rate-grid article {
  min-width: 0;
  padding: 8px 24px;
  border-left: 1px solid var(--fx-line-strong);
}

.specialist-rate-grid span,
.specialist-rate-grid strong {
  display: block;
}

.specialist-rate-grid span {
  color: var(--fx-muted);
  font-size: .72rem;
  font-weight: 700;
}

.specialist-rate-grid strong {
  margin: 8px 0;
  color: var(--fx-green-dark);
  font-family: "Manrope", sans-serif;
  font-size: 1.12rem;
}

.specialist-rate-grid p {
  margin: 0;
  font-size: .74rem;
  line-height: 1.55;
}

.pricing-note {
  margin-top: 70px;
  padding: 26px 0;
  border-top: 1px solid var(--fx-line-strong);
  border-bottom: 1px solid var(--fx-line-strong);
  color: var(--fx-copy);
  font-size: .8rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .specialist-rates {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .specialist-rate-grid {
    grid-template-columns: 1fr;
  }

  .specialist-rate-grid article {
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid var(--fx-line-strong);
  }
}

/* Auth en juridisch */
.marketing-page .auth-page {
  min-height: calc(100vh - 116px);
  padding: 56px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, .7fr);
  gap: 72px;
  align-items: start;
}

.auth-copy {
  padding-top: 20px;
}

.auth-copy h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(2.3rem, 3.3vw, 3.3rem);
  line-height: 1.02;
}

.auth-copy > p {
  max-width: 600px;
  font-size: 1rem;
}

.auth-benefits {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--fx-line-strong);
}

.auth-benefits > div {
  padding: 12px 0;
  color: var(--fx-copy);
  font-size: .83rem;
}

.auth-benefits > div::before {
  margin-right: 10px;
  color: var(--fx-green);
  content: "\2713";
  font-weight: 800;
}

.auth-panel .panel-heading h2 {
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.marketing-page .field {
  margin-top: 18px;
}

.marketing-page .field label {
  margin-bottom: 7px;
  color: var(--fx-ink);
  display: block;
  font-size: .76rem;
  font-weight: 700;
}

.marketing-page input,
.marketing-page select,
.marketing-page textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--fx-line-strong);
  border-radius: 8px;
  background: #fff;
  color: var(--fx-ink);
  font: 400 .88rem/1.4 "Inter", sans-serif;
}

.marketing-page textarea {
  min-height: 112px;
}

.marketing-page input:focus,
.marketing-page select:focus,
.marketing-page textarea:focus {
  border-color: var(--fx-green);
  box-shadow: 0 0 0 3px rgba(8, 122, 88, .11);
  outline: 0;
}

.marketing-page form > .button,
.auth-panel form > .button {
  width: 100%;
  margin-top: 24px;
}

.auth-switch {
  margin: 22px 0 0;
  text-align: center;
  font-size: .78rem;
}

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

.checkbox-row,
.terms-consent {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--fx-copy);
  font-size: .74rem;
  line-height: 1.5;
}

.checkbox-row input,
.terms-consent input {
  min-height: 0;
  margin-top: 2px;
}

.legal-page main.container {
  padding-bottom: 100px;
}

.legal-panel {
  max-width: 900px;
  margin: 0 auto;
}

.legal-panel h2 {
  margin: 38px 0 12px;
  font-size: 1.35rem;
}

.legal-panel h2:first-child {
  margin-top: 0;
}

.legal-panel p,
.legal-panel li {
  color: var(--fx-copy);
  font-size: .84rem;
  line-height: 1.75;
}

.legal-updated {
  color: var(--fx-muted);
  font-size: .72rem;
}

/* Responsive */
@media (max-width: 1160px) {
  .marketing-page .header-main {
    grid-template-columns: 126px minmax(0, 1fr) 132px;
    gap: 16px;
  }

  .marketing-page .brand,
  .marketing-page .brand-mark,
  .marketing-page .brand-logo-mark {
    width: 112px;
  }

  .marketing-page .brand img {
    width: 108px;
  }

  .marketing-page .nav > a,
  .marketing-page .nav-menu-trigger {
    padding-inline: 10px;
    font-size: .83rem;
  }

  .fx-hero-grid {
    grid-template-columns: .82fr 1.18fr;
    gap: 44px;
  }

  .fx-hero-copy h1 {
    font-size: clamp(2.5rem, 6vw, 3.1rem);
  }

  .fx-window-content {
    grid-template-columns: 125px 1fr;
  }

  .fx-window-report {
    padding-inline: 22px;
  }

  .fx-amount-row {
    grid-template-columns: 1fr;
  }

  .fx-amount-row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .fx-amount-row strong {
    margin-top: 0;
  }

  .fx-audience-grid,
  .fx-human-grid {
    gap: 58px;
  }

  .fx-topics-grid,
  .fx-questions-grid,
  .fx-faq-grid {
    gap: 64px;
  }

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

  .trial-card {
    grid-template-columns: 1.1fr .5fr .7fr auto;
  }

  .trial-features {
    display: none;
  }

  .marketing-page .footer-grid {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 86px;
  }

  .marketing-page .header-utility {
    display: none;
  }

  .marketing-page .header-main {
    min-height: 78px;
    grid-template-columns: 116px 1fr auto;
  }

  .marketing-page .header-cta {
    display: none;
  }

  .marketing-page .nav-toggle {
    display: flex;
  }

  .marketing-page .nav {
    position: fixed;
    top: 78px;
    right: 16px;
    left: 16px;
    max-height: calc(100vh - 94px);
    padding: 16px;
    border: 1px solid var(--fx-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--fx-shadow);
    display: none;
    align-items: stretch;
    flex-direction: column;
    overflow-y: auto;
  }

  .marketing-page .site-header.nav-open .nav {
    display: flex;
  }

  .marketing-page .nav > a,
  .marketing-page .nav-menu-trigger,
  .marketing-page .nav-button {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    padding-inline: 14px;
    font-size: .9rem;
  }

  .marketing-page .nav > a::after {
    display: none;
  }

  .marketing-page .nav > a:hover,
  .marketing-page .nav > a.active {
    background: var(--fx-soft);
  }

  .marketing-page .nav-menu-group {
    width: 100%;
  }

  .marketing-page .nav-dropdown,
  .marketing-page .nav-dropdown-compact,
  .marketing-page .nav-dropdown-xlarge {
    position: static;
    width: 100%;
    padding: 4px 0 10px 10px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    transform: none;
  }

  .marketing-page .nav-menu-group.is-open .nav-dropdown {
    display: block;
    transform: none;
  }

  .marketing-page .nav-dropdown-intro,
  .marketing-page .nav-dropdown-footer {
    display: none;
  }

  .marketing-page .nav-dropdown-links,
  .marketing-page .nav-dropdown-xlarge .nav-dropdown-links {
    grid-template-columns: 1fr;
  }

  .marketing-page .nav-menu-copy span {
    display: none;
  }

  .fx-hero {
    min-height: 0;
    padding: 78px 0 76px;
  }

  .fx-hero-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .fx-hero-copy {
    max-width: 760px;
  }

  .fx-hero-visual {
    max-width: 760px;
    margin-inline: auto;
  }

  .fx-scroll-cue {
    display: none;
  }

  .fx-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fx-proof-grid > *:first-child {
    padding-left: 24px;
  }

  .fx-proof-grid > *:nth-child(2) {
    border-right: 0;
  }

  .fx-proof-grid > *:nth-child(-n+2) {
    border-bottom: 1px solid var(--fx-line);
  }

  .fx-statement-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .fx-statement p {
    max-width: 680px;
  }

  .fx-audience-grid,
  .fx-human-grid,
  .fx-topics-grid,
  .fx-questions-grid,
  .fx-faq-grid,
  .fx-pricing-cta-inner,
  .fx-contact-inner,
  .fx-office-grid {
    grid-template-columns: 1fr;
  }

  .fx-topics-intro,
  .fx-questions-intro,
  .fx-faq-intro {
    position: static;
  }

  .fx-audience-copy {
    order: 2;
  }

  .fx-photo-block {
    min-height: 420px;
  }

  .fx-section-head {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .fx-section-head p {
    max-width: 690px;
  }

  .fx-report-demo {
    grid-template-columns: 1fr;
  }

  .fx-demo-rail {
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--fx-line);
    flex-direction: row;
    overflow-x: auto;
  }

  .fx-demo-brand {
    display: none;
  }

  .fx-demo-rail a {
    white-space: nowrap;
  }

  .fx-process-list,
  .fx-quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-process-list li:nth-child(2),
  .fx-quality-grid > div:nth-child(2) {
    border-right: 0;
  }

  .fx-process-list li:nth-child(-n+2),
  .fx-quality-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .fx-quality-grid > div:nth-child(-n+2) {
    border-bottom-color: #d0dfd7;
  }

  .fx-office-photo {
    min-height: 430px;
  }

  .fx-office-copy {
    padding: 70px 24px;
  }

  .fx-advisor {
    width: min(100%, 600px);
    height: 620px;
  }

  .fx-pricing-cta-inner,
  .fx-contact-inner {
    gap: 36px;
  }

  .fx-contact-inner {
    padding: 48px;
  }

  .marketing-page .footer-conversion,
  .marketing-page .auth-page {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .trial-card {
    grid-template-columns: 1fr 1fr;
  }

  .trial-intro {
    grid-column: 1 / -1;
  }

  .credit-bar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .credit-pack:nth-child(2) {
    border-right: 0;
  }

  .credit-pack:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .kantoor-block,
  .kantoor-calc-grid {
    grid-template-columns: 1fr;
  }

  .kantoor-photo {
    min-height: 360px;
  }

  .marketing-page .auth-page {
    min-height: 0;
    padding-top: 60px;
  }

  .auth-copy {
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  .marketing-page .container,
  .marketing-page .header-main {
    width: min(calc(100% - 32px), var(--fx-container));
  }

  .marketing-page .brand,
  .marketing-page .brand-mark,
  .marketing-page .brand-logo-mark {
    width: 102px;
  }

  .marketing-page .brand img {
    width: 98px;
    height: 58px;
  }

  .fx-hero {
    padding: 56px 0 62px;
  }

  .fx-hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .fx-lead {
    font-size: 1rem;
  }

  .fx-actions {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .fx-window-content {
    grid-template-columns: 1fr;
  }

  .fx-window-nav {
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--fx-line);
    flex-direction: row;
    overflow-x: auto;
  }

  .fx-window-nav strong {
    display: none;
  }

  .fx-window-nav span {
    white-space: nowrap;
  }

  .fx-window-report {
    padding: 25px 20px;
  }

  .fx-window-report h2 {
    font-size: 1.3rem;
  }

  .fx-report-bottom {
    grid-template-columns: 1fr;
  }

  .fx-visual-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -18px auto 0;
  }

  .fx-proof-grid {
    grid-template-columns: 1fr;
  }

  .fx-proof-grid > * {
    min-height: 92px;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--fx-line);
  }

  .fx-proof-grid > *:first-child {
    min-height: 70px;
    padding-left: 0;
  }

  .fx-statement,
  .fx-audience,
  .fx-topics,
  .fx-quality,
  .fx-questions,
  .fx-faq,
  .fx-human,
  .fx-product,
  .fx-process {
    padding: 64px 0;
  }

  .fx-statement h2,
  .fx-section-head h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .fx-audience-copy h2,
  .fx-office-copy h2,
  .fx-human-copy h2,
  .fx-topics-intro h2,
  .fx-questions-intro h2,
  .fx-faq-intro h2 {
    font-size: 2.2rem;
  }

  .fx-knowledge-robot {
    width: min(210px, 68vw);
    margin: 28px auto 4px;
  }

  .fx-photo-block,
  .fx-office-photo {
    min-height: 330px;
  }

  .fx-section-head {
    margin-bottom: 38px;
  }

  .fx-demo-content {
    padding: 24px 18px;
  }

  .fx-demo-content > header,
  .fx-demo-grid {
    grid-template-columns: 1fr;
  }

  .fx-demo-content .fx-status {
    justify-self: start;
  }

  .fx-demo-grid {
    gap: 16px;
  }

  .fx-booking dl > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .fx-topic-list {
    grid-template-columns: 1fr;
  }

  .fx-process-list,
  .fx-quality-grid {
    grid-template-columns: 1fr;
  }

  .fx-process-list li,
  .fx-process-list li + li,
  .fx-quality-grid > div,
  .fx-quality-grid > div + div {
    min-height: 180px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .fx-quality-grid > div,
  .fx-quality-grid > div + div {
    border-bottom-color: #d0dfd7;
  }

  .fx-office-copy {
    padding: 60px 16px 70px;
  }

  .fx-advisor {
    height: 500px;
  }

  .fx-human-route {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fx-human-route a {
    grid-column: 1;
  }

  .fx-question-list a {
    grid-template-columns: 1fr 24px;
    gap: 10px 16px;
  }

  .fx-question-list a > span {
    grid-column: 1 / -1;
  }

  .fx-pricing-cta,
  .fx-contact {
    padding: 70px 0;
  }

  .fx-contact-inner {
    padding: 32px 24px;
  }

  .marketing-page .site-footer {
    padding-top: 65px;
  }

  .marketing-page .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .marketing-page .footer-brand {
    grid-column: 1 / -1;
  }

  .marketing-page .footer-bottom {
    flex-direction: column;
  }

  .pricing-page .pricing-hero,
  .legal-page .page-title {
    padding: 70px 0 50px;
  }

  .pricing-page .pricing-hero h1,
  .legal-page .page-title h1 {
    font-size: clamp(2.2rem, 10vw, 2.9rem);
  }

  .pricing-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pricing-grid,
  .trial-card {
    grid-template-columns: 1fr !important;
  }

  .plan-summary {
    min-height: 0;
  }

  .credit-bar,
  .kantoor-copy,
  .marketing-page .kantoor-calc .panel,
  .marketing-page .auth-panel,
  .marketing-page .legal-panel {
    padding: 26px;
  }

  .credit-bar-grid {
    grid-template-columns: 1fr;
  }

  .credit-pack {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .kantoor-photo {
    min-height: 280px;
  }

  .marketing-page.pricing-page .kantoor-copy .pricing-section-head {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 28px !important;
  }

  .marketing-page .kantoor-block > .kantoor-photo,
  .marketing-page .kantoor-block > .kantoor-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }

  .marketing-page .auth-page {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .auth-copy h1 {
    font-size: 2.75rem;
  }

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

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

  .marketing-page *,
  .marketing-page *::before,
  .marketing-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

.marketing-page a:focus-visible,
.marketing-page button:focus-visible,
.marketing-page input:focus-visible,
.marketing-page select:focus-visible,
.marketing-page textarea:focus-visible {
  outline: 2px solid var(--fx-green);
  outline-offset: 2px;
  border-radius: 4px;
}
