* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1c;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 6vw;
  position: relative;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.ad-label {
  font-size: 12px;
  color: #5b4a3d;
  background: #efe4d6;
  padding: 4px 8px;
  border-radius: 16px;
  width: fit-content;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 30px 6vw 80px;
  position: relative;
}

.hero-copy {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-copy h1 {
  font-size: 40px;
  margin-bottom: 16px;
}

.hero-media {
  flex: 1 1 360px;
  min-height: 360px;
  background-color: #c5b5a6;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  position: relative;
  transform: translateY(30px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.hero-media.image-hero {
  background-image: url("https://images.unsplash.com/photo-1772597228283-b16931a1bfa8?w=1400&q=80");
}

.hero-panel {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #ffffff;
  padding: 18px 22px;
  border-radius: 18px;
  max-width: 220px;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.section {
  padding: 70px 6vw;
}

.section.alt {
  background: #ffffff;
}

.section.accent {
  background: #f1e9df;
}

.offset-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: stretch;
}

.offset-card {
  flex: 1 1 240px;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.offset-card.lifted {
  transform: translateY(-18px);
}

.media-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.media-frame {
  flex: 1 1 320px;
  min-height: 280px;
  background-color: #d8c6b6;
  border-radius: 20px;
  overflow: hidden;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bullets {
  padding-left: 18px;
  margin: 12px 0 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  background: #2a1f1a;
  color: #f8f2ea;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn.secondary {
  background: #ece0d0;
  color: #2a1f1a;
}

.btn:hover {
  transform: translateY(-1px);
  background: #3a2c24;
}

.btn.secondary:hover {
  background: #e2d2bf;
}

.split-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.stack-col {
  flex: 1 1 300px;
}

.pricing-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.price-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}

.price-card h3 {
  margin-top: 0;
}

.form-wrap {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c9b9aa;
  font-size: 14px;
  font-family: inherit;
  background: #fbf8f4;
}

.inline-link {
  text-decoration: underline;
}

.footer {
  background: #1f1a16;
  color: #f1e6da;
  padding: 40px 6vw;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer a {
  color: #f1e6da;
}

.disclaimer {
  margin-top: 20px;
  font-size: 13px;
  color: #d9c9b8;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
  border-radius: 999px;
  padding: 12px 18px;
  background: #1d1712;
  color: #f7efe6;
  border: none;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
  max-width: 320px;
  z-index: 12;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions .btn {
  font-size: 13px;
  padding: 8px 14px;
}

.legal-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 50px 6vw;
}

.contact-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.page-hero {
  padding: 60px 6vw 20px;
}

.page-hero h1 {
  margin-top: 0;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.service-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-price {
  font-weight: 700;
  color: #2a1f1a;
}

.note {
  font-size: 13px;
  color: #5e5249;
}

.thanks {
  padding: 80px 6vw;
}

.thanks-box {
  max-width: 640px;
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 40px;
  }

  .hero-media {
    transform: none;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
