html, body {
  margin: 0;
  padding: 0;
  background: #f6f8fa;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #222;
  min-height: 100%;
}

.agb-container {
  max-width: 680px;
  margin: 40px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(50, 70, 90, 0.07);
  padding: 2.5rem 2rem;
}

.agb-header {
  text-align: center;
  margin-bottom: 2.2rem;
}

.agb-header h1 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #17223b;
}

.agb-subtitle {
  font-size: 1.1rem;
  color: #586069;
  margin-bottom: 0.3rem;
}

.agb-section {
  margin-bottom: 2.1rem;
}

.agb-section h2 {
  font-size: 1.13rem;
  font-weight: 600;
  margin-bottom: 0.48rem;
  color: #23395d;
}

.agb-section p, .agb-section address {
  font-size: 1rem;
  line-height: 1.7;
}

.agb-legal-info address {
  font-style: normal;
}

.agb-footer {
  text-align: center;
  font-size: .95rem;
  color: #666a;
  margin-top: 2.5rem;
}

a {
  color: #2a5eea;
  text-decoration: underline;
}
a:hover {
  color: #2151b5;
}

@media (max-width: 600px) {
  .agb-container {
    border-radius: 0;
    box-shadow: none;
    padding: 1.3rem 0.15rem;
    margin: 0;
  }
  .agb-header h1 {
    font-size: 1.45rem;
  }
  .agb-section h2 {
    font-size: 0.99rem;
  }
  .agb-section, .agb-header {
    margin-bottom: 1.1rem;
  }
}