/* ============================================
   Inner page styles (about, contact, privacy, terms)
   Extends styles.css
   ============================================ */

body.inner {
  overflow-y: auto;
}

.inner-main {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 60px 48px 40px;
}

.inner-content {
  width: 100%;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.85);
}

.inner-content h1 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #f5fff0;
}

.inner-content .lead {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 40px;
  max-width: 580px;
  line-height: 1.6;
}

.inner-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 40px 0 14px;
  color: #b8ff5e;
}

.inner-content h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 24px 0 10px;
  color: #f5fff0;
}

.inner-content p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.inner-content ul {
  margin: 0 0 18px 22px;
}

.inner-content li {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.75);
}

.inner-content a {
  color: #b8ff5e;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 255, 94, 0.3);
  transition: border-color 0.2s ease;
}

.inner-content a:hover {
  border-color: rgba(184, 255, 94, 0.8);
}

.inner-content .small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 40px;
}

@media (max-width: 768px) {
  .inner-main { padding: 32px 24px; }
  .inner-content h1 { font-size: 32px; }
  .inner-content .lead { font-size: 14px; margin-bottom: 28px; }
  .inner-content h2 { font-size: 18px; }
}
