/* =============================================================
   Penteract Capital Partners — Private Credit Homepage
   Dark-first. Petrol dominates. One turquoise accent per view.
   ============================================================= */

@font-face {
  font-family: "Borna";
  src: url("fonts/Borna-Medium.woff2") format("woff2"),
       url("fonts/Borna-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --pt-petrol:      #0D3233;
  --pt-petrol-900:  #081F20;
  --pt-petrol-800:  #0D3233;
  --pt-petrol-700:  #14403F;
  --pt-petrol-600:  #1C4E4C;
  --pt-petrol-500:  #2A5E5B;

  --pt-offwhite:    #F4F6F6;
  --pt-offwhite-200:#E8ECEC;
  --pt-offwhite-300:#D8DFDE;

  --pt-mint:        #A3C5C2;
  --pt-mint-soft:   rgba(163,197,194,0.18);
  --pt-mint-22:     rgba(163,197,194,0.22);
  --pt-mint-45:     rgba(163,197,194,0.45);

  --pt-turq:        #17E3E3;
  --pt-turq-hover:  #3DF0F0;
  --pt-turq-soft:   rgba(23,227,227,0.14);

  --fg:             var(--pt-offwhite);
  --fg-mu:          rgba(244,246,246,0.68);
  --fg-su:          rgba(244,246,246,0.48);
  --fg-on-light:    var(--pt-petrol);
  --fg-on-light-mu: rgba(13,50,51,0.68);

  --hairline:       rgba(163,197,194,0.22);
  --hairline-light: #E8ECEC;
  --hairline-light2:#D8DFDE;

  --font-sans: "Borna", "Inter", "Helvetica Neue", "Calibri", system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "JetBrains Mono", Menlo, monospace;

  --container: 1200px;
  --gutter: clamp(20px, 4vw, 48px);

  --ease: cubic-bezier(.2,.7,.2,1);
  --dur-fast: 120ms;
  --dur: 220ms;
  --dur-slow: 420ms;
}

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

html, body {
  margin: 0; padding: 0;
  background: var(--pt-petrol);
  color: var(--fg);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}
/* Safety net: never allow stray horizontal scroll on small screens.
   `clip` (not `hidden`) so it doesn't create a scroll container that
   would break the sticky nav. */
html { overflow-x: clip; }
@media (max-width: 640px) {
  html, body { font-size: 17px; }
}

a { color: inherit; text-decoration: none; cursor: pointer; }
button { font-family: inherit; font-weight: 500; cursor: pointer; }
img { max-width: 100%; display: block; }

/* ---- Layout primitives ------------------------------------ */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

/* ---- Type utilities --------------------------------------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-sans); font-weight: 500; margin: 0;
  letter-spacing: -0.01em; line-height: 1.18;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pt-mint); margin: 0;
}
.eyebrow.on-light { color: #5C7B7A; }
.eyebrow .dot {
  width: 6px; height: 6px; background: var(--pt-mint); display: inline-block;
}
.eyebrow.on-light .dot { background: #5C7B7A; }

.lead {
  font-size: 19px; line-height: 1.55; color: var(--fg-mu);
  max-width: 60ch; margin: 0;
}
.lead.on-light { color: var(--fg-on-light-mu); }

.section-title {
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.06; letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0;
}

.body-text {
  font-size: 16px; line-height: 1.6; color: var(--fg-mu);
  max-width: 64ch;
}
.body-text.on-light { color: var(--fg-on-light-mu); }

.figure { font-feature-settings: "tnum" 1, "lnum" 1; font-variant-numeric: tabular-nums lining-nums; }

/* ---- Skip link / a11y -------------------------------------- */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* =============================================================
   TOP NAV
   ============================================================= */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(13,50,51,0.78);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.nav.scrolled { background: rgba(8,31,32,0.92); }
.nav-inner {
  max-width: var(--container); margin: 0 auto;
  padding: 18px var(--gutter);
  display: flex; align-items: center; gap: 36px;
}
.nav-logo img { height: 24px; }
/* Language switch (DE / EN) — segmented pill toggle */
.lang-switch {
  display: inline-flex; align-items: center;
  padding: 2px;
  border: 1px solid var(--pt-mint-22);
  border-radius: 999px;
  background: rgba(163,197,194,0.06);
}
.lang-opt {
  background: transparent; border: 0; cursor: pointer;
  font: inherit; font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  line-height: 1; color: var(--fg-mu);
  padding: 5px 10px; border-radius: 999px;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.lang-opt:hover { color: var(--pt-offwhite); }
.lang-opt.is-active { color: var(--pt-petrol-900); background: var(--pt-mint); }
.lang-sep { display: none; }
.nav-lang { margin-left: 14px; flex: 0 0 auto; }
.nav-lang-mobile { margin-top: 8px; align-self: flex-start; }
@media (max-width: 1080px) { .nav-lang { display: none; } }
.nav-links { display: flex; gap: 28px; flex: 1; margin-left: 12px; flex-wrap: nowrap; }
.nav-links a {
  font-size: 14px; color: var(--fg-mu); position: relative;
  padding: 4px 0;
  white-space: nowrap;
  transition: color var(--dur) var(--ease);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: var(--pt-mint); transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur) var(--ease);
}
.nav-links a:hover { color: var(--pt-offwhite); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-rule { height: 1px; background: var(--hairline); }
.nav-burger {
  display: none; background: transparent; border: 0; padding: 8px; color: var(--pt-offwhite);
  transition: transform 0.18s var(--ease), opacity 0.18s var(--ease);
}
.nav-burger svg { width: 22px; height: 22px; }
.nav-burger:active { transform: scale(0.88); }
.nav-mobile {
  display: none; flex-direction: column; gap: 18px;
  padding: 24px var(--gutter) 32px; background: var(--pt-petrol-900);
  border-top: 1px solid var(--hairline);
}
.nav-mobile a { font-size: 18px; color: var(--fg); }
.nav-mobile .btn { align-self: flex-start; margin-top: 8px; }
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; margin-left: auto; }
  /* Higher specificity than .btn (defined later) so the CTA actually hides
     on mobile — it stays reachable via the hero button and the burger menu. */
  .nav .nav-cta { display: none; }
  .nav-logo img { height: 34px; }

  /* Mobile menu is always rendered but collapsed; .open animates it
     open with a slide-down + fade, and the items stagger in. */
  .nav-mobile {
    display: flex;
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.38s var(--ease), opacity 0.25s var(--ease), transform 0.38s var(--ease);
  }
  .nav.open .nav-mobile {
    max-height: 75vh;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .nav-mobile a,
  .nav-mobile .btn {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
  }
  .nav.open .nav-mobile a,
  .nav.open .nav-mobile .btn { opacity: 1; transform: none; }
  .nav.open .nav-mobile > :nth-child(1) { transition-delay: 0.06s; }
  .nav.open .nav-mobile > :nth-child(2) { transition-delay: 0.10s; }
  .nav.open .nav-mobile > :nth-child(3) { transition-delay: 0.14s; }
  .nav.open .nav-mobile > :nth-child(4) { transition-delay: 0.18s; }
  .nav.open .nav-mobile > :nth-child(5) { transition-delay: 0.22s; }
  .nav.open .nav-mobile > :nth-child(6) { transition-delay: 0.26s; }
}
@media (prefers-reduced-motion: reduce) {
  .nav-mobile,
  .nav-mobile a,
  .nav-mobile .btn { transition: none; }
}

/* =============================================================
   BUTTONS
   ============================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 20px; border-radius: 4px; border: 0;
  font-size: 14px; font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.005em;
  transition: background var(--dur) var(--ease),
              color var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              transform var(--dur-fast) var(--ease);
  cursor: pointer; white-space: nowrap;
}
.btn .arrow {
  display: inline-block; transition: transform var(--dur) var(--ease);
}
.btn:hover .arrow { transform: translateX(3px); }
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 2px solid var(--pt-turq); outline-offset: 2px; }

.btn-primary {
  background: var(--pt-turq); color: var(--pt-petrol);
}
.btn-primary:hover { background: var(--pt-turq-hover); }

.btn-secondary {
  background: transparent; color: var(--fg);
  border: 1px solid var(--pt-mint-45);
}
.btn-secondary:hover { background: var(--pt-mint-soft); border-color: var(--pt-mint); }

.btn-dark {
  background: var(--pt-petrol); color: var(--pt-offwhite);
}
.btn-dark:hover { background: var(--pt-petrol-700); }

.btn-ghost-dark {
  background: transparent; color: var(--pt-petrol);
  border: 1px solid rgba(13,50,51,0.22);
}
.btn-ghost-dark:hover { background: rgba(13,50,51,0.05); border-color: rgba(13,50,51,0.5); }

.btn-compact { padding: 10px 14px; font-size: 13px; }

/* Text link with mint-to-offwhite hover */
.tlink {
  color: var(--pt-mint); display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; padding: 4px 0;
  transition: color var(--dur) var(--ease);
}
.tlink .arrow { transition: transform var(--dur) var(--ease); }
.tlink:hover { color: var(--pt-offwhite); }
.tlink:hover .arrow { transform: translateX(3px); }
.tlink.on-light { color: var(--pt-petrol); }
.tlink.on-light:hover { color: #000; }

/* =============================================================
   HERO
   ============================================================= */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(48px, 6vw, 88px) 0 clamp(64px, 8vw, 120px);
  background: var(--pt-petrol);
  isolation: isolate;
}

.hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  overflow: hidden;
}
.hero-bg::before {
  /* ambient gradient */
  content: ""; position: absolute; inset: -10%;
  background:
    radial-gradient(60% 50% at 18% 30%, rgba(163,197,194,0.10), transparent 60%),
    radial-gradient(45% 40% at 85% 75%, rgba(23,227,227,0.07), transparent 60%);
}
.hero-bg::after {
  /* faint grid */
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(163,197,194,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(163,197,194,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%);
}
.hero-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 1;
}
.hero-mark {
  position: absolute; right: -160px; bottom: -120px;
  width: 620px; height: 620px;
  background: url(assets/mark-hex-stack.png) center/contain no-repeat;
  opacity: 0.045;
  z-index: 1; pointer-events: none;
  animation: hex-drift 28s var(--ease) infinite alternate;
}
@keyframes hex-drift {
  0%   { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(-22px, -16px) rotate(2deg); }
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 72px; align-items: stretch;
}
.hero-copy {
  /* Flex column so the partner bar can be pushed to the bottom,
     aligning the left column's bottom edge with the .hero-card on
     the right (both stretch to the same grid row height). */
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hero-copy .hero-partners { margin-top: auto; }
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 56px; }
}

.hero-title {
  font-size: clamp(46px, 6.5vw, 96px);
  line-height: 0.98; letter-spacing: -0.03em; font-weight: 500;
  margin: 22px 0 28px;
}
/* Very narrow phones: shrink the headline so the longest word
   ("Strukturierte") never gets clipped by the hero's overflow. */
