*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a2e;
  background: #f7f6f2;
  line-height: 1.6;
}

a {
  color: #1c5b4a;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.9;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  flex-direction: column;
  padding: 18px 6vw;
  background: #ffffff;
  border-bottom: 1px solid #e3e3de;
}

.nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 0.85rem;
  color: #5c6d67;
  border: 1px solid #cfd6d0;
  padding: 4px 10px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding: 8px 0 0;
}

.hero {
  display: flex;
  align-items: stretch;
  padding: 70px 6vw 60px;
  background: #0f3a2e;
  color: #fdfcf8;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1756234313344-397f5c7f9cf0?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.hero-content {
  position: relative;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-title {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  background: #f3c969;
  color: #2b2b2b;
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.btn-secondary {
  background: #ffffff;
  color: #1f2a2e;
  border: 1px solid #d7ded8;
}

.section {
  padding: 60px 6vw;
}

.section-alt {
  background: #ffffff;
}

.magazine-columns {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.col-wide {
  flex: 2 1 320px;
}

.col-narrow {
  flex: 1 1 220px;
}

.img-wrap {
  background-color: #c9d2cb;
  border-radius: 18px;
  overflow: hidden;
}

.inline-image {
  margin-top: 18px;
}

.editorial-note {
  background: #e7efe9;
  padding: 18px;
  border-radius: 16px;
  font-size: 0.95rem;
}

.note-spaced {
  margin-top: 18px;
}

.service-grid {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6e6df;
  display: flex;
  flex-direction: column;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.price {
  font-weight: 700;
  color: #1c5b4a;
}

.split-band {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.band-text {
  flex: 1 1 280px;
}

.band-list {
  flex: 1 1 240px;
  background: #fdfcf8;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #e3e3de;
}

.form-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f0f4ef;
  border-radius: 24px;
  padding: 28px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #cdd6cf;
  font-size: 1rem;
}

.footer {
  margin-top: auto;
  padding: 30px 6vw;
  background: #132b24;
  color: #f6f3ea;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.footer small {
  color: #d4dcd5;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 22px;
  background: #1c5b4a;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border: 1px solid #d7ded8;
  padding: 16px;
  border-radius: 16px;
  max-width: 320px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.banner-bg {
  background-image: url("https://images.unsplash.com/photo-1703162515652-86b5876236e3?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}

.banner-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 34, 28, 0.6);
}

.banner-bg .banner-content {
  position: relative;
}

.about-image {
  max-width: 520px;
}

.about-image img {
  width: 100%;
  height: 320px;
}

.contact-panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  border: 1px solid #e4e4dd;
}
