* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1d1d1d;
  background-color: #f6f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  background: #f1e9dc;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 70vh;
  color: #ffffff;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: #1c2520;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1518611012118-696072aa579a?w=1400&q=80");
}

.bg-story {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.bg-trust {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 16, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #ffcb47;
  color: #1d1d1d;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  border: 2px solid #ffcb47;
  color: #ffcb47;
}

.section {
  padding: 70px 0;
}

.section-muted {
  background: #ffffff;
}

.section-dark {
  background: #1c2520;
  color: #f7f1e5;
}

.section-accent {
  background: #fbeee0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: 600;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.card-image {
  background: #e6dbc8;
  border-radius: 14px;
  overflow: hidden;
}

.card .price {
  font-weight: 700;
  font-size: 1.1rem;
  color: #3f4b3a;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.flow-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 16px;
  background: #fff7ec;
}

.flow-step span {
  font-weight: 700;
  background: #1c2520;
  color: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.quote {
  background: #ffffff;
  border-left: 4px solid #ffcb47;
  padding: 16px 22px;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.pricing .card {
  background: #fdfbf8;
}

.form-wrap {
  background: #ffffff;
  padding: 28px;
  color: #101410;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d7d2c8;
  font-size: 1rem;
}

.sticky-cta {
  position: sticky;
  top: 16px;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}

.sticky-cta .btn {
  background: #1c2520;
  color: #ffffff;
}

.disclaimer {
  font-size: 0.9rem;
  color: #5f5f5f;
  background: #f2f2f2;
  padding: 16px 20px;
  border-radius: 12px;
}

.footer {
  padding: 40px 0;
  background: #101410;
  color: #e4e0d7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.footer small {
  color: #b9b4a8;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 16px;
  max-width: 340px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions .btn {
  padding: 8px 16px;
  font-size: 0.9rem;
}

.page-hero {
  padding: 60px 0 30px;
}

.page-hero h1 {
  font-size: 2.4rem;
}

.content-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.inline-image {
  background: #e6dbc8;
  border-radius: 16px;
  overflow: hidden;
}

.info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.info-grid .card {
  box-shadow: none;
  border: 1px solid #e0dbd0;
}

@media (max-width: 768px) {
  .hero-content {
    padding: 70px 0;
  }

  .sticky-cta {
    position: static;
  }
}