@media (max-width: 360px) {
  .hero-title { font-size: 38px; letter-spacing: -0.02em; }
}
.hero-title .accent { color: var(--pt-turq); }
.hero-title .word {
  display: inline-block;
  opacity: 0; transform: translateY(14px);
  animation: word-in 700ms var(--ease) forwards;
}
.hero-title .word:nth-child(1) { animation-delay: 60ms; }
.hero-title .word:nth-child(2) { animation-delay: 160ms; }
@keyframes word-in {
  to { opacity: 1; transform: translateY(0); }
}

/* Hero accent rotator — vertical "slot-machine" carousel.
   The .hero-rotator-measure stack reserves the width of the
   longest word so the headline never reflows.                   */
.hero-rotator {
  position: relative;
  display: inline-flex;
  vertical-align: baseline;
  overflow: hidden;
  /* clip vertical motion but leave breathing room above/below */
  height: 1.12em;
  line-height: 1.12em;
  /* compensate for the height clip so the baseline still aligns
     with the static word to the left of the rotator */
  margin-bottom: -0.12em;
}
.hero-rotator-measure {
  display: inline-flex;
  flex-direction: column;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.hero-rotator-measure-item { display: block; white-space: nowrap; }
.hero-rotator-word {
  position: absolute;
  inset: 0;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(60%);
  transition:
    opacity 420ms var(--ease),
    transform 520ms var(--ease);
}
.hero-rotator-word.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* outgoing word slides up & fades; we approximate this by
   transitioning the previously-active word's transform back via
   the same rule when .is-active is removed. */
.hero-rotator-word:not(.is-active) {
  transform: translateY(-60%);
}
.hero-rotator-word.is-active ~ .hero-rotator-word:not(.is-active) {
  /* siblings AFTER the active one (next in line) come from below */
  transform: translateY(60%);
}
@media (prefers-reduced-motion: reduce) {
  .hero-rotator-word { transition: none; }
}

.hero-lead {
  font-size: 17px; line-height: 1.6; color: var(--fg-su);
  max-width: 58ch; margin: 0 0 44px;
  letter-spacing: 0.005em;
}

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 0; }
.hero-ctas .btn {
  flex: 1 1 0;
  min-width: 240px;
  justify-content: center;
}
.hero-ctas .btn-secondary {
  background: rgba(163,197,194,0.14);
  border: 1.5px solid var(--pt-mint);
  color: var(--pt-offwhite);
  box-shadow: inset 0 0 0 1px rgba(163,197,194,0.18);
}
.hero-ctas .btn-secondary:hover {
  background: rgba(163,197,194,0.22);
  border-color: var(--pt-turq);
  color: var(--pt-turq);
}
/* Each CTA is a small caption stacked above a full-width button. */
.hero-cta-group {
  flex: 1 1 0;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-cta-group .btn { width: 100%; }
.hero-cta-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-su);
  padding-left: 2px;
}

/* InfoTip — inline (i) button + popover for term explanations. */
.infotip { position: relative; display: inline-flex; vertical-align: middle; margin-left: 6px; }
.infotip-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; padding: 0;
  border: 0; background: transparent; cursor: pointer;
  color: var(--fg-su); border-radius: 50%;
  transition: color var(--dur) var(--ease);
}
.infotip-btn:hover, .infotip-btn:focus-visible { color: var(--pt-mint); outline: none; }
.infotip-pop {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 30;
  width: max-content; max-width: 240px;
  padding: 10px 12px;
  background: var(--pt-petrol-900);
  border: 1px solid var(--pt-mint-22);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
  color: var(--fg-mu);
  font-size: 12px; line-height: 1.5; font-weight: 400;
  letter-spacing: 0; text-transform: none; text-align: left;
  white-space: normal;
  opacity: 0; visibility: hidden; transform: translateY(-4px); pointer-events: none;
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur);
}
.infotip:hover .infotip-pop,
.infotip-pop.is-open {
  opacity: 1; visibility: visible; transform: none; pointer-events: auto;
}

/* =============================================================
   STRUKTURPARTNER LOGO BAR — sits inside the hero-copy column,
   directly under the CTA pair. Constrained to the left column so
   it visually balances with the .hero-card on the right — the
   bottom of this block lines up with the bottom of the card,
   completing the above-the-fold composition.
   ============================================================= */
.hero-partners {
  position: relative;
  z-index: 2;
  padding-top: 24px;
  border-top: 1px solid rgba(163,197,194,0.10);
}
.hero-partners-eyebrow {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pt-mint);
  margin: 0 0 20px;
  display: inline-flex; align-items: center; gap: 8px;
}
.hero-partners-eyebrow .dot {
  width: 5px; height: 5px; border-radius: 50%; background: var(--pt-mint);
}
.hero-partners-track {
  /* Desktop: an inert wrapper around the single visible row.
     Mobile: becomes the clipping viewport for the marquee (see below). */
  display: block;
}
.hero-partners-marquee {
  /* Desktop: passthrough. Mobile: the animated, content-width track. */
  display: block;
}
.hero-partners-row {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px clamp(18px, 2vw, 32px);
  align-items: start;
}
.hero-partners-row--clone { display: none; }
.hero-partner {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px;
  min-width: 0;
}
.hero-partner img {
  height: 20px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 0.82;
  filter: brightness(0) invert(1);
  transition: opacity var(--dur) var(--ease);
}
.hero-partner:hover img { opacity: 1; }
.hero-partner-wordmark {
  /* Text stand-in for a counterparty that has no mono logo. Sits at
     the same optical height as the 20px logos so the role labels align. */
  display: inline-flex;
  align-items: center;
  height: 20px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.005em;
  white-space: nowrap;
  color: var(--pt-offwhite);
  opacity: 0.82;
  transition: opacity var(--dur) var(--ease);
}
.hero-partner:hover .hero-partner-wordmark { opacity: 1; }
.hero-partner-role {
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-su);
  line-height: 1.35;
  text-align: center;
  white-space: pre-line;
}
.hero-compliance-line {
  /* DEPRECATED — retained as inert placeholder. The legal sentence
     moved into the hero card; this class is no longer rendered. */
  display: none;
}
/* When the row no longer comfortably fits five logos, the grid
   collapses into an auto-scrolling marquee: the track holds two
   identical rows side-by-side and translates -50% to loop
   seamlessly. Edge fades hide the wrap point. Respects
   prefers-reduced-motion. */
@media (max-width: 860px) {
  /* Track = fixed-width clipping viewport (NOT animated). */
  .hero-partners-track {
    display: block;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  }
  /* Marquee = content-width strip holding the two rows; -50% shifts
     exactly one row width, so the loop is seamless. */
  .hero-partners-marquee {
    display: flex;
    width: max-content;
    animation: hero-partners-marquee 28s linear infinite;
  }
  .hero-partners-marquee:hover { animation-play-state: paused; }
  .hero-partners-row,
  .hero-partners-row--clone {
    display: flex;
    grid-template-columns: none;
    flex: 0 0 auto;
    align-items: center;
    gap: 0;
    margin: 0;
  }
  .hero-partners-row .hero-partner,
  .hero-partners-row--clone .hero-partner {
    flex: 0 0 auto;
    padding: 0 clamp(22px, 5vw, 40px);
  }
  .hero-partner img { height: 22px; }
}
@media (max-width: 860px) and (prefers-reduced-motion: reduce) {
  .hero-partners-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .hero-partners-marquee { animation: none; width: max-content; }
  .hero-partner { scroll-snap-align: start; }
}
@keyframes hero-partners-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .hero-partners-row { grid-template-columns: repeat(6, 1fr); row-gap: 14px; }
}
@media (max-width: 560px) {
  .hero-partner img { height: 20px; }
}
.form-vgv { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--hairline-light2); font-size: 11px; line-height: 1.6; color: var(--fg-muted-light); letter-spacing: 0.01em; }

.hero-card {
  position: relative;
  background: linear-gradient(180deg, var(--pt-petrol-700) 0%, #102e2e 100%);
  border: 1px solid var(--pt-mint-22);
  border-radius: 6px;
  padding: 28px 28px 24px;
}
.hero-card::before {
  content: ""; position: absolute; inset: 0; border-radius: 6px;
  background: linear-gradient(135deg, rgba(23,227,227,0.10), transparent 40%);
  pointer-events: none;
}
.hero-card-head {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 18px; border-bottom: 1px solid var(--hairline);
  margin-bottom: 20px;
}
.hero-card-head .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--pt-turq);
  box-shadow: 0 0 0 0 rgba(23,227,227,0.6);
  animation: pulse-dot 2.4s var(--ease) infinite;
}
@keyframes pulse-dot {
  0%   { box-shadow: 0 0 0 0 rgba(23,227,227,0.55); }
  70%  { box-shadow: 0 0 0 12px rgba(23,227,227,0); }
  100% { box-shadow: 0 0 0 0 rgba(23,227,227,0); }
}
.hero-card-head .label {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pt-mint);
}

.hero-card-rows { display: grid; gap: 0; }
.hero-card-row {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 16px;
  padding: 12px 0; border-bottom: 1px solid var(--hairline);
  font-size: 14px;
}
.hero-card-row:last-child { border-bottom: 0; }
.hero-card-row .k { color: var(--pt-mint); flex: 0 0 auto; white-space: nowrap; }
.hero-card-row .v {
  color: var(--fg); font-feature-settings: "tnum" 1, "lnum" 1;
  text-align: right; flex: 1 1 auto; min-width: 0;
}

.hero-card-foot {
  margin-top: 16px; font-size: 12px; color: var(--fg-su);
  line-height: 1.55;
  font-style: italic;
}
.hero-card-foot--legal {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(163,197,194,0.10);
  font-size: 11px;
  color: var(--fg-su);
  letter-spacing: 0.005em;
}

/* =============================================================
   GENERIC SECTION
   ============================================================= */
.section {
  position: relative;
  padding: clamp(56px, 7vw, 104px) 0;
}
.section.on-light { background: var(--pt-offwhite); color: var(--fg-on-light); }
.section.on-deep  { background: var(--pt-petrol-900); }

.section-head {
  display: block;
  margin-bottom: 44px;
}
.section-head > div:first-child { max-width: none; margin-bottom: 18px; }
.section-head .eyebrow { padding-top: 0; }
.section-head .section-title { max-width: 22ch; }
@media (max-width: 900px) {
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
}
/* Stacked variant — eyebrow above, full-width title spanning the section */
.section-head.section-head-stacked {
  display: block;
  margin-bottom: 44px;
}
.section-head.section-head-stacked .eyebrow { margin-bottom: 18px; }
.section-head.section-head-stacked .section-title { max-width: 18ch; }

/* =============================================================
   WAS WIR TUN — process + Aquila + Co-Investment
   ============================================================= */
.process {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; margin-top: 8px;
  border-top: 1px solid var(--hairline);
}
@media (max-width: 1080px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .process { grid-template-columns: 1fr; } }

