* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1f1c1a;
  background-color: #faf7f4;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #5b2f23;
  text-decoration: none;
}

a:hover,
button:hover {
  filter: brightness(0.95);
}

header {
  padding: 24px 6vw 12px;
  border-bottom: 1px solid #e5ded8;
  background-color: #fffaf6;
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-size: 14px;
}

.ad-label {
  padding: 4px 10px;
  background-color: #f3e3d9;
  border-radius: 999px;
  font-size: 12px;
}

.sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 18px;
  background-color: #5b2f23;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  z-index: 20;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hero {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 420px;
  background-color: #3b2a24;
  color: #fff;
}

.hero-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #7a5546;
  background-image: url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=1400&q=80");
}

.hero-content {
  flex: 1;
  padding: 48px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background: rgba(48, 31, 26, 0.88);
}

.hero-content h1 {
  font-size: 38px;
  margin: 0;
}

.hero-content p {
  margin: 0;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn-primary {
  background-color: #f6d1b2;
  color: #3b2a24;
}

.btn-outline {
  border: 1px solid #f6d1b2;
  color: #f6d1b2;
  background: transparent;
}

.section {
  padding: 48px 6vw;
}

.section-title {
  font-size: 28px;
  margin: 0 0 18px;
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.col-wide {
  flex: 1.6;
  min-width: 280px;
}

.col-narrow {
  flex: 1;
  min-width: 240px;
}

.image-card {
  background-color: #f0e3db;
  border-radius: 14px;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
}

.highlight {
  background-color: #fff1e6;
}

.section-background {
  background-image: url("https://images.unsplash.com/photo-1498579809087-ef1e558fd1da?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4b352d;
  color: #fffaf6;
  position: relative;
}

.section-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 22, 18, 0.7);
}

.section-background > * {
  position: relative;
  z-index: 1;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1;
  min-width: 220px;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card h3 {
  margin: 0;
}

.price {
  font-weight: 700;
  color: #5b2f23;
}

.split-block {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.split-block .text-block {
  flex: 1;
  min-width: 260px;
}

.quote-box {
  background-color: #3f2a23;
  color: #fffaf6;
  padding: 24px;
  border-radius: 12px;
}

.form-block {
  background-color: #fff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.form-block form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-block input,
.form-block select,
.form-block textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #d5c4b8;
  font-size: 15px;
  font-family: inherit;
}

.form-block button {
  background-color: #5b2f23;
  color: #fffaf6;
}

footer {
  padding: 32px 6vw 60px;
  background-color: #1f1c1a;
  color: #f6f0eb;
}

footer a {
  color: #f6d1b2;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer-note {
  font-size: 14px;
  opacity: 0.8;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  max-width: 360px;
  background-color: #ffffff;
  border: 1px solid #e5ded8;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  z-index: 25;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.page-hero {
  padding: 36px 6vw;
  background-color: #f4e3d7;
}

.page-hero h1 {
  margin: 0;
}

.text-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.text-columns > div {
  flex: 1;
  min-width: 240px;
}

.legal-list {
  padding-left: 18px;
}

.table-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e5ded8;
}

.table-row span {
  flex: 1;
  min-width: 200px;
}

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }

  .hero-content {
    background: #3b2a24;
  }
}
