/* VISIBILIS — vanilla CSS for MODX templates (from Astro/Tailwind design) */

/* Inter — lokal (latin + latin-ext), SIL Open Font License 1.1 — Quelle: @fontsource/inter */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/inter/inter-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/inter/inter-latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
    U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/inter/inter-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/inter/inter-latin-ext-500-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
    U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/inter/inter-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/inter/inter-latin-ext-600-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
    U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/inter/inter-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/inter/inter-latin-ext-700-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
    U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --font-sans: "Inter", system-ui, sans-serif;
  --color-text: #0a0a0a;
  --color-text-muted: #404040;
  --color-text-soft: #525252;
  --color-border: #e5e5e5;
  --color-bg: #ffffff;
  --color-bg-muted: #fafafa;
  /* Intelligence Blue (Marken-CTA, Buttons, Akzente) — exakt, ohne Verlauf */
  --color-brand: #3b82f6;
  --color-brand-hover: #2563eb;
  --color-brand-muted: #eff6ff;
  --color-brand-rgb: 59, 130, 246;
  /* Kein farbiger Schleier um Primär-CTAs */
  --shadow-primary-saas: none;
  /* VISIBILIS-Tabelle: Header = --color-brand; Inhaltszeilen hell, Lesetext = Markenblau */
  --color-visibilis-table-body: #e8f0fe;
  --color-visibilis-table-body-hover: #dae8fc;
  --color-visibilis-table-body-text: #3b82f6;
  --color-visibilis-table-body-text-strong: #1e3a8a;
  /* Dunkles Marineblau — Pricing-Überschriften / Enterprise-Text (nicht CTA-Blau) */
  --color-intelligence-blue: #0b1f3b;
  --color-intelligence-blue-hover: #0a1a33;
  --color-intelligence-blue-rgb: 11, 31, 59;
  /* Nur Erklärblock 1 (Marke); Messung / Optimizer: ruhige Flächen */
  --proof-gradient-hero: linear-gradient(152deg, #eff6ff 0%, #ffffff 45%, #f8fafc 100%);
  --proof-section-gray: #f3f4f6;
  --shadow-product: 0 1px 2px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.06);
  --max-content: 92rem;
  --max-measure: 42rem;
  --space-section: 7rem;
  --space-section-lg: 8.5rem;
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

.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;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--color-text);
  color: #fff;
  padding: 0.5rem 1rem;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.btn--primary {
  background-color: var(--color-brand);
  color: #fff;
  padding: 0.625rem 1.25rem;
  box-shadow: var(--shadow-primary-saas);
}
.btn--primary:hover {
  background-color: var(--color-brand-hover);
  transform: translateY(-2px);
}

.btn--secondary {
  border: 2px solid var(--color-brand);
  background: #fff;
  color: var(--color-brand);
  padding: 0.625rem 1.25rem;
}
.btn--secondary:hover {
  background: var(--color-brand-muted);
}

.btn--sm {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .btn--sm {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}

.btn--header {
  flex-shrink: 0;
}

/* Header */
/* Sprungmarken: nicht unter sticky Header verschwinden */
#product-proof,
#pricing,
#founder,
#comparison,
#faq,
#request-demo {
  scroll-margin-top: 5.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  max-width: var(--max-content);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 3.5rem;
  padding: 4px 1rem 0.5rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .site-header__inner {
    padding: 4px 1.5rem 0.5rem;
  }
}
@media (min-width: 1024px) {
  .site-header__inner {
    padding: 4px 2rem 0.5rem;
  }
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  text-decoration: none;
}
.site-logo:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}
.site-logo img {
  height: 1.25rem;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 55vw;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 0.5rem 0 0;
  margin: 0;
  list-style: none;
}

.site-nav li {
  margin: 0;
}
@media (min-width: 640px) {
  .site-nav {
    max-width: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .site-nav {
    gap: 2rem;
  }
}

.site-nav a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-decoration: none;
}
.site-nav a:hover {
  color: var(--color-brand);
}


.site-header__toggle {
  margin-left: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--color-border);
  border-radius: 0.5rem;
  background: #fff;
  padding: 0;
  cursor: pointer;
}

.site-header__toggle span {
  display: block;
  width: 1rem;
  height: 1.5px;
  margin: 0 auto;
  background: #262626;
}

.site-header__toggle:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.site-header__menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
}

