/* Canonical CP24 ContentEngine element layouts.
 * Extracted from the designsystem reference; theme tokens are bridged below.
 */
.ui-preview-item {
  --ink: var(--ui-ink);
  --text: var(--ui-ink);
  --muted: var(--ui-muted);
  --surface: var(--ui-surface);
  --paper: var(--ui-soft);
  --line: var(--ui-line);
  --accent: var(--ui-accent);
  --accent-ink: #fff;
  --display: var(--ui-display, Georgia, "Times New Roman", serif);
  --shadow: var(--ui-shadow);
  --ce-watermark: color-mix(in srgb, var(--ui-accent) 7%, transparent);
}

/* The legacy server fallback also uses ce-* class names. Keep its broad hero
   color rules from leaking into the canonical reference samples. */
[data-design-system-sample] .ce-variant,
[data-design-system-sample] .ce-hero,
[data-design-system-sample] .ce-hero h3 {
  color: var(--ink);
}

[data-design-system-sample] .ce-hero p {
  color: var(--muted);
}

.ui-preview-variant .ce-hero h3 {
  font-size: clamp(26px, 2.3vw, 34px);
}

.ce-hero { max-width: 670px; padding: 30px; border-radius: 22px; background: var(--surface); box-shadow: var(--shadow); }
.ce-hero > span, .ce-summary > strong, .ce-trust > span, .ce-glossary > span, .ce-explanation span, .ce-decision > span, .ce-audience > span, .ce-costs > span, .ce-result > span, .ce-funding > span, .ce-diagnosis > span, .ce-domain header > div > span, .ce-finder > span, .ce-calculator > span, .ce-cta > span, .ce-leadmagnet span, .ce-service-faq > span, .ce-longform > span, .ce-story span, .ce-governance header span {
  color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase;
}
.ce-hero h3 { max-width: 570px; margin: 9px 0; font: 720 clamp(28px, 4vw, 46px)/1.03 var(--display); letter-spacing: -.04em; }
.ce-hero p { max-width: 590px; margin: 0; color: var(--muted); }
.ce-hero > div { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.ce-hero b { padding: 6px 9px; border-radius: 999px; background: var(--paper); font-size: 9px; }
.ce-summary { padding: 27px; border: 1px solid color-mix(in srgb, var(--accent) 25%, var(--line)); border-radius: 18px; background: color-mix(in srgb, var(--accent) 9%, var(--surface)); }
.ce-summary p { margin: 8px 0 15px; }
.ce-summary ul { margin: 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.ce-summary li::before { content: "✓"; margin-right: 8px; color: var(--accent); font-weight: 900; }
.ce-toc { padding: 22px; display: grid; gap: 5px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.ce-toc strong { margin-bottom: 6px; }
.ce-toc a { padding: 8px 10px; color: var(--muted); border-radius: 9px; font-size: 11px; }
.ce-toc a:hover { color: var(--accent); background: var(--paper); }
.ce-author { padding: 21px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 13px; background: var(--surface); border-radius: 18px; }
.ce-avatar { width: 48px; height: 48px; display: grid; place-items: center; color: var(--accent-ink); background: var(--accent); border-radius: 50%; font-weight: 800; }
.ce-author > div:nth-child(2), .ce-author-meta { display: grid; }
.ce-author span, .ce-author small { color: var(--muted); font-size: 9px; }
.ce-author-meta { padding-left: 18px; border-left: 1px solid var(--line); text-align: right; }
.ce-trust { padding: 25px; border-radius: 18px; background: var(--surface); }
.ce-trust h3, .ce-glossary h3, .ce-explanation h3, .ce-decision h3, .ce-funding h3, .ce-diagnosis h3, .ce-journey h3, .ce-warning h3, .ce-domain h3, .ce-finder h3, .ce-calculator h3, .ce-cta h3, .ce-leadmagnet h3, .ce-longform h3 {
  margin: 7px 0 9px; font: 700 25px/1.12 var(--display); letter-spacing: -.025em;
}
.ce-trust p, .ce-glossary p, .ce-explanation p, .ce-decision p, .ce-funding p, .ce-journey p, .ce-warning p, .ce-cta p, .ce-leadmagnet p, .ce-longform p { margin: 0; color: var(--muted); font-size: 12px; }
.ce-trust > div { margin-top: 17px; display: flex; flex-wrap: wrap; gap: 7px; }
.ce-trust b { padding: 6px 9px; color: var(--accent); background: color-mix(in srgb, var(--accent) 9%, var(--paper)); border-radius: 999px; font-size: 8px; }
.ce-glossary { padding: 25px; border-left: 4px solid var(--accent); border-radius: 0 18px 18px 0; background: var(--surface); }
.ce-glossary a { display: inline-block; margin-top: 14px; color: var(--accent); font-size: 10px; font-weight: 800; }
.ce-explanation { padding: 24px; display: grid; grid-template-columns: 46px 1fr; gap: 16px; background: var(--surface); border-radius: 18px; }
.ce-icon-bubble { width: 46px; height: 46px; display: grid; place-items: center; color: var(--accent-ink); background: var(--accent); border-radius: 50%; font: 700 22px Georgia, serif; }
.ce-myth { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 10px; }
.ce-myth > div { padding: 23px; display: grid; gap: 8px; align-content: center; border-radius: 16px; background: var(--surface); }
.ce-myth > div:last-child { background: color-mix(in srgb, var(--accent) 10%, var(--surface)); }
.ce-myth span { color: var(--muted); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.ce-myth > i { align-self: center; color: var(--accent); font-style: normal; font-size: 22px; }
.ce-decision, .ce-audience, .ce-criteria, .ce-costs, .ce-result, .ce-funding, .ce-diagnosis, .ce-checklist, .ce-tracker, .ce-journey, .ce-finder, .ce-calculator, .ce-faq, .ce-service-faq {
  padding: 25px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
}
.ce-choice-row { margin: 16px 0; display: flex; flex-wrap: wrap; gap: 7px; }
.ce-choice-row button, .ce-audience button, .ce-funding button, .ce-checklist button, .ce-tracker button, .ce-finder button, .ce-calculator button {
  min-height: 38px; padding: 0 12px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 760;
}
.ce-choice-row button:hover, .ce-audience button:hover { color: var(--accent-ink); background: var(--accent); border-color: var(--accent); }
.ce-audience > div { margin-top: 15px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ce-audience button { position: relative; height: auto; padding: 15px 48px 15px 15px; display: grid; text-align: left; border-radius: 13px; }
.ce-audience button::after {
  content: "→";
  position: absolute;
  top: 13px;
  right: 13px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: var(--surface);
  border-radius: 50%;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.ce-audience button:hover::after { color: var(--ink); transform: translateX(2px); }
.ce-audience small { margin-top: 4px; color: var(--muted); }
.ce-audience button:hover small { color: inherit; }
.ce-criteria > strong { display: block; margin-bottom: 16px; }
.ce-criteria > div { margin-top: 12px; display: grid; grid-template-columns: minmax(150px, 1fr) minmax(100px, 1.5fr) minmax(105px, auto); align-items: center; gap: 10px; font-size: 10px; }
.ce-criteria i, .ce-score p > b { height: 7px; overflow: hidden; background: var(--paper); border-radius: 999px; }
.ce-criteria i b, .ce-score p > b i { display: block; height: 100%; background: var(--accent); border-radius: inherit; }
.ce-criteria em { color: var(--muted); font-size: 8px; font-style: normal; text-align: right; white-space: nowrap; }
.ce-table-wrap { overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.ce-table-wrap table { width: 100%; min-width: 700px; border-collapse: collapse; }
.ce-table-wrap th, .ce-table-wrap td { padding: 14px 16px; border-bottom: 1px solid var(--line); font-size: 10px; text-align: left; }
.ce-table-wrap th { color: var(--muted); background: var(--paper); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.ce-data-table, .ce-schedule-table, .ce-special-table { width: 100%; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.ce-data-table > header, .ce-schedule-table > header, .ce-special-table > header { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.ce-data-table header span, .ce-schedule-table header > div > span, .ce-special-table header > div > span { color: var(--accent); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ce-data-table h3, .ce-schedule-table h3, .ce-special-table h3 { margin: 5px 0 0; font: 700 22px/1.12 var(--display); letter-spacing: -.025em; }
.ce-data-table__tools { display: flex; padding: 3px; background: var(--paper); border-radius: 999px; }
.ce-data-table__tools button { min-height: 30px; padding: 0 10px; color: var(--muted); background: transparent; border: 0; border-radius: 999px; font-size: 8px; font-weight: 750; }
.ce-data-table__tools button.is-active { color: var(--accent-ink); background: var(--accent); }
.ce-data-table__scroll { overflow-x: auto; }
.ce-data-table table { width: 100%; min-width: 760px; border-collapse: collapse; }
.ce-data-table th, .ce-data-table td { padding: 12px 15px; border-bottom: 1px solid var(--line); font-size: 9px; text-align: left; }
.ce-data-table thead th { color: var(--muted); background: var(--paper); font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }
.ce-data-table tbody th { min-width: 145px; font-weight: 700; }
.ce-data-table th:nth-child(3), .ce-data-table td:nth-child(3) { background: color-mix(in srgb, var(--accent) 7%, var(--surface)); }
.ce-data-table td b { color: var(--accent); }
.ce-data-table td span { padding: 4px 7px; border-radius: 999px; font-size: 7px; font-weight: 800; }
.ce-data-table td span.is-good { color: #416345; background: #e5efe3; }
.ce-data-table td span.is-limited { color: #805f34; background: #f4ead8; }
.ce-data-table > footer { padding: 10px 15px 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); background: var(--paper); font-size: 8px; }
.ce-data-table > footer button { min-height: 32px; padding: 0 10px; color: var(--accent); background: var(--surface); border: 1px solid var(--accent); border-radius: 999px; font-size: 8px; font-weight: 800; }

.ce-schedule-table > header { align-items: flex-end; background: color-mix(in srgb, var(--accent) 7%, var(--surface)); }
.ce-schedule-table__legend { display: flex; flex-wrap: wrap; justify-content: end; gap: 10px; }
.ce-schedule-table__legend b { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 7px; }
.ce-schedule-table__legend i { width: 12px; height: 8px; border-radius: 3px; }
.ce-schedule-table__matrix { padding: 12px 20px 16px; overflow-x: auto; }
.ce-schedule-table__months, .ce-schedule-table__row { min-width: 720px; display: grid; grid-template-columns: minmax(190px, 1.35fr) repeat(6, 1fr); align-items: stretch; }
.ce-schedule-table__months > * { padding: 8px 5px; color: var(--muted); font-size: 7px; text-align: center; text-transform: uppercase; }
.ce-schedule-table__months span { text-align: left; }
.ce-schedule-table__row { border-top: 1px solid var(--line); }
.ce-schedule-table__row strong { padding: 10px 10px 10px 0; display: grid; align-content: center; font-size: 9px; }
.ce-schedule-table__row strong small { margin-top: 3px; color: var(--muted); font-size: 7px; font-weight: 500; }
.ce-schedule-table__row > i { min-height: 43px; margin: 4px; background: var(--paper); border-radius: 6px; }
.ce-schedule-table__row > i.prepare, .ce-schedule-table__legend i.prepare { background: color-mix(in srgb, var(--accent) 25%, var(--paper)); }
.ce-schedule-table__row > i.active, .ce-schedule-table__legend i.active { background: var(--accent); }
.ce-schedule-table__row > i.check, .ce-schedule-table__legend i.check { background: repeating-linear-gradient(135deg, color-mix(in srgb, var(--accent) 50%, var(--paper)) 0 4px, var(--paper) 4px 8px); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 45%, var(--line)); }
.ce-schedule-table > footer { padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--paper); }
.ce-schedule-table > footer > div { display: grid; }
.ce-schedule-table > footer span { color: var(--accent); font-size: 7px; font-weight: 850; text-transform: uppercase; }
.ce-schedule-table > footer strong { margin-top: 3px; font-size: 8px; }
.ce-schedule-table > footer button { min-height: 32px; flex: 0 0 auto; padding: 0 10px; color: var(--accent-ink); background: var(--accent); border: 0; border-radius: 999px; font-size: 8px; font-weight: 800; }

.ce-special-table > header { align-items: flex-end; color: var(--surface); background: color-mix(in srgb, var(--ink) 92%, var(--surface)); border: 0; }
.ce-special-table header p { max-width: 520px; margin: 6px 0 0; color: color-mix(in srgb, var(--surface) 66%, transparent); font-size: 8px; }
.ce-special-table header nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 5px; }
.ce-special-table header nav b {
  min-height: 32px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--surface) 68%, transparent);
  border: 1px solid color-mix(in srgb, var(--surface) 24%, transparent);
  border-radius: 999px;
  font-size: 7px;
  line-height: 1.2;
  text-align: center;
}
.ce-special-table header nav b.is-active { color: var(--accent-ink); background: var(--accent); border-color: var(--accent); }
.ce-special-table__head, .ce-special-table__rows article { display: grid; grid-template-columns: 115px 1fr 1fr 1.35fr; gap: 14px; align-items: center; }
.ce-special-table__head { padding: 10px 18px; color: var(--muted); background: var(--paper); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.ce-special-table__rows article { padding: 13px 18px; border-top: 1px solid var(--line); }
.ce-special-table__rows article > b {
  min-height: 32px;
  width: fit-content;
  padding: 5px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 7px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.ce-special-table__rows article > b.is-high { color: #794538; background: #f2ddd7; }
.ce-special-table__rows article > b.is-medium { color: #805f34; background: #f4ead8; }
.ce-special-table__rows article > b.is-low { color: #416345; background: #e5efe3; }
.ce-special-table__rows article > strong { font-size: 9px; }
.ce-special-table__rows article > p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.ce-special-table__rows article > div { font-size: 8px; line-height: 1.45; }
.ce-special-table__rows article small { display: block; margin-top: 4px; color: var(--accent); font-size: 7px; }
.ce-special-table > footer { padding: 10px 18px; display: flex; align-items: center; gap: 10px; color: var(--muted); background: var(--paper); font-size: 7px; }
.ce-special-table > footer span { color: var(--accent); font-weight: 850; text-transform: uppercase; }
.ce-special-table > footer a {
  min-height: 34px;
  margin-left: auto;
  padding: 6px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--surface);
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.ce-winners, .ce-entities { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ce-winners article, .ce-entities article { padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.ce-winners article:first-child { border: 2px solid var(--accent); }
.ce-winners span, .ce-entities span, .ce-spec span { color: var(--accent); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.ce-winners h3, .ce-entities h3, .ce-spec h3, .ce-story h3 { margin: 7px 0; font: 700 20px/1.12 var(--display); }
.ce-winners p, .ce-entities p, .ce-spec p, .ce-story p { margin: 0; color: var(--muted); font-size: 10px; }
.ce-winners a { display: inline-block; margin-top: 12px; color: var(--accent); font-size: 9px; font-weight: 800; }
.ce-score { padding: 22px; display: grid; grid-template-columns: 150px 1fr; gap: 24px; background: var(--surface); border-radius: 18px; }
.ce-score-main {
  width: 150px;
  min-height: 150px;
  aspect-ratio: 1;
  padding: 18px;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  color: var(--accent-ink);
  background: var(--accent);
  border-radius: 50%;
}
.ce-score-main strong { font: 720 21px var(--display); }
.ce-score-main span { width: 100%; max-width: 110px; margin-top: 4px; font-size: 7px; line-height: 1.3; text-align: center; text-transform: uppercase; }
.ce-score > div:last-child { align-self: center; }
.ce-score p { margin: 9px 0; display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 10px; font-size: 9px; }
.ce-product-placeholder { height: 85px; margin-bottom: 13px; display: grid; place-items: center; color: var(--muted); background: var(--paper); border-radius: 10px; font-size: 9px; text-transform: uppercase; }
.ce-spec { padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: var(--surface); border-radius: 18px; }
.ce-spec dl { margin: 0; }
.ce-spec dl div { padding: 8px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 9px; }
.ce-spec dd { margin: 0; font-weight: 750; }
.ce-costs > div { margin-top: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ce-costs p { margin: 0; padding: 14px; display: grid; background: var(--paper); border-radius: 11px; }
.ce-costs p b { color: var(--accent); font-size: 8px; text-transform: uppercase; }
.ce-costs p strong { margin: 5px 0; font-size: 11px; }
.ce-costs p small { color: var(--muted); font-size: 8px; }
.ce-result { text-align: center; background: color-mix(in srgb, var(--accent) 10%, var(--surface)); }
.ce-result > strong { display: block; margin: 5px 0; font: 720 30px var(--display); }
.ce-result p { margin: 0 auto; max-width: 400px; color: var(--muted); font-size: 11px; }
.ce-result > div { margin-top: 15px; display: flex; justify-content: center; gap: 8px; }
.ce-result b { padding: 6px 9px; background: var(--surface); border-radius: 999px; font-size: 8px; }
.ce-funding { background: color-mix(in srgb, var(--accent) 10%, var(--surface)); }
.ce-funding button, .ce-finder button { margin-top: 16px; color: var(--accent-ink); background: var(--accent); border-color: var(--accent); }
.ce-diagnosis { display: grid; }
.ce-diagnosis label, .ce-finder label { margin-top: 7px; padding: 10px; background: var(--paper); border-radius: 10px; font-size: 10px; cursor: pointer; }
.ce-diagnosis a { margin-top: 14px; color: var(--accent); font-size: 10px; font-weight: 800; }
.ce-warning, .ce-safety { padding: 22px; display: grid; grid-template-columns: 48px 1fr; gap: 16px; color: #5a302a; background: #f7e5df; border: 1px solid #e8c8be; border-radius: 18px; }
.ce-warning > b { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; font-size: 21px; }
.ce-warning span, .ce-safety span { font-size: 8px; font-weight: 900; text-transform: uppercase; }
.ce-warning a { display: inline-block; margin-top: 12px; color: inherit; font-size: 9px; font-weight: 850; }
.ce-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 12px; }
.ce-steps article { padding: 20px; background: var(--surface); border-radius: 15px; }
.ce-steps article span { color: var(--accent); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.ce-steps article h3 { margin: 7px 0; font: 700 18px/1.15 var(--display); }
.ce-steps article p { margin: 0; color: var(--muted); font-size: 9px; }
.ce-steps > i { align-self: center; color: var(--accent); font-style: normal; }
.ce-checklist { display: grid; gap: 8px; }
.ce-checklist > strong { margin-bottom: 4px; }
.ce-checklist label { padding: 8px 10px; background: var(--paper); border-radius: 8px; font-size: 10px; }
.ce-checklist input { accent-color: var(--accent); }
.ce-checklist > div { margin-top: 7px; display: flex; gap: 7px; }
.ce-timeline { display: grid; gap: 8px; }
.ce-timeline article { position: relative; padding: 15px 18px 15px 48px; background: var(--surface); border-radius: 12px; }
.ce-timeline article::before { content: ""; position: absolute; left: 22px; top: 0; bottom: 0; width: 2px; background: var(--line); }
.ce-timeline article::after { content: ""; position: absolute; left: 17px; top: 22px; width: 12px; height: 12px; background: var(--accent); border-radius: 50%; }
.ce-timeline span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.ce-timeline strong { display: block; font-size: 11px; }
.ce-tracker > div:first-child { display: grid; }
.ce-tracker > div:first-child span { color: var(--muted); font-size: 8px; }
.ce-week { margin: 18px 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.ce-week i { aspect-ratio: 1; display: grid; place-items: center; background: var(--paper); border-radius: 50%; font-size: 17px; font-style: normal; font-weight: 750; line-height: 1; }
.ce-week i.done { color: var(--accent-ink); background: var(--accent); }
.ce-tracker button { color: var(--accent-ink); background: var(--accent); border-color: var(--accent); }
.ce-journey > div { margin-top: 17px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.ce-journey b { padding: 7px 9px; background: var(--paper); border-radius: 999px; font-size: 8px; }
.ce-journey i { color: var(--accent); font-style: normal; }
.ce-safety { grid-template-columns: 64px 1fr; color: #5a302a; }
.ce-safety-mark { width: 64px; height: 64px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; font-size: 13px; font-weight: 850; letter-spacing: -.03em; line-height: 1; text-transform: uppercase; }
.ce-safety h3 { margin: 6px 0; font: 700 20px var(--display); }
.ce-safety p { margin: 0; font-size: 10px; }
.ce-safety > div:last-child > div { margin-top: 12px; display: flex; gap: 7px; }
.ce-safety b { padding: 5px 8px; background: rgba(255,255,255,.5); border-radius: 999px; font-size: 7px; }
.ce-domain { width: 100%; overflow: hidden; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 20px; }
.ce-domain > header { padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.ce-domain h3 { margin-bottom: 5px; }
.ce-domain header p { max-width: 560px; margin: 0; color: var(--muted); font-size: 10px; }

.ce-garden > header { background: color-mix(in srgb, var(--accent) 10%, var(--surface)); }
.ce-garden__plant { width: 74px; height: 74px; display: grid; place-items: center; color: var(--accent-ink); background: var(--accent); border: 8px solid color-mix(in srgb, var(--accent) 22%, var(--surface)); border-radius: 48% 52% 45% 55%; font-size: 9px; }
.ce-garden__body { padding: 20px 22px 22px; display: grid; grid-template-columns: .9fr 1.3fr .8fr; gap: 15px; }
.ce-garden dl { margin: 0; display: grid; gap: 7px; }
.ce-garden dl div { padding: 9px 11px; background: var(--paper); border-radius: 10px; }
.ce-garden dt { color: var(--muted); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.ce-garden dd { margin: 3px 0 0; font-size: 9px; font-weight: 700; }
.ce-garden__season { padding: 14px; border: 1px solid var(--line); border-radius: 13px; }
.ce-garden__season > strong { font-size: 10px; }
.ce-garden__season > div { margin: 13px 0 9px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.ce-garden__season span { padding: 9px 2px; color: var(--muted); background: var(--paper); border-radius: 7px; font-size: 7px; text-align: center; }
.ce-garden__season span.is-active { color: var(--accent-ink); background: var(--accent); }
.ce-garden__season span.is-harvest { color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, var(--paper)); box-shadow: inset 0 0 0 1px var(--accent); }
.ce-garden__season small, .ce-garden aside small { color: var(--muted); font-size: 8px; }
.ce-garden aside { padding: 14px; display: grid; align-content: center; background: color-mix(in srgb, var(--accent) 8%, var(--paper)); border-radius: 13px; }
.ce-garden aside span { color: var(--accent); font-size: 7px; font-weight: 850; text-transform: uppercase; }
.ce-garden aside strong { margin: 6px 0; font: 700 15px var(--display); }

.ce-kitchen > header nav, .ce-energy > header nav { display: flex; padding: 4px; background: var(--paper); border-radius: 999px; }
.ce-kitchen > header nav b, .ce-energy > header nav b { padding: 7px 10px; color: var(--muted); border-radius: 999px; font-size: 8px; }
.ce-kitchen > header nav b.is-active, .ce-energy > header nav b.is-active { color: var(--accent-ink); background: var(--accent); }
.ce-kitchen__recipe { padding: 22px; display: grid; grid-template-columns: 160px 1fr 1.15fr; align-items: center; gap: 20px; }
.ce-kitchen__dial { aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 12px solid color-mix(in srgb, var(--accent) 18%, var(--paper)); border-top-color: var(--accent); border-right-color: var(--accent); border-radius: 50%; }
.ce-kitchen__dial span, .ce-kitchen__dial small { color: var(--muted); font-size: 8px; }
.ce-kitchen__dial strong { margin: 4px 0; font: 720 17px var(--display); }
.ce-kitchen dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.ce-kitchen dl div { padding: 10px; background: var(--paper); border-radius: 10px; }
.ce-kitchen dt { color: var(--muted); font-size: 7px; }
.ce-kitchen dd { margin: 3px 0 0; font-size: 11px; font-weight: 800; }
.ce-kitchen ol { margin: 0; padding: 0; display: grid; gap: 8px; counter-reset: brew; list-style: none; }
.ce-kitchen ol li { position: relative; min-height: 28px; padding-left: 35px; color: var(--muted); font-size: 9px; }
.ce-kitchen ol li::before { counter-increment: brew; content: counter(brew); position: absolute; left: 0; top: -3px; width: 25px; height: 25px; display: grid; place-items: center; color: var(--accent-ink); background: var(--accent); border-radius: 50%; font-weight: 800; }
.ce-kitchen > footer { padding: 12px 22px; display: flex; gap: 12px; color: var(--muted); background: var(--paper); font-size: 8px; }
.ce-kitchen > footer span { color: var(--accent); font-weight: 850; text-transform: uppercase; }

.ce-travel {
  background: color-mix(in srgb, var(--accent) 3%, var(--surface));
  border-color: color-mix(in srgb, var(--accent) 30%, var(--line));
}
.ce-travel > header { background: color-mix(in srgb, var(--accent) 10%, var(--surface)); }
.ce-travel__status { padding: 7px 10px; color: var(--accent); background: color-mix(in srgb, var(--accent) 11%, var(--surface)); border-radius: 999px; font-size: 8px; text-transform: uppercase; }
.ce-travel__body { padding: 22px; display: grid; grid-template-columns: 170px 1fr .9fr; gap: 18px; }
.ce-travel__bag { position: relative; min-height: 190px; padding: 18px; display: grid; place-content: center; text-align: center; background: var(--surface); border: 2px solid var(--accent); border-radius: 18px 18px 25px 25px; box-shadow: 0 -9px 0 -5px var(--accent); }
.ce-travel__bag::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 58px;
  height: 18px;
  border: 3px solid var(--accent);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  transform: translateX(-50%);
}
.ce-travel__bag > div { display: flex; justify-content: center; align-items: baseline; gap: 4px; }
.ce-travel__bag strong { font: 750 38px var(--display); }
.ce-travel__bag small, .ce-travel__bag span { color: var(--muted); font-size: 8px; }
.ce-travel__bag > b { margin-top: 14px; padding: 7px; color: var(--accent-ink); background: var(--accent); border-radius: 999px; font-size: 8px; }
.ce-travel__rules { display: grid; gap: 6px; }
.ce-travel__rules p { margin: 0; padding: 10px 12px; display: grid; grid-template-columns: 95px 1fr; gap: 8px; background: color-mix(in srgb, var(--accent) 7%, var(--paper)); border-radius: 9px; font-size: 8px; }
.ce-travel__rules span { color: var(--muted); }
.ce-travel aside { padding: 16px; align-self: stretch; background: color-mix(in srgb, var(--accent) 8%, var(--paper)); border-radius: 14px; }
.ce-travel aside strong { font: 700 15px var(--display); }
.ce-travel aside p, .ce-travel > footer { color: var(--muted); font-size: 8px; line-height: 1.55; }
.ce-travel aside button { min-height: 34px; padding: 0 11px; color: var(--accent); background: var(--surface); border: 1px solid var(--accent); border-radius: 999px; font-size: 8px; font-weight: 800; }
.ce-travel > footer { padding: 10px 22px; background: color-mix(in srgb, var(--accent) 8%, var(--paper)); }

.ce-fitness > header { align-items: flex-end; }
.ce-fitness__muscles { display: flex; flex-wrap: wrap; justify-content: end; gap: 5px; }
.ce-fitness__muscles b { padding: 6px 8px; color: var(--accent); background: color-mix(in srgb, var(--accent) 9%, var(--paper)); border-radius: 999px; font-size: 7px; }
.ce-fitness__plan { padding: 22px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.ce-fitness__exercise { padding: 18px; background: var(--paper); border-radius: 14px; }
.ce-fitness__exercise > span { color: var(--accent); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.ce-fitness__exercise ol { margin: 13px 0 0; padding-left: 18px; }
.ce-fitness__exercise li { margin-top: 7px; padding-left: 5px; font-size: 9px; }
.ce-fitness__sets { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.ce-fitness__sets p { margin: 0; padding: 11px; display: grid; align-content: center; background: color-mix(in srgb, var(--accent) 9%, var(--paper)); border-radius: 11px; }
.ce-fitness__sets span { color: var(--muted); font-size: 7px; }
.ce-fitness__sets strong { margin-top: 3px; font: 720 17px var(--display); }
.ce-fitness > footer { padding: 12px 22px; display: grid; grid-template-columns: auto 1fr; gap: 12px; color: var(--muted); background: var(--paper); font-size: 8px; }
.ce-fitness > footer b { color: var(--accent); }

.ce-beauty > header { background: color-mix(in srgb, var(--accent) 6%, var(--surface)); }
.ce-beauty__profile { min-width: 180px; padding: 10px 13px; display: grid; background: var(--surface); border-radius: 12px; box-shadow: var(--shadow); }
.ce-beauty__profile span { color: var(--muted); font-size: 7px; }
.ce-beauty__profile b { margin-top: 3px; font-size: 9px; }
.ce-beauty__body { padding: 22px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.ce-beauty__routine { margin: 0; padding: 0; display: grid; gap: 0; counter-reset: care; list-style: none; }
.ce-beauty__routine li { position: relative; min-height: 60px; padding: 5px 10px 13px 48px; border-left: 2px solid var(--line); }
.ce-beauty__routine li::before { counter-increment: care; content: counter(care); position: absolute; left: -15px; top: 0; width: 28px; height: 28px; display: grid; place-items: center; color: var(--accent-ink); background: var(--accent); border: 5px solid var(--surface); border-radius: 50%; font-size: 8px; font-weight: 850; }
.ce-beauty__routine li:last-child { border-color: transparent; }
.ce-beauty__routine b, .ce-beauty__routine span { display: block; }
.ce-beauty__routine b { font-size: 10px; }
.ce-beauty__routine span { margin-top: 3px; color: var(--muted); font-size: 8px; }
.ce-beauty aside { padding: 16px; background: var(--paper); border-radius: 14px; }
.ce-beauty aside > strong { font: 700 15px var(--display); }
.ce-beauty aside p { margin: 12px 0; display: grid; gap: 4px; color: var(--muted); font-size: 8px; }
.ce-beauty aside p b { width: fit-content; padding: 4px 6px; color: var(--accent); background: var(--surface); border-radius: 999px; font-size: 7px; text-transform: uppercase; }
.ce-beauty aside small { color: var(--muted); font-size: 8px; line-height: 1.5; }

.ce-baby { background: #fbf8f2; border-color: #e8ded0; }
.ce-baby > header { border-color: #e8ded0; }
.ce-baby > header > b { padding: 7px 9px; color: #765244; background: #efe2d4; border-radius: 999px; font-size: 7px; text-transform: uppercase; }
.ce-baby__body { padding: 22px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.ce-baby__tog, .ce-baby__stage { padding: 16px; background: #fffdfa; border: 1px solid #e8ded0; border-radius: 14px; }
.ce-baby__tog > strong, .ce-baby__stage > span { color: #765244; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.ce-baby__tog > div { margin: 16px 0 11px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.ce-baby__tog > div span { padding: 10px 2px; color: #846f64; background: #f3ece3; border-radius: 8px; font-size: 8px; text-align: center; }
.ce-baby__tog > div span.is-active { color: #fff; background: #9c7462; }
.ce-baby__tog p { margin: 0 0 8px; display: flex; align-items: baseline; justify-content: space-between; }
.ce-baby__tog p span, .ce-baby__tog small { color: #846f64; font-size: 8px; }
.ce-baby__tog p b { font: 720 18px var(--display); }
.ce-baby__stage > strong { display: block; margin: 7px 0 12px; font: 700 17px var(--display); }
.ce-baby__stage ul { margin: 0; padding-left: 17px; }
.ce-baby__stage li { margin-top: 7px; color: #6e625b; font-size: 9px; }
.ce-baby > footer { padding: 11px 22px; color: #68493d; background: #efe2d4; font-size: 8px; }

.ce-diy > header { color: var(--surface); background: color-mix(in srgb, var(--ink) 92%, var(--surface)); border: 0; }
.ce-diy > header h3, .ce-diy > header p { color: inherit; }
.ce-diy > header > div > span { color: color-mix(in srgb, var(--accent) 45%, var(--surface)); }
.ce-diy__battery { min-width: 155px; padding: 10px 13px; display: grid; color: var(--ink); background: var(--surface); border-radius: 11px; }
.ce-diy__battery span, .ce-diy__battery small { color: var(--muted); font-size: 7px; }
.ce-diy__battery b { margin: 3px 0; color: var(--accent); font-size: 11px; }
.ce-diy__body { padding: 22px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 18px; }
.ce-diy__specs { display: grid; gap: 7px; }
.ce-diy__specs p { margin: 0; padding: 10px 12px; display: grid; background: var(--paper); border-left: 4px solid var(--accent); border-radius: 0 9px 9px 0; }
.ce-diy__specs span { color: var(--muted); font-size: 7px; }
.ce-diy__specs strong { margin-top: 3px; font-size: 9px; }
.ce-diy table { width: 100%; border-collapse: collapse; }
.ce-diy th, .ce-diy td { padding: 10px; border-bottom: 1px solid var(--line); font-size: 8px; text-align: left; }
.ce-diy th { color: var(--muted); background: var(--paper); font-size: 7px; text-transform: uppercase; }
.ce-diy td b { color: var(--accent); }
.ce-diy > footer { padding: 11px 22px; color: var(--muted); background: var(--paper); font-size: 8px; }

.ce-energy > header { background: color-mix(in srgb, var(--accent) 8%, var(--surface)); }
.ce-energy__progress { padding: 13px 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; background: var(--paper); }
.ce-energy__progress span { position: relative; padding-top: 8px; color: var(--muted); border-top: 3px solid var(--line); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.ce-energy__progress span.is-done, .ce-energy__progress span.is-active { color: var(--accent); border-color: var(--accent); }
.ce-energy__body { padding: 22px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.ce-energy__checks { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ce-energy__checks label { padding: 10px; display: grid; gap: 5px; background: var(--paper); border-radius: 10px; }
.ce-energy__checks label span { color: var(--muted); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.ce-energy__checks select { min-height: 34px; padding: 0 8px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 8px; font-size: 9px; }
.ce-energy aside { padding: 16px; background: color-mix(in srgb, var(--accent) 10%, var(--paper)); border-radius: 14px; }
.ce-energy aside > span { color: var(--accent); font-size: 7px; font-weight: 850; text-transform: uppercase; }
.ce-energy aside > strong { display: block; margin: 6px 0 10px; font: 700 16px var(--display); }
.ce-energy aside ul { margin: 0 0 13px; padding-left: 17px; }
.ce-energy aside li { margin-top: 5px; color: var(--muted); font-size: 8px; }
.ce-energy button { min-height: 36px; padding: 0 12px; color: var(--accent-ink); background: var(--accent); border: 0; border-radius: 999px; font-size: 8px; font-weight: 800; }
.ce-finder > div, .ce-calculator > div { margin-top: 15px; display: grid; gap: 7px; }
.ce-finder p { margin: 12px 0 0; padding: 10px; color: var(--muted); background: var(--paper); border-radius: 9px; font-size: 9px; }
.ce-calculator > div { grid-template-columns: 1fr 1fr; }
.ce-calculator label { display: grid; gap: 5px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.ce-calculator input { accent-color: var(--accent); }
.ce-calculator select { min-height: 38px; padding: 0 9px; background: var(--paper); border: 1px solid var(--line); border-radius: 9px; }
.ce-calculator output { margin-top: 15px; padding: 18px; display: block; color: var(--accent-ink); background: var(--accent); border-radius: 12px; font: 700 20px var(--display); text-align: center; }
.ce-calculator small { display: block; margin-top: 8px; color: var(--muted); text-align: center; }
.ce-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ce-related a { padding: 16px; display: grid; gap: 5px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; }
.ce-related span { color: var(--accent); font-size: 8px; text-transform: uppercase; }
.ce-related strong { font-size: 11px; }
.ce-next { padding: 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; color: var(--accent-ink); background: var(--accent); border-radius: 18px; }
.ce-next span { font-size: 8px; font-weight: 850; text-transform: uppercase; }
.ce-next h3 { margin: 6px 0; font: 700 23px var(--display); }
.ce-next p { margin: 0; max-width: 440px; font-size: 10px; }
.ce-next a { padding: 11px 14px; background: rgba(255,255,255,.2); border-radius: 999px; font-size: 9px; font-weight: 800; white-space: nowrap; }
.ce-next a b { margin-left: 8px; }
.ce-cta { padding: 26px; color: var(--accent-ink); background: var(--accent); border-radius: 18px; }
.ce-cta > span, .ce-cta p { color: inherit; opacity: .85; }
.ce-cta > div { margin-top: 18px; display: flex; gap: 8px; }
.ce-cta a { padding: 10px 13px; background: rgba(255,255,255,.9); color: var(--ink); border-radius: 999px; font-size: 9px; font-weight: 800; }
.ce-cta a.secondary { color: inherit; background: rgba(255,255,255,.16); }
.ce-leadmagnet { padding: 25px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 22px; background: color-mix(in srgb, var(--accent) 10%, var(--surface)); border-radius: 18px; }
.ce-leadmagnet form { display: grid; gap: 7px; }
.ce-leadmagnet label { display: grid; gap: 5px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.ce-leadmagnet input { min-height: 40px; padding: 0 10px; background: var(--surface); border: 1px solid var(--line); border-radius: 9px; }
.ce-leadmagnet button { min-height: 40px; color: var(--accent-ink); background: var(--accent); border: 0; border-radius: 9px; font-size: 9px; font-weight: 800; }
.ce-leadmagnet small { color: var(--muted); font-size: 7px; }
.ce-faq details { border-top: 1px solid var(--line); }
.ce-faq summary { padding: 13px 3px; cursor: pointer; font-weight: 700; font-size: 11px; }
.ce-faq p { margin: 0 0 13px; color: var(--muted); font-size: 10px; }
.ce-service-faq > div { margin-top: 15px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ce-service-faq article { padding: 13px; background: var(--paper); border-radius: 10px; }
.ce-service-faq article b { font-size: 9px; }
.ce-service-faq article p { margin: 5px 0 0; color: var(--muted); font-size: 8px; }
.ce-longform { max-width: 780px; margin: auto; padding: 35px; background: var(--surface); border-radius: 18px; }
.ce-longform h3 { font-size: 33px; }
.ce-longform p { font: 15px/1.75 Georgia, serif; }
.ce-longform p + p { margin-top: 15px; }
.ce-story { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; background: var(--surface); border-radius: 18px; }
.ce-story-image { min-height: 210px; display: grid; place-items: center; color: var(--muted); background: color-mix(in srgb, var(--accent) 12%, var(--paper)); font-size: 9px; text-transform: uppercase; }
.ce-story > div:last-child { padding: 24px; align-self: center; }
.ce-story a { display: inline-block; margin-top: 13px; color: var(--accent); font-size: 9px; font-weight: 800; }
.ce-schema { display: grid; grid-template-columns: 170px 1fr; gap: 18px; }
.ce-schema > div { padding: 20px; display: grid; place-content: center; text-align: center; color: var(--accent-ink); background: var(--accent); border-radius: 16px; }
.ce-schema > div span { font-size: 8px; text-transform: uppercase; }
.ce-schema > div strong { font: 700 24px var(--display); }
.ce-schema pre { margin: 0; padding: 18px; overflow-x: auto; color: #e5ebe7; background: #29312d; border-radius: 16px; font-size: 10px; }
.ce-schema p { grid-column: 1 / 3; margin: 0; color: var(--muted); font-size: 10px; }
.ce-governance { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.ce-governance header { padding: 18px 21px; display: grid; background: color-mix(in srgb, var(--accent) 10%, var(--paper)); }
.ce-governance header strong { margin-top: 4px; font: 700 20px var(--display); }
.ce-governance > div { padding: 18px 21px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ce-governance p { margin: 0; padding: 11px; display: grid; background: var(--paper); border-radius: 9px; }
.ce-governance p span { color: var(--muted); font-size: 7px; text-transform: uppercase; }
.ce-governance p b { margin-top: 4px; font-size: 9px; }
.ce-governance footer { padding: 12px 21px; color: var(--muted); border-top: 1px solid var(--line); font-size: 8px; }

/* Lesbare Typografie-Skala für Seitentexte und ContentEngine-Module */
.preview-ribbon, .preview-ribbon a, .preview-ribbon select, .breadcrumbs, .page-kicker, .page-meta, .preview-footer nav { font-size: 13px; }
.content-hero figcaption, .sidebar-card > span, .listicle-card__copy > span, .check-progress__labels, .comparison-card > span, .archive-card span, .design-section__head span, .element-sample > span, .portal-overview-card > div > span, .color-control small, .font-controls label, .preset-row > div:first-child small, .tag-sample, .spacing-scale div { font-size: 13px; }
.sidebar-card a, .format-switcher a, .comparison-card a, .filter-bar button, .button-sample, .portal-overview-card nav a { font-size: 14px; }
.comparison-table th, .component-toolbar label span, .component-filters button, .governance-badge { font-size: 13px; }
.sidebar-card p, .comparison-card dl div, .comparison-table td, .archive-card p, .element-sample p, .portal-home__field-notes > header p, .portal-home__outro p { font-size: 15px; line-height: 1.6; }
.checklist-items small, .component-overview-meta span:not(.governance-badge), .component-preview__registry summary, .component-preview__registry li > span, .preset-library > header span, .preset-library > header b { font-size: 13px; }
.color-control strong, .preset-row > div:first-child strong { font-size: 14px; }

.portal-home__hero-actions > a:last-child, .portal-home__story-grid article > div > a, .portal-home__secondary-lead a, .portal-home__field-notes article > a, .portal-home__outro nav a { font-size: 14px; }
.portal-home__hero-copy dt, .portal-home__hero figcaption span, .portal-home__story-grid article span, .portal-home__secondary > header > span, .portal-home__secondary > aside strong, .portal-demo__chapter > header > span, .portal-home__field-notes > header span, .portal-home__field-notes > div > article > span, .portal-home__field-notes article section b, .portal-home__outro span { font-size: 13px; }
.portal-home__story-grid p, .portal-home__secondary-sections p, .portal-home__secondary > aside p, .portal-home__field-notes article section p, .portal-home__field-notes li small { font-size: 15px; line-height: 1.6; }
.portal-home__field-notes li strong { font-size: 15px; }

.component-preview__head > div:first-child > span, .component-preview__head small, .component-preview > footer > span, .component-preview__registry li b, .component-preview__registry li small, .component-result-count { font-size: 13px; }
.component-preview > footer p { font-size: 14px; line-height: 1.5; }

:is(.component-preview__sample, .portal-demo__module) { font-size: 15px; }
:is(.component-preview__sample, .portal-demo__module) :is(small, dt, th, span, em) { font-size: 13px !important; line-height: 1.45; }
:is(.component-preview__sample, .portal-demo__module) :is(p, li, td, dd, label) { font-size: 15px !important; line-height: 1.55; }
:is(.component-preview__sample, .portal-demo__module) :is(button, a, input, select) { font-size: 14px !important; }
:is(.component-preview__sample, .portal-demo__module) :is(summary, footer) { font-size: 13px !important; line-height: 1.5; }
:is(.component-preview__sample, .portal-demo__module) :is(.ce-hero b, .ce-trust b, .ce-special-table header nav b, .ce-special-table__rows article > b, .ce-costs p b, .ce-result b, .ce-journey b, .ce-safety b, .ce-kitchen > header nav b, .ce-energy > header nav b, .ce-travel__bag > b, .ce-fitness__muscles b, .ce-beauty__profile b, .ce-beauty__routine b, .ce-beauty aside p b, .ce-baby > header > b, .ce-diy__battery b) { font-size: 13px !important; line-height: 1.4; }
:is(.component-preview__sample, .portal-demo__module) :is(.ce-criteria > div, .ce-special-table__head, .ce-special-table__rows article > div, .ce-spec dl div, .ce-garden__plant, .ce-travel__status) { font-size: 13px !important; line-height: 1.5; }
:is(.component-preview__sample, .portal-demo__module) .ce-beauty__routine li::before { font-size: 13px !important; }

:is(.component-preview__sample, .portal-demo__module) :is(.ce-schedule-table__row > strong, .ce-schedule-table > footer strong, .ce-special-table__rows article > strong, .ce-garden__season > strong, .ce-diy__specs strong, .ce-service-faq article b, .ce-governance p b) { font-size: 15px !important; line-height: 1.4; }
:is(.component-preview__sample, .portal-demo__module) :is(.ce-costs p strong, .ce-timeline strong, .ce-baby__tog > strong, .ce-related strong, .ce-faq summary) { font-size: 15px !important; line-height: 1.45; }
:is(.component-preview__sample, .portal-demo__module) :is(.ce-garden aside strong, .ce-travel aside strong, .ce-beauty aside > strong, .ce-baby__stage > strong, .ce-energy aside > strong, .ce-kitchen__dial strong, .ce-fitness__sets strong) { font-size: 18px !important; line-height: 1.2; }
:is(.component-preview__sample, .portal-demo__module) .ce-longform p { font-size: 17px !important; line-height: 1.75; }
:is(.component-preview__sample, .portal-demo__module) :is(.ce-hero p, .ce-summary p, .ce-trust p, .ce-explanation p, .ce-result p, .ce-warning p, .ce-safety p, .ce-next p, .ce-cta p, .ce-story p) { font-size: 16px !important; line-height: 1.6; }
:is(.component-preview__sample, .portal-demo__module) :is(.ce-week i, .ce-safety-mark, .ce-product-placeholder, .ce-story-image, .ce-schema pre, .ce-governance footer, .ce-data-table > footer, .ce-special-table > footer) { font-size: 13px !important; }
:is(.component-preview__sample, .portal-demo__module) .ce-week i { font-size: 17px !important; }

/* Ruhige Illustrationsdetails: semantische Symbole statt rein dekorativer Karten */
.ce-summary,
.ce-trust,
.ce-glossary,
.ce-decision,
.ce-criteria,
.ce-costs,
.ce-result,
.ce-funding,
.ce-diagnosis,
.ce-checklist,
.ce-tracker,
.ce-journey,
.ce-finder,
.ce-calculator,
.ce-faq,
.ce-service-faq,
.ce-longform,
.ce-governance,
.ce-data-table,
.ce-schedule-table,
.ce-special-table {
  position: relative;
  isolation: isolate;
}

.ce-summary,
.ce-trust,
.ce-decision,
.ce-criteria,
.ce-costs,
.ce-result,
.ce-funding,
.ce-diagnosis,
.ce-checklist,
.ce-tracker,
.ce-journey,
.ce-finder,
.ce-calculator,
.ce-faq,
.ce-service-faq,
.ce-longform {
  overflow: hidden;
}

.ce-summary::after,
.ce-trust::after,
.ce-decision::after,
.ce-criteria::after,
.ce-costs::after,
.ce-result::after,
.ce-funding::after,
.ce-diagnosis::after,
.ce-checklist::after,
.ce-tracker::after,
.ce-journey::after,
.ce-finder::after,
.ce-calculator::after,
.ce-faq::after,
.ce-service-faq::after,
.ce-longform::after {
  content: var(--ce-watermark, "");
  position: absolute;
  z-index: -1;
  top: -22px;
  right: 12px;
  color: var(--accent);
  font: 800 96px/1 var(--text);
  opacity: .055;
  pointer-events: none;
  transform: rotate(-7deg);
}

.ce-summary { --ce-watermark: "✓"; }
.ce-trust { --ce-watermark: "◇"; }
.ce-decision { --ce-watermark: "◎"; }
.ce-criteria { --ce-watermark: "≋"; }
.ce-costs { --ce-watermark: "€"; }
.ce-result { --ce-watermark: "↗"; }
.ce-funding { --ce-watermark: "€"; }
.ce-diagnosis { --ce-watermark: "?"; }
.ce-checklist { --ce-watermark: "✓"; }
.ce-tracker { --ce-watermark: "◷"; }
.ce-journey { --ce-watermark: "→"; }
.ce-finder { --ce-watermark: "◎"; }
.ce-calculator { --ce-watermark: "="; }
.ce-faq { --ce-watermark: "?"; }
.ce-service-faq { --ce-watermark: "↻"; }
.ce-longform { --ce-watermark: "¶"; }

.ce-summary > strong,
.ce-trust > span,
.ce-glossary > span,
.ce-decision > span,
.ce-costs > span,
.ce-result > span,
.ce-funding > span,
.ce-diagnosis > span,
.ce-finder > span,
.ce-calculator > span,
.ce-service-faq > span,
.ce-longform > span,
.ce-checklist > strong,
.ce-criteria > strong {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ce-summary > strong::before,
.ce-trust > span::before,
.ce-glossary > span::before,
.ce-decision > span::before,
.ce-costs > span::before,
.ce-result > span::before,
.ce-funding > span::before,
.ce-diagnosis > span::before,
.ce-finder > span::before,
.ce-calculator > span::before,
.ce-service-faq > span::before,
.ce-longform > span::before,
.ce-checklist > strong::before,
.ce-criteria > strong::before {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 11%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line));
  border-radius: 50%;
  font: 850 18px/1 var(--text);
  letter-spacing: 0;
}

.ce-summary > strong::before { content: "✓"; }
.ce-trust > span::before { content: "◇"; }
.ce-glossary > span::before { content: "Aa"; font-size: 13px; }
.ce-decision > span::before { content: "◎"; font-size: 22px; }
.ce-criteria > strong::before { content: "≋"; font-size: 21px; }
.ce-costs > span::before,
.ce-funding > span::before { content: "€"; }
.ce-result > span::before { content: "↗"; }
.ce-diagnosis > span::before { content: "?"; }
.ce-checklist > strong::before { content: "✓"; }
.ce-finder > span::before { content: "◎"; font-size: 22px; }
.ce-calculator > span::before { content: "="; }
.ce-service-faq > span::before { content: "↻"; }
.ce-longform > span::before { content: "¶"; }

.ce-summary {
  padding-left: 29px;
  box-shadow: inset 4px 0 0 color-mix(in srgb, var(--accent) 75%, var(--surface));
}

.ce-summary ul {
  margin-left: 44px;
}

.ce-summary li {
  position: relative;
}

.ce-summary li::before {
  width: 22px;
  height: 22px;
  margin-left: -30px;
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  background: var(--surface);
  border: 1px solid color-mix(in srgb, var(--accent) 25%, var(--line));
  border-radius: 50%;
}

.ce-trust {
  border: 1px solid color-mix(in srgb, var(--accent) 15%, var(--line));
  box-shadow: 0 16px 40px rgba(47, 49, 46, .06);
}

.ce-trust b::before {
  content: "✓";
  margin-right: 6px;
}

.ce-glossary {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 8%, transparent), transparent 42%),
    var(--surface);
}

.ce-myth > div {
  position: relative;
  padding-left: 76px;
  border: 1px solid var(--line);
}

.ce-myth > div::before {
  position: absolute;
  left: 22px;
  top: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font: 850 21px/1 var(--text);
  transform: translateY(-50%);
}

.ce-myth > div:first-child::before {
  content: "👎︎";
  color: #8a5c50;
  background: #f5e7e2;
  border: 1px solid #e8cbc2;
  font-family: "Segoe UI Symbol", "Noto Sans Symbols", sans-serif;
}

.ce-myth > div:last-child::before {
  content: "👍︎";
  color: #45684b;
  background: #e7f0e5;
  border: 1px solid #cadec7;
  font-family: "Segoe UI Symbol", "Noto Sans Symbols", sans-serif;
}

.ce-decision p {
  padding: 13px 15px;
  background: color-mix(in srgb, var(--accent) 8%, var(--paper));
  border-radius: 12px;
}

.ce-criteria > div::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 11%, transparent);
  transform: translateY(-50%);
}

.ce-criteria > div {
  position: relative;
  padding-left: 22px;
}

.ce-table-wrap {
  box-shadow: 0 16px 38px rgba(47, 49, 46, .055);
}

.ce-table-wrap thead th:first-child::before {
  content: "↔";
  width: 25px;
  height: 25px;
  margin-right: 8px;
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 11%, var(--surface));
  border-radius: 50%;
}

.ce-table-wrap tbody tr:hover td {
  background: color-mix(in srgb, var(--accent) 5%, var(--surface));
}

.ce-winners article {
  position: relative;
  padding-top: 58px;
  box-shadow: 0 12px 32px rgba(47, 49, 46, .05);
}

.ce-winners article::before {
  content: "◇";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: var(--paper);
  border-radius: 50%;
  font-size: 18px;
}

.ce-winners article:first-child::before {
  content: "★";
  color: var(--accent-ink);
  background: var(--accent);
}

.ce-score {
  border: 1px solid color-mix(in srgb, var(--accent) 16%, var(--line));
  box-shadow: 0 16px 40px rgba(47, 49, 46, .06);
}

.ce-score-main {
  position: relative;
  background:
    radial-gradient(circle at center, var(--surface) 0 57%, transparent 58%),
    conic-gradient(var(--accent) 0 86%, color-mix(in srgb, var(--accent) 15%, var(--paper)) 86% 100%);
  box-shadow:
    inset 0 0 0 10px color-mix(in srgb, var(--accent) 8%, var(--surface)),
    0 10px 28px rgba(47, 49, 46, .08);
}

.ce-score-main::after {
  content: "★";
  position: absolute;
  top: -4px;
  right: 2px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--accent-ink);
  background: var(--accent);
  border: 4px solid var(--surface);
  border-radius: 50%;
  font-size: 14px;
}

.ce-spec {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}

.ce-spec::after {
  content: "↔";
  position: absolute;
  right: -16px;
  bottom: -26px;
  color: var(--accent);
  font: 850 104px/1 var(--text);
  opacity: .05;
}

.ce-costs p {
  position: relative;
  padding-top: 48px;
  border: 1px solid color-mix(in srgb, var(--accent) 10%, var(--line));
}

.ce-costs p::before {
  content: "€";
  position: absolute;
  top: 13px;
  left: 14px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: var(--surface);
  border-radius: 50%;
  font-weight: 850;
}

.ce-result > span {
  justify-content: center;
}

.ce-result > div b::before {
  content: "✓";
  margin-right: 6px;
  color: var(--accent);
}

.ce-funding {
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
}

.ce-diagnosis label {
  position: relative;
  padding: 10px 12px;
  background: var(--paper);
  border-radius: 10px;
}

.ce-warning > b {
  box-shadow:
    0 0 0 8px color-mix(in srgb, #b46651 10%, transparent),
    0 10px 24px rgba(87, 48, 37, .12);
}

.ce-steps article {
  position: relative;
  padding-top: 58px;
}

.ce-steps article::before {
  content: "✓";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line));
  border-radius: 50%;
  font-weight: 850;
}

.ce-checklist label::before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  background: var(--surface);
  border: 1px solid color-mix(in srgb, var(--accent) 34%, var(--line));
  border-radius: 7px;
  font-weight: 850;
}

.ce-checklist label:has(input:checked)::before {
  content: "✓";
  color: var(--accent-ink);
  background: var(--accent);
  border-color: var(--accent);
}

.ce-checklist input {
  position: absolute;
  opacity: 0;
}

.ce-timeline article::after {
  content: "◷";
  position: absolute;
  top: 17px;
  right: 17px;
  color: var(--accent);
  font-size: 21px;
  opacity: .7;
}

.ce-timeline article {
  position: relative;
}

.ce-tracker > div:first-child {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
}

.ce-tracker > div:first-child::before {
  content: "◷";
  grid-row: 1 / 3;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
  border-radius: 50%;
  font-size: 20px;
}

.ce-week i {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 12%, var(--line));
}

.ce-week i.done::after {
  content: "✓";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  color: var(--accent-ink);
  background: var(--accent);
  border: 2px solid var(--surface);
  border-radius: 50%;
  font-size: 13px;
  font-style: normal;
}

.ce-week i {
  position: relative;
  overflow: visible;
}

.ce-journey > div b {
  position: relative;
  padding-left: 30px;
}

.ce-journey > div b::before {
  content: "●";
  position: absolute;
  left: 10px;
  color: var(--accent);
  font-size: 13px;
}

.ce-safety {
  border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--line));
  box-shadow: 0 16px 40px rgba(47, 49, 46, .055);
}

.ce-safety-mark {
  position: relative;
  box-shadow:
    inset 0 0 0 8px color-mix(in srgb, var(--accent) 8%, var(--surface)),
    0 0 0 1px color-mix(in srgb, var(--accent) 24%, var(--line));
}

.ce-safety-mark::after {
  content: "✓";
  position: absolute;
  top: -4px;
  right: -2px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--accent-ink);
  background: var(--accent);
  border: 4px solid var(--surface);
  border-radius: 50%;
  font-size: 13px;
}

.ce-domain > header::before,
.ce-data-table > header::before,
.ce-schedule-table > header::before,
.ce-special-table > header::before,
.ce-governance > header::before {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  border-radius: 50%;
  font: 850 19px/1 var(--text);
}

.ce-garden > header::before { content: "♧"; }
.ce-kitchen > header::before { content: "°"; font-size: 27px; }
.ce-travel > header::before { content: "↗"; }
.ce-fitness > header::before { content: "↔"; }
.ce-beauty > header::before { content: "✦"; }
.ce-baby > header::before { content: "○"; }
.ce-diy > header::before { content: "×"; }
.ce-energy > header::before { content: "⌂"; }
.ce-data-table > header::before { content: "▦"; }
.ce-schedule-table > header::before { content: "◷"; }
.ce-special-table > header::before { content: "!"; }
.ce-governance > header::before { content: "✓"; }

.ce-domain > header > div:first-of-type,
.ce-data-table > header > div:first-of-type,
.ce-schedule-table > header > div:first-of-type,
.ce-special-table > header > div:first-of-type {
  flex: 1;
}

.ce-special-table > header::before {
  color: var(--accent-ink);
  background: var(--accent);
  border-color: var(--accent);
}

.ce-data-table tbody tr:hover,
.ce-special-table__rows article:hover {
  background: color-mix(in srgb, var(--accent) 5%, var(--surface));
}

.ce-schedule-table__row > i.active {
  position: relative;
}

.ce-schedule-table__row > i.active::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--accent-ink);
  font-style: normal;
  font-weight: 850;
}

.ce-finder p::before {
  content: "→";
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  background: var(--surface);
  border-radius: 50%;
}

.ce-related a {
  position: relative;
  padding-right: 50px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ce-related a::after {
  content: "→";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--paper));
  border-radius: 50%;
  transform: translateY(-50%);
}

.ce-related a:hover {
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
  box-shadow: 0 12px 26px rgba(47, 49, 46, .07);
  transform: translateY(-2px);
}

.ce-leadmagnet {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--line));
}

.ce-leadmagnet > div::before {
  content: "✉";
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: var(--surface);
  border: 1px solid color-mix(in srgb, var(--accent) 23%, var(--line));
  border-radius: 18px;
  font-size: 27px;
  box-shadow: 0 10px 28px rgba(47, 49, 46, .07);
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: center;
}

.ce-leadmagnet > div {
  display: grid;
  grid-template-columns: 76px 1fr;
}

.ce-leadmagnet > div > span,
.ce-leadmagnet > div > h3,
.ce-leadmagnet > div > p {
  grid-column: 2;
}

.ce-leadmagnet > div > span {
  grid-row: 1;
}

.ce-faq details {
  position: relative;
  padding-left: 34px;
}

.ce-faq details::before {
  content: "?";
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--paper));
  border-radius: 50%;
  font-weight: 850;
}

.ce-service-faq article {
  position: relative;
  padding-top: 48px;
}

.ce-service-faq article::before {
  content: "✓";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: var(--surface);
  border-radius: 50%;
  font-weight: 850;
}

.ce-story-image {
  position: relative;
}

.ce-story-image::before {
  content: "“";
  position: absolute;
  color: var(--accent);
  font: 800 92px/1 Georgia, serif;
  opacity: .18;
  transform: translateY(-20px);
}

.ce-governance > header {
  grid-template-columns: 38px 1fr;
  column-gap: 13px;
  align-items: center;
}

.ce-governance > header::before {
  grid-row: 1 / 3;
}

.ce-governance > header > span,
.ce-governance > header > strong {
  grid-column: 2;
}

/* Farbige Sach-Icons: Bedeutung erhält eine eigene Farbe, Marke bleibt im Rahmen */
.ce-summary > strong::before { content: "📌"; }
.ce-trust > span::before { content: "🛡️"; }
.ce-glossary > span::before { content: "📖"; font-size: 18px; }
.ce-decision > span::before,
.ce-finder > span::before { content: "🎯"; }
.ce-criteria > strong::before { content: "🎚️"; }
.ce-costs > span::before { content: "🪙"; }
.ce-result > span::before { content: "📈"; }
.ce-funding > span::before { content: "💶"; }
.ce-diagnosis > span::before { content: "🔎"; }
.ce-checklist > strong::before { content: "📋"; }
.ce-calculator > span::before { content: "🧮"; }
.ce-service-faq > span::before { content: "🛠️"; }
.ce-longform > span::before { content: "✍️"; }

.ce-summary > strong::before,
.ce-trust > span::before,
.ce-glossary > span::before,
.ce-decision > span::before,
.ce-costs > span::before,
.ce-result > span::before,
.ce-funding > span::before,
.ce-diagnosis > span::before,
.ce-finder > span::before,
.ce-calculator > span::before,
.ce-service-faq > span::before,
.ce-longform > span::before,
.ce-checklist > strong::before,
.ce-criteria > strong::before,
.ce-domain > header::before,
.ce-data-table > header::before,
.ce-schedule-table > header::before,
.ce-special-table > header::before,
.ce-governance > header::before {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  background: color-mix(in srgb, var(--surface) 88%, var(--paper));
  box-shadow: 0 7px 18px rgba(47, 49, 46, .08);
}

.ce-myth > div:first-child::before {
  content: "👎";
}

.ce-myth > div:last-child::before {
  content: "👍";
}

.ce-winners article::before {
  content: "💡";
  width: 42px;
  height: 42px;
  top: 13px;
  color: initial;
  background: #fff5d8;
  border: 1px solid #efd998;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 23px;
  box-shadow: 0 8px 20px rgba(133, 98, 21, .12);
}

.ce-winners article:first-child::before {
  content: "🏆";
  color: initial;
  background: #fff3c9;
  border: 1px solid #e7c662;
}

.ce-score-main {
  color: var(--ink);
}

.ce-score-main::before {
  content: "★★★★★";
  position: absolute;
  left: 50%;
  bottom: 24px;
  color: #e2a51f;
  font: 800 15px/1 var(--text);
  letter-spacing: 1px;
  text-shadow: 0 1px 0 #fff3c9;
  transform: translateX(-50%);
  white-space: nowrap;
}

.ce-score-main::after {
  content: "🏅";
  width: 42px;
  height: 42px;
  top: -7px;
  right: -2px;
  color: initial;
  background: #fff4cf;
  border-color: var(--surface);
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 22px;
  box-shadow: 0 8px 18px rgba(135, 94, 10, .14);
}

.ce-score-main span {
  padding-bottom: 22px;
}

.ce-score p:nth-child(1) > b i { background: #4f9c64; }
.ce-score p:nth-child(2) > b i { background: #dca522; }
.ce-score p:nth-child(3) > b i { background: #4c7fbb; }

.ce-costs p::before {
  content: "€";
  color: #815c08;
  background: #fff2c5;
  border: 1px solid #e5c45f;
  box-shadow: 0 5px 14px rgba(132, 94, 14, .1);
}

.ce-result > div b::before,
.ce-trust b::before {
  color: #3f8652;
}

.ce-warning > b {
  color: #fff;
  background: #bb5547;
  border-color: #bb5547;
}

.ce-steps article:nth-of-type(1)::before {
  content: "📋";
  background: #edf3fb;
  border-color: #c9d8ec;
}

.ce-steps article:nth-of-type(2)::before {
  content: "🛠️";
  background: #fff1d8;
  border-color: #ead2a4;
}

.ce-steps article:nth-of-type(3)::before {
  content: "✅";
  background: #e7f3e8;
  border-color: #c5ddc8;
}

.ce-steps article::before {
  width: 38px;
  height: 38px;
  color: initial;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 20px;
}

.ce-checklist label:has(input:checked)::before {
  color: #fff;
  background: #4a925c;
  border-color: #4a925c;
}

.ce-timeline article::after {
  content: "⏱️";
  color: initial;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  opacity: 1;
}

.ce-tracker > div:first-child {
  position: relative;
  grid-template-columns: 76px 1fr;
  min-height: 50px;
}

.ce-tracker > div:first-child::before {
  content: "";
  width: 62px;
  height: 34px;
  align-self: center;
  background:
    radial-gradient(circle at 50% 100%, var(--surface) 0 25%, transparent 26%),
    conic-gradient(from 270deg at 50% 100%, #ca5d4c 0 27%, #dfa72b 27% 62%, #4d9b61 62% 100%);
  border: 1px solid color-mix(in srgb, var(--ink) 12%, var(--line));
  border-radius: 62px 62px 9px 9px;
  box-shadow:
    inset 0 0 0 5px rgba(255,255,255,.6),
    0 8px 18px rgba(47, 49, 46, .09);
}

.ce-tracker > div:first-child::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 28px;
  width: 24px;
  height: 3px;
  background: #354039;
  border-radius: 999px;
  box-shadow: -3px 0 0 2px #354039;
  transform: rotate(-34deg);
  transform-origin: left center;
}

.ce-week i.done {
  background: #4b9360;
}

.ce-week i.done::after {
  background: #e4aa27;
}

.ce-safety-mark::after {
  background: #4b9360;
}

.ce-garden > header::before { content: "🌿"; }
.ce-kitchen > header::before { content: "☕"; font-size: 21px; }
.ce-travel > header::before { content: "🧳"; }
.ce-fitness > header::before { content: "🏋️"; }
.ce-beauty > header::before { content: "✨"; }
.ce-baby > header::before { content: "🧸"; }
.ce-diy > header::before { content: "🛠️"; }
.ce-energy > header::before { content: "🏠"; }
.ce-data-table > header::before { content: "📊"; }
.ce-schedule-table > header::before { content: "📅"; }
.ce-special-table > header::before { content: "⚠️"; }
.ce-governance > header::before { content: "🛡️"; }

.ce-special-table > header::before {
  color: initial;
  background: #fff1d4;
  border-color: #e7c97c;
}

.ce-schedule-table__row > i.active::after {
  color: #fff;
}

.ce-related a {
  padding-left: 55px;
}

.ce-related a::before {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--paper);
  border-radius: 50%;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 17px;
  transform: translateY(-50%);
}

.ce-related a:nth-child(1)::before { content: "📘"; }
.ce-related a:nth-child(2)::before { content: "✅"; }
.ce-related a:nth-child(3)::before { content: "⚖️"; }

/* Drei stabile Ausprägungen je ContentEngine-UI */
.ce-variant {
  width: 100%;
  min-width: 0;
  padding: 0;
  display: grid;
  align-items: center;
}

.ce-variant > * {
  width: 100%;
  min-width: 0;
}

.ce-variant--editorial {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ce-variant--editorial :is(h2, h3, .ce-score-main strong, .ce-result > strong) {
  letter-spacing: -.025em;
}

.ce-variant--editorial :is(.ce-summary, .ce-trust, .ce-glossary, .ce-explanation, .ce-decision, .ce-audience, .ce-criteria, .ce-winners article, .ce-entities article, .ce-spec, .ce-costs, .ce-result, .ce-funding, .ce-diagnosis, .ce-warning, .ce-checklist, .ce-tracker, .ce-journey, .ce-finder, .ce-calculator, .ce-related a, .ce-next, .ce-cta, .ce-leadmagnet, .ce-faq, .ce-service-faq, .ce-longform, .ce-story) {
  box-shadow: 0 10px 25px rgba(83, 61, 35, .055);
}

.ce-variant--editorial :is(p, li, dd) {
  line-height: 1.65;
}

.ce-variant--structured {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.ce-variant--structured :is(.ce-hero, .ce-summary, .ce-toc, .ce-author, .ce-trust, .ce-glossary, .ce-explanation, .ce-myth > div, .ce-decision, .ce-audience, .ce-criteria, .ce-table-wrap, .ce-data-table, .ce-schedule-table, .ce-special-table, .ce-winners article, .ce-entities article, .ce-score, .ce-spec, .ce-costs, .ce-result, .ce-funding, .ce-diagnosis, .ce-warning, .ce-steps article, .ce-checklist, .ce-timeline article, .ce-tracker, .ce-journey, .ce-safety, .ce-domain, .ce-finder, .ce-calculator, .ce-related a, .ce-next, .ce-cta, .ce-leadmagnet, .ce-faq, .ce-service-faq, .ce-longform, .ce-story, .ce-schema > div, .ce-schema pre, .ce-governance) {
  border-radius: 11px;
  box-shadow: none;
}

.ce-variant--structured :is(.ce-winners, .ce-entities, .ce-costs > div, .ce-service-faq > div, .ce-related, .ce-fitness__sets, .ce-energy__checks) {
  gap: 5px;
}

.ce-variant--structured :is(.ce-table-wrap th, .ce-table-wrap td, .ce-data-table th, .ce-data-table td) {
  border-right: 1px solid color-mix(in srgb, #496984 15%, var(--line));
}

.ce-variant--structured :is(.ce-hero > span, .ce-trust > span, .ce-glossary > span, .ce-decision > span, .ce-costs > span, .ce-result > span, .ce-funding > span, .ce-diagnosis > span, .ce-finder > span, .ce-calculator > span, .ce-service-faq > span, .ce-longform > span) {
  color: #496984;
}

.ce-variant--service {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ce-variant--service :is(.ce-hero, .ce-summary, .ce-toc, .ce-author, .ce-trust, .ce-glossary, .ce-explanation, .ce-decision, .ce-audience, .ce-criteria, .ce-winners article, .ce-entities article, .ce-score, .ce-spec, .ce-costs, .ce-result, .ce-funding, .ce-diagnosis, .ce-warning, .ce-checklist, .ce-tracker, .ce-journey, .ce-safety, .ce-finder, .ce-calculator, .ce-related a, .ce-next, .ce-cta, .ce-leadmagnet, .ce-faq, .ce-service-faq, .ce-longform, .ce-story, .ce-governance) {
  border-radius: 20px;
}

.ce-variant--service :is(button, .ce-choice-row button, .ce-audience button, .ce-funding button, .ce-checklist button, .ce-tracker button, .ce-finder button, .ce-calculator button, a[role="button"]) {
  min-height: 42px;
  border-radius: 999px;
}

.ce-variant--service :is(.ce-summary > strong::before, .ce-trust > span::before, .ce-glossary > span::before, .ce-decision > span::before, .ce-costs > span::before, .ce-result > span::before, .ce-funding > span::before, .ce-diagnosis > span::before, .ce-finder > span::before, .ce-calculator > span::before, .ce-service-faq > span::before, .ce-longform > span::before, .ce-checklist > strong::before, .ce-criteria > strong::before) {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  background: #fff;
  border-color: #c8dac9;
  box-shadow: 0 8px 18px rgba(54, 83, 59, .09);
}

.ce-variant--service :is(.ce-decision p, .ce-finder p, .ce-service-faq article, .ce-result > div b) {
  background: #fff;
}

.ce-variant.is-highlighted {
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  border-radius: 20px;
  background: color-mix(in srgb, var(--accent) 7%, var(--surface));
}

/* Kontextlayouts für Variante B und C */
.ce-context {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(35,42,38,.055);
}

.ce-context > header {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.ce-context > header > span,
.ce-context > div > span:not(.ce-context__symbol),
.ce-context > span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ce-context h3 {
  margin: 5px 0 0;
  font: 700 21px/1.16 var(--display);
  letter-spacing: -.025em;
}

.ce-context p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.ce-context small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.ce-context > footer {
  padding: 11px 20px;
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.ce-context a,
.ce-context button {
  font-size: 14px;
  font-weight: 800;
}

.ce-context a {
  color: var(--accent);
}

.ce-context button {
  min-height: 40px;
  padding: 0 14px;
  color: var(--accent-ink);
  background: var(--accent);
  border: 0;
  border-radius: 999px;
}

.ce-context input,
.ce-context select {
  min-width: 0;
  min-height: 40px;
  padding: 0 10px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 14px;
}

.ce-context__symbol {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--accent) 8%, var(--paper));
  border: 1px solid color-mix(in srgb, var(--accent) 20%, var(--line));
  border-radius: 17px;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 27px;
  box-shadow: 0 8px 18px rgba(35,42,38,.07);
}

.ce-context__metrics {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
  gap: 8px;
}

.ce-context__metrics p {
  margin: 0;
  padding: 13px;
  display: grid;
  gap: 4px;
  background: var(--paper);
  border: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
  border-radius: 11px;
  text-align: center;
}

.ce-context__metrics strong {
  color: var(--ink);
  font: 720 22px/1 var(--display);
}

.ce-context__metrics span,
.ce-context__metrics small {
  color: var(--muted);
  font-size: 13px;
}

.ce-context__link-grid,
.ce-context__cards,
.ce-context__icon-grid {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  gap: 8px;
}

.ce-context__link-grid a,
.ce-context__cards article,
.ce-context__cards section,
.ce-context__cards button,
.ce-context__icon-grid p {
  min-width: 0;
  margin: 0;
  padding: 13px;
  display: grid;
  align-content: start;
  gap: 5px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 11px;
  text-align: left;
}

.ce-context__link-grid a:hover,
.ce-context__cards button:hover {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
  background: color-mix(in srgb, var(--accent) 7%, var(--surface));
}

.ce-context__link-grid b,
.ce-context__cards b,
.ce-context__cards strong {
  font-size: 15px;
}

.ce-context__link-grid small,
.ce-context__cards span {
  color: var(--muted);
  font-size: 13px;
}

.ce-context__cards .is-featured {
  border: 2px solid var(--accent);
  background: color-mix(in srgb, var(--accent) 7%, var(--surface));
}

.ce-context__definition-grid {
  margin: 0;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 8px;
}

.ce-context__definition-grid > div {
  padding: 12px;
  background: var(--paper);
  border-radius: 10px;
}

.ce-context__definition-grid dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.ce-context__definition-grid dd {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.ce-context__steps,
.ce-context__timeline {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  gap: 8px;
}

.ce-context__steps p,
.ce-context__timeline p {
  position: relative;
  margin: 0;
  padding: 14px;
  display: grid;
  gap: 4px;
  background: var(--paper);
  border-radius: 11px;
}

.ce-context__steps p::before {
  content: "✓";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #4b9360;
  border-radius: 50%;
  font-size: 13px;
}

.ce-context__steps b,
.ce-context__timeline b {
  font-size: 15px;
}

.ce-context__steps span,
.ce-context__timeline span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.ce-context__flow {
  padding: 18px;
  display: flex;
  align-items: stretch;
  gap: 7px;
}

.ce-context__flow p {
  min-width: 0;
  flex: 1;
  margin: 0;
  padding: 13px;
  display: grid;
  gap: 5px;
  background: var(--paper);
  border-radius: 11px;
}

.ce-context__flow i {
  align-self: center;
  color: var(--accent);
  font-size: 18px;
  font-style: normal;
}

.ce-context__flow b {
  font-size: 15px;
}

.ce-context__flow span {
  color: var(--muted);
  font-size: 13px;
}

.ce-context__compare {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.ce-context__compare article {
  padding: 15px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.ce-context__compare article.is-danger {
  background: #f7e8e3;
  border-color: #e8cbc2;
}

.ce-context__compare article.is-safe {
  background: #e9f3e8;
  border-color: #c9dfc8;
}

.ce-context__compare b {
  font-size: 15px;
}

.ce-context__table {
  padding: 14px 18px 18px;
  overflow-x: auto;
}

.ce-context__table > div {
  min-width: 330px;
  padding: 11px 10px;
  display: grid;
  grid-template-columns: minmax(100px, 1.25fr) minmax(90px, 1fr) minmax(100px, 1.25fr);
  gap: 10px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.ce-context__table > div:first-child {
  color: var(--muted);
  background: var(--paper);
  border-top: 0;
  border-radius: 9px;
  font-size: 13px;
  text-transform: uppercase;
}

.ce-context__table span,
.ce-context__table strong,
.ce-context__table em,
.ce-context__table b {
  font-size: 13px;
  font-style: normal;
}

.ce-context__table strong {
  color: var(--accent);
}

.ce-context__table em {
  color: var(--muted);
}

.ce-context__bars {
  padding: 15px 18px 18px;
}

.ce-context__bars p {
  margin: 8px 0 0;
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(80px, 1.5fr) auto;
  align-items: center;
  gap: 8px;
}

.ce-context__bars span,
.ce-context__bars strong {
  font-size: 13px;
}

.ce-context__bars i {
  height: 8px;
  overflow: hidden;
  background: var(--paper);
  border-radius: 999px;
}

.ce-context__bars i b {
  height: 100%;
  display: block;
  background: var(--accent);
  border-radius: inherit;
}

.ce-context__score-layout {
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(90px, auto) 1fr;
  align-items: center;
  gap: 16px;
}

.ce-context__score-layout > strong {
  min-width: 90px;
  min-height: 90px;
  padding: 12px;
  display: grid;
  place-content: center;
  color: var(--ink);
  background: color-mix(in srgb, var(--accent) 10%, var(--paper));
  border: 7px solid color-mix(in srgb, var(--accent) 55%, var(--paper));
  border-radius: 50%;
  font: 720 24px/1 var(--display);
  text-align: center;
}

.ce-context__score-layout > strong small {
  margin-top: 4px;
  font: 600 13px/1.2 var(--text);
}

.ce-context__rank-list,
.ce-context__number-list {
  margin: 0;
  padding: 18px;
  display: grid;
  gap: 8px;
  list-style: none;
  counter-reset: item;
}

.ce-context__rank-list li,
.ce-context__number-list li {
  position: relative;
  padding: 12px 12px 12px 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  background: var(--paper);
  border-radius: 10px;
  counter-increment: item;
}

.ce-context__rank-list li::before,
.ce-context__number-list li::before {
  content: counter(item);
  position: absolute;
  left: 12px;
  top: 50%;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: var(--accent-ink);
  background: var(--accent);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 850;
  transform: translateY(-50%);
}

.ce-context__rank-list b,
.ce-context__number-list b {
  font-size: 15px;
}

.ce-context__rank-list span,
.ce-context__number-list span {
  color: var(--muted);
  font-size: 13px;
}

.ce-context__rank-list strong {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: #a7750a;
  font-size: 15px;
}

.ce-context__number-list a {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
}

.ce-context__check-grid {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 8px;
}

.ce-context__check-grid p,
.ce-context__check-grid label {
  margin: 0;
  padding: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 10px;
  font-size: 14px;
}

.ce-context__check-grid p b {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #4b9360;
  border-radius: 50%;
  font-size: 13px;
}

.ce-context__week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.ce-context__week i {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.ce-context__week i.done {
  color: #fff;
  background: #4b9360;
  border-color: #4b9360;
}

.ce-context__chips,
.ce-context__actions {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ce-context__chips > *,
.ce-context__actions > * {
  padding: 7px 10px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.ce-context__actions a:first-child {
  color: var(--accent-ink);
  background: var(--accent);
  border-color: var(--accent);
}

.ce-context__choice-list {
  margin-top: 13px;
  display: grid;
  gap: 7px;
}

.ce-context__choice-list label {
  padding: 10px;
  background: var(--paper);
  border-radius: 9px;
  font-size: 14px;
}

.ce-context__choice-list input {
  min-height: auto;
  padding: 0;
  accent-color: var(--accent);
}

.ce-context__form-grid {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ce-context__form-grid label,
.ce-context--guided-calculator label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.ce-context output {
  margin: 0 18px 14px;
  padding: 14px;
  display: block;
  color: var(--accent-ink);
  background: var(--accent);
  border-radius: 11px;
  font: 700 18px/1.2 var(--display);
  text-align: center;
}

.ce-context > button,
.ce-context > a {
  margin: 0 18px 18px;
  display: inline-grid;
  place-items: center;
}

.ce-context--service-lead,
.ce-context--quick-help,
.ce-context--expert,
.ce-context--trust-service,
.ce-context--relevance,
.ce-context--mentor-tip,
.ce-context--guided-choice,
.ce-context--priority-advice,
.ce-context--winner-service,
.ce-context--verdict,
.ce-context--compatibility-service,
.ce-context--budget-advice,
.ce-context--outcome-advice,
.ce-context--funding-service,
.ce-context--emergency-help,
.ce-context--reminder-plan,
.ce-context--coach-progress,
.ce-context--personal-journey,
.ce-context--safety-service,
.ce-context--garden-coach,
.ce-context--kitchen-assistant,
.ce-context--travel-assistant,
.ce-context--fitness-coach,
.ce-context--care-advisor,
.ce-context--baby-safety,
.ce-context--diy-helper,
.ce-context--energy-advisor,
.ce-context--data-advice,
.ce-context--calendar-service,
.ce-context--expert-next-step,
.ce-context--assistant-finder,
.ce-context--guided-calculator,
.ce-context--personal-next-step,
.ce-context--consultation-cta,
.ce-context--newsletter-service,
.ce-context--support-center,
.ce-context--expert-conclusion,
.ce-context--testimonial,
.ce-context--schema-trust,
.ce-context--release-service {
  padding: 22px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--accent) 10%, transparent), transparent 40%),
    var(--surface);
}

.ce-context--relevance {
  grid-template-columns: minmax(0, 1fr) auto;
}

.ce-context--service-lead a,
.ce-context--trust-service a,
.ce-context--guided-choice a,
.ce-context--winner-service a,
.ce-context--compatibility-service button,
.ce-context--funding-service button,
.ce-context--emergency-help a,
.ce-context--personal-journey a,
.ce-context--safety-service a,
.ce-context--kitchen-assistant button,
.ce-context--travel-assistant button,
.ce-context--care-advisor button,
.ce-context--diy-helper button,
.ce-context--energy-advisor button,
.ce-context--data-advice a,
.ce-context--calendar-service button,
.ce-context--expert-next-step a,
.ce-context--personal-next-step a,
.ce-context--support-center button,
.ce-context--schema-trust a,
.ce-context--release-service button {
  margin-top: 13px;
  display: inline-grid;
  place-items: center;
}

.ce-context__avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--accent-ink);
  background: var(--accent);
  border-radius: 50%;
  font-weight: 850;
}

.ce-context__rating {
  min-width: 108px;
  min-height: 108px;
  display: grid;
  place-content: center;
  background: #fff7dc;
  border: 8px solid #e3ad2c;
  border-radius: 50%;
  text-align: center;
}

.ce-context__rating strong {
  font: 720 25px/1 var(--display);
}

.ce-context__rating span {
  margin-top: 5px;
  color: #d69b18;
  font-size: 13px;
  letter-spacing: -1px;
}

.ce-context__gauge {
  position: relative;
  width: 110px;
  height: 68px;
  display: grid;
  place-items: end center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 100%, var(--surface) 0 34%, transparent 35%),
    conic-gradient(from 270deg at 50% 100%, #c95e4d 0 27%, #dfa72b 27% 62%, #4c9960 62% 100%);
  border-radius: 110px 110px 12px 12px;
}

.ce-context__gauge i {
  position: absolute;
  left: 50%;
  bottom: 13px;
  width: 38px;
  height: 4px;
  background: var(--ink);
  border-radius: 999px;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.ce-context__gauge strong {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
  font-size: 13px;
}

.ce-context__icon-grid p {
  text-align: center;
}

.ce-context__icon-grid p b {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 24px;
}

.ce-context--support-diagnosis,
.ce-context--guided-howto,
.ce-context--before-start,
.ce-context--persona-cards,
.ce-context--recommend-by-type,
.ce-context--product-service,
.ce-context--helpful-guides,
.ce-context--service-accordion {
  padding-bottom: 18px;
}

.ce-context--support-diagnosis .ce-context__choice-list,
.ce-context--support-diagnosis > button {
  margin-left: 18px;
  margin-right: 18px;
}

.ce-context--assistant-finder .ce-context__choice-list,
.ce-context--guided-calculator label {
  margin-top: 12px;
}

.ce-context--assistant-finder button,
.ce-context--guided-calculator button {
  margin-top: 12px;
}

.ce-context--assistant-finder p {
  padding: 10px;
  background: var(--paper);
  border-radius: 9px;
}

.ce-context--guided-calculator output {
  margin: 12px 0 0;
}

.ce-context--newsletter-service form {
  margin-top: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
}

.ce-context--newsletter-service small {
  display: block;
  margin-top: 7px;
}

.ce-context--service-accordion details {
  margin: 0 18px;
  border-top: 1px solid var(--line);
}

.ce-context--service-accordion summary {
  padding: 12px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
}

.ce-context--service-accordion details p {
  margin: 0 0 12px;
}

.ce-context__quote {
  color: var(--accent);
  font: 800 76px/.75 Georgia, serif;
}

.ce-context .is-danger {
  border-color: #e1b8ad;
  background: #f7e7e2;
}

.ce-context .is-warning {
  border-color: #ead39c;
  background: #f8f0db;
}

.ce-context .is-safe {
  border-color: #c5dcc5;
  background: #e9f3e8;
}


@media (max-width: 980px) {
  .ui-preview-variants { grid-template-columns: 1fr; }
  .ui-preview-variant :is(.ce-steps, .ce-score, .ce-spec, .ce-leadmagnet, .ce-story, .ce-schema, .ce-garden__body, .ce-kitchen__recipe, .ce-travel__body, .ce-fitness__plan, .ce-beauty__body, .ce-baby__body, .ce-diy__body, .ce-energy__body) { grid-template-columns: 1fr; }
  .ui-preview-variant .ce-steps > i { display: none; }
  .ui-preview-variant .ce-score-main { justify-self: center; }
  .ui-preview-variant .ce-schema p { grid-column: auto; }
  .ui-preview-variant :is(.ce-domain > header, .ce-data-table > header, .ce-schedule-table > header, .ce-special-table > header) { align-items: flex-start; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .ui-preview-variant__canvas { padding: 14px; }
  .ui-preview-variant :is(.ce-myth, .ce-audience > div, .ce-winners, .ce-entities, .ce-score, .ce-spec, .ce-costs > div, .ce-calculator > div, .ce-leadmagnet, .ce-story, .ce-service-faq > div, .ce-governance > div) { grid-template-columns: 1fr; }
  .ui-preview-variant .ce-myth > i { transform: rotate(90deg); justify-self: center; }
  .ui-preview-variant :is(.ce-garden__body, .ce-kitchen__recipe, .ce-travel__body, .ce-fitness__plan, .ce-beauty__body, .ce-baby__body, .ce-diy__body, .ce-energy__body) { grid-template-columns: 1fr; }
  .ui-preview-variant .ce-diy__body { overflow-x: auto; }
  .ui-preview-variant .ce-diy table { min-width: 460px; }
}
