:root {
  color-scheme: light;
  --navy-950: #0b1329;
  --navy-900: #111b36;
  --navy-800: #1b294b;
  --navy-700: #2b3d65;
  --gold-600: #a87b21;
  --gold-500: #c69a3a;
  --gold-100: #f7edd6;
  --purple: #6552a3;
  --ink: #172036;
  --muted: #5e687d;
  --line: #dfe3eb;
  --soft: #f4f6fa;
  --white: #fff;
  --success: #14724f;
  --error: #a32935;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow: 0 18px 55px rgba(17, 27, 54, 0.12);
  --shell: 1180px;
}

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

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
summary,
label,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #e1b34c;
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

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

h1,
h2,
h3 {
  color: var(--navy-900);
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

p {
  color: var(--muted);
  text-wrap: pretty;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.centered-narrow {
  max-width: 820px;
  text-align: center;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 9px 14px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(17, 27, 54, 0.09);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
  color: var(--navy-900);
  font-size: 1.03rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-decoration: none;
}

.brand span {
  color: var(--gold-600);
}

.desktop-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 26px;
}

.desktop-nav a {
  color: #3c465c;
  font-size: 0.91rem;
  font-weight: 650;
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--gold-600);
}

.mobile-nav {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy-900);
  border-radius: 11px;
  color: var(--white);
  background: var(--navy-900);
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  border-color: var(--navy-700);
  background: var(--navy-700);
  transform: translateY(-1px);
}

.button.disabled,
.button[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.5;
}

.button.secondary {
  color: var(--navy-900);
  background: transparent;
}

.button.secondary:hover {
  color: var(--white);
  background: var(--navy-900);
}

.button.small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 0.88rem;
}

.button.light-button {
  border-color: var(--white);
  color: var(--navy-900);
  background: var(--white);
}

.button.light-button:hover {
  border-color: var(--gold-100);
  background: var(--gold-100);
}

.actions {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 12px;
}

.centered-actions {
  justify-content: center;
}

.eyebrow {
  margin-bottom: 13px;
  color: var(--gold-600);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #e9c979;
}

.lead {
  max-width: 730px;
  margin-bottom: 0;
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
  line-height: 1.68;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 76px;
  background: #fafbfe;
}

.hero::before {
  position: absolute;
  width: 310px;
  height: 310px;
  top: 30px;
  right: -160px;
  border: 70px solid rgba(198, 154, 58, 0.09);
  border-radius: 50%;
  content: "";
}

.hero-grid,
.subhero-grid,
.product-hero-grid {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 58px;
}

.hero-copy h1 {
  max-width: 650px;
}

.hero-price {
  display: flex;
  margin-top: 25px;
  align-items: center;
  gap: 15px;
}

.hero-price b {
  color: var(--navy-900);
  font-size: 1.85rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hero-price span {
  padding-left: 15px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.risk-note {
  margin: 13px 0 0;
  font-size: 0.8rem;
}

.hero-shot,
.subhero-shot,
.product-page-shot,
.product-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d6dbe5;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-shot img,
.subhero-shot img,
.product-page-shot img,
.product-shot img {
  width: 100%;
}

.hero-shot figcaption {
  display: flex;
  padding: 15px 18px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--navy-900);
  font-size: 0.84rem;
}

.hero-shot figcaption span {
  color: var(--muted);
  text-align: right;
}

.confidence {
  border-block: 1px solid var(--line);
  background: var(--white);
}

.confidence-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.confidence-grid span {
  min-width: 0;
  padding: 22px 16px;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.45;
  text-align: center;
}

.confidence-grid span + span {
  border-left: 1px solid var(--line);
}

.confidence-grid b {
  display: block;
  margin-bottom: 3px;
  color: var(--navy-900);
  font-size: 0.83rem;
}

.section {
  padding-block: 96px;
}

.heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.heading.centered {
  margin-inline: auto;
  text-align: center;
}

.heading.centered p {
  margin-inline: auto;
}

.heading.split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 60px;
}

.heading.split h2 {
  margin-bottom: 0;
}

.heading.split > p {
  margin-bottom: 5px;
}

.process-section,
.edition-section,
.special-section,
.compare-section {
  background: var(--soft);
}

.process-line {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid var(--line);
  list-style: none;
}

.process-line li {
  position: relative;
  padding: 26px 25px 28px;
}

.process-line li + li {
  border-left: 1px solid var(--line);
}