.btn--header-cta {
  padding: 0.625rem 1rem;
  font-size: 0.78rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .js-nav .site-header__inner {
    position: relative;
  }

  .js-nav .site-header__menu {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0.75rem;
    left: 0.75rem;
    margin-left: 0;
    padding: 0.9rem;
    border: 1px solid var(--color-border);
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    z-index: 60;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .js-nav .site-header__menu.is-open {
    display: flex;
  }

  .js-nav .site-nav {
    margin-left: 0;
    max-width: none;
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    overflow: visible;
  }

  .js-nav .btn--header-cta {
    width: 100%;
    justify-content: center;
    font-size: 0.875rem;
    padding: 0.7rem 1rem;
  }
}

@media (min-width: 768px) {
  .site-header__toggle {
    display: none;
  }

  .site-header__menu {
    position: static;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .btn--header-cta {
    padding: 0.72rem 1.35rem;
    font-size: 0.92rem;
  }
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--color-border);
  background: var(--color-bg);
}

.site-footer__inner {
  max-width: var(--max-content);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3.5rem 1rem;
  font-size: 0.875rem;
  color: var(--color-text-muted);
}
@media (min-width: 768px) {
  .site-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .site-footer__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.site-footer__brand {
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  font-weight: 500;
}
.site-footer nav a {
  text-decoration: none;
}
.site-footer nav a:hover {
  color: var(--color-brand);
}

.site-footer__lang {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.site-footer__lang-link {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  text-decoration: none;
  padding: 0.35rem 0.55rem;
  border-radius: 0.375rem;
  border: 1px solid var(--color-border);
  line-height: 1;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.site-footer__lang-link:hover {
  color: var(--color-brand);
  border-color: rgba(var(--color-brand-rgb), 0.35);
  background: rgba(var(--color-brand-rgb), 0.06);
}

.site-footer__tag {
  margin: 0;
  color: #525252;
}

/* Sections */
.section {
  border-bottom: 1px solid var(--color-border);
}
.section--muted {
  background: var(--color-bg-muted);
}
.section--default {
  background: var(--color-bg);
}

.section__inner {
  max-width: var(--max-content);
  margin: 0 auto;
  width: 100%;
  padding: 6rem 1rem;
}
@media (min-width: 768px) {
  .section__inner {
    padding: 7rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .section__inner {
    padding: var(--space-section-lg) 2rem;
  }
}

.section__inner--tight-top {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .section__inner--tight-top {
    padding-top: 4rem;
  }
}

.max-measure {
  max-width: var(--max-measure);
}

/* Typography */
.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-brand);
  margin: 0;
}

.h1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 2.5rem;
  }
}

.h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0;
}

.h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.lead {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.625;
  color: var(--color-text-soft);
}
.lead--dark {
  color: var(--color-text-muted);
}

.text-block {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.625;
  color: var(--color-text-muted);
}

.text-block--sm {
  font-size: 0.875rem;
}

.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}


/* Hero */
.hero {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
}

.hero__grid {
  max-width: var(--max-content);
  margin: 0 auto;
  display: grid;
  align-items: start;
  gap: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: calc(2rem + 25px);
  padding-bottom: 3.25rem;
}
@media (min-width: 640px) {
  .hero__grid {
    padding-top: calc(2.5rem + 25px);
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .hero__grid {
    gap: 4rem;
    padding: calc(3rem + 25px) 1.5rem 3.75rem;
  }
}
@media (min-width: 1024px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.22fr);
    gap: 5rem;
    padding: calc(2.5rem + 25px) 2rem 4rem;
    align-items: start;
  }
}
@media (min-width: 1280px) {
  .hero__grid {
    gap: 6rem;
    padding: calc(3rem + 25px) 2rem 4.5rem;
  }
}

.hero__title {
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 1rem 0 0;
}
@media (min-width: 640px) {
  .hero__title {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 2.45rem;
  }
}

.hero__lead {
  margin-top: 1.5rem;
  max-width: var(--max-measure);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625;
  color: #262626;
}

.hero__support {
  margin-top: 1rem;
  max-width: var(--max-measure);
  font-size: 1rem;
  line-height: 1.625;
  color: var(--color-text-muted);
}

.hero__actions {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}

.hero__cta-subline {
  margin: 0.85rem 0 0;
  max-width: var(--max-measure);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-text-soft);
}

.hero__tertiary {
  margin-top: 2rem;
  font-size: 0.875rem;
  color: var(--color-text-muted);
}
.hero__tertiary a {
  font-weight: 600;
  color: var(--color-brand);
  text-decoration: none;
  text-underline-offset: 4px;
}
.hero__tertiary a:hover {
  text-decoration: underline;
  color: var(--color-brand-hover);
}

/* Hero image stack — 100vh, Layer leicht überlappend (Kaskade) */
.hero__stack {
  position: relative;
  isolation: isolate;
  margin: 0.35rem auto 0;
  width: 100%;
  max-width: 36rem;
  min-height: 100vh;
  min-height: 100dvh;
}
@media (min-width: 640px) {
  .hero__stack {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .hero__stack {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: none;
  }
}

.hero__shot {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: var(--shadow-product);
  height: 100%;
  min-height: 0;
}

.hero__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

/* Oben: Dashboard */
.hero-layer--dashboard {
  position: absolute;
  z-index: 30;
  left: 4%;
  top: 0;
  width: 92%;
  height: 34%;
}
@media (max-width: 639px) {
  .hero-layer--dashboard {
    left: 3%;
    width: 94%;
    height: 32%;
  }
}
@media (min-width: 1024px) {
  .hero-layer--dashboard {
    left: 5%;
    width: 90%;
    height: 36%;
  }
}

/* Mitte: Optimizer */
.hero-layer--optimizer {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 22%;
  width: 88%;
  max-width: min(100%, 36rem);
  height: 36%;
}
@media (min-width: 640px) {
  .hero-layer--optimizer {
    top: 23%;
    width: 86%;
    max-width: min(100%, 38rem);
    height: 36%;
  }
}
@media (min-width: 1024px) {
  .hero-layer--optimizer {
    top: 24%;
    width: 92%;
    max-width: none;
    height: 38%;
  }
}

/* Unten: Antworten */
.hero-layer--answers {
  position: absolute;
  z-index: 10;
  right: 0;
  left: auto;
  top: 44%;
  bottom: auto;
  width: 90%;
  max-width: min(100%, 36rem);
  height: 38%;
}
@media (min-width: 640px) {
  .hero-layer--answers {
    top: 43%;
    width: 88%;
    max-width: min(100%, 38rem);
    height: 38%;
  }
}
@media (min-width: 1024px) {
  .hero-layer--answers {
    top: 42%;
    width: 94%;
    max-width: none;
    height: 40%;
  }
}

/* Product cards */
.card-product {
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(229, 229, 229, 0.9);
  background: #fff;
  box-shadow: var(--shadow-product), 0 0 0 1px rgba(10, 10, 10, 0.04);
}

.card-product__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  padding: 0.75rem 1rem;
}

