* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #121217;
  background: #f7f4f1;
  line-height: 1.6;
}

a {
  color: #0a3b6d;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

.page {
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 20px 120px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
}

.nav .brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.hero {
  background: linear-gradient(130deg, rgba(10, 59, 109, 0.9), rgba(0, 0, 0, 0.4)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80")
    center/cover no-repeat;
  color: #fefcf8;
  border-radius: 24px;
  padding: 60px 36px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.1;
}

.hero p {
  max-width: 560px;
  font-size: 1.05rem;
}

.hero .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #f5c54e;
  color: #1a1a1a;
  font-weight: 600;
  width: fit-content;
}

.section {
  margin: 34px 0;
  padding: 26px 0;
}

.section.alt {
  background: #efe8e1;
  padding: 32px 22px;
  border-radius: 22px;
}

.section h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.section h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.story-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.inline-media {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 20px 0;
}

.inline-media img {
  border-radius: 20px;
}

.pull-quote {
  border-left: 4px solid #0a3b6d;
  padding-left: 16px;
  font-style: italic;
  font-size: 1.05rem;
}

.callout {
  background: #0a3b6d;
  color: #fefcf8;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.callout a {
  color: #fefcf8;
  text-decoration: underline;
}

.trust-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-item {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.service-card .price {
  font-weight: 700;
  color: #0a3b6d;
}

.service-card button {
  align-self: flex-start;
  padding: 10px 18px;
  border: none;
  border-radius: 999px;
  background: #0a3b6d;
  color: #fefcf8;
  font-weight: 600;
  cursor: pointer;
}

.form-wrapper {
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-family: inherit;
}

textarea {
  min-height: 120px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-primary {
  padding: 12px 20px;
  border-radius: 999px;
  background: #f5c54e;
  color: #1a1a1a;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.btn-secondary {
  padding: 12px 18px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid #0a3b6d;
  color: #0a3b6d;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #0a3b6d;
  color: #fefcf8;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  z-index: 40;
}

.footer {
  margin-top: 40px;
  padding: 24px 0 40px;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #1a1a1a;
  color: #fefcf8;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
  z-index: 50;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.cookie-actions button {
  padding: 8px 12px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.cookie-actions .accept {
  background: #f5c54e;
  color: #1a1a1a;
}

.cookie-actions .reject {
  background: #404040;
  color: #fefcf8;
}

.image-caption {
  font-size: 0.85rem;
  color: #4a4a4a;
}

.two-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 768px) {
  .inline-media {
    flex-direction: row;
  }

  .two-column {
    flex-direction: row;
  }

  .two-column > div {
    flex: 1;
  }

  .trust-row {
    flex-direction: row;
  }

  .trust-item {
    flex: 1;
  }

  .service-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-card {
    flex: 1 1 250px;
  }
}
