/* ==========================================================
 * CzasDuszy LP — landing page (ebooki, produkty)
 * Paleta spójna z czasduszy-home (te same zmienne --lunaria-*).
 * Wszystko scoped pod .cdlp-wrap — izolowane od motywu i od .cd-wrap home.
 * ========================================================== */

.cdlp-wrap {
  /* --- KOLORY (paleta spójna z czasduszy-home) --- */
  --lunaria-primary: #5e2a84;
  --lunaria-primary-dark: #4b2c68;
  --lunaria-secondary: #8e44ad;
  --lunaria-accent: #9b59b6;
  --lunaria-highlight: #b05fa7;
  --lunaria-fire: #c0392b;

  --lunaria-bg-white: #ffffff;
  --lunaria-bg-off-white: #f9f7fc;
  --lunaria-bg-hover: #fcfaff;

  --lunaria-text-main: #333333;
  --lunaria-text-secondary: #4a4a4a;
  --lunaria-text-muted: #555555;
  --lunaria-text-light: #aaaaaa;

  --lunaria-border-light: #e1e1e1;
  --lunaria-border-menu: #f0f0f5;
  --lunaria-border-hover: #d1d1d1;

  --lunaria-gradient-magic: linear-gradient(135deg, #4b2c68 0%, #8e44ad 50%, #c0392b 100%);
  --lunaria-gradient-btn: linear-gradient(135deg, #5e2a84 0%, #b05fa7 100%);
  --lunaria-gradient-btn-hover: linear-gradient(135deg, #6d3099 0%, #c96cc0 100%);

  --lunaria-shadow-subtle: 0 5px 15px rgba(0, 0, 0, 0.08);
  --lunaria-shadow-glow: 0 8px 15px rgba(94, 42, 132, 0.1);
  --lunaria-shadow-magic: 0 10px 25px rgba(142, 68, 173, 0.4);

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--lunaria-text-main);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.55;
}

.cdlp-wrap *,
.cdlp-wrap *::before,
.cdlp-wrap *::after { box-sizing: border-box; }

.cdlp-wrap a {
  text-decoration: none;
  color: var(--lunaria-primary-dark);
}

.cdlp-wrap p { margin: 0 0 16px; }
.cdlp-wrap ul, .cdlp-wrap ol { margin: 0; padding: 0; }
.cdlp-wrap li { list-style: none; }

/* ---------- WSPÓLNE: nagłówki, sekcje, przyciski ---------- */
.cdlp-sect {
  padding: 72px 40px;
}
.cdlp-sect-alt {
  background: var(--lunaria-bg-off-white);
}
.cdlp-sect-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
.cdlp-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--lunaria-secondary);
  font-weight: 600;
  margin-bottom: 10px;
}
.cdlp-kicker-light { color: #f4c0d1 !important; }

.cdlp-h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 500;
  margin: 0 0 18px;
  color: #fff;
}
.cdlp-h1 em {
  color: #f4c0d1;
  font-style: italic;
}
.cdlp-h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--lunaria-primary-dark);
}
.cdlp-h2 em {
  color: var(--lunaria-highlight);
  font-style: italic;
}
.cdlp-lead {
  font-size: 16px;
  color: var(--lunaria-text-secondary);
  margin: 0 0 0;
  line-height: 1.6;
}
.cdlp-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--lunaria-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 28px 0 12px;
}

