/* Additive product styles; policy pages retain the unchanged site.css. */
.product { padding-bottom: 3rem; }
.product-hero { padding-block: clamp(2.5rem, 7vw, 6rem); }
.product-hero h1 { max-width: 19ch; font-size: clamp(2.35rem, 5.7vw, 4.8rem); line-height: 1.09; letter-spacing: -.045em; }
.product-hero .lead { max-width: 47rem; }
.play-cta { display: inline-flex; gap: 1.2rem; align-items: center; margin-top: .6rem; padding: .85rem 1.35rem; background: var(--blue-deep); color: white; border-radius: .7rem; font-weight: 750; text-decoration: none; }
.play-cta:hover { background: var(--blue); color: white; }
.small-note { max-width: 40rem; font-size: .9rem; color: var(--muted); }
.section-block { margin-block: 1rem 4.5rem; }
.section-block h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.22; letter-spacing: -.025em; margin-bottom: 1rem; }
.section-block h3 { font-size: 1.35rem; line-height: 1.3; }
.use-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; }
.use-grid .card { margin: 0; }
.use-grid ul { padding-left: 1.3rem; }
.use-grid li { margin-block: .5rem; }
.pro-card { border-top: 4px solid var(--blue); }
.screen-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; margin-top: 1.75rem; }
.screen-grid figure { margin: 0; min-width: 0; }
.screen-grid img { display: block; width: 100%; max-width: 18rem; height: auto; margin-inline: auto; border: 1px solid var(--line); border-radius: 1rem; background: white; box-shadow: var(--shadow); }
.screen-grid figcaption { margin-top: 1.2rem; font-size: .93rem; color: var(--muted); }
.screen-grid strong { display: block; color: var(--ink); margin-bottom: .25rem; }
.start-panel { background: #e5efff; padding: clamp(1.3rem,4vw,3rem); border-radius: 1.5rem; }
.start-panel li { padding-left: .3rem; margin-block: .7rem; }
.faq { max-width: 52rem; }
.faq details { border-bottom: 1px solid var(--line); padding-block: 1.1rem; }
.faq summary { font-size: 1.08rem; font-weight: 700; cursor: pointer; }
.guide { max-width: 52rem; }
.guide .hero h1 { max-width: 23ch; font-size: clamp(2.15rem,4.5vw,3.6rem); }
.guide section { margin-block: 2.5rem; }
.guide h2 { line-height: 1.3; }
.checklist { list-style: none; padding: 0; }
.checklist li { position: relative; padding: .65rem .25rem .65rem 2rem; border-bottom: 1px solid var(--line); }
.checklist li::before { content: ''; position: absolute; left: .15rem; top: 1rem; width: .9rem; height: .9rem; border: 1.5px solid var(--ink); }
.guide-note { border-left: 4px solid var(--blue); padding: .5rem 1.2rem; background: #e5efff; }
@media (max-width: 680px) {
  .use-grid,.screen-grid { grid-template-columns: 1fr; }
  .screen-grid { gap: 2.2rem; }
  .screen-grid img { max-width: 17rem; }
  .screen-grid figcaption { max-width: 27rem; margin-inline: auto; }
  .section-block { margin-bottom: 3rem; }
  .product-hero h1 { max-width: 16ch; }
  .play-cta { max-width: 100%; }
}
@media print {
  .site-header,.site-footer,.skip-link,.play-cta,.screen-grid { display: none !important; }
  body { background: white; color: black; font-size: 11pt; }
  .page-shell { width: auto; max-width: none; margin: 0; }
  .hero { padding: 0 !important; }
  .guide section { margin-block: 1rem; }
  .guide .hero h1 { font-size: 24pt; max-width: none; }
  .guide-note { background: none; }
  h2,h3 { break-after: avoid; }
  li { break-inside: avoid; }
  a { color: black; }
}
