* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a2e;
  background-color: #f7f6f3;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  padding: 20px 0 10px;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 1.1rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  background: #1f2a2e;
  color: #f7f6f3;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
}

.hero {
  margin-top: 12px;
}

.split {
  display: flex;
  gap: 36px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > .panel {
  flex: 1 1 420px;
  min-width: 280px;
}

.panel.card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(31, 42, 46, 0.08);
}

.panel.highlight {
  background: #e9efe9;
  border-radius: 20px;
  padding: 30px;
}

.panel-image {
  border-radius: 18px;
  overflow: hidden;
  background-color: #d8ddd6;
  min-height: 320px;
}

.panel-image img {
  width: 100%;
  height: 100%;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: #4c5a5f;
}

h1,
h2,
h3 {
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.2;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.2rem;
}

.lead {
  font-size: 1.05rem;
  color: #3a4a4f;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1f2a2e;
  color: #f7f6f3;
  font-weight: 600;
  border: 1px solid transparent;
}

.button.outline {
  background: transparent;
  color: #1f2a2e;
  border-color: #1f2a2e;
}

.button.light {
  background: #f7f6f3;
  color: #1f2a2e;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.section {
  padding: 60px 0;
}

.section.alt {
  background: #edf1f2;
}

.section.dark {
  background: #1f2a2e;
  color: #f7f6f3;
}

.inline-link {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.metrics {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.metric {
  flex: 1 1 160px;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(31, 42, 46, 0.08);
}

.quotes {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.quote-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  border-left: 4px solid #1f2a2e;
}

.services-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(31, 42, 46, 0.08);
  display: flex;
  flex-direction: column;
}

.service-card .card-image {
  height: 180px;
  background-color: #d8ddd6;
}

.service-card .card-image img {
  width: 100%;
  height: 100%;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #1f2a2e;
}

.form-wrap {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 32px rgba(31, 42, 46, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c7d0d4;
  font-size: 1rem;
  font-family: inherit;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.radio-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c7d0d4;
  background: #f7f6f3;
}

.sticky-cta {
  position: sticky;
  bottom: 16px;
  margin: 0 auto;
  width: min(760px, 92%);
  background: #1f2a2e;
  color: #f7f6f3;
  padding: 12px 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 16px 30px rgba(31, 42, 46, 0.2);
}

.footer {
  margin-top: auto;
  padding: 40px 0 20px;
  background: #141b1f;
  color: #dfe7e9;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #c6d0d2;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 16px 30px rgba(31, 42, 46, 0.2);
  max-width: 320px;
  display: none;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.muted {
  color: #5b6a70;
  font-size: 0.95rem;
}

.section-bg {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f6f3;
  position: relative;
}

.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 27, 31, 0.72);
}

.section-bg .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 860px) {
  h1 {
    font-size: 2.1rem;
  }

  .sticky-cta {
    flex-direction: column;
    text-align: center;
  }
}
