* {
  box-sizing: border-box;
}

:root {
  color: #1b1c1f;
  background-color: #f6f3ee;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

body {
  margin: 0;
  color: #1b1c1f;
  background: #f6f3ee;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 6vw;
  background: #ede7de;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.8rem;
  background: #dce4f2;
  padding: 6px 10px;
  border-radius: 18px;
}

.main {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 80px;
}

.section {
  padding: 0 6vw;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  margin: 0;
}

.hero-media {
  flex: 1 1 320px;
  min-height: 360px;
  border-radius: 26px;
  background-color: #c9d6cc;
  background-image: url("https://images.unsplash.com/photo-1507146426996-ef05306b995a?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1b1c1f;
  color: #fff;
  font-weight: 600;
  border: none;
}

.button-outline {
  background: transparent;
  color: #1b1c1f;
  border: 1px solid #1b1c1f;
}

.offset-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  background: #efe3d9;
  padding: 28px;
  border-radius: 24px;
  margin-left: 6vw;
  margin-right: 2vw;
}

.offset-panel.reverse {
  flex-direction: row-reverse;
  margin-left: 2vw;
  margin-right: 6vw;
}

.panel-media {
  flex: 1 1 260px;
  background-color: #d9d1c7;
  border-radius: 20px;
  overflow: hidden;
}

.panel-media img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.panel-copy {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-title {
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  margin: 0 0 12px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 16px 32px rgba(27, 28, 31, 0.08);
}

.service-card .media-frame {
  background: #dfe5db;
  border-radius: 16px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.price-tag {
  font-weight: 700;
  color: #2f4d3c;
}

.layered-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  border-radius: 26px;
  background-color: #c7d3df;
  background-image: url("https://images.unsplash.com/photo-1494256997604-768d1f608cac?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f8f7f5;
}

.layered-section .overlay-card {
  max-width: 520px;
  background: rgba(27, 28, 31, 0.72);
  padding: 20px;
  border-radius: 18px;
}

.testimonial-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  background-color: #b6c2b9;
  background-image: url("https://images.unsplash.com/photo-1465101046530-73398c7f28ca?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 30px;
  color: #fff;
}

.testimonial-card {
  flex: 1 1 220px;
  background: rgba(27, 28, 31, 0.7);
  padding: 16px;
  border-radius: 16px;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  padding: 32px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(27, 28, 31, 0.08);
}

.care-form {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.care-form label {
  font-weight: 600;
}

.care-form select,
.care-form input {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c4c4c4;
  font-size: 1rem;
}

.form-note {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b1c1f;
  color: #fff;
  padding: 12px 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.sticky-cta a {
  background: #fff;
  color: #1b1c1f;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
}

.page-footer {
  margin-top: auto;
  padding: 32px 6vw 80px;
  background: #ede7de;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-banner {
  position: fixed;
  bottom: 68px;
  right: 20px;
  max-width: 320px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(27, 28, 31, 0.12);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.cookie-actions button {
  padding: 8px 12px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
}

.cookie-accept {
  background: #1b1c1f;
  color: #fff;
}

.cookie-reject {
  background: #e4e4e4;
  color: #1b1c1f;
}

.simple-hero {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 50px 6vw;
  background: #e7ede5;
}

.simple-hero .hero-image {
  background-color: #cdd7d0;
  border-radius: 22px;
  overflow: hidden;
}

.simple-hero img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.content-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 6vw 80px;
}

.legal-card {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(27, 28, 31, 0.06);
}

.page-note {
  font-size: 0.95rem;
  color: #40434a;
}

.contact-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 220px;
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(27, 28, 31, 0.08);
}

.no-image-shape {
  width: 100%;
  height: 180px;
  border-radius: 18px;
  background: linear-gradient(120deg, #d9cfc6, #c3d2c1);
}

@media (max-width: 720px) {
  .offset-panel,
  .offset-panel.reverse {
    margin: 0 6vw;
  }

  .sticky-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