.process-line span,
.benefit-grid article > span,
.next-steps article > span {
  display: block;
  margin-bottom: 15px;
  color: var(--gold-600);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.process-line b,
.process-line small {
  display: block;
}

.process-line b {
  color: var(--navy-900);
  font-size: 1.04rem;
}

.process-line small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.module-tabs {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.module-tabs button {
  display: grid;
  min-height: 94px;
  padding: 14px 9px;
  place-content: center;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--navy-900);
  background: var(--white);
  font-size: 0.79rem;
  font-weight: 750;
  line-height: 1.3;
  cursor: pointer;
}

.module-tabs button:last-child {
  border-right: 0;
}

.module-tabs button[aria-selected="true"] {
  color: var(--white);
  background: var(--navy-900);
}

.module-tabs button > span {
  margin-bottom: 4px;
  color: var(--gold-500);
  font-size: 1.35rem;
}

.module-tabs small {
  margin-top: 4px;
  color: inherit;
  opacity: 0.72;
  font-size: 0.67rem;
}

.module-panel {
  display: grid;
  min-height: 420px;
  padding: 38px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--soft);
}

.module-panel-copy h3 {
  font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.module-price {
  display: flex;
  margin: 20px 0 16px;
  align-items: baseline;
  gap: 8px;
  color: var(--muted);
  font-size: 0.8rem;
}

.module-price b {
  color: var(--navy-900);
  font-size: 1.28rem;
  font-variant-numeric: tabular-nums;
}

.text-link,
.quiet-link {
  color: var(--gold-600);
  font-weight: 750;
  text-decoration: none;
}

.text-link:hover,
.quiet-link:hover {
  text-decoration: underline;
}

.center-action {
  margin-top: 28px;
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.price-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.price-card.featured {
  border: 2px solid var(--gold-500);
  box-shadow: var(--shadow);
}

.recommendation {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 5px 10px;
  border-radius: 0 0 8px 8px;
  color: var(--navy-900);
  background: var(--gold-100);
  font-size: 0.68rem;
  font-weight: 800;
}

.price-card h3 {
  margin-bottom: 10px;
  font-size: 2.15rem;
  font-variant-numeric: tabular-nums;
}

.price-card h3 small {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 550;
  letter-spacing: 0;
}

.annual,
.pricing-footnote {
  font-size: 0.77rem;
}

.compact-checks,
.trial-promises {
  margin: 23px 0 28px;
  padding: 0;
  list-style: none;
}

.compact-checks li {
  position: relative;
  padding: 7px 0 7px 25px;
  color: #3f495e;
  font-size: 0.87rem;
}

.compact-checks li::before {
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 850;
  content: "✓";
}

.price-card .button {
  width: 100%;
}

.security-section,
.final-cta,
.onprem-section {
  color: var(--white);
  background: var(--navy-900);
}

.security-section h2,
.security-section p,
.final-cta h2,
.final-cta p,
.onprem-section h2,
.onprem-section p {
  color: inherit;
}

.security-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: 88px;
}

.tags {
  display: flex;
  margin: 25px 0 30px;
  flex-wrap: wrap;
  gap: 8px;
}

.tags span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #e8ebf1;
  font-size: 0.75rem;
}

.security-visual {
  margin: 0;
  text-align: center;
}

.security-visual img {
  max-height: 410px;
  margin-inline: auto;
  object-fit: contain;
}

.security-visual figcaption {
  display: grid;
  margin-top: 15px;
  color: var(--white);
  font-size: 0.85rem;
}

.security-visual figcaption span {
  color: #b8c0d1;
  font-size: 0.75rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 80px;
}

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

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

