/* Princess party websites landing page (/princess-party-websites/).
   Page-specific components only. Hero, cards, forms and the FAQ reuse the
   shared design system plus works.css / services.css / website-design.css /
   swim-school.css, already loaded before this file. */

/* ---- Hero trust strip (block 1) ---- */
.pp-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 22px 0 0;
  padding: 0;
}
.pp-trust li {
  position: relative;
  color: var(--gray-2);
  font-size: 14px;
  font-weight: 500;
  padding-left: 18px;
}
.pp-trust li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--pw-color);
}

/* ---- WhatsApp button (hero + final CTA) ---- */
.pp-wa {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  padding: 0 22px;
  height: 52px;
  border-radius: 999px;
  background: #25d366;
  border: 1px solid #25d366;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}
.pp-wa:hover { background: #1fb457; border-color: #1fb457; }
.pp-wa .wa-ic { width: 20px; height: 20px; color: #fff; flex-shrink: 0; }
.pp-wa--ink { height: 46px; }

/* ---- Block 2: the week she is having ---- */
.pp-week-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 820px;
}
.pp-week-list li {
  position: relative;
  padding: 16px 18px 16px 52px;
  background: var(--paper-2, #f6f4ef);
  border: 1px solid var(--line, rgba(0,0,0,.08));
  border-radius: 14px;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.5;
}
.pp-week-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--pw-color);
}
.pp-week-close {
  margin: 24px 0 0;
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 600;
  max-width: 820px;
}

/* ---- Block 4: two live sites ---- */
.pp-sites {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
  margin-top: 8px;
}
.pp-site {
  border: 1px solid var(--line, rgba(0,0,0,.08));
  border-radius: 18px;
  overflow: hidden;
  background: var(--paper);
  display: flex;
  flex-direction: column;
}
.pp-site-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper-2, #f2efe9);
}
.pp-site-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .5s ease;
}
.pp-site-media:hover img { transform: scale(1.03); }
.pp-site-media .ph-label {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  background: rgba(20,18,16,.72);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
}
.pp-site-body {
  padding: clamp(18px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.pp-site-body h3 { margin: 0; font-size: clamp(19px, 2vw, 23px); }
.pp-site-body p { margin: 0; color: var(--gray-1, #3a3733); line-height: 1.55; }
.pp-site-links {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding-top: 6px;
}

/* Testimonial */
.pp-testimonial { margin-top: clamp(28px, 4vw, 44px); }
.pp-testimonial figure {
  margin: 0;
  max-width: 900px;
  padding: clamp(22px, 3vw, 34px);
  border-left: 3px solid var(--pw-color);
  background: var(--paper-2, #f6f4ef);
  border-radius: 0 16px 16px 0;
}
.pp-testimonial blockquote {
  margin: 0 0 18px;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.45;
  font-weight: 500;
}
.pp-testimonial figcaption { display: flex; align-items: center; gap: 14px; }
.pp-t-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--ink, #17140f);
  flex-shrink: 0;
}
.pp-t-avatar img { width: 100%; height: 100%; object-fit: cover; }
.pp-t-avatar img.failed { display: none; }
.pp-t-who { display: flex; flex-direction: column; }
.pp-t-who .nm { font-weight: 700; }
.pp-t-who .role { color: var(--gray-2); font-size: 14px; }

/* Shared inline CTA row */
.pp-inline-cta { margin-top: clamp(26px, 4vw, 40px); }

/* ---- Block 5: the character name problem ---- */
.pp-safe { background: var(--paper-2, #f6f4ef); }
.pp-safe-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}
.pp-safe-body p { line-height: 1.6; margin: 0 0 16px; }
.pp-safe-names {
  list-style: none;
  margin: 4px 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pp-safe-names li {
  border: 1px solid var(--line, rgba(0,0,0,.14));
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  background: var(--paper);
}
.pp-smallprint { font-size: 13.5px; color: var(--gray-2); font-style: italic; }
.pp-inline-note { font-weight: 600; }
.pp-inline-note a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--pw-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.pp-inline-note a:hover { text-decoration-color: var(--ink); }

/* ---- Block 6: how it works ---- */
.pp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 26px);
}
.pp-step {
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid var(--line, rgba(0,0,0,.08));
  border-radius: 16px;
  background: var(--paper);
}
.pp-step-n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ink, #17140f);
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}
.pp-step h3 { margin: 0 0 10px; font-size: clamp(18px, 1.9vw, 21px); }
.pp-step p { margin: 0; color: var(--gray-1, #3a3733); line-height: 1.55; }
.pp-note {
  margin: clamp(24px, 3vw, 34px) 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--pw-color);
  background: var(--paper-2, #f6f4ef);
  border-radius: 0 12px 12px 0;
  line-height: 1.55;
  max-width: 900px;
}

/* ---- Block 7: what it costs ---- */
.pp-cost-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 26px);
}
.pp-cost-card {
  padding: clamp(22px, 2.6vw, 30px);
  border: 1px solid var(--line, rgba(0,0,0,.08));
  border-radius: 16px;
  background: var(--paper);
}
.pp-cost-card h3 { margin: 0 0 12px; font-size: clamp(20px, 2.2vw, 25px); }
.pp-cost-card p { margin: 0; color: var(--gray-1, #3a3733); line-height: 1.55; }

/* ---- Block 8: checklist ---- */
.pp-checklist-panel {
  border-radius: clamp(18px, 2.5vw, 26px);
  padding: clamp(26px, 4vw, 52px);
}
.pp-checklist-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.pp-checklist-copy .title { margin: 14px 0 16px; }
.pp-checklist-copy p { color: rgba(255,255,255,.82); line-height: 1.6; margin: 0; }
.pp-checklist-form.swim-form label { color: #fff; }
.pp-checklist-form.swim-form input {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.22);
  color: #fff;
}
.pp-checklist-form.swim-form input:focus { border-color: #fff; }
.pp-checklist-foot { margin-top: 8px; }
.pp-consent { color: rgba(255,255,255,.6); font-size: 13px; margin: 14px 0 0; line-height: 1.5; }
.pp-checklist-success { text-align: center; padding: clamp(16px, 3vw, 34px) 0; color: #fff; }
.pp-checklist-success .succ-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25d366; color: #fff; font-size: 26px; margin-bottom: 14px;
}
.pp-checklist-success h3 { margin: 0 0 8px; outline: none; }
.pp-checklist-success p { color: rgba(255,255,255,.82); margin: 0; }

/* Final CTA: WhatsApp on the ink panel. Override .swim-cta-contact a
   (border-bottom + padding-bottom) so the green pill stays a clean pill. */
.pp-prefer { color: rgba(255,255,255,.7); font-size: 14px; margin: 16px 0 0; }
.swim-cta-contact .pp-wa {
  color: #fff;
  border-bottom: 0;
  padding: 0 22px;
  font-weight: 600;
}

/* ---- Responsive ---- */
@media (max-width: 860px) {
  .pp-sites { grid-template-columns: 1fr; }
  .pp-safe-grid { grid-template-columns: 1fr; }
  .pp-steps { grid-template-columns: 1fr; }
  .pp-cost-grid { grid-template-columns: 1fr; }
  .pp-checklist-grid { grid-template-columns: 1fr; }
}
