/* =========================================
   Quantum Care Technologies – TEFLA Manual
========================================= */

body {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  background: #ffffff;
  color: #1f2933;
  line-height: 1.7;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
}

.qc-header {
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.brand h1 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 3px;
}

.subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  color: #6b7280;
}

nav {
  margin-top: 16px;
}

nav a {
  margin-right: 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

nav a:hover {
  text-decoration: underline;
}

.hero h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}

.content h2 {
  margin-top: 64px;
  font-size: 28px;
  font-weight: 500;
}

.content h3 {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 500;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

.qc-footer {
  border-top: 1px solid #e5e7eb;
  text-align: center;
  padding: 24px;
  font-size: 13px;
  color: #6b7280;
}