.cdlp-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cdlp-ctas-center {
  justify-content: center;
}
.cdlp-btn-primary,
.cdlp-btn-ghost {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.cdlp-btn-primary {
  background: var(--lunaria-gradient-btn);
  color: #fff;
  box-shadow: var(--lunaria-shadow-glow);
}
.cdlp-btn-primary:hover {
  background: var(--lunaria-gradient-btn-hover);
  transform: translateY(-2px);
  box-shadow: var(--lunaria-shadow-magic);
  color: #fff;
}
.cdlp-btn-lg {
  padding: 18px 40px;
  font-size: 16px;
}
.cdlp-hero .cdlp-btn-primary {
  background: #fff;
  color: var(--lunaria-primary-dark);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.cdlp-hero .cdlp-btn-primary:hover {
  background: #fff;
  color: var(--lunaria-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.22);
}
.cdlp-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.cdlp-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* Tła "gwiezdne" wspólne dla hero i final */
.cdlp-stars {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: radial-gradient(circle, #fff 0.8px, transparent 1.2px);
  background-size: 22px 22px;
  pointer-events: none;
}

/* ==========================================================
 *  HERO
 * ========================================================== */
.cdlp-hero {
  background: var(--lunaria-gradient-magic);
  padding: 72px 40px 80px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cdlp-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  position: relative;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.cdlp-hero-copy { position: relative; z-index: 1; }
.cdlp-hero-sub {
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.94;
  margin: 0 0 22px;
  max-width: 52ch;
}
.cdlp-hero-bullets {
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cdlp-hero-bullets li {
  font-size: 14px;
  opacity: 0.94;
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}
.cdlp-hero-bullets li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #f4c0d1;
  font-size: 11px;
}

.cdlp-hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.cdlp-cover {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;              /* 600x600 — zdjęcie produktu z WC */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35), 0 10px 20px rgba(0,0,0,0.25);
  transform: rotate(-2deg);
  background: linear-gradient(160deg, #2a1540, var(--lunaria-primary));
}
.cdlp-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.cdlp-cover-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  font-size: 96px;
  font-family: Georgia, serif;
}
.cdlp-hero-quote {
  margin: 0;
  max-width: 320px;
  text-align: center;
}
.cdlp-hero-quote blockquote {
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  color: #f4c0d1;
  line-height: 1.5;
  margin: 0 0 6px;
}
.cdlp-hero-quote figcaption {
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.04em;
}
.cdlp-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  font-size: 12px;
  opacity: 0.85;
  margin: 0;
}
.cdlp-hero-meta li { padding: 0; }
.cdlp-hero-meta strong { font-weight: 500; color: #f4c0d1; }

/* ==========================================================
 *  PAINPOINTS ("Czy to o Tobie?")
 * ========================================================== */
.cdlp-painpoints {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
  max-width: 960px;
  margin: 0 auto;
}
.cdlp-pain {
  background: #fff;
  border: 1px solid var(--lunaria-border-light);
  border-left: 3px solid var(--lunaria-highlight);
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 15px;
  color: var(--lunaria-text-secondary);
  line-height: 1.55;
  font-style: italic;
}
.cdlp-pain-footer {
  max-width: 760px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 15px;
  color: var(--lunaria-primary-dark);
  font-weight: 500;
}

/* ==========================================================
 *  METHOD_PILLARS (3 warstwy)
 * ========================================================== */
.cdlp-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1040px;
  margin: 0 auto;
}
.cdlp-pillar {
  background: #fff;
  border: 1px solid var(--lunaria-border-light);
  border-radius: 16px;
  padding: 32px 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cdlp-pillar:hover {
  transform: translateY(-4px);
  box-shadow: var(--lunaria-shadow-glow);
}
.cdlp-pillar::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--lunaria-bg-off-white);
  z-index: 0;
}
.cdlp-pillar > * { position: relative; z-index: 1; }
.cdlp-pillar-icon {
  font-size: 34px;
  color: var(--lunaria-secondary);
  margin-bottom: 14px;
}
.cdlp-pillar-title {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--lunaria-primary-dark);
  margin: 0 0 10px;
}
.cdlp-pillar-text {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--lunaria-text-secondary);
  margin: 0;
}

/* ==========================================================
 *  CHAPTERS
 * ========================================================== */
