* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1f2624;
  background: #f7f4f0;
  line-height: 1.6;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 8vw 12px;
  gap: 24px;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #5b5d5c;
  max-width: 260px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.nav-links a {
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-bottom: 1px solid #1f2624;
}

.section {
  padding: 64px 8vw;
}

.section.alt {
  background: #ffffff;
}

.split {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .copy {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.split .media {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: #5b5d5c;
}

.hero-title {
  font-size: 44px;
  line-height: 1.1;
  margin: 0;
}

.lead {
  font-size: 18px;
  margin: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1f2624;
  color: #f7f4f0;
  font-weight: 600;
  font-size: 14px;
  width: fit-content;
}

.button.secondary {
  background: transparent;
  color: #1f2624;
  border: 1px solid #1f2624;
}

.inline-link {
  border-bottom: 1px solid #1f2624;
}

.image-frame {
  background: #dfe3df;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
}

.image-frame.tall {
  min-height: 360px;
}

.stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.stat {
  flex: 1 1 160px;
  background: #f1ede7;
  padding: 16px;
  border-radius: 16px;
}

.stat span {
  font-size: 22px;
  font-weight: 700;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card .image-frame {
  min-height: 160px;
}

.price {
  font-weight: 700;
  font-size: 18px;
}

.panel-bg {
  background: #1f2624;
  color: #f7f4f0;
  border-radius: 24px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.panel-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.25;
}

.panel-bg .panel-content {
  position: relative;
  z-index: 1;
}

.bg-celebration::before {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.bg-workflow::before {
  background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=1400&q=80");
}

.form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 13px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c7c9c8;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.testimonial {
  background: #f1ede7;
  border-radius: 18px;
  padding: 18px;
}

.footer {
  margin-top: auto;
  padding: 32px 8vw 48px;
  background: #1f2624;
  color: #f7f4f0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}

.disclaimer {
  font-size: 12px;
  color: #d0d4d0;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1f2624;
  color: #f7f4f0;
  border-radius: 999px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.sticky-cta a {
  color: #f7f4f0;
  font-size: 13px;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  color: #1f2624;
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  z-index: 12;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.cookie-actions button {
  border: none;
  cursor: pointer;
}

.cookie-actions .button {
  padding: 8px 14px;
}

.hero-image {
  border-radius: 28px;
  overflow: hidden;
  background: #dfe3df;
  min-height: 380px;
}

.subtle {
  color: #5b5d5c;
}

@media (max-width: 900px) {
  .split {
    flex-direction: column;
  }

  .split.reverse {
    flex-direction: column;
  }

  .nav {
    flex-direction: column;
  }

  .hero-title {
    font-size: 36px;
  }

  .sticky-cta {
    left: 18px;
    right: 18px;
    justify-content: space-between;
  }
}