.card-product__bar span:first-child {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #737373;
}
.card-product__bar span:last-child {
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.card-product img {
  display: block;
  width: 100%;
  background: var(--color-bg-muted);
  object-fit: contain;
  object-position: top;
}

.annotation {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-brand);
}

/* Optimizer section */
.section-optimizer {
  border-bottom: 1px solid var(--color-border);
  background: linear-gradient(to bottom, rgba(239, 246, 255, 0.9), rgba(239, 246, 255, 0.5), #fff);
}

.shell-brand {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(var(--color-brand-rgb), 0.2);
  background: #fff;
  box-shadow: var(--shadow-product), 0 0 0 2px rgba(var(--color-brand-rgb), 0.1);
}

.shell-brand__bar {
  border-bottom: 1px solid #f5f5f5;
  background: rgba(239, 246, 255, 0.4);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-text-muted);
}

.shell-brand__body {
  background: #fff;
  padding: 0.5rem;
}
@media (min-width: 640px) {
  .shell-brand__body {
    padding: 1rem;
  }
}

.shell-brand__body img {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  object-fit: contain;
  object-position: top;
}

/* Comparison table */
.table-wrap {
  margin-top: 3rem;
  overflow-x: auto;
  border-radius: 0.75rem;
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: var(--shadow-product);
}

.comparison-table {
  width: 100%;
  min-width: 54rem;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
}

/* Erste drei Spalten etwas breiter, VISIBILIS weniger dominant (Anteile am Tabellenkopf) */
.comparison-table thead th:nth-child(1) {
  width: 20%;
}
.comparison-table thead th:nth-child(2) {
  width: 22%;
}
.comparison-table thead th:nth-child(3) {
  width: 22%;
}

