* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background-color: #f7f5f2;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow: hidden;
}

.wrap {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

.ad-note {
  font-size: 0.85rem;
  color: #5a4a3f;
  background: #efe6da;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 16px;
  font-size: 0.95rem;
}

.hero {
  position: relative;
  padding: 48px 0 80px;
}

.hero-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
}

.hero-text h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin: 0 0 18px;
}

.hero-text p {
  margin: 0 0 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  border: none;
  background: #2b2a27;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #d9c8b4;
  color: #2b2a27;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #2b2a27;
  color: #2b2a27;
}

.hero-image {
  flex: 1 1 340px;
  position: relative;
  background-color: #d5cfc8;
  border-radius: 24px;
  overflow: hidden;
  min-height: 360px;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 20px 20px auto auto;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 20px;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.floating-card {
  position: absolute;
  right: -20px;
  bottom: -32px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  width: 200px;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #efe9e2;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.offset-box {
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  margin-top: -40px;
}

.image-frame {
  background-color: #d8d0c7;
  border-radius: 18px;
  overflow: hidden;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.card-img {
  background-color: #d8d0c7;
  border-radius: 12px;
  overflow: hidden;
  height: 160px;
}

.price {
  font-weight: 700;
  color: #2b2a27;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #efe6da;
  font-size: 0.9rem;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #2b2a27;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.testimonial {
  padding: 16px 18px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.form-panel {
  flex: 1 1 320px;
  background: #fff;
  padding: 24px;
  border-radius: 18px;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c6bdb4;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  flex: 0 1 220px;
  position: sticky;
  top: 24px;
  align-self: flex-start;
  background: #2b2a27;
  color: #fff;
  padding: 18px;
  border-radius: 16px;
}

.sticky-cta .btn {
  width: 100%;
}

.cta-band {
  background: #2b2a27;
  color: #fff;
  padding: 40px 0;
}

.backdrop-index {
  background-color: #d7cec5;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.backdrop-index::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 31, 31, 0.5);
}

.backdrop-index .wrap {
  position: relative;
  z-index: 1;
}

.cta-band .btn.secondary {
  background: #f0e6d8;
}

.footer {
  padding: 50px 0;
  background: #1f1f1f;
  color: #f3f2f0;
}

.footer a {
  color: inherit;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-col {
  flex: 1 1 220px;
}

.legal {
  font-size: 0.85rem;
  color: #cfc8c1;
  margin-top: 18px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.hidden {
  display: none;
}

.service-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-choice button {
  border: 1px solid #2b2a27;
  background: #fff;
  color: #2b2a27;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.service-choice button.active {
  background: #2b2a27;
  color: #fff;
}

.notice-bar {
  background: #f0e6d8;
  padding: 14px 18px;
  border-radius: 14px;
  margin-top: 16px;
}

.page-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin: 0 0 16px;
}

.contact-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
}

@media (max-width: 780px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .floating-card {
    position: static;
    width: auto;
    margin-top: 16px;
  }

  .sticky-cta {
    position: static;
    width: 100%;
  }
}
