/* Gameplay page styles: light, modern, responsive. Avoid duplicating base.css utilities. */

.gameplay-subnav {
  position: sticky;
  top: var(--header-sticky-offset, 0);
  z-index: 5;
  background: #ffffffcc;
  backdrop-filter: saturate(140%) blur(6px);
  border-bottom: 1px solid #e8ebf0;
}
.gameplay-subnav .subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}
.gameplay-subnav .subnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gameplay-subnav .subnav a {
  display: inline-block;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
}
.gameplay-subnav .subnav a:focus-visible,
.gameplay-subnav .subnav a:hover {
  border-color: #c9d6ff;
  background: #f2f6ff;
}
.subnav-search input[type="search"] {
  min-width: 220px;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #dfe3ea;
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.hero .cta-row { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1rem; }
.hero-media img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 8px 28px rgba(23, 35, 79, 0.15); }
.hero-media figcaption { font-size: 0.9rem; color: #5b6474; margin-top: 0.5rem; }

/* Features */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.feature-card {
  padding: 1rem 1.1rem;
  border: 1px solid #edf0f6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.feature-visual { margin-top: 1.25rem; }
.feature-visual img { width: 100%; height: auto; border-radius: 12px; }
.feature-visual figcaption { color: #606a7b; font-size: 0.92rem; margin-top: 0.5rem; }

/* Steps */
.steps { counter-reset: step; display: grid; gap: 0.5rem; padding-left: 1rem; }
.steps li { background: #fcfdff; border: 1px solid #edf0f6; border-radius: 10px; padding: 0.75rem 0.9rem; }

/* Levels */
.levels-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.level-card { background: #fff; border: 1px solid #edf0f6; border-radius: 12px; padding: 1rem; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.level-map img { width: 100%; height: auto; border-radius: 12px; margin-top: 1rem; }
.level-map figcaption { color: #606a7b; font-size: 0.92rem; margin-top: 0.5rem; }

/* Tips */
.tips-list { display: grid; gap: 0.5rem; }
.tips-list li { background: #ffffff; border: 1px solid #edf0f6; border-radius: 10px; padding: 0.7rem 0.9rem; }

/* FAQ */
.faq-list { display: grid; gap: 0.5rem; }
.faq-item { border: 1px solid #e9edf5; border-radius: 10px; background: #fff; padding: 0.5rem 0.75rem; }
.faq-item summary { cursor: pointer; font-weight: 600; list-style: none; }
.faq-item[open] { box-shadow: 0 6px 18px rgba(0,0,0,0.05); }
.faq-answer { margin-top: 0.5rem; color: #424b5c; }
.feedback-card { margin-top: 1rem; border: 1px solid #e9edf5; border-radius: 12px; padding: 1rem; background: #f9fbff; }
.feedback-form .form-row { display: grid; gap: 0.25rem; margin-bottom: 0.6rem; }
.feedback-form input, .feedback-form textarea { border: 1px solid #dfe3ea; border-radius: 8px; padding: 0.6rem 0.7rem; width: 100%; }
.feedback-form .form-actions { display: flex; gap: 0.6rem; align-items: center; flex-wrap: wrap; }

/* Downloads */
.download-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0.6rem; }
.download-btn { text-align: center; display: inline-block; padding: 0.7rem 1rem; border-radius: 10px; border: 1px solid #dfe3ea; background: #ffffff; text-decoration: none; font-weight: 600; }
.download-btn:hover, .download-btn:focus-visible { background: #f2f6ff; border-color: #c9d6ff; }
.newsletter-cta { margin-top: 1rem; border: 1px solid #e9edf5; border-radius: 12px; padding: 1rem; background: #fcfdff; }
.newsletter-form { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.newsletter-form input { flex: 1 1 240px; border: 1px solid #dfe3ea; border-radius: 8px; padding: 0.6rem 0.7rem; }

/* Showcase */
.showcase-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0.75rem; }
.shot img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.shot figcaption { font-size: 0.9rem; color: #5b6474; margin-top: 0.4rem; }

/* Testimonials */
.testimonials { display: grid; gap: 0.75rem; }
.testimonials blockquote { margin: 0; padding: 0.9rem 1rem; border-left: 4px solid #c9d6ff; background: #ffffff; border-radius: 8px; }

/* Sections */
.section { padding: clamp(1.5rem, 3vw, 2.5rem) 0; }
.section.alt { background: #f8fafc; }
.section-header { margin-bottom: 0.8rem; }
.section-header h2 { margin: 0 0 0.2rem; }

/* Layout helpers */
.container { max-width: 1140px; margin: 0 auto; padding: 0 1rem; }

/* Responsive */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
}