.faq-list summary {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  color: var(--navy-900);
  font-weight: 760;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary span {
  flex: 0 0 auto;
  color: var(--gold-600);
  font-size: 1.4rem;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  padding: 0 30px 18px 0;
}

.final-cta {
  padding-block: 80px;
}

.cta-card,
.onprem-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.cta-card > div:first-child,
.onprem-card > div:first-child {
  max-width: 780px;
}

.cta-card > div:last-child {
  display: grid;
  flex: 0 0 auto;
  gap: 12px;
  text-align: center;
}

.cta-card .quiet-link {
  color: #e9c979;
  font-size: 0.83rem;
}

.site-footer {
  padding: 64px 0 22px;
  color: #c5cada;
  background: var(--navy-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 0.7fr);
  gap: 60px;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-brand {
  color: var(--white);
}

.footer-grid p {
  max-width: 320px;
  color: #949eb5;
  font-size: 0.84rem;
}

.footer-grid b {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 0.83rem;
}

.footer-grid a:not(.brand) {
  color: #aeb6c8;
  font-size: 0.8rem;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  margin-top: 45px;
  padding-top: 18px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #7f899f;
  font-size: 0.73rem;
}

/* Funktionsübersicht und Detailseiten */
.subhero,
.product-hero {
  padding: 72px 0 78px;
  background: #fafbfe;
}

.subhero-grid,
.product-hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
}

.core-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.core-grid span {
  min-height: 82px;
  padding: 18px;
  place-content: center;
  color: var(--navy-900);
  background: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card,
.special-card,
.benefit-grid article,
.next-steps article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.feature-card-top {
  display: flex;
  margin-bottom: 23px;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}

.feature-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  color: var(--navy-900);
  background: var(--gold-100);
  font-size: 1.45rem;
}

.feature-card-top p {
  margin: 0;
  text-align: right;
}

.feature-card-top b,
.feature-card-top small {
  display: block;
}

.feature-card-top b {
  color: var(--navy-900);
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
}

.feature-card-top small,
.feature-keys,
.dependency-note {
  font-size: 0.72rem;
}

.feature-keys {
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.dependency-note {
  color: var(--purple);
  font-weight: 700;
}

.special-grid,
.benefit-grid,
.next-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-hero {
  padding-block: 80px;
}

.price-badge {
  display: inline-block;
  margin: 24px 0 0;
  padding: 9px 13px;
  border: 1px solid #d8c18f;
  border-radius: 9px;
  color: var(--navy-900);
  background: var(--gold-100);
  font-size: 0.85rem;
  font-weight: 800;
}

.benefit-grid article > span,
.next-steps article > span {
  font-size: 0.9rem;
}

.related-links {
  display: flex;
  margin-top: 28px;
  justify-content: center;
  gap: 28px;
}

.related-links a {
  color: var(--gold-600);
  font-weight: 750;
}

/* Preise */
.price-hero {
  padding-bottom: 62px;
}

.price-hero .lead {
  margin-inline: auto;
}

.pricing-footnote {
  margin: 22px 0 0;
  text-align: center;
}

.configurator-section {
  background: var(--white);
}

.configurator-shell {
  max-width: 1000px;
}

.price-configurator {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 14px 45px rgba(17, 27, 54, 0.08);
}

.price-configurator fieldset {
  margin: 0;
  padding: 30px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.price-configurator legend,
.trial-modules legend {
  padding: 0;
  color: var(--navy-900);
  font-size: 1rem;
  font-weight: 800;
}

.fieldset-help {
  margin: 5px 0 17px;
  font-size: 0.78rem;
}

.edition-choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.edition-choice,
.check-card {
  position: relative;
  cursor: pointer;
}

.edition-choice input,
.check-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.edition-choice > span,
.check-card > span {
  display: grid;
  min-height: 75px;
  padding: 15px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--white);
}

.edition-choice input:focus-visible + span,
.check-card input:focus-visible + span {
  outline: 3px solid #e1b34c;
  outline-offset: 2px;
}

.edition-choice input:checked + span,
.check-card input:checked + span {
  border-color: var(--navy-900);
  box-shadow: inset 0 0 0 1px var(--navy-900);
  background: #f7f8fb;
}

.edition-choice b,
.edition-choice small,
.check-card b,
.check-card small {
  display: block;
}

.edition-choice b,
.check-card b {
  color: var(--navy-900);
  font-size: 0.84rem;
}

.edition-choice small,
.check-card small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.69rem;
}

.check-card.disabled,
.check-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.number-field {
  display: grid;
  max-width: 430px;
  gap: 7px;
}

.number-field span,
.form-grid label > span,
.full-field > span {
  color: var(--navy-900);
  font-size: 0.82rem;
  font-weight: 700;
}

.number-field input,
.form-grid input,
.form-grid select,
.full-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cbd1dd;
  border-radius: 9px;
  color: var(--ink);
  background: var(--white);
}

.full-field textarea {
  min-height: 125px;
  resize: vertical;
}

.number-field small {
  color: var(--muted);
  font-size: 0.7rem;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.dependency-message {
  margin: 13px 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--purple);
  color: #4c3b84;
  background: #f3f0fb;
  font-size: 0.77rem;
}

