* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2428;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.header {
  padding: 28px 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 15px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 16px;
}

.hero {
  padding: 36px 0 60px;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.split.reverse {
  flex-direction: column-reverse;
}

.split-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.split-visual {
  flex: 1;
  background: #e3e0db;
  padding: 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #1f2428;
  color: #f6f4f1;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: fit-content;
}

.title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
}

.lead {
  font-size: 18px;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1f2428;
  color: #f6f4f1;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.button.light {
  background: transparent;
  color: #1f2428;
  border: 1px solid #1f2428;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #ffffff;
}

.section.sand {
  background: #ece7e0;
}

.kicker {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4f565c;
}

.columns {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 30px rgba(25, 24, 22, 0.08);
}

.card.highlight {
  border: 1px solid #1f2428;
}

.card img {
  border-radius: 12px;
}

.price {
  font-size: 22px;
  font-weight: 700;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 18px;
}

.quote {
  font-style: italic;
  background: #fff;
  padding: 18px;
  border-left: 3px solid #1f2428;
  border-radius: 12px;
}

.form-wrap {
  background: #ffffff;
  padding: 26px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 16px 32px rgba(22, 20, 18, 0.12);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d0ccc6;
  font-size: 15px;
  background: #faf8f5;
}

.footer {
  padding: 40px 0;
  background: #1f2428;
  color: #f6f4f1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #d84f3e;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 12px 24px rgba(216, 79, 62, 0.3);
  z-index: 30;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tiny {
  font-size: 13px;
  color: #4f565c;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d2ccc6;
  font-size: 13px;
}

.service-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.service-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid #d2ccc6;
  background: #faf8f5;
  cursor: pointer;
  font-weight: 600;
}

.service-button.active {
  border-color: #1f2428;
  background: #ffffff;
}

.two-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

@media (min-width: 860px) {
  .split {
    flex-direction: row;
    align-items: center;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }

  .columns {
    flex-direction: row;
  }

  .cards {
    flex-direction: row;
  }

  .form-grid {
    flex-direction: row;
  }

  .form-grid label {
    flex: 1;
  }

  .two-col {
    flex-direction: row;
  }

  .service-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
