.elementor-20346 .elementor-element.elementor-element-d2c81ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20346 .elementor-element.elementor-element-579a89d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   POSE & PRESENCE, LANDING DLA KOBIET 18+
   Wrapper główny:
   <main class="pp-page" id="pose-presence-warsztaty-dla-doroslych">
   ========================================================= */

/* ---------- FUNDAMENT STRONY ---------- */

.pp-page {
  --ink: #171717;
  --ink-soft: #303033;
  --muted: #6c6661;
  --paper: #f3f1ec;
  --paper-light: #fbf8f3;
  --paper-warm: #f8efea;
  --white: #ffffff;
  --rose: #c57484;
  --rose-strong: #f9598a;
  --gold: #b5924d;
  --line: rgba(181, 146, 77, .34);
  --line-soft: rgba(23, 23, 23, .11);
  --shadow: 0 24px 70px rgba(23, 23, 23, .08);
  --shadow-soft: 0 14px 38px rgba(23, 23, 23, .04);
  --radius: 28px;
  --radius-lg: 42px;
  --wrap: 1180px;
  --font-display: Georgia, "Times New Roman", Times, serif;
  --font-body: Inter, "Inter Tight", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --section-y: clamp(62px, 8vw, 110px);

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  isolation: isolate;

  color: var(--ink);
  background:
    radial-gradient(circle at 85% 6%, rgba(197, 116, 132, .13), transparent 22rem),
    radial-gradient(circle at 10% 30%, rgba(181, 146, 77, .10), transparent 18rem),
    var(--paper-light);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

.pp-page,
.pp-page * {
  box-sizing: border-box;
}

.pp-page img,
.pp-page video,
.pp-page iframe {
  display: block;
  max-width: 100%;
}

.pp-page a {
  color: inherit;
}

.pp-page ::selection {
  background: rgba(249, 89, 138, .22);
}

.pp-page :focus-visible {
  outline: 3px solid rgba(249, 89, 138, .38);
  outline-offset: 4px;
  border-radius: 10px;
}

.cb-parent-wrap,
.pp-page .wrap {
  width: min(var(--wrap), calc(100% - 40px));
  margin-inline: auto;
}

/* ---------- TYPOGRAFIA ---------- */

.pp-page h1,
.pp-page h2,
.pp-page h3,
.pp-page h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.05em;
  color: var(--ink);
}

.pp-page h1 {
  max-width: 920px;
  font-size: clamp(42px, 4.9vw, 72px);
  line-height: .96;
}

.pp-page h2 {
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.06;
}

.pp-page h3 {
  font-size: clamp(24px, 2.35vw, 36px);
  line-height: 1.12;
}

.pp-page h4 {
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.16;
}

.pp-page p {
  margin: 16px 0 0;
  color: var(--muted);
}

.pp-page strong {
  color: var(--ink);
  font-weight: 750;
}

.pp-page .lead {
  max-width: 720px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.38;
}

.pp-page .lead-small {
  max-width: 720px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.44;
}

.pp-page .small-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.pp-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--rose);
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pp-page .eyebrow::after {
  content: "";
  width: clamp(48px, 8vw, 120px);
  height: 1px;
  background: var(--gold);
}

.pp-page .eyebrow.light {
  color: var(--white);
}

.pp-page .eyebrow.light::after {
  background: rgba(255, 255, 255, .54);
}

.pp-page .label {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* ---------- SEKCJE ---------- */

.pp-page .section,
.pp-page .cb-parent-section {
  position: relative;
  padding-block: var(--section-y);
}

.pp-page .section-soft {
  background:
    linear-gradient(180deg, rgba(251, 248, 243, .96), rgba(248, 239, 234, .72)),
    var(--paper-light);
}

.pp-page .section-warm {
  background:
    radial-gradient(circle at 12% 12%, rgba(197, 116, 132, .10), transparent 18rem),
    linear-gradient(180deg, rgba(248, 239, 234, .72), rgba(251, 248, 243, .96)),
    var(--paper-warm);
}

.pp-page .section-head {
  max-width: 860px;
  margin-bottom: clamp(28px, 5vw, 58px);
}

.pp-page .section-head.wide {
  max-width: 1020px;
}

.pp-page .section-head p {
  max-width: 820px;
}

.pp-page .section-end-note {
  max-width: 980px;
  margin-top: clamp(26px, 4vw, 44px);
}

/* ---------- PRZYCISKI ---------- */

.pp-page .btn,
.pp-page .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 25px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.pp-page .btn:hover,
.pp-page .elementor-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(23, 23, 23, .13);
}

.pp-page .btn-small {
  min-height: 42px;
  padding: 11px 16px;
  font-size: 13px;
}

.pp-page .btn-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.pp-page .btn-ghost {
  border-color: rgba(23, 23, 23, .22);
  background: rgba(255, 255, 255, .58);
  color: var(--ink);
}

.pp-page .cta-section .btn-ghost {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .08);
  color: var(--white);
}

.pp-page .text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.pp-page .text-link::after {
  content: "";
  width: 52px;
  height: 1px;
  background: var(--gold);
}

.pp-page .cta-section .text-link {
  color: var(--white);
}

.pp-page .cta-section .text-link::after {
  background: rgba(255, 255, 255, .54);
}

/* ---------- LISTY ---------- */

.pp-page ul,
.pp-page ol {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pp-page li {
  position: relative;
  padding-left: 24px;
  margin-top: 10px;
  color: var(--muted);
}

.pp-page li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .76em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--rose);
  box-shadow: 0 0 0 5px rgba(249, 89, 138, .09);
}

.pp-page .list-strong li strong {
  color: var(--ink);
}

/* ---------- OBRAZY, VIDEO, KARTY MEDIALNE ---------- */

.pp-page .image-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.pp-page .image-card img,
.pp-page .image-card video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(.92) contrast(.97) brightness(1.02);
}

.pp-page .small-image img,
.pp-page .small-image video {
  min-height: 300px;
}

.pp-page .image-card figcaption,
.pp-page .media-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  background: rgba(251, 248, 243, .88);
  backdrop-filter: blur(12px);
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.pp-page .video-frame {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.pp-page .video-frame video,
.pp-page .video-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  object-fit: cover;
}