.config-result {
  display: grid;
  padding: 28px 30px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 30px;
  color: var(--white);
  background: var(--navy-900);
}

.config-result p,
.config-result small,
.config-result span {
  color: #bec6d7;
}

.config-result p {
  margin-bottom: 2px;
  font-size: 0.69rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.config-result b,
.config-result small {
  display: block;
}

.config-result b {
  color: var(--white);
}

.config-result small {
  max-width: 390px;
  font-size: 0.7rem;
}

.config-total {
  min-width: 155px;
  text-align: right;
}

.config-total strong {
  display: block;
  color: var(--white);
  font-size: 1.85rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.config-total span,
.config-total small {
  font-size: 0.66rem;
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

table {
  width: 100%;
  min-width: 670px;
  border-collapse: collapse;
  font-size: 0.84rem;
}

th,
td {
  padding: 16px 19px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

thead th {
  color: var(--white);
  background: var(--navy-900);
}

tbody th {
  color: var(--navy-900);
}

tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}

.onprem-section {
  padding-block: 70px;
}

/* Testformular und Danke */
.trial-section {
  padding: 70px 0 90px;
  background: var(--soft);
}

.trial-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 70px;
}

.trial-copy {
  position: sticky;
  top: 115px;
}

.trial-promises li {
  display: grid;
  padding: 13px 0 13px 30px;
  position: relative;
}

.trial-promises li::before {
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 900;
  content: "✓";
}

.trial-promises b {
  color: var(--navy-900);
  font-size: 0.9rem;
}

.trial-promises span {
  color: var(--muted);
  font-size: 0.78rem;
}

.trial-alternative {
  font-size: 0.82rem;
}

.trial-alternative a {
  color: var(--gold-600);
  font-weight: 750;
}

.trial-form-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.form-grid label,
.full-field {
  display: grid;
  gap: 6px;
}

.form-grid label > span small,
.full-field > span small,
.trial-modules legend small {
  color: var(--muted);
  font-weight: 500;
}

.trial-modules {
  margin: 27px 0;
  padding: 0;
  border: 0;
}

.trial-modules .check-grid {
  margin-top: 13px;
  grid-template-columns: repeat(2, 1fr);
}

.privacy-check {
  display: grid;
  margin: 20px 0;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.77rem;
}

.privacy-check input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.privacy-check a {
  color: var(--gold-600);
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
}

.submit-button {
  width: 100%;
}

.form-note {
  margin: 10px 0 0;
  font-size: 0.7rem;
  text-align: center;
}

.form-status {
  margin-bottom: 20px;
  padding: 12px 14px;
  border-radius: 9px;
  font-size: 0.8rem;
}

.form-status.error {
  border: 1px solid #e3b7bc;
  color: var(--error);
  background: #fff3f4;
}

.form-status.success {
  border: 1px solid #b8dbc9;
  color: var(--success);
  background: #f0faf5;
}

.thanks-section {
  min-height: 70vh;
  padding: 95px 0;
  background: var(--soft);
}

.success-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--success);
  font-size: 1.6rem;
}

.thanks-section .lead {
  margin-inline: auto;
}

.next-steps {
  margin-top: 42px;
  text-align: left;
}

.next-steps article p {
  margin-bottom: 0;
  font-size: 0.8rem;
}

/* Detaillierte Produkt- und Vergleichsseiten */
.product-home-hero .hero-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
}

.product-home-hero .hero-copy h1 {
  font-size: clamp(2.45rem, 4.1vw, 4.05rem);
}

.outcome-grid,
.flow-grid,
.integration-grid,
.approach-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.outcome-grid {
  grid-template-columns: repeat(3, 1fr);
}

.outcome-grid article,
.flow-grid article,
.integration-grid article,
.approach-grid article {
  min-width: 0;
  padding: 30px;
  background: var(--white);
}

.outcome-grid article > span,
.agent-cards article > span,
.competitor-head > span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-900);
  background: var(--gold-100);
  font-size: 0.72rem;
  font-weight: 850;
}

.outcome-grid p,
.flow-grid p,
.integration-grid p,
.approach-grid p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.flow-grid {
  margin-top: 30px;
  grid-template-columns: repeat(4, 1fr);
}

.flow-grid article {
  padding: 22px;
}

.flow-grid b {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
  font-size: 0.85rem;
  overflow-wrap: anywhere;
}