.cdlp-chapters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 22px;
  max-width: 1040px;
  margin: 0 auto;
}
.cdlp-chapter {
  background: #fff;
  border: 1px solid var(--lunaria-border-light);
  border-radius: 14px;
  padding: 22px 22px 22px 72px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cdlp-chapter:hover {
  transform: translateY(-2px);
  box-shadow: var(--lunaria-shadow-glow);
}
.cdlp-chapter--highlight {
  border-color: var(--lunaria-highlight);
  background: linear-gradient(180deg, #fff 0%, #fbf4fa 100%);
}
.cdlp-chapter-num {
  position: absolute;
  left: 20px;
  top: 22px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lunaria-gradient-btn);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.cdlp-chapter-title {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--lunaria-primary-dark);
  margin: 0 0 6px;
  line-height: 1.3;
}
.cdlp-chapter-text {
  font-size: 14px;
  color: var(--lunaria-text-secondary);
  line-height: 1.55;
  margin: 0;
}
.cdlp-chapter-flag {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lunaria-highlight);
  font-weight: 600;
}

.cdlp-tools {
  max-width: 1040px;
  margin: 44px auto 0;
  padding: 28px 32px;
  background: #fff;
  border: 1px dashed var(--lunaria-border-light);
  border-radius: 14px;
}
.cdlp-tools .cdlp-label {
  margin: 0 0 14px;
  color: var(--lunaria-primary-dark);
}
.cdlp-tools-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
}
.cdlp-tools-list li {
  font-size: 14.5px;
  color: var(--lunaria-text-secondary);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.cdlp-tools-dot {
  color: var(--lunaria-secondary);
  font-size: 14px;
  line-height: 1.5;
  flex-shrink: 0;
}

/* ==========================================================
 *  TRANSFORMATION (przed / po)
 * ========================================================== */
.cdlp-trans {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto;
}
.cdlp-trans-col {
  padding: 28px;
  border-radius: 16px;
}
.cdlp-trans-before {
  background: #fff;
  border: 1px solid var(--lunaria-border-light);
}
.cdlp-trans-after {
  background: linear-gradient(160deg, var(--lunaria-primary) 0%, var(--lunaria-secondary) 100%);
  color: #fff;
}
.cdlp-trans-h {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.cdlp-trans-after .cdlp-trans-h {
  border-bottom-color: rgba(255,255,255,0.2);
  color: #f4c0d1;
}
.cdlp-trans-before ul li,
.cdlp-trans-after ul li {
  font-size: 14.5px;
  line-height: 1.55;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.cdlp-trans-before ul li:last-child,
.cdlp-trans-after ul li:last-child { border-bottom: none; }
.cdlp-trans-after ul li {
  border-bottom-color: rgba(255,255,255,0.12);
}
.cdlp-trans-before ul li { color: var(--lunaria-text-secondary); }
.cdlp-trans-after ul li  { color: rgba(255,255,255,0.94); }
.cdlp-trans-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--lunaria-highlight);
  font-family: Georgia, serif;
}

/* ==========================================================
 *  QUOTE_BLOCK (duży cytat)
 * ========================================================== */
.cdlp-quote-block {
  padding: 64px 40px;
  background: var(--lunaria-bg-off-white);
  position: relative;
}
.cdlp-quote-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.cdlp-quote-mark {
  font-family: Georgia, serif;
  font-size: 120px;
  line-height: 0.6;
  color: var(--lunaria-highlight);
  opacity: 0.35;
  margin-bottom: 8px;
}
.cdlp-quote-text {
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.45;
  font-style: italic;
  color: var(--lunaria-primary-dark);
  margin: 0 0 16px;
}
.cdlp-quote-cite {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lunaria-text-muted);
  font-style: normal;
}

/* ==========================================================
 *  ANTI_PITCH
 * ========================================================== */
.cdlp-anti {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  max-width: 880px;
  margin: 0 auto;
}
.cdlp-anti-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--lunaria-border-light);
  border-radius: 10px;
  font-size: 15px;
  color: var(--lunaria-text-secondary);
  line-height: 1.5;
}
.cdlp-anti-x {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lunaria-bg-off-white);
  color: var(--lunaria-fire);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