/* ---------- VIDEO 9:16 Z NAKŁADKĄ PLAY ---------- */

.pp-page .hero-video-card {
  width: min(100%, 390px);
  justify-self: center;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(23, 23, 23, .10);
  background: rgba(255, 255, 255, .58);
}

.pp-page .hero-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.pp-page .hero-video-card video {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: var(--ink);
}

.pp-page .hero-video-card figcaption {
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.35;
}

.pp-page .hero-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 23, 23, .68);
  backdrop-filter: blur(8px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
  transition: transform .18s ease, background .18s ease, opacity .18s ease;
  z-index: 3;
}

.pp-page .hero-video-play:hover {
  transform: translate(-50%, -50%) scale(1.04);
  background: rgba(23, 23, 23, .82);
}

.pp-page .hero-video-play-icon {
  display: block;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

/* ---------- UKŁADY OGÓLNE ---------- */

.pp-page .hero-grid,
.pp-page .two-col,
.pp-page .comparison,
.pp-page .price-grid,
.pp-page .cta-grid,
.pp-page .contact-grid {
  display: grid;
  gap: clamp(32px, 5vw, 68px);
  align-items: start;
}

.pp-page .two-col {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
}

.pp-page .comparison {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
}

.pp-page .price-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .5fr);
  align-items: center;
}

.pp-page .cta-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .56fr);
  align-items: center;
}

.pp-page .contact-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
}

.pp-page .cards {
  display: grid;
  gap: 18px;
}

.pp-page .cards-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-page .cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-page .card {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .68);
  box-shadow: var(--shadow-soft);
}

.pp-page .card::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 22px;
  background: var(--gold);
}

.pp-page .card h3 {
  font-size: clamp(24px, 2.2vw, 34px);
}

.pp-page .card p {
  font-size: 16px;
  line-height: 1.65;
}

.pp-page .split-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 10%, rgba(249, 89, 138, .10), transparent 16rem),
    rgba(255, 255, 255, .56);
  box-shadow: 0 22px 60px rgba(23, 23, 23, .045);
}

.pp-page .split-card.reverse {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr);
}

.pp-page .split-card.reverse .split-card-text {
  order: 2;
}

.pp-page .split-card.reverse .image-card {
  order: 1;
}

.pp-page .split-card-text {
  max-width: 820px;
}

.pp-page .statement {
  margin-top: 28px;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(28px, 3.1vw, 48px);
  line-height: 1.12;
  letter-spacing: -.05em;
}

.pp-page .statement.small {
  font-size: clamp(25px, 2.5vw, 38px);
}

.pp-page .note-box {
  margin-top: clamp(22px, 3vw, 34px);
  max-width: 100%;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid rgba(181, 146, 77, .24);
  border-radius: 32px;
  background: rgba(255, 255, 255, .44);
  box-shadow: none;
}

.pp-page .note-box p {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(25px, 2.6vw, 38px);
  line-height: 1.16;
  letter-spacing: -.04em;
}

.pp-page .quiet-panel {
  margin-top: 18px;
  max-width: 980px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(251, 248, 243, .72);
}

.pp-page .quiet-panel h3 {
  font-size: clamp(25px, 2.8vw, 40px);
}

.pp-page .comparison-card {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .64);
  box-shadow: var(--shadow);
}

/* ---------- HERO ---------- */

.pp-page .hero {
  min-height: min(820px, 100svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-block: clamp(58px, 7vw, 96px);
  background:
    radial-gradient(circle at 82% 12%, rgba(197, 116, 132, .16), transparent 24rem),
    linear-gradient(120deg, rgba(251, 248, 243, .96), rgba(248, 239, 234, .84)),
    var(--paper-light);
}

.pp-page .hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr);
  align-items: center;
}

.pp-page .hero-content {
  max-width: 740px;
}

.pp-page .hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.pp-page .hero-note {
  max-width: 640px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.pp-page .hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  max-width: 720px;
  margin-top: 28px;
}

.pp-page .hero-facts li {
  margin: 0;
  padding: 12px 14px 12px 34px;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .52);
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.45;
}

.pp-page .hero-facts li::before {
  left: 14px;
  top: 1.18em;
}

.pp-page .hero-image img,
.pp-page .hero-image video {
  min-height: 540px;
}

.pp-page .hero-image {
  min-height: clamp(360px, 34vw, 520px);
  border: 1px solid rgba(23, 23, 23, .10);
  background:
    radial-gradient(circle at 82% 16%, rgba(249, 89, 138, .10), transparent 16rem),
    rgba(255, 255, 255, .58);
}

.pp-page .hero-image img {
  min-height: clamp(360px, 34vw, 520px);
}

.pp-page .hero-actions .btn {
  border-color: var(--ink) !important;
  background: var(--ink) !important;
  color: var(--white) !important;
  box-shadow: 0 12px 28px rgba(23, 23, 23, .12);
}

.pp-page .hero-actions .btn.btn-ghost {
  border-color: rgba(23, 23, 23, .18) !important;
  background: rgba(255, 255, 255, .72) !important;
  color: var(--ink) !important;
  box-shadow: none;
}

.pp-page .hero-actions .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(23, 23, 23, .16);
}

.pp-page .hero-actions .btn.btn-ghost:hover {
  box-shadow: 0 10px 24px rgba(23, 23, 23, .07);
}

/* ---------- CZYM SĄ WARSZTATY / INTRO ---------- */

.pp-page .cb-parent-intro .split-card {
  align-items: start;
}

.pp-page .intro-summary {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.pp-page .intro-summary .card {
  padding: 22px 24px;
}

.pp-page .intro-side {
  align-self: start;
}

.pp-page .intro-image {
  aspect-ratio: 4 / 5;
}

.pp-page .intro-image img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.pp-page .intro-image figcaption {
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.35;
}

/* ---------- CO CÓRKA OTRZYMUJE ---------- */

.pp-page .outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pp-page .outcome-card {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .70);
  box-shadow: var(--shadow-soft);
}

