* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2326;
  background-color: #f6f4f0;
  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;
}

header {
  padding: 28px 6vw 12px;
  background-color: #f6f4f0;
}

.nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  background-color: #222931;
  color: #f6f4f0;
  padding: 8px 12px;
  border-radius: 18px;
}

.hero {
  background-image: linear-gradient(120deg, rgba(20, 22, 26, 0.7), rgba(20, 22, 26, 0.25)),
    url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f4f0;
  padding: 80px 6vw 90px;
}

.hero-content {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero h1 {
  margin: 0;
  font-size: 2.6rem;
  line-height: 1.1;
}

.hero p {
  margin: 0;
  font-size: 1.05rem;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  border: none;
  background-color: #f59f3a;
  color: #1f2326;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.btn-secondary {
  background-color: #f6f4f0;
  color: #1f2326;
  border: 1px solid #c9c2b8;
}

.section {
  padding: 70px 6vw;
}

.section-tight {
  padding: 50px 6vw;
}

.section h2 {
  margin-top: 0;
  font-size: 2rem;
}

.section p {
  margin: 0 0 16px;
}

.row {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  align-items: center;
}

.row.reverse {
  flex-direction: row-reverse;
}

.text-block {
  flex: 1 1 320px;
  min-width: 280px;
}

.image-block {
  flex: 1 1 320px;
  min-width: 280px;
}

.image-frame {
  height: 320px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #e1d9d0;
}

.story-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 26px rgba(31, 35, 38, 0.08);
}

.quote {
  font-style: italic;
  border-left: 3px solid #f59f3a;
  padding-left: 16px;
}

.pull {
  background-color: #20262b;
  color: #f6f4f0;
  border-radius: 20px;
  padding: 30px;
}

.wide-bg {
  background-image: linear-gradient(135deg, rgba(32, 38, 43, 0.8), rgba(32, 38, 43, 0.5)),
    url("https://images.unsplash.com/photo-1473187983305-f615310e7daa?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f4f0;
}

.metrics {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.metric {
  flex: 1 1 160px;
  background-color: rgba(246, 244, 240, 0.2);
  border-radius: 18px;
  padding: 20px;
}

.benefit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.benefit {
  flex: 1 1 220px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  min-width: 210px;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  min-width: 220px;
  display: flex;
  flex-direction: column;
}

.service-card .image-frame {
  height: 180px;
  border-radius: 0;
  background-color: #d8d2c7;
}

.service-card .content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-tag {
  font-weight: 700;
  font-size: 1.1rem;
  color: #c46d08;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 16px 32px rgba(31, 35, 38, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c8c2b7;
  font-size: 1rem;
  font-family: inherit;
}

.form-steps {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.form-steps span {
  background-color: #f1ebe2;
  padding: 6px 12px;
  border-radius: 20px;
}

.inline-link {
  text-decoration: underline;
}

.split-callout {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.split-callout .text-block {
  flex: 1 1 320px;
}

.split-callout .btn {
  align-self: center;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #1f2326;
  color: #f6f4f0;
  padding: 14px 18px;
  border-radius: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 50;
}

.sticky-cta .btn {
  background-color: #f59f3a;
}

.sticky-cta .close-btn {
  background-color: transparent;
  border: 1px solid #f6f4f0;
  color: #f6f4f0;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
}

.footer {
  padding: 50px 6vw 40px;
  background-color: #20262b;
  color: #f6f4f0;
  margin-top: auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.disclaimer {
  margin-top: 18px;
  font-size: 0.9rem;
  color: #d9d2c7;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  display: none;
  max-width: 320px;
  z-index: 60;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions .btn {
  padding: 8px 14px;
}

.simple-hero {
  padding: 70px 6vw 50px;
  background-color: #e9e3da;
}

.simple-hero h1 {
  margin-top: 0;
  font-size: 2.2rem;
}

.legal {
  max-width: 780px;
  margin: 0 auto;
}

.legal h2 {
  margin-top: 28px;
}

.contact-card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 24px;
}

.divider {
  height: 1px;
  background-color: #d8d2c7;
  margin: 24px 0;
}

.image-band {
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #e0d9cf;
  margin-top: 22px;
}

@media (max-width: 800px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    justify-content: space-between;
  }
}
