* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e2a25;
  background-color: #f7f7f3;
  line-height: 1.6;
}

img {
  display: block;
}

a {
  color: #1f5a4b;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.9;
}

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-bar {
  background-color: #ffffff;
  border-bottom: 1px solid #d8ddd6;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.9rem;
}

.ad-label {
  font-size: 0.8rem;
  color: #4d5c55;
  background: #eef2ed;
  padding: 6px 10px;
  border-radius: 16px;
  max-width: 320px;
}

.hero {
  padding: 42px 0 24px;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-image {
  flex: 1 1 360px;
  min-height: 320px;
}

.image-frame {
  background-color: #d9e3db;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-260 {
  height: 260px;
}

.image-220 {
  height: 220px;
}

.image-200 {
  height: 200px;
}

.image-160 {
  height: 160px;
}

.section {
  padding: 46px 0;
}

.section-light {
  background-color: #ffffff;
}

.section-muted {
  background-color: #eef2ed;
}

.background-section {
  position: relative;
  overflow: hidden;
}

.background-section .page {
  position: relative;
  z-index: 1;
}

.background-media {
  position: absolute;
  inset: 0;
  opacity: 0.18;
}

.section-title {
  font-size: 2rem;
  margin: 0 0 14px;
}

.split-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

.split-text,
.split-aside {
  flex: 1 1 320px;
}

.editorial-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.editorial-main {
  flex: 2 1 380px;
}

.editorial-side {
  flex: 1 1 220px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #d8ddd6;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d8ddd6;
  display: flex;
  flex-direction: column;
}

.service-card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-weight: 700;
  color: #1f5a4b;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-primary {
  background: #1f5a4b;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 22px;
  font-size: 0.95rem;
}

.btn-outline {
  background: transparent;
  border: 1px solid #1f5a4b;
  color: #1f5a4b;
  padding: 11px 18px;
  border-radius: 22px;
  font-size: 0.9rem;
}

.quote-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.quote {
  flex: 1 1 280px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #d8ddd6;
  font-style: italic;
}

.form-block {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  border: 1px solid #d8ddd6;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c9d1c7;
  font-family: inherit;
}

.form-grid label {
  font-size: 0.9rem;
  color: #415047;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1e2a25;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  z-index: 10;
}

.sticky-cta button {
  background: #ffffff;
  color: #1e2a25;
  padding: 8px 16px;
  border-radius: 18px;
  font-size: 0.85rem;
}

.footer {
  background: #1e2a25;
  color: #eef2ed;
  padding: 32px 0;
}

.footer a {
  color: #c7e2d4;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-block {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: #ffffff;
  border: 1px solid #d8ddd6;
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  display: none;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 16px;
}

.hidden {
  display: none;
}

.legal-image {
  height: 220px;
}

.compact-hero {
  padding: 32px 0;
}

.compact-hero .hero-layout {
  align-items: center;
}

@media (max-width: 820px) {
  .sticky-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