/* ==========================================================
 *  FOR_WHOM (dla kogo / dla kogo NIE)
 * ========================================================== */
.cdlp-forwhom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 1000px;
  margin: 0 auto;
}
.cdlp-forwhom-col {
  background: #fff;
  border: 1px solid var(--lunaria-border-light);
  border-radius: 16px;
  padding: 28px 28px 26px;
}
.cdlp-forwhom-yes { border-top: 3px solid var(--lunaria-secondary); }
.cdlp-forwhom-no  { border-top: 3px solid var(--lunaria-fire); opacity: 0.96; }

.cdlp-forwhom-h {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--lunaria-primary-dark);
  margin: 0 0 16px;
}
.cdlp-forwhom ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  font-size: 14.5px;
  color: var(--lunaria-text-secondary);
  line-height: 1.5;
  border-bottom: 1px solid var(--lunaria-border-menu);
}
.cdlp-forwhom ul li:last-child { border-bottom: none; }
.cdlp-tick {
  color: var(--lunaria-secondary);
  font-weight: 600;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}
.cdlp-cross {
  color: var(--lunaria-fire);
  font-weight: 600;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

/* ==========================================================
 *  AUTHOR
 * ========================================================== */
.cdlp-author {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
.cdlp-author-img-wrap {
  display: flex;
  justify-content: center;
}
.cdlp-author-img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: var(--lunaria-shadow-magic);
}
.cdlp-author-img-placeholder {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: var(--lunaria-gradient-magic);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 120px;
  font-family: Georgia, serif;
  line-height: 1;
  box-shadow: var(--lunaria-shadow-magic);
}
.cdlp-author-name {
  font-family: Georgia, serif;
  font-size: 24px;
  color: var(--lunaria-primary-dark);
  margin: 0 0 10px;
}
.cdlp-author-bio {
  font-size: 15.5px;
  color: var(--lunaria-text-secondary);
  line-height: 1.65;
}
.cdlp-author-bio p { margin: 0 0 12px; }
.cdlp-author-bio p:last-child { margin-bottom: 0; }
.cdlp-author-quote {
  margin: 18px 0 0;
  padding: 16px 20px;
  border-left: 3px solid var(--lunaria-highlight);
  background: var(--lunaria-bg-off-white);
  border-radius: 0 8px 8px 0;
}
.cdlp-author-quote blockquote {
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  color: var(--lunaria-primary-dark);
  margin: 0;
  line-height: 1.55;
}

/* ==========================================================
 *  FAQ
 * ========================================================== */
.cdlp-faq {
  max-width: 820px;
  margin: 0 auto;
}
.cdlp-faq-item {
  background: #fff;
  border: 1px solid var(--lunaria-border-light);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0;
  transition: border-color 0.2s ease;
}
.cdlp-faq-item[open] {
  border-color: var(--lunaria-highlight);
}
.cdlp-faq-q {
  padding: 16px 22px;
  font-size: 15.5px;
  font-weight: 500;
  color: var(--lunaria-primary-dark);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  line-height: 1.45;
}
.cdlp-faq-q::-webkit-details-marker { display: none; }
.cdlp-faq-chevron {
  font-size: 22px;
  color: var(--lunaria-secondary);
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.cdlp-faq-item[open] .cdlp-faq-chevron {
  transform: rotate(45deg);
}
.cdlp-faq-a {
  padding: 0 22px 18px;
  font-size: 14.5px;
  color: var(--lunaria-text-secondary);
  line-height: 1.6;
}
.cdlp-faq-a p { margin: 0 0 10px; }
.cdlp-faq-a p:last-child { margin-bottom: 0; }

/* ==========================================================
 *  PRICING
 * ========================================================== */
.cdlp-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}
.cdlp-plan {
  background: #fff;
  border: 1px solid var(--lunaria-border-light);
  border-radius: 18px;
  padding: 32px 28px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cdlp-plan:hover {
  transform: translateY(-4px);
  box-shadow: var(--lunaria-shadow-glow);
}
.cdlp-plan--featured {
  border-color: var(--lunaria-highlight);
  border-width: 2px;
  box-shadow: var(--lunaria-shadow-glow);
  transform: scale(1.02);
}
.cdlp-plan--featured:hover {
  transform: scale(1.02) translateY(-4px);
}
.cdlp-plan-ribbon {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lunaria-gradient-btn);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 600;
  white-space: nowrap;
}
.cdlp-plan-name {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--lunaria-primary-dark);
  margin: 0 0 6px;
}
.cdlp-plan-tagline {
  font-size: 13.5px;
  color: var(--lunaria-text-muted);
  margin: 0 0 22px;
  line-height: 1.45;
}
.cdlp-plan-price {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.cdlp-plan-price-old {
  font-size: 14px;
  color: var(--lunaria-text-light);
  text-decoration: line-through;
  margin-bottom: 2px;
}
.cdlp-plan-price-now {
  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  color: var(--lunaria-fire);
  line-height: 1;
}
.cdlp-plan-features {
  margin: 0 0 24px;
  flex: 1;
}
.cdlp-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  color: var(--lunaria-text-secondary);
  line-height: 1.5;
  border-bottom: 1px solid var(--lunaria-border-menu);
}
.cdlp-plan-features li:last-child { border-bottom: none; }
.cdlp-plan-cta {
  display: block;
  text-align: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--lunaria-gradient-btn);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.cdlp-plan-cta:hover {
  background: var(--lunaria-gradient-btn-hover);
  color: #fff;
  transform: translateY(-1px);
}
.cdlp-plan-note {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  color: var(--lunaria-text-muted);
}
.cdlp-plans-note {
  margin: 28px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 13.5px;
  color: var(--lunaria-text-muted);
  line-height: 1.55;
}

