* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1f2a1f;
  background-color: #f7f6f2;
  line-height: 1.6;
}

a {
  color: #1f4b2e;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.top-bar {
  background-color: #eef1ea;
  padding: 16px 0;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-size: 14px;
}

.ad-label {
  background-color: #d6e3d2;
  color: #1f4b2e;
  padding: 6px 10px;
  border-radius: 18px;
  font-size: 12px;
}

.section {
  padding: 54px 0;
}

.section.alt {
  background-color: #ffffff;
}

.section.dark {
  background-color: #1f2a1f;
  color: #f7f6f2;
}

.section-image {
  background-color: #cfd9c9;
  border-radius: 20px;
  overflow: hidden;
}

.hero {
  background-color: #273a2b;
  color: #f7f6f2;
  position: relative;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-content {
  padding: 70px 0;
}

.hero h1 {
  font-size: 40px;
  max-width: 560px;
  margin-bottom: 18px;
}

.hero p {
  max-width: 520px;
  margin-bottom: 24px;
}

.btn {
  background-color: #f1b24a;
  color: #1f2a1f;
  padding: 12px 18px;
  border-radius: 24px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn.secondary {
  background-color: #e3e7df;
  color: #1f2a1f;
}

.btn.dark {
  background-color: #1f4b2e;
  color: #f7f6f2;
}

.btn:hover,
.btn:focus {
  opacity: 0.9;
}

.inline-link {
  font-weight: 600;
  border-bottom: 1px solid #1f4b2e;
}

.stacked {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.card-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e2e6df;
}

.card img {
  border-radius: 14px;
}

.price {
  font-size: 18px;
  font-weight: 700;
}

.tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 14px;
  background-color: #eff4ec;
  font-size: 12px;
}

.sticky-box {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  background-color: #fef7ea;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #f0ddbc;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e2e6df;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cdd4c9;
  font-size: 14px;
  font-family: inherit;
}

.footer {
  background-color: #e9eee6;
  padding: 32px 0;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.footer small {
  display: block;
  margin-top: 12px;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background-color: #ffffff;
  border: 1px solid #d5ddcf;
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 10;
}

.cookie-banner.active {
  display: block;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.hero-overlay {
  background-color: rgba(31, 42, 31, 0.72);
}

.bg-field {
  background-image: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-panel {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 24px;
  border-radius: 18px;
}

.page-hero {
  background-color: #273a2b;
  color: #f7f6f2;
}

.page-hero .hero-content {
  padding: 50px 0;
}

.page-hero.bg-about {
  background-image: url("https://images.unsplash.com/photo-1459666644539-a9755287d6b0?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.page-hero.bg-services {
  background-image: url("https://images.unsplash.com/photo-1466692476868-aef1dfb1e735?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.page-hero.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1457530378978-8bac673b8062?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.page-hero.bg-privacy {
  background-image: url("https://images.unsplash.com/photo-1469796466635-455ede028aca?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.page-hero.bg-gdpr {
  background-image: url("https://images.unsplash.com/photo-1502082553048-f009c37129b9?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.page-hero.bg-cookies {
  background-image: url("https://images.unsplash.com/photo-1454023492550-5696f8ff10e1?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.page-hero.bg-terms {
  background-image: url("https://images.unsplash.com/photo-1441716844725-09cedc13a4e7?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.page-hero.bg-thanks {
  background-image: url("https://images.pexels.com/photos/35539547/pexels-photo-35539547.jpeg");
  background-size: cover;
  background-position: center;
}

.hero-mask {
  background-color: rgba(31, 42, 31, 0.74);
}

.notice {
  background-color: #fef7ea;
  border-left: 4px solid #f1b24a;
  padding: 12px 14px;
  border-radius: 12px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.image-inline {
  max-width: 460px;
  background-color: #d6e0d2;
  border-radius: 18px;
  overflow: hidden;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-item {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #e2e6df;
}

.service-item img {
  width: 240px;
  height: 180px;
  border-radius: 14px;
}

.small-note {
  font-size: 12px;
  color: #4c5c4d;
}
