* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #181717;
  background: #f6f2ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 8vw;
  background: #f6f2ef;
}

.nav-logo {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.85rem;
}

.nav-links a {
  padding: 6px 8px;
  border-radius: 999px;
  background: #efe5dd;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 8vw 80px;
  position: relative;
}

.hero-copy {
  flex: 1 1 320px;
  max-width: 480px;
  margin-top: 40px;
}

.hero-copy h1 {
  font-size: 2.8rem;
  line-height: 1.05;
  margin-bottom: 20px;
}

.hero-copy p {
  font-size: 1.05rem;
  margin-bottom: 22px;
}

.hero-media {
  flex: 1 1 340px;
  min-height: 360px;
  border-radius: 22px;
  background-image: url("https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
  position: relative;
  margin-left: auto;
}

.hero-badge {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: #181717;
  color: #f6f2ef;
  padding: 16px 18px;
  border-radius: 18px;
  font-size: 0.85rem;
  max-width: 200px;
}

.section {
  padding: 70px 8vw;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  position: relative;
}

.section.alt {
  background: #ffffff;
}

.section-title {
  flex: 1 1 260px;
  max-width: 320px;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-body {
  flex: 2 1 420px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.offset-box {
  background: #181717;
  color: #f6f2ef;
  padding: 26px;
  border-radius: 16px;
  margin-left: auto;
  max-width: 360px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #181717;
  color: #f6f2ef;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.cta-button.outline {
  background: transparent;
  color: #181717;
  border: 1px solid #181717;
}

.inline-cta {
  font-weight: 600;
  border-bottom: 2px solid #181717;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.split-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  border-radius: 12px;
  height: 140px;
  object-fit: cover;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.service-select {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-pill {
  border: 1px solid #181717;
  padding: 10px 16px;
  border-radius: 999px;
  background: #efe5dd;
  cursor: pointer;
  font-weight: 600;
}

.service-pill.active {
  background: #181717;
  color: #f6f2ef;
}

.form-wrap {
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-size: 0.9rem;
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border: 1px solid #d8cbc0;
  border-radius: 12px;
  font-size: 0.95rem;
  font-family: inherit;
  background: #fdfbf9;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.testimonial {
  background: #efe5dd;
  padding: 20px;
  border-radius: 16px;
  font-size: 0.95rem;
}

.footer {
  margin-top: auto;
  padding: 40px 8vw;
  background: #181717;
  color: #f6f2ef;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer a {
  color: #f6f2ef;
  opacity: 0.8;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ef7b45;
  color: #fff;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  padding: 18px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-banner.show {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.subtle {
  color: #5b5049;
  font-size: 0.95rem;
}

.dual-column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.dual-column img {
  border-radius: 16px;
  flex: 1 1 220px;
}

.highlight {
  background: #ef7b45;
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.note-box {
  background: #fff4ec;
  padding: 18px;
  border-radius: 14px;
  border: 1px dashed #ef7b45;
}

.policy {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (max-width: 900px) {
  .hero-copy h1 {
    font-size: 2.2rem;
  }

  .hero-media {
    margin-left: 0;
  }

  .offset-box {
    margin-left: 0;
  }
}
