*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  color: #1c1c1c;
  background-color: #f7f4ef;
  font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

body {
  margin: 0;
  background-color: #f7f4ef;
  color: #1c1c1c;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 28px 0 10px;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.logo {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: #e8e0d4;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.hero {
  position: relative;
  padding: 70px 0 40px;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.hero-copy {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-visual {
  flex: 1 1 360px;
  min-height: 340px;
  border-radius: 24px;
  background-color: #cfd5cc;
  background-image: url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.tagline {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #525252;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: #1c1c1c;
  color: #ffffff;
  font-size: 14px;
  border: none;
}

.btn-outline {
  background-color: transparent;
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.section {
  padding: 60px 0;
}

.section.alt {
  background-color: #efe9df;
}

.section-backdrop {
  background-image: url("https://images.unsplash.com/photo-1467003909585-2f8a72700288?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #1c1c1c;
}

.section-backdrop .backdrop-panel {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 24px;
}

.section-title {
  font-size: 28px;
  margin: 0 0 18px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.image-frame {
  flex: 1 1 320px;
  background-color: #d9d2c6;
  border-radius: 20px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.text-block {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.highlight-box {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 220px;
  min-width: 220px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #2f5d50;
}

.cta-inline {
  font-weight: 600;
  text-decoration: underline;
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.testimonial {
  flex: 1 1 260px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.step {
  flex: 1 1 180px;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 14px;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 6px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfc7bc;
  font-size: 14px;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  padding: 40px 0 60px;
  background-color: #e8e0d4;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  font-size: 14px;
}

.legal-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.disclaimer {
  font-size: 12px;
  color: #444444;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #2f5d50;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  z-index: 9;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  font-size: 13px;
  background-color: #1c1c1c;
  color: #ffffff;
}

.cookie-btn.reject {
  background-color: #ffffff;
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.page-hero {
  padding: 60px 0 30px;
}

.simple-section {
  padding: 40px 0 60px;
}

.note {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
}
