* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e1f21;
  background: #f7f4f1;
  line-height: 1.6;
}

img {
  display: block;
}

a {
  color: #1e1f21;
  text-decoration: none;
}

main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

header {
  padding: 24px;
  position: relative;
  background: #f1ebe6;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.3px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.ad-label {
  font-size: 12px;
  background: #e7ded5;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 48px 0 24px;
}

.hero-copy {
  flex: 1;
  padding: 24px 0;
}

.hero-title {
  font-size: 44px;
  margin: 0 0 16px;
}

.hero-lead {
  font-size: 18px;
  margin: 0 0 24px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e1f21;
  color: #f7f4f1;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  font-size: 15px;
}

.hero-image {
  flex: 1.1;
  position: relative;
  min-height: 360px;
}

.image-frame {
  width: 100%;
  height: 100%;
  background-color: #d9d0c8;
  border-radius: 24px;
  overflow: hidden;
}

.frame-lg {
  min-height: 360px;
}

.frame-md {
  min-height: 320px;
}

.frame-sm {
  min-height: 300px;
}

.frame-card {
  height: 160px;
}

.frame-form {
  min-height: 360px;
}

.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlap-card {
  position: absolute;
  bottom: -24px;
  right: 32px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 16px;
  max-width: 220px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.section {
  margin-top: 72px;
  position: relative;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 12px;
  color: #7a6f66;
  margin-bottom: 10px;
}

.split {
  display: flex;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.offset-panel {
  background: #ffffff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(22, 22, 22, 0.08);
  margin-left: -24px;
}

.stacked {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-tag {
  font-weight: 700;
  color: #a33f2b;
}

.inline-cta {
  font-weight: 600;
  border-bottom: 2px solid #1e1f21;
}

.testimonial {
  background: #efe8e2;
  padding: 20px;
  border-radius: 18px;
}

.form-shell {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.form-panel {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
}

.form-panel label {
  display: block;
  font-size: 14px;
  margin: 14px 0 6px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d2c8bf;
  font-size: 15px;
}

.form-panel button {
  margin-top: 18px;
  background: #1e1f21;
  color: #f7f4f1;
  border: none;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 15px;
}

.service-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #f3ede8;
}

.callout {
  background: #1e1f21;
  color: #f7f4f1;
  padding: 28px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.legal-grid a {
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 12px;
}

footer {
  padding: 40px 24px 80px;
  background: #efe8e2;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #a33f2b;
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
  max-width: 320px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  border: none;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
}

.cookie-accept {
  background: #1e1f21;
  color: #ffffff;
}

.cookie-reject {
  background: #e0d7cf;
  color: #1e1f21;
}

.page-title {
  font-size: 36px;
  margin: 0 0 12px;
}

.muted {
  color: #6c625a;
}

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }

  .split,
  .split.reverse {
    flex-direction: column;
  }

  .offset-panel {
    margin-left: 0;
  }

  .sticky-cta {
    right: 12px;
  }
}
