* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1d1f;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: #1c3b6f;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0f2b55;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}

.topbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 20px;
}

.ad-label {
  font-size: 13px;
  color: #5a5a5a;
  background: #f1efe9;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 15px;
}

.nav a {
  padding: 6px 0;
}

.hero {
  padding: 56px 0 40px;
  background: #ffffff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .col {
  flex: 1 1 320px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.6px;
  color: #636363;
}

.headline {
  font-size: clamp(30px, 4vw, 44px);
  margin: 10px 0 16px;
  line-height: 1.2;
}

.lead {
  font-size: 18px;
  color: #3d3d3d;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #1c3b6f;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.btn.secondary {
  background: #f1efe9;
  color: #1c1d1f;
}

.btn:hover,
.btn:focus {
  background: #152c55;
  color: #ffffff;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  align-items: center;
}

.section {
  padding: 48px 0;
}

.section.alt {
  background: #f1efe9;
}

.section.dark {
  background: #0f1f3d;
  color: #ffffff;
}

.section.dark a {
  color: #e6f0ff;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card-list.spaced {
  margin-top: 24px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(18, 18, 18, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card .price {
  font-weight: 700;
  color: #1c3b6f;
}

.image-frame {
  background: #e4ded4;
  border-radius: 16px;
  overflow: hidden;
}

.image-frame.tall img {
  width: 100%;
  height: 420px;
}

.image-frame.medium img {
  width: 100%;
  height: 320px;
}

.image-frame.small img {
  width: 100%;
  height: 200px;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.timeline .step {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.quote {
  font-style: italic;
  margin: 0;
}

.form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(18, 18, 18, 0.1);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #c9c9c9;
  font-size: 15px;
  font-family: inherit;
}

.form-note {
  font-size: 13px;
  color: #5c5c5c;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #ffffff;
  border-top: 1px solid #e2e2e2;
  padding: 14px 0;
  z-index: 2;
}

.sticky-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer {
  padding: 32px 0;
  background: #0f1f3d;
  color: #d8e1f0;
  margin-top: auto;
}

.footer a {
  color: #d8e1f0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.legal {
  font-size: 12px;
  color: #b8c4d8;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  width: min(320px, 92%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #d7d1c7;
  font-size: 13px;
}

.callout {
  background: #f1efe9;
  padding: 18px;
  border-radius: 12px;
  margin-top: 16px;
}

.status {
  font-weight: 600;
  color: #1c3b6f;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(18, 18, 18, 0.08);
}
