/* Quicksand 600 (SIL OFL 1.1, siehe /assets/fonts/OFL-Quicksand.txt) – selbst gehostet, nur fuer die Wortmarken */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/quicksand-latin-600-normal.woff2") format("woff2");
}

/* innoclix – Website-Stylesheet (ohne externe Ressourcen) */

:root {
  --navy: #071a30;
  --navy-2: #0a2540;
  --ink: #0b1526;
  --muted: #5b6b81;
  --muted-2: #657284; /* >= 4,5:1 auf Weiss und Hellgrau (WCAG AA) */
  --accent: #0bb8a6; /* nur fuer Flaechen/Linien, nicht fuer Text */
  --accent-text: #099c8c; /* grosse Schrift: >= 3:1 auf Weiss und --bg-soft */
  --accent-ink: #08806f;
  --accent-btn: #08806f; /* weisse Schrift: 4,85:1 */
  --accent-btn-hover: #077567;
  --mint-50: #eef9f8;
  --mint-100: #e1f6f4;
  --mint-200: #dbf2f1;
  --bg-soft: #f5f9fa;
  --bg-footer: #f6f7f9;
  --line: #e4eaee;
  --line-2: #d9dee3;
  --white: #ffffff;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(7, 26, 48, 0.06);
  --shadow: 0 10px 30px -12px rgba(7, 26, 48, 0.18);
  --shadow-lg: 0 24px 48px -20px rgba(7, 26, 48, 0.28);
  --container: 1240px;
  --gutter: 16px;
  --header-h: 72px;
  --font: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 640px) { :root { --gutter: 24px; } }
@media (min-width: 1024px) { :root { --gutter: 32px; --header-h: 80px; } }

/* ---------- Reset / Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--navy-2);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main { flex: 1 0 auto; }
img, svg { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4 { margin: 0; line-height: 1.2; color: var(--navy); font-weight: 700; overflow-wrap: break-word; hyphens: auto; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 3px; border-radius: 6px; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--navy); color: var(--white); padding: 10px 16px; border-radius: 8px; font-weight: 600; }
.skip-link:focus { top: 12px; }

.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 26px; border-radius: 999px;
  font-size: 15px; font-weight: 700; line-height: 1.2; text-align: center;
  border: 1.5px solid transparent; cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn .icon { width: 18px; height: 18px; }
.btn-primary { background: var(--accent-btn); color: var(--white); box-shadow: 0 6px 16px -8px rgba(11, 184, 166, .8); }
.btn-primary:hover { background: var(--accent-btn-hover); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-outline-accent { border-color: var(--accent-btn); color: var(--accent-ink); background: var(--white); }
.btn-outline-accent:hover { background: var(--mint-100); }
.btn-sm { min-height: 40px; padding: 8px 20px; font-size: 14px; }
.btn-group { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 519px) { .btn-group .btn { width: 100%; } }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); box-shadow: 0 1px 0 var(--line); }
@supports (backdrop-filter: blur(8px)) { .site-header { background: rgba(255, 255, 255, .88); backdrop-filter: saturate(160%) blur(10px); } }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--header-h); }

.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); flex: none; }
.brand-mark { width: 40px; height: 32px; color: #141a2e; }
.brand-word { font-family: "Quicksand", "Manrope", var(--font); font-size: 25px; font-weight: 600; letter-spacing: -.01em; line-height: 1; color: #141a2e; }
.site-footer .brand-mark { width: 45px; height: 36px; }
.site-footer .brand-word { font-size: 28px; }

.site-nav { display: flex; align-items: center; gap: 28px; }
.nav-list { display: flex; align-items: center; gap: 28px; }
.nav-list a { font-size: 15px; font-weight: 500; color: var(--navy-2); padding: 6px 0; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.nav-list a:hover { color: var(--accent-ink); }
.nav-list a[aria-current="page"] { border-bottom-color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.lang-switch { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; text-transform: uppercase; color: var(--muted-2); }
.lang-switch a { color: var(--muted); padding: 4px 2px; }
.lang-switch a:hover { color: var(--navy); }
.lang-switch [aria-current="true"] { color: var(--navy); }
.lang-switch .sep { color: var(--line-2); }

.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 10px; background: transparent; color: var(--navy); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after { display: block; width: 24px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle-bars { position: relative; }
.nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle-bars::before { top: -7px; }
.nav-toggle-bars::after { top: 7px; }
.nav-open .nav-toggle-bars { background: transparent; }
.nav-open .nav-toggle-bars::before { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle-bars::after { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 959px) {
  .header-inner { flex-wrap: wrap; }
  .site-nav { width: 100%; flex-direction: column; align-items: stretch; gap: 8px; padding: 8px 0 20px; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a { display: block; padding: 14px 4px; font-size: 17px; font-weight: 600; border-bottom: 1px solid var(--line); }
  .nav-list a[aria-current="page"] { color: var(--accent-ink); border-bottom-color: var(--line); }
  .nav-actions { justify-content: space-between; padding-top: 12px; }
  .lang-switch { font-size: 16px; }
  .js .nav-toggle { display: inline-flex; }
  .js .site-nav { display: none; }
  .js .nav-open .site-nav { display: flex; max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
}

/* ---------- Typo-Bausteine ---------- */
.eyebrow { display: block; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 12px; }
.accent { color: var(--accent-text); }
.section { padding-block: 56px; }
.section-sm { padding-block: 32px; }
@media (min-width: 1024px) { .section { padding-block: 80px; } }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.section-title { font-size: clamp(24px, 2.4vw + 14px, 34px); font-weight: 800; letter-spacing: -.01em; }
.section-lead { margin-top: 14px; color: var(--muted); font-size: 17px; }
.bg-soft { background: var(--bg-soft); }

