/* crea3studio — kalkulator wyceny. Wszystkie selektory zaczynają się od .c3k,
   żeby style motywu/Elementora nie mieszały się z kalkulatorem. */

.c3k {
  --c3k-accent: #FFD731;
  --c3k-accent-hover: #E5C12C;
  --c3k-on-accent: #000;
  --c3k-bg: #fff;
  --c3k-surface: #F5F5F5;
  --c3k-ink: #000;
  --c3k-text: #2B2B2B;
  --c3k-muted: #555;
  --c3k-subtle: #8a8a8a;
  --c3k-line: #DCDCDC;
  --c3k-line-strong: #000;
  --c3k-info-bg: #FFF7D1;
  --c3k-error: #C62828;
  --c3k-error-bg: #FDECEC;
  --c3k-radius: 10px;
  --c3k-radius-lg: 16px;
  --c3k-display: "Cal Sans", "Familjen Grotesk", system-ui, sans-serif;
  --c3k-body: "Familjen Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  container-type: inline-size;
  container-name: c3k;
  color: var(--c3k-text);
  background: var(--c3k-bg);
  font-family: var(--c3k-body);
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.c3k[data-theme="dark"] {
  --c3k-bg: #111;
  --c3k-surface: #1d1d1d;
  --c3k-ink: #fff;
  --c3k-text: #f2f2f2;
  --c3k-muted: rgba(255, 255, 255, .72);
  --c3k-subtle: rgba(255, 255, 255, .5);
  --c3k-line: rgba(255, 255, 255, .16);
  --c3k-line-strong: #fff;
  --c3k-info-bg: rgba(255, 215, 49, .12);
  --c3k-error: #ff8a80;
  --c3k-error-bg: rgba(255, 82, 82, .12);
}

.c3k *, .c3k *::before, .c3k *::after { box-sizing: border-box; }
.c3k [hidden] { display: none !important; }
.c3k p, .c3k ul, .c3k ol, .c3k dl, .c3k dd, .c3k h2, .c3k h3, .c3k h4 { margin: 0; padding: 0; }
.c3k ul, .c3k ol { list-style: none; }
.c3k a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

.c3k-sr {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.c3k-noscript { padding: 24px; background: var(--c3k-surface); border-radius: var(--c3k-radius-lg); }

/* --- Układ ------------------------------------------------------------------ */
.c3k-layout { display: grid; gap: 24px; }
.c3k-main { container-type: inline-size; container-name: c3kmain; min-width: 0; }
.c3k-stage { outline: none; padding-bottom: 8px; }

@container c3k (min-width: 860px) {
  .c3k-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; }
  .c3k--done .c3k-layout { grid-template-columns: minmax(0, 1fr); max-width: 760px; }
  .c3k-aside { position: sticky; top: 120px; }
  .c3k .c3k-nav-price { display: none; }
}

/* --- Pasek postępu ------------------------------------------------------------ */
.c3k .c3k-progress { display: flex; gap: 6px; margin: 0 0 28px; }
.c3k-progress-item {
  flex: 1 1 0;
  display: flex; align-items: center; gap: 8px;
  padding-top: 10px;
  border-top: 3px solid var(--c3k-line);
  color: var(--c3k-subtle);
  font-size: 13px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase;
  min-width: 0;
}
.c3k-progress-item.is-done { border-color: var(--c3k-ink); color: var(--c3k-muted); }
.c3k-progress-item.is-current { border-color: var(--c3k-accent); color: var(--c3k-ink); }
.c3k-progress-num { font-variant-numeric: tabular-nums; }
.c3k-progress-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@container c3kmain (max-width: 520px) {
  .c3k-progress-item:not(.is-current) .c3k-progress-label { display: none; }
}

/* --- Nagłówki i sekcje --------------------------------------------------------- */
.c3k-head { margin-bottom: 24px; }
.c3k .c3k-title {
  font-family: var(--c3k-display);
  font-weight: 400;
  font-size: clamp(28px, 4.2cqi, 40px);
  line-height: 1.05;
  letter-spacing: -.01em;
  color: var(--c3k-ink);
  margin: 0 0 10px;
}
.c3k-lead { color: var(--c3k-muted); font-size: 17px; max-width: 60ch; }
.c3k-section { margin-top: 32px; }
.c3k-head + .c3k-section { margin-top: 0; }
.c3k .c3k-section-title { font-family: var(--c3k-body); font-size: 17px; font-weight: 700; color: var(--c3k-ink); margin: 0 0 4px; letter-spacing: 0; }
.c3k .c3k-hint { color: var(--c3k-muted); font-size: 14px; margin-bottom: 12px; }
.c3k .c3k-hint--tight { margin: 8px 0 0; }
.c3k-section-title + .c3k-section-body { margin-top: 12px; }
.c3k-section-body > * + * { margin-top: 12px; }

/* --- Karty wyboru --------------------------------------------------------------- */
.c3k-cards { display: grid; gap: 10px; }
@container c3kmain (min-width: 480px) {
  .c3k-cards--types, .c3k-cards--two { grid-template-columns: 1fr 1fr; }
}
@container c3kmain (min-width: 620px) {
  .c3k-cards--packages, .c3k-cards--three { grid-template-columns: repeat(3, 1fr); }
}
@container c3kmain (min-width: 760px) {
  .c3k-cards--types { grid-template-columns: repeat(3, 1fr); }
}

.c3k .c3k-card {
  position: relative;
  display: flex; gap: 14px; align-items: flex-start;
  padding: 18px 44px 18px 18px;
  border: 1px solid var(--c3k-line);
  border-radius: 14px;
  background: var(--c3k-bg);
  color: var(--c3k-text);
  cursor: pointer;
  line-height: 1.35;
  transition: border-color .15s, box-shadow .15s, transform .15s;
  margin: 0;
}
.c3k .c3k-card:hover { border-color: var(--c3k-muted); }
.c3k .c3k-card:has(input:checked) { border-color: var(--c3k-line-strong); box-shadow: inset 0 0 0 1px var(--c3k-line-strong); }
.c3k .c3k-card:has(input:focus-visible) { outline: 3px solid var(--c3k-accent); outline-offset: 2px; }
.c3k-cards--types .c3k-card { flex-direction: column; min-height: 150px; }
.c3k-cards--packages .c3k-card { flex-direction: column; }
.c3k-card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; flex: none;
  border-radius: 12px;
  background: var(--c3k-surface);
  color: var(--c3k-ink);
  transition: background .15s;
}
.c3k .c3k-card:has(input:checked) .c3k-card-icon { background: var(--c3k-accent); color: #000; }
.c3k-card-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; flex: 1; }
.c3k-card-title { font-weight: 700; font-size: 17px; color: var(--c3k-ink); }
.c3k-card-desc { font-size: 14px; color: var(--c3k-muted); }
.c3k-card-meta { font-size: 14px; font-weight: 600; color: var(--c3k-ink); white-space: nowrap; }
.c3k-cards--packages .c3k-card-meta { order: -1; font-family: var(--c3k-display); font-weight: 400; font-size: 24px; }
.c3k-card-list { margin-top: 8px !important; display: grid; gap: 4px; font-size: 14px; color: var(--c3k-muted); }
.c3k-card-list li { position: relative; padding-left: 18px; }
.c3k-card-list li::before { content: ""; position: absolute; left: 2px; top: .5em; width: 8px; height: 5px; border-left: 2px solid var(--c3k-ink); border-bottom: 2px solid var(--c3k-ink); transform: rotate(-45deg); }
.c3k-card-check {
  position: absolute; top: 16px; right: 16px;
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--c3k-line);
  background: var(--c3k-bg);
}
.c3k .c3k-card:has(input:checked) .c3k-card-check { border-color: var(--c3k-accent); background: var(--c3k-accent); }
.c3k .c3k-card:has(input:checked) .c3k-card-check::after {
  content: ""; position: absolute; left: 6px; top: 3px; width: 5px; height: 9px;
  border-right: 2px solid #000; border-bottom: 2px solid #000; transform: rotate(45deg);
}

