:root {
  --ink: #1d2732;
  --ink-soft: #4f5f6e;
  --graphite: #202731;
  --graphite-light: #394552;
  --paper: #f5f7f8;
  --white: #ffffff;
  --line: #d8dfe4;
  --blue: #334dc8;
  --blue-soft: #eef1ff;
  --green: #0f766e;
  --green-soft: #eaf7f3;
  --red: #b7473d;
  --red-soft: rgba(220, 100, 72, .11);
  --docdoors: #0e6c5f;
  --docdoors-soft: #e6f2ef;
  --gold: #cf9a4a;
  --shadow: 0 20px 60px rgba(29, 39, 50, .09);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; border-radius: 10px; background: var(--graphite); color: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(100% - 2.5rem, 1180px);
  margin: 0 auto;
  padding: 1.3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; line-height: 1.15; }
.brand img { width: 46px; height: 46px; border-radius: 14px; box-shadow: 0 8px 22px rgba(29, 39, 50, .2); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.05rem; letter-spacing: -.015em; }
.brand small { margin-top: .2rem; color: var(--ink-soft); font-size: .76rem; }
.site-header nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem 1.25rem; }
.site-header nav a { font-weight: 750; text-decoration: none; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: currentColor; }
footer a { color: var(--ink-soft); font-weight: 400; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .18em; border-bottom: 0; }
footer a:visited { color: var(--ink-soft); }
footer a:hover { text-decoration-thickness: 2px; }

main { width: min(100% - 2rem, 1180px); margin: 1.5rem auto 5rem; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; font-weight: 700; letter-spacing: -.025em; }
h1 { font-size: 35px; margin: .7rem 0 1rem; max-width: 920px; }
h2 { margin: .4rem 0 .8rem; font-size: 30px; }
h3 { margin: 0 0 .7rem; font-size: 25px; }
p { margin: .5rem 0; }
.eyebrow { color: var(--graphite-light); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.lead { max-width: 800px; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.28rem); }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.2rem, 7vw, 5.7rem);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.hero::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -42%;
  width: min(44vw, 490px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 210deg, rgba(51,77,200,.16), rgba(15,118,110,.14), rgba(182,62,58,.13), rgba(51,77,200,.16));
  filter: blur(3px);
}
.hero > * { position: relative; z-index: 1; }