.process-step {
  position: relative; padding: 28px 24px 32px 0;
  border-bottom: 1px solid var(--hairline);
  transition: background var(--dur) var(--ease);
}
.process-step + .process-step {
  border-left: 1px solid var(--hairline);
  padding-left: 24px;
}
@media (max-width: 1080px) {
  .process-step + .process-step { border-left: 0; padding-left: 0; }
  .process-step { padding-right: 24px; }
  .process-step:nth-child(2n) { border-left: 1px solid var(--hairline); padding-left: 24px; }
}
.process-step:hover { background: rgba(163,197,194,0.04); }
.process-step:hover .process-arrow { transform: translateX(4px); color: var(--pt-offwhite); }
.process-n {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em;
  color: var(--pt-mint);
}
.process-rule { height: 1px; width: 32px; background: var(--pt-mint); margin: 14px 0 16px; transition: width var(--dur) var(--ease); }
.process-step:hover .process-rule { width: 56px; }
.process-t { font-size: 18px; font-weight: 500; letter-spacing: -0.005em; margin: 0 0 10px; }
.process-d { font-size: 14px; line-height: 1.55; color: var(--fg-mu); margin: 0 0 18px; max-width: 32ch; white-space: pre-line; }
.process-arrow {
  font-size: 14px; color: var(--pt-mint);
  display: inline-flex; align-items: center; gap: 6px;
  transition: transform var(--dur) var(--ease), color var(--dur) var(--ease);
}

.pillars {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px; margin-top: 72px;
}
@media (max-width: 900px) { .pillars { grid-template-columns: 1fr; } }

.pillar {
  background: var(--pt-petrol-700);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 32px 32px 30px;
  display: grid; grid-template-columns: 36px 1fr; gap: 22px;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.pillar:hover { border-color: var(--pt-mint); transform: translateY(-2px); }
.pillar-icon {
  width: 36px; height: 36px; color: var(--pt-mint);
  display: inline-flex; align-items: center; justify-content: center;
}
.pillar-t { font-size: 18px; font-weight: 500; margin: 0 0 6px; letter-spacing: -0.005em; }
.pillar-d { font-size: 14px; line-height: 1.6; color: var(--fg-mu); margin: 0; max-width: 56ch; }
.pillar-meta {
  margin-top: 14px; font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--pt-mint);
}

/* =============================================================
   KENNZAHLEN BAND
   ============================================================= */
.kpis {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
@media (max-width: 900px) { .kpis { grid-template-columns: repeat(2, 1fr); } }
.kpi {
  padding: 36px 28px 32px;
  position: relative;
  display: flex; flex-direction: column;
  transition: background var(--dur) var(--ease);
}
.kpi + .kpi { border-left: 1px solid var(--hairline); }
@media (max-width: 900px) {
  .kpi + .kpi { border-left: 0; }
  .kpi:nth-child(2n) { border-left: 1px solid var(--hairline); }
  .kpi:nth-child(n+3) { border-top: 1px solid var(--hairline); }
}
.kpi:hover { background: rgba(163,197,194,0.04); }
.kpi-k {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pt-mint); margin: 0 0 14px;
  min-height: 2.6em;
  display: flex; flex-direction: column; justify-content: flex-end;
  line-height: 1.3;
}
.kpi-v {
  font-size: clamp(32px, 3.4vw, 50px); line-height: 1; letter-spacing: -0.025em;
  font-weight: 500;
  color: var(--pt-turq);
  font-feature-settings: "tnum" 1, "lnum" 1;
  display: flex; align-items: baseline; flex-wrap: nowrap;
  white-space: nowrap;
  min-height: clamp(40px, 4.2vw, 56px);
  margin-bottom: 18px;
}
.kpi-v .unit { font-size: 0.5em; color: var(--fg-mu); margin-left: 6px; letter-spacing: -0.01em; white-space: nowrap; }
.kpi-v.figure { white-space: nowrap; }
.countup { font-variant-numeric: tabular-nums; }
.kpi-unit {
  font-size: 14px; letter-spacing: 0.04em;
  color: var(--fg-mu);
  margin: 6px 0 18px;
  min-height: 1.4em;
}
.kpi-d { font-size: 13px; color: var(--fg-mu); margin: 0; min-height: 3em; }
.kpi-hi { font-size: 13px; font-weight: 600; color: var(--pt-turq); margin: 8px 0 0; letter-spacing: 0.01em; }
.kpi-period {
  margin-top: auto; padding-top: 12px; font-size: 12px; color: var(--fg-su);
  font-feature-settings: "tnum" 1;
}

/* Performance disclaimer directly under the KPI band — single italic
   line spanning the full container width, sitting as a quiet caption
   beneath the Track Record figures. */
.kpi-disclaimer {
  display: block;
  margin: 18px 0 0;
  padding: 14px 4px 0;
  width: 100%;
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--fg-mu);
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kpi-disclaimer-text {
  color: var(--fg-mu);
  opacity: 0.92;
}
@media (max-width: 1200px) {
  .kpi-disclaimer {
    font-size: clamp(9px, 1vw, 11.5px);
  }
}
@media (max-width: 720px) {
  .kpi-disclaimer {
    white-space: normal;
    font-size: 11px;
    line-height: 1.5;
  }
}

/* =============================================================
   FORMS — reused for investor + issuer
   ============================================================= */
.form-section {
  padding: clamp(52px, 6vw, 88px) 0;
  position: relative;
}
.form-grid {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.2fr);
  gap: 72px; align-items: start;
}
@media (max-width: 980px) { .form-grid { grid-template-columns: 1fr; gap: 40px; } }

.form-card {
  background: var(--pt-petrol-700);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 36px;
}
.section.on-light .form-card {
  background: var(--pt-offwhite);
  border-color: var(--hairline-light2);
}

.form-row { display: grid; gap: 6px; margin-bottom: 18px; }
.form-row.split { grid-template-columns: 1fr 1fr; gap: 18px; align-items: end; }
.form-row.split > div { display: grid; grid-template-rows: auto 1fr; gap: 6px; }
@media (max-width: 540px) { .form-row.split { grid-template-columns: 1fr; } }

.form-row label {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pt-mint);
}
.section.on-light .form-row label { color: #5C7B7A; }

.input, .select, .textarea {
  font-family: inherit; font-weight: 500; font-size: 15px;
  color: var(--fg);
  background: transparent;
  border: 0; border-bottom: 1px solid var(--hairline);
  padding: 10px 0 10px;
  width: 100%; outline: 0;
  transition: border-color var(--dur) var(--ease);
}
.section.on-light .input,
.section.on-light .select,
.section.on-light .textarea {
  color: var(--pt-petrol);
  border-bottom-color: var(--hairline-light2);
}
.input::placeholder, .textarea::placeholder { color: var(--fg-su); }
.section.on-light .input::placeholder,
.section.on-light .textarea::placeholder { color: rgba(13,50,51,0.4); }

.input:focus, .select:focus, .textarea:focus {
  border-bottom-color: var(--pt-turq);
}
.textarea { resize: vertical; min-height: 96px; }
.select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%23A3C5C2' stroke-width='1.6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
}
.section.on-light .select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%235C7B7A' stroke-width='1.6'/></svg>");
}

/* ---- Custom select (PSelect) -------------------------------- */
.pselect { position: relative; width: 100%; }
.pselect-trigger {
  font-family: inherit; font-weight: 500; font-size: 15px;
  color: var(--fg);
  background: transparent;
  border: 0; border-bottom: 1px solid var(--hairline);
  padding: 10px 24px 10px 0;
  width: 100%; outline: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  text-align: left;
  transition: border-color var(--dur) var(--ease);
}
.pselect.is-open .pselect-trigger,
.pselect-trigger:focus-visible { border-bottom-color: var(--pt-turq); }
.pselect-trigger:focus-visible { outline: 0; }
.pselect-val { color: var(--fg); }
.pselect-val.is-placeholder { color: var(--fg-su); font-weight: 500; }
.pselect-caret {
  color: var(--pt-mint);
  display: inline-flex; align-items: center;
  transition: transform var(--dur) var(--ease), color var(--dur) var(--ease);
}
.pselect.is-open .pselect-caret { transform: rotate(180deg); color: var(--pt-turq); }

