/* play/play.css — shared styles for the /play/<preset>.html SEO pages.
   Layered on top of the app-wide /styles.css (brings in the CSS custom
   properties: --bg, --text, --muted, --accent, --accent-2, --line, --line-2).
   Structure mirrors the landing page (index.html)'s inline <style> block —
   .lp / .lp-nav / .hero / .cta / trust-strip / footer.lp-foot — so these
   pages read as the same site, not a bolted-on microsite. */

html, body { overflow-x: hidden; overflow-y: auto; height: auto; width: auto; max-width: 100%; }
body { display: block; }
.lp { max-width: 900px; margin: 0 auto; padding: 0 24px; }

/* NAV --------------------------------------------------------------------- */
.lp-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  max-width: 1100px; margin: 0 auto;
  gap: 12px;
}
.lp-nav .brand { display: flex; gap: 10px; align-items: center; font-weight: 600; min-width: 0; text-decoration: none; color: var(--text); }
.lp-nav .brand .logo { width: 28px; height: 28px; flex: 0 0 auto; border-radius: 6px; }
.lp-nav .brand .title { font-size: 15px; white-space: nowrap; }
.lp-nav-links { display: flex; gap: 18px; align-items: center; flex-shrink: 0; }
.lp-nav-links a { color: var(--muted); text-decoration: none; font-size: 13px; }
.lp-nav-links a:hover { color: var(--text); }
.lp-nav-links .btn-buy {
  background: linear-gradient(180deg, rgba(106,166,255,0.32), rgba(106,166,255,0.10));
  border: 1px solid rgba(106,166,255,0.6);
  color: var(--text); padding: 7px 14px; border-radius: 8px; font-size: 13px; font-weight: 600;
}
@media (max-width: 540px) {
  .lp-nav { padding: 14px 18px; gap: 10px; }
  .lp-nav-links { gap: 12px; }
  .lp-nav-links a:not(.btn-buy) { display: none; }
}

/* BREADCRUMB ---------------------------------------------------------------- */
.crumbs { max-width: 900px; margin: 0 auto; padding: 0 24px; font-size: 13px; color: var(--muted); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--accent-2); }

/* HERO ----------------------------------------------------------------------- */
.hero { padding: 28px 0 30px; text-align: center; }
.hero h1 {
  font-size: clamp(28px, 4.6vw, 46px);
  line-height: 1.12;
  margin: 0 0 16px;
  letter-spacing: -0.4px;
}
.hero h1 .accent {
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lede {
  font-size: clamp(15px, 1.7vw, 18px);
  color: var(--muted); max-width: 620px; margin: 0 auto 24px;
  line-height: 1.55;
}
.hero .cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.trust-strip {
  display: flex; gap: 8px 18px; justify-content: center; flex-wrap: wrap;
  list-style: none; margin: 0 0 8px; padding: 0;
  color: var(--muted); font-size: 13px;
}
.trust-strip li { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.trust-strip li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent-2); opacity: 0.75; flex: 0 0 auto;
}
.cta {
  padding: 13px 24px; border-radius: 10px; font-size: 15px; font-weight: 600;
  border: 1px solid var(--line-2); background: var(--bg-2); color: var(--text);
  text-decoration: none; cursor: pointer; display: inline-block;
  transition: transform 80ms ease, background 120ms ease;
}
.cta:hover { transform: translateY(-1px); }
.cta.primary {
  background: linear-gradient(180deg, rgba(106,166,255,0.36), rgba(106,166,255,0.12));
  border-color: rgba(106,166,255,0.6);
  font-size: 16px; padding: 15px 30px;
}
.cta.primary:hover { background: linear-gradient(180deg, rgba(106,166,255,0.48), rgba(106,166,255,0.18)); }
.cta.ghost { background: transparent; color: var(--muted); }
.cta.ghost:hover { color: var(--text); border-color: var(--line); }

/* ARTICLE BODY --------------------------------------------------------------- */
.play-article { padding: 8px 0 40px; }
.play-article p { color: var(--text); font-size: 15.5px; line-height: 1.75; margin: 0 0 18px; }
.play-article h2 { font-size: clamp(19px, 2.2vw, 24px); margin: 36px 0 14px; }

/* TRY THIS list --------------------------------------------------------------- */
.try-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 18px 0 30px; }
@media (max-width: 760px) { .try-grid { grid-template-columns: 1fr; } }
.try-card {
  background: var(--bg-1); border: 1px solid var(--line); border-radius: 12px;
  padding: 18px;
}
.try-card .try-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(138,208,255,0.2), rgba(106,166,255,0.05));
  border: 1px solid rgba(138,208,255,0.25); color: var(--accent-2);
  font-size: 12px; font-weight: 700; margin-bottom: 10px;
}
.try-card p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }
.try-card strong { color: var(--text); }

/* MID-PAGE CTA card ----------------------------------------------------------- */
.play-cta-card {
  text-align: center; padding: 36px 24px; margin: 8px 0 44px;
  border-radius: 16px; border: 1px solid var(--line-2);
  background: radial-gradient(ellipse at 50% 0%, rgba(106,166,255,0.10), transparent 60%), var(--bg-1);
}
.play-cta-card h2 { margin: 0 0 8px; }
.play-cta-card p { color: var(--muted); font-size: 14px; margin: 0 0 20px; }

/* EXPLORE OTHER PRESETS ------------------------------------------------------- */
.explore-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin: 0 0 30px;
}
@media (max-width: 700px) { .explore-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .explore-grid { grid-template-columns: 1fr; } }
.explore-grid a {
  display: block; text-decoration: none; color: var(--text);
  background: var(--bg-1); border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 14px; font-size: 13.5px; transition: border-color 120ms ease;
}
.explore-grid a:hover { border-color: rgba(138,208,255,0.4); color: var(--accent-2); }
.explore-grid a span { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }

/* FOOTER (matches index.html) ------------------------------------------------- */
footer.lp-foot { border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); font-size: 13px; }
footer.lp-foot .row {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
}
footer.lp-foot a { color: var(--muted); text-decoration: none; }
footer.lp-foot a:hover { color: var(--text); }
footer.lp-foot .links { display: flex; gap: 16px; flex-wrap: wrap; }
footer.lp-foot .pro-note { max-width: 1100px; margin: 0 auto 16px; padding: 0 24px; font-size: 12px; color: var(--muted); }
