html { overflow-x: hidden; width: 100%; }
body { background: var(--bg-light); font-family: "Open Sans", sans-serif; line-height: 1.7; color: var(--text-dark); overflow-x: hidden; max-width: 100%; }
.btn:hover { opacity: 0.9; }
.page-hero .lead { font-size: 1.1rem; opacity: 0.85; max-width: 680px; margin-bottom: 2.5rem; }
.badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white; padding: 0.4rem 1rem; border-radius: 2rem; font-size: 0.85rem; font-weight: 600; }
.section-title p { color: var(--text-muted); max-width: 640px; margin: 1rem auto 0; }
.community-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.community-card { background: var(--white); border: 1px solid #e2e8f0; border-radius: var(--radius-md); padding: 2rem; }
.community-card .cc-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; }
.community-card h3 { font-family: "Montserrat", sans-serif; font-size: 1.05rem; color: var(--primary-color); }
.cc-status { font-size: 0.75rem; font-weight: 700; padding: 0.3rem 0.8rem; border-radius: 2rem; white-space: nowrap; }
.status-hard { background: #fee2e2; color: #991b1b; }
.status-medium { background: #fef3c7; color: #92400e; }
.status-ok { background: #dcfce7; color: #166534; }
.community-card ul { list-style: none; padding: 0; }
.community-card li { font-size: 0.88rem; color: var(--text-muted); padding: 0.4rem 0 0.4rem 1.4rem; position: relative; border-bottom: 1px solid #f1f5f9; }
.community-card li::before { content: "·"; position: absolute; left: 0; color: var(--accent-color); font-weight: 900; font-size: 1.2rem; line-height: 1.4; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; }
.faq-item.active .faq-answer { max-height: 400px; }
.info-box { background: #eff6ff; border: 1px solid #bfdbfe; border-left: 4px solid var(--accent-color); border-radius: var(--radius-sm); padding: 1.5rem 2rem; margin: 2rem 0; }
.info-box p { color: #1e40af; font-size: 0.95rem; }
.info-box strong { color: #1e3a8a; }
@media (min-width: 769px) {
  #intro { padding-top: 6.5rem; padding-bottom: 6rem; }
  #intro .section-title { margin-bottom: 3rem; }
  #intro .section-title p { max-width: 720px; line-height: 1.85; }
  #intro .info-box { margin: 2.5rem 0 1.5rem; padding: 1.75rem 2.25rem; }
  #intro .req-grid { margin-top: 3.5rem !important; }
}
.cta-strip { background: var(--primary-color); color: white; padding: 4rem 0; text-align: center; }
footer { background: var(--primary-color); color: white; padding: 4rem 0 2rem; }