/* Base styles */
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #333;
  background: #f9fafa;
  line-height: 1.6;
}

header {
  background: linear-gradient(135deg, #004aad, #0386ff);
  color: white;
  text-align: center;
  padding: 80px 20px 60px;
}

header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

header p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

h2 {
  color: #004aad;
  margin-bottom: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
  background: white;
}

table thead {
  background: #004aad;
  color: white;
}

table th, table td {
  padding: 15px;
  text-align: center;
}

table tbody tr:nth-child(even) {
  background: #f2f7fd;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin: 10px 0;
}

footer {
  text-align: center;
  padding: 40px 20px;
  font-size: 0.9rem;
  color: #777;
}

a {
  color: #004aad;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.faq {
  margin-top: 40px;
  background: #f2f7fd;
  padding: 20px;
  border-radius: 8px;
}

.flag {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