.c3k-cards--list .c3k-card { align-items: center; padding-top: 14px; padding-bottom: 14px; }
.c3k-cards--list .c3k-card-check { top: 50%; margin-top: -10px; }
.c3k-cards--list .c3k-card-title { font-size: 16px; }

/* --- Pigułki -------------------------------------------------------------------- */
.c3k-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.c3k .c3k-chip {
  display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid var(--c3k-line);
  border-radius: 999px;
  background: var(--c3k-bg);
  color: var(--c3k-ink);
  font-weight: 600; font-size: 15px; line-height: 1.2;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  margin: 0;
}
.c3k .c3k-chip small { font-weight: 400; font-size: 12px; color: var(--c3k-muted); margin-top: 2px; }
.c3k .c3k-chip:hover { border-color: var(--c3k-muted); }
.c3k .c3k-chip:has(input:checked) { background: var(--c3k-ink); border-color: var(--c3k-ink); color: var(--c3k-bg); }
.c3k .c3k-chip:has(input:checked) small { color: var(--c3k-bg); opacity: .75; }
.c3k .c3k-chip:has(input:focus-visible) { outline: 3px solid var(--c3k-accent); outline-offset: 2px; }

/* --- Wiersze z przełącznikiem ---------------------------------------------------- */
.c3k-rows { border: 1px solid var(--c3k-line); border-radius: 14px; overflow: hidden; }
.c3k-row + .c3k-row { border-top: 1px solid var(--c3k-line); }
.c3k .c3k-toggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px; align-items: center;
  padding: 14px 16px;
  cursor: pointer;
  margin: 0;
  line-height: 1.35;
  transition: background .15s;
}
.c3k .c3k-toggle:hover { background: var(--c3k-surface); }
.c3k-row.is-locked .c3k-toggle { cursor: default; }
.c3k-row.is-locked .c3k-toggle:hover { background: transparent; }
.c3k-switch {
  position: relative;
  width: 42px; height: 26px;
  border-radius: 999px;
  background: var(--c3k-line);
  transition: background .15s;
  flex: none;
}
.c3k-switch::after {
  content: ""; position: absolute; top: 3px; left: 3px;
  width: 20px; height: 20px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
  transition: transform .15s;
}
.c3k-sr:checked + .c3k-switch { background: var(--c3k-accent); }
.c3k-sr:checked + .c3k-switch::after { transform: translateX(16px); background: #000; }
.c3k-sr:focus-visible + .c3k-switch { outline: 3px solid var(--c3k-accent); outline-offset: 2px; }
.c3k-row.is-locked .c3k-sr:checked + .c3k-switch { opacity: .6; }
.c3k-row-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.c3k-row-title { font-weight: 700; color: var(--c3k-ink); }
.c3k-row-desc { font-size: 14px; color: var(--c3k-muted); }
.c3k-row-price { font-size: 14px; font-weight: 600; color: var(--c3k-ink); white-space: nowrap; text-align: right; }
.c3k-row-child { padding: 0 16px 16px 72px; }
@container c3kmain (max-width: 480px) {
  .c3k .c3k-toggle { grid-template-columns: auto minmax(0, 1fr); }
  .c3k-row-price { grid-column: 2; text-align: left; margin-top: -8px; }
  .c3k-row-child { padding-left: 16px; }
}

.c3k-more { margin-top: 12px; }
.c3k-more > summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--c3k-ink);
  padding: 8px 0;
  list-style: none;
}
.c3k-more > summary::-webkit-details-marker { display: none; }
.c3k-more > summary::before { content: "+"; display: inline-block; width: 20px; font-weight: 700; }
.c3k-more[open] > summary::before { content: "−"; }
.c3k-more > .c3k-rows { margin-top: 8px; }