/* ==========================================================
 *  GUARANTEE
 * ========================================================== */
.cdlp-guarantee {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--lunaria-border-light);
  border-radius: 18px;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  align-items: center;
}
.cdlp-guarantee-badge {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--lunaria-gradient-btn);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  padding: 6px;
}
.cdlp-guarantee-body .cdlp-h2 {
  font-size: 24px;
  margin: 0 0 10px;
}
.cdlp-guarantee-text {
  font-size: 15px;
  color: var(--lunaria-text-secondary);
  line-height: 1.65;
}
.cdlp-guarantee-text p { margin: 0 0 10px; }
.cdlp-guarantee-text p:last-child { margin-bottom: 0; }

/* ==========================================================
 *  FINAL_CTA
 * ========================================================== */
.cdlp-final {
  background: var(--lunaria-gradient-magic);
  color: #fff;
  padding: 84px 40px 92px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cdlp-final-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
}
.cdlp-final-h {
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 18px;
  color: #fff;
}
.cdlp-final-h em { color: #f4c0d1; font-style: italic; }
.cdlp-final-sub {
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.94;
  margin: 0 0 26px;
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
}
.cdlp-final-quote {
  margin: 0 auto 26px;
  max-width: 620px;
}
.cdlp-final-quote blockquote {
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  color: #f4c0d1;
  margin: 0;
}
.cdlp-final-micro {
  margin: 20px 0 0;
  font-size: 13px;
  opacity: 0.75;
  letter-spacing: 0.02em;
}

/* ==========================================================
 *  STICKY_CTA (mobile)
 * ========================================================== */
.cdlp-sticky {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 -6px 18px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cdlp-sticky[hidden] { display: none; }
.cdlp-sticky-price {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--lunaria-fire);
  white-space: nowrap;
}
.cdlp-sticky-cta {
  padding: 12px 22px;
  font-size: 14px;
  flex: 1;
  max-width: 240px;
}

/* ==========================================================
 *  RESPONSIVE
 * ========================================================== */

/* ==========================================================
 *  STONES_GRID (siatka kart - np. 6 kamieni obfitosci)
 * ========================================================== */
.cdlp-stones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}
.cdlp-stone {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--lunaria-border-light);
  border-radius: 16px;
  padding: 30px 24px 24px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.cdlp-stone::before {
  content: "";
  position: absolute;
  top: -42px;
  right: -42px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(176, 95, 167, 0.18) 0%, rgba(176, 95, 167, 0) 70%);
  pointer-events: none;
  z-index: 0;
}
.cdlp-stone > * { position: relative; z-index: 1; }
.cdlp-stone:hover {
  transform: translateY(-4px);
  box-shadow: var(--lunaria-shadow-glow);
  border-color: var(--lunaria-highlight);
}
.cdlp-stone-glyph {
  font-size: 42px;
  line-height: 1;
  color: var(--lunaria-secondary);
  margin: 0 0 14px;
}
.cdlp-stone-name {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--lunaria-primary-dark);
  margin: 0 0 4px;
  letter-spacing: 0.02em;
}
.cdlp-stone-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--lunaria-highlight);
  font-weight: 600;
  margin: 0 0 14px;
}
.cdlp-stone-text {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--lunaria-text-secondary);
  margin: 0 0 14px;
  text-align: left;
}
.cdlp-stone-for {
  font-size: 13px;
  color: var(--lunaria-text-muted);
  line-height: 1.5;
  margin: 14px 0 0;
  padding: 12px 14px;
  background: var(--lunaria-bg-off-white);
  border-radius: 10px;
  text-align: left;
  font-style: italic;
}
.cdlp-stone-for-label {
  display: block;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lunaria-primary-dark);
  font-weight: 600;
  margin-bottom: 3px;
  font-style: normal;
}
.cdlp-stones-footer {
  max-width: 720px;
  margin: 36px auto 0;
  text-align: center;
  font-size: 15px;
  color: var(--lunaria-primary-dark);
  font-weight: 500;
  line-height: 1.55;
  font-style: italic;
}
.cdlp-stones-ctas {
  margin-top: 28px;
}

