* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1d2228;
  background-color: #f6f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1e4b5f;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  background-color: #fdfaf7;
  border-bottom: 1px solid #e2ded9;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 6%;
  flex-wrap: wrap;
  gap: 16px;
}

.brand {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.ad-label {
  font-size: 0.85rem;
  color: #6a5f53;
  background-color: #f0ebe4;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 6%;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
}

.hero-text h1 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 18px;
}

.hero-text p {
  margin-bottom: 18px;
  max-width: 520px;
}

.hero-media {
  flex: 1 1 320px;
  background-color: #d6d0c8;
  border-radius: 24px;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 380px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1e4b5f;
  color: #fdfaf7;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.button.secondary {
  background-color: #f0ebe4;
  color: #1e4b5f;
}

.section {
  padding: 60px 6%;
}

.section.alt {
  background-color: #fff7ed;
}

.section.bg-care {
  background-image: url("https://images.unsplash.com/photo-1450778869180-41d0601e046e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfaf7;
}

.section.bg-care .kicker,
.section.bg-care p,
.section.bg-care h2,
.section.bg-care h3 {
  color: #fdfaf7;
}

.section.bg-play {
  background-image: url("https://images.unsplash.com/photo-1465101162946-4377e57745c3?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfaf7;
}

.section.bg-play .kicker,
.section.bg-play p,
.section.bg-play h2,
.section.bg-play h3 {
  color: #fdfaf7;
}

.section.bg-quiet {
  background-image: url("https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfaf7;
}

.section.bg-quiet .kicker,
.section.bg-quiet p,
.section.bg-quiet h2,
.section.bg-quiet h3 {
  color: #fdfaf7;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .media {
  flex: 1 1 320px;
  background-color: #d9d3cb;
  border-radius: 18px;
  overflow: hidden;
}

.split .media img {
  width: 100%;
  height: 320px;
}

.kicker {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  color: #7a6f64;
  margin-bottom: 10px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 10px 24px rgba(33, 29, 24, 0.08);
}

.service-card .media {
  background-color: #d8d2c9;
  border-radius: 14px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 170px;
}

.price {
  font-weight: 600;
  color: #1e4b5f;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 28px rgba(30, 30, 30, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d6d0c8;
  font-size: 1rem;
}

.inline-cta {
  font-weight: 600;
}

.testimonial {
  background-color: #fdfaf7;
  border-left: 4px solid #1e4b5f;
  padding: 16px 18px;
  margin-top: 12px;
}

.callout {
  background-color: #1e4b5f;
  color: #fdfaf7;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 5;
}

.sticky-cta button {
  background-color: #5c3d2e;
}

.footer {
  margin-top: auto;
  background-color: #f0ebe4;
  padding: 40px 6%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #5b5349;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 10px 26px rgba(20, 20, 20, 0.16);
  display: none;
  z-index: 10;
}

.cookie-banner.active {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal {
  max-width: 860px;
}

.meta-block {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(33, 29, 24, 0.08);
}

.contact-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-item {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.06);
}

.notice {
  background-color: #fff3da;
  border-radius: 18px;
  padding: 16px;
  color: #6b4f3b;
}

.image-band {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.image-band .band-item {
  flex: 1 1 220px;
  background-color: #d7d1c8;
  border-radius: 16px;
  overflow: hidden;
}

.image-band img {
  width: 100%;
  height: 180px;
}

@media (max-width: 760px) {
  .sticky-cta {
    position: static;
    margin: 24px 6% 0;
  }
}