/* --- Licznik -------------------------------------------------------------------- */
.c3k-stepper-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.c3k-stepper-label { font-weight: 600; color: var(--c3k-ink); }
.c3k-stepper {
  display: inline-flex; align-items: center;
  border: 1px solid var(--c3k-line);
  border-radius: 999px;
  padding: 3px;
  background: var(--c3k-bg);
}
.c3k .c3k-stepper-btn {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0; margin: 0;
  border: 0; border-radius: 50%;
  background: var(--c3k-surface);
  color: var(--c3k-ink);
  font: 600 20px/1 var(--c3k-body);
  cursor: pointer;
  box-shadow: none;
  transition: background .15s;
}
.c3k .c3k-stepper-btn:hover:not(:disabled), .c3k .c3k-stepper-btn:focus-visible { background: var(--c3k-accent); color: #000; outline: none; }
.c3k .c3k-stepper-btn:disabled { opacity: .35; cursor: not-allowed; background: var(--c3k-surface); color: var(--c3k-ink); }
.c3k-stepper-value { min-width: 44px; text-align: center; font-weight: 700; font-size: 18px; color: var(--c3k-ink); font-variant-numeric: tabular-nums; }
.c3k-stepper-suffix { font-size: 14px; color: var(--c3k-muted); }

.c3k-film-row { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 12px; align-items: center; }
.c3k-film-row + .c3k-film-row { margin-top: 10px; }
.c3k-film-row-label { font-weight: 700; font-size: 14px; color: var(--c3k-ink); }
@container c3kmain (max-width: 480px) {
  .c3k-film-row { grid-template-columns: 1fr; gap: 6px; }
}

/* --- Komunikaty ----------------------------------------------------------------- */
.c3k-note { margin-top: 16px !important; padding: 12px 16px; border-radius: var(--c3k-radius); background: var(--c3k-surface); font-size: 14px; color: var(--c3k-text); }
.c3k-note--info { background: var(--c3k-info-bg); border-left: 3px solid var(--c3k-accent); }
.c3k-note--error, .c3k-flash { background: var(--c3k-error-bg); color: var(--c3k-error); border-left: 3px solid var(--c3k-error); }
.c3k-flash { margin: 0 0 16px !important; padding: 12px 16px; border-radius: var(--c3k-radius); font-size: 14px; font-weight: 600; }

/* --- Formularz ------------------------------------------------------------------ */
.c3k-form { display: grid; gap: 16px; }
@container c3kmain (min-width: 560px) {
  .c3k-form { grid-template-columns: 1fr 1fr; }
  .c3k-field--wide { grid-column: 1 / -1; }
}
.c3k-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.c3k .c3k-label { display: block; font-size: 14px; font-weight: 600; color: var(--c3k-ink); line-height: 1.3; }
.c3k .c3k-input {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--c3k-line);
  border-radius: var(--c3k-radius);
  background: var(--c3k-bg);
  color: var(--c3k-ink);
  font: 16px/1.4 var(--c3k-body);
  box-shadow: none;
  transition: border-color .15s, box-shadow .15s;
}
.c3k textarea.c3k-input { resize: vertical; min-height: 110px; }
.c3k .c3k-input::placeholder { color: var(--c3k-subtle); opacity: 1; }
.c3k .c3k-input:focus { outline: none; border-color: var(--c3k-line-strong); box-shadow: 0 0 0 3px rgba(255, 215, 49, .55); }
.c3k .c3k-input[aria-invalid="true"] { border-color: var(--c3k-error); }
.c3k-field-hint { font-size: 12px; color: var(--c3k-subtle); }
.c3k-error { display: block; font-size: 13px; color: var(--c3k-error); font-weight: 600; }
.c3k-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.c3k-consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 20px; font-size: 14px; color: var(--c3k-muted); }
.c3k-consent label { display: block; line-height: 1.45; cursor: pointer; }
.c3k .c3k-checkbox { width: 20px; height: 20px; margin: 1px 0 0; flex: none; accent-color: #000; cursor: pointer; }
.c3k-consent.has-error { color: var(--c3k-error); }
.c3k-consent + .c3k-error { margin: 6px 0 0 32px; }

/* --- Nawigacja ------------------------------------------------------------------- */
.c3k-nav {
  position: sticky; bottom: 0; z-index: 5;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: 32px;
  padding: 14px 0;
  background: var(--c3k-bg);
  border-top: 1px solid var(--c3k-line);
}
.c3k-nav-price { font-family: var(--c3k-display); font-size: 20px; line-height: 1.1; color: var(--c3k-ink); min-width: 0; }
.c3k-nav-buttons { display: flex; gap: 8px; margin-left: auto; }
.c3k .c3k-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: var(--c3k-radius);
  font: 600 15px/1.2 var(--c3k-body);
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  transition: background .15s, color .15s, border-color .15s;
}
.c3k .c3k-btn--primary, .c3k .c3k-btn--primary:visited { background: var(--c3k-accent); color: var(--c3k-on-accent); border-color: var(--c3k-accent); }
.c3k .c3k-btn--primary:hover, .c3k .c3k-btn--primary:focus { background: var(--c3k-accent-hover); border-color: var(--c3k-accent-hover); color: var(--c3k-on-accent); }
.c3k .c3k-btn--ghost, .c3k .c3k-btn--ghost:visited { background: transparent; color: var(--c3k-ink); border-color: var(--c3k-line); }
.c3k .c3k-btn--ghost:hover, .c3k .c3k-btn--ghost:focus { background: var(--c3k-surface); color: var(--c3k-ink); border-color: var(--c3k-muted); }
.c3k .c3k-btn:focus-visible { outline: 3px solid var(--c3k-ink); outline-offset: 2px; }
.c3k .c3k-btn:disabled { opacity: .6; cursor: progress; }