.pp-page .outcome-number {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-display);
  color: var(--rose);
  font-size: clamp(42px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -.06em;
}

.pp-page .outcome-card h3 {
  font-size: clamp(24px, 2.2vw, 32px);
}

.pp-page .outcome-card p {
  font-size: 16px;
  line-height: 1.62;
}

/* ---------- DLA KOGO ---------- */

.pp-page .fit-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: start;
}

.pp-page .fit-list {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .64);
  box-shadow: var(--shadow);
}

.pp-page .fit-side {
  display: grid;
  gap: 18px;
  align-self: start;
}

.pp-page .fit-image-wide {
  aspect-ratio: 16 / 9;
}

.pp-page .fit-image-wide img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.pp-page .fit-image-wide figcaption {
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.35;
}

/* ---------- PORÓWNANIE OFERT ---------- */

.pp-page .comparison-question-list {
  margin-top: 0;
}

.pp-page .comparison-question-list li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(23, 23, 23, .08);
}

.pp-page .comparison-question-list li:last-child {
  border-bottom: 0;
}

.pp-page .comparison-side {
  display: grid;
  gap: 18px;
  align-self: start;
}

.pp-page .comparison-image-wide {
  aspect-ratio: 16 / 9;
}

.pp-page .comparison-image-wide img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.pp-page .comparison-image-wide figcaption {
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.35;
}

/* ---------- DLACZEGO 4 UCZESTNICZKI ---------- */

.pp-page .small-group-highlight {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: center;
}

.pp-page .number-card {
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 12%, rgba(249, 89, 138, .10), transparent 16rem),
    rgba(255, 255, 255, .72);
  box-shadow: var(--shadow);
}

.pp-page .number-card strong {
  display: block;
  margin: 0;
  font-family: var(--font-display);
  color: var(--rose);
  font-size: clamp(86px, 13vw, 176px);
  font-weight: 400;
  line-height: .85;
  letter-spacing: -.08em;
}

.pp-page .number-card span {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.24;
}

/* ---------- PROGRAM DWÓCH DNI ---------- */

.pp-page .days-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pp-page .day-card {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 16px 44px rgba(23, 23, 23, .045);
}

.pp-page .day-label {
  margin: 0 0 14px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pp-page .day-card h3 {
  font-size: clamp(27px, 2.8vw, 40px);
}

.pp-page .program-summary {
  margin-top: 22px;
}

.pp-page .feature-row {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
  margin-top: 20px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .56);
}

/* ---------- BEZPIECZEŃSTWO ---------- */

.pp-page .safety-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: start;
}

.pp-page .safety-card {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .70);
  box-shadow: var(--shadow);
}

.pp-page .safety-card h3 {
  font-size: clamp(26px, 2.7vw, 38px);
}

.pp-page .safety-list {
  columns: 2;
  column-gap: 28px;
}

.pp-page .safety-list li {
  break-inside: avoid;
}

.pp-page .safety-side {
  display: grid;
  gap: 18px;
  align-self: start;
}

.pp-page .safety-image-wide {
  aspect-ratio: 3 / 2;
}

.pp-page .safety-image-wide img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.pp-page .safety-image-wide figcaption {
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.35;
}

/* ---------- PROWADZĄCY ---------- */

.pp-page .team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pp-page .team-card {
  padding: 16px 16px 24px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 14px 34px rgba(23, 23, 23, .04);
}

.pp-page .team-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: calc(var(--radius) - 8px);
  object-fit: cover;
  background: var(--paper);
}

.pp-page .team-card h3 {
  margin-top: 18px;
  font-size: clamp(23px, 2vw, 30px);
}

.pp-page .team-card p {
  font-size: 15px;
  line-height: 1.55;
}

.pp-page .team-trust-note {
  max-width: 820px;
  margin-top: 18px;
  padding: 14px 18px;
  border-left: 1px solid var(--gold);
  background: rgba(255, 255, 255, .54);
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.pp-page .team-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 11px 16px;
  border: 1px solid rgba(23, 23, 23, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pp-page .team-profile-link:hover {
  transform: translateY(-1px);
  border-color: rgba(23, 23, 23, .42);
  box-shadow: 0 10px 24px rgba(23, 23, 23, .08);
}

.pp-page .team-card-main img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.pp-page .team-role-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: calc(var(--radius) - 8px);
  background:
    radial-gradient(circle at 80% 14%, rgba(249, 89, 138, .12), transparent 12rem),
    linear-gradient(135deg, rgba(248, 239, 234, .92), rgba(251, 248, 243, .82));
  color: var(--rose);
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.05em;
  text-align: center;
}

.pp-page .team-role-card {
  display: flex;
  flex-direction: column;
}

.pp-page .team-role-card p:last-child {
  margin-bottom: 0;
}

/* ---------- DODATKOWY DOWÓD: SESJA WIZERUNKOWA / MISS ---------- */

.pp-page .image-proof-card {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .66);
  box-shadow: var(--shadow);
}

.pp-page .image-proof-card .small-note {
  margin-top: 18px;
}

.pp-page .image-proof-media {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pp-page .image-proof-video-card {
  width: min(100%, 390px);
}

.pp-page .image-proof-video-card figcaption {
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-radius: 18px;
  font-size: 12.5px;
  line-height: 1.35;
}

/* ---------- BACKSTAGE, PROCES I EFEKTY ---------- */

.pp-page .process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pp-page .process-card {
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .70);
  box-shadow: var(--shadow-soft);
}

.pp-page .process-media {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.pp-page .process-media img,
.pp-page .process-media video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .35s ease;
}

.pp-page .process-card:hover .process-media img,
.pp-page .process-card:hover .process-media video {
  transform: scale(1.025);
}

.pp-page .process-body {
  padding: 22px 22px 24px;
}

.pp-page .process-tag {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pp-page .process-body h3 {
  font-size: clamp(22px, 1.9vw, 28px);
}

.pp-page .process-body p {
  font-size: 15px;
  line-height: 1.58;
}

.pp-page .process-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  margin-top: 22px;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .58);
}

.pp-page .process-video-grid {
  align-items: start;
}