.pselect-list {
  position: absolute; left: 0; right: 0; top: calc(100% + 6px);
  z-index: 30;
  list-style: none; margin: 0; padding: 6px;
  background: #102e2e;
  border: 1px solid var(--pt-mint-22);
  border-radius: 4px;
  box-shadow: 0 12px 32px -12px rgba(0,0,0,0.6), 0 4px 10px rgba(0,0,0,0.18);
  max-height: 260px; overflow-y: auto;
  animation: pselect-in 160ms var(--ease);
}
@keyframes pselect-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.pselect-opt {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  font-size: 14px; color: var(--fg-mu);
  cursor: pointer; border-radius: 2px;
  transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.pselect-opt.is-hi { background: rgba(163,197,194,0.08); color: var(--fg); }
.pselect-opt.is-selected { color: var(--pt-turq); }
.pselect-opt-check { color: var(--pt-turq); display: inline-flex; }

/* On-light variant */
.section.on-light .pselect-trigger {
  color: var(--pt-petrol);
  border-bottom-color: var(--hairline-light2);
}
.section.on-light .pselect-val { color: var(--pt-petrol); }
.section.on-light .pselect-val.is-placeholder { color: rgba(13,50,51,0.4); }
.section.on-light .pselect-caret { color: #5C7B7A; }
.section.on-light .pselect.is-open .pselect-caret { color: var(--pt-petrol); }
.section.on-light .pselect-list {
  background: #fff;
  border: 1px solid var(--hairline-light2);
  box-shadow: 0 12px 32px -12px rgba(8,20,20,0.18), 0 4px 10px rgba(8,20,20,0.06);
}
.section.on-light .pselect-opt { color: rgba(13,50,51,0.72); }
.section.on-light .pselect-opt.is-hi { background: rgba(13,50,51,0.06); color: var(--pt-petrol); }
.section.on-light .pselect-opt.is-selected { color: var(--pt-petrol); font-weight: 500; }
.section.on-light .pselect-opt-check { color: var(--pt-petrol); }

.checkrow {
  display: grid; grid-template-columns: 18px 1fr; gap: 12px;
  align-items: start; padding: 12px 0;
  font-size: 13px; line-height: 1.55; color: var(--fg-mu);
}
.section.on-light .checkrow { color: var(--fg-on-light-mu); }
.checkrow input[type=checkbox] {
  appearance: none; -webkit-appearance: none;
  width: 18px; height: 18px; margin: 1px 0 0;
  border: 1px solid var(--pt-mint-45); border-radius: 2px;
  background: transparent; cursor: pointer; position: relative;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.section.on-light .checkrow input[type=checkbox] {
  border-color: rgba(13,50,51,0.35);
}
.checkrow input[type=checkbox]:checked {
  background: var(--pt-turq); border-color: var(--pt-turq);
}
.checkrow input[type=checkbox]:checked::after {
  content: ""; position: absolute; left: 4px; top: 1px;
  width: 6px; height: 11px;
  border: solid var(--pt-petrol);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkrow a { color: var(--pt-mint); border-bottom: 1px solid var(--pt-mint-45); }
.section.on-light .checkrow a { color: var(--pt-petrol); border-bottom-color: rgba(13,50,51,0.4); }

.form-actions {
  margin-top: 24px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.form-note { font-size: 12px; color: var(--fg-su); max-width: 38ch; }
.section.on-light .form-note { color: rgba(13,50,51,0.5); }

.form-success {
  display: none;
  border: 1px solid var(--hairline);
  background: rgba(23,227,227,0.06);
  border-left: 2px solid var(--pt-turq);
  padding: 18px 22px;
  border-radius: 4px;
  font-size: 14px; line-height: 1.55; color: var(--fg);
}
.section.on-light .form-success {
  background: rgba(23,227,227,0.08);
  border-color: var(--hairline-light2);
  border-left-color: var(--pt-turq);
  color: var(--fg-on-light);
}
.form-card.is-sent .form-body { display: none; }
.form-card.is-sent .form-success { display: block; }

/* =============================================================
   INVESTORS / EMITTENTS
   ============================================================= */
.criteria {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; margin-top: 16px;
}
@media (max-width: 900px) { .criteria { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .criteria { grid-template-columns: 1fr; } }
.crit {
  border-top: 1px solid var(--hairline-light2);
  padding-top: 20px;
}
.crit-k {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #5C7B7A; margin: 0 0 8px;
}
.crit-v {
  font-size: 18px; font-weight: 500; letter-spacing: -0.005em;
  color: var(--pt-petrol); margin: 0 0 6px;
}
.crit-d { font-size: 13px; line-height: 1.5; color: var(--fg-on-light-mu); margin: 0; }

/* =============================================================
   ÜBER UNS — team
   ============================================================= */
.team {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px; margin-top: 48px;
}
@media (max-width: 640px) { .team { grid-template-columns: 1fr; } }
.team-card {
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 28px;
  background: linear-gradient(180deg, var(--pt-petrol-700), var(--pt-petrol));
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.team-card:hover { border-color: var(--pt-mint); transform: translateY(-2px); }
/* Landscape feature card — a single member shown below the 3-up grid. */
.team-feature {
  display: flex; align-items: center; gap: 32px;
  margin-top: 24px;
  padding: 28px 32px;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  background: linear-gradient(180deg, var(--pt-petrol-700), var(--pt-petrol));
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.team-feature:hover { border-color: var(--pt-mint); }
.team-feature .team-portrait { margin-bottom: 0; flex: 0 0 auto; }
.team-feature-body { flex: 1 1 auto; min-width: 0; }
.team-feature-body .team-bio { max-width: 72ch; margin-bottom: 14px; }
@media (max-width: 640px) {
  .team-feature { flex-direction: column; align-items: flex-start; gap: 18px; padding: 24px 22px; }
}
.team-portrait img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
  border-radius: inherit;
  filter: grayscale(100%);
}
.team-portrait-fallback { line-height: 1; }
.team-portrait {
  position: relative;
  width: 96px; height: 96px; border-radius: 50%;
  overflow: hidden;
  background: var(--pt-petrol-600);
  border: 1px solid var(--hairline);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px; color: var(--pt-mint);
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  font-feature-settings: "tnum" 1;
}
.team-name { font-size: 18px; font-weight: 500; letter-spacing: -0.005em; margin: 0 0 4px; }
.team-role { font-size: 13px; color: var(--pt-mint); letter-spacing: 0.06em; text-transform: uppercase; margin: 0 0 16px; }
.team-bio { font-size: 14px; line-height: 1.55; color: var(--fg-mu); margin: 0 0 18px; }
.team-link {
  font-size: 13px; color: var(--pt-mint);
  display: inline-flex; align-items: center; gap: 6px;
  transition: color var(--dur) var(--ease);
}
.team-link:hover { color: var(--pt-offwhite); }
.team-link svg { width: 14px; height: 14px; }
.team-links {
  display: flex; align-items: center; gap: 18px;
  flex-wrap: nowrap;
}
.team-link { white-space: nowrap; }
.team-link--btn {
  background: transparent; border: 0; padding: 0;
  font: inherit; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--pt-mint);
}
.team-link--btn:hover { color: var(--pt-offwhite); }
.team-link--btn:hover svg { transform: translateX(2px); }
.team-link--btn svg { transition: transform var(--dur) var(--ease); }

/* =============================================================
   PARTNER MODAL — floating "About" window
   ============================================================= */
.pm-overlay {
  position: fixed; inset: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(20px, 4vw, 56px);
  animation: pm-fade 200ms var(--ease);
}
@keyframes pm-fade { from { opacity: 0 } to { opacity: 1 } }
.pm-backdrop {
  position: absolute; inset: 0;
  background: rgba(8, 20, 20, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.pm-window {
  position: relative;
  width: min(960px, 100%);
  max-height: calc(100vh - 80px);
  overflow: auto;
  background: linear-gradient(180deg, #B7CECB 0%, #A3C1BD 100%);
  color: var(--pt-petrol);
  border-radius: 4px;
  padding: clamp(32px, 5vw, 56px);
  box-shadow: 0 32px 80px -20px rgba(0,0,0,0.6), 0 8px 20px rgba(0,0,0,0.2);
  animation: pm-pop 280ms var(--ease);
}
@keyframes pm-pop {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.pm-close {
  position: absolute; top: 22px; right: 22px;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(13,50,51,0.32);
  background: transparent;
  color: var(--pt-petrol);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.pm-close:hover { background: rgba(13,50,51,0.08); border-color: var(--pt-petrol); }

.pm-head {
  margin-bottom: clamp(28px, 4vw, 44px);
  padding-right: 56px;   /* room for close button */
}
.pm-eyebrow {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--pt-petrol);
  margin: 0 0 4px;
  line-height: 1.0;
}
.pm-title {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--pt-petrol);
  margin: 0;
  line-height: 1.0;
}

.pm-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(28px, 4vw, 44px);
}
@media (max-width: 800px) {
  .pm-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
.pm-stat {
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(13,50,51,0.12);
  border-radius: 8px;
  padding: 18px 18px 22px;
  min-height: 124px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.pm-stat-k {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(13,50,51,0.7);
  margin: 0;
  line-height: 1.35;
}
.pm-stat-v {
  font-size: 17px;
  line-height: 1.3;
  color: var(--pt-petrol);
  margin: 0;
}

.pm-bio {
  font-size: 15px;
  line-height: 1.65;
  color: var(--pt-petrol);
  max-width: 64ch;
  margin: 0 0 clamp(24px, 4vw, 36px);
}

.pm-foot {
  display: flex; align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pm-li {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--pt-petrol);
  color: var(--pt-mint);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--dur) var(--ease);
}
.pm-li:hover { background: var(--pt-petrol-700); }
.pm-counter {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(13,50,51,0.55);
}
.pm-nav { margin-left: auto; display: flex; gap: 10px; }
.pm-nav-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(13,50,51,0.32);
  background: transparent;
  color: var(--pt-petrol);
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.pm-nav-btn:hover { border-color: var(--pt-petrol); background: rgba(13,50,51,0.06); }
.pm-nav-btn--primary {
  background: var(--pt-turq);
  border-color: var(--pt-turq);
  color: var(--pt-petrol);
}
.pm-nav-btn--primary:hover {
  background: #14C5C5;
  border-color: #14C5C5;
}
.pm-nav-arrow {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--pt-petrol);
  color: var(--pt-mint);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pm-nav-arrow svg { transform: rotate(180deg); }
.pm-nav-arrow--r svg { transform: rotate(0deg); }
.pm-nav-btn--primary .pm-nav-arrow {
  background: var(--pt-petrol);
  color: var(--pt-turq);
}

/* =============================================================
   INSIGHTS
   ============================================================= */
.insights {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--hairline-light2);
  border-top: 1px solid var(--hairline-light2);
  border-bottom: 1px solid var(--hairline-light2);
}
@media (max-width: 900px) { .insights { grid-template-columns: 1fr; } }
.insight {
  background: var(--pt-offwhite);
  padding: 32px 28px 36px;
  display: flex; flex-direction: column;
  transition: background var(--dur) var(--ease);
  cursor: pointer;
}
.insight:hover { background: #ECEFEF; }
.insight:hover .insight-arrow { transform: translateX(4px); }
.insight-cat {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #5C7B7A; margin: 0 0 24px;
}
.insight-t {
  font-size: 22px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.18;
  color: var(--pt-petrol); margin: 0 0 14px; max-width: 22ch;
}
.insight-d { font-size: 14px; line-height: 1.55; color: var(--fg-on-light-mu); margin: 0 0 28px; max-width: 36ch; }
.insight-meta {
  margin-top: auto; display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: rgba(13,50,51,0.5);
  font-feature-settings: "tnum" 1;
}
.insight-arrow { color: var(--pt-petrol); transition: transform var(--dur) var(--ease); }

/* =============================================================
   DISCLOSURE BAND
   ============================================================= */
.disclosure {
  background: var(--pt-petrol-900);
  padding: 40px 0;
  border-top: 1px solid var(--hairline);
}
.disclosure-grid {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,2fr);
  gap: 56px;
}
@media (max-width: 900px) { .disclosure-grid { grid-template-columns: 1fr; gap: 24px; } }
.disclosure-text {
  font-size: 16px; line-height: 1.6; color: var(--fg);
  margin: 0; max-width: 76ch;
}
.disclosure-list {
  display: grid; gap: 10px; margin-top: 18px;
  font-size: 14px; line-height: 1.55; color: var(--fg-mu);
  list-style: none; padding: 0;
}
.disclosure-list li { display: grid; grid-template-columns: 16px 1fr; gap: 8px; }
.disclosure-list li::before {
  content: ""; width: 8px; height: 1px; background: var(--pt-mint);
  margin-top: 11px;
}

/* =============================================================
   FOOTER
   ============================================================= */
.footer {
  background: var(--pt-petrol);
  padding-top: 64px; padding-bottom: 28px;
  position: relative; overflow: hidden;
}
.footer-rule {
  height: 2px; background: linear-gradient(90deg, var(--pt-mint) 0%, var(--pt-mint) 30%, transparent 100%);
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 56px; padding-top: 56px;
}
@media (max-width: 980px) { .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 600px) { .footer-inner { grid-template-columns: 1fr; gap: 32px; } }

.footer-brand img { height: 24px; margin-bottom: 18px; }
.footer-brand p { font-size: 13px; color: var(--pt-mint); letter-spacing: 0.08em; text-transform: uppercase; max-width: 30ch; margin: 0 0 24px; }
.footer-brand .small { font-size: 13px; color: var(--fg-mu); letter-spacing: 0; text-transform: none; }

.footer-col h4 {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pt-mint); margin: 0 0 18px; font-weight: 500;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-col a {
  font-size: 14px; color: var(--fg-mu);
  transition: color var(--dur) var(--ease);
}
.footer-col a:hover { color: var(--fg); }

.footer-legal {
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid var(--hairline);
  display: grid; gap: 18px;
}
.footer-vgv {
  font-size: 14px; line-height: 1.6; color: var(--fg);
  max-width: 76ch; margin: 0;
}
.footer-meta {
  display: flex; justify-content: space-between;
  font-size: 12px; color: var(--fg-su);
  flex-wrap: wrap; gap: 12px;
}

/* =============================================================
   SECTION DIVIDERS — optical breaks between segments
   A hairline rule with a faint mint marker centered on the line.
   Sits in the document flow between <section> elements and
   spans the standard container width.
   ============================================================= */
.sec-divider {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  z-index: 2;
}
.sec-divider::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--hairline) 18%,
    var(--hairline) 82%,
    transparent 100%
  );
}
.sec-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--pt-mint);
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 0 4px var(--pt-petrol-900);
  opacity: 0.7;
}
/* Dark→light boundary (Vertrauensanker→FAQ, Investoren→Emittenten): the
   background change itself is the break. A box-shadow ring can't straddle
   the colour edge without leaving an off-white halo floating on the dark
   side, so drop both the hairline and the ring and let a single mint
   diamond sit centered on the seam — consistent with the other markers. */
.sec-divider.on-light::before { display: none; }
.sec-divider.on-light::after {
  background: var(--pt-mint);
  box-shadow: none;
  opacity: 0.9;
}

/* =============================================================
   IN-VIEW REVEAL
   ============================================================= */
.reveal { opacity: 0; transform: translateY(8px); transition: opacity 600ms var(--ease), transform 600ms var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* =============================================================
   PAGE-WIDE WIREFRAME CANVAS
   Strategy: a single fixed canvas paints BOTH the section
   backgrounds (off-white for on-light, transparent over body
   petrol elsewhere) AND the particle network. This guarantees
   correct layering — particles always render on top of the
   right bg color, regardless of section stacking contexts.
   Layer order (back→front):
     html bg petrol  →  .bg-canvas (z:0, paints bg + particles)
     →  main / nav / footer content (z:1+)
   ============================================================= */
html, body { background: var(--pt-petrol-900); }
body { background: transparent; }   /* let html bg show through */
.bg-canvas {
  position: fixed; inset: 0; width: 100vw; height: 100vh;
  z-index: 0; pointer-events: none;
}
.bg-canvas-fade { display: none; }   /* fade now baked into canvas if needed */

/* Lift content above the canvas */
.nav { z-index: 50; }                /* sticky nav already positioned */
main, .footer { position: relative; z-index: 1; }

/* All sections transparent — bg is painted by the canvas */
.hero, .section, .form-section, .disclosure { background: transparent; }
/* Footer sits below all canvas activity — give it an opaque petrol fill so
   drifting particles can't bleed up over the brand block / claim / links. */
.footer { background: var(--pt-petrol-900); position: relative; z-index: 2; }
.section.on-deep { background: transparent; }
.section.on-light {
  background: transparent;
  color: var(--fg-on-light);
}

/* Anchor offset so sticky nav doesn't cover headings */
section[id] { scroll-margin-top: 96px; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}


/* ============================================================
   Whitepaper CTA band — value-bomb between Insights & Disclosure
   ============================================================ */
.wp-band { padding: 64px 0; }

.wp-cta {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: stretch;
  padding: clamp(40px, 5vw, 64px) clamp(32px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(13,50,51,0.92) 0%, rgba(8,31,32,0.94) 100%);
  border: 1px solid var(--hairline);
  position: relative;
  overflow: hidden;
}
.wp-cta::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 70% at 100% 0%, rgba(23,227,227,0.10), transparent 60%),
    radial-gradient(50% 60% at 0% 100%, rgba(163,197,194,0.06), transparent 60%);
  pointer-events: none;
}
.wp-cta > * { position: relative; }

.wp-cta-meta { display: flex; flex-direction: column; gap: 16px; max-width: 30ch; }
.wp-cta-title {
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 500; letter-spacing: -0.018em; line-height: 1.05;
  color: var(--pt-offwhite);
  margin: 4px 0 0;
}
.wp-cta-sub { color: var(--fg-mu); font-size: 15px; line-height: 1.55; max-width: 38ch; margin: 0; }

.wp-cta-side {
  display: flex; flex-direction: column;
  border-left: 1px solid var(--hairline);
  padding-left: clamp(24px, 3vw, 40px);
  gap: 24px;
}
.wp-cta-bullets {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.wp-cta-bullets li {
  font-size: 14px; line-height: 1.55; color: var(--pt-offwhite);
  display: grid; grid-template-columns: 18px 1fr; gap: 10px;
  padding-bottom: 14px; border-bottom: 1px solid rgba(163,197,194,0.12);
}
.wp-cta-bullets li:last-child { border-bottom: none; padding-bottom: 0; }
.wp-bul {
  width: 6px; height: 6px; background: var(--pt-turq);
  margin-top: 9px;
}
.wp-cta-btn {
  align-self: flex-start;
  margin-top: 4px;
}
.wp-cta-note {
  font-size: 11px; letter-spacing: 0.06em; color: var(--fg-su);
  margin: 0;
}

@media (max-width: 860px) {
  .wp-band { padding: 56px 0; }
  .wp-cta { grid-template-columns: 1fr; }
  .wp-cta-side { border-left: none; padding-left: 0; border-top: 1px solid var(--hairline); padding-top: 28px; }
}

/* ============================================================
   Whitepaper modal
   ============================================================ */
.wp-overlay {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 3vw, 40px);
  animation: wpOverlayIn 240ms var(--ease);
}
@keyframes wpOverlayIn { from { opacity: 0; } to { opacity: 1; } }

.wp-backdrop {
  position: absolute; inset: 0;
  background: rgba(8, 31, 32, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.wp-window {
  position: relative; z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100vh - 80px);
  background: var(--pt-petrol);
  color: var(--fg);
  border: 1px solid var(--hairline);
  display: flex; flex-direction: column;
  overflow: hidden;
  animation: wpWindowIn 320ms var(--ease);
}
@keyframes wpWindowIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.wp-close {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px;
  background: transparent; border: 1px solid var(--hairline);
  color: var(--fg);
  display: inline-flex; align-items: center; justify-content: center;
  z-index: 2;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.wp-close:hover { background: var(--pt-petrol-700); border-color: var(--pt-mint); }

.wp-progress {
  display: flex; align-items: center; gap: 10px;
  padding: 18px 28px;
  border-bottom: 1px solid var(--hairline);
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--fg-su);
  background: var(--pt-petrol-900);
  flex-shrink: 0;
}
.wp-prog-step { white-space: nowrap; }
.wp-prog-step.is-active { color: var(--pt-turq); }
.wp-prog-sep { flex: 0 0 24px; height: 1px; background: var(--hairline); }

.wp-body {
  padding: 28px clamp(24px, 4vw, 40px) 32px;
  overflow-y: auto;
}
.wp-eyebrow {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pt-mint); margin: 0 0 12px;
}
.wp-title {
  font-size: clamp(24px, 2.6vw, 32px);
  letter-spacing: -0.018em; line-height: 1.12;
  color: var(--pt-offwhite);
  margin: 0 0 14px;
}
.wp-abstract {
  font-size: 14px; line-height: 1.62; color: var(--fg-mu);
  margin: 0 0 20px; max-width: 60ch;
}

.wp-findings {
  list-style: none; margin: 8px 0 12px; padding: 0;
  display: flex; flex-direction: column;
  border-top: 1px solid var(--hairline);
}
.wp-findings li {
  display: grid; grid-template-columns: 48px 1fr; gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--hairline);
}
.wp-find-n {
  font-family: var(--font-mono);
  font-size: 12px; letter-spacing: 0.04em;
  color: var(--pt-turq); padding-top: 2px;
}
.wp-find-t {
  font-size: 14px; font-weight: 500; color: var(--pt-offwhite);
  margin: 0 0 4px; letter-spacing: -0.005em;
}
.wp-find-d {
  font-size: 13px; line-height: 1.55; color: var(--fg-mu); margin: 0;
}

.wp-divider {
  height: 1px; background: var(--hairline);
  margin: 24px 0 20px;
}
.wp-section-h {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pt-mint); margin: 0 0 8px;
}
.wp-section-d {
  font-size: 13px; line-height: 1.6; color: var(--fg-mu);
  margin: 0 0 14px;
}

