body {
  background: linear-gradient(135deg, #e0e7ff 0%, #a7f3d0 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
}

.glass-container {
  width: 90vw;
  max-width: 600px;
  height: 70vh;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.glass-container h2 {
  color: #2d3748;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.policy-frame {
  flex: 1;
  border: none;
  border-radius: 16px;
  width: 100%;
  background: transparent;
  min-height: 0;
}
