* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2a2e;
  background-color: #f7f4ef;
  line-height: 1.6;
}

a {
  color: #1e5a4f;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #d7d9d5;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  background: #f7f4ef;
  border-bottom: 1px solid #d9d2c8;
  padding: 1.5rem 5vw;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.brand-row h1 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ad-label {
  font-size: 0.9rem;
  color: #5f6a6f;
  max-width: 420px;
}

nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.cta-button,
button {
  background: #1e5a4f;
  color: #fff;
  border: none;
  padding: 0.85rem 1.4rem;
  font-size: 1rem;
  cursor: pointer;
}

.cta-outline {
  background: transparent;
  color: #1e5a4f;
  border: 1px solid #1e5a4f;
}

main {
  flex: 1;
}

.section {
  padding: 4rem 6vw;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.section h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.section p {
  max-width: 740px;
}

.hero {
  background-image: url("https://images.unsplash.com/photo-1470770841072-f978cf4d019e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f4ef;
  position: relative;
}

.hero-overlay {
  background: rgba(20, 31, 33, 0.62);
  padding: 6rem 6vw;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero h2 {
  font-size: 3rem;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.split-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.split-row.reverse {
  flex-direction: column;
}

.panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.image-card {
  background-color: #d7d9d5;
  padding: 0.5rem;
}

.image-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.highlight {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f4ef;
}

.highlight-layer {
  background: rgba(20, 31, 33, 0.68);
  padding: 4rem 6vw;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card {
  background: #fff;
  border: 1px solid #d9d2c8;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.testimonial {
  background: #fff;
  border-left: 4px solid #1e5a4f;
  padding: 1.5rem;
}

.reveal {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f4ef;
}

.reveal-layer {
  background: rgba(19, 34, 37, 0.7);
  padding: 4rem 6vw;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #d9d2c8;
  background: #fff;
  padding: 1.6rem;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.pricing {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1e5a4f;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #fff;
  border: 1px solid #d9d2c8;
  padding: 2rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 0.75rem;
  border: 1px solid #c9c1b6;
  font-size: 1rem;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #1f2a2e;
  color: #f7f4ef;
  padding: 1rem 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

footer {
  background: #1f2a2e;
  color: #f7f4ef;
  padding: 3rem 6vw;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

footer a {
  color: #f7f4ef;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.cookie-banner {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 360px;
  background: #fff;
  border: 1px solid #d9d2c8;
  padding: 1.2rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.page-banner {
  background: #fff;
  border: 1px solid #d9d2c8;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 900px) {
  .split-row {
    flex-direction: row;
    align-items: center;
  }

  .split-row.reverse {
    flex-direction: row-reverse;
  }

  .cards,
  .service-grid {
    flex-direction: row;
  }

  .card,
  .service-card {
    flex: 1;
  }

  .form-wrap {
    flex-direction: row;
  }
}
