* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1e1f24;
  background-color: #f6f3ef;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  padding: 24px 6vw 12px;
  background-color: #f6f3ef;
}

.nav-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #5d5561;
  max-width: 280px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-size: 0.95rem;
}

.nav a,
.nav button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 16px;
  background-color: #e8e1da;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 6vw 60px;
  position: relative;
}

.hero-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 520px;
  z-index: 2;
}

.hero-visual {
  align-self: flex-end;
  width: 62%;
  margin-top: -40px;
  background-color: #c9c4c0;
  padding: 12px;
}

.hero-visual img {
  border-radius: 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background-color: #f0e4db;
  border-radius: 999px;
  font-size: 0.85rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-row.spaced {
  margin-top: 22px;
}

.button {
  border: none;
  background-color: #24222c;
  color: #fff;
  padding: 12px 18px;
  border-radius: 26px;
  font-size: 0.95rem;
  cursor: pointer;
}

.button.light {
  background-color: #e8e1da;
  color: #24222c;
}

.section {
  padding: 50px 6vw;
  position: relative;
}

.section.alt {
  background-color: #efe9e2;
}

.bg-image {
  background-color: #b5aba5;
  background-image: url("https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-image .overlay {
  background-color: rgba(31, 28, 36, 0.72);
  padding: 28px;
  border-radius: 18px;
  max-width: 640px;
}

.section-title {
  font-size: 2rem;
  margin: 0 0 16px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .visual {
  flex: 1 1 280px;
  background-color: #d7d0cb;
  padding: 10px;
}

.split .visual img {
  border-radius: 16px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background-color: #fff;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(33, 29, 36, 0.08);
}

.card .thumb {
  background-color: #dad3cd;
  padding: 8px;
  border-radius: 14px;
}

.card .thumb img {
  border-radius: 12px;
}

.price {
  font-weight: 600;
  color: #3b2e3a;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: #fff;
  border-radius: 18px;
  padding: 24px;
  max-width: 520px;
  box-shadow: 0 12px 30px rgba(41, 36, 44, 0.08);
}

.form-wrap label {
  font-size: 0.9rem;
  color: #4c4550;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d7d0cb;
  background-color: #f9f7f5;
  font-size: 0.95rem;
}

.form-wrap button {
  align-self: flex-start;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-left: 3px solid #c9c0b8;
  padding-left: 20px;
}

.timeline-item {
  background-color: #fff;
  padding: 16px;
  border-radius: 14px;
}

.footer {
  margin-top: auto;
  padding: 30px 6vw 40px;
  background-color: #1f1c24;
  color: #f1ece6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.footer small {
  display: block;
  margin-top: 12px;
  color: #c6bdb5;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 10;
  background-color: #8c5f66;
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 24px;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #ffffff;
  color: #2b2630;
  padding: 18px;
  border-radius: 16px;
  max-width: 320px;
  box-shadow: 0 16px 40px rgba(18, 16, 20, 0.12);
  z-index: 12;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  border: none;
  padding: 8px 12px;
  border-radius: 18px;
  cursor: pointer;
  background-color: #24222c;
  color: #fff;
}

.cookie-actions button.secondary {
  background-color: #e8e1da;
  color: #24222c;
}

.simple-hero {
  padding: 50px 6vw 20px;
  display: flex;
  gap: 24px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.simple-hero .visual {
  flex: 1 1 260px;
  background-color: #d7d0cb;
  padding: 10px;
}

.simple-hero .visual img {
  border-radius: 14px;
}

.legal-block {
  max-width: 780px;
  margin: 0 auto;
  background-color: #fff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(36, 31, 39, 0.08);
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 260px;
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(36, 31, 39, 0.08);
}

.no-margin {
  margin: 0;
}
