.app-container--policy {
  padding-bottom: 4rem;
}

.app-container--policy .logo {
  color: var(--text-primary);
  text-decoration: none;
}

.app-container--policy .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hero-section--policy {
  min-height: auto;
  padding: 3rem 0 5rem;
}

.policy-panel {
  width: min(960px, 100%);
  padding: 3rem;
  box-shadow: var(--glass-shadow);
  text-align: left;
}

.policy-panel h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 0.75rem;
  letter-spacing: -0.5px;
}

.policy-panel .badge {
  margin-bottom: 1.25rem;
}

.meta {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

#content {
  white-space: pre-line;
  line-height: 1.8;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
}

.notice {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: rgba(190, 18, 60, 0.16);
  border: 1px solid rgba(253, 164, 175, 0.28);
  color: #fecdd3;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .policy-panel {
    padding: 2rem 1.5rem;
  }

  .hero-section--policy {
    padding: 2rem 0 4rem;
  }
}
