*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2428;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 20px 0;
  background: #f7f5f2;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.85rem;
  color: #6a5c4d;
  background: #efe7dd;
  padding: 6px 10px;
  border-radius: 999px;
}

.site-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.site-nav a,
.inline-link {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.site-nav a:hover,
.inline-link:hover {
  border-color: currentColor;
}

.menu-btn {
  display: none;
  background: #1f2428;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
}

.hero {
  padding: 40px 0 70px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 320px;
}

.split-media {
  background: #e5ded5;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.split-media img {
  width: 100%;
  height: 100%;
}

.hero-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 16px 30px rgba(31, 36, 40, 0.08);
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #1f2428;
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.btn.secondary {
  background: #efe7dd;
  color: #1f2428;
}

.btn:hover {
  transform: translateY(-2px);
}

.section {
  padding: 60px 0;
}

.section.alt {
  background: #fff;
}

.section.muted {
  background: #f0ebe6;
}

.tag {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #6a5c4d;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  box-shadow: 0 12px 22px rgba(31, 36, 40, 0.08);
}

.service-card img {
  width: 120px;
  height: 90px;
  border-radius: 12px;
  background: #f3ede5;
}

.price {
  font-weight: 700;
  color: #1f2428;
}

.quote {
  font-style: italic;
  background: #fff;
  padding: 20px;
  border-left: 4px solid #c6b7a6;
}

.form-wrap {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 18px 28px rgba(31, 36, 40, 0.08);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-grid label {
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d6cbbf;
  font-family: inherit;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #efe7dd;
  border-radius: 999px;
  font-size: 0.85rem;
}

.info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.info-box {
  flex: 1 1 220px;
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 12px 20px rgba(31, 36, 40, 0.08);
}

.footer {
  background: #1f2428;
  color: #fefaf6;
  padding: 40px 0 70px;
}

.footer a {
  color: #fefaf6;
  border-bottom: 1px solid transparent;
}

.footer a:hover {
  border-color: #fefaf6;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.legal-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 22px;
  background: #1f2428;
  color: #fff;
  padding: 14px 16px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.sticky-cta button {
  background: #fff;
  color: #1f2428;
  border: none;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 16px 26px rgba(31, 36, 40, 0.18);
  display: none;
  z-index: 30;
}

.cookie-banner.show {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-image {
  height: 360px;
}

.inline-image {
  height: 300px;
}

.card-image {
  height: 90px;
}

.image-frame {
  background: #e5ded5;
  border-radius: 16px;
  overflow: hidden;
}

.highlight {
  background: #fff6e9;
  padding: 12px 16px;
  border-radius: 12px;
}

.nav-open .site-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 12px;
}

@media (max-width: 860px) {
  .menu-btn {
    display: inline-flex;
  }

  .site-nav {
    display: none;
  }

  .sticky-cta {
    left: 20px;
    right: 20px;
    justify-content: space-between;
  }
}