.comparison-table caption {
  /* 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;
}

.comparison-table thead tr {
  border-bottom: none;
  background: rgba(245, 245, 245, 0.85);
}

.comparison-table thead th:nth-child(1),
.comparison-table thead th:nth-child(2),
.comparison-table thead th:nth-child(3) {
  border-bottom: 1px solid var(--color-border);
}

.comparison-table th {
  padding: 1rem;
  font-weight: 600;
}
.comparison-table th:first-child {
  padding-left: 1.25rem;
  border-top-left-radius: 0.65rem;
}

/* SEO: neutral */
.comparison-table thead th:nth-child(2) {
  text-align: left;
  background: rgba(250, 250, 250, 0.95);
  color: var(--color-text-muted);
  font-weight: 600;
}

/* GEO: dezentes Primary-Blau — gleiche Farbwelt wie CTA, schwächer als VISIBILIS */
.comparison-table thead th:nth-child(3) {
  text-align: left;
  padding-left: 1rem;
  background: rgba(var(--color-brand-rgb), 0.08);
  color: var(--color-brand-hover);
  font-weight: 600;
}

/* VISIBILIS-Header: exakt Intelligence Blue (--color-brand), kein Verlauf */
.comparison-table thead th.comparison-table__th-visibilis,
.comparison-table thead th:nth-child(4) {
  width: 36%;
  padding: 1rem 1.35rem 1.15rem 1.5rem;
  text-align: left;
  vertical-align: bottom;
  background: var(--color-brand);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-top-right-radius: 14px;
  border-left: none;
  border-bottom: none;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.comparison-table__solution-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.comparison-table tbody tr {
  border-bottom: none;
}
.comparison-table tbody tr:last-child {
  border-bottom: 0;
}

.comparison-table tbody th,
.comparison-table tbody td:nth-child(2),
.comparison-table tbody td:nth-child(3) {
  border-bottom: 1px solid #f5f5f5;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td:nth-child(2),
.comparison-table tbody tr:last-child td:nth-child(3) {
  border-bottom: none;
}

.comparison-table tbody th {
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  vertical-align: top;
  font-weight: 600;
  font-size: 0.875rem;
}

.comparison-table tbody td {
  padding: 1.25rem 1rem 1.25rem 0;
  vertical-align: top;
  color: var(--color-text-muted);
}

.comparison-table tbody td:nth-child(2) {
  padding-left: 1rem;
  background: #fafafa;
  color: var(--color-text-muted);
  font-weight: 400;
}

/* GEO-Zellen: helles Primary-Tint */
.comparison-table tbody td:nth-child(3) {
  padding-left: 1rem;
  background: rgba(var(--color-brand-rgb), 0.05);
  color: #475569;
  font-weight: 500;
}

/* VISIBILIS-Content: abgestuft zur Header-Zeile — hell, kein Weiß-auf-Vollblau */
.comparison-table tbody td:nth-child(4) {
  position: relative;
  z-index: 0;
  padding: 1.4rem 1.4rem 1.4rem 1.6rem;
  border-left: 3px solid rgba(var(--color-brand-rgb), 0.22);
  border-bottom: none;
  border-top: 1px solid rgba(var(--color-brand-rgb), 0.14);
  background: var(--color-visibilis-table-body);
  font-weight: 500;
  color: var(--color-visibilis-table-body-text);
  line-height: 1.55;
  box-shadow: none;
  transition: background 0.2s ease;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.comparison-table tbody tr:first-child td:nth-child(4) {
  border-top: none;
}

.comparison-table tbody td:nth-child(4) strong {
  color: var(--color-visibilis-table-body-text-strong);
  font-weight: 600;
}

.comparison-table tbody td:nth-child(4):hover {
  background: var(--color-visibilis-table-body-hover);
}

.comparison-table tbody tr:last-child td:nth-child(4) {
  border-bottom: none;
  border-bottom-right-radius: 14px;
}

.comparison-table tbody tr:last-child th {
  border-bottom-left-radius: 0.65rem;
}

.table-footnote {
  margin-top: 2rem;
  max-width: var(--max-measure);
  font-size: 0.875rem;
  line-height: 1.625;
  color: #525252;
}

/* SEO vs GEO vs VISIBILIS — Produktnachweis unter der Tabelle */
.comparison-proof__transition {
  margin: 2.75rem auto 0;
  max-width: 42rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--color-text-muted);
}

.comparison-proof {
  margin: 2rem auto 0;
  max-width: 56rem;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.comparison-proof__block {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .comparison-proof__block {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.25rem;
  }

  .comparison-proof__block--img-right {
    flex-direction: row-reverse;
  }

  .comparison-proof__copy,
  .comparison-proof__figure {
    flex: 1;
    min-width: 0;
  }
}

.comparison-proof__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-text);
}

.comparison-proof__text {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.comparison-proof__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-product);
}

.comparison-proof__figure--stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .comparison-proof__figure--stack {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .comparison-proof__figure--stack > img {
    flex: 1 1 52%;
    min-width: 0;
    position: relative;
    z-index: 1;
  }

  .comparison-proof__figure--stack > .similarity-panel {
    flex: 1 1 48%;
    min-width: min(22rem, 100%);
    margin-left: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
    box-shadow:
      var(--shadow-product),
      0 14px 32px rgba(15, 23, 42, 0.1);
  }
}

@media (min-width: 1100px) {
  .comparison-proof__figure--stack > img {
    flex: 1 1 50%;
  }

  .comparison-proof__figure--stack > .similarity-panel {
    flex: 1 1 50%;
    min-width: min(26rem, 100%);
  }
}

/* Inhaltsübereinstimmung — wie im Dashboard (unter der Seitenübersicht) */
.similarity-panel {
  padding: 1.25rem 1.35rem 1.35rem;
  background: var(--color-bg);
  border-radius: 12px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-product);
  text-align: left;
}

.similarity-panel__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-text);
  letter-spacing: -0.01em;
}

.similarity-panel__summary {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.similarity-panel__pct {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-brand);
  letter-spacing: -0.02em;
}

.similarity-panel__bar {
  flex: 1 1 8rem;
  min-width: 6rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.similarity-panel__bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--color-brand);
}

.similarity-panel__detail {
  margin-top: 1.15rem;
  padding: 1rem 1.05rem 1.1rem;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fafafa;
}

.similarity-panel__detail-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
}

.similarity-panel__badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-brand);
  background: rgba(var(--color-brand-rgb), 0.12);
  border-radius: 999px;
}

.similarity-panel__ref-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #94a3b8;
}

.similarity-panel__found-label {
  margin: 0.85rem 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-soft);
}

.similarity-panel__url {
  margin: 0;
  padding: 0.35rem 0.5rem;
  font-size: 0.75rem;
  font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;
  color: #334155;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  word-break: break-all;
}

.similarity-panel__snippet {
  margin-top: 0.85rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 0.75rem;
}

.similarity-panel__snippet-toggle {
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-muted);
  list-style: none;
}

.similarity-panel__snippet-toggle::-webkit-details-marker {
  display: none;
}

.similarity-panel__snippet-toggle::before {
  content: "▼ ";
  display: inline-block;
  font-size: 0.65rem;
  margin-right: 0.2rem;
  color: var(--color-text-soft);
  transform: translateY(-0.05em);
}

.similarity-panel__snippet:not([open]) .similarity-panel__snippet-toggle::before {
  content: "▶ ";
}

