/* eResonate — watchparty.css
   The WatchParty product page. Room styling itself comes from live.css, which
   this page also loads; everything here is the page around it. */
.wp-wrap { padding: 2.5rem 0 4rem; }

.wp-hero { max-width: 760px; margin: 0 auto 3.5rem; text-align: center; }
.wp-hero h1 {
  font-family: 'Outfit', sans-serif; font-weight: 900; line-height: 1.05;
  font-size: clamp(2.2rem, 6vw, 3.6rem); margin: 0.6rem 0 1rem;
}
.wp-hero .section-label { justify-content: center; display: flex; }
.wp-lede { font-size: 1.08rem; line-height: 1.65; color: var(--text-muted, #9098AC); margin: 0 0 1.8rem; }
.wp-hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; }

.wp-h2 {
  font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.5rem;
  margin: 0 0 0.4rem;
}
.wp-sub { color: var(--text-muted, #9098AC); margin: 0 0 1.4rem; }
.wp-how, .wp-privacy, .wp-rooms, .wp-why { margin-bottom: 3.4rem; }

/* how it works */
.wp-steps { list-style: none; counter-reset: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: 0.8rem; }
.wp-steps li {
  display: grid; grid-template-columns: 42px 1fr; gap: 0.9rem; align-items: start;
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1rem 1.2rem; line-height: 1.6;
  color: var(--text-muted, #9098AC);
}
.wp-steps li b { color: var(--text); display: block; margin-bottom: 0.15rem; }
.wp-step-n {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(46, 92, 255, 0.16); color: var(--accent-text, #5B8CFF);
  font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 0.95rem;
}

/* camera + privacy */
.wp-priv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; margin-top: 1.2rem; }
.wp-priv {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.2rem;
}
.wp-priv-ico { font-size: 1.5rem; display: block; margin-bottom: 0.5rem; }
.wp-priv b { display: block; margin-bottom: 0.3rem; }
.wp-priv p { margin: 0; color: var(--text-muted, #9098AC); font-size: 0.92rem; line-height: 1.6; }

/* the live rooms block borrows live.css, so only the wrapper needs anything */
.wp-rooms .watch2gether { margin: 0; padding: 0; }
.wp-rooms .w2g-title { font-size: 1.15rem; margin: 1.4rem 0 0.8rem; }

/* why it matters */
.wp-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin-top: 1.2rem; }
.wp-why-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.3rem;
}
.wp-why-card b { display: block; margin-bottom: 0.4rem; color: var(--accent-text, #5B8CFF); }
.wp-why-card p { margin: 0; color: var(--text-muted, #9098AC); line-height: 1.65; }

@media (max-width: 640px) {
  .wp-wrap { padding-top: 1.6rem; }
  .wp-steps li { grid-template-columns: 34px 1fr; padding: 0.9rem 1rem; }
}
