* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2328;
  background: #f7f5f2;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  background: #f1ede7;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.8rem;
  color: #6a4c3b;
  margin-left: 18px;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.9rem;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 64px 6vw 48px;
  background: #ede4d8;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.32;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 620px;
}

.hero-title {
  font-size: 2.6rem;
  margin: 0;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #1f2328;
  background: #1f2328;
  color: #fff;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1f2328;
}

.section {
  padding: 52px 6vw;
  position: relative;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.text-block {
  flex: 1 1 320px;
  max-width: 520px;
}

.image-wrap {
  flex: 1 1 320px;
  background: #d8c8b8;
  padding: 10px;
  border-radius: 18px;
}

.image-wrap img {
  width: 100%;
  height: 320px;
  border-radius: 14px;
}

.offset-card {
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.08);
  max-width: 620px;
  margin-left: auto;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  align-items: center;
}

.service-row .card-media {
  flex: 0 0 220px;
  background: #d4cbc1;
  border-radius: 14px;
  overflow: hidden;
}

.service-row img {
  width: 220px;
  height: 160px;
}

.service-info {
  flex: 1 1 280px;
}

.price-tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f4efe9;
  border: 1px solid #d8cfc6;
  font-size: 0.85rem;
}

.form-panel {
  background: #fefcf9;
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
}

label {
  font-size: 0.85rem;
  color: #4a4a4a;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #c8bfb5;
  background: #fff;
  font-size: 0.9rem;
}

.cta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  background: #1f2328;
  color: #fff;
  padding: 28px 6vw;
}

.cta-strip a {
  color: #fff;
  text-decoration: underline;
}

.footer {
  margin-top: auto;
  padding: 36px 6vw;
  background: #1f2328;
  color: #fefcf9;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #6a4c3b;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fefcf9;
  color: #1f2328;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  display: none;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.page-hero {
  padding: 54px 6vw 36px;
  background: #e7ddcf;
}

.page-hero h1 {
  margin: 0;
  font-size: 2.1rem;
}

.legal-block {
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  margin-bottom: 22px;
}

.notice {
  font-size: 0.85rem;
  color: #534b45;
}

.bg-scene {
  background-image: url("https://images.unsplash.com/photo-1426604966848-d7adac402bff?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 64px 6vw;
}

.bg-scene .offset-card {
  background: rgba(255, 255, 255, 0.92);
  color: #1f2328;
}

@media (max-width: 820px) {
  .hero-title {
    font-size: 2rem;
  }

  .offset-card {
    margin-left: 0;
  }

  .sticky-cta {
    left: 18px;
    right: auto;
  }
}