/* --- Panel podsumowania ---------------------------------------------------------- */
.c3k-aside {
  background: var(--c3k-surface);
  border-radius: var(--c3k-radius-lg);
  padding: 24px;
}
.c3k .c3k-aside-title { font-family: var(--c3k-body); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--c3k-muted); margin: 0 0 14px; }
.c3k-aside-empty { color: var(--c3k-muted); font-size: 15px; }
.c3k-aside-list { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 12px; font-size: 14px; }
.c3k-aside-list dt { color: var(--c3k-muted); }
.c3k-aside-list dd { color: var(--c3k-ink); font-weight: 600; text-align: right; }
.c3k-aside-lines { margin-top: 16px !important; padding-top: 12px !important; border-top: 1px solid var(--c3k-line); display: grid; gap: 6px; font-size: 13px; }
.c3k-aside-lines li { display: flex; justify-content: space-between; gap: 12px; color: var(--c3k-muted); }
.c3k-aside-lines li span:last-child { color: var(--c3k-ink); white-space: nowrap; font-variant-numeric: tabular-nums; }
.c3k-aside-price { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--c3k-line); display: flex; flex-direction: column; gap: 4px; }
.c3k-aside-price-label { font-size: 13px; color: var(--c3k-muted); }
.c3k-aside-price-value { font-family: var(--c3k-display); font-weight: 400; font-size: 32px; line-height: 1.05; color: var(--c3k-ink); font-variant-numeric: tabular-nums; }
.c3k-aside-price-value--sm { font-size: 22px; }
.c3k-aside-price small { font-size: 13px; color: var(--c3k-muted); }
.c3k .c3k-aside-disclaimer {
  margin-top: 14px;
  padding: 10px 12px;
  border-left: 3px solid var(--c3k-accent);
  background: var(--c3k-bg);
  border-radius: 0 var(--c3k-radius) var(--c3k-radius) 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--c3k-text);
}
.c3k-tease { margin-top: 14px; padding: 14px; border-radius: var(--c3k-radius); background: var(--c3k-bg); border: 1px solid var(--c3k-line); }
.c3k-tease-head { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--c3k-ink); }
.c3k-tease-lock { display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center; border-radius: 50%; background: var(--c3k-accent); color: var(--c3k-on-accent); }
.c3k-tease-lock svg { width: 14px; height: 14px; }
.c3k .c3k-tease-lines { margin: 10px 0 0; padding: 0; list-style: none; display: grid; gap: 6px; font-size: 13px; }
.c3k-tease-lines li { display: flex; justify-content: space-between; gap: 12px; color: var(--c3k-muted); }
.c3k-tease-amount { filter: blur(4px); user-select: none; color: var(--c3k-ink); font-weight: 600; white-space: nowrap; }
.c3k .c3k-tease-note { margin: 10px 0 0; font-size: 13px; line-height: 1.45; color: var(--c3k-text); }
.c3k-tease-bar { margin-top: 10px; height: 4px; border-radius: 4px; background: var(--c3k-line); overflow: hidden; }
.c3k-tease-bar span { display: block; height: 100%; background: var(--c3k-accent); transition: width .3s ease; }
.c3k-aside-foot { margin-top: 12px !important; font-size: 13px; color: var(--c3k-muted); }
.c3k-aside-included { margin-top: 14px !important; display: grid; gap: 4px; font-size: 13px; color: var(--c3k-muted); }
.c3k-aside-included li { position: relative; padding-left: 18px; }
.c3k-aside-included li::before { content: ""; position: absolute; left: 2px; top: .45em; width: 8px; height: 5px; border-left: 2px solid var(--c3k-accent-hover); border-bottom: 2px solid var(--c3k-accent-hover); transform: rotate(-45deg); }