.flow-grid p {
  font-size: 0.76rem;
  line-height: 1.55;
}

.workday-section,
.agent-section,
.decision-section {
  color: var(--white);
  background: var(--navy-900);
}

.workday-grid,
.agent-grid,
.decision-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 68px;
}

.workday-section h2,
.workday-section p,
.agent-section h2,
.agent-section p,
.decision-section h2,
.decision-section p {
  color: inherit;
}

.workday-steps {
  display: grid;
  margin: 30px 0;
  padding: 0;
  gap: 2px;
  list-style: none;
}

.workday-steps li {
  display: grid;
  padding: 14px 0;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.workday-steps li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-900);
  background: #e9c979;
  font-size: 0.7rem;
  font-weight: 850;
}

.workday-steps b,
.workday-steps small {
  display: block;
}

.workday-steps b {
  color: var(--white);
  font-size: 0.88rem;
}

.workday-steps small {
  margin-top: 2px;
  color: #b8c0d1;
  font-size: 0.73rem;
}

.workday-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: #080e1f;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.workday-shot img {
  width: 100%;
}

.workday-shot figcaption {
  padding: 15px 18px;
  color: #b8c0d1;
  font-size: 0.76rem;
}

.profiles-section {
  background: #f6f8fc;
}

.story-tabs {
  display: flex;
  margin-bottom: 16px;
  padding: 6px;
  gap: 5px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.story-tabs button {
  min-height: 44px;
  padding: 8px 17px;
  flex: 1 0 auto;
  border: 0;
  border-radius: 9px;
  color: var(--navy-700);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 750;
  cursor: pointer;
}

.story-tabs button[aria-selected="true"] {
  color: var(--white);
  background: var(--navy-900);
}

.story-panel {
  display: grid;
  min-height: 510px;
  padding: 18px;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  align-items: stretch;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 18px 55px rgba(17, 27, 54, 0.08);
}

.story-shot {
  display: grid;
  min-width: 0;
  margin: 0;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
  background: #0a1020;
}

.story-shot img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.story-copy {
  display: flex;
  min-width: 0;
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  overflow-wrap: anywhere;
}

.story-copy h3 {
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
}

.plain-points {
  display: grid;
  margin: 22px 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plain-points li {
  position: relative;
  min-width: 0;
  padding: 10px 4px 10px 22px;
  border-bottom: 1px solid var(--line);
  color: #3f495e;
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.plain-points li::before {
  position: absolute;
  left: 3px;
  color: var(--gold-600);
  content: "—";
}

.preset-meta {
  margin: auto 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 750;
}

.appearance-section {
  background: #eef3fa;
}

.appearance-section .story-shot {
  background: #e7ebf2;
}

.appearance-detail {
  display: grid;
  margin-top: 24px;
  padding: 18px;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  align-items: center;
  gap: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.appearance-detail > img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.appearance-detail > div {
  padding: 20px 24px 20px 0;
}

.depth-section {
  background: var(--white);
}

.capability-story {
  display: grid;
  padding: 62px 0;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 70px;
  border-top: 1px solid var(--line);
}

.capability-story.reverse {
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
}

.capability-story.reverse .capability-copy {
  order: 2;
}

.capability-copy h3 {
  font-size: clamp(1.8rem, 3.1vw, 2.8rem);
}

.capability-copy .text-link {
  display: inline-block;
  margin-top: 5px;
}

.proof-shot figcaption {
  padding: 10px 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  text-align: right;
}

.mid-cta,
.why-card {
  display: flex;
  padding: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  border: 1px solid #d5dceb;
  border-radius: var(--radius);
  background: #f3f6fc;
}

.mid-cta b,
.mid-cta span {
  display: block;
}

.mid-cta b {
  color: var(--navy-900);
  font-size: 1.25rem;
}

.mid-cta span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.84rem;
}

.agent-grid {
  align-items: start;
}

.agent-boundary {
  display: grid;
  margin-top: 28px;
  padding: 20px;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.agent-boundary b {
  color: #e9c979;
  font-size: 0.8rem;
}

.agent-boundary span {
  color: #c3cad8;
  font-size: 0.77rem;
}

.agent-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.agent-cards article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
}

.agent-cards article > span {
  margin-bottom: 18px;
}

.agent-cards h3 {
  color: var(--white);
  font-size: 1.18rem;
}

.agent-cards p {
  margin: 0;
  color: #b8c0d1;
  font-size: 0.78rem;
}

.integration-section,
.onboarding-section,
.why-teaser {
  background: var(--soft);
}

.integration-grid {
  grid-template-columns: repeat(4, 1fr);
}

.integration-grid h3 {
  font-size: 1.12rem;
}

.honest-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: 80px;
}

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

.boundary-list article {
  display: grid;
  padding: 22px 0;
  grid-template-columns: minmax(170px, 0.55fr) 1fr;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}

.boundary-list b {
  color: var(--navy-900);
}

.boundary-list p {
  margin: 0;
  font-size: 0.82rem;
}

.onboarding-steps {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  list-style: none;
}

.onboarding-steps li {
  min-width: 0;
  padding: 27px;
  background: var(--white);
}

.onboarding-steps li > span {
  display: block;
  margin-bottom: 24px;
  color: var(--gold-600);
  font-size: 0.74rem;
  font-weight: 850;
}

.onboarding-steps b {
  color: var(--navy-900);
}

.onboarding-steps p {
  margin: 7px 0 0;
  font-size: 0.78rem;
}

.why-card > div {
  max-width: 780px;
}

.why-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.why-card p:last-child {
  margin-bottom: 0;
}

.why-hero .lead {
  margin-inline: auto;
}

.approach-grid {
  grid-template-columns: repeat(3, 1fr);
}

.approach-grid article.featured {
  position: relative;
  background: var(--navy-900);
}

.approach-grid article.featured h3,
.approach-grid article.featured p,
.approach-grid article.featured b {
  color: var(--white);
}

.approach-grid article > b {
  display: block;
  margin-top: 24px;
  color: var(--navy-900);
  font-size: 0.78rem;
}

.why-table td {
  vertical-align: top;
}

.named-comparison {
  background: var(--white);
}

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

.competitor-list > article {
  padding: 45px 0;
  border-bottom: 1px solid var(--line);
}

.competitor-head {
  display: flex;
  margin-bottom: 25px;
  align-items: start;
  gap: 18px;
}

.competitor-head > span {
  flex: 0 0 auto;
}

.competitor-head h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
}

.competitor-columns {
  display: grid;
  margin-left: 54px;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
  background: var(--line);
}

.competitor-columns > div {
  padding: 24px;
  background: var(--soft);
}

.competitor-columns b {
  color: var(--navy-900);
  font-size: 0.85rem;
}

.competitor-columns p {
  margin: 8px 0 0;
  font-size: 0.8rem;
}

.source-link {
  display: inline-block;
  margin: 16px 0 0 54px;
  color: var(--gold-600);
  font-size: 0.75rem;
  font-weight: 750;
  text-decoration: none;
}

.comparison-note {
  margin: 25px 0 0;
  font-size: 0.72rem;
}

.decision-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.decision-grid ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-grid li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #d7dce7;
  font-size: 0.85rem;
}