.similarity-panel__snippet-heading {
  margin: 0.65rem 0 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text);
}

.similarity-panel__snippet-body {
  margin-top: 0.5rem;
  padding: 0.65rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--color-text-muted);
  background: #f1f5f9;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.similarity-panel__snippet-body p {
  margin: 0;
}

.comparison-proof__closing {
  margin: 0 auto;
  max-width: 42rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-text);
}

/* FAQ */
.faq-defs {
  margin-top: 2.5rem;
  max-width: var(--max-measure);
}
.faq-defs > * + * {
  margin-top: 1.5rem;
}

.faq-def {
  border-left: 4px solid var(--color-brand);
  background: rgba(255, 255, 255, 0.8);
  padding: 0.25rem 0 0.25rem 1rem;
}

.faq-def dt,
.faq-def__term {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
}

.faq-def dd,
.faq-def__text {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--color-text-muted);
}

.faq-list {
  margin-top: 3rem;
  border-top: 1px solid var(--color-border);
}
.faq-list > * + * {
  border-top: 1px solid var(--color-border);
}

.faq-item {
  padding: 2rem 0;
}

.faq-item dt {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
}

.faq-item dd {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--color-text-muted);
}

/* CTA block */
.cta-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .cta-actions {
    flex-direction: row;
    align-items: center;
  }
}

/* Inner pages lists */
.list-disc {
  margin-top: 2rem;
  max-width: var(--max-measure);
  padding-left: 1.25rem;
  list-style: disc;
}
.list-disc li {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--color-text-muted);
}
.list-disc li:first-child {
  margin-top: 0;
}

/* Product proof — Text + Grafik nebeneinander; Verlauf nur Block 1, dann Grau / Weiß */
/* Kein margin-top: Trennlinie des Hero sitzt bündig auf dem Verlauf des ersten Blocks */
.product-proof {
  border-bottom: 1px solid var(--color-border);
}

.proof-brick {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
}

.proof-brick--proof-bg-1 {
  background: var(--proof-gradient-hero);
}

.proof-brick--proof-bg-2 {
  background: var(--proof-section-gray);
}

.proof-brick--proof-bg-3 {
  background: #ffffff;
}

.proof-brick--finale .proof-brick__inner {
  padding-bottom: 7rem;
}
@media (min-width: 768px) {
  .proof-brick--finale .proof-brick__inner {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .proof-brick--finale .proof-brick__inner {
    padding-bottom: 9rem;
  }
}

.proof-brick:last-child {
  border-bottom: 0;
}

.proof-brick__inner {
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 5.25rem 1rem 5.75rem;
}
@media (min-width: 768px) {
  .proof-brick__inner {
    padding: 6.25rem 1.5rem 6.75rem;
  }
}
@media (min-width: 1024px) {
  .proof-brick__inner {
    padding: 7rem 2rem 7.5rem;
  }
}

/* Direkt unter dem Hero: weniger Abstand nach oben */
#proof-marke .proof-brick__inner {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  #proof-marke .proof-brick__inner {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  #proof-marke .proof-brick__inner {
    padding-top: 3.25rem;
  }
}

/* Zwei Spalten: linker/rechter Text, gegenüberliegende Visuals */
.proof-row {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  align-items: stretch;
}

.proof-row__text {
  order: 1;
  min-width: 0;
}

.proof-row__media {
  order: 2;
  min-width: 0;
}

@media (min-width: 960px) {
  .proof-row {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
  }

  .proof-row--reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .proof-row--reverse .proof-row__text {
    order: 2;
  }

  .proof-row--reverse .proof-row__media {
    order: 1;
  }
}