.pp-page .process-video-item {
  display: grid;
  gap: 0;
}

.pp-page .process-video-card {
  margin-top: 24px;
}

/* ---------- OPINIE ---------- */

.pp-page .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pp-page .testimonial-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px 24px;
  border: 1px solid rgba(42, 36, 31, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 46px rgba(31, 24, 18, .06);
}

.pp-page .testimonial-card blockquote,
.pp-page .testimonial-card__quote {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.pp-page .testimonial-card blockquote {
  position: relative;
  padding-left: 26px;
}

.pp-page .testimonial-card blockquote::before {
  content: "„";
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0;
  color: rgba(249, 89, 138, .55);
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
  vertical-align: initial;
}

.pp-page .testimonial-card__author,
.pp-page .testimonial-author {
  margin: auto 0 2px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 750;
}

.pp-page .testimonial-card__role,
.pp-page .testimonial-role {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.pp-page .testimonials-note {
  max-width: 820px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* ---------- DLACZEGO DZIEWCZYNY CHCĄ PRZYJŚĆ ---------- */

.pp-page .teen-motivation-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: start;
}

.pp-page .teen-motivation-card {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 8%, rgba(249, 89, 138, .10), transparent 15rem),
    rgba(255, 255, 255, .64);
  box-shadow: var(--shadow);
}

/* ---------- CZEGO NIE OBIECUJEMY ---------- */

.pp-page .no-promises-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: start;
}

.pp-page .no-promises-card {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(23, 23, 23, .12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .54));
  box-shadow: var(--shadow);
}

.pp-page .no-promises-card li::before {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(181, 146, 77, .12);
}

/* ---------- SEKCJE CTA / CIEMNE ---------- */

.pp-page .cta-section {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 14%, rgba(249, 89, 138, .22), transparent 20rem),
    linear-gradient(135deg, #1b1b1d, #2e2528);
}

.pp-page .cta-section h2,
.pp-page .cta-section h3,
.pp-page .cta-section h4 {
  color: var(--white);
}

.pp-page .cta-section p,
.pp-page .cta-section li {
  color: rgba(255, 255, 255, .74);
}

.pp-page .cta-section li::before {
  background: var(--white);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .10);
}

.pp-page .cta-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .20);
}

/* ---------- TERMINY / EDYCJE ---------- */

.pp-page .editions-section {
  position: relative;
  overflow: hidden;
}

.pp-page .editions-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .12), transparent 24rem),
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, .10), transparent 22rem);
  pointer-events: none;
}

.pp-page .editions-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.pp-page .editions-copy {
  max-width: 720px;
}

.pp-page .editions-copy p + p {
  margin-top: 14px;
}

.pp-page .edition-cards {
  display: grid;
  gap: 18px;
}

.pp-page .edition-card {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3.5vw, 36px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .10);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.pp-page .edition-card h3,
.pp-page .edition-card p {
  margin: 0;
}

.pp-page .edition-card h3 {
  color: var(--white);
  font-size: clamp(25px, 2.6vw, 36px);
}

.pp-page .edition-card .small-note {
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.55;
}

.pp-page .edition-meta {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.pp-page .edition-meta span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.4;
}

.pp-page .edition-meta strong {
  color: var(--white);
  text-align: right;
}

.pp-page .edition-status,
.pp-page .status-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 750;
}

.pp-page .edition-card--soft,
.pp-page .edition-card--waitlist {
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .24);
}

.pp-page .edition-link {
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.pp-page .edition-link:hover {
  color: #ffffff;
}

.pp-page .stripe-box {
  margin-top: 4px;
  width: 100%;
}

.pp-page .stripe-box stripe-buy-button {
  display: block;
  width: 100%;
}

/* ---------- CENA I PŁATNOŚĆ ---------- */

.pp-page .price-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow);
}

.pp-page .price-card strong.price,
.pp-page .price-card .price-value,
.pp-page .price-card > strong {
  display: block;
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: 1;
}

.pp-page .price-list {
  margin-top: 22px;
}

/* ---------- FORMULARZE ---------- */

.pp-page .edition-form,
.pp-page .signup-form,
.pp-page .cb-parent-form {
  display: grid;
  gap: 14px;
  margin-top: 4px;
}

.pp-page .edition-form__field,
.pp-page .form-field {
  display: grid;
  gap: 7px;
}

.pp-page .edition-form label,
.pp-page .signup-form label,
.pp-page .cb-parent-form label,
.pp-page .elementor-field-label {
  color: rgba(255, 255, 255, .90);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.pp-page .edition-form input,
.pp-page .edition-form select,
.pp-page .edition-form textarea,
.pp-page .signup-form input,
.pp-page .signup-form select,
.pp-page .signup-form textarea,
.pp-page .cb-parent-form input,
.pp-page .cb-parent-form select,
.pp-page .cb-parent-form textarea,
.pp-page .elementor-field,
.pp-page .elementor-field-textual {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
  padding: 13px 14px;
  outline: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.pp-page .edition-form textarea,
.pp-page .signup-form textarea,
.pp-page .cb-parent-form textarea {
  min-height: 108px;
  resize: vertical;
}

.pp-page .edition-form input::placeholder,
.pp-page .edition-form textarea::placeholder,
.pp-page .signup-form input::placeholder,
.pp-page .signup-form textarea::placeholder,
.pp-page .cb-parent-form input::placeholder,
.pp-page .cb-parent-form textarea::placeholder,
.pp-page .elementor-field::placeholder,
.pp-page .elementor-field-textual::placeholder {
  color: rgba(255, 255, 255, .58);
}

.pp-page .edition-form input:focus,
.pp-page .edition-form select:focus,
.pp-page .edition-form textarea:focus,
.pp-page .signup-form input:focus,
.pp-page .signup-form select:focus,
.pp-page .signup-form textarea:focus,
.pp-page .cb-parent-form input:focus,
.pp-page .cb-parent-form select:focus,
.pp-page .cb-parent-form textarea:focus,
.pp-page .elementor-field:focus,
.pp-page .elementor-field-textual:focus {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .16);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .12);
}

