* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1e1e1e;
  background: #faf7f2;
  line-height: 1.6;
}

a {
  color: #2f4a3a;
  text-decoration: none;
}

a.cta-link,
button.cta-button,
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #2f4a3a;
  background: #2f4a3a;
  color: #f7f2ea;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.cta-link:hover,
button.cta-button:hover,
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(47, 74, 58, 0.25);
}

header {
  padding: 28px 6vw 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.brand {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.nav-split {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ad-label {
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 999px;
  background: #efe4d6;
  color: #503d2f;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 6vw 70px;
  align-items: center;
  position: relative;
}

.hero-text {
  flex: 1 1 360px;
  max-width: 520px;
  background: #f2e8dd;
  padding: 26px 28px;
  border-radius: 22px;
  position: relative;
  top: -18px;
  left: 40px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hero-image {
  flex: 1 1 420px;
  min-height: 360px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  background-color: #d9c9bb;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section {
  padding: 70px 6vw;
  position: relative;
}

.section.alt {
  background: #f0ebe4;
}

.section.bg-panel {
  background-image: url("https://images.unsplash.com/photo-1481277542470-605612bd2d61?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f2ea;
}

.section.bg-panel .overlay {
  background: rgba(30, 30, 30, 0.55);
  padding: 32px;
  border-radius: 22px;
}

.section-title {
  font-size: 2rem;
  margin: 0 0 14px;
}

.asym-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

.asym-card {
  flex: 1 1 250px;
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  position: relative;
}

.asym-card.offset-up {
  top: -24px;
}

.asym-card.offset-down {
  top: 18px;
}

.image-frame {
  border-radius: 18px;
  overflow: hidden;
  background: #cbbba8;
}

.image-frame img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.highlight-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  background: #2f4a3a;
  color: #f7f2ea;
  padding: 24px 30px;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
}

.split-band {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

.split-band .copy {
  flex: 1 1 320px;
}

.split-band .media {
  flex: 1 1 320px;
  border-radius: 22px;
  overflow: hidden;
  background: #cab8a4;
}

.split-band img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pricing-item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
  padding: 18px 22px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
}

.pricing-item strong {
  font-size: 1.05rem;
}

.form-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.form-shell form {
  flex: 1 1 340px;
  background: #ffffff;
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

label {
  display: block;
  margin: 0 0 6px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d6c9bb;
  font-size: 0.95rem;
  margin-bottom: 16px;
  background: #faf7f2;
}

.form-side {
  flex: 1 1 260px;
}

.form-side .image-frame img {
  height: 260px;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.testimonial {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

footer {
  padding: 40px 6vw;
  background: #1c2a22;
  color: #f2e8dd;
}

footer a {
  color: #f2e8dd;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  background: #f0ebe4;
  border-radius: 999px;
  padding: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.sticky-cta button {
  border: none;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  max-width: 340px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1 1 120px;
}

.hidden {
  display: none;
}

.page-hero {
  padding: 40px 6vw 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-hero .copy {
  flex: 1 1 320px;
  background: #f2e8dd;
  padding: 22px;
  border-radius: 20px;
}

.page-hero .media {
  flex: 1 1 320px;
  border-radius: 20px;
  overflow: hidden;
  background: #d0c0b2;
}

.page-hero img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.legal-block {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  header {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }

  .hero-text {
    left: 0;
    top: 0;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
