* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  padding: 18px 6vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #f0ebe4;
  border-bottom: 1px solid #ded7ce;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.ad-label {
  font-size: 0.9rem;
  color: #5b5146;
  background: #e5ddd3;
  padding: 6px 12px;
  border-radius: 999px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.nav a {
  padding: 8px 10px;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid #ded7ce;
}

.hero {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
  padding: 80px 6vw;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(246, 244, 241, 0.78);
}

.hero-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: stretch;
  padding: 70px 6vw;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1 1 320px;
}

.media {
  background: #d3d7db;
  border-radius: 24px;
  overflow: hidden;
  min-height: 260px;
}

.section-title {
  font-size: clamp(1.7rem, 2.3vw, 2.6rem);
  margin: 0 0 12px;
}

.lead {
  font-size: 1.05rem;
  color: #3f3a33;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.btn {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #2a2622;
  background: #2a2622;
  color: #f8f5f0;
  cursor: pointer;
  font-size: 1rem;
}

.btn.secondary {
  background: transparent;
  color: #2a2622;
}

.band {
  background: #1f2b2c;
  color: #f7f2ea;
  padding: 56px 6vw;
}

.winter-band {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.winter-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 43, 44, 0.85);
}

.winter-band .band-inner {
  position: relative;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 24px;
}

.stat-card {
  flex: 1 1 200px;
  background: rgba(255, 255, 255, 0.12);
  padding: 20px;
  border-radius: 18px;
}

.pricing {
  background: #fff;
  padding: 70px 6vw;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.service-card {
  flex: 1 1 260px;
  background: #f3efe9;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-card .media {
  min-height: 180px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.form-section {
  padding: 70px 6vw;
  background: #e8e0d5;
}

.form-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-card label {
  font-weight: 600;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c0b5;
  font-size: 1rem;
}

.form-note {
  font-size: 0.9rem;
  color: #5b5146;
}

.inline-cta {
  text-decoration: underline;
}

.footer {
  padding: 40px 6vw;
  background: #1d1a16;
  color: #f2ede4;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer a {
  color: #f2ede4;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d6cec4;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  background: #2a2622;
  color: #f8f5f0;
  padding: 10px 16px;
  border-radius: 999px;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 20;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.sticky-cta button {
  border: none;
  background: #f8f5f0;
  color: #2a2622;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #d7cec4;
  padding: 18px;
  display: none;
  z-index: 30;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.cookie-actions button {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #2a2622;
  background: #2a2622;
  color: #f8f5f0;
  cursor: pointer;
}

.cookie-actions button.secondary {
  background: transparent;
  color: #2a2622;
}

.page-header {
  padding: 60px 6vw 30px;
  background: #f0ebe4;
}

.process-back {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.process-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(240, 235, 228, 0.92);
}

.process-back .page-header-inner {
  position: relative;
}

.page-content {
  padding: 40px 6vw 70px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content-block {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
}

.content-block .media {
  margin-top: 16px;
}
