* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1d1f23;
  background-color: #f6f3ee;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #1b4d8c;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  background-color: #efe8dc;
  border-bottom: 1px solid #d4cbb9;
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 6vw;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.ad-disclosure {
  background-color: #1b4d8c;
  color: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 0.85rem;
}

.main-content {
  flex: 1;
}

.section {
  padding: 60px 6vw;
}

.section-tight {
  padding: 40px 6vw;
}

.section-split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.column {
  flex: 1 1 280px;
}

.feature-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.feature-text {
  flex: 1 1 320px;
}

.feature-media {
  flex: 1 1 320px;
  background-color: #d7d0c6;
  border-radius: 18px;
  overflow: hidden;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.editorial-panel {
  flex: 2 1 320px;
}

.editorial-aside {
  flex: 1 1 220px;
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e2d8c8;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.stat-card {
  flex: 1 1 160px;
  background-color: #fff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #eadfce;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #eadfce;
  display: flex;
  flex-direction: column;
}

.service-card .card-media {
  background-color: #d7d0c6;
}

.service-card img {
  width: 100%;
  height: 160px;
}

.service-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: #1b4d8c;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  border: none;
  background-color: #1b4d8c;
  color: #fff;
  padding: 12px 18px;
  border-radius: 24px;
}

.btn-alt {
  background-color: #f5b949;
  color: #1d1f23;
}

.btn-ghost {
  background-color: transparent;
  border: 1px solid #1b4d8c;
  color: #1b4d8c;
}

.bg-photo-one {
  background-image: url("https://images.unsplash.com/photo-1481627834876-b7833e8f5570?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2a2d33;
  color: #fff;
  position: relative;
}

.bg-photo-two {
  background-image: url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2a2d33;
  color: #fff;
  position: relative;
}

.overlay {
  background-color: rgba(20, 24, 31, 0.72);
  border-radius: 20px;
  padding: 28px;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.timeline-item {
  background-color: #fff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #eadfce;
}

.quote-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.quote-card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #eadfce;
}

.quote-callout {
  flex: 1 1 220px;
  background-color: #efe8dc;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #d4cbb9;
}

.form-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #eadfce;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

select,
input,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfc4b2;
  font: inherit;
}

.form-message {
  margin: 0;
  color: #1b4d8c;
  font-weight: 600;
}

.footer {
  background-color: #1d1f23;
  color: #f6f3ee;
  padding: 40px 6vw;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}

.footer-links a {
  color: #f6f3ee;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #1b4d8c;
  color: #fff;
  padding: 10px 16px;
  border-radius: 26px;
  z-index: 5;
  display: flex;
  gap: 10px;
  align-items: center;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #eadfce;
  max-width: 320px;
  z-index: 6;
  display: none;
  flex-direction: column;
  gap: 10px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.legal-block {
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #eadfce;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 768px) {
  .nav-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    justify-content: center;
  }
}
