* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1b1f1c;
  background: #f7f7f4;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-disclosure {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f0e6d9;
  font-size: 0.85rem;
}

.split {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .panel {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.panel.card {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hero {
  margin-top: 18px;
}

.hero-image {
  border-radius: 24px;
  overflow: hidden;
  background: #dbe6de;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.section {
  margin: 70px 0;
}

.section-tag {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: #4d5b51;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #2f6b4e;
  color: #ffffff;
  font-weight: 600;
  border: none;
}

.cta.secondary {
  background: #e6ede7;
  color: #2f6b4e;
}

.cta.ghost {
  border: 1px solid #2f6b4e;
  background: transparent;
  color: #2f6b4e;
}

.inline-link {
  font-weight: 600;
  border-bottom: 1px solid #2f6b4e;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-block {
  margin-top: 28px;
}

.section-actions {
  margin-top: 20px;
}

.service {
  display: flex;
  gap: 18px;
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  align-items: center;
}

.service img {
  width: 140px;
  height: 110px;
  border-radius: 12px;
  background: #dde7e0;
}

.pricing {
  font-weight: 700;
  color: #204231;
}

.highlight {
  background: #243b2a;
  color: #f4f7f2;
  padding: 40px;
  border-radius: 22px;
}

.highlight .cta {
  background: #f6d6a6;
  color: #2b2d24;
}

.section-bg {
  background-color: #1f3326;
  background-image: url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f3f6f0;
  padding: 48px;
  border-radius: 24px;
}

.section-bg .panel {
  background: rgba(0, 0, 0, 0.35);
  padding: 20px;
  border-radius: 16px;
}

.section-bg .section-tag {
  color: #e6efe6;
}

.form-wrap {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cbd4cd;
  font-size: 1rem;
}

.footer {
  margin-top: 80px;
  padding: 40px 24px 60px;
  background: #e8ede8;
}

.footer .page {
  padding: 0 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
  margin-top: 16px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
}

.sticky-cta a {
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 999px;
  background: #2f6b4e;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  z-index: 12;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  flex: 1;
  cursor: pointer;
}

.image-card {
  border-radius: 18px;
  overflow: hidden;
  background: #d7e2d9;
}

.columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.columns .column {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
}

.tagline {
  font-size: 1.1rem;
  color: #3b4d41;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.contact-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-block {
  flex: 1 1 260px;
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.legal-text {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.legal-text h1,
.legal-text h2 {
  margin-bottom: 14px;
}

.legal-text p {
  margin-bottom: 14px;
}
