/* ============================================================
   Olivia · Produkt-Unterseiten (Zellheilung, Resonanzanalyse, …)
   Baut auf legal.css auf (Header / Hero / Footer werden dort
   definiert) und ergänzt produktspezifische Bausteine.
   ============================================================ */

.p-grid {
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: var(--sp-8); align-items: start;
  margin-top: var(--sp-2);
}
.pwrap { max-width: 1040px; margin: 0 auto; padding: 0 var(--sp-5); }

/* keep button label colours correct inside .lcontent (which colours all <a> coral) */
.lcontent a.btn-primary, .lcontent a.btn-primary:hover, .lcontent a.btn-primary:visited { color: #fff; border: 2px solid transparent; }
.lcontent a.btn-secondary { color: var(--c-forest-deep); border: 2px solid var(--c-forest); }
.lcontent a.btn-secondary:hover { color: var(--c-cream-soft); border-color: var(--c-forest); }
@media (max-width: 820px) { .p-grid { grid-template-columns: 1fr; gap: var(--sp-6); } }

.p-main p { font-size: 16px; line-height: 1.75; color: var(--c-ink); margin: 0 0 var(--sp-4); }
.p-main .lead-in { font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: 25px; line-height: 1.42; color: var(--c-forest-deep); }

.p-main h2 {
  font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: 26px;
  color: var(--c-forest-deep); margin: var(--sp-7) 0 var(--sp-3);
  display: flex; align-items: baseline; gap: 12px;
}
.p-main h2 .no { font-family: "Playfair Display", Georgia, serif; font-style: italic; font-weight: 600; font-size: 19px; color: var(--c-coral); }
/* make sure the very first h2 also gets a visible divider + generous spacing, on product pages only */
.p-main h2:first-of-type { border-top: 1px solid var(--c-border); padding-top: var(--sp-5); margin-top: var(--sp-8); }

/* checklist */
.p-list { list-style: none; padding: 0; margin: 0 0 var(--sp-5); display: flex; flex-direction: column; gap: 13px; }
.p-list li { display: flex; align-items: flex-start; gap: 13px; font-size: 15.5px; line-height: 1.55; color: var(--c-ink); }
.p-list li::before { content: none; }
.p-main .p-list li::before, .lcontent .p-list li::before { content: none; }
.p-list li svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; stroke: var(--c-coral); fill: none; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }

/* steps */
.p-steps { list-style: none; padding: 0; margin: 0 0 var(--sp-5); counter-reset: step; display: flex; flex-direction: column; gap: var(--sp-4); }
.p-steps li { position: relative; padding-left: 56px; min-height: 40px; display: flex; flex-direction: column; justify-content: center; }
.p-steps li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 999px;
  background: var(--c-peach-soft, #F6E5D6); color: var(--c-coral-deep);
  display: grid; place-items: center;
  font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: 18px;
}
.p-steps li strong { display: block; color: var(--c-forest-deep); font-size: 16px; margin-bottom: 3px; }
.p-steps li span { font-size: 14.5px; line-height: 1.55; color: var(--c-muted); }

/* price/CTA card (sticky on desktop) */
.p-card {
  position: sticky; top: 100px;
  background: var(--c-forest); color: var(--c-on-dark);
  border-radius: var(--r-lg); padding: var(--sp-6) var(--sp-6) var(--sp-7);
  box-shadow: var(--sh-md); overflow: hidden; position: sticky;
}
.p-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .05; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.p-card > * { position: relative; }
.p-card .tag { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--c-peach); }
.p-card .price { font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: 46px; color: var(--c-cream-soft); line-height: 1; margin: var(--sp-3) 0 6px; }
.p-card .price small { display: block; font-family: var(--ff-body); font-size: 14px; font-weight: 700; color: var(--c-on-dark-muted); letter-spacing: .01em; margin-top: 8px; }
.p-card .price-meta { font-size: 13px; color: var(--c-on-dark-muted); line-height: 1.5; margin-bottom: var(--sp-5); }
.p-card .btn { width: 100%; justify-content: center; }
.p-card .fineprint { font-size: 12px; line-height: 1.55; color: var(--c-on-dark-muted); font-style: italic; margin: var(--sp-4) 0 0; }
.p-card .incl { list-style: none; padding: var(--sp-5) 0 0; margin: var(--sp-5) 0 0; border-top: 1px solid rgba(244,236,218,.16); display: flex; flex-direction: column; gap: 10px; }
.p-card .incl li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; line-height: 1.45; color: var(--c-on-dark); }
.p-card .incl li::before { content: none; }
.p-card .incl li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; stroke: var(--c-peach); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 820px) { .p-card { position: static; } }

