body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}
header, footer {
  background-color: #004b8d;
  color: white;
  padding: 20px;
  text-align: center;
}
.container {
  padding: 30px;
  max-width: 900px;
  margin: 40px auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.09);
}
h2, h3 {
  color: #004b8d;
}
h1{
  color: #ffffff;
}
ul {
  list-style: disc;
  padding-left: 20px;
}
ol {
  padding-left: 18px;
}
.cta-button {
  display: inline-block;
  background-color: #004b8d;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background .2s;
}
.cta-button:hover {
  background-color: #003366;
}
.section {
  margin-bottom: 40px;
}
.guarantee {
  background-color: #e1f5e1;
  border-left: 5px solid #4caf50;
  padding: 15px;
}
footer p {
  margin: 5px 0;
}
label {
  display: block;
  margin-top: 16px;
  margin-bottom: 6px;
  color: #233860;
  font-weight: bold;
}
input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 8px;
  border: 1px solid #c2cee5;
  border-radius: 5px;
  font-size: 1rem;
  background: #f7fafd;
  transition: border .2s;
}
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border: 1.5px solid #3266cd;
  outline: none;
}
textarea {
  min-height: 66px;
  resize: vertical;
}
.error {
  background: #ffe6e6;
  color: #b32121;
  padding: 12px 18px;
  border-radius: 5px;
  margin-bottom: 16px;
  text-align: center;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}
header, footer {
  background-color: #004b8d;
  color: white;
  padding: 20px;
  text-align: center;
}
.container {
  padding: 30px;
  max-width: 900px;
  margin: 40px auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.09);
}
h1, h2, h3 {
  color: #004b8d;
}
ul {
  list-style: disc;
  padding-left: 20px;
}
ol {
  padding-left: 18px;
}
.cta-button {
  display: inline-block;
  background-color: #004b8d;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background .2s;
}
.cta-button:hover {
  background-color: #003366;
}
.section {
  margin-bottom: 40px;
}
.guarantee {
  background-color: #e1f5e1;
  border-left: 5px solid #4caf50;
  padding: 15px;
}
footer p {
  margin: 5px 0;
}
label {
  display: block;
  margin-top: 16px;
  margin-bottom: 6px;
  color: #233860;
  font-weight: bold;
}
input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 8px;
  border: 1px solid #c2cee5;
  border-radius: 5px;
  font-size: 1rem;
  background: #f7fafd;
  transition: border .2s;
}
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border: 1.5px solid #3266cd;
  outline: none;
}
textarea {
  min-height: 66px;
  resize: vertical;
}
.error {
  background: #ffe6e6;
  color: #b32121;
  padding: 12px 18px;
  border-radius: 5px;
  margin-bottom: 16px;
  text-align: center;
}
.main-menu {
  background-color: #004b8d;
  text-align: center;
  padding: 14px 0;
}

.menu-button {
  display: inline-block;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  margin: 0 12px;
  padding: 8px 18px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.menu-button:hover {
  background-color: white;
  color: #004b8d;
}