*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #14221a;
  background-color: #f5f3ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-bar {
  background-color: #dfe6da;
  color: #2a3a2d;
  font-size: 0.85rem;
  padding: 0.45rem 1.5rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  gap: 1rem;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  font-size: 0.95rem;
}

.nav-disclosure {
  font-size: 0.82rem;
  color: #425446;
  max-width: 240px;
}

.nav-cta {
  border: 1px solid #2a3a2d;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 2.5rem 3.5rem;
  position: relative;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding-right: 2rem;
}

.hero-copy h1 {
  font-size: 2.6rem;
  margin: 0;
}

.hero-visual {
  flex: 1 1 320px;
  min-height: 360px;
  border-radius: 18px;
  background-color: #cfd8c5;
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-visual .image-shell {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 260px;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #c7d3c0;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.button {
  background-color: #2a3a2d;
  color: #f8f8f4;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.button.secondary {
  background-color: #f1e9db;
  color: #2a3a2d;
  border: 1px solid #2a3a2d;
}

.section {
  padding: 3rem 2.5rem;
}

.section.intro {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.section.intro .text-block {
  flex: 1 1 280px;
}

.section.intro .image-shell {
  flex: 1 1 260px;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #d8e1d2;
}

.offset-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2.2rem;
  box-shadow: 0 18px 40px rgba(22, 30, 24, 0.12);
  transform: translateY(-40px);
}

.offset-panel .panel-text {
  flex: 1 1 280px;
}

.offset-panel .panel-image {
  flex: 1 1 240px;
  height: 240px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #dfe6da;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.service-card {
  flex: 1 1 220px;
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
  box-shadow: 0 14px 30px rgba(20, 34, 26, 0.12);
}

.service-card .image-shell {
  height: 160px;
  background-color: #d9e2d4;
}

.service-card .content {
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.pricing {
  font-weight: 700;
  color: #2a3a2d;
}

.insights {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
  background-color: #ece6da;
  border-radius: 20px;
  padding: 2.5rem;
}

.insights .image-shell {
  flex: 1 1 260px;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #d7dfd0;
}

.insights .text-block {
  flex: 2 1 320px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonial {
  border-left: 4px solid #2a3a2d;
  padding-left: 1rem;
  font-style: italic;
}

.cta-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  background-color: #2a3a2d;
  color: #f8f8f4;
  border-radius: 24px;
  padding: 2.3rem;
}

.cta-panel .button {
  background-color: #f7efe1;
  color: #2a3a2d;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.form-section .form-text {
  flex: 1 1 280px;
}

.form-section form {
  flex: 1 1 280px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 18px 40px rgba(20, 34, 26, 0.12);
}

label {
  font-weight: 600;
  font-size: 0.92rem;
}

input,
select,
textarea {
  border: 1px solid #b7c2b3;
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 0.88rem;
  color: #415142;
}

.footer {
  margin-top: auto;
  background-color: #1f2a22;
  color: #e8efe4;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
}

.footer-note {
  font-size: 0.85rem;
  color: #c8d2c6;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background-color: #2a3a2d;
  color: #f8f8f4;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(20, 34, 26, 0.18);
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  max-width: 320px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 18px 36px rgba(20, 34, 26, 0.18);
  display: none;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 11;
}

.cookie-actions {
  display: flex;
  gap: 0.8rem;
}

.cookie-actions button {
  border: none;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  cursor: pointer;
}

.cookie-accept {
  background-color: #2a3a2d;
  color: #f8f8f4;
}

.cookie-reject {
  background-color: #e8e0d2;
  color: #2a3a2d;
}

.page-header {
  padding: 2.5rem 2.5rem 1rem;
}

.page-header h1 {
  margin: 0;
  font-size: 2.2rem;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1.5rem 2.5rem 3rem;
}

.content-grid .image-shell {
  flex: 1 1 280px;
  height: 280px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #d7dfd0;
}

.content-grid .text-block {
  flex: 2 1 320px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 2.5rem 3rem;
}

.background-forest {
  background-color: #cfd8c5;
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f8f8f4;
}

.background-forest .button {
  background-color: #f1e9db;
  color: #2a3a2d;
}

.background-forest .inline-link {
  text-decoration: underline;
}

.inline-link {
  text-decoration: underline;
}

.note-strip {
  background-color: #f0e7d8;
  padding: 1rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.note-strip strong {
  font-size: 1.1rem;
}

@media (max-width: 860px) {
  .hero {
    padding: 2rem 1.5rem 3rem;
  }

  .nav {
    padding: 1.2rem 1.5rem;
  }

  .section,
  .page-header,
  .content-grid,
  .legal-list,
  .note-strip,
  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-visual .image-shell {
    position: static;
    width: 100%;
    height: 200px;
    margin-top: 1rem;
  }

  .offset-panel {
    transform: none;
  }
}
