.header {
  background-color: #0A1425;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.header a {
  color: #ffffff;
}

.header .main-menu > ul > li > a {
  color: #ffffff;
}

.header .main-menu > ul > li.active > a {
  text-decoration: underline;
}

.header .logo img,
.header .logo-mobile img {
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 6px;
  max-height: 52px;
  height: auto;
}

.header .hamburger-inner,
.header .hamburger-inner::before,
.header .hamburger-inner::after {
  background: #ffffff;
}

.footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer .footer-logo img {
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  max-height: 40px;
  height: auto;
}

.contact-form {
  margin: 20px 0 30px;
  padding: 20px;
  border: 1px solid rgba(10, 20, 37, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.contact-form .form-row {
  margin-bottom: 14px;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(10, 20, 37, 0.2);
  border-radius: 6px;
  background: #f7f8fa;
  color: #0a1425;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #0b1e3b;
  background: #ffffff;
}

.contact-form .form-actions {
  margin-top: 6px;
}

.contact-form .form-note {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #6c778a;
}