/* --- Ekran końcowy ---------------------------------------------------------------- */
.c3k-done-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; margin-bottom: 18px;
  border-radius: 50%;
  background: var(--c3k-accent); color: #000;
}
.c3k-done-badge svg { width: 28px; height: 28px; stroke-width: 2.4; }
.c3k-breakdown { background: var(--c3k-surface); border-radius: var(--c3k-radius-lg); padding: 8px 24px 24px; }
.c3k-bd-group { padding-top: 16px; }
.c3k .c3k-bd-group h4 { font-family: var(--c3k-body); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--c3k-muted); margin: 0 0 6px; }
.c3k-bd-line { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid var(--c3k-line); font-size: 15px; }
.c3k-bd-label { color: var(--c3k-ink); display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.c3k-bd-label small { color: var(--c3k-muted); font-size: 13px; }
.c3k-bd-amount { white-space: nowrap; font-weight: 600; color: var(--c3k-ink); font-variant-numeric: tabular-nums; }
.c3k-bd-line.is-discount .c3k-bd-amount { color: #2E7D32; }
.c3k[data-theme="dark"] .c3k-bd-line.is-discount .c3k-bd-amount { color: #81C784; }
.c3k-bd-total { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-top: 18px; }
.c3k-bd-total span { font-weight: 700; color: var(--c3k-ink); }
.c3k-bd-total strong { font-family: var(--c3k-display); font-weight: 400; font-size: 34px; color: var(--c3k-ink); }
.c3k-bd-notes { margin-top: 12px !important; display: grid; gap: 4px; font-size: 13px; color: var(--c3k-muted); }
.c3k-done-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

@media (prefers-reduced-motion: reduce) {
  .c3k *, .c3k *::before, .c3k *::after { transition: none !important; }
}
