.page {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2a2e;
  margin: 0;
  background: #f7f7f4;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6vw;
  background: #ffffff;
  border-bottom: 1px solid #e2e2dc;
  gap: 20px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nav a {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 20px;
  background: #f2f2ed;
}

.nav a:hover,
.nav a:focus {
  background: #dfe7e2;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #c9d2cc;
  border-radius: 20px;
  background: #eef2ef;
}

.section {
  padding: 60px 6vw;
}

.section.alt {
  background: #ffffff;
}

.split {
  display: flex;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1 1 320px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #5f6c6f;
}

h1,
h2,
h3 {
  margin: 10px 0 16px;
  line-height: 1.2;
}

p {
  line-height: 1.6;
  margin: 0 0 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #2a5f4a;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn.alt {
  background: #1f2a2e;
}

.btn.light {
  background: #f2f2ed;
  color: #1f2a2e;
}

.btn:hover,
.btn:focus {
  background: #3a7a5f;
}

.btn.alt:hover,
.btn.alt:focus {
  background: #2d3c41;
}

.btn.light:hover,
.btn.light:focus {
  background: #dfe7e2;
}

.image-frame {
  background: #d9e0da;
  border-radius: 16px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.metrics {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.metric-card {
  flex: 1 1 180px;
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #e2e2dc;
}

.service-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 260px;
  background: #fefefe;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #e2e2dc;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  font-size: 18px;
  color: #2a5f4a;
}

.form-panel {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #e2e2dc;
}

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 #c9d2cc;
  font-size: 14px;
}

.inline-cta {
  font-weight: 600;
  color: #2a5f4a;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #ffffff;
  border: 1px solid #c9d2cc;
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.footer {
  padding: 40px 6vw;
  background: #1f2a2e;
  color: #e8ecea;
}

.footer a {
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  border: 1px solid #c9d2cc;
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  z-index: 11;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.notice {
  background: #e9f0eb;
  border-left: 4px solid #2a5f4a;
  padding: 16px;
  border-radius: 10px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-block {
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #e2e2dc;
}

.two-col {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.two-col > div {
  flex: 1 1 260px;
}

.muted {
  color: #5f6c6f;
}

.mt-20 {
  margin-top: 20px;
}

.hero-title {
  font-size: 36px;
}

@media (max-width: 720px) {
  .hero-title {
    font-size: 28px;
  }

  .sticky-cta {
    position: static;
    margin: 20px 6vw 0;
  }
}
