* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow-x: hidden;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 7vw;
  gap: 24px;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.3px;
}

.ad-label {
  font-size: 12px;
  color: #6b4b32;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 10px 7vw 60px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  margin-top: 30px;
}

.hero-image {
  flex: 1 1 360px;
  background: #e5ded6;
  border-radius: 30px;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: stretch;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.section {
  padding: 60px 7vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-asymmetric {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.section-asymmetric.reverse {
  flex-direction: row-reverse;
}

.section-card {
  flex: 1 1 280px;
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.inline-image {
  flex: 1 1 280px;
  background: #d9d2ca;
  border-radius: 18px;
  overflow: hidden;
}

.inline-image img {
  width: 100%;
  height: 100%;
}

.highlight {
  background: #f1ebe4;
  border-left: 4px solid #916b4a;
  padding: 18px 20px;
}

.flow-section {
  background: #fff;
  margin: 0 7vw;
  border-radius: 22px;
  padding: 48px;
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.story-columns div {
  flex: 1 1 220px;
}

.background-panel {
  background: #111;
  color: #fff;
  border-radius: 30px;
  padding: 70px 7vw;
  margin: 0 7vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-size: cover;
  background-position: center;
}

.bg-road {
  background-image: url("https://images.unsplash.com/photo-1580273916550-e323be2ae537?w=1400&q=80");
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.service-image {
  background: #d0c7be;
}

.service-image img {
  width: 100%;
  height: 180px;
}

.service-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price-tag {
  font-weight: 700;
  color: #8a4f2c;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #2b1d14;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn-light {
  background: #f6efe8;
  color: #2b1d14;
  border: 1px solid #d6c8bb;
}

.btn-accent {
  background: #8a4f2c;
}

.link-button {
  background: none;
  border: none;
  padding: 0;
  color: #8a4f2c;
  font-weight: 600;
  cursor: pointer;
}

.form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d7cfc7;
  font-size: 15px;
  font-family: inherit;
  background: #faf8f6;
}

.footer {
  padding: 40px 7vw 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  background: #ede6df;
  margin-top: 60px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.disclaimer {
  font-size: 12px;
  color: #4f3f33;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  display: none;
  gap: 12px;
  z-index: 999;
}

.cookie-banner.show {
  display: flex;
  flex-direction: column;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 998;
}

.legal-page {
  max-width: 920px;
  margin: 0 auto;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.note {
  background: #f9f2ea;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid #e4d6c7;
}

@media (max-width: 820px) {
  .hero-text {
    margin-top: 0;
  }

  .flow-section {
    margin: 0 4vw;
  }

  .background-panel {
    margin: 0 4vw;
    padding: 50px 5vw;
  }

  .sticky-cta {
    left: 18px;
    right: 18px;
    justify-content: space-between;
  }
}