.pp-page .edition-form select,
.pp-page .signup-form select,
.pp-page .cb-parent-form select {
  appearance: none;
  cursor: pointer;
}

.pp-page .edition-form select option,
.pp-page .signup-form select option,
.pp-page .cb-parent-form select option {
  color: #1b252f;
  background: #ffffff;
}

.pp-page .edition-form__hint,
.pp-page .form-hint {
  margin: -2px 0 4px;
  color: rgba(255, 255, 255, .68);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 400;
}

.pp-page .edition-form__consent,
.pp-page .form-consent {
  margin-top: 2px;
}

.pp-page .edition-form__consent label,
.pp-page .form-consent label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}

.pp-page .edition-form__consent input,
.pp-page .form-consent input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 1px 0 0;
  padding: 0;
  accent-color: #ffffff;
}

.pp-page .edition-form .btn,
.pp-page .signup-form .btn,
.pp-page .cb-parent-form .btn {
  width: 100%;
  margin-top: 4px;
  border: 0;
}

.pp-page .edition-form .small-note,
.pp-page .signup-form .small-note,
.pp-page .cb-parent-form .small-note {
  margin-top: 2px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.5;
}

/* ---------- KARTA PŁATNOŚCI / STRIPE-STYLE ---------- */

.pp-page .payment-card {
  max-width: 380px;
  margin: 30px auto 18px;
  padding: 30px 26px 24px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .13);
  text-align: center;
  color: #1f2937;
}

.pp-page .payment-card-image {
  width: 154px;
  margin: 0 auto 22px;
  overflow: hidden;
  border-radius: 10px;
  background: #f3eee8;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .16);
}

.pp-page .payment-card-image img {
  width: 100%;
  height: auto;
}

.pp-page .payment-card-date {
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.pp-page .payment-card-title {
  max-width: 300px;
  margin: 0 auto 10px;
  color: #374151;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 650;
  letter-spacing: 0;
}

.pp-page .payment-card-price {
  margin: 0 0 24px;
  color: #1f2937;
  font-family: var(--font-body);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .02em;
}

.pp-page .payment-card-button {
  display: block;
  width: 100%;
  padding: 17px 22px;
  border-radius: 8px;
  background: #0570de;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 750;
  text-align: center;
  transition: background .18s ease, transform .18s ease;
}

.pp-page .payment-card-button:hover,
.pp-page .payment-card-button:focus {
  background: #035fc0;
  color: #ffffff;
  transform: translateY(-1px);
}

.pp-page .payment-card-note {
  max-width: 290px;
  margin: 14px auto 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

.pp-page .payment-card-methods-label {
  margin: 18px 0 8px;
  color: #8b95a1;
  font-size: 14px;
  line-height: 1.35;
}

.pp-page .payment-card-methods {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}

.pp-page .payment-card-methods span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 21px;
  padding: 0 7px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #f3f4f6;
  color: #374151;
  font-size: 10px;
  line-height: 1;
  font-weight: 750;
}

/* ---------- FAQ ---------- */

.pp-page .faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.pp-page details {
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: rgba(255, 255, 255, .64);
}

.pp-page summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.35;
}

.pp-page details p {
  margin: 0;
  padding: 0 24px 22px;
}

.pp-page .faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pp-page .faq-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 26px 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.pp-page .faq-item h3 {
  margin: 0 0 8px;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: 0;
}

