* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2a24;
  background: #f6f7f4;
  line-height: 1.6;
}

a {
  color: #1f5b45;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 6%;
  gap: 16px;
  background: #f6f7f4;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand {
  font-weight: 700;
  font-size: 20px;
}

.ad-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b786f;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}

.nav-links a {
  font-size: 14px;
}

.hero {
  position: relative;
  padding: 120px 6% 80px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 28, 22, 0.55);
}

.hero-content {
  position: relative;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 1;
}

.hero h1 {
  font-size: 42px;
  margin: 0;
}

.hero p {
  margin: 0;
  font-size: 18px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.primary-btn {
  background: #f4c451;
  color: #1f2a24;
}

.secondary-btn {
  background: transparent;
  border: 1px solid #f4c451;
  color: #f4c451;
}

.section {
  padding: 70px 6%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section.alt {
  background: #ffffff;
}

.section.dark {
  background: #1f2a24;
  color: #ffffff;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block {
  flex: 1 1 320px;
}

.split .media-block {
  flex: 1 1 300px;
  background: #dfe6dd;
  border-radius: 18px;
  overflow: hidden;
}

.media-block img {
  width: 100%;
  height: 320px;
}

.inline-card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.inline-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(27, 36, 31, 0.08);
}

.inline-card img {
  width: 100%;
  height: 180px;
  border-radius: 12px;
}

.trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.trust-item {
  flex: 1 1 240px;
  background: rgba(255, 255, 255, 0.12);
  padding: 18px;
  border-radius: 14px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-left: 3px solid #f4c451;
  background: #f2f5f1;
  border-radius: 12px;
}

.pricing-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.price-card {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 20px rgba(27, 36, 31, 0.08);
}

.price-card img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
}

.price-tag {
  font-size: 24px;
  font-weight: 700;
  color: #1f5b45;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  max-width: 540px;
}

.form-wrap label {
  font-weight: 600;
  font-size: 14px;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cfd8d1;
  font-size: 14px;
  font-family: inherit;
}

.form-wrap textarea {
  min-height: 120px;
  resize: vertical;
}

.cta-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  background: #1f5b45;
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
}

.footer {
  margin-top: auto;
  padding: 40px 6%;
  background: #111915;
  color: #d5ded6;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  color: #1f2a24;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(12, 18, 14, 0.2);
  padding: 18px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
}

.legal-hero {
  padding: 80px 6%;
  background: #e8ede7;
}

.legal-hero h1 {
  margin: 0 0 12px;
}

.legal-content {
  padding: 40px 6% 70px;
  max-width: 860px;
}

.contact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 540px;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.bg-wellness {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.img-intro {
  background-color: #e9ede6;
}

.img-story {
  background-color: #f1eae3;
}

.img-benefit-1 {
  background-color: #f3efe8;
}

.img-benefit-2 {
  background-color: #e6eceb;
}

.img-benefit-3 {
  background-color: #eef2ea;
}

.img-price-1 {
  background-color: #f1efe6;
}

.img-price-2 {
  background-color: #ecefe8;
}

.img-price-3 {
  background-color: #e9ede0;
}

.img-about {
  background-color: #eef1ea;
}

.img-services {
  background-color: #f2efe8;
}

.img-services-2 {
  background-color: #e8efe9;
}

.img-contact {
  background-color: #e7ece6;
}
