/* ===== Demand Channeling Page Styles ===== */
/* Pairs with the shared dc-theme.css file */

.dc-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem 3.25rem;
}

.dc-inner {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 18px;
  padding: 2.5rem 1.75rem 3.1rem;
  background: radial-gradient(circle at top, #151820 0%, #050608 60%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Headings */

.dc-title {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: #f3f4f6;
  text-shadow: 0 10px 30px rgba(2, 6, 15, 0.48);
}

.dc-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(226, 232, 240, 0.65);
  margin-bottom: 1.75rem;
}

/* Paragraphs */

.dc-body {
  font-size: 0.98rem;
  line-height: 1.9;
  color: rgba(245, 245, 245, 0.9);
  margin-bottom: 2rem;
  text-align: center;
}

.dc-body strong {
  font-weight: 600;
}

.dc-section {
  margin-top: 2.2rem;
}

.dc-divider {
  width: 100%;
  height: 1px;
  margin: 2.5rem 0 2rem;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 50%, transparent 100%);
}

/* Button row */

.dc-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

/* Buttons (used on links) */

.dc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(29, 75, 255, 0.14);
  transition: transform 0.12s ease, box-shadow 0.12s ease,
              border-color 0.12s ease, background 0.12s ease, color 0.12s ease;
  cursor: pointer;
}

.dc-btn-primary {
  background: linear-gradient(135deg, #1a4bb5, #0a2540);
  color: #ffffff;
  border-color: rgba(153, 208, 255, 0.36);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
}

.dc-btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #e8ecf8;
  border-color: rgba(183, 205, 255, 0.3);
}

.dc-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.65);
  border-color: rgba(198, 215, 255, 0.42);
}

.dc-btn-primary:hover {
  background: linear-gradient(135deg, #8bc0ff, #4b72ff);
}

.dc-btn-download {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.95rem 1.9rem;
  background: rgba(255, 255, 255, 0.12);
  color: #f5f7fb;
  border-color: rgba(183, 205, 255, 0.36);
  box-shadow: 0 20px 44px rgba(1, 6, 18, 0.48);
}

.dc-btn-download:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

/* Fine print / footer text */

.dc-meta {
  font-size: 0.78rem;
  color: rgba(226, 232, 240, 0.68);
  line-height: 1.6;
}

.dc-meta a {
  color: rgba(217, 227, 255, 0.85);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.dc-meta a:hover {
  color: #0f172a;
}

/* Markdown compatibility */

.dc-inner p {
  margin: 0 0 1.25rem;
}

.dc-inner h1,
.dc-inner h2,
.dc-inner h3 {
  margin: 0 0 0.75rem;
}

/* Contributors list */

.dc-contributors {
  margin: 1.5rem auto 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1rem 1.25rem;
}

.dc-contributors__status {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.78);
}

.dc-contributors__status.is-error {
  color: #ffb4b4;
}

.dc-contributors__list {
  margin-top: 0.75rem;
}

.dc-contributors__entry {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dc-contributors__entry:last-child {
  border-bottom: none;
}

.dc-contributors__amount {
  color: rgba(232, 236, 248, 0.9);
}

.dc-contributors__time {
  color: rgba(192, 199, 220, 0.75);
  font-size: 0.8rem;
}

.dc-preview {
  margin: 1.85rem auto 2.8rem;
  border-radius: 14px;
  border: 1px solid rgba(186, 208, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 40px rgba(3, 7, 18, 0.45);
  overflow: hidden;
}

.dc-preview__frame {
  display: block;
  width: 100%;
  min-height: 520px;
  border: none;
  background: #0b0d12;
}

.dc-preview__fallback {
  margin: 0;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  color: #e8ecf8;
}

.dc-inner .sumup-checkout {
  margin-top: 2.6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.dc-inner .sumup-checkout__summary,
.dc-inner .sumup-checkout__details,
.dc-inner .sumup-checkout__investment,
.dc-inner .sumup-checkout__summary-refunds {
  text-align: center;
}

.dc-inner .sumup-checkout__summary-list {
  list-style: none;
  padding: 0;
}

.dc-inner .sumup-checkout__summary-list li::before {
  display: none;
}

.dc-inner .sumup-checkout__terms--inline {
  display: block;
  margin: 0.15rem auto 0;
  text-align: center;
}

.dc-contribution {
  margin-top: 1.25rem;
}

/* Responsive tweak */

@media (max-width: 600px) {
  .dc-inner {
    padding: 2rem 1.25rem;
  }

  .dc-actions {
    flex-direction: column;
  }

  .dc-btn {
    width: 100%;
  }
}