.wp-actions {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-top: 22px;
}
.wp-actions-note {
  font-size: 11px; letter-spacing: 0.04em; color: var(--fg-su);
  margin: 0; max-width: 38ch;
}

.btn.is-disabled, .btn[disabled] {
  opacity: 0.4; cursor: not-allowed;
  background: var(--pt-petrol-700) !important; color: var(--fg-mu) !important;
}

.btn-text {
  background: transparent; border: none; color: var(--fg-mu);
  font-size: 13px; padding: 8px 0;
  border-bottom: 1px solid var(--hairline);
  letter-spacing: 0.02em;
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.btn-text:hover { color: var(--pt-turq); border-bottom-color: var(--pt-turq); }

.btn-ghost {
  background: transparent; color: var(--pt-offwhite);
  border: 1px solid var(--pt-mint-45);
  padding: 14px 22px;
}
.btn-ghost:hover { background: var(--pt-mint-soft); border-color: var(--pt-mint); }

.wp-download-row {
  display: flex; align-items: center; gap: 18px;
  margin: 8px 0 0; flex-wrap: wrap;
}
.wp-download-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 24px; font-size: 14px;
}
.wp-download-meta {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--fg-su); letter-spacing: 0.04em;
}

.wp-pipeline { margin-top: 18px; }
.wp-pipeline .form-row label {
  color: var(--pt-mint);
}
.wp-pipeline .input {
  background: transparent; color: var(--fg);
  border: none; border-bottom: 1px solid var(--hairline);
  padding: 12px 0; width: 100%;
}

.wp-art13 {
  margin-top: 14px;
  border: 1px solid var(--hairline);
  padding: 0;
  background: var(--pt-petrol-900);
}
.wp-art13 summary {
  font-size: 12px; letter-spacing: 0.06em; color: var(--pt-mint);
  padding: 12px 16px;
  cursor: pointer;
  list-style: none;
  display: flex; align-items: center; justify-content: space-between;
}
.wp-art13 summary::after {
  content: "+"; font-family: var(--font-mono); color: var(--fg-su);
  transition: transform var(--dur) var(--ease);
}
.wp-art13[open] summary::after { content: "−"; }
.wp-art13 summary::-webkit-details-marker { display: none; }

.wp-art13-body {
  padding: 4px 16px 16px;
  border-top: 1px solid var(--hairline);
  font-size: 12px; line-height: 1.6; color: var(--fg-mu);
}
.wp-art13-body p { margin: 10px 0; }
.wp-art13-body strong { color: var(--pt-offwhite); font-weight: 500; }

.wp-err {
  font-size: 12px; color: #FFB1A6; margin: 8px 0 0;
  font-family: var(--font-mono);
}

.wp-thanks .wp-actions { margin-top: 14px; }

/* =============================================================
   SETUP — Legal framework schema
   ============================================================= */
.setup-schema {
  display: grid;
  grid-template-columns: 1fr 132px 1.15fr 132px 1fr;
  align-items: stretch;
  gap: 0;
  margin-top: 8px;
  position: relative;
}
@media (max-width: 1080px) {
  .setup-schema { grid-template-columns: 1fr; gap: 16px; }
}
/* Setup diagram (SVG) — scales to the container; on narrow screens it keeps a
   legible minimum width and scrolls horizontally instead of shrinking to
   unreadable text. */
