:root {
  --primary: #70bFCB;
  --primary-strong: #2f9dcf;
  --accent: #e7c95e;
  --dark: #123b4e;
  --ink: #071f1e;
  --soft: #eaf5f7;
  --surface: #f6f8f8;
  --white: #fff;
  --muted: #5a6970;
  --line: #d8e1e4;
  --line-dark: rgba(255,255,255,.16);
  --danger-soft: #fff4e8;
  --danger: #9a5b13;
  --max: 1180px;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 22px 60px rgba(12,40,50,.10);
  --shadow-soft: 0 12px 34px rgba(12,40,50,.07);
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; background: var(--dark); color: #fff; padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 18px; }
.icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }

.preview-ribbon { background: #f5d978; color: #2e321e; min-height: 36px; display: grid; place-items: center; padding: 7px 20px; font-size: .82rem; font-weight: 750; text-align: center; }
.service-strip { color: rgba(255,255,255,.9); background: var(--dark); font-size: .78rem; letter-spacing: .01em; }
.service-strip-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service-strip span { display: inline-flex; align-items: center; gap: 7px; }
.service-strip .icon { color: var(--primary); }

.site-header { position: sticky; top: 0; z-index: 70; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(18,59,78,.12); backdrop-filter: blur(16px); }
.nav { height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 218px; }
.brand-logo-image { display: block; width: min(230px, 100%); height: auto; }
.logo-symbol { width: 43px; height: 43px; flex: 0 0 auto; position: relative; }
.logo-symbol-sp { display: grid; place-items: center; border-radius: 11px; background: var(--primary); box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.logo-symbol-sp::after { content: ""; position: absolute; right: -4px; bottom: 7px; width: 9px; height: 19px; border-radius: 3px; background: var(--accent); }
.logo-symbol-sp span { color: var(--dark); font-weight: 900; letter-spacing: -.08em; transform: translateX(-1px); }
.logo-symbol-ai { border-radius: 12px; background: var(--dark); display: grid; grid-template-columns: repeat(2, 7px); grid-template-rows: repeat(2, 7px); place-content: center; gap: 7px; }
.logo-symbol-ai i { display: block; border-radius: 50%; background: var(--primary); box-shadow: 0 0 18px rgba(88,183,231,.5); }
.logo-symbol-ai i:nth-child(2), .logo-symbol-ai i:nth-child(3) { background: var(--accent); }
.logo-symbol-ai::before, .logo-symbol-ai::after { content: ""; position: absolute; inset: 20px 10px auto; height: 2px; background: rgba(255,255,255,.45); }
.logo-symbol-ai::after { inset: 10px 20px; width: 2px; height: auto; }
.logo-copy { display: flex; flex-direction: column; line-height: 1.1; }
.logo-copy strong { color: var(--dark); font-size: 1.02rem; letter-spacing: -.02em; }
.logo-copy small { margin-top: 4px; color: var(--muted); text-transform: uppercase; font-size: .66rem; font-weight: 750; letter-spacing: .11em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--dark); text-decoration: none; font-size: .92rem; font-weight: 680; white-space: nowrap; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--primary-strong); }
.nav-links .nav-cross { padding-left: 24px; border-left: 1px solid var(--line); color: var(--primary-strong); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--soft); padding: 10px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--dark); margin: 5px 0; transition: transform .2s, opacity .2s; }