.proof-brick__title {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.proof-brick__title--in-row {
  max-width: 38rem;
}

.proof-row__text .proof-copy {
  margin-top: 1rem;
}

.proof-copy {
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.proof-copy p {
  margin: 0 0 1rem;
}

.proof-copy p:last-child {
  margin-bottom: 0;
}

.proof-copy__lead {
  font-size: 1.0625rem;
  color: var(--color-text);
  font-weight: 500;
}

.proof-copy__label {
  margin-top: 0.25rem !important;
  margin-bottom: 0.5rem !important;
  font-weight: 600;
  color: var(--color-text);
}

.proof-list {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
  list-style: disc;
}

.proof-list li {
  margin-top: 0.4rem;
  line-height: 1.5;
}

.proof-list li:first-child {
  margin-top: 0;
}

/* answers_open + similarity überlappend (in Medien-Spalte) */
.proof-overlap {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: visible;
}

.proof-row__media:has(.proof-overlap) {
  overflow: visible;
}

.proof-overlap__back {
  position: relative;
  z-index: 1;
  width: 100%;
}

.proof-overlap__back img {
  max-height: min(68vh, 500px);
  width: 100%;
  object-fit: contain;
  object-position: top left;
  background: rgba(255, 255, 255, 0.85);
}

.proof-overlap__front {
  position: absolute;
  z-index: 2;
  right: -6%;
  bottom: 0;
  width: min(82%, 36rem);
  min-width: 16rem;
  /* Tiefer + weiter rechts: weniger nach links ziehen, stärker nach unten */
  transform: translate(-4%, 24%);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.06),
    0 20px 48px rgba(15, 23, 42, 0.14);
}

.proof-overlap__front img {
  max-height: min(52vh, 460px);
  width: 100%;
  object-fit: contain;
  object-position: top left;
  background: #fff;
}

@media (max-width: 959px) {
  .proof-overlap__back img {
    max-height: min(62vh, 480px);
  }
  .proof-overlap {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }
  .proof-overlap__front {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(92%, 30rem);
    min-width: 0;
    margin: 0.5rem 0 0 auto;
    transform: none;
  }
  .proof-overlap__front img {
    max-height: min(48vh, 400px);
  }
}

.proof-overlap[data-proof-hint]:hover .proof-overlap__back,
.proof-overlap[data-proof-hint]:hover .proof-overlap__front {
  border-color: #d4d4d4;
}

.proof-overlap[data-proof-hint]:hover .proof-overlap__back {
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 16px 40px rgba(15, 23, 42, 0.08);
}

.proof-overlap[data-proof-hint]:hover .proof-overlap__front {
  box-shadow:
    0 4px 8px rgba(15, 23, 42, 0.08),
    0 24px 56px rgba(15, 23, 42, 0.16);
}

/* Screens */
.proof-shot {
  margin: 0;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: var(--shadow-product);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.proof-shot[data-proof-hint]:hover {
  border-color: #d4d4d4;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 16px 40px rgba(15, 23, 42, 0.08);
}

.proof-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.proof-row__media .proof-shot--index,
.proof-row__media .proof-shot--finale {
  margin: 0;
  width: 100%;
  max-width: none;
}

.proof-shot--index img {
  max-height: min(64vh, 480px);
  width: 100%;
  object-fit: contain;
  object-position: top center;
  background: rgba(255, 255, 255, 0.9);
}

.proof-shot--finale img {
  max-height: min(78vh, 640px);
  width: 100%;
  object-fit: contain;
  object-position: top center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #fff 100%);
}

@media (max-width: 959px) {
  .proof-row__media {
    display: flex;
    justify-content: center;
  }
  .proof-row__media .proof-shot--index,
  .proof-row__media .proof-shot--finale {
    max-width: min(36rem, 100%);
  }
  .proof-shot--finale img {
    max-height: min(70vh, 520px);
  }
}

/* Pricing — Überschrift & Preise: Marine (--color-intelligence-blue); Badges/Primary-Buttons: --color-brand (#3b82f6) */
.pricing-section {
  --p-ink: var(--color-intelligence-blue);
  --p-ink-h: var(--color-intelligence-blue-hover);
  --p-text: #0f172a;
  --p-muted: #475569;
  --p-soft: #64748b;
  --p-border: #e2e8f0;
  --p-surface: #ffffff;
  --p-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.06);
  --p-shadow-hover: 0 4px 12px rgba(15, 23, 42, 0.08), 0 20px 40px rgba(15, 23, 42, 0.1);
  --p-radius: 14px;
}

.pricing-section .section__inner {
  max-width: min(72rem, 100%);
  padding-top: 4.25rem;
}
@media (min-width: 768px) {
  .pricing-section .section__inner {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .pricing-section .section__inner {
    padding-top: 5.5rem;
  }
}

.pricing-section__header {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 3.5rem;
}

@media (min-width: 768px) {
  .pricing-section__header {
    margin-bottom: 4.5rem;
  }
}

.pricing-section__title {
  margin: 0;
  font-size: clamp(1.875rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-intelligence-blue);
  line-height: 1.15;
}

.pricing-section__sub {
  margin: 1rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--p-muted);
}

.pricing-grid {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 960px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.75rem 1.75rem;
  background: var(--p-surface);
  border: 1px solid var(--p-border);
  border-radius: var(--p-radius);
  box-shadow: var(--p-shadow);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

/* Einheitliche Kopfzeile: Titel + Preis auf einer Höhe (Badge-Slot wie „Empfohlen“) */
.pricing-grid > .pricing-card {
  padding-top: 2.75rem;
}

@media (min-width: 960px) {
  .pricing-card {
    padding: 2.25rem 2rem 2rem;
  }

  .pricing-grid > .pricing-card {
    padding-top: 3rem;
  }
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--p-shadow-hover);
  border-color: #cbd5e1;
}

.pricing-card--featured {
  border-color: rgba(var(--color-brand-rgb), 0.28);
  box-shadow: var(--p-shadow), 0 0 0 1px rgba(var(--color-brand-rgb), 0.08);
}

.pricing-card--featured:hover {
  border-color: rgba(var(--color-brand-rgb), 0.4);
}

.pricing-card__badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.35rem 0.85rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color-brand);
  border-radius: 999px;
  box-shadow: none;
}

.pricing-card__badge--founders {
  color: var(--p-soft);
  background: rgba(var(--color-intelligence-blue-rgb), 0.1);
  border: 1px solid rgba(var(--color-intelligence-blue-rgb), 0.22);
  box-shadow: none;
  font-weight: 700;
}

.pricing-card__name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--p-text);
  letter-spacing: -0.02em;
}