.setup-figure {
  margin-top: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.setup-svg {
  display: block;
  width: 100%;
  min-width: 840px;
  height: auto;
}
@media (min-width: 880px) {
  .setup-figure { overflow-x: visible; }
}

.setup-node {
  background: var(--pt-petrol-700);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 28px 24px 24px;
  display: flex; flex-direction: column;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.setup-node:hover { border-color: var(--pt-mint); transform: translateY(-2px); }
.setup-node--center {
  background: linear-gradient(180deg, var(--pt-petrol-700) 0%, #102e2e 100%);
  border-color: var(--pt-mint-22);
}

.setup-role {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--pt-mint);
  margin: 0 0 10px;
}
.setup-name {
  font-size: 18px; font-weight: 500; letter-spacing: -0.005em;
  color: var(--fg);
  margin: 0 0 18px;
}
.setup-list {
  list-style: none; padding: 0; margin: 0 0 12px;
  font-size: 13.5px; line-height: 1.55; color: var(--fg-mu);
  display: grid; gap: 8px;
}
.setup-list li {
  position: relative;
  padding-left: 14px;
}
.setup-list li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 6px; height: 1px; background: var(--pt-mint);
}
.setup-foot {
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--hairline);
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.04em;
  color: var(--fg-su);
  line-height: 1.5;
}

.setup-arrow {
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.setup-arrow-line {
  height: 1px; width: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--pt-mint) 20%, var(--pt-mint) 80%, transparent 100%);
}
.setup-arrow-label {
  position: absolute; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--pt-mint);
  background: var(--pt-petrol);
  padding: 2px 8px;
  white-space: nowrap;
  max-width: calc(100% - 12px);
  text-align: center;
  line-height: 1.3;
}
.setup-arrow-label--top { top: calc(50% - 20px); }
.setup-arrow-label--bot { top: calc(50% + 8px); color: var(--fg-su); }

/* Mobile / tablet: connectors flip to vertical and sit between the stacked pillars */
@media (max-width: 1080px) {
  .setup-arrow {
    width: 100%;
    min-height: 64px;
    padding: 8px 0;
    flex-direction: column;
    gap: 6px;
  }
  .setup-arrow-line {
    width: 1px; height: 40px;
    background: linear-gradient(180deg, transparent 0%, var(--pt-mint) 20%, var(--pt-mint) 80%, transparent 100%);
  }
  .setup-arrow-label {
    position: static; transform: none;
    background: transparent;
    padding: 0;
  }
  .setup-arrow-label--top { order: 0; }
  .setup-arrow-line { order: 1; }
  .setup-arrow-label--bot { order: 2; }
}

.setup-fiduciary {
  grid-column: 1 / -1;
  margin-top: 32px;
  display: grid;
  grid-template-rows: auto auto;
}
.setup-fiduciary-rule {
  height: 1px; width: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--pt-mint-22) 20%, var(--pt-mint-22) 80%, transparent 100%);
  margin-bottom: 24px;
  position: relative;
}
.setup-fiduciary-rule::before,
.setup-fiduciary-rule::after {
  content: ""; position: absolute; top: -10px;
  width: 1px; height: 21px;
  background: var(--pt-mint-22);
}
.setup-fiduciary-rule::before { left: 16.66%; }
.setup-fiduciary-rule::after  { left: 83.33%; }
@media (max-width: 1080px) {
  .setup-fiduciary-rule::before, .setup-fiduciary-rule::after { display: none; }
}
.setup-fiduciary-card {
  background: var(--pt-petrol-700);
  border: 1px solid var(--pt-mint-22);
  border-left: 2px solid var(--pt-mint);
  border-radius: 4px;
  padding: 24px 28px 22px;
  max-width: 720px;
  margin: 0 auto;
}
.setup-fiduciary-d {
  font-size: 14px; line-height: 1.6; color: var(--fg-mu);
  margin: 0; max-width: 60ch;
}

.setup-foot-band {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--hairline);
}
@media (max-width: 900px) { .setup-foot-band { grid-template-columns: 1fr; } }
.setup-foot-item {
  padding: 24px 20px 22px 0;
}
.setup-foot-item + .setup-foot-item {
  border-left: 1px solid var(--hairline);
  padding-left: 24px;
}
@media (max-width: 900px) {
  .setup-foot-item + .setup-foot-item { border-left: 0; padding-left: 0; border-top: 1px solid var(--hairline); padding-top: 24px; }
}
.setup-foot-k {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pt-mint);
  margin: 0 0 10px;
}
.setup-foot-v {
  font-size: 14px; line-height: 1.55; color: var(--fg);
  margin: 0;
}

/* =============================================================
   SICHERUNGSLOGIK — risk mitigation grid
   ============================================================= */
.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
@media (max-width: 900px) { .risk-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .risk-grid { grid-template-columns: 1fr; } }

.risk-tile {
  padding: 32px 28px 32px 0;
  border-right: 1px solid var(--hairline);
  transition: background var(--dur) var(--ease);
}
.risk-tile:nth-child(3n) { border-right: 0; padding-right: 0; }
.risk-tile:nth-child(n+4) { border-top: 1px solid var(--hairline); }
.risk-tile:nth-child(3n+1) { padding-left: 0; }
.risk-tile:not(:nth-child(3n+1)) { padding-left: 28px; }

@media (max-width: 900px) {
  .risk-tile { border-right: 1px solid var(--hairline); padding-right: 24px; }
  .risk-tile:nth-child(2n) { border-right: 0; padding-right: 0; }
  .risk-tile:nth-child(2n+1) { padding-left: 0; }
  .risk-tile:not(:nth-child(2n+1)) { padding-left: 28px; }
  .risk-tile:nth-child(n+3) { border-top: 1px solid var(--hairline); }
  .risk-tile:nth-child(3n) { border-right: 1px solid var(--hairline); }
  .risk-tile:nth-child(3) { border-right: 0; padding-right: 0; }
}
@media (max-width: 600px) {
  .risk-tile,
  .risk-tile:nth-child(n) {
    border-right: 0; padding-right: 0; padding-left: 0;
  }
  .risk-tile + .risk-tile { border-top: 1px solid var(--hairline); }
}

.risk-tile:hover { background: rgba(163,197,194,0.04); }
.risk-tile-icon {
  width: 36px; height: 36px;
  color: var(--pt-mint);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.risk-tile-t {
  font-size: 17px; font-weight: 500; letter-spacing: -0.005em;
  margin: 0 0 10px;
}
.risk-tile-d {
  font-size: 14px; line-height: 1.6; color: var(--fg-mu);
  margin: 0; max-width: 38ch;
}


/* =============================================================
   VERTRAUENSANKER — partner logo row
   Sits between Hero and "Was wir tun". Transparent, lets the
   petrol canvas show through; logos rendered as white-on-dark
   PNGs with a translucent treatment for "grayscale" effect.
   ============================================================= */
.anchor-section {
  padding: clamp(40px, 5vw, 64px) 0;
}
.anchor-head {
  margin-bottom: 28px;
}
.anchor-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.anchor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  padding: 36px 20px 30px;
  text-align: center;
}
.anchor-item + .anchor-item {
}
.anchor-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  outline: 0;
}
.anchor-logo img {
  display: block;
  max-width: 100%;
  width: auto;
  /* Force every logo to render white on the dark section — same treatment as
     the hero partner band — so dark-on-transparent marks (e.g. NYALA) are
     visible too. Slight opacity for a muted look; full opacity on hover. */
  opacity: 0.62;
  filter: brightness(0) invert(1);
}
.anchor-logo:hover img,
.anchor-logo:focus-visible img {
  opacity: 1;
}
.anchor-role {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-su);
  line-height: 1.3;
}

/* Tooltip — pure CSS, no animation per spec */
.anchor-tip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  white-space: nowrap;
  max-width: min(320px, 80vw);
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
  color: var(--pt-offwhite);
  background: var(--pt-petrol-900);
  border: 1px solid var(--pt-mint-22);
  border-radius: 3px;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.5);
  z-index: 5;
  pointer-events: none;
}
.anchor-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--pt-petrol-900);
}
.anchor-logo:hover .anchor-tip,
.anchor-logo:focus-visible .anchor-tip {
  display: block;
}

@media (max-width: 900px) {
  .anchor-row { grid-template-columns: repeat(2, 1fr); }
  .anchor-tip { white-space: normal; min-width: 220px; }
}
@media (max-width: 520px) {
  .anchor-row { grid-template-columns: 1fr; }
}


/* =============================================================
   CONSENT BANNER — modal cookie consent (first-visit gate)
   ============================================================= */
.consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(8, 31, 32, 0.74);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(16px, 3vw, 40px);
}
@media (min-width: 720px) {
  .consent-overlay { align-items: center; }
}
.consent-dialog {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: var(--pt-petrol-800);
  border: 1px solid var(--pt-mint-22);
  border-radius: 6px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow:
    0 32px 80px -20px rgba(0,0,0,0.7),
    0 8px 20px rgba(0,0,0,0.3);
  color: var(--fg);
}
.consent-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pt-mint); margin: 0 0 14px;
}
.consent-eyebrow .dot {
  width: 6px; height: 6px; background: var(--pt-mint); display: inline-block;
}
.consent-title {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15; letter-spacing: -0.01em;
  font-weight: 500;
  margin: 0 0 16px;
  color: var(--pt-offwhite);
  max-width: 22ch;
}
.consent-body { margin: 0 0 24px; }
.consent-body p {
  font-size: 14px; line-height: 1.6; color: var(--fg-mu);
  margin: 0 0 12px;
}
.consent-body p:last-child { margin-bottom: 0; }
.consent-meta { font-size: 13px !important; color: var(--fg-su) !important; }
.consent-link {
  color: var(--pt-mint);
  border-bottom: 1px solid var(--pt-mint-45);
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.consent-link:hover { color: var(--pt-turq); border-bottom-color: var(--pt-turq); }
.consent-actions {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 8px;
}
.consent-btn {
  flex: 1 1 0;
  min-width: 200px;
  justify-content: center;
}
.consent-btn.btn-ghost-mint {
  background: transparent;
  color: var(--pt-offwhite);
  border: 1px solid var(--pt-mint-45);
}
.consent-btn.btn-ghost-mint:hover {
  background: var(--pt-mint-soft);
  border-color: var(--pt-mint);
}
@media (max-width: 520px) {
  .consent-actions { flex-direction: column; }
  .consent-btn { min-width: 0; width: 100%; }
}

/* When the modal is open, hide consent-gated tracking nodes (defensive). */
[data-consent="all"] { display: none; }
html.consent-all [data-consent="all"] { display: revert; }


/* =============================================================
   FAQ — accordion, lives on .section.on-light
   ============================================================= */
.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--hairline-light2);
}
.faq-item {
  border-bottom: 1px solid var(--hairline-light2);
}
.faq-q {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 26px 4px;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: var(--pt-petrol);
  transition: background var(--dur) var(--ease);
}
.faq-q:hover { background: rgba(13,50,51,0.03); }
.faq-q:focus-visible {
  outline: 2px solid var(--pt-turq);
  outline-offset: -2px;
}
.faq-n {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #5C7B7A;
}
.faq-q-text {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--pt-petrol);
}
.faq-toggle {
  position: relative;
  width: 18px; height: 18px;
  flex: 0 0 18px;
  display: inline-block;
}
.faq-toggle-bar {
  position: absolute;
  background: var(--pt-petrol);
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.faq-toggle-bar--h {
  left: 0; right: 0;
  top: 50%; height: 1.5px;
  transform: translateY(-50%);
}
.faq-toggle-bar--v {
  top: 0; bottom: 0;
  left: 50%; width: 1.5px;
  transform: translateX(-50%);
}
.faq-item.is-open .faq-toggle-bar--v {
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
}
.faq-a {
  padding: 0 4px 28px calc(4px + 24px + 28px); /* line up with .faq-q-text */
}
.faq-a-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fg-on-light-mu);
  margin: 0;
  max-width: 72ch;
}
.faq-foot {
  margin-top: 36px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(13,50,51,0.55);
  max-width: 78ch;
}
@media (max-width: 600px) {
  .faq-q { gap: 14px; padding: 22px 2px; }
  .faq-a { padding-left: calc(2px + 18px + 14px); }
}


