* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1e1e1e;
  background: #f8f6f2;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

button {
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-bar {
  padding: 18px 8%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff9f1;
}

.top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.9rem;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ffe8cf;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero {
  min-height: 70vh;
  padding: 70px 8% 60px;
  color: #1b1713;
  background-image: linear-gradient(rgba(255, 245, 235, 0.88), rgba(255, 245, 235, 0.88)),
    url("https://images.unsplash.com/photo-1576756373655-ce09d738c78c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw1MHx8Q29zbWV0aWNhJTIwc2VsZXppb25hdGElMjBwZXIlMjByb3V0aW5lJTIwcmVhbGklMkMlMjBjb24lMjBjb25zdWxlbnphJTIwZSUyMGtpdCUyMHN1JTIwbWlzdXJhLnxpdHwwfDB8fHwxNzgzOTUxNzEzfDA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hero h1 {
  font-size: clamp(2.2rem, 3.5vw, 3.8rem);
  margin: 0;
  max-width: 700px;
}

.hero p {
  max-width: 620px;
  font-size: 1.1rem;
}

.primary-btn {
  background: #1f1c16;
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  align-self: flex-start;
}

.secondary-btn {
  background: #fff;
  color: #1f1c16;
  border: 1px solid #1f1c16;
  padding: 10px 22px;
  border-radius: 999px;
}

.section {
  padding: 70px 8%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section.alt {
  background: #ffffff;
}

.section-background {
  background-image: linear-gradient(rgba(250, 246, 240, 0.92), rgba(250, 246, 240, 0.92)),
    url("https://images.unsplash.com/photo-1724934956582-aab996f08484?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw0N3x8Q29zbWV0aWNhJTIwc2VsZXppb25hdGElMjBwZXIlMjByb3V0aW5lJTIwcmVhbGklMkMlMjBjb24lMjBjb25zdWxlbnphJTIwZSUyMGtpdCUyMHN1JTIwbWlzdXJhLnxpdHwwfDB8fHwxNzgzOTUxNzEzfDA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split > div {
  flex: 1 1 280px;
}

.image-box {
  width: 100%;
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
  background: #e4d8c7;
}

.story-card {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.flow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.flow-chip {
  background: #f0e2d4;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 240px;
}

.service-card .card-image {
  height: 180px;
  background: #dcd3c8;
}

.service-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price-tag {
  font-weight: 700;
  font-size: 1.1rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.highlight {
  background: #f7efe6;
  border-left: 4px solid #b58e66;
  padding: 18px 22px;
  border-radius: 16px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #efe4d7;
}

.form-box {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.form-box label {
  font-weight: 600;
}

.form-box input,
.form-box select,
.form-box textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d2c5b6;
  font-size: 1rem;
  background: #fffdfb;
}

.inline-link {
  font-weight: 600;
  text-decoration: underline;
}

.footer {
  margin-top: auto;
  padding: 40px 8%;
  background: #1f1c16;
  color: #f7f2ec;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer a {
  color: #f7f2ec;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #fff0de;
  padding: 12px 8%;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  border-top: 1px solid #ecd8c6;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  max-width: 340px;
  background: #1f1c16;
  color: #fff;
  padding: 18px;
  border-radius: 16px;
  display: none;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  padding: 8px 12px;
  border-radius: 999px;
}

.cookie-accept {
  background: #f5d3a7;
}

.cookie-reject {
  background: #ffffff;
}

.simple-hero {
  padding: 70px 8% 40px;
  background: #fff9f1;
}

.simple-hero h1 {
  margin: 0 0 12px;
}

.content-block {
  padding: 30px 8% 60px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.content-block ul {
  padding-left: 18px;
  margin: 0;
}

.reference-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.95rem;
}

@media (max-width: 780px) {
  .hero {
    padding: 60px 7% 50px;
  }

  .sticky-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
