* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a1f;
  background: #f6f7f2;
  line-height: 1.6;
}

a {
  color: #1f5b3a;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.topbar {
  background: #f0efe8;
  border-bottom: 1px solid #d9ddcf;
}

.topbar-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #5e6b5e;
  max-width: 220px;
}

.page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 360px;
  padding: 36px 32px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(25, 45, 30, 0.08);
  position: relative;
  z-index: 2;
}

.hero-text h1 {
  margin-top: 0;
  font-size: 40px;
  line-height: 1.15;
}

.hero-image {
  flex: 1 1 420px;
  min-height: 360px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #dbe4d4;
}

.hero-image.bg-index {
  background-image: url("https://images.unsplash.com/photo-1497435334941-8c899ee9e8e9?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-image.bg-about {
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-image.bg-services {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-image.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1496560736755-5169449eebc7?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-image.bg-thanks {
  background-image: url("https://images.unsplash.com/photo-1482192596544-9eb780fc7f66?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-image.bg-privacy {
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-image.bg-gdpr {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-image.bg-cookies {
  background-image: url("https://images.unsplash.com/photo-1501139083538-0139583c060f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-image.bg-terms {
  background-image: url("https://images.unsplash.com/photo-1487058792275-0ad4aaf24ca7?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1f5b3a;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background: #ffffff;
  color: #1f5b3a;
  border: 1px solid #1f5b3a;
}

.section {
  margin-top: 54px;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.section.offset {
  margin-top: 70px;
}

.section .text-block {
  flex: 1 1 340px;
}

.section .visual-block {
  flex: 1 1 360px;
}

.visual-frame {
  background-color: #d7dfd0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(23, 44, 28, 0.1);
}

.visual-frame img {
  height: 320px;
  object-fit: cover;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(23, 44, 28, 0.08);
  display: flex;
  flex-direction: column;
}

.service-card .card-body {
  padding: 18px 18px 22px;
}

.price {
  font-weight: 700;
  color: #1f5b3a;
}

.split-band {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 26px;
  background: #e3ead8;
  border-radius: 20px;
}

.split-band .band-item {
  flex: 1 1 220px;
}

.bg-impact {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  padding: 34px;
  color: #1f2a1f;
}

.bg-impact .overlay {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  padding: 24px;
}

.form-panel {
  background: #ffffff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(20, 40, 25, 0.08);
  flex: 1 1 360px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbd5c3;
  font-size: 15px;
  background: #f9fbf6;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #1f5b3a;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(23, 44, 28, 0.2);
}

.footer {
  background: #1c2a1f;
  color: #e9f0e3;
  padding: 36px 24px 44px;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer a {
  color: #cfe5c7;
}

.legal-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.disclaimer {
  margin-top: 18px;
  font-size: 13px;
  color: #c0d0bf;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #ffffff;
  border: 1px solid #cbd5c3;
  box-shadow: 0 10px 26px rgba(23, 44, 28, 0.18);
  padding: 16px 18px;
  border-radius: 14px;
  max-width: 360px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hidden {
  display: none;
}

.note {
  font-size: 13px;
  color: #5f6f5f;
}

.list-columns {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.list-columns ul {
  margin: 0;
  padding-left: 18px;
}

.highlight-box {
  background: #ffffff;
  border-left: 4px solid #1f5b3a;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(23, 44, 28, 0.06);
}

.center {
  text-align: center;
}