.eyebrow { color: var(--primary-strong); text-transform: uppercase; font-size: .77rem; font-weight: 850; letter-spacing: .14em; }
h1, h2, h3 { color: var(--dark); font-family: "Segoe UI", Arial, sans-serif; margin-top: 0; }
h1 { font-size: clamp(2.6rem, 5.7vw, 5.25rem); line-height: .98; letter-spacing: -.052em; margin-bottom: 26px; }
h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 18px; }
h3 { font-size: 1.25rem; line-height: 1.25; letter-spacing: -.018em; }
p { margin-top: 0; }
.lead { max-width: 760px; color: #344c55; font-size: clamp(1.08rem, 1.4vw, 1.28rem); line-height: 1.65; }
.hero-note { max-width: 680px; color: var(--muted); font-weight: 600; }

.button { min-height: 50px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; font-weight: 780; text-decoration: none; line-height: 1.2; transition: transform .18s, box-shadow .18s, background .18s, border-color .18s; }
.button:hover:not(.button-disabled), .button:focus-visible:not(.button-disabled) { transform: translateY(-2px); }
.button-primary { background: var(--dark); color: #fff; box-shadow: 0 12px 30px rgba(18,59,78,.18); }
.button-primary:hover:not(.button-disabled) { box-shadow: 0 16px 36px rgba(18,59,78,.25); }
.button-primary .icon { color: var(--primary); }
.button-ghost { color: var(--dark); background: rgba(255,255,255,.64); border-color: rgba(18,59,78,.22); }
.button-ghost:hover { background: #fff; border-color: var(--dark); }
.button-block { width: 100%; }
.button-disabled { background: #dce3e5; color: #647176; border-color: #dce3e5; box-shadow: none; cursor: not-allowed; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--dark); font-weight: 780; text-decoration: none; }
.text-link:hover { color: var(--primary-strong); }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }

.home-hero { overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(112,191,203,.23), transparent 28%), linear-gradient(135deg, var(--soft), #fff 63%); border-bottom: 1px solid var(--line); }
.brand-ki-praxispilot .home-hero { background: radial-gradient(circle at 84% 18%, rgba(88,183,231,.32), transparent 26%), linear-gradient(142deg, #eef8fc, #fff 57%, #f5fbfd); }
.home-hero-grid { min-height: 0; padding: 82px 0 76px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; align-items: center; }
.home-hero-copy h1 { max-width: 1050px; margin-top: 14px; }
.trust-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 20px; color: var(--dark); font-size: .86rem; font-weight: 680; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row .icon { color: var(--primary-strong); }
.home-visual-wrap { min-width: 0; position: relative; }
.home-visual-label { position: absolute; z-index: 5; left: -18px; top: -20px; display: flex; flex-direction: column; padding: 13px 17px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-soft); }
.home-visual-label span { color: var(--muted); font-size: .72rem; text-transform: uppercase; font-weight: 780; letter-spacing: .1em; }
.home-visual-label strong { color: var(--dark); font-size: .95rem; }

.product-visual { position: relative; min-height: 480px; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--dark), #0c2634); overflow: hidden; box-shadow: 0 35px 80px rgba(10,38,52,.24); isolation: isolate; }
.product-visual::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.product-visual.visual-compact { min-height: 440px; }
.visual-glow { position: absolute; width: 320px; height: 320px; border-radius: 50%; right: -80px; top: -100px; background: var(--primary); filter: blur(90px); opacity: .34; }
.document-stack { position: absolute; width: 215px; height: 286px; right: 38px; top: 82px; background: #f7f7f4; border-radius: 8px; transform: rotate(7deg); box-shadow: 0 15px 35px rgba(0,0,0,.22); padding: 24px 18px; }
.document-stack.doc-mid { right: 65px; top: 68px; transform: rotate(3deg); }
.document-stack.doc-back { right: 28px; top: 96px; transform: rotate(11deg); opacity: .8; }
.doc-topline { height: 9px; width: 72%; background: #2a3034; margin-bottom: 28px; }
.doc-lines i { display: block; height: 5px; background: #d4d4ce; margin-bottom: 12px; }
.doc-lines i:nth-child(2) { width: 75%; }
.cockpit-window { position: absolute; width: 78%; left: 7%; top: 19%; background: #fff; border-radius: 13px; box-shadow: 0 25px 60px rgba(0,0,0,.32); overflow: hidden; transform: rotate(-2deg); }
.cockpit-head { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: #2a3034; color: #fff; font-weight: 820; letter-spacing: .05em; }
.cockpit-head::after { content: ""; width: 46px; height: 100%; margin-right: -20px; background: var(--accent); }
.cockpit-head small { margin-left: auto; margin-right: 16px; font-size: .68rem; color: rgba(255,255,255,.65); text-transform: uppercase; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 17px; background: #f4f5f3; }
.metric-row div { padding: 12px 9px; background: #fff; border: 1px solid #daddda; border-radius: 7px; }
.metric-row strong { display: block; color: #2a3034; font-size: 1.2rem; }
.metric-row span { color: #6a7072; font-size: .58rem; }
.cockpit-table { padding: 8px 17px 15px; }
.cockpit-table i { display: block; height: 15px; border-bottom: 1px solid #d8dcda; position: relative; }
.cockpit-table i::before, .cockpit-table i::after { content: ""; position: absolute; left: 35%; height: 100%; border-left: 1px solid #e3e6e3; }
.cockpit-table i::after { left: 71%; }
.status-pills { display: flex; gap: 6px; padding: 0 17px 16px; }
.status-pills span { padding: 4px 8px; border-radius: 999px; background: #f0f1ef; color: #555d5f; font-size: .55rem; font-weight: 750; }
.status-pills span:nth-child(2) { background: #fff3b9; }
.status-pills span:nth-child(3) { background: #d7eee5; }
.visual-file-chip { position: absolute; padding: 8px 11px; border-radius: 8px; color: #fff; font-weight: 850; font-size: .72rem; letter-spacing: .05em; box-shadow: 0 10px 25px rgba(0,0,0,.2); }
.chip-xlsx { left: 30px; bottom: 28px; background: #27764f; }
.chip-docx { left: 98px; bottom: 28px; background: #2b579a; }

.audit-board { position: absolute; width: 84%; left: 8%; top: 13%; background: #f7f7f4; border-radius: 13px; box-shadow: 0 25px 60px rgba(0,0,0,.33); overflow: hidden; transform: perspective(1000px) rotateY(-2deg) rotateX(2deg); }
.audit-board-head { height: 58px; display: flex; align-items: center; padding: 0 20px; color: #fff; background: #2a3034; font-weight: 850; letter-spacing: .05em; }
.audit-board-head::after { content: ""; width: 54px; height: 100%; margin-left: auto; margin-right: -20px; background: var(--accent); }
.audit-board-head small { margin-left: 15px; color: rgba(255,255,255,.65); font-size: .66rem; text-transform: uppercase; }
.audit-metrics { padding: 14px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.audit-metrics div { padding: 12px; background: #fff; border: 1px solid #dfe2df; border-radius: 8px; }
.audit-metrics strong { display: block; font-size: 1.25rem; color: #2a3034; }
.audit-metrics span { color: #6a7072; font-size: .57rem; }
.audit-content { display: grid; grid-template-columns: .9fr 1.1fr; gap: 13px; padding: 0 14px 18px; }
.audit-chart { height: 118px; padding: 16px 12px 0; display: flex; align-items: flex-end; gap: 7px; background: #fff; border: 1px solid #dfe2df; border-radius: 8px; }
.audit-chart i { flex: 1; height: 40%; background: var(--primary); border-radius: 3px 3px 0 0; }
.audit-chart i:nth-child(2) { height: 75%; }
.audit-chart i:nth-child(3) { height: 58%; background: var(--accent); }
.audit-chart i:nth-child(4) { height: 87%; }
.audit-chart i:nth-child(5) { height: 66%; }
.audit-list { padding: 11px 12px; background: #fff; border: 1px solid #dfe2df; border-radius: 8px; }
.audit-list span { min-height: 23px; display: flex; align-items: center; gap: 7px; color: #50595d; font-size: .61rem; border-bottom: 1px solid #edf0ed; }
.audit-list b { width: 8px; height: 8px; border-radius: 50%; background: #86c8c1; }
.audit-list span:nth-child(3) b { background: var(--accent); }
.audit-flow { position: absolute; left: 8%; right: 8%; bottom: 61px; display: flex; align-items: center; color: rgba(255,255,255,.82); font-size: .63rem; font-weight: 750; }
.audit-flow span { padding: 6px 8px; border: 1px solid rgba(255,255,255,.23); border-radius: 6px; background: rgba(255,255,255,.08); }
.audit-flow i { flex: 1; height: 1px; background: rgba(255,255,255,.3); }

.boundary-band { background: #fff; border-bottom: 1px solid var(--line); }
.boundary-grid { min-height: 112px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; }
.boundary-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--dark); background: var(--accent); border-radius: 50%; }
.boundary-grid strong { color: var(--dark); font-size: 1.02rem; }
.boundary-grid p { margin: 2px 0 0; color: var(--muted); }

.section { padding: 94px 0; }
.section-soft { background: var(--surface); }
.section-dark { color: rgba(255,255,255,.84); background: var(--dark); position: relative; overflow: hidden; }
.section-dark::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; top: -260px; right: -130px; background: var(--primary); opacity: .10; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .eyebrow { color: var(--primary); }
.section-heading { margin-bottom: 42px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .62fr); gap: 60px; align-items: end; }
.section-heading h2 { max-width: 760px; margin: 8px 0 0; }
.section-heading > p { margin-bottom: 3px; color: var(--muted); }
.section-heading.light > p { color: rgba(255,255,255,.68); }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card--clickable { cursor: pointer; }
.product-card--clickable:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; }
.product-card-visual { display: block; padding: 22px 22px 0; background: var(--soft); text-decoration: none; }
.product-card-visual .product-visual { min-height: 330px; border-radius: 19px 19px 0 0; box-shadow: 0 20px 50px rgba(10,38,52,.2); }
.product-card-body { padding: 28px; }
.product-card-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 760; }
.product-card h3 { margin: 12px 0; font-size: clamp(1.45rem, 2vw, 1.85rem); }
.product-card h3 a { text-decoration: none; }
.product-card p { color: #43575f; }
.card-stats { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.card-stats span { padding: 6px 9px; background: var(--surface); border-radius: 7px; color: var(--muted); font-size: .73rem; }
.card-stats strong { color: var(--dark); }
.product-card-price { margin: 20px 0; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card-price small { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.product-card-price strong { color: var(--dark); font-size: 1.08rem; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .73rem; font-weight: 700; }
.status-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #a9b3b7; }
.status-ready::before { background: #48a77a; }
.status-pending::before { background: var(--accent); }

.purchase-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.purchase-steps article { min-height: 270px; position: relative; padding: 30px; background: rgba(255,255,255,.07); border: 1px solid var(--line-dark); border-radius: var(--radius); }
.purchase-steps article > span { position: absolute; right: 24px; top: 18px; color: rgba(255,255,255,.14); font-size: 3.1rem; font-weight: 900; }
.purchase-steps article > div > .icon { width: 34px; height: 34px; color: var(--primary); }
.purchase-steps h3 { margin: 40px 0 12px; font-size: 1.34rem; }
.purchase-steps p { color: rgba(255,255,255,.68); }

.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.category-card { min-height: 250px; padding: 26px; position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.category-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -30px; bottom: -35px; border-radius: 50%; background: var(--soft); }
.category-number { color: var(--primary-strong); font-size: .73rem; font-weight: 850; letter-spacing: .1em; }
.category-card h3 { margin: 42px 0 12px; font-size: 1.45rem; }
.category-card p { color: var(--muted); }
.category-status { color: var(--dark); font-size: .72rem; font-weight: 780; text-transform: uppercase; letter-spacing: .07em; }
.split-cta { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr); gap: 65px; align-items: center; }
.split-cta h2 { max-width: 780px; margin-top: 10px; }
.split-cta > div > p { max-width: 760px; color: var(--muted); }
.split-cta aside { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.split-cta aside > span { color: var(--primary-strong); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.split-cta aside h3 { margin: 8px 0 12px; font-size: 1.4rem; }
.split-cta aside p { color: var(--muted); }

.product-hero { overflow: hidden; padding: 35px 0 0; background: radial-gradient(circle at 84% 18%, rgba(112,191,203,.28), transparent 26%), linear-gradient(145deg, var(--soft), #fff 63%); }
.brand-ki-praxispilot .product-hero { background: radial-gradient(circle at 84% 18%, rgba(88,183,231,.35), transparent 25%), linear-gradient(145deg, #eef8fc, #fff 62%); }
.breadcrumbs { margin-bottom: 42px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .8rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--primary-strong); }
.product-hero-grid { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(440px,.97fr); gap: 56px; align-items: center; padding-bottom: 55px; }
.product-hero-copy h1 { margin: 14px 0 25px; font-size: clamp(2.7rem, 5vw, 4.85rem); }
.product-tags { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px; }
.product-tags span, .format-chips span { padding: 6px 10px; color: var(--dark); background: rgba(255,255,255,.72); border: 1px solid rgba(18,59,78,.15); border-radius: 999px; font-size: .72rem; font-weight: 750; }
.product-hero .product-visual { min-height: 500px; }
.stat-strip { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; background: rgba(255,255,255,.92); }
.stat-strip div { min-height: 98px; padding: 18px 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.stat-strip div:last-child { border-right: 0; }
.stat-strip strong { color: var(--dark); font-size: 1.58rem; line-height: 1.1; }
.stat-strip span { color: var(--muted); font-size: .78rem; }
.publication-note { width: min(calc(100% - 40px), var(--max)); margin: 26px auto 0; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; color: #6c5016; background: #fff8dc; border: 1px solid #eedb8a; border-radius: 12px; }
.publication-note .icon { margin-top: 2px; }
.publication-note strong { color: #574113; }
.publication-note p { margin: 2px 0 0; font-size: .88rem; }

.problem-result { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.problem-result article { min-height: 220px; padding: 30px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.problem-result article:nth-child(2) { background: var(--soft); }
.problem-result span { color: var(--primary-strong); font-size: .73rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 820; }
.problem-result p { margin: 20px 0 0; color: #3e525a; font-size: 1.04rem; }
.benefit-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.benefit-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.benefit-card > span { width: 45px; height: 45px; display: grid; place-items: center; color: var(--dark); background: var(--accent); border-radius: 12px; }
.benefit-card > span .icon { width: 23px; height: 23px; }
.benefit-card h3 { margin: 24px 0 9px; }
.benefit-card p { margin-bottom: 0; color: var(--muted); }

.package-list { display: grid; gap: 16px; }
.package-card { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.package-icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--dark); background: var(--soft); border-radius: 14px; }
.package-icon .icon { width: 28px; height: 28px; }
.package-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.package-head h3 { margin-bottom: 0; font-size: 1.35rem; }
.package-head > span { padding: 5px 9px; color: var(--dark); background: #f3f4f2; border-radius: 6px; font-size: .72rem; font-weight: 800; }
.package-copy > p { margin: 9px 0 16px; color: var(--muted); }
.package-copy ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 15px; list-style: none; }
.package-copy li { display: inline-flex; align-items: center; gap: 6px; color: #43565d; font-size: .82rem; }
.package-copy li .icon { width: 14px; height: 14px; color: var(--primary-strong); }

.workflow-grid { display: grid; grid-template-columns: minmax(290px,.68fr) minmax(0,1.32fr); gap: 74px; align-items: start; position: relative; }
.workflow-intro { position: sticky; top: 130px; }
.workflow-intro p { color: rgba(255,255,255,.68); }
.workflow-side-note { margin-top: 35px; padding: 18px; display: flex; align-items: flex-start; gap: 11px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.07); border: 1px solid var(--line-dark); border-radius: 12px; font-size: .9rem; }
.workflow-side-note .icon { margin-top: 3px; color: var(--accent); }
.workflow-list { margin: 0; padding: 0; list-style: none; }
.workflow-list li { min-height: 126px; position: relative; display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 0 0 25px; }
.workflow-list li:not(:last-child)::before { content: ""; position: absolute; top: 46px; bottom: 0; left: 21px; width: 1px; background: rgba(255,255,255,.2); }
.workflow-list li > span { width: 44px; height: 44px; z-index: 2; display: grid; place-items: center; color: var(--dark); background: var(--accent); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.workflow-list li > div { padding: 3px 0 25px; border-bottom: 1px solid rgba(255,255,255,.13); }
.workflow-list h3 { margin-bottom: 7px; font-size: 1.22rem; }
.workflow-list p { color: rgba(255,255,255,.66); margin-bottom: 0; }

.quickstart-grid { display: grid; grid-template-columns: minmax(280px,.68fr) minmax(0,1.32fr); gap: 72px; align-items: start; }
.quickstart-grid > div > p { color: var(--muted); }
.quickstart-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.quickstart-list li { min-height: 72px; padding: 13px 16px; display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 12px; }
.quickstart-list span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--dark); background: var(--soft); border-radius: 9px; font-weight: 850; }
.quickstart-list p { margin: 0; color: #40545c; }

.fit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.fit-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.fit-grid article.fit-warning { background: var(--danger-soft); border-color: #f1dcc3; }
.fit-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--dark); background: var(--soft); border-radius: 13px; }
.fit-warning .fit-icon { background: #f8dfbd; color: var(--danger); }
.fit-grid h2 { margin: 25px 0 18px; font-size: 1.48rem; }
.icon-list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.icon-list li { display: flex; align-items: flex-start; gap: 9px; color: #485c63; font-size: .9rem; }
.icon-list .icon { width: 17px; height: 17px; margin-top: 3px; color: var(--primary-strong); }
.fit-warning .icon-list .icon { color: var(--danger); }

.buy-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.65fr); gap: 65px; align-items: start; }
.buy-copy h2 { max-width: 700px; margin-top: 10px; }
.license-grid { margin-top: 36px; display: grid; gap: 13px; }
.license-grid article { padding: 19px; display: grid; grid-template-columns: 44px 1fr; gap: 15px; border: 1px solid var(--line); border-radius: 13px; }
.license-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--dark); background: var(--soft); border-radius: 10px; }
.license-grid h3 { margin: 2px 0 5px; font-size: 1.04rem; }
.license-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.purchase-panel { position: sticky; top: 120px; padding: 30px; background: var(--dark); border-radius: var(--radius-lg); box-shadow: var(--shadow); color: rgba(255,255,255,.78); }
.purchase-label { color: var(--primary); font-size: .73rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 850; }
.purchase-panel h3 { color: #fff; margin: 12px 0 22px; font-size: 1.45rem; }
.purchase-price { padding: 20px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.purchase-price small, .purchase-price span { display: block; }
.purchase-price small { color: rgba(255,255,255,.55); text-transform: uppercase; font-size: .67rem; letter-spacing: .09em; }
.purchase-price strong { display: block; margin: 5px 0; color: #fff; font-size: 1.85rem; line-height: 1.15; }
.purchase-price span { color: rgba(255,255,255,.53); font-size: .75rem; }
.format-chips { margin: 18px 0; display: flex; flex-wrap: wrap; gap: 6px; }
.format-chips span { color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); }
.purchase-facts { margin: 20px 0; display: grid; gap: 10px; }
.purchase-facts span { display: flex; align-items: flex-start; gap: 9px; font-size: .82rem; }
.purchase-facts .icon { margin-top: 2px; color: var(--primary); }
.purchase-panel .button { margin-top: 8px; background: var(--primary); color: var(--dark); }
.purchase-panel .button-disabled { background: #dfe5e7; color: #5f696d; }
.purchase-panel > .status-dot { margin: 14px 0 0; color: rgba(255,255,255,.68); }
.external-disclosure { margin: 18px 0 0; color: rgba(255,255,255,.5); font-size: .74rem; line-height: 1.5; }

.faq-grid { display: grid; grid-template-columns: minmax(260px,.6fr) minmax(0,1.4fr); gap: 65px; align-items: start; }
.faq-grid > div:first-child > p { color: var(--muted); }
.faq-grid a { color: var(--primary-strong); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--dark); font-weight: 760; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; color: var(--dark); background: #fff; border: 1px solid var(--line); border-radius: 50%; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding: 0 48px 20px 0; color: var(--muted); }

.final-cta { padding: 68px 0; color: #fff; background: linear-gradient(110deg, var(--dark), #0b2b3b); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 760px; color: #fff; margin: 8px 0 10px; }
.final-cta p { margin-bottom: 0; color: rgba(255,255,255,.66); }
.final-cta .button { min-width: 245px; background: var(--primary); color: var(--dark); }

.site-footer { padding: 62px 0 26px; color: rgba(255,255,255,.72); background: #081f2a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 55px; }
.footer-brand .brand-logo { margin-bottom: 20px; }
.footer-brand .logo-copy strong, .footer-brand .logo-copy small { color: #fff; }
.footer-brand-name { margin-bottom: 20px; color: #fff; font-size: 1.05rem; font-weight: 800; letter-spacing: .01em; }
.footer-brand:has(.brand-logo) .brand-logo { display: none; }
.footer-brand:has(.brand-logo)::before { content: "SP Services Digitalprodukte"; display: block; margin-bottom: 20px; color: #fff; font-size: 1.05rem; font-weight: 800; letter-spacing: .01em; }
.footer-brand p { max-width: 440px; font-size: .88rem; }
.footer-grid h3 { color: #fff; margin-bottom: 15px; font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(.footer-brand) a { margin-bottom: 8px; color: rgba(255,255,255,.7); text-decoration: none; font-size: .86rem; }
.footer-grid a:hover { color: var(--primary); }
.footer-bottom { margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .72rem; }
.empty-state { padding: 45px; border: 1px dashed #9bb0b7; border-radius: var(--radius); background: #fff; }

@media (max-width: 1040px) {
  .nav-links { gap: 18px; }
  .nav-links a { font-size: .84rem; }
  .product-hero-grid { grid-template-columns: 1fr 420px; gap: 36px; }
  .product-visual { min-height: 440px; }
  .workflow-grid, .quickstart-grid { gap: 45px; }
}

@media (max-width: 900px) {
  .service-strip-inner { justify-content: center; }
  .service-strip-inner span:last-child { display: none; }
  .nav-toggle { display: block; }
  .nav-links { position: fixed; top: calc(var(--header-height) + 34px); left: 0; right: 0; bottom: 0; padding: 32px 20px; display: none; flex-direction: column; align-items: flex-start; gap: 0; background: #fff; overflow-y: auto; }
  .nav-open .nav-links { display: flex; }
  .nav-links a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-links .nav-cross { padding-left: 0; border-left: 0; }
  .nav-open .nav-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle > span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .home-hero-grid, .product-hero-grid { grid-template-columns: 1fr; }
  .home-hero-grid { min-height: auto; padding: 65px 0; }
  .home-visual-wrap { max-width: 620px; width: 100%; margin: 40px auto 0; }
  .product-hero .product-visual { max-width: 650px; width: 100%; margin-inline: auto; }
  .product-grid, .problem-result, .benefit-grid, .purchase-steps, .category-grid, .fit-grid { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .purchase-steps article { min-height: 220px; }
  .split-cta, .buy-grid, .faq-grid { grid-template-columns: 1fr; }
  .workflow-grid, .quickstart-grid { grid-template-columns: 1fr; }
  .workflow-intro { position: static; }
  .purchase-panel { position: static; }
  .footer-grid { grid-template-columns: 1.25fr .75fr .75fr; gap: 30px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .preview-ribbon { font-size: .7rem; }
  .brand-logo { min-width: 0; }
  .brand-logo-image { width: 190px; }
  .logo-copy strong { font-size: .94rem; }
  .logo-copy small { font-size: .58rem; }
  .logo-symbol { width: 39px; height: 39px; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  h2 { font-size: clamp(1.85rem, 8vw, 2.65rem); }
  .section { padding: 70px 0; }
  .home-hero-grid { padding: 52px 0; }
  .home-visual-label { left: 10px; top: -22px; }
  .product-visual, .product-visual.visual-compact, .product-hero .product-visual { min-height: 365px; }
  .cockpit-window { width: 84%; left: 5%; top: 22%; }
  .document-stack { width: 165px; height: 225px; }
  .metric-row div { padding: 8px 6px; }
  .metric-row strong { font-size: .95rem; }
  .audit-board { width: 90%; left: 5%; }
  .audit-content { grid-template-columns: 1fr 1fr; }
  .audit-flow { display: none; }
  .boundary-grid { padding: 18px 0; }
  .product-card-visual { padding: 14px 14px 0; }
  .product-card-visual .product-visual { min-height: 310px; }
  .product-card-body { padding: 23px; }
  .product-card-price { align-items: flex-start; flex-direction: column; }
  .section-heading { margin-bottom: 30px; }
  .product-hero { padding-top: 24px; }
  .breadcrumbs { margin-bottom: 30px; }
  .product-hero-grid { padding-bottom: 36px; }
  .product-hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.8rem); }
  .stat-strip { grid-template-columns: repeat(2,1fr); }
  .stat-strip div:nth-child(2) { border-right: 0; }
  .stat-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .package-card { grid-template-columns: 1fr; }
  .package-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .quickstart-list li { grid-template-columns: 32px 1fr; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-cta .button { width: 100%; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .preview-ribbon, .service-strip, .site-header, .site-footer, .hero-actions, .final-cta, .purchase-panel .button { display: none !important; }
  body { color: #000; }
  .section, .product-hero { padding: 28px 0; }
  .product-visual { box-shadow: none; }
  .purchase-panel { position: static; background: #fff; color: #000; border: 1px solid #aaa; box-shadow: none; }
  .purchase-panel h3, .purchase-price strong { color: #000; }
}


/* Customer-facing purchase information: concise by default, details on demand. */
.purchase-help-section { padding: 0 0 72px; background: #fff; }
.purchase-help { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.purchase-help summary { min-height: 74px; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--dark); font-weight: 820; cursor: pointer; list-style: none; }
.purchase-help summary::-webkit-details-marker { display: none; }
.purchase-help-plus { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: #fff; transition: transform .2s; }
.purchase-help[open] .purchase-help-plus { transform: rotate(45deg); }
.purchase-help-content { padding: 0 24px 22px; max-width: 850px; color: var(--muted); }
.purchase-help-content p:last-child { margin-bottom: 0; }
.inline-purchase-details { margin-top: 18px; border-top: 1px solid var(--line-dark); }
.inline-purchase-details summary { padding: 15px 0 5px; display: flex; justify-content: space-between; gap: 14px; color: rgba(255,255,255,.82); font-size: .82rem; font-weight: 760; cursor: pointer; list-style: none; }
.inline-purchase-details summary::-webkit-details-marker { display: none; }
.inline-purchase-details summary span { transition: transform .2s; }
.inline-purchase-details[open] summary span { transform: rotate(45deg); }
.inline-purchase-details > div { padding-top: 8px; color: rgba(255,255,255,.56); font-size: .76rem; line-height: 1.55; }
.inline-purchase-details p { margin-bottom: 9px; }
.inline-purchase-details p:last-child { margin-bottom: 0; }

/* v0.4 – Product page design system: Modular Compact (C) + selected Conversion Clear (A) */
.product-hero { padding: 32px 0 26px; background: var(--surface); }
.product-hero-card { display:grid; grid-template-columns:minmax(0,1fr) minmax(390px,.82fr); gap:42px; align-items:center; padding:38px; background:#fff; border:1px solid var(--line); border-radius:26px; box-shadow:0 15px 46px rgba(18,59,78,.08); }
.product-hero-copy h1 { margin:12px 0 20px; font-size:clamp(2.55rem,5vw,4.65rem); }
.folder-product-visual { position:relative; padding:17px 17px 62px; border-radius:22px; background:linear-gradient(145deg,var(--dark),color-mix(in srgb,var(--dark) 78%,#000)); box-shadow:0 30px 65px rgba(7,31,30,.24); }
.folder-product-visual:before { content:""; position:absolute; left:28px; right:28px; bottom:25px; height:50px; border-radius:0 0 16px 16px; background:color-mix(in srgb,var(--primary) 28%,var(--dark)); transform:skewX(-5deg); }
.folder-product-visual .product-visual { min-height:370px; box-shadow:none; border-radius:15px; z-index:2; }
.folder-product-visual .folder-tab { position:absolute; right:22px; top:-13px; z-index:4; padding:8px 12px; border-radius:9px 9px 0 0; background:var(--accent); color:var(--dark); font-size:.66rem; letter-spacing:.08em; font-weight:850; }
.folder-caption { position:absolute; left:34px; right:34px; bottom:18px; z-index:3; display:flex; justify-content:space-between; gap:18px; color:#fff; font-size:.77rem; }
.folder-caption span { color:rgba(255,255,255,.72); text-align:right; }
.stat-strip { margin-top:20px; border-radius:16px; overflow:hidden; box-shadow:0 8px 26px rgba(18,59,78,.05); }
.product-jumpbar { position:sticky; top:72px; z-index:15; padding:10px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(246,248,248,.94); backdrop-filter:blur(12px); }
.product-jumpbar .container { display:flex; gap:8px; overflow:auto; scrollbar-width:none; }
.product-jumpbar a { white-space:nowrap; padding:9px 13px; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--dark); font-size:.82rem; font-weight:760; text-decoration:none; }
.product-jumpbar a:hover { border-color:var(--primary); background:var(--soft); }
.product-content-shell { display:grid; grid-template-columns:225px minmax(0,1fr); gap:25px; padding-top:26px; padding-bottom:70px; }
.product-sidebar { position:sticky; top:138px; align-self:start; }
.product-sidebox { padding:18px; border:1px solid var(--line); border-radius:17px; background:#fff; box-shadow:var(--shadow-soft); }
.product-sidebox .eyebrow { margin:3px 9px 10px; }
.product-sidebox a { display:block; padding:10px 9px; border-radius:9px; color:var(--dark); font-size:.82rem; font-weight:720; text-decoration:none; }
.product-sidebox a:hover { background:var(--soft); }
.product-main { display:grid; gap:20px; min-width:0; }
.product-module { scroll-margin-top:145px; padding:32px; border:1px solid var(--line); border-radius:21px; background:#fff; box-shadow:0 8px 28px rgba(18,59,78,.045); }
.product-module-soft { background:var(--surface); }
.product-module .section-heading { margin-bottom:22px; }
.product-module .problem-result, .product-module .benefit-grid { gap:12px; }
.product-module .benefit-grid { grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:12px; }
.product-module .benefit-card { border-radius:14px; box-shadow:none; }
.product-module .package-list { gap:10px; }
.product-module .package-card { padding:18px; border-radius:14px; box-shadow:none; }
.process-module { position:relative; overflow:hidden; background:linear-gradient(145deg,var(--dark),color-mix(in srgb,var(--dark) 82%,#000)); color:#fff; border:0; }
.process-module:after { content:""; position:absolute; width:300px; height:300px; right:-150px; top:-160px; border-radius:50%; background:color-mix(in srgb,var(--primary) 16%,transparent); }
.process-heading { position:relative; z-index:2; display:grid; grid-template-columns:1fr 280px; gap:25px; align-items:end; margin-bottom:25px; }
.process-heading h2 { color:#fff; margin:8px 0; }
.process-heading p { color:rgba(255,255,255,.72); }
.process-assurance { padding:14px; border:1px solid rgba(255,255,255,.16); border-radius:12px; background:rgba(255,255,255,.07); color:rgba(255,255,255,.82); font-size:.78rem; }
.process-assurance svg { width:18px; vertical-align:middle; color:var(--accent); }
.process-board { position:relative; z-index:2; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.process-phase { position:relative; padding:15px; border:1px solid rgba(255,255,255,.15); border-radius:15px; background:rgba(255,255,255,.075); }
.process-phase:not(:last-child):after { content:""; position:absolute; z-index:3; right:-12px; top:38px; width:13px; height:2px; background:var(--primary); box-shadow:7px 0 0 -1px var(--primary); }
.process-phase-head { display:flex; gap:10px; align-items:center; min-height:54px; }
.phase-symbol { flex:0 0 35px; width:35px; height:35px; display:grid; place-items:center; border-radius:11px; background:var(--primary); color:var(--dark); }
.phase-symbol svg { width:19px; }
.process-phase small { color:rgba(255,255,255,.57); text-transform:uppercase; letter-spacing:.08em; font-size:.58rem; }
.process-phase h3 { margin:1px 0 0; color:#fff; font-size:.96rem; line-height:1.15; }
.phase-tasks { display:grid; gap:7px; margin-top:13px; }
.phase-task { padding:10px; border-radius:10px; background:rgba(0,0,0,.17); }
.phase-task strong { display:block; font-size:.76rem; line-height:1.2; }
.phase-task span { display:block; margin-top:4px; color:rgba(255,255,255,.62); font-size:.67rem; line-height:1.35; }
.phase-result { margin-top:12px; padding-top:10px; border-top:1px solid rgba(255,255,255,.12); color:var(--accent); font-size:.65rem; font-weight:760; }
.process-rail { display:none; }
.product-module .quickstart-list { grid-template-columns:1fr; }
.product-module .quickstart-list li { grid-template-columns:38px 1fr; padding:13px; border:1px solid var(--line); border-radius:11px; }
.product-module .quickstart-list li > span { width:32px; height:32px; display:grid; place-items:center; border-radius:9px; background:var(--soft); color:var(--primary-strong); }
.product-module .quickstart-list svg { width:17px; }
.product-module .fit-grid { gap:10px; }
.product-module .fit-grid article { border-radius:14px; box-shadow:none; }
.product-module .purchase-panel { position:sticky; top:142px; align-self:start; }
.mobile-purchase-bar { display:none; }
.brand-ki-praxispilot .product-hero { background:#f1f7ff; }
.brand-ki-praxispilot .product-hero-card { border-color:#d8e7fa; }
.brand-ki-praxispilot .folder-product-visual { background:linear-gradient(145deg,#071b49,#0c3972); box-shadow:0 30px 70px rgba(2,22,67,.3); }
.brand-ki-praxispilot .folder-product-visual:before { background:#0b5fa9; }
.brand-ki-praxispilot .product-jumpbar { background:rgba(241,247,255,.95); }
.brand-ki-praxispilot .process-module { background:linear-gradient(145deg,#061a47,#092d6c); }
.brand-ki-praxispilot .phase-symbol { background:#32b9ff; color:#061a47; }
.brand-ki-praxispilot .phase-result { color:#65d4ff; }
@media (max-width:1100px){
  .product-content-shell{grid-template-columns:1fr}.product-sidebar{display:none}.product-hero-card{grid-template-columns:1fr 390px;gap:28px}.process-board{grid-template-columns:repeat(2,1fr)}.process-phase:nth-child(2):after{display:none}
}
@media (max-width:760px){
  .product-hero{padding-top:18px}.product-hero-card{grid-template-columns:1fr;padding:22px;border-radius:19px}.folder-product-visual{padding:12px 12px 54px}.folder-product-visual .product-visual{min-height:330px}.folder-caption{left:24px;right:24px}.folder-caption span{display:none}.product-jumpbar{top:64px}.product-content-shell{width:min(100% - 20px,1160px);padding-top:12px;padding-bottom:90px}.product-main{gap:12px}.product-module{padding:22px;border-radius:17px}.product-module .benefit-grid{grid-template-columns:1fr}.process-heading{grid-template-columns:1fr}.process-board{grid-template-columns:1fr}.process-phase:not(:last-child):after{right:auto;left:31px;top:auto;bottom:-12px;width:2px;height:13px;box-shadow:0 7px 0 -1px var(--primary)}.product-module .fit-grid{grid-template-columns:1fr}.mobile-purchase-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -10px 30px rgba(18,59,78,.12)}.mobile-purchase-bar div{display:grid}.mobile-purchase-bar small{font-size:.65rem;color:var(--muted)}.mobile-purchase-bar strong{font-size:.92rem}.mobile-purchase-bar .button{min-height:42px;padding:9px 14px}.site-footer{padding-bottom:75px}
}

/* Approved compact product-entry baseline v1.0 */
.product-hero.compact-entry {
  padding: 28px 0 0;
  background:
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--primary) 24%, transparent), transparent 27%),
    linear-gradient(145deg, var(--soft), #fff 66%);
}
.brand-ki-praxispilot .product-hero.compact-entry {
  background:
    radial-gradient(circle at 88% 10%, rgba(88,183,231,.30), transparent 27%),
    linear-gradient(145deg, #edf8fd, #fff 65%);
}
.compact-entry .breadcrumbs { margin-bottom: 18px; }
.compact-hero-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) 355px;
  gap: 34px;
  align-items: stretch;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 13px 40px rgba(18,59,78,.075);
}
.compact-hero-copy { align-self: center; min-width: 0; }
.compact-hero-copy h1 {
  max-width: 760px;
  margin: 11px 0 15px;
  font-size: clamp(2.45rem, 4.7vw, 4.35rem);
  line-height: 1.01;
}
.compact-lead {
  max-width: 700px;
  margin: 0;
  color: #405961;
  font-size: clamp(1.02rem, 1.35vw, 1.17rem);
  line-height: 1.55;
}
.hero-keypoints {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.hero-keypoints li {
  position: relative;
  min-height: 52px;
  padding: 11px 11px 11px 36px;
  color: var(--dark);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: .78rem;
  font-weight: 720;
  line-height: 1.35;
}
.hero-keypoints li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 11px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: var(--dark);
  background: var(--primary);
  border-radius: 50%;
  font-size: .66rem;
  font-weight: 900;
}
.compact-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}
.compact-facts span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 7px 10px;
  color: var(--dark);
  background: var(--soft);
  border-radius: 9px;
  font-size: .75rem;
  font-weight: 680;
}
.compact-facts strong { font-size: .91rem; }
.compact-hero-copy .hero-actions { margin-top: 22px; }
.hero-purchase-summary {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #fff;
  background: linear-gradient(150deg, var(--dark), color-mix(in srgb,var(--dark) 80%,#000));
  border-radius: 17px;
  box-shadow: 0 22px 48px rgba(7,31,30,.20);
}
.hero-purchase-summary::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -85px;
  top: -85px;
  border-radius: 50%;
  background: color-mix(in srgb,var(--primary) 24%,transparent);
}
.hero-mini-folder {
  position: relative;
  z-index: 1;
  min-height: 116px;
  margin-bottom: 19px;
  padding: 25px 20px 17px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 13px;
  background: linear-gradient(145deg, color-mix(in srgb,var(--dark) 82%,#fff), var(--dark));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 14px 28px rgba(0,0,0,.18);
}
.brand-ki-praxispilot .hero-mini-folder {
  background: linear-gradient(145deg,#0a2d69,#075baf 72%,#078bd0);
}
.hero-mini-folder::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 17px;
  left: 0;
  top: 0;
  border-radius: 0 0 8px 0;
  background: var(--accent);
}
.brand-ki-praxispilot .hero-mini-folder::before { background: var(--primary); }
.hero-mini-folder::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 19px 19px;
  pointer-events: none;
}
.hero-mini-folder small,
.hero-mini-folder strong,
.hero-mini-folder span { position: relative; z-index: 2; display: block; }
.hero-mini-folder small { color: rgba(255,255,255,.63); font-size: .62rem; letter-spacing: .10em; font-weight: 800; }
.hero-mini-folder strong { max-width: 245px; margin-top: 6px; color: #fff; font-size: 1.03rem; line-height: 1.15; }
.hero-mini-folder span { margin-top: 12px; color: var(--primary); font-size: .68rem; font-weight: 760; }
.brand-ki-praxispilot .hero-mini-folder span { color: #8ee8ff; }
.hero-summary-label { position: relative; z-index: 1; color: var(--primary); font-size: .67rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 850; }
.hero-summary-price { position: relative; z-index: 1; margin: 5px 0 7px; color: #fff; font-size: 1.65rem; line-height: 1.12; font-weight: 850; letter-spacing: -.025em; }
.hero-summary-copy { position: relative; z-index: 1; margin: 0 0 16px; color: rgba(255,255,255,.70); font-size: .78rem; line-height: 1.48; }
.hero-purchase-summary .button { position: relative; z-index: 1; width: 100%; min-height: 46px; margin-top: auto; background: var(--accent); color: var(--dark); box-shadow: none; }
.brand-ki-praxispilot .hero-purchase-summary .button { background: var(--primary); color: #062743; }
.hero-purchase-summary .button:hover { box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.hero-summary-fine { position: relative; z-index: 1; margin-top: 10px; color: rgba(255,255,255,.55); font-size: .66rem; line-height: 1.42; }
.compact-entry + .product-jumpbar { margin-top: 22px; }

@media (max-width: 1040px) {
  .compact-hero-card { grid-template-columns: minmax(0,1fr) 315px; gap: 24px; padding: 28px; }
  .hero-keypoints { grid-template-columns: 1fr; }
  .hero-keypoints li { min-height: 0; }
}
@media (max-width: 820px) {
  .compact-hero-card { grid-template-columns: 1fr; }
  .hero-keypoints { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hero-purchase-summary { display: grid; grid-template-columns: 155px 1fr; column-gap: 18px; align-items: center; }
  .hero-mini-folder { grid-row: 1 / span 5; margin: 0; min-height: 150px; }
  .hero-purchase-summary .button { margin-top: 5px; }
  .hero-summary-fine { margin-top: 5px; }
}
@media (max-width: 680px) {
  .product-hero.compact-entry { padding-top: 17px; }
  .compact-entry .breadcrumbs { margin-bottom: 12px; }
  .compact-hero-card { padding: 22px; border-radius: 18px; }
  .compact-hero-copy h1 { font-size: clamp(2.15rem,11vw,3rem); margin-bottom: 13px; }
  .compact-lead { font-size: .98rem; }
  .hero-keypoints { grid-template-columns: 1fr; margin-top: 19px; }
  .compact-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .compact-facts span { align-items: center; }
  .compact-hero-copy .hero-actions { display: grid; grid-template-columns: 1fr; }
  .compact-hero-copy .hero-actions .button { width: 100%; }
  .hero-purchase-summary { display: flex; padding: 18px; }
  .hero-mini-folder { min-height: 108px; margin-bottom: 17px; }
  .hero-summary-price { font-size: 1.45rem; }
  .compact-entry + .product-jumpbar { margin-top: 15px; }
}

/* Controlled per-product accent: layout and brand base remain fixed. */
.product-page { --product-accent: var(--accent); }
.product-page .hero-mini-folder::before { background: var(--product-accent); }
.product-page .phase-result { color: color-mix(in srgb, var(--product-accent) 42%, white); }
.product-page .benefit-card > span { background: color-mix(in srgb, var(--product-accent) 16%, white); color: color-mix(in srgb, var(--product-accent) 88%, #071F1E); }
.product-page .process-assurance svg { color: var(--product-accent); }
.product-page .folder-product-visual .folder-tab { background: var(--product-accent); }


/* v0.6.0 – Supply Chain Praxis-Kit for SP Services */
.product-page-supply-chain { --product-accent:#46524C; }
.product-page-supply-chain .hero-product-image { position:relative; z-index:1; overflow:hidden; margin-bottom:17px; border-radius:12px; background:#fff; border:1px solid rgba(255,255,255,.18); }
.product-page-supply-chain .hero-product-image img { width:100%; height:auto; aspect-ratio:740/500; object-fit:cover; }
.product-page-audit .hero-product-image { position:relative; z-index:1; overflow:hidden; margin-bottom:17px; border-radius:12px; background:#fff; border:1px solid rgba(255,255,255,.18); }
.product-page-audit .hero-product-image img { width:100%; height:auto; aspect-ratio:740/500; object-fit:contain; background:#F4F5F2; }
.product-page-audit .product-preview-card img { display:block; width:100%; height:auto; max-width:100%; aspect-ratio:auto; object-fit:contain; }
.product-page-supply-chain .benefit-card > span { background:#E4ECE7; color:#2F4038; }
.product-page-supply-chain .phase-result { color:#C7E4D3; }
.product-page-supply-chain .process-assurance svg { color:#C7E4D3; }
.product-page-supply-chain .package-head span { color:#33443C; background:#E7EEEA; }
.product-preview-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.product-preview-card { margin:0; overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow-soft); }
.product-preview-card img { width:100%; aspect-ratio:3/2; object-fit:cover; background:#fff; }
.product-preview-card figcaption { padding:13px 15px 15px; color:var(--dark); font-size:.88rem; font-weight:800; line-height:1.35; }
.product-preview-card figcaption small { display:block; margin-top:5px; color:var(--muted); font-size:.72rem; font-weight:600; }
.product-card-supply-chain { --product-accent:#46524C; }
.product-card-image { display:block; overflow:hidden; min-height:330px; border-radius:19px 19px 0 0; background:#eef2f0; box-shadow:0 20px 50px rgba(10,38,52,.14); }
.product-card-image img { width:100%; height:100%; min-height:330px; object-fit:cover; display:block; }
.product-card-supply-chain .product-card-visual { background:#EEF3F0; }
.product-card-supply-chain .product-card-meta span:first-child { color:#405048; }
.regular-price-note { display:block; margin-top:3px; color:var(--muted); font-size:.72rem; font-weight:650; }
@media (max-width:860px) { .product-preview-grid { grid-template-columns:1fr; } }
@media (max-width:680px) {
  .product-page-supply-chain .hero-product-image { margin-bottom:14px; }
  .product-page-audit .hero-product-image { margin-bottom:14px; }
  .product-card-image, .product-card-image img { min-height:260px; }
}

/* Mobile navigation containment: prevent the closed off-canvas menu from widening the document. */
@media (max-width:900px) {
  body:not(.nav-open) .nav-links { display:none; }
  .nav-open .nav-links { display:flex; transform:none; }
}

/* Product Discovery & SEO v1.1 */
.seo-intent-section { padding: 24px 0 4px; }
.seo-intent-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-soft); }
.seo-intent-card h2 { margin: 8px 0 12px; font-size: clamp(1.55rem, 2.7vw, 2.35rem); }
.seo-intent-card > p { max-width: 980px; margin-bottom: 22px; color: #445960; }
.seo-facts-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.seo-fact { padding: 13px 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.seo-fact small { display:block; color:var(--muted); font-size:.64rem; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.seo-fact strong { display:block; margin-top:3px; color:var(--dark); font-size:.83rem; line-height:1.35; }
.citation-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:18px; }
.citation-card { padding:17px; border:1px solid var(--line); border-radius:13px; background:color-mix(in srgb,var(--soft) 58%,white); }
.citation-card h3 { margin:0 0 7px; font-size:.98rem; }
.citation-card p { margin:0; color:var(--muted); font-size:.83rem; line-height:1.55; }
.cross-sell-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.cross-sell-card { padding:20px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.cross-sell-card--clickable { position:relative; transition:transform .18s ease, box-shadow .18s ease; }
.cross-sell-card--clickable:hover { transform:translateY(-3px); box-shadow:var(--shadow-soft); }
.cross-sell-card__overlay { position:absolute; z-index:1; inset:0; border-radius:inherit; }
.cross-sell-card__overlay:focus-visible { outline:3px solid var(--primary-strong); outline-offset:-3px; }
.cross-sell-card--clickable > h3,
.cross-sell-card--clickable > p { pointer-events:none; }
.cross-sell-card--clickable > .text-link { position:relative; z-index:2; }
.cross-sell-card h3 { margin:0 0 8px; font-size:1.04rem; }
.cross-sell-card p { margin:0 0 12px; color:var(--muted); font-size:.86rem; }
.release-note { margin-top:14px; padding:12px 14px; border-left:4px solid var(--primary); background:var(--soft); border-radius:8px; color:#40545b; font-size:.8rem; }
.product-card [data-product-status="available"] { color:#176546; }
.product-card [data-product-status="preparation"] { color:#805b12; }
.product-card img { height:auto; }
#weitere-praxiskits .section-heading,
#einblicke .section-heading { grid-template-columns:minmax(0,1fr); }
#weitere-praxiskits .section-heading h2,
#einblicke .section-heading h2 { max-width:760px; }
@media (max-width: 860px) { .seo-facts-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .citation-grid,.cross-sell-grid { grid-template-columns:1fr; } }
@media (max-width: 520px) { .seo-intent-card { padding:21px; border-radius:16px; } .seo-facts-grid { grid-template-columns:1fr; } }


/* v1.2 – CRA Praxis-Kit: controlled SP Services product accent */
.product-page-cra { --product-accent:#3E5961; }
.product-page-cra .hero-product-image { position:relative; z-index:1; overflow:hidden; margin-bottom:17px; border-radius:12px; background:#fff; border:1px solid rgba(255,255,255,.18); }
.product-page-cra .hero-product-image img { width:100%; height:auto; aspect-ratio:4/3; object-fit:contain; background:#EDF6F7; }
.product-page-cra .product-preview-card img { display:block; width:100%; height:auto; max-width:100%; aspect-ratio:auto; object-fit:contain; }
.product-page-cra .benefit-card > span { background:#DDECEF; color:#24464F; }
.product-page-cra .phase-result { color:#C6E8EC; }
.product-page-cra .process-assurance svg { color:#C6E8EC; }
.product-page-cra .package-head > span { color:#29474E; background:#E3EFF1; }
.product-card-cra { --product-accent:#3E5961; }
.product-card-cra .product-card-visual { background:#EAF3F4; }
.product-card-cra .product-card-meta span:first-child { color:#38545B; }
.product-card-cra .product-card-price { border-color:#D7E5E7; }
@media (min-width: 900px) { .product-page-cra .product-preview-grid figure:last-child { grid-column:1 / -1; width:calc(50% - 7px); } }

/* Compact three-column product cards on the SP Services shop homepage. */
body.brand-sp-services:not(.product-page) .product-grid { gap: 24px; }
body.brand-sp-services:not(.product-page) .product-card { display:flex; flex-direction:column; }
body.brand-sp-services:not(.product-page) .product-card-visual { padding:6px; }
body.brand-sp-services:not(.product-page) .product-card-image,
body.brand-sp-services:not(.product-page) .product-card-image img { min-height:0; }
body.brand-sp-services:not(.product-page) .product-card-image img { aspect-ratio:740 / 500; object-fit:cover; }
body.brand-sp-services:not(.product-page) .product-card-body { display:flex; flex:1; flex-direction:column; padding:22px; }
body.brand-sp-services:not(.product-page) .product-card-links { display:flex; align-items:center; gap:12px; margin-top:auto; }
body.brand-sp-services:not(.product-page) .product-card-links .button { margin-left:auto; min-width:136px; white-space:nowrap; background:var(--primary-strong); color:#fff; }
body.brand-sp-services:not(.product-page) .product-card-links .button:hover { background:#2489ba; }
@media (min-width: 1050px) { body.brand-sp-services:not(.product-page) .product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width: 760px) { body.brand-sp-services:not(.product-page) .product-card-links { display:grid; grid-template-columns:1fr; } body.brand-sp-services:not(.product-page) .product-card-links .button { margin-left:0; } }
