* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background-color: #000000;
  color: #000000;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.wrapper {
  max-width: 650px;
  width: 100%;
}

.card-container {
  width: 100%;
  background-color: #ffffff;

  padding: 40px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
}

h1.main-title {
  font-size: 2rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  line-height: 1.2;
}

h2.subtitle {
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 32px;
}

h3.section-title {
  font-size: 1.2rem;
  color: #000000;
  margin-top: 32px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  margin-bottom: 16px;
  color: #222222;
  font-size: 0.95rem;
}

.quote-box {
  background-color: #f5f5f5;
  padding: 20px;
  margin: 28px 0;
  border-left: 3px solid #000000;
}

.quote-text {
  margin: 0;
  color: #111111;
  font-style: italic;
}

.site-footer {
  text-align: center;
  padding: 10px 0;
}

.site-footer .copyright {
  font-size: 0.8rem;
  color: #888888;
  margin-bottom: 0;
}
