* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e1f1f;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: #1e1f1f;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  padding: 22px 0;
  background: #f7f5f2;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 15px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 14px;
  background: #efe8df;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}

.hero {
  background: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80") center/cover no-repeat;
  color: #fff;
}

.hero-overlay {
  background: rgba(20, 22, 24, 0.68);
  padding: 90px 0 110px;
}

.hero-content {
  max-width: 650px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 20px;
}

.hero p {
  margin: 0 0 24px;
  font-size: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #f2b55f;
  color: #1e1f1f;
  border-radius: 28px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.button-outline {
  background: transparent;
  border: 1px solid #1e1f1f;
  color: #1e1f1f;
}

.section {
  padding: 70px 0;
}

.section-alt {
  background: #fff;
}

.section-dark {
  background: #1e1f1f;
  color: #f7f5f2;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split > div {
  flex: 1 1 320px;
}

.story-block {
  background: #efe8df;
  padding: 32px;
  border-radius: 16px;
}

.image-frame {
  background: #e1d8ce;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-item {
  padding: 16px;
  border-radius: 14px;
  background: #f3efe9;
}

.insight-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.insight-card {
  flex: 1 1 220px;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #ece4da;
}

.quote-strip {
  background: #fef2e4;
  border-left: 4px solid #f2b55f;
  padding: 16px 20px;
  margin: 18px 0;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 280px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ece4da;
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 180px;
}

.service-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  font-size: 20px;
  color: #b66a11;
}

.cta-panel {
  background: #1e1f1f;
  color: #f7f5f2;
  padding: 26px;
  border-radius: 18px;
}

.cta-panel a {
  color: #f7f5f2;
  text-decoration: underline;
}

.form-wrap {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  border: 1px solid #ece4da;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 260px;
  font-size: 14px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d7cfc4;
  font-size: 15px;
  font-family: inherit;
}

.form-note {
  font-size: 13px;
  color: #6f6a62;
  margin-top: 10px;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 40px;
  border: 1px solid #e2d9cf;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 100;
}

.page-hero {
  background: #efe8df;
  padding: 60px 0 40px;
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: 34px;
}

.page-body {
  padding: 50px 0 70px;
}

.policy-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #ece4da;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 260px;
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #ece4da;
}

.footer {
  background: #1e1f1f;
  color: #f7f5f2;
  padding: 50px 0;
}

.footer a {
  color: #f7f5f2;
  text-decoration: underline;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #fff;
  border: 1px solid #e2d9cf;
  padding: 16px;
  border-radius: 14px;
  max-width: 360px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 120;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 18px;
  border: 1px solid #d7cfc4;
  background: #f7f5f2;
  cursor: pointer;
}

.notice {
  font-size: 13px;
  color: #e9dccd;
  margin-top: 18px;
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: 32px;
  }

  .sticky-cta {
    left: 18px;
    right: 18px;
    justify-content: space-between;
  }
}