.thanks-section .actions {
  margin-top: 32px;
}

@media (max-width: 1040px) {
  .desktop-nav {
    gap: 16px;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .subhero-grid,
  .product-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 36px;
  }

  .module-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .module-tabs button:nth-child(3) {
    border-right: 0;
  }

  .module-tabs button:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

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

  .trial-grid {
    gap: 36px;
  }

  .product-home-hero .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
  }

  .story-panel {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  }

  .capability-story,
  .capability-story.reverse {
    gap: 42px;
  }

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

@media (max-width: 820px) {
  .shell {
    width: min(calc(100% - 30px), var(--shell));
  }

  .header-inner {
    min-height: 68px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    position: relative;
    margin-left: auto;
  }

  .mobile-nav summary {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 12px 10px;
    align-content: space-between;
    border: 1px solid var(--line);
    border-radius: 9px;
    list-style: none;
    cursor: pointer;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    height: 2px;
    border-radius: 3px;
    background: var(--navy-900);
  }

  .mobile-nav nav {
    display: grid;
    position: absolute;
    width: min(310px, calc(100vw - 30px));
    top: 52px;
    right: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .mobile-nav nav a {
    padding: 11px 12px;
    color: var(--navy-900);
    font-weight: 700;
    text-decoration: none;
  }

  .hero,
  .subhero,
  .product-hero {
    padding-block: 52px 62px;
  }

  .hero-grid,
  .subhero-grid,
  .product-hero-grid,
  .security-grid,
  .faq-grid,
  .trial-grid,
  .workday-grid,
  .agent-grid,
  .decision-grid,
  .honest-grid {
    grid-template-columns: 1fr;
  }

  .product-home-hero .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-shot,
  .subhero-shot,
  .product-page-shot {
    margin-top: 8px;
  }

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

  .confidence-grid span + span {
    border-left: 0;
  }

  .confidence-grid span:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .confidence-grid span {
    border-bottom: 1px solid var(--line);
  }

  .confidence-grid span:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .section {
    padding-block: 70px;
  }

  .heading.split {
    grid-template-columns: 1fr;
    gap: 15px;
  }

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

  .process-line li + li {
    border-left: 0;
  }

  .process-line li:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .process-line li:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }

  .process-line li:last-child {
    grid-column: 1 / -1;
  }

  .module-panel {
    grid-template-columns: 1fr;
  }

  .module-panel-copy {
    order: 2;
  }

  .pricing-grid,
  .special-grid,
  .benefit-grid,
  .next-steps,
  .outcome-grid,
  .approach-grid {
    grid-template-columns: 1fr;
  }

  .workday-grid,
  .agent-grid,
  .decision-grid,
  .honest-grid {
    gap: 38px;
  }

  .story-panel,
  .appearance-detail,
  .capability-story,
  .capability-story.reverse {
    grid-template-columns: 1fr;
  }

  .story-panel {
    min-height: 0;
  }

  .story-copy {
    padding: 22px;
  }

  .appearance-detail {
    gap: 10px;
  }

  .appearance-detail > div {
    padding: 22px;
  }

  .capability-story,
  .capability-story.reverse {
    padding: 48px 0;
  }

  .capability-story.reverse .capability-copy {
    order: 0;
  }

  .capability-story .product-shot {
    grid-row: 1;
  }

  .boundary-list article {
    grid-template-columns: 1fr;
    gap: 7px;
  }

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

  .mid-cta,
  .why-card {
    align-items: start;
    flex-direction: column;
  }

  .competitor-columns {
    margin-left: 0;
  }

  .source-link {
    margin-left: 0;
  }

  .security-grid {
    gap: 45px;
  }

  .security-visual img {
    max-height: 330px;
  }

  .faq-grid {
    gap: 20px;
  }

  .cta-card,
  .onprem-card {
    align-items: start;
    flex-direction: column;
    gap: 28px;
  }

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

  .edition-choices,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .config-result {
    grid-template-columns: 1fr 1fr;
  }

  .config-result .button {
    grid-column: 1 / -1;
  }

  .trial-copy {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 2rem;
  }

  .actions,
  .actions .button {
    width: 100%;
  }

  .hero-shot figcaption {
    display: grid;
  }

  .hero-shot figcaption span {
    text-align: left;
  }

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

  .module-tabs button,
  .module-tabs button:nth-child(3) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .module-tabs button:nth-child(even) {
    border-right: 0;
  }

  .module-tabs button:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .module-panel {
    min-height: 0;
    padding: 22px;
    gap: 28px;
  }

  .flow-grid,
  .integration-grid,
  .agent-cards,
  .onboarding-steps,
  .competitor-columns {
    grid-template-columns: 1fr;
  }

  .story-tabs {
    margin-inline: -15px;
    padding-inline: 15px;
    border-inline: 0;
    border-radius: 0;
  }

  .story-panel {
    padding: 10px;
    border-radius: 17px;
  }

  .story-shot img {
    max-height: 360px;
  }

  .story-copy {
    padding: 18px 12px 15px;
  }

  .appearance-detail {
    padding: 10px;
  }

  .appearance-detail > div {
    padding: 18px 12px;
  }

  .capability-story {
    gap: 28px;
  }

  .mid-cta,
  .why-card {
    padding: 25px;
  }

  .mid-cta .button,
  .why-card .button {
    width: 100%;
  }

  .competitor-head {
    display: grid;
  }

  .price-card,
  .feature-card,
  .special-card,
  .trial-form-card,
  .benefit-grid article,
  .next-steps article {
    padding: 23px;
  }

  .price-configurator fieldset {
    padding: 23px;
  }

  .config-result {
    padding: 23px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .config-total {
    text-align: left;
  }

  .config-result .button {
    grid-column: auto;
  }

  .form-grid,
  .trial-modules .check-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    display: grid;
    gap: 5px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
