.ck-body {
  margin: 0;
  background: #f6f8fb;
  color: #0f172a;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ck-container {
  width: min(1080px, 92vw);
  margin: 0 auto;
}

.ck-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2e8f0;
}

.ck-topbar-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ck-mini-link { color: #0f172a; text-decoration: none; font-weight: 600; }
.ck-main { padding: 22px 0 120px; }

.ck-section { padding: 14px 0; }
.ck-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  padding: 24px;
}

.ck-hero-grid { align-items: stretch; }

.ck-media-card {
  padding: 10px;
  display: grid;
  gap: 10px;
}

.ck-media-card img,
.ck-media-card img {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.ck-media-card img {
  min-height: 360px;
}

.ck-media-card__meta {
  font-size: .9rem;
  color: #475569;
  font-weight: 600;
  text-align: center;
}

.ck-hero-card h1 {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.2;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
}

.ck-kicker { text-transform: uppercase; letter-spacing: .08em; color: #475569; font-size: .75rem; margin: 0 0 10px; font-weight: 700; }
.ck-points { margin: 0 0 12px 0; padding-left: 1rem; line-height: 1.6; }
.ck-closing { font-weight: 600; margin-bottom: 16px; }

.ck-grid-2 {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ck-card h2, .ck-card h3 { margin-top: 0; letter-spacing: -0.02em; }
.ck-card p { line-height: 1.65; color: #334155; }
.ck-card ul { margin: 0; padding-left: 1rem; line-height: 1.7; color: #334155; }
.ck-summary { margin-top: 12px; font-weight: 600; }

.ck-btn {
  border: none;
  border-radius: 11px;
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ck-btn-primary { background: #111827; color: #fff; }
.ck-btn-primary:hover { background: #0b1220; }
.ck-btn[disabled] { opacity: .7; cursor: wait; }

.ck-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.ck-progress span {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #dbe3ee;
  background: #fff;
  color: #475569;
  font-size: .85rem;
}
.ck-progress span.is-active {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.ck-form-card { display: grid; gap: 16px; }
.ck-form { display: grid; gap: 12px; }
.ck-form label { display: grid; gap: 6px; font-size: .92rem; color: #334155; font-weight: 600; }
.ck-form input, .ck-form textarea {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 11px 12px;
  font-size: .95rem;
}

.ck-form input:focus, .ck-form textarea:focus {
  outline: none;
  border-color: #0f172a;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.12);
}

.ck-hidden { display: none !important; }
.ck-muted { color: #64748b; margin-top: -6px; }
.ck-amount-hero {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border: 1px solid #6ee7b7;
  display: grid;
  gap: 4px;
}
.ck-amount-hero__label {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #047857;
  font-weight: 700;
}
.ck-amount-hero__num {
  font-size: clamp(1.4rem, 3.2vw, 1.9rem);
  color: #065f46;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ck-funnel-price {
  width: min(1080px, 92vw);
  margin: 0 auto 16px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #0f172a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.15);
}
.ck-funnel-price__label {
  font-size: .78rem;
  opacity: .88;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 600;
}
.ck-funnel-price__value { font-size: clamp(1.25rem, 3vw, 1.55rem); font-weight: 800; }

.ck-amount-banner { margin: 0 0 16px; }
.ck-amount-banner__inner {
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 2px solid #fb923c;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.ck-amount-banner__label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9a3412;
  font-weight: 700;
}
.ck-amount-banner__value {
  font-size: clamp(1.45rem, 3.5vw, 1.95rem);
  color: #7c2d12;
  font-weight: 800;
}
.ck-amount-banner__hint {
  margin: 10px 0 0;
  font-size: .9rem;
  color: #9a3412;
  font-weight: 600;
}

.ck-field-hint { font-weight: 500; color: #64748b; font-size: .85em; }

.ck-bank-card {
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: #f8fafc;
  padding: 14px;
  display: grid;
  gap: 10px;
}
.ck-bank-card span { font-size: .78rem; text-transform: uppercase; color: #64748b; letter-spacing: .05em; display: block; }
.ck-bank-card strong { font-size: 1.02rem; color: #0f172a; }

.ck-feedback {
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
  font-size: .92rem;
}
.ck-feedback-error { background: #fff1f2; border: 1px solid #fecdd3; color: #be123c; }
.ck-feedback-success { background: #ecfdf3; border: 1px solid #86efac; color: #166534; }

.ck-final {
  margin: 0;
  border-top: 1px solid #e2e8f0;
  padding-top: 10px;
  color: #334155;
  font-weight: 600;
}

.ck-sticky-cta {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 35;
  background: #0f172a;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .25);
  font-weight: 700;
}

.ck-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .45s ease, transform .45s ease;
}
.ck-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ck-paystack-actions {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.ck-btn-paystack {
  background: #0ba4db;
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 4px 14px rgba(11, 164, 219, .35);
}
.ck-btn-paystack:hover { filter: brightness(1.05); }
.ck-btn-paystack:disabled { opacity: 0.6; cursor: not-allowed; }
.ck-paystack-note { font-size: 0.875rem; color: #64748b; margin: 0; }

.ck-hp { display: none !important; }

@media (max-width: 860px) {
  .ck-grid-2 { grid-template-columns: 1fr; }
  .ck-card { padding: 18px; }
  .ck-media-card img { min-height: 240px; }
}