.pp-page .faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.pp-page .faq-cta {
  max-width: 760px;
  margin: 42px auto 0;
  padding: 28px 30px;
  border: 1px solid rgba(42, 36, 31, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  text-align: center;
  box-shadow: 0 18px 46px rgba(31, 24, 18, .06);
}

.pp-page .faq-cta p {
  max-width: 560px;
  margin: 0 auto 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

/* ---------- KONTAKT ---------- */

.pp-page .contact-card {
  padding: 30px;
  border: 1px solid rgba(42, 36, 31, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 46px rgba(31, 24, 18, .06);
}

.pp-page .contact-card h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

.pp-page .contact-links {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.pp-page .contact-links a {
  width: fit-content;
  border-bottom: 1px solid rgba(42, 36, 31, .24);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.4;
  text-decoration: none;
}

.pp-page .contact-links a:hover {
  border-bottom-color: currentColor;
}

.pp-page .contact-card .small-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* ---------- LOGO / ELEMENTY POMOCNICZE ---------- */

.pp-page .cb-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.pp-page .cb-logo__image {
  display: block;
  width: min(260px, 54vw);
  height: auto;
}

.pp-page .is-hidden {
  display: none !important;
}

/* ---------- RESPONSYWNOŚĆ ---------- */

@media (max-width: 1080px) {
  .pp-page .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-page .team-grid,
  .pp-page .process-grid,
  .pp-page .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-page .safety-list {
    columns: 1;
  }
}

@media (max-width: 1020px) {
  .pp-page .hero {
    min-height: auto;
  }

  .pp-page .hero-grid,
  .pp-page .two-col,
  .pp-page .split-card,
  .pp-page .split-card.reverse,
  .pp-page .comparison,
  .pp-page .price-grid,
  .pp-page .cta-grid,
  .pp-page .contact-grid,
  .pp-page .fit-grid,
  .pp-page .small-group-highlight,
  .pp-page .safety-grid,
  .pp-page .no-promises-grid,
  .pp-page .teen-motivation-grid,
  .pp-page .image-proof-card,
  .pp-page .process-feature,
  .pp-page .editions-grid,
  .pp-page .feature-row {
    grid-template-columns: 1fr;
  }

  .pp-page .split-card.reverse .split-card-text,
  .pp-page .split-card.reverse .image-card {
    order: initial;
  }

  .pp-page .hero-image {
    order: -1;
  }

  .pp-page .hero-image img,
  .pp-page .hero-image video,
  .pp-page .image-card img,
  .pp-page .image-card video {
    min-height: 340px;
  }

  .pp-page .outcome-grid,
  .pp-page .cards-3 {
    grid-template-columns: 1fr;
  }

  .pp-page .cards-2,
  .pp-page .days-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .pp-page .faq-grid,
  .pp-page .team-grid,
  .pp-page .process-grid,
  .pp-page .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .pp-page .faq-item {
    padding: 22px 20px;
  }

  .pp-page .faq-item h3 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .pp-page {
    font-size: 16px;
    line-height: 1.62;
  }

  .cb-parent-wrap,
  .pp-page .wrap {
    width: min(var(--wrap), calc(100% - 28px));
  }

  .pp-page .section,
  .pp-page .cb-parent-section {
    padding-block: clamp(48px, 12vw, 76px);
  }

  .pp-page .eyebrow {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: .12em;
  }

  .pp-page .eyebrow::after {
    width: 52px;
  }

  .pp-page h1 {
    font-size: clamp(40px, 11.6vw, 58px);
    line-height: .98;
  }

  .pp-page h2 {
    font-size: clamp(32px, 8.8vw, 44px);
  }

  .pp-page h3 {
    font-size: clamp(23px, 6.6vw, 32px);
  }

  .pp-page .lead {
    font-size: 20px;
    line-height: 1.4;
  }

  .pp-page .lead-small {
    font-size: 18px;
    line-height: 1.45;
  }

  .pp-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pp-page .btn,
  .pp-page .elementor-button {
    width: 100%;
  }

  .pp-page .text-link {
    justify-content: center;
  }

  .pp-page .hero-facts {
    grid-template-columns: 1fr;
  }

  .pp-page .split-card,
  .pp-page .feature-row,
  .pp-page .comparison-card,
  .pp-page .day-card,
  .pp-page .card,
  .pp-page .quiet-panel,
  .pp-page .price-card,
  .pp-page .cta-card,
  .pp-page .edition-card,
  .pp-page .team-card,
  .pp-page .testimonial-card,
  .pp-page .process-card,
  .pp-page .contact-card,
  .pp-page .number-card,
  .pp-page .safety-card,
  .pp-page .no-promises-card,
  .pp-page .teen-motivation-card,
  .pp-page .fit-list {
    border-radius: 24px;
  }

  .pp-page .image-card {
    border-radius: 26px;
  }

  .pp-page .image-card figcaption,
  .pp-page .media-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    border-radius: 18px;
  }

  .pp-page .statement,
  .pp-page .price-card strong.price,
  .pp-page .price-card .price-value,
  .pp-page .price-card > strong {
    font-size: clamp(28px, 8vw, 40px);
  }

  .pp-page .edition-form input,
  .pp-page .edition-form select,
  .pp-page .edition-form textarea,
  .pp-page .signup-form input,
  .pp-page .signup-form select,
  .pp-page .signup-form textarea,
  .pp-page .cb-parent-form input,
  .pp-page .cb-parent-form select,
  .pp-page .cb-parent-form textarea,
  .pp-page .elementor-field,
  .pp-page .elementor-field-textual {
    border-radius: 12px;
    font-size: 16px;
  }

  .pp-page .edition-form__consent label,
  .pp-page .form-consent label {
    font-size: 12.5px;
  }

  .pp-page .payment-card {
    max-width: 100%;
    padding: 26px 20px 22px;
  }

  .pp-page .payment-card-title {
    font-size: 17px;
  }

  .pp-page .payment-card-price {
    font-size: 34px;
  }

  .pp-page .payment-card-button {
    font-size: 17px;
  }

  .pp-page .contact-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .pp-page .contact-card h3 {
    font-size: 21px;
  }

  .pp-page .contact-links a {
    font-size: 16px;
  }
}

@media (max-width: 1020px) {
  .pp-page .hero-video-card {
    width: min(100%, 360px);
    order: -1;
  }
}

@media (max-width: 760px) {
  .pp-page .image-proof-video-card {
    width: min(100%, 340px);
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .pp-page .hero-video-card {
    width: min(100%, 320px);
  }

  .pp-page .hero-video-play {
    width: 72px;
    height: 72px;
  }

  .pp-page .hero-video-play-icon {
    border-left-width: 18px;
    border-top-width: 12px;
    border-bottom-width: 12px;
  }
}

/* ---------- OGRANICZENIE ANIMACJI ---------- */

@media (prefers-reduced-motion: reduce) {
  .pp-page,
  .pp-page *,
  .pp-page *::before,
  .pp-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ---------- WYRÓWNANIE VIDEO W SEKCJI: BACKSTAGE, PROCES I EFEKTY ---------- */

.pp-page .days-grid.process-video-grid {
align-items: stretch !important;
}

.pp-page .days-grid.process-video-grid > .process-video-item {
display: flex !important;
flex-direction: column !important;
height: 100%;
}

.pp-page .days-grid.process-video-grid > .process-video-item .process-video-card {
margin-top: auto !important;
align-self: center;
}

.pp-page .days-grid.process-video-grid > .process-video-item > p:not(.day-label):last-of-type {
margin-bottom: clamp(34px, 4vw, 58px);
}

@media (max-width: 1020px) {
.pp-page .days-grid.process-video-grid > .process-video-item .process-video-card {
margin-top: 28px !important;
}

.pp-page .days-grid.process-video-grid > .process-video-item > p:not(.day-label):last-of-type {
margin-bottom: 0;
}
}
/* ---------- OBRAZ W SEKCJI: DLACZEGO DZIEWCZYNY CHCĄ PRZYJŚĆ ---------- */

.pp-page .teen-motivation-side {
display: grid;
gap: 18px;
align-self: start;
}

.pp-page .teen-motivation-image {
aspect-ratio: 3 / 2;
}

.pp-page .teen-motivation-image img {
width: 100%;
height: 100%;
min-height: 0 !important;
aspect-ratio: 3 / 2;
object-fit: cover;
}

.pp-page .teen-motivation-image figcaption {
border-radius: 18px;
font-size: 13px;
line-height: 1.35;
}
/* ---------- OBRAZ W SEKCJI: CZEGO NIE OBIECUJEMY ---------- */

.pp-page .no-promises-side {
display: grid;
gap: 18px;
align-self: start;
}

.pp-page .no-promises-image {
aspect-ratio: 16 / 9;
}

.pp-page .no-promises-image img {
width: 100%;
height: 100%;
min-height: 0 !important;
aspect-ratio: 16 / 9;
object-fit: cover;
}

.pp-page .no-promises-image figcaption {
border-radius: 18px;
font-size: 13px;
line-height: 1.35;
}


/* ---------- SEKCJA: NAJBLIŻSZE EDYCJE / TERMINY ---------- */

.pp-page .editions-list {
display: grid;
gap: 22px;
margin-top: clamp(28px, 4vw, 46px);
}

.pp-page .edition-card {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
gap: clamp(22px, 4vw, 42px);
align-items: stretch;
width: 100%;
padding: clamp(24px, 4vw, 42px);
border: 1px solid rgba(69, 46, 36, .14);
border-radius: 30px;
background:
linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(245, 238, 230, .92)),
var(--paper, #f7f0e8);
box-shadow: 0 18px 45px rgba(45, 32, 24, .08);
}

.pp-page .edition-card-active {
border-color: rgba(115, 72, 46, .24);
background:
linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(241, 226, 211, .96)),
var(--paper, #f7f0e8);
}

.pp-page .edition-main {
min-width: 0;
}

.pp-page .edition-header {
margin-bottom: 22px;
}

.pp-page .edition-label {
display: inline-flex;
width: fit-content;
margin: 0 0 12px;
padding: 7px 12px;
border: 1px solid rgba(69, 46, 36, .14);
border-radius: 999px;
background: rgba(255, 255, 255, .62);
color: var(--muted, #7d6f66);
font-size: 12px;
line-height: 1;
letter-spacing: .08em;
text-transform: uppercase;
}

.pp-page .edition-header h3 {
margin: 0;
max-width: 760px;
}

.pp-page .edition-date {
margin: 10px 0 0;
color: var(--muted, #7d6f66);
font-size: clamp(17px, 2vw, 21px);
line-height: 1.35;
}

.pp-page .edition-details {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}

.pp-page .edition-detail {
padding: 15px 16px;
border: 1px solid rgba(69, 46, 36, .10);
border-radius: 18px;
background: rgba(255, 255, 255, .55);
}

.pp-page .edition-detail span {
display: block;
margin-bottom: 5px;
color: var(--muted, #7d6f66);
font-size: 12px;
line-height: 1.25;
letter-spacing: .06em;
text-transform: uppercase;
}

.pp-page .edition-detail strong {
display: block;
color: var(--text, #2b211c);
font-size: 15px;
line-height: 1.35;
font-weight: 650;
}

.pp-page .edition-action {
display: flex;
flex-direction: column;
justify-content: center;
padding: clamp(20px, 3vw, 28px);
border-radius: 24px;
background: rgba(255, 255, 255, .48);
}

.pp-page .edition-action p {
margin: 0 0 18px;
color: var(--muted, #7d6f66);
font-size: 15px;
line-height: 1.55;
}

.pp-page .edition-action .btn {
width: 100%;
justify-content: center;
text-align: center;
}

@media (max-width: 1020px) {
.pp-page .edition-card {
grid-template-columns: 1fr;
}

.pp-page .edition-action {
justify-content: flex-start;
}
}

@media (max-width: 680px) {
.pp-page .edition-details {
grid-template-columns: 1fr;
}

.pp-page .edition-card {
border-radius: 24px;
padding: 22px;
}

.pp-page .edition-action {
padding: 18px;
}
}
/* ---------- POPRAWKA KOLORÓW: BOKSY EDYCJI / TERMINÓW ---------- */

.pp-page .edition-card,
.pp-page .edition-card * {
color: var(--text, #2b211c);
}

.pp-page .edition-card .edition-label,
.pp-page .edition-card .edition-date,
.pp-page .edition-card .edition-action p,
.pp-page .edition-card .edition-detail span {
color: var(--muted, #7d6f66);
}

.pp-page .edition-card .edition-header h3,
.pp-page .edition-card .edition-detail strong,
.pp-page .edition-card .edition-action strong {
color: var(--text, #2b211c) !important;
}

.pp-page .edition-card .btn {
color: #fff !important;
}

.pp-page .edition-card .btn-ghost {
color: var(--text, #2b211c) !important;
}
/* ---------- ODSTĘP MIĘDZY ETYKIETĄ A NAGŁÓWKIEM W BOKSIE EDYCJI ---------- */

.pp-page .edition-card .edition-header .edition-label {
margin: 0 0 22px 0 !important;
}

.pp-page .edition-card .edition-header h3 {
margin-top: 0 !important;
padding-top: 0 !important;
line-height: 1.02;
}



/* ---------- POSE & PRESENCE, DODATKI WDROŻENIOWE ---------- */

.pp-page {
  --rose: #b56c78;
  --rose-strong: #d85b7c;
  --gold: #ad8b52;
  --ink: #171717;
  --ink-soft: #303033;
}

.pp-page .pp-media-placeholder {
  min-height: clamp(360px, 34vw, 540px);
  display: grid;
  place-items: center;
  padding: 34px;
  border: 1px solid rgba(23, 23, 23, .10);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 80% 18%, rgba(216, 91, 124, .14), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, .74), rgba(248, 239, 234, .82));
  box-shadow: var(--shadow);
  text-align: center;
}

.pp-page .pp-media-placeholder p {
  max-width: 360px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.pp-page .pp-media-placeholder strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.pp-page .pp-day-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(28px, 4vw, 44px);
}

.pp-page .pp-day-card {
  padding: clamp(24px, 3.2vw, 38px);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .68);
  box-shadow: var(--shadow-soft);
}

.pp-page .pp-day-card h3 {
  margin-top: 0;
}

.pp-page .pp-day-card .label {
  margin-bottom: 10px;
}

.pp-page .pp-review-source {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.pp-page .pp-placeholder-note {
  padding: 18px 20px;
  border: 1px dashed rgba(23, 23, 23, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .52);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.pp-page details.faq-item {
  padding: 22px 24px;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: rgba(255, 255, 255, .64);
  box-shadow: var(--shadow-soft);
}

.pp-page details.faq-item + details.faq-item {
  margin-top: 12px;
}

.pp-page details.faq-item summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.35;
}

.pp-page details.faq-item p {
  margin-top: 14px;
}

.pp-page .contact-card,
.pp-page .form-card {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .10);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.pp-page .contact-card h3,
.pp-page .form-card h3 {
  color: var(--white);
}

.pp-page .contact-card p,
.pp-page .form-card p,
.pp-page .contact-card li,
.pp-page .form-card li {
  color: rgba(255, 255, 255, .78);
}

.pp-page .form-card .small-note {
  color: rgba(255,255,255,.72);
}

.pp-page .form-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  line-height: 1.45;
}

.pp-page .form-consent input {
  width: auto !important;
  min-height: 0 !important;
  margin-top: 4px;
}

@media (max-width: 820px) {
  .pp-page .pp-day-grid {
    grid-template-columns: 1fr;
  }
}
/* ---------- DWA ZDJĘCIA W SEKCJI: KTO CIĘ PROWADZI ---------- */

.pp-page .pp-about-photo-stack {
  display: grid;
  gap: 18px;
  align-self: start;
}

.pp-page .pp-about-photo {
  aspect-ratio: 4 / 5;
}

.pp-page .pp-about-photo img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.pp-page .pp-about-photo figcaption {
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 1020px) {
  .pp-page .pp-about-photo-stack {
    max-width: 520px;
    margin-inline: auto;
  }
}
/* ---------- POPRAWKA KOLORÓW: SEKCJA NAJBLIŻSZE EDYCJE ---------- */

.pp-page .editions-section .edition-card {
  color: var(--ink);
}

.pp-page .editions-section .edition-card h3,
.pp-page .editions-section .edition-card strong,
.pp-page .editions-section .edition-card .edition-detail strong {
  color: var(--ink) !important;
}

.pp-page .editions-section .edition-card p,
.pp-page .editions-section .edition-card .small-note,
.pp-page .editions-section .edition-card .edition-date,
.pp-page .editions-section .edition-card .edition-detail span {
  color: var(--muted) !important;
}

.pp-page .editions-section .edition-card .edition-status,
.pp-page .editions-section .edition-card .edition-label {
  color: var(--ink) !important;
  border-color: rgba(23, 23, 23, .14);
  background: rgba(255, 255, 255, .62);
}

.pp-page .editions-section .edition-card .btn {
  border-color: var(--ink) !important;
  background: var(--ink) !important;
  color: var(--white) !important;
  box-shadow: 0 12px 28px rgba(23, 23, 23, .12);
}

.pp-page .editions-section .edition-card .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(23, 23, 23, .16);
}

.pp-page .editions-section .edition-card .btn.btn-ghost {
  border-color: rgba(23, 23, 23, .18) !important;
  background: rgba(255, 255, 255, .72) !important;
  color: var(--ink) !important;
  box-shadow: none;
}
/* ---------- SEKCJA: NAJBLIŻSZE EDYCJE, WERSJA JAK C&B ---------- */

.pp-page .pp-editions-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(197, 116, 132, .10), transparent 18rem),
    linear-gradient(180deg, rgba(248, 239, 234, .72), rgba(251, 248, 243, .96)),
    var(--paper-warm);
}

.pp-page .pp-editions-section,
.pp-page .pp-editions-section * {
  color: inherit;
}

.pp-page .editions-list {
  display: grid;
  gap: 22px;
  margin-top: clamp(28px, 4vw, 46px);
}

.pp-page .edition-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(22px, 4vw, 42px);
  align-items: stretch;
  width: 100%;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(69, 46, 36, .14);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(245, 238, 230, .92)),
    var(--paper);
  box-shadow: 0 18px 45px rgba(45, 32, 24, .08);
}

.pp-page .edition-card-active {
  border-color: rgba(115, 72, 46, .24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(241, 226, 211, .96)),
    var(--paper);
}

.pp-page .edition-main {
  min-width: 0;
}

.pp-page .edition-header {
  margin-bottom: 22px;
}

.pp-page .edition-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 22px;
  padding: 7px 12px;
  border: 1px solid rgba(197, 116, 132, .24);
  border-radius: 999px;
  background: rgba(197, 116, 132, .10);
  color: var(--rose) !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pp-page .edition-header h3 {
  margin: 0;
  max-width: 760px;
  color: var(--ink) !important;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.02;
}

.pp-page .edition-date {
  margin: 10px 0 0;
  color: var(--muted) !important;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.35;
}

.pp-page .edition-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pp-page .edition-detail {
  padding: 15px 16px;
  border: 1px solid rgba(69, 46, 36, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .55);
}

.pp-page .edition-detail span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted) !important;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pp-page .edition-detail strong {
  display: block;
  color: var(--ink) !important;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.pp-page .edition-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 24px;
  background: rgba(255, 255, 255, .48);
}

.pp-page .edition-action p {
  margin: 0 0 18px;
  color: var(--muted) !important;
  font-size: 15px;
  line-height: 1.55;
}

.pp-page .edition-action .btn {
  width: 100%;
  justify-content: center;
  border-color: var(--ink) !important;
  background: var(--ink) !important;
  color: var(--white) !important;
  text-align: center;
}

.pp-page .edition-action .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(23, 23, 23, .16);
}

@media (max-width: 1020px) {
  .pp-page .edition-card {
    grid-template-columns: 1fr;
  }

  .pp-page .edition-action {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .pp-page .edition-details {
    grid-template-columns: 1fr;
  }

  .pp-page .edition-card {
    padding: 22px;
    border-radius: 24px;
  }

  .pp-page .edition-action {
    padding: 18px;
  }
}
/* ---------- ZDJĘCIE W SEKCJI: DLA KOGO ---------- */

.pp-page .pp-fit-photo {
  aspect-ratio: 2 / 3;
}

.pp-page .pp-fit-photo img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.pp-page .pp-fit-photo figcaption {
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.35;
}
/* ---------- ZDJĘCIA 4:5 W SEKCJI: BACKSTAGE, PROCES I EFEKTY ---------- */

.pp-page .pp-process-photo {
  aspect-ratio: 4 / 5;
}

.pp-page .pp-process-photo img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}/* End custom CSS */