/* ---------- Hero ---------- */
.hero { background: var(--bg-soft); padding-block: 48px 56px; overflow: hidden; }
.hero-grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 960px) { .hero { padding-block: 72px 80px; } .hero-grid { grid-template-columns: 1fr 1fr; gap: 48px; } }
.hero h1 { font-size: clamp(30px, 3.6vw + 16px, 50px); font-weight: 800; letter-spacing: -.02em; line-height: 1.12; margin-bottom: 20px; }
.hero h1 .line { display: block; }
.hero-lead { font-size: 17px; color: var(--muted); max-width: 580px; margin-bottom: 28px; }
@media (min-width: 1024px) { .hero-lead { font-size: 18px; } }
.hero .btn-group { margin-bottom: 32px; }
.hero-media img { width: 100%; max-width: 640px; margin-inline: auto; filter: drop-shadow(0 20px 40px rgba(7, 26, 48, .08)); }
.hero-centered { text-align: center; }
.hero-centered .hero-lead { margin-inline: auto; }
.hero-centered .btn-group { justify-content: center; }

.trust { display: flex; flex-wrap: wrap; gap: 16px 28px; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-item .trust-icon { width: 38px; height: 38px; border-radius: var(--radius-sm); background: var(--mint-200); display: grid; place-items: center; flex: none; }
.trust-item .trust-icon img { display: block; width: 18px; height: 18px; }
.trust-item strong { display: block; font-size: 14px; font-weight: 700; color: var(--navy-2); line-height: 1.3; }
.trust-item span { display: block; font-size: 13px; color: var(--muted); line-height: 1.3; }

/* ---------- Feature-Leiste ---------- */
.feature-bar { display: grid; gap: 24px; border: 2px solid var(--line); border-radius: var(--radius); padding: 28px; background: var(--white); }
@media (min-width: 600px) { .feature-bar { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .feature-bar { grid-template-columns: repeat(4, 1fr); padding: 28px 40px; } }
.feature-bar-item { display: flex; gap: 14px; align-items: center; }
.feature-bar-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--mint-50); display: grid; place-items: center; flex: none; }
.feature-bar-icon img { width: 22px; height: 22px; }
.feature-bar-item h3 { font-size: 15px; }
.feature-bar-item p { font-size: 14px; color: var(--muted); }