/* gentle callout */
.p-note {
  background: rgba(232,122,90,.07); border: 1px dashed var(--c-coral);
  border-radius: var(--r-sm); padding: 14px 18px; margin: 0 0 var(--sp-5);
  font-size: 13.5px; line-height: 1.6; color: var(--c-coral-deep);
}

/* contact box (email/post) inside product pages */
.p-contact-box {
  background: var(--c-cream-soft); border: 1px solid var(--c-border);
  border-radius: var(--r-md); padding: var(--sp-5) var(--sp-6); margin: 0 0 var(--sp-5);
}
.p-contact-box { overflow: visible; }
.p-contact-box h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: 19px; color: var(--c-forest-deep); margin: 0 0 var(--sp-3); }
.p-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
@media (max-width: 560px) { .p-contact-grid { grid-template-columns: 1fr; } }
.p-contact-item {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
  background: var(--c-cream); border: 1px solid var(--c-border); border-radius: var(--r-sm);
  padding: 12px 14px; transition: transform var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);
}
a.p-contact-item:hover { transform: translateY(-2px); box-shadow: var(--sh-sm); }
.p-contact-item .ic { width: 34px; height: 34px; flex-shrink: 0; border-radius: 999px; background: var(--c-peach-soft, #F6E5D6); display: grid; place-items: center; color: var(--c-coral); }
.p-contact-item .ic svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.p-contact-item .t { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: 15px; color: var(--c-forest-deep); display: block; }
.p-contact-item .s { font-size: 12.5px; color: var(--c-muted); display: block; margin-top: 3px; }

/* cross-links to the other offers */
.p-more { margin-top: var(--sp-9); padding-top: var(--sp-7); border-top: 1px solid var(--c-border); }
.p-more h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: 22px; color: var(--c-forest-deep); margin: 0 0 var(--sp-4); }
.p-more-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
@media (max-width: 620px) { .p-more-grid { grid-template-columns: 1fr; } }
.p-more-card {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
  background: var(--c-cream-soft); border: 1px solid var(--c-border); border-radius: var(--r-md);
  padding: 16px 18px; transition: transform var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);
}
.p-more-card:hover { transform: translateY(-3px); box-shadow: var(--sh-sm); }
.p-more-card .ic { width: 38px; height: 38px; flex-shrink: 0; border-radius: 999px; background: var(--c-peach-soft, #F6E5D6); display: grid; place-items: center; color: var(--c-coral); }
.p-more-card .ic svg { width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.p-more-card .t { display: block; font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: 17px; color: var(--c-forest-deep); }
.p-more-card .s { display: block; font-size: 12.5px; color: var(--c-muted); margin-top: 4px; }

/* subtle "who guides you" portrait strip — dezent, not the big homepage blob treatment */
.p-guide {
  display: flex; align-items: center; gap: 16px;
  background: var(--c-cream-soft); border: 1px solid var(--c-border); border-radius: var(--r-md);
  padding: 16px 20px; margin: 0 0 var(--sp-6);
}
.p-guide img {
  width: 64px; height: 64px; border-radius: 999px; object-fit: cover; flex-shrink: 0;
  box-shadow: var(--sh-sm);
}
.p-guide .t { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: 15.5px; color: var(--c-forest-deep); line-height: 1.4; }
.p-guide .t strong { font-style: italic; color: var(--c-coral); font-weight: 600; }

/* simple FAQ block on product pages (no accordion — reads fine as static copy) */
.p-faq { margin: 0 0 var(--sp-5); }
.p-faq .q { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: 16.5px; color: var(--c-forest-deep); margin: 0 0 6px; }
.p-faq .a { font-size: 14.5px; line-height: 1.6; color: var(--c-muted); margin: 0 0 var(--sp-4); }
.p-faq .a:last-child { margin-bottom: 0; }
.p-faq .a a { color: var(--c-coral); }
