* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1c;
  background-color: #f7f6f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 64px;
}

.site-header {
  padding: 28px 0 12px;
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}

.nav-links a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-bottom-color: #1c1c1c;
}

.ad-disclosure {
  font-size: 12px;
  padding: 6px 10px;
  background-color: #1c1c1c;
  color: #f7f6f2;
  border-radius: 12px;
}

.hero {
  padding: 32px 0 64px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .copy {
  flex: 1 1 340px;
  min-width: 280px;
}

.split .visual {
  flex: 1 1 360px;
  min-width: 280px;
}

.hero h1 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.lead {
  font-size: 18px;
  color: #333333;
  margin-bottom: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #1c1c1c;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn.primary {
  background-color: #1c1c1c;
  color: #f7f6f2;
}

.btn.secondary {
  background-color: transparent;
  color: #1c1c1c;
}

.btn:hover {
  transform: translateY(-2px);
}

.inline-link {
  font-weight: 600;
  text-decoration: underline;
}

.section {
  padding: 56px 0;
}

.section.with-bg {
  position: relative;
  overflow: hidden;
}

.section.with-bg .content {
  position: relative;
  z-index: 1;
}

.section.with-bg .bg-image {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-color: #d8d2c5;
}

.section.with-bg .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.alt {
  background-color: #ebe7df;
  padding: 64px 0;
}

.section-title {
  font-size: 28px;
  margin-bottom: 12px;
}

.muted {
  color: #4b4b4b;
}

.list {
  margin: 16px 0 0;
  padding-left: 18px;
}

.service-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background-color: #ffffff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.card h3 {
  margin: 0;
  font-size: 20px;
}

.price {
  font-weight: 700;
  font-size: 18px;
  color: #1c1c1c;
}

.tag {
  display: inline-block;
  background-color: #f0ebe2;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  width: fit-content;
}

.img-frame {
  background-color: #d8d2c5;
  border-radius: 22px;
  overflow: hidden;
}

.img-frame.deep {
  background-color: #c6c1b6;
}

.img-frame.light {
  background-color: #e6e0d6;
}

.img-frame.dark {
  background-color: #b9b2a7;
}

.cover {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.quote {
  font-style: italic;
  margin-top: 12px;
}

.form-panel {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.service-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-form label {
  font-weight: 600;
  font-size: 14px;
}

.service-form input,
.service-form select,
.service-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #c2bdb4;
  font-size: 14px;
  background-color: #f9f7f3;
}

.form-note {
  font-size: 13px;
  color: #4b4b4b;
}

.footer {
  padding: 48px 0;
  border-top: 1px solid #d5d0c6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}

.footer .small {
  font-size: 12px;
  color: #4b4b4b;
  margin-top: 12px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 12px 18px;
  background-color: #ffdf6f;
  color: #1c1c1c;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #1c1c1c;
  color: #f7f6f2;
  padding: 16px 20px;
  border-radius: 18px;
  max-width: 360px;
  display: none;
  gap: 12px;
  flex-direction: column;
  z-index: 200;
}

.cookie-banner.show {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions .btn {
  border-color: #f7f6f2;
}

.page-hero {
  padding: 28px 0 40px;
}

.contact-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.legal-content {
  max-width: 820px;
}

.reference-list {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 860px) {
  .hero h1 {
    font-size: 34px;
  }

  .nav-links {
    gap: 12px;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
