* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f1f1f;
  background-color: #f6f4f0;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  padding: 24px 6%;
  background-color: #fdfaf6;
  border-bottom: 1px solid #e3ddd5;
}

.topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  background-color: #efe6da;
  padding: 6px 10px;
  border-radius: 14px;
  font-size: 0.85rem;
}

.page {
  padding: 40px 6% 80px;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 32px 6% 64px;
  background-color: #fdf7f0;
}

.hero-text {
  flex: 1 1 320px;
  min-width: 280px;
}

.hero-text h1 {
  font-size: 2.6rem;
  margin: 0 0 18px;
}

.hero-text p {
  margin: 0 0 18px;
}

.hero-media {
  flex: 1 1 320px;
  min-height: 340px;
  background-image: url("https://images.unsplash.com/photo-1517849845537-4d257902454a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  position: relative;
}

.hero-badge {
  position: absolute;
  bottom: 18px;
  left: -16px;
  background-color: #ffffff;
  padding: 14px 18px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  font-weight: 600;
}

.section {
  padding: 56px 0;
}

.offset-section {
  margin-left: 6%;
  margin-right: 10%;
  background-color: #fffaf3;
  border-radius: 32px;
  padding: 40px;
}

.split-row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}

.split-row.reverse {
  flex-direction: row-reverse;
}

.text-block {
  flex: 1 1 300px;
  min-width: 260px;
}

.img-frame {
  flex: 1 1 260px;
  min-width: 240px;
  background-color: #e8dfd2;
  border-radius: 24px;
  overflow: hidden;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.cta-row.gap-top {
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 20px;
  background-color: #1f1f1f;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background-color: #efe6da;
  color: #1f1f1f;
}

.pill-link {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background-color: #ffffff;
  border: 1px solid #ded2c2;
  font-size: 0.95rem;
}

.services-wrap {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 240px;
  min-width: 220px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.service-card .img-frame {
  height: 160px;
}

.price-tag {
  font-weight: 700;
  color: #1f1f1f;
}

.layered-section {
  background-image: url("https://images.unsplash.com/photo-1474511320723-9a56873867b5?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  padding: 46px;
  color: #ffffff;
}

.layered-section .overlay {
  background-color: rgba(25, 22, 18, 0.55);
  padding: 32px;
  border-radius: 24px;
}

.testimonials {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.quote {
  flex: 1 1 260px;
  background-color: #fffaf3;
  border-radius: 22px;
  padding: 18px;
  min-width: 220px;
}

.form-section {
  background-color: #ffffff;
  border-radius: 28px;
  padding: 32px;
  margin-top: 24px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

select,
input,
textarea {
  padding: 12px;
  border-radius: 14px;
  border: 1px solid #d7cdbf;
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  background-color: #1f1f1f;
  color: #fdfaf6;
  padding: 36px 6%;
}

.footer-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-card {
  flex: 1 1 220px;
  min-width: 200px;
}

.muted {
  opacity: 0.8;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 20px;
  background-color: #1f1f1f;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 20px;
  font-weight: 600;
  z-index: 1000;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  max-width: 360px;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  padding: 16px;
  z-index: 1200;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.simple-page h1 {
  margin-top: 0;
}

.simple-page section {
  margin-bottom: 24px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-blocks {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 260px;
  background-color: #fffaf3;
  border-radius: 20px;
  padding: 18px;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 14px;
  background-color: #fffaf3;
  border-radius: 18px;
}

@media (max-width: 820px) {
  .hero {
    padding: 24px 6% 40px;
  }

  .offset-section {
    margin: 0;
  }

  .sticky-cta {
    position: static;
    margin: 20px 6% 0;
    display: inline-flex;
  }
}
