/* ===== Shared Demand Channeling Theme ===== */

body.dc-theme {
  --dc-accent: #99d0ff;
  --dc-surface: #050608;
  --dc-surface-soft: #0f141d;
  --dc-text: #f5f5f5;
  --dc-text-soft: rgba(245, 245, 245, 0.75);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, sans-serif;
  background: #050608;
  color: var(--dc-text);
  margin: 0;
  padding: 0;
  line-height: 1.85;
}

body.dc-theme a {
  color: #b6d2ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

body.dc-theme a:hover {
  color: #d2e3ff;
}

body.dc-theme .site-header {
  background: rgba(10, 16, 34, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 40px rgba(3, 7, 18, 0.35);
}

body.dc-theme .site-header .site-logo img {
  filter: drop-shadow(0 6px 16px rgba(17, 24, 39, 0.14));
}

body.dc-theme .site-header__kicker {
  color: rgba(226, 232, 240, 0.7);
}

body.dc-theme .site-header__title,
body.dc-theme .site-header__date {
  color: #f3f4f6;
}

body.dc-theme .menu-toggle {
  border-color: rgba(255, 255, 255, 0.12);
  color: #e5e7eb;
  background: rgba(255, 255, 255, 0.06);
}

body.dc-theme .site-nav {
  background: #0a142b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 38px rgba(5, 10, 26, 0.35);
}

body.dc-theme .site-nav .nav-item {
  color: rgba(232, 236, 248, 0.92);
}

body.dc-theme .site-nav .nav-item:hover,
body.dc-theme .site-nav .nav-item:focus {
  background: rgba(124, 169, 255, 0.12);
  color: #e5edff;
}

body.dc-theme.centered-page main {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  padding: clamp(1.6rem, 3vw, 2.4rem) 0;
}

body.dc-theme .content {
  color: var(--dc-text);
  word-break: break-word;
}

body.dc-theme .content p,
body.dc-theme .content ul,
body.dc-theme .content ol {
  line-height: 1.95;
  margin: 0 0 1.3rem;
  max-width: 760px;
  color: rgba(245, 245, 245, 0.9);
}

body.dc-theme .content p + p {
  margin-top: 0.85rem;
}

body.dc-theme .content :is(h1, h2, h3, h4, h5, h6) {
  color: #f4f6fb;
  text-shadow: 0 10px 30px rgba(2, 6, 15, 0.48);
  margin: 0.75rem auto 0.55rem;
}

body.dc-theme .content :is(p, ul, ol) {
  color: rgba(245, 245, 245, 0.9);
}

body.dc-theme .content a {
  color: #b6d2ff;
  padding: 0;
  margin: 0;
  display: inline;
}

body.dc-theme .content a:hover {
  color: #d2e3ff;
}

body.dc-theme .content .content-spacer {
  display: block;
  height: 0.25rem;
  margin: 1.5rem 0;
}

body.dc-theme .site-footer {
  background: #050912;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(229, 231, 235, 0.82);
}

body.dc-theme .site-footer .inner {
  display: flex;
  justify-content: center;
}

body.dc-theme .site-footer p {
  text-align: center;
  width: 100%;
}

body.dc-theme .sumup-checkout {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 20, 29, 0.9) 0%, rgba(7, 9, 15, 0.9) 100%);
  color: var(--dc-text);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.75);
}

body.dc-theme .sumup-checkout__title,
body.dc-theme .sumup-checkout__description,
body.dc-theme .sumup-checkout__affordability,
body.dc-theme .sumup-checkout__investment .pack-investment__line,
body.dc-theme .sumup-checkout__investment .pack-investment__approx,
body.dc-theme .sumup-checkout__investment .pack-investment__price,
body.dc-theme .sumup-checkout__amount,
body.dc-theme .sumup-checkout__email,
body.dc-theme .sumup-checkout__conversion,
body.dc-theme .sumup-checkout__status {
  color: var(--dc-text);
}

body.dc-theme .sumup-checkout__description,
body.dc-theme .sumup-checkout__investment .pack-investment__note,
body.dc-theme .sumup-checkout__amount-note,
body.dc-theme .sumup-checkout__affordability,
body.dc-theme .sumup-checkout__summary-list,
body.dc-theme .sumup-checkout__summary-refunds {
  color: var(--dc-text-soft);
}

body.dc-theme .sumup-checkout__terms,
body.dc-theme .sumup-checkout__summary {
  color: var(--dc-text-soft);
}

body.dc-theme .sumup-checkout__summary-list,
body.dc-theme .sumup-checkout__summary-refunds {
  color: var(--dc-text);
}

body.dc-theme .sumup-checkout__amount-input,
body.dc-theme .sumup-checkout__email-field {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--dc-text);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

body.dc-theme .sumup-checkout__currency {
  color: var(--dc-text);
}

body.dc-theme .sumup-checkout__amount-field,
body.dc-theme .sumup-checkout__email-field::placeholder {
  color: var(--dc-text);
}

body.dc-theme .pack-investment__example {
  color: var(--dc-accent);
}

body.dc-theme .pack-investment__price {
  text-decoration-color: rgba(182, 210, 255, 0.8);
}

body.dc-theme .pack-investment__tooltip {
  background: #0f141d;
  color: var(--dc-text);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.dc-theme .pack-investment__tooltip-line {
  color: var(--dc-text-soft);
}

body.dc-theme .sumup-checkout__amount-note--highlight {
  color: #ffb4b4;
}

body.dc-theme .sumup-checkout__button {
  background: linear-gradient(135deg, #1a4bb5 0%, #0a2540 100%);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
}

body.dc-theme .sumup-checkout__summary {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1rem 1.1rem;
}

body.dc-theme .sumup-checkout__summary strong {
  color: var(--dc-text);
}

body.dc-theme .sumup-checkout__summary-list li::before {
  color: var(--dc-accent);
}

body.dc-theme .sumup-checkout__terms a,
body.dc-theme .sumup-checkout__summary-refunds a {
  color: var(--dc-accent);
}

body.dc-theme .sumup-checkout > .sumup-checkout__terms {
  display: none !important;
}
