* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f1f1f;
  background: #f6f3ef;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select,
input,
textarea {
  font: inherit;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding: 24px 20px 0;
}

.brand {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.ad-label {
  background: #1f1f1f;
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.hero {
  display: flex;
  gap: 28px;
  align-items: stretch;
  margin-top: 32px;
}

.hero-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-image {
  flex: 1.2;
  min-height: 360px;
}

.img-frame {
  background: #d7d0c9;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.inline-card {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.inline-card .img-frame {
  width: 160px;
  height: 120px;
}

.background-panel {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #d7d0c9;
  min-height: 260px;
}

.background-panel .bg-image {
  position: absolute;
  inset: 0;
}

.background-panel .overlay-content {
  position: relative;
  z-index: 1;
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  max-width: 420px;
  border-radius: 16px;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  border: none;
  background: #1f1f1f;
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
}

.btn-light {
  background: #fff;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

.section {
  margin-top: 56px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.section.alt {
  flex-direction: row-reverse;
}

.section .text-block {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section .visual-block {
  flex: 0.9;
}

.offset-box {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  margin-top: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.split-strip {
  display: flex;
  gap: 24px;
  margin-top: 48px;
}

.split-strip .strip-item {
  flex: 1;
  background: #efe7de;
  padding: 18px;
  border-radius: 16px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

.card .img-frame {
  height: 160px;
}

.tag {
  display: inline-block;
  background: #e6dbd1;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
}

.testimonial {
  background: #1f1f1f;
  color: #fff;
  padding: 24px;
  border-radius: 18px;
  margin-top: 20px;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}

.pricing-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  background: #fff;
  padding: 18px 22px;
  border-radius: 16px;
  align-items: center;
}

.pricing-item strong {
  font-size: 18px;
}

.form-section {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 220px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c8beb5;
}

.form-status {
  margin-top: 10px;
  font-size: 14px;
  color: #6a4d3b;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1f1f1f;
  color: #fff;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.footer {
  margin-top: 60px;
  padding: 30px 20px 60px;
  background: #1f1f1f;
  color: #fff;
}

.footer a {
  color: #fff;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 360px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  z-index: 12;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.page-title {
  margin-top: 24px;
  font-size: 36px;
}

.two-col {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.two-col .block {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 900px) {
  .hero,
  .section,
  .two-col,
  .split-strip {
    flex-direction: column;
  }

  .sticky-cta {
    left: 18px;
    right: auto;
  }
}