/* ---------- Karten ---------- */
.card-grid { display: grid; gap: 20px; }
@media (min-width: 600px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .card-grid-4 { grid-template-columns: repeat(4, 1fr); } .card-grid-3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  position: relative; display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
a.card:hover, .card-link:hover { border-color: rgba(11, 184, 166, .55); box-shadow: var(--shadow); transform: translateY(-2px); }
.card-icon { width: 50px; height: 50px; border-radius: 12px; background: var(--mint-100); color: var(--accent-ink); display: grid; place-items: center; flex: none; }
.card-icon img { width: 24px; height: 24px; }
.card h3 { font-size: 19px; margin-top: 18px; }
.card .card-sub { font-size: 14px; font-weight: 600; color: var(--accent-ink); margin-top: 2px; }
.card p { font-size: 15px; color: var(--muted); margin-top: 10px; }
.card .card-more { margin-top: auto; padding-top: 18px; font-size: 14px; font-weight: 700; color: var(--accent-ink); display: inline-flex; align-items: center; gap: 6px; }
.card .card-more .icon { width: 16px; height: 16px; transition: transform .2s; }
a.card:hover .card-more .icon { transform: translateX(3px); }
.card-muted { background: var(--bg-soft); border-style: dashed; box-shadow: none; }

.card-row { flex-direction: row; gap: 16px; align-items: flex-start; }
.card-row h3 { margin-top: 0; font-size: 17px; }
.card-row p { margin-top: 6px; }

/* ---------- Warum innoclix ---------- */
.why-grid { display: grid; gap: 48px; align-items: center; }
@media (min-width: 960px) { .why-grid { grid-template-columns: 5fr 7fr; gap: 56px; } }
.check-list { margin-top: 28px; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; font-weight: 600; color: var(--navy-2); }
.check-list img { width: 20px; height: 20px; margin-top: 3px; flex: none; }

.why-visual { position: relative; }
.why-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.why-photo img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; }
.float-cards { display: grid; gap: 12px; margin-top: 16px; }
@media (min-width: 520px) { .float-cards { grid-template-columns: 1fr 1fr; } }
.float-card { display: flex; gap: 12px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }
.float-card .card-icon { width: 42px; height: 42px; border-radius: 10px; }
.float-card .card-icon .icon { width: 20px; height: 20px; }
.float-card strong { display: block; font-size: 15px; color: var(--navy); line-height: 1.3; }
.float-card span { display: block; font-size: 13px; color: var(--muted); line-height: 1.4; margin-top: 2px; }
@media (min-width: 1100px) {
  .why-visual { padding: 56px 40px; }
  .why-photo { width: 62%; margin-inline: auto; }
  .float-cards { display: block; margin: 0; }
  .float-card { position: absolute; width: 270px; }
  .float-card:nth-child(1) { top: 0; left: 0; }
  .float-card:nth-child(2) { top: 64px; right: 0; }
  .float-card:nth-child(3) { bottom: 72px; left: 0; }
  .float-card:nth-child(4) { bottom: 0; right: 0; }
}

