* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1d1a16;
  background: #f7f3ef;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #6c2b1c;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  padding: 24px 0;
}

.nav-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}

.ad-label {
  font-size: 0.85rem;
  background: #efe3d4;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  background: #efe6dc;
  padding: 64px 0 40px;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-image {
  flex: 1 1 320px;
  position: relative;
  background: #d9c6b3;
  min-height: 320px;
  border-radius: 18px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  background: #6c2b1c;
  color: #fff;
}

.btn.secondary {
  background: #e7d3c0;
  color: #3b2318;
}

.btn:focus,
.btn:hover {
  filter: brightness(0.95);
}

.offset-section {
  padding: 56px 0;
  position: relative;
}

.offset-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.offset-card {
  flex: 1 1 300px;
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.offset-image {
  flex: 1 1 320px;
  background: #d7d0c6;
  border-radius: 16px;
  overflow: hidden;
  min-height: 260px;
}

.offset-image img {
  width: 100%;
  height: 100%;
}

.split-band {
  background: #f1ebe3;
  padding: 40px 0;
}

.split-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.split-item {
  flex: 1 1 260px;
}

.services {
  padding: 60px 0;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.service-image {
  background: #d5c7b8;
  min-height: 180px;
}

.service-image img {
  width: 100%;
  height: 100%;
}

.service-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #6c2b1c;
}

.story-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.story-panel {
  flex: 1 1 260px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}

.testimonial {
  background: #f8efe6;
  padding: 18px;
  border-radius: 12px;
}

.form-section {
  padding: 60px 0 80px;
  background: #efe6dc;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.form-box {
  flex: 1 1 320px;
  background: #fff;
  padding: 28px;
  border-radius: 18px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

select,
input {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d0c5ba;
  font-size: 1rem;
}

.inline-cta {
  font-weight: 600;
}

.footer {
  margin-top: auto;
  padding: 32px 0 40px;
  background: #1f1a16;
  color: #f2e9df;
}

.footer a {
  color: #f2e9df;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-col {
  flex: 1 1 220px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d8cfc5;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
}

.sticky-cta button {
  background: #8b3e2b;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  width: min(360px, 90%);
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.legal-page {
  padding: 50px 0 70px;
}

.legal-page h2 {
  margin-top: 28px;
}

.contact-block {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.small-note {
  font-size: 0.95rem;
  color: #5b4f46;
}

@media (max-width: 820px) {
  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
