* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  color: #1b1b1b;
  background: #f7f5f2;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6%;
  background: #f2ede6;
  position: relative;
}

.logo {
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  background: #1b1b1b;
  color: #fff;
  padding: 6px 10px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 60px 6% 40px;
  position: relative;
}

.hero-split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-text h1 {
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 16px;
}

.hero-text p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.hero-image {
  flex: 1 1 340px;
  min-height: 320px;
  position: relative;
  background: #d7d0c7;
  border-radius: 12px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  background: #1b1b1b;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outline {
  background: transparent;
  color: #1b1b1b;
}

.section {
  padding: 50px 6%;
  position: relative;
}

.section-tight {
  padding: 35px 6%;
}

.section-layer {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
}

.offset-block {
  margin-left: auto;
  width: 85%;
  background: #f0e7dd;
  border-radius: 18px;
  padding: 30px;
}

.media-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.media-text {
  flex: 1 1 300px;
}

.media-image {
  flex: 1 1 260px;
  min-height: 220px;
  background: #d7d0c7;
  border-radius: 14px;
  overflow: hidden;
}

.media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  min-width: 220px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #eee3d7;
}

.card-image {
  background: #d7d0c7;
  border-radius: 12px;
  overflow: hidden;
  height: 140px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.price {
  font-weight: 700;
  font-size: 18px;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 520px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c0b6;
  font-size: 14px;
}

textarea {
  min-height: 90px;
  resize: vertical;
}

.footer {
  margin-top: auto;
  padding: 30px 6%;
  background: #1b1b1b;
  color: #f7f5f2;
}

.footer a {
  color: #f7f5f2;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.legal {
  font-size: 12px;
  line-height: 1.6;
  max-width: 520px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #f7c55f;
  color: #1b1b1b;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid #1b1b1b;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #c9c0b6;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 9;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.notice {
  font-size: 14px;
  line-height: 1.5;
}

.inline-link {
  text-decoration: underline;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.split-section .section-layer {
  flex: 1 1 300px;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  border: 1px solid #1b1b1b;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #eee3d7;
}