/* ---------- CTA-Band ---------- */
.cta-band { border: 2px solid var(--accent); border-radius: var(--radius); padding: 32px 24px; display: grid; gap: 24px; align-items: center; background: linear-gradient(135deg, #ffffff 0%, var(--mint-50) 100%); }
@media (min-width: 860px) { .cta-band { grid-template-columns: 1fr auto; padding: 36px 44px; gap: 40px; } }
.cta-band h2 { font-size: clamp(21px, 1.2vw + 16px, 26px); font-weight: 800; }
.cta-band p { margin-top: 8px; color: var(--muted); font-size: 15px; }

/* ---------- Produktseiten ---------- */
.product-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.product-badge .card-icon { width: 44px; height: 44px; }
.product-badge .eyebrow { margin: 0; }
.hero-centered .product-badge { justify-content: center; }
.portal-note { margin-top: 18px; font-size: 14px; color: var(--muted); }
.portal-note a { color: var(--accent-ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Unternehmen ---------- */
.stats { display: grid; gap: 16px; margin-top: 36px; }
@media (min-width: 600px) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stat { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; text-align: center; box-shadow: var(--shadow-sm); }
.stat .card-icon { margin: 0 auto 10px; width: 42px; height: 42px; }
.stat strong { display: block; font-size: 30px; font-weight: 800; color: var(--navy); line-height: 1.1; }
.stat span { display: block; font-size: 14px; color: var(--muted); margin-top: 4px; }
.mission { max-width: 820px; margin-inline: auto; text-align: center; }
.mission p { margin-top: 16px; font-size: 18px; color: var(--muted); }

/* ---------- Karriere ---------- */
.jobs { display: grid; gap: 14px; max-width: 900px; margin-inline: auto; }
.job { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.job h3 { font-size: 18px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 6px; font-size: 14px; color: var(--muted); }
.job-meta span { display: inline-flex; align-items: center; gap: 6px; }
.job-meta .icon { width: 15px; height: 15px; color: var(--accent-ink); }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; gap: 24px; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
@media (min-width: 640px) { .panel { padding: 36px; } }
.panel h2 { font-size: 22px; }
.panel > p { margin-top: 8px; color: var(--muted); }
.contact-list { margin-top: 24px; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .card-icon { width: 44px; height: 44px; }
.contact-list small { display: block; font-size: 13px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.contact-list a, .contact-list .value { font-size: 16px; font-weight: 600; color: var(--navy); overflow-wrap: anywhere; }
.contact-list a:hover { color: var(--accent-ink); }
.panel-accent { background: linear-gradient(160deg, var(--mint-50) 0%, #ffffff 70%); border-color: rgba(11, 184, 166, .35); }
.panel-accent .btn-group { margin-top: 24px; }
.example-quote { margin: 20px 0 0; padding: 16px 18px; border-left: 3px solid var(--accent); background: var(--white); border-radius: 0 12px 12px 0; font-size: 15px; color: var(--muted); font-style: italic; }

/* ---------- Rechtstexte ---------- */
.legal { max-width: 860px; margin-inline: auto; }
.legal-head { margin-bottom: 36px; }
.legal-head h1 { font-size: clamp(28px, 2.4vw + 18px, 40px); font-weight: 800; }
.legal-head p { margin-top: 12px; color: var(--muted); font-size: 16px; }
.legal-list { display: grid; gap: 14px; }
.legal-item { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; background: var(--white); }
.legal-item h2 { font-size: 17px; margin-bottom: 8px; }
.legal-item p { font-size: 15px; color: var(--muted); overflow-wrap: anywhere; }
.legal-item a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 404 ---------- */
.notfound { text-align: center; padding-block: 96px; }
.notfound .code { font-size: clamp(72px, 12vw, 128px); font-weight: 800; line-height: 1; color: var(--accent-text); }
.notfound h1 { margin-top: 12px; font-size: 26px; }
.notfound p { margin-top: 10px; color: var(--muted); }
.notfound .btn-group { justify-content: center; margin-top: 28px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-footer); padding-top: 56px; margin-top: 24px; }
.footer-grid { display: grid; gap: 36px; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } .footer-brand { grid-column: 1 / -1; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; } .footer-brand { grid-column: auto; } }
.footer-brand p { margin-top: 16px; font-size: 14px; color: var(--muted); max-width: 340px; }
.footer-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { font-size: 15px; color: var(--muted); transition: color .2s; }
.footer-links a:hover { color: var(--ink); }

.partner { margin-top: 44px; padding: 24px; border: 1px solid var(--line-2); border-radius: var(--radius); background: var(--white); display: grid; gap: 16px; align-items: center; }
@media (min-width: 760px) { .partner { grid-template-columns: auto 1fr auto; gap: 28px; padding: 22px 28px; } }
.partner-logo { display: inline-flex; align-items: center; padding-right: 0; }
.partner-logo img { width: 112px; height: 24px; }
@media (min-width: 760px) { .partner-logo { padding-right: 28px; border-right: 1px solid var(--line-2); align-self: stretch; } }
.partner p { font-size: 14px; color: var(--muted); min-width: 0; }
.partner-link { font-size: 14px; font-weight: 700; color: var(--navy-2); white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.partner-link:hover { color: var(--accent-ink); }
.partner-link .icon { width: 16px; height: 16px; }

.footer-bottom { margin-top: 28px; padding-block: 24px 32px; border-top: 1px solid var(--line-2); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: 13px; color: var(--muted); }

/* ---------- Scroll-Einblendung (dezent) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
  .js [data-reveal].is-visible { opacity: 1; transform: none; }
}

@media print {
  .site-header, .nav-toggle, .cta-band, .partner { display: none !important; }
  body { color: #000; }
}

/* ---------- Produktlogos, Badges ---------- */
.product-logo { display: block; height: 30px; width: auto; max-width: 100%; }
.card-logo { margin: 4px 0 10px; }
.card .card-logo { margin-top: 4px; }
.product-head { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-bottom: 18px; }
.product-head .product-logo { height: 36px; }
.product-head .eyebrow { margin: 0; }
.hero-centered .product-head { justify-content: center; }
.badge { display: inline-flex; align-items: center; margin-left: 6px; padding: 2px 9px; border-radius: 999px; background: #e3f5fc; color: #0b6a8a; font-size: 12px; font-weight: 700; line-height: 1.5; vertical-align: 1px; white-space: nowrap; }
.badge-costeo { gap: 6px; padding: 3px 10px; background: #f3fafd; border: 1px solid #d3ebf5; color: #3b4a5c; font-weight: 600; }
.badge-costeo img { display: block; height: 14px; width: auto; }
.footer-links small { font-size: 12px; color: var(--muted-2); }

/* ---------- costeo-Hinweis ---------- */
.notice-card { max-width: 780px; margin-inline: auto; background: var(--white); border: 2px solid var(--accent); border-radius: var(--radius-lg); padding: 32px 22px; box-shadow: var(--shadow); }
@media (min-width: 640px) { .notice-card { padding: 40px 44px; } }
.notice-card h1 { font-size: clamp(26px, 2.6vw + 16px, 40px); }
.rename-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 18px; margin: 26px 0 22px; }
.rename-old { position: relative; display: inline-flex; align-items: center; opacity: .6; }
.rename-old small { position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); margin-bottom: 6px; white-space: nowrap; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.rename-old .product-logo { height: 26px; }
.rename-arrow { display: inline-flex; color: var(--accent-ink); }
.rename-new { width: auto; height: 26px; }

/* ---------- Fliesstext-Bausteine (zitierfaehige Inhalte) ---------- */
.prose-grid { display: grid; gap: 32px; align-items: start; }
@media (min-width: 960px) { .prose-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.prose-lead { margin-top: 16px; font-size: 17px; color: var(--muted); }
.fact-list { display: grid; gap: 12px; }
.fact-list li { position: relative; padding: 14px 16px 14px 44px; background: var(--bg-soft); border-radius: 12px; font-size: 15px; color: var(--muted); }
.fact-list li::before { content: ""; position: absolute; left: 16px; top: 19px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); box-shadow: inset 0 0 0 4px var(--mint-100); }
.fact-list strong { color: var(--navy); }

.steps { list-style: none; margin: 0 auto; padding: 0; max-width: 900px; display: grid; gap: 14px; counter-reset: step; }
.steps li { position: relative; counter-increment: step; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px 20px 72px; box-shadow: var(--shadow-sm); }
.steps li::before { content: counter(step); position: absolute; left: 20px; top: 20px; width: 36px; height: 36px; border-radius: 50%; background: var(--accent-btn); color: var(--white); display: grid; place-items: center; font-weight: 800; }
.steps h3 { font-size: 17px; }
.steps p { margin-top: 6px; font-size: 15px; color: var(--muted); }

.table-wrap { max-width: 1000px; margin-inline: auto; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); -webkit-overflow-scrolling: touch; }
.compare { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 15px; }
.compare th, .compare td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare thead th { background: var(--bg-soft); color: var(--navy); font-size: 14px; }
.compare thead th:last-child { background: var(--mint-100); }
.compare tbody th { color: var(--navy); font-weight: 700; white-space: nowrap; }
.compare td { color: var(--muted); }
.compare td:last-child { color: var(--navy-2); font-weight: 500; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 900px; }
.faq-list { display: grid; gap: 10px; }
.faq-group { margin-bottom: 40px; }
.faq-group h2 { font-size: clamp(20px, 1vw + 16px, 24px); margin-bottom: 16px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 14px; transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: rgba(11, 184, 166, .5); box-shadow: var(--shadow-sm); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-radius: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; flex: none; width: 10px; height: 10px; border-right: 2px solid var(--accent-ink); border-bottom: 2px solid var(--accent-ink); transform: rotate(45deg) translateY(-3px); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(-135deg) translateY(-2px); }
.faq-item summary:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 2px; }
.faq-q { font-size: 16px; font-weight: 700; color: var(--navy); line-height: 1.4; }
.faq-a { padding: 0 18px 18px; }
.faq-a p { font-size: 15px; color: var(--muted); }
.faq-a a, .panel-note a { color: var(--accent-ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.faq-more { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.faq-toc { margin-top: 28px; }
.faq-toc ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.faq-toc a { display: inline-block; padding: 7px 14px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--white); font-size: 14px; font-weight: 600; color: var(--navy-2); }
.faq-toc a:hover { border-color: var(--accent); color: var(--accent-ink); }
.panel-note { margin-top: 20px; font-size: 14px; color: var(--muted); }
.jobs-note { max-width: 900px; margin-inline: auto; text-align: center; }
.product-head + h1 { font-size: clamp(28px, 2.4vw + 16px, 42px); }
.logo-word { font-family: "Quicksand", "Manrope", var(--font); font-size: 30px; font-weight: 600; letter-spacing: -.01em; fill: #3b4357; }
.logo-suffix { fill: #141a2e; }
.list-title { font-size: 18px; margin-bottom: 14px; }
.roadmap { max-width: 820px; margin: 40px auto 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-soft); text-align: center; }
.roadmap h3 { font-size: 19px; }
.roadmap p { margin-top: 10px; color: var(--muted); font-size: 15px; }
.roadmap .btn-group { justify-content: center; margin-top: 20px; }
.source-note { font-size: 13px !important; }
.source-note a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }
/* Lösungskarten: 5 Karten – Mobil 1, Tablet 2, Desktop 3 + 2 zentriert */
@media (min-width: 1024px) {
  .card-grid-5 { grid-template-columns: repeat(6, 1fr); }
  .card-grid-5 > * { grid-column: span 2; }
  .card-grid-5 > :nth-child(4) { grid-column: 2 / span 2; }
}
/* Umbenennungszeile auch auf schmalen Displays einzeilig halten */
@media (max-width: 479px) {
  .rename-row { flex-wrap: nowrap; gap: 10px; }
  .rename-old .product-logo, .rename-new { height: 20px; }
  .rename-arrow .icon { width: 16px; height: 16px; }
}
.chip-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 10px; margin-top: 24px; }
.chip-list li { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--white); font-size: 14px; font-weight: 600; color: var(--navy-2); }
.chip-list .icon { width: 16px; height: 16px; color: var(--accent-ink); }
@media (min-width: 900px) { .stats-4 { grid-template-columns: repeat(4, 1fr); } }
.stat small { display: block; margin-top: 6px; font-size: 13px; color: var(--muted-2); line-height: 1.4; }
@media (min-width: 600px) and (max-width: 899px) { .stats-4 { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Screenshots (innoclix hub) ---------- */
.browser-frame { position: relative; padding-top: 26px; border-radius: 14px; background: #eef2f5; border: 1px solid var(--line); box-shadow: var(--shadow-lg); overflow: hidden; }
.browser-frame::before { content: ""; position: absolute; top: 9px; left: 12px; width: 44px; height: 9px; background: radial-gradient(circle at 4.5px 4.5px, #ff6b5f 4px, transparent 4.5px), radial-gradient(circle at 21.5px 4.5px, #ffbd2e 4px, transparent 4.5px), radial-gradient(circle at 38.5px 4.5px, #28c840 4px, transparent 4.5px); }
.browser-frame img { width: 100%; height: auto; display: block; }
.chip-list-start { justify-content: flex-start; }
@media (max-width: 959px) { .chip-list-start { justify-content: center; } }
.shot-grid { display: grid; gap: 28px 24px; }
@media (min-width: 760px) { .shot-grid { grid-template-columns: repeat(2, 1fr); } }
.shot { margin: 0; }
.shot-link { display: block; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: #fff; transition: transform .2s ease, box-shadow .2s ease; cursor: zoom-in; }
.shot-link:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.shot-link img { width: 100%; height: auto; display: block; }
.shot figcaption { margin-top: 12px; font-size: 14px; color: var(--muted); line-height: 1.5; }
.shot figcaption strong { display: block; font-size: 15px; color: var(--navy); }
.shot-mobile { margin-top: 48px; display: grid; gap: 24px; align-items: center; padding: 28px; border-radius: var(--radius-lg); background: var(--bg-soft); }
@media (min-width: 760px) { .shot-mobile { grid-template-columns: 1fr 1.4fr; padding: 36px 44px; } }
.shot-mobile-text h3 { font-size: 22px; }
.shot-mobile-text p { margin-top: 8px; color: var(--muted); }
.shot-mobile-pics { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 420px; margin-inline: auto; }
.shot-mobile-pics > .shot:only-child { grid-column: 1 / -1; justify-self: center; width: calc(50% - 8px); }
.shot-phone .shot-link { border-radius: 22px; border: 6px solid #141a2e; }
.lightbox { border: 0; padding: 0; background: transparent; max-width: min(96vw, 1600px); max-height: 96vh; overflow: visible; }
.lightbox::backdrop { background: rgba(7, 26, 48, .82); }
.lightbox-img { display: block; width: auto; height: auto; max-width: min(96vw, 1600px); max-height: calc(96vh - 64px); border-radius: 10px; background: #fff; }
.lightbox.is-portrait .lightbox-img { max-height: calc(96vh - 64px); }
.lightbox-cap { margin-top: 10px; color: #fff; font-size: 15px; text-align: center; }
.lightbox form { position: absolute; top: -14px; right: -14px; z-index: 1; }
.lightbox-close { width: 40px; height: 40px; border-radius: 50%; border: 0; background: #fff; color: var(--navy); font-size: 26px; line-height: 1; cursor: pointer; box-shadow: var(--shadow); }
.lightbox-close:focus-visible { outline: 3px solid var(--accent); /* auf dunklem Hintergrund */ outline-offset: 2px; }
@media (max-width: 600px) { .lightbox form { top: 6px; right: 6px; } }
/* Lösungskarten: 7 Produkte + „Weitere Lösungen“ – Mobil 1, Tablet 2, Desktop 3; die letzte Karte füllt die Restzeile als schmales Band */
@media (min-width: 600px) {
  .card-grid-8 > .card-muted { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; align-items: center; align-content: center; padding: 22px 28px; }
  .card-grid-8 > .card-muted .card-icon { grid-row: 1 / span 3; }
  .card-grid-8 > .card-muted h3 { margin-top: 0; }
  .card-grid-8 > .card-muted p { margin-top: 4px; }
}
@media (min-width: 1024px) { .card-grid-8 { grid-template-columns: repeat(3, 1fr); } .card-grid-8 > .card-muted { grid-column: span 2; } }
/* Status-Label für Produkte, die noch nicht verfügbar sind */
.badge-status { background: #fff3e0; color: #8a4b00; }
.product-head .badge-status { margin-left: 0; }
/* innoclix social: Listen auf hellgrauem Grund, Titel über der Chip-Liste */
.fact-list-white li { background: var(--white); }
.plan-title { margin: 26px 0 0; }
.plan-title + .chip-list { margin-top: 12px; }

/* ---------- Formulare (Demo, Kontakt, Bewerbung) ---------- */
.form-layout { display: grid; gap: 28px; align-items: start; }
@media (min-width: 1000px) { .form-layout { grid-template-columns: minmax(0, 1fr) 320px; } }
.form-aside { display: grid; gap: 16px; }
.form-card { max-width: 820px; width: 100%; margin-inline: auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 20px; box-shadow: var(--shadow); }
@media (min-width: 700px) { .form-card { padding: 38px 42px; } }
@media (min-width: 900px) { .contact-grid-form { grid-template-columns: 5fr 7fr; } }
.panel-form > p { margin-bottom: 4px; }
.form-grid { display: grid; gap: 18px; margin-top: 22px; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .field-full { grid-column: 1 / -1; } }
.field label, .field legend, .field .label { display: block; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.field .opt { font-weight: 400; color: var(--muted); }
.req { color: #b42318; }
.field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=url], .field input[type=month], .field select, .field textarea {
  width: 100%; font: inherit; font-size: 16px; line-height: 1.4; padding: 11px 13px; border: 1.5px solid #b9c4cf; border-radius: 10px; background: var(--white); color: var(--ink); }
.field select { appearance: auto; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 1px; border-color: var(--accent-ink); }
.field [aria-invalid="true"] { border-color: #b42318; background: #fff8f7; }
.field-narrow select { max-width: 260px; }
.field .hint { font-size: 13px; color: var(--muted); margin-top: 6px; }
.field fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.choice { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.choice label, .check label { font-weight: 400; display: inline-flex; gap: 8px; align-items: flex-start; font-size: 15px; color: var(--ink); margin: 0; }
.choice input, .check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent-ink); flex: none; }
.hp { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.privacy-note { font-size: 13px; color: var(--muted); line-height: 1.55; }
.privacy-note a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.form-actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.form-actions small { color: var(--muted); font-size: 13px; }
.form-actions .btn[disabled] { opacity: .7; cursor: progress; }
.form-alert { margin-top: 18px; padding: 12px 14px; border-radius: 10px; background: #fff5f3; border: 1px solid #f3c6bd; color: #8a1c10; font-size: 15px; }
.callout { margin-top: 18px; padding: 14px 16px; border-radius: 12px; background: #fff8ec; border: 1px solid #f1d9a8; font-size: 14px; color: var(--ink); }
.dropzone { position: relative; display: grid; justify-items: center; gap: 4px; text-align: center; padding: 24px 16px; border: 2px dashed #b9c4cf; border-radius: 12px; background: var(--bg-soft); cursor: pointer; transition: border-color .15s, background .15s; margin: 0; }
.dropzone-sm { padding: 16px; }
.dropzone:hover, .dropzone.is-over { border-color: var(--accent-ink); background: var(--mint-50); }
.dropzone:focus-within { outline: 3px solid var(--accent-ink); outline-offset: 2px; }
.dropzone.has-file { border-style: solid; border-color: var(--accent-ink); background: var(--mint-50); }
.dropzone.has-error { border-color: #b42318; background: #fff5f3; }
.dz-input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer; }
.dz-icon .icon { width: 28px; height: 28px; color: var(--accent-ink); }
.dz-main { font-size: 15px; font-weight: 600; color: var(--navy); }
.dz-main u { color: var(--accent-ink); }
.dz-sub { font-size: 13px; color: var(--muted); }
.dz-status { font-size: 14px; font-weight: 600; color: var(--accent-ink); overflow-wrap: anywhere; }
.dropzone.has-error .dz-status { color: #b42318; }
.form-result { text-align: center; max-width: 680px; }
.form-result h1 { font-size: clamp(26px, 4vw, 34px); margin-top: 6px; }
.form-result p { margin-top: 12px; color: var(--muted); }
.form-result .btn-group { justify-content: center; margin-top: 22px; }
.result-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--mint-100); color: var(--accent-ink); display: grid; place-items: center; margin: 0 auto 10px; }
.result-icon .icon { width: 28px; height: 28px; }
.result-icon-warn { background: #fff1ee; color: #b42318; }

/* ---------- Preiskarten (innoclix social) ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 18px 0 8px; }
.price-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.price-card h4 { margin: 0 0 4px; font-size: 1.05rem; color: var(--navy); }
.price-card .price { margin: 0 0 10px; color: var(--muted); }
.price-card .price strong { font-size: 1.7rem; color: var(--navy); letter-spacing: -0.02em; }
.price-card p:last-child { font-size: 0.93rem; line-height: 1.55; color: var(--navy-2); }
.price-card-hl { border-color: #FF6B5B; box-shadow: 0 0 0 1px #FF6B5B inset; }
.price-badge { position: absolute; top: -11px; right: 14px; background: #FF6B5B; color: var(--white); font-size: 0.75rem; font-weight: 700; border-radius: 999px; padding: 2px 10px; }
.price-note { font-size: 0.9rem; color: var(--muted); margin: 6px 0 14px; }
@media (max-width: 820px) { .price-grid { grid-template-columns: minmax(0, 1fr); } }