/* =============================================================
   NAV — Compliance link (right of section links)
   ============================================================= */
.nav-compliance {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--pt-mint) !important;
  border: 1px solid var(--pt-mint-22);
  padding: 6px 12px !important;
  border-radius: 2px;
  margin-left: 8px;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.nav-compliance::after { display: none !important; }
.nav-compliance:hover {
  color: var(--pt-offwhite) !important;
  background: var(--pt-mint-soft);
  border-color: var(--pt-mint-45);
}
@media (max-width: 1024px) { .nav-compliance { display: none; } }

/* Static nav variant (used on subpages — no scroll-state changes) */
.nav.nav--static {
  position: sticky; top: 0;
  background: var(--pt-petrol-900);
  border-bottom: 1px solid var(--hairline);
}

/* =============================================================
   FOOTER — Compliance card
   ============================================================= */
.footer-compliance {
  display: block;
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid var(--pt-mint-22);
  border-radius: 3px;
  background: rgba(163,197,194,0.04);
  color: var(--fg) !important;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
  max-width: 320px;
}
.footer-compliance:hover {
  border-color: var(--pt-mint-45);
  background: var(--pt-mint-soft);
}
.footer-compliance-k {
  display: block;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pt-mint);
  margin-bottom: 4px;
}
.footer-compliance-v {
  display: block;
  font-size: 13px;
  color: var(--fg);
  line-height: 1.4;
}

/* =============================================================
   COMPLIANCE PAGE
   ============================================================= */
.compliance-page { padding-bottom: 0; }

.compliance-hero {
  padding: clamp(56px, 8vw, 112px) 0 clamp(40px, 6vw, 72px);
}
.compliance-h1 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.06; letter-spacing: -0.02em;
  font-weight: 500;
  margin: 18px 0 22px;
  color: var(--pt-offwhite);
  max-width: 22ch;
}
.compliance-lead {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  color: var(--fg-mu);
  max-width: 62ch;
  margin: 0 0 18px;
}
.compliance-meta {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-su);
  margin: 0;
}

.compliance-section {
  padding: clamp(56px, 7vw, 96px) 0 clamp(56px, 8vw, 112px);
}

.compliance-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
@media (max-width: 900px) {
  .compliance-grid { grid-template-columns: 1fr; gap: 40px; }
}

.compliance-toc {
  position: sticky; top: 96px;
  border-left: 1px solid var(--hairline);
  padding-left: 20px;
}
.compliance-toc-h {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pt-mint); margin: 0 0 14px;
}
.compliance-toc ol {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
  counter-reset: none;
}
.compliance-toc a {
  font-size: 13px; line-height: 1.45;
  color: var(--fg-mu);
  transition: color var(--dur) var(--ease);
}
.compliance-toc a:hover { color: var(--pt-offwhite); }
@media (max-width: 900px) {
  .compliance-toc { position: static; border-left: 0; padding-left: 0; border-top: 1px solid var(--hairline); padding-top: 24px; }
}

.compliance-content { min-width: 0; }

.compliance-block + .compliance-block {
  margin-top: clamp(48px, 6vw, 80px);
  padding-top: clamp(40px, 5vw, 56px);
  border-top: 1px solid var(--hairline);
}
.compliance-num {
  font-family: var(--font-mono);
  font-size: 12px; letter-spacing: 0.14em;
  color: var(--pt-mint);
  margin: 0 0 12px;
}
.compliance-block h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: var(--pt-offwhite);
  margin: 0 0 20px;
  max-width: 28ch;
}
.compliance-block p {
  font-size: 15px; line-height: 1.7;
  color: var(--fg-mu);
  margin: 0 0 14px;
  max-width: 70ch;
}
.compliance-block strong {
  color: var(--pt-offwhite);
  font-weight: 500;
}
.compliance-note {
  margin-top: 16px !important;
  padding: 14px 16px;
  border-left: 1px solid var(--pt-mint);
  background: rgba(163,197,194,0.04);
  font-size: 14px !important;
  color: var(--fg) !important;
}

.compliance-list {
  list-style: none; margin: 14px 0 0; padding: 0;
}
.compliance-list li {
  font-size: 15px; line-height: 1.65;
  color: var(--fg-mu);
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid var(--hairline);
  position: relative;
  max-width: 72ch;
}
.compliance-list li::before {
  content: "—";
  position: absolute;
  left: 0; top: 14px;
  color: var(--pt-mint);
  font-family: var(--font-mono);
}
.compliance-list li:last-child { border-bottom: 0; }

.compliance-kv {
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--hairline);
}
.compliance-kv > div {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline);
  align-items: start;
}
.compliance-kv dt {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pt-mint);
  margin: 2px 0 0;
}
.compliance-kv dd {
  font-size: 15px; line-height: 1.6;
  color: var(--fg);
  margin: 0;
  font-feature-settings: "tnum" 1, "lnum" 1;
}
.compliance-kv a {
  color: var(--pt-mint);
  border-bottom: 1px solid var(--pt-mint-45);
  transition: color var(--dur) var(--ease);
}
.compliance-kv a:hover { color: var(--pt-turq); border-bottom-color: var(--pt-turq); }
@media (max-width: 700px) {
  .compliance-kv > div { grid-template-columns: 1fr; gap: 6px; }
}

.compliance-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 18px 0;
  border: 1px solid var(--hairline);
}
.compliance-split-col {
  padding: 22px 24px;
}
.compliance-split-col + .compliance-split-col {
  border-left: 1px solid var(--hairline);
}
.compliance-split-h {
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
  color: var(--pt-mint) !important;
  margin: 0 0 8px !important;
  font-weight: 500;
}
.compliance-split-d {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: var(--fg-mu) !important;
  margin: 0 !important;
}
@media (max-width: 700px) {
  .compliance-split { grid-template-columns: 1fr; }
  .compliance-split-col + .compliance-split-col { border-left: 0; border-top: 1px solid var(--hairline); }
}

.compliance-link {
  color: var(--pt-mint);
  border-bottom: 1px solid var(--pt-mint-45);
  transition: color var(--dur) var(--ease);
}
.compliance-link:hover { color: var(--pt-turq); border-bottom-color: var(--pt-turq); }

.compliance-block--dark {
  margin-top: clamp(56px, 8vw, 96px) !important;
  padding: clamp(32px, 4vw, 48px) !important;
  border: 1px solid var(--pt-mint-22) !important;
  border-top: 1px solid var(--pt-mint-22) !important;
  background: var(--pt-petrol-700);
  border-radius: 4px;
}
.compliance-block--dark .compliance-num { color: var(--pt-turq); }

.compliance-foot-section {
  padding: 56px 0 96px;
}
.compliance-foot-line {
  font-size: 12px;
  line-height: 1.7;
  color: var(--fg-su);
  max-width: 90ch;
  margin: 0 0 24px;
}


/* =============================================================
   PATHSPLITTER — early self-segmentation banner
   Sits between Hero and Vertrauensanker. Two equal-weight paths.
   ============================================================= */
.pathsplitter-section {
  padding: clamp(40px, 5vw, 72px) 0;
}
.pathsplitter {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: stretch;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.pathsplit-divider {
  background: var(--hairline);
  width: 1px;
}
.pathsplit-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(28px, 3.4vw, 44px) clamp(24px, 3vw, 40px) clamp(28px, 3.4vw, 40px);
  color: var(--fg);
  transition: background var(--dur) var(--ease);
  position: relative;
  min-width: 0;
}
.pathsplit-card:hover {
  background: rgba(163,197,194,0.04);
}
.pathsplit-card:hover .pathsplit-arrow {
  transform: translateX(4px);
}
.pathsplit-card:hover .pathsplit-cta {
  color: var(--pt-turq);
}
.pathsplit-card:focus-visible {
  outline: 2px solid var(--pt-turq);
  outline-offset: -2px;
}

.pathsplit-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 4px;
}
.pathsplit-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--pt-mint);
}
.pathsplit-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-su);
}
.pathsplit-title {
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  font-weight: 500;
  color: var(--pt-offwhite);
  margin: 0;
}
.pathsplit-pitch {
  font-size: 15px;
  line-height: 1.55;
  color: var(--fg-mu);
  margin: 0;
  max-width: 44ch;
}
.pathsplit-cta {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--pt-mint);
  transition: color var(--dur) var(--ease);
}
.pathsplit-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform var(--dur) var(--ease);
}

@media (max-width: 760px) {
  .pathsplitter {
    grid-template-columns: 1fr;
  }
  .pathsplit-divider {
    width: auto;
    height: 1px;
  }
  .pathsplit-card {
    padding: 28px var(--gutter);
  }
}


/* =============================================================
   AKTUELLE TRANSAKTIONEN — anonymized recent closes
   ============================================================= */
.deals-section {
  padding: clamp(56px, 7vw, 104px) 0;
}

/* Compliance band sits above the section head */
.deals-band {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin: 0 0 36px;
  border: 1px solid var(--pt-mint-22);
  background: rgba(163,197,194,0.04);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--fg-mu);
  border-radius: 2px;
  max-width: 100%;
}
.deals-band-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--pt-mint);
  flex: 0 0 auto;
}

.deals-grid {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
@media (max-width: 1080px) {
  .deals-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .deals-grid { grid-template-columns: 1fr; }
}

.deal-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px 30px;
  min-width: 0;
  transition: background var(--dur) var(--ease);
}
.deal-card + .deal-card {
  border-left: 1px solid var(--hairline);
}
@media (max-width: 1080px) {
  .deal-card + .deal-card { border-left: 0; }
  .deal-card:nth-child(2n) { border-left: 1px solid var(--hairline); }
  .deal-card:nth-child(n+3) { border-top: 1px solid var(--hairline); }
}
@media (max-width: 600px) {
  .deal-card:nth-child(2n) { border-left: 0; }
  .deal-card + .deal-card { border-top: 1px solid var(--hairline); }
}

