* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1d1c1a;
  background-color: #f6f2ee;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  overflow-x: hidden;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6vw;
  position: relative;
  background-color: #f6f2ee;
}

.nav-brand {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  background-color: #1d1c1a;
  color: #f6f2ee;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  gap: 28px;
  padding: 30px 6vw 20px;
  align-items: stretch;
  position: relative;
}

.hero-text {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 20px 0;
}

.hero-card {
  background-color: #ffffff;
  padding: 26px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(29, 28, 26, 0.15);
  transform: translateY(20px);
}

.hero-image {
  flex: 0.9;
  position: relative;
  align-self: flex-start;
}

.img-wrap {
  background-color: #dcd2c8;
  border-radius: 22px;
  overflow: hidden;
}

.img-wrap.tall {
  height: 100%;
}

.hero-image .img-wrap {
  height: 100%;
}

.section {
  padding: 30px 6vw;
  position: relative;
}

.section.alt {
  background-color: #efe7df;
}

.section-tight {
  padding: 18px 6vw;
}

.offset-block {
  display: flex;
  gap: 26px;
  align-items: center;
  position: relative;
}

.offset-block.reverse {
  flex-direction: row-reverse;
}

.offset-card {
  background-color: #ffffff;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(29, 28, 26, 0.12);
  max-width: 520px;
}

.floating-note {
  position: absolute;
  right: 6vw;
  top: -20px;
  background-color: #1d1c1a;
  color: #f6f2ee;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.story-columns {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.story-columns .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(29, 28, 26, 0.1);
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #7b4d2f;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  cursor: pointer;
  background-color: #1d1c1a;
  color: #f6f2ee;
}

.btn.secondary {
  background-color: #ffffff;
  color: #1d1c1a;
  border: 1px solid #1d1c1a;
}

.btn.ghost {
  background-color: transparent;
  color: #1d1c1a;
  border: 1px dashed #1d1c1a;
}

.btn:focus {
  outline: 2px solid #7b4d2f;
  outline-offset: 2px;
}

.inline-link {
  text-decoration: underline;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.timeline-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.timeline-step span {
  font-weight: 700;
  background-color: #7b4d2f;
  color: #f6f2ee;
  padding: 6px 10px;
  border-radius: 10px;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.testimonial {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 10px 24px rgba(29, 28, 26, 0.1);
}

.form-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(29, 28, 26, 0.12);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-grid label {
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c7bcb1;
  font-size: 1rem;
  background-color: #faf7f4;
}

.service-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.choice {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #c7bcb1;
  background-color: #faf7f4;
}

.summary-line {
  font-size: 0.9rem;
  color: #5a524a;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #1d1c1a;
  color: #f6f2ee;
  padding: 12px 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 16px 30px rgba(29, 28, 26, 0.2);
  z-index: 30;
}

.sticky-cta button {
  background-color: #f6f2ee;
  color: #1d1c1a;
}

.footer {
  padding: 30px 6vw 60px;
  background-color: #1d1c1a;
  color: #f6f2ee;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  max-width: 360px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(29, 28, 26, 0.15);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.subtle {
  color: #6b6159;
  font-size: 0.92rem;
}

.page-title {
  font-size: 2.4rem;
  margin: 0;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 2px;
}

.disclaimer {
  background-color: #efe7df;
  padding: 18px;
  border-radius: 16px;
  font-size: 0.92rem;
}

.legal-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-block {
  background-color: #ffffff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(29, 28, 26, 0.12);
  max-width: 640px;
}

@media (max-width: 900px) {
  .hero,
  .offset-block,
  .story-columns {
    flex-direction: column;
  }

  .hero-card {
    transform: none;
  }

  .floating-note {
    position: static;
    margin-bottom: 10px;
    display: inline-block;
  }

  .sticky-cta {
    left: 16px;
    right: 16px;
    justify-content: space-between;
  }
}