.offerings { margin-top: 1.6rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.offering {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2rem);
  padding-bottom: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 35px rgba(29,39,50,.055);
}
.offering-blue { --accent: var(--blue); --soft: var(--blue-soft); }
.offering-green { --accent: var(--green); --soft: var(--green-soft); }
.offering-red { --accent: var(--red); --soft: var(--red-soft); }
.offering-docdoors { --accent: var(--docdoors); --soft: var(--docdoors-soft); }
.offering .kicker { margin-bottom: .5rem; color: var(--accent); font-size: .77rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.offering-docdoors .kicker { color: var(--ink); }
.offering-title { display: flex; align-items: center; gap: .8rem; min-height: 58px; }
.offering-logo { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 8px 20px color-mix(in srgb, var(--accent) 22%, transparent); }
.offering-title-wordmark { justify-content: flex-start; }
.offering-wordmark { display: block; width: auto; height: 44px; max-width: 100%; object-fit: contain; object-position: left center; }
.offering-title span { min-width: 0; }
.offering > p { min-height: 8em; color: var(--ink-soft); }
.offering .meta { min-height: 6rem; margin-top: .7rem; padding: .75rem .9rem; display: flex; align-items: center; border-radius: 13px; background: var(--soft); color: var(--ink); font-size: .91rem; }
.offering .actions { min-height: 0; margin-top: .7rem; padding-top: 0; display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.offering .actions .button { max-width: 100%; }
.offering .actions-stacked { gap: 1.4rem; }
.offering .meta.meta-compact { min-height: 68px; padding: .62rem .85rem; }
.offering .actions.actions-compact .button { width: 100%; min-height: 68px; justify-content: space-between; }
.button-context, .button-card-copy { width: 100%; justify-content: space-between; padding: .62rem .85rem; font-size: .8rem; font-weight: 650; line-height: 1.4; text-align: left; }
.button-external > span:first-child { display: flex; flex-direction: column; gap: .12rem; }
.button-external strong { font: inherit; font-weight: 700; }
.button-external small { font-size: .72rem; font-weight: 450; line-height: 1.25; opacity: .9; }


.button {
  --button-shadow: rgba(8, 75, 91, .22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 42px;
  padding: .58rem 1rem;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #075b55 0%, #0f766e 55%, #2b9a90 100%);
  box-shadow: 0 9px 22px var(--button-shadow);
  color: white;
  font: inherit;
  font-size: .92rem;
  font-weight: 650;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 12px 27px var(--button-shadow); filter: saturate(1.08); }
.offering-blue .button {
  --button-shadow: rgba(31, 35, 166, .25);
  background: linear-gradient(135deg, #0b0b92 0%, #3434c6 55%, #5964e8 100%);
}
.offering-green .button, .button-green {
  --button-shadow: rgba(8, 75, 91, .22);
  background: linear-gradient(135deg, #075b55 0%, #0f766e 55%, #2b9a90 100%);
}
.offering-docdoors .button {
  --button-shadow: rgba(10, 79, 70, .24);
  background: linear-gradient(135deg, #0a4f46 0%, #0e6c5f 55%, #2f9586 100%);
}
.button-secondary { border: 1px solid var(--line); background: white; color: var(--ink); }
.button-secondary:hover { background: #f8fafb; }
.button-disabled { cursor: not-allowed; background: #e5e9ec; color: #73808b; box-shadow: none; }
.button-disabled:hover { transform: none; background: #e5e9ec; box-shadow: none; }
.status { display: inline-flex; align-items: center; gap: .45rem; font-size: .88rem; font-weight: 750; color: var(--red); }
.status::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: currentColor; }

.section { margin-top: 4.5rem; }
.section-intro { max-width: 760px; margin-bottom: 1.6rem; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.principle { padding: 1.5rem; border-top: 1px solid var(--line); }
.principle span { display: block; margin-bottom: .7rem; color: var(--ink-soft); font-size: .83rem; font-weight: 850; letter-spacing: .1em; }
.principle p { color: var(--ink-soft); }

.adhs-page {
  --ink: #1d2732;
  --ink-soft: #4f5f6e;
  --graphite: #173d3b;
  --graphite-light: #0f766e;
  --paper: #fbfaf5;
  --line: #cdded8;
  --gold: #e8a95b;
}
.adhs-page .lead { color: #315755; }
.adhs-page .hero::after {
  background: conic-gradient(from 210deg, rgba(7, 91, 85, .2), rgba(43, 154, 144, .14), rgba(223, 243, 237, .72), rgba(7, 91, 85, .2));
}
.sales-hero { background: linear-gradient(135deg, #fff 0%, #fff 58%, var(--green-soft) 100%); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.price-actions { width: 100%; margin-top: 0; }
.price-actions .direct-test-button { margin-left: auto; }
.trust-line { display: flex; flex-wrap: wrap; gap: .55rem 1.3rem; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .92rem; font-weight: 700; }
.trust-line span::before { content: "✓"; margin-right: .42rem; color: var(--green); }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; }
.panel { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.panel p { color: var(--ink-soft); }
.novum { color: var(--red); font-weight: 850; }
.feature-list { margin: 1.2rem 0 0; padding: 0; list-style: none; }
.feature-list li { padding: .85rem 0 .85rem 1.7rem; border-top: 1px solid var(--line); position: relative; }
.feature-list li::before { content: ""; position: absolute; left: .15rem; top: 1.35rem; width: .55rem; height: .55rem; border-radius: 50%; background: var(--green); }
.process { counter-reset: steps; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.action-process, .price-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process article { padding: 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: white; }
.process article::before { counter-increment: steps; content: "0" counter(steps); display: block; margin-bottom: 1.4rem; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.process p { color: var(--ink-soft); }
.adhs-page .action-process article { border-color: #1d2935; background: #1d2935; color: white; box-shadow: 0 14px 34px rgba(29, 41, 53, .14); }
.adhs-page .action-process article::before { color: #86ddd5; }
.adhs-page .action-process h3 { color: white; }
.adhs-page .action-process p { color: #d4dde4; }
.price-summary { margin: 1.15rem 0 2rem; }
.notice { padding: 1.25rem 1.4rem; border-left: 5px solid var(--gold); border-radius: 14px; background: #fff7e8; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--graphite); color: white; }
.cta-panel h2 { margin-bottom: .55rem; }
.cta-panel p { max-width: 700px; color: #ced6dd; }
.cta-panel .button-secondary { flex: 0 0 auto; }

footer { border-top: 1px solid var(--line); background: white; }
.footer-row { width: min(100% - 2.5rem, 1180px); margin: 0 auto; padding: 1.6rem 0; display: flex; justify-content: space-between; gap: 1rem 2rem; color: var(--ink-soft); font-size: .9rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .7rem 1.1rem; }

@media (max-width: 860px) {
  .offerings, .principles, .process { grid-template-columns: 1fr; }
  .offering { min-height: 0; }
  .offering-title, .offering > p, .offering .meta, .offering .actions { min-height: 0; }
  .offering .actions { align-items: stretch; }
  .feature-grid { grid-template-columns: 1fr; }
  .hero::after { right: -20%; top: -18%; width: 65vw; }
}
@media (max-width: 620px) {
  .site-header { align-items: flex-start; }
  .site-header nav { display: none; }
  main { width: min(100% - 1.2rem, 1180px); margin-top: .5rem; }
  .hero { padding: 1.6rem; border-radius: 22px; }
  .cta-panel, .footer-row { align-items: flex-start; flex-direction: column; }
  .cta-panel .button-secondary { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

/* Informationsseite Bildschirmvorsorge im Homeoffice */
.vision-page {
  --blue: #0b0b92;
  --ink: #101b36;
  --ink-soft: #4f5f6e;
  --graphite: #101b36;
  --graphite-light: #304f8a;
  --paper: #f6f7fc;
  --line: #d9deea;
  --gold: #7286de;
  background: var(--paper);
}
.vision-page .hero::after {
  background: conic-gradient(from 210deg, rgba(11, 11, 146, .2), rgba(52, 77, 200, .15), rgba(223, 227, 255, .76), rgba(11, 11, 146, .2));
}
.vision-page .brand strong { color: var(--ink); }
.vision-page h1,
.vision-page h2,
.vision-page h3 { color: var(--ink); }
.vision-page .lead { color: #304f8a; }
.vision-page .vision-fact p,
.vision-page .vision-focus p,
.vision-page .vision-boundary p,
.vision-page .vision-notice p { color: var(--ink-soft); }
.vision-page .vision-cta h2 { color: white; }
.vision-page .eyebrow { color: var(--blue); }
.vision-page .button {
  --button-shadow: rgba(31, 35, 166, .25);
  background: linear-gradient(135deg, #0b0b92 0%, #3434c6 55%, #5964e8 100%);
}
.vision-page .trust-line span::before,
.vision-page .process article::before { color: var(--blue); }
.vision-fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.vision-fact { box-shadow: 0 10px 35px rgba(31, 35, 166, .055); }
.vision-fact > span { display: block; margin-bottom: .7rem; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .11em; }
.vision-focus { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .7fr); gap: 2rem; align-items: center; background: linear-gradient(135deg, #fff 0%, #fff 58%, var(--blue-soft) 100%); }
.vision-boundary { padding: 1.35rem; border-left: 5px solid var(--blue); border-radius: 14px; background: var(--blue-soft); }
.vision-boundary p { margin-bottom: 0; }
.vision-process article::before { color: var(--blue); }
.vision-notice { border-left-color: var(--blue); background: var(--blue-soft); }
.vision-notice h3 { color: var(--ink); }
.vision-cta { background: linear-gradient(135deg, #101b36 0%, #161f67 100%); }
.vision-cta .eyebrow { color: #cbd3ff; }
.vision-sources { padding-top: 2rem; border-top: 1px solid var(--line); }
.vision-sources ul { padding-left: 1.2rem; }
.vision-sources li { margin: .7rem 0; color: var(--ink-soft); }
.vision-sources a { color: var(--blue); font-weight: 700; text-underline-offset: 3px; }

@media (max-width: 860px) {
  .vision-fact-grid, .vision-focus { grid-template-columns: 1fr; }
}








/* Zentrale Rechtseiten der Hauptdomain */
.legal-page { width: min(100% - 2rem, 900px); margin-top: 1.5rem; }
.legal-hero { padding: clamp(2rem, 6vw, 4rem); border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.legal-hero .lead { margin-bottom: 0; }
.legal-content { margin-top: 1.5rem; padding: clamp(1.5rem, 5vw, 3.5rem); border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 10px 35px rgba(29, 39, 50, .055); }
.legal-content h2 { margin-top: 2.2rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content a { color: var(--blue); text-underline-offset: .16em; }
.legal-content a:hover { text-decoration-thickness: 2px; }
.footer-links [aria-current="page"] { color: var(--ink); }






@media (max-width: 700px) { .price-actions .direct-test-button { margin-left: 0; } }