.deal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--hairline);
}
.deal-qy {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--pt-mint);
  font-feature-settings: "tnum" 1, "lnum" 1;
}
.deal-cls {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-su);
}
.deal-desc {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--pt-offwhite);
  margin: 0 0 22px;
}
.deal-kv {
  margin: 0;
  display: grid;
  gap: 0;
  margin-top: auto;
}
.deal-kv > div {
  padding: 10px 0;
  border-bottom: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.deal-kv > div:last-child { border-bottom: 0; padding-bottom: 0; }
.deal-kv dt {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-su);
  margin: 0;
}
.deal-kv dd {
  font-size: 14px;
  line-height: 1.4;
  color: var(--fg);
  margin: 0;
  font-feature-settings: "tnum" 1, "lnum" 1;
}
.deal-vol {
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--pt-turq) !important;
}

.deals-foot {
  margin-top: 28px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--fg-su);
  max-width: 78ch;
  letter-spacing: 0.02em;
}


/* =============================================================
   MARKETING-PILL — § 63 Abs. 6 WpHG / Art. 24 (3) MiFID II
   ============================================================= */
.marketing-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  margin: 0 0 22px;
  border: 1px solid var(--pt-mint-45);
  background: rgba(163,197,194,0.06);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pt-mint);
  line-height: 1.4;
  max-width: 100%;
}
.marketing-pill-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--pt-mint);
  flex: 0 0 auto;
  box-shadow: 0 0 0 3px rgba(163,197,194,0.18);
}
.marketing-pill--nav {
  margin: 0 0 0 12px;
  padding: 6px 12px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 1080px) {
  .marketing-pill--nav { display: none; }
}

/* Hero footer disclaimer — small, non-intrusive compliance line
   sitting below the trust strip in the hero.                     */
.hero-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 28px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid var(--pt-mint-22);
  max-width: 64ch;
  font-size: 11px;
  line-height: 1.5;
  color: var(--fg-mu);
  opacity: 0.78;
}
.hero-disclaimer-tag {
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pt-mint);
  font-weight: 600;
  white-space: nowrap;
  padding-top: 1px;
  flex: 0 0 auto;
  position: relative;
}
.hero-disclaimer-tag::before {
  content: "";
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--pt-mint);
  vertical-align: middle;
  margin-right: 8px;
  transform: translateY(-1px);
}
.hero-disclaimer-text {
  color: var(--fg-mu);
  opacity: 0.95;
}
@media (max-width: 720px) {
  .hero-disclaimer {
    flex-direction: column;
    gap: 6px;
    font-size: 10.5px;
  }
}

/* Persistent sub-footer band */
.footer-marketing {
  border-top: 1px solid var(--pt-mint-22);
  background: var(--pt-petrol-900);
  padding: 12px 0;
}
.footer-marketing-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-marketing-tag {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pt-mint);
  padding: 4px 10px;
  border: 1px solid var(--pt-mint-45);
  border-radius: 999px;
}
.footer-marketing-text {
  font-size: 12px;
  color: var(--fg-mu);
  letter-spacing: 0.02em;
}


/* Disclosure — token-specific risk sub-list */
.disclosure-sub-h {
  margin: 28px 0 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pt-mint);
  font-weight: 500;
}
.disclosure-list--token li::before { color: var(--pt-turq); }


/* =============================================================
   RESPONSIVE REFINEMENTS — Tablet & Mobile pass
   Layered on top of the existing breakpoints. Targets: type
   scale, container padding, navigation, hero, KPIs, forms,
   modals, footer, compliance subpages.
   ============================================================= */

/* Container padding tightens on small screens */
@media (max-width: 900px) {
  .container { padding-left: 28px; padding-right: 28px; }
}
@media (max-width: 640px) {
  .container { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 380px) {
  .container { padding-left: 16px; padding-right: 16px; }
}

/* Type-scale safety: clamp big display headings on phones */
@media (max-width: 900px) {
  .section-title, .hero-h, .hero-headline {
    font-size: clamp(28px, 6.4vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.015em;
  }
}
@media (max-width: 480px) {
  .section-title, .hero-h, .hero-headline {
    font-size: clamp(26px, 8vw, 36px);
  }
  .section-head .eyebrow, .eyebrow { font-size: 12px; }
}

/* Prevent iOS form-zoom: inputs must be ≥ 16px */
@media (max-width: 640px) {
  .input, .textarea, .pselect-trigger, select, input, textarea {
    font-size: 16px;
  }
  .form-card { padding: 22px 18px; }
  .form-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .form-actions .btn { width: 100%; justify-content: center; }
  .form-note { text-align: center; }
}

/* Hero adjustments on tablet/phone */
@media (max-width: 980px) {
  .hero { padding-top: clamp(72px, 10vw, 104px); padding-bottom: clamp(56px, 10vw, 88px); }
  .hero-card { padding: clamp(20px, 4vw, 32px); }
  .hero-actions { gap: 12px; flex-wrap: wrap; }
  .hero-actions .btn { flex: 1 1 240px; justify-content: center; }
}
@media (max-width: 640px) {
  .hero-actions .btn { flex-basis: 100%; }
}

/* Navigation — touch targets + spacing */
@media (max-width: 1080px) {
  .nav-inner { padding-top: 14px; padding-bottom: 14px; }
  .nav-burger { width: 44px; height: 44px; }
  .nav-burger svg { width: 28px; height: 28px; }
}

/* KPIs — collapse to single column at narrow phones */
@media (max-width: 540px) {
  .kpis { grid-template-columns: 1fr; }
  .kpi { padding: 26px 20px 24px; }
  .kpi + .kpi { border-left: 0; border-top: 1px solid var(--hairline); }
  .kpi:nth-child(2n) { border-left: 0; }
}

/* Trust-anchor / partner row */
@media (max-width: 720px) {
  .anchor-row { gap: 28px 20px; }
  .anchor-cell img { max-width: 100%; height: auto; max-height: 36px; }
}

/* Process steps — touch-comfortable spacing on phones */
@media (max-width: 540px) {
  .process-step { padding: 26px 0 22px; }
  .process-step + .process-step { border-top: 1px solid var(--hairline); padding-top: 24px; }
}

/* Pillars — pad inner content on phones */
@media (max-width: 640px) {
  .pillar { padding: 22px 18px; }
  .pillar-icon { margin-bottom: 14px; }
}

/* Team cards & partner modal */
@media (max-width: 640px) {
  .team-card { padding: 22px 20px; }
  .team-card-photo { width: 64px; height: 64px; }
}
@media (max-width: 720px) {
  .pm-overlay { padding: 16px; }
  .pm-card { padding: 28px 22px; max-height: calc(100dvh - 32px); overflow-y: auto; }
  .pm-title { font-size: clamp(26px, 6vw, 36px); }
  .pm-stats { grid-template-columns: 1fr 1fr; gap: 14px; }
  .pm-nav { flex-wrap: wrap; gap: 10px; }
  .pm-nav-btn { flex: 1 1 140px; justify-content: center; }
  .pm-close { width: 44px; height: 44px; }
}
@media (max-width: 480px) {
  .pm-stats { grid-template-columns: 1fr; }
}

/* Whitepaper modal */
@media (max-width: 720px) {
  .wp-modal { padding: 16px; }
  .wp-card { padding: 26px 20px 32px; max-height: calc(100dvh - 32px); overflow-y: auto; }
  .wp-title { font-size: clamp(24px, 6vw, 34px); }
  .wp-progress { font-size: 11px; gap: 6px; flex-wrap: wrap; }
  .wp-prog-step { white-space: nowrap; }
  .wp-cta { grid-template-columns: 1fr; gap: 12px; }
  .wp-cta .btn { width: 100%; justify-content: center; }
}

/* Consent banner — mobile-friendly */
@media (max-width: 640px) {
  .consent-card { padding: 22px 18px; max-height: calc(100dvh - 24px); overflow-y: auto; }
  .consent-title { font-size: 19px; }
  .consent-body { font-size: 14px; }
  .consent-actions { gap: 10px; }
}

/* Setup-schema (Aquila diagram) — mobile padding */
@media (max-width: 720px) {
  .setup-node { padding: 22px 18px; }
  .setup-name { font-size: 16px; }
  .setup-list { font-size: 13px; }
}

/* Disclosure / risk tiles */
@media (max-width: 640px) {
  .disclosure-text { font-size: 15px; }
  .disclosure-list li { padding: 14px 0; font-size: 14px; }
  .disclosure-sub-h { font-size: 13px; margin-top: 24px; }
}

/* Insights / cards */
@media (max-width: 640px) {
  .insight { padding: 22px 20px; }
}

/* Pathsplitter */
@media (max-width: 760px) {
  .pathsplit { padding: 28px 22px; }
  .pathsplit-pitch { font-size: 15px; }
}

/* Deal cards */
@media (max-width: 600px) {
  .deal-card { padding: 22px 18px; }
  .deal-card-qy { font-size: 11px; }
  .deal-card-vol { font-size: 22px; }
}

/* Footer */
@media (max-width: 600px) {
  .footer-inner { padding-top: 44px; gap: 32px; }
  .footer-col h4 { font-size: 12px; }
  .footer-legal { padding-top: 32px; }
  .footer-vgv { font-size: 11.5px; }
  .footer-meta { flex-direction: column; gap: 8px; align-items: flex-start; }
  .footer-marketing-inner { flex-direction: column; align-items: flex-start; gap: 8px; padding: 18px 0; }
}

/* Compliance & subpages */
@media (max-width: 700px) {
  .compliance-section { padding: 36px 0; }
  .compliance-h2 { font-size: clamp(22px, 5vw, 30px); }
  .compliance-text, .compliance-kv dd { font-size: 14.5px; line-height: 1.65; }
  .compliance-list li { font-size: 14.5px; padding: 12px 0; }
  .compliance-foot-line { font-size: 11.5px; line-height: 1.55; }
}

/* Buttons — comfortable tap targets */
@media (max-width: 640px) {
  .btn { min-height: 48px; padding-left: 22px; padding-right: 22px; }
}

/* Tables / horizontally scrollable wrappers */
@media (max-width: 640px) {
  table { font-size: 13.5px; }
}

/* Prevent text overflow on long German compound words */
@media (max-width: 640px) {
  .hero-card-foot--legal, .footer-vgv, .compliance-foot-line, .disclosure-text {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

/* Section vertical rhythm tightens on phones */
@media (max-width: 640px) {
  section { padding-top: 56px; padding-bottom: 56px; }
}

/* Eliminate horizontal scroll caused by any element overflowing the viewport */
html, body { overflow-x: hidden; }
img, svg, video { max-width: 100%; height: auto; }

/* Tap-target floor for interactive icons inside cards */
@media (max-width: 640px) {
  a, button { -webkit-tap-highlight-color: transparent; }
  .faq-q { min-height: 56px; }
}