@media (max-width: 860px) {
  .cdlp-sect { padding: 52px 22px; }
  .cdlp-hero { padding: 48px 22px 56px; }
  .cdlp-hero-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .cdlp-hero-copy { text-align: left; }
  .cdlp-h1 { font-size: 34px; }
  .cdlp-h2 { font-size: 26px; }
  .cdlp-lead { font-size: 15px; }
  .cdlp-painpoints { grid-template-columns: 1fr; }
  .cdlp-stones { grid-template-columns: repeat(2, 1fr); }
  .cdlp-pillars { grid-template-columns: 1fr; }
  .cdlp-chapters { grid-template-columns: 1fr; }
  .cdlp-tools-list { grid-template-columns: 1fr; }
  .cdlp-trans {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cdlp-trans-arrow { transform: rotate(90deg); font-size: 28px; }
  .cdlp-anti { grid-template-columns: 1fr; }
  .cdlp-forwhom { grid-template-columns: 1fr; }
  .cdlp-author {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
  .cdlp-author-quote { text-align: left; }
  .cdlp-quote-block { padding: 48px 22px; }
  .cdlp-quote-text { font-size: 20px; }
  .cdlp-quote-mark { font-size: 84px; }
  .cdlp-plans { grid-template-columns: 1fr; }
  .cdlp-plan--featured { transform: none; }
  .cdlp-plan--featured:hover { transform: translateY(-4px); }
  .cdlp-guarantee {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 22px;
  }
  .cdlp-guarantee-badge { margin: 0 auto; }
  .cdlp-final { padding: 56px 22px 64px; }
  .cdlp-final-h { font-size: 28px; }
  .cdlp-final-quote blockquote { font-size: 17px; }
}

@media (max-width: 480px) {
  .cdlp-h1 { font-size: 28px; }
  .cdlp-h2 { font-size: 22px; }
  .cdlp-hero-quote { display: none; }
  .cdlp-hero-meta { display: none; }
  .cdlp-chapter { padding: 20px 18px 20px 68px; }
  .cdlp-plan-price-now { font-size: 32px; }
  .cdlp-stones { grid-template-columns: 1fr; }
}

/* Zmniejszamy animacje dla osób z motion-reduced */
@media (prefers-reduced-motion: reduce) {
  .cdlp-wrap * {
    transition: none !important;
    animation: none !important;
  }
  .cdlp-cover { transform: none; }
}

/* Odstęp na dole gdy jest sticky CTA — dociążone przez JS. */
.cdlp-wrap.has-sticky-cta { padding-bottom: 80px; }

/* ============================================================
 *  SEKCJA: OFFER (single-product, WC-powered)
 *  Mocno sprzedażowa karta — jedna, wycentrowana, z ribbon + sale price.
 * ============================================================ */

.cdlp-sect-offer {
  padding: 64px 24px 72px;
  background: linear-gradient(180deg, rgba(94, 42, 132, 0.035) 0%, rgba(94, 42, 132, 0) 100%);
}

.cdlp-offer {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(94, 42, 132, 0.14);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(75, 44, 104, 0.12);
  overflow: hidden;
}

.cdlp-offer-ribbon {
  position: absolute;
  top: 18px;
  right: -42px;
  transform: rotate(35deg);
  background: var(--lunaria-gradient-btn, linear-gradient(135deg, #5e2a84 0%, #b05fa7 100%));
  color: #fff;
  padding: 6px 52px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(94, 42, 132, 0.24);
  pointer-events: none;
}

.cdlp-offer-body {
  padding: 40px 40px 36px;
  text-align: center;
}

.cdlp-offer-name {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.25;
  color: var(--lunaria-primary-dark, #4b2c68);
}

.cdlp-offer-tagline {
  margin: 0 0 22px;
  font-size: 15px;
  color: rgba(75, 44, 104, 0.72);
  font-style: italic;
}

.cdlp-offer-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 8px 0 20px;
}

.cdlp-offer-price-old {
  font-size: 16px;
  color: rgba(75, 44, 104, 0.55);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: var(--lunaria-fire, #c0392b);
}

.cdlp-offer-price-now {
  font-size: 44px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--lunaria-primary, #5e2a84);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.cdlp-offer-price--sale .cdlp-offer-price-now {
  color: var(--lunaria-fire, #c0392b);
}

.cdlp-offer-savings {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 12px;
  background: rgba(192, 57, 43, 0.09);
  color: var(--lunaria-fire, #c0392b);
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cdlp-offer-features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  text-align: left;
  display: grid;
  gap: 10px;
}

.cdlp-offer-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: rgba(40, 20, 60, 0.88);
  line-height: 1.45;
}

.cdlp-offer-features .cdlp-tick {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(94, 42, 132, 0.1);
  color: var(--lunaria-primary, #5e2a84);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}

.cdlp-offer-urgency {
  margin: 0 0 14px;
  padding: 10px 16px;
  background: rgba(192, 57, 43, 0.06);
  border-left: 3px solid var(--lunaria-fire, #c0392b);
  border-radius: 6px;
  font-size: 13px;
  color: var(--lunaria-fire, #c0392b);
  font-weight: 600;
  text-align: left;
}

.cdlp-sect-offer .cdlp-btn-lg {
  width: 100%;
  max-width: 420px;
  padding: 18px 28px;
  font-size: 17px;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 28px rgba(192, 57, 43, 0.28);
}

.cdlp-sect-offer .cdlp-btn-lg:hover {
  box-shadow: 0 14px 32px rgba(192, 57, 43, 0.38);
  transform: translateY(-1px);
}

.cdlp-offer-micro {
  margin: 10px 0 22px;
  font-size: 12px;
  color: rgba(75, 44, 104, 0.6);
  line-height: 1.5;
}

.cdlp-offer-trust {
  list-style: none;
  padding: 18px 0 0;
  margin: 0;
  border-top: 1px solid rgba(94, 42, 132, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 26px;
}

.cdlp-offer-trust li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: rgba(75, 44, 104, 0.7);
  font-weight: 600;
}

.cdlp-offer-trust-icon {
  font-size: 15px;
  color: var(--lunaria-primary, #5e2a84);
}

.cdlp-offer-footer {
  max-width: 560px;
  margin: 22px auto 0;
  text-align: center;
  font-size: 13px;
  color: rgba(75, 44, 104, 0.62);
  font-style: italic;
  line-height: 1.55;
}

@media (max-width: 640px) {
  .cdlp-sect-offer { padding: 44px 18px 52px; }
  .cdlp-offer-body { padding: 32px 22px 28px; }
  .cdlp-offer-name { font-size: 22px; }
  .cdlp-offer-price-now { font-size: 38px; }
  .cdlp-offer-ribbon { right: -46px; padding: 5px 50px; font-size: 11px; }
  .cdlp-offer-features li { font-size: 14.5px; }
  .cdlp-offer-trust { gap: 12px 18px; }
  .cdlp-sect-offer .cdlp-btn-lg { padding: 16px 22px; font-size: 16px; }
}

/* ==========================================================
 *  NADPISY DIVI (v0.2.1)
 *  Divi motyw nadpisuje blockquote: `border-color: #17706a` (spec 0,1,0)
 *  oraz kolor tekstu w <a>/buttonach. Podnosimy specificity przez
 *  .cdlp-wrap + !important w miejscach gdzie Divi walczy z LP.
 * ========================================================== */

/* Reset domyślnego border-color z Divi (blockquote) — nasze sekcje mają
   własne stylowanie (.cdlp-hero-quote / .cdlp-author-quote / .cdlp-final-quote). */
.cdlp-wrap blockquote {
  border: 0 none !important;
}

/* Przywróć subtelny left-border w cytacie autorki (ciemny kontekst). */
.cdlp-wrap .cdlp-author-quote blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.4) !important;
}

/* Wymuś biały kolor tekstu na wszystkich CTA poza hero (tam jest biały button
   z ciemnym tekstem). Divi/motyw lubi nadpisywać <a> własną paletą. */
.cdlp-wrap .cdlp-btn-primary,
.cdlp-wrap a.cdlp-btn-primary,
.cdlp-wrap .cdlp-btn-primary:hover,
.cdlp-wrap .cdlp-btn-primary:focus,
.cdlp-wrap .cdlp-btn-primary:visited,
.cdlp-wrap .cdlp-btn-ghost,
.cdlp-wrap a.cdlp-btn-ghost,
.cdlp-wrap .cdlp-btn-ghost:hover,
.cdlp-wrap .cdlp-btn-ghost:focus,
.cdlp-wrap .cdlp-btn-ghost:visited,
.cdlp-wrap .cdlp-plan-cta,
.cdlp-wrap a.cdlp-plan-cta,
.cdlp-wrap .cdlp-plan-cta:hover,
.cdlp-wrap .cdlp-plan-cta:focus,
.cdlp-wrap .cdlp-plan-cta:visited,
.cdlp-wrap .cdlp-sticky-cta .cdlp-btn-primary,
.cdlp-wrap .cdlp-sticky-cta a.cdlp-btn-primary {
  color: #fff !important;
  text-decoration: none !important;
}

/* Hero — jasny button (białe tło, ciemny tekst). Wyższa specificity +
   !important, kolejność po regule ogólnej = wygrywa. */
.cdlp-wrap .cdlp-hero .cdlp-btn-primary,
.cdlp-wrap .cdlp-hero a.cdlp-btn-primary,
.cdlp-wrap .cdlp-hero .cdlp-btn-primary:hover,
.cdlp-wrap .cdlp-hero .cdlp-btn-primary:focus,
.cdlp-wrap .cdlp-hero .cdlp-btn-primary:visited {
  color: var(--lunaria-primary-dark) !important;
  text-decoration: none !important;
}