.pricing-card__price-row {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: flex-start;
  gap: 0.25rem 0.5rem;
}

.pricing-card__amount {
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--p-ink);
  line-height: 1;
}

@media (min-width: 480px) {
  .pricing-card__amount {
    font-size: 3rem;
  }
}

.pricing-card__period {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--p-soft);
}

.pricing-card__period--founders {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--p-soft);
}

.pricing-card__price-row .pricing-card__amount + .pricing-card__period--founders {
  margin-top: 0.35rem;
}

.pricing-card__price-row .pricing-card__period--founders + .pricing-card__period--founders {
  margin-top: 0.2rem;
}

.pricing-card__micro {
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--p-soft);
}

.pricing-card__desc {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--p-muted);
}

.pricing-card__features {
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.pricing-card__features li {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--p-text);
}

.pricing-card__features li:first-child {
  margin-top: 0;
}

/* Größere „Checkbox“-Kreise (1.5rem), Häkchen skaliert; lh = vertikal zur Zeile */
.pricing-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22rem;
  top: max(0.06rem, calc(0.5lh - 0.75rem));
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(var(--color-intelligence-blue-rgb), 0.08);
  border: 1px solid rgba(var(--color-intelligence-blue-rgb), 0.2);
  box-sizing: border-box;
}

.pricing-card__features li::after {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 1.2rem;
  top: calc(max(0.06rem, calc(0.5lh - 0.75rem)) + 0.44rem);
  width: 0.7rem;
  height: 0.45rem;
  border: solid var(--p-ink);
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

.pricing-card__cta {
  margin-top: 2rem;
}

.pricing-section .btn--pricing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid transparent;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.pricing-section .btn--pricing-solid {
  background-color: var(--color-brand);
  color: #fff;
  box-shadow: var(--shadow-primary-saas);
}

.pricing-section .btn--pricing-solid:hover {
  background-color: var(--color-brand-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-primary-saas);
}

.pricing-section .btn--pricing-solid:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.pricing-section .btn--pricing-outline {
  background: transparent;
  color: var(--color-brand);
  border-color: rgba(var(--color-brand-rgb), 0.35);
}

.pricing-section .btn--pricing-outline:hover {
  background: var(--color-brand-muted);
  border-color: rgba(var(--color-brand-rgb), 0.55);
}

.pricing-section .btn--pricing-outline:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.pricing-enterprise {
  margin-top: 4rem;
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: var(--p-surface);
  border: 1px solid var(--p-border);
  border-radius: var(--p-radius);
  box-shadow: var(--p-shadow);
}

@media (min-width: 768px) {
  .pricing-enterprise {
    margin-top: 5rem;
    padding: 3rem 2rem;
  }
}

.pricing-enterprise__text {
  margin: 0;
  font-size: 1.0625rem;
  color: var(--p-muted);
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing-enterprise__cta {
  margin-top: 1.25rem;
}

.pricing-section .btn--pricing-enterprise {
  display: inline-flex;
  width: auto;
  min-width: 14rem;
  padding: 0.7rem 1.5rem;
  background: transparent;
  color: var(--color-brand);
  border: 2px solid rgba(var(--color-brand-rgb), 0.35);
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.pricing-section .btn--pricing-enterprise:hover {
  background: var(--color-brand-muted);
  border-color: rgba(var(--color-brand-rgb), 0.55);
}

.pricing-section .btn--pricing-enterprise:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

/* Founder / Trust — gleiche Außenlinien wie Pricing (72rem), Inhalt zentriert */
.section.founder .section__inner {
  max-width: min(72rem, 100%);
}

.founder__grid {
  display: grid;
  width: 100%;
  gap: 1.75rem;
  align-items: center;
  justify-items: center;
}

@media (min-width: 900px) {
  .founder__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    justify-items: stretch;
  }
}

.founder__media {
  justify-self: center;
  width: 100%;
  max-width: 22.5rem;
}

@media (min-width: 900px) {
  .founder__media {
    justify-self: start;
    width: auto;
  }
}

.founder__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 23.75rem;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
}

.founder__title {
  margin: 0;
}

.founder__body {
  max-width: 36rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 900px) {
  .founder__body {
    justify-self: center;
    text-align: left;
  }
}

.founder__copy {
  margin-top: 1.25rem;
}

.founder__copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.founder__copy p + p {
  margin-top: 1rem;
}

.founder__highlight {
  margin: 1.75rem 0 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.15rem 1rem 1.2rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-text);
  background: var(--proof-section-gray);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-brand);
  border-radius: 10px;
  box-shadow: none;
}

/* Scroll reveal (requires html.js-reveal + js/scroll-reveal.js) */
html.js-reveal .reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
  transition:
    opacity 0.65s ease-out,
    transform 0.65s ease-out;
  will-change: opacity, transform;
}

html.js-reveal .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  html.js-reveal .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

/* —— Terminbuchung: Kalender —— */
.booking-cal {
  margin-top: 2rem;
  max-width: none;
  width: 100%;
}

