body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #0b1a2f;
  color: #ffffff;
}
header {
  background: #0d213d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
}
.logo-img {
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.25em;
}
nav a {
  margin: 0 1em;
  text-decoration: none;
  color: #ffffff;
}
.cta-button {
  background: #3cbff8;
  color: #0b1a2f;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}
.hero {
  text-align: center;
  padding: 4em 2em;
}
.hero h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
.hero p {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.hero-cta {
  background: #3cbff8;
  color: #0b1a2f;
  padding: 0.75em 1.5em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}
.services {
  padding: 2em;
  background: #0f2a44;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: space-around;
}
.service {
  background: #183c5b;
  padding: 1em;
  border-radius: 8px;
  flex: 1 1 200px;
  max-width: 300px;
}
.cta {
  text-align: center;
  padding: 3em 2em;
  background: #122b47;
}
footer {
  text-align: center;
  padding: 2em;
  background: #0d213d;
}
footer a {
  color: #3cbff8;
}
.inquiry-form {
  text-align: center;
  background: #183c5b;
  padding: 3em 2em;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 90%;
  max-width: 500px;
  margin: 0.5em auto;
  display: block;
  padding: 0.75em;
  border: none;
  border-radius: 4px;
}

body {
  font-family: 'Inter', sans-serif;
}
h1, h2 {
  font-family: 'Montserrat', sans-serif;
}
.process {
  padding: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  background-color: #0f2a44;
  text-align: center;
}
.step h2 {
  font-size: 1.5em;
  margin-bottom: 0.3em;
  color: #3cbff8;
}
.step p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.6;
}

.logo-img {
  height: 96px;
  width: 96px;
  margin-right: 10px;
}
.logo {
  display: flex;
  align-items: center;
}