.booking-cal__msg {
  margin: 1.25rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.booking-cal__msg--ok {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.booking-cal__msg--err {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.booking-cal__three-cols {
  display: grid;
  gap: 1.75rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .booking-cal__three-cols {
    grid-template-columns: minmax(12rem, 1.05fr) minmax(0, 1fr) minmax(17rem, 21rem);
    gap: 2rem;
  }
}

.booking-cal__intro {
  min-width: 0;
}

@media (min-width: 900px) {
  .booking-cal__intro {
    align-self: start;
  }

  .booking-cal__intro-text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.booking-cal__intro .eyebrow {
  margin-top: 0;
}

.booking-cal__intro-text {
  max-width: none;
}

.booking-cal__calendar {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 1rem 1rem 1.25rem;
  box-shadow: var(--shadow-product);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}

.booking-cal__calendar .booking-cal__grid {
  flex: 1 1 auto;
  align-content: start;
}

.booking-cal__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.booking-cal__month-label {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
  flex: 1;
  text-align: center;
}

.booking-cal__nav-btn {
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 0.375rem;
  background: var(--color-bg-muted);
  color: var(--color-text);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.booking-cal__nav-btn:hover:not(:disabled) {
  background: var(--color-brand-muted);
  border-color: rgba(var(--color-brand-rgb), 0.35);
}

.booking-cal__nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.booking-cal__nav-btn:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.booking-cal__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
  margin-bottom: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-text-soft);
  text-align: center;
}

.booking-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
}

.booking-cal__cell {
  aspect-ratio: 1;
  max-height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background: var(--color-bg-muted);
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-text);
  cursor: pointer;
  transition:
    background 0.15s,
    border-color 0.15s,
    color 0.15s;
}

.booking-cal__cell--empty {
  background: transparent;
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}

.booking-cal__cell--past,
.booking-cal__cell--none {
  color: var(--color-text-soft);
  background: #f4f4f5;
  cursor: not-allowed;
}

.booking-cal__cell--free {
  background: #fff;
  border-color: var(--color-border);
}

.booking-cal__cell--free:hover {
  border-color: rgba(var(--color-brand-rgb), 0.5);
  background: var(--color-brand-muted);
}

.booking-cal__cell--today.booking-cal__cell--free {
  border-color: var(--color-brand);
  background: rgba(var(--color-brand-rgb), 0.12);
  font-weight: 600;
  color: var(--color-brand-hover);
}

.booking-cal__cell--today.booking-cal__cell--free:hover {
  background: var(--color-brand-muted);
}

.booking-cal__cell--today.booking-cal__cell--past,
.booking-cal__cell--today.booking-cal__cell--none {
  border-color: #64748b;
  background: #e2e8f0;
  color: #475569;
}

.booking-cal__cell--selected {
  background: rgba(var(--color-brand-rgb), 0.18);
  border-color: var(--color-brand);
  color: var(--color-brand-hover);
  font-weight: 600;
}

.booking-cal__cell:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.booking-cal__panel {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 1.15rem 1.25rem 1.35rem;
  box-shadow: var(--shadow-product);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}

.booking-cal__panel-title {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-text);
}

.booking-cal__panel-title--warn {
  color: #b45309;
}

.booking-cal__times {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  min-height: 2.5rem;
}

.booking-cal__time-btn {
  margin: 0;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--color-border);
  border-radius: 0.375rem;
  background: var(--color-bg-muted);
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-text);
  cursor: pointer;
  transition:
    background 0.15s,
    border-color 0.15s;
}

.booking-cal__time-btn:hover {
  border-color: rgba(var(--color-brand-rgb), 0.45);
  background: var(--color-brand-muted);
}

.booking-cal__time-btn--active {
  background-color: var(--color-brand);
  border-color: var(--color-brand-hover);
  color: #fff;
}

.booking-cal__time-btn:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.booking-cal__form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
  min-height: 0;
}

.booking-cal__required-note {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--color-text-muted);
}

.booking-cal__req {
  color: var(--color-brand);
  font-weight: 700;
  margin-inline-start: 0.15em;
}

.booking-cal__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-top: 0.35rem;
}

.booking-cal__label:first-of-type {
  margin-top: 0;
}

.booking-cal__input,
.booking-cal__textarea {
  width: 100%;
  padding: 0.5rem 0.65rem;
  border: 1px solid var(--color-border);
  border-radius: 0.375rem;
  font-family: inherit;
  font-size: 0.875rem;
  color: var(--color-text);
  background: var(--color-bg);
}

.booking-cal__input:focus-visible,
.booking-cal__textarea:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
  border-color: rgba(var(--color-brand-rgb), 0.4);
}

.booking-cal__textarea {
  resize: vertical;
  min-height: 4.5rem;
}

.booking-cal__submit {
  margin-top: 0.75rem;
  width: 100%;
  border: none;
  cursor: pointer;
}

.booking-cal__mail-fallback {
  margin: 0;
  font-size: 0.875rem;
}

.booking-cal__mail-fallback--panel {
  margin-top: auto;
  padding-top: 1rem;
}

.booking-cal__mail-fallback a {
  color: var(--color-brand);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.booking-cal__mail-fallback a:hover {
  color: var(--color-brand-hover);
}
