* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f1f1f;
  background: #fbfaf7;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

header {
  background: #f2efe9;
  border-bottom: 1px solid #ddd6ca;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6%;
  gap: 20px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  background: #fff1d6;
  padding: 6px 10px;
  border-radius: 999px;
}

main {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 40px 6% 80px;
}

.hero {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-image {
  flex: 1 1 320px;
  background: #f4e9d8;
  padding: 12px;
}

.hero-image img {
  width: 100%;
  height: 360px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 12px;
}

.split-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.split-column {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.inline-image {
  background: #e7eee0;
  padding: 10px;
}

.inline-image img {
  width: 100%;
  height: 260px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border: 1px solid #e4ddd2;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-bg {
  background-color: #efe1d0;
  background-image: url("https://images.unsplash.com/photo-1506784983877-45594efa4cbe?w=1400&q=80");
  background-size: cover;
  background-position: center;
  padding: 28px;
  border: 1px solid #e4ddd2;
}

.card-image {
  background: #efe5d7;
  padding: 8px;
}

.card-image img {
  width: 100%;
  height: 180px;
}

.price {
  font-weight: 700;
  color: #7a4f1d;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1f1f1f;
  color: #fff;
  font-weight: 600;
}

.cta-button:hover {
  background: #4a3a2a;
}

.cta-link {
  color: #7a4f1d;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}

.cta-link:hover {
  color: #a0662c;
}

.form-section {
  background: #fff7ec;
  padding: 26px;
  border: 1px solid #eadac4;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea,
button {
  font: inherit;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #cdbda9;
  border-radius: 6px;
  background: #fff;
}

button {
  border: none;
  cursor: pointer;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1f1f1f;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
}

.sticky-cta:hover {
  background: #4a3a2a;
}

.footer {
  background: #f2efe9;
  padding: 30px 6%;
  border-top: 1px solid #ddd6ca;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a:hover {
  color: #7a4f1d;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #1f1f1f;
  color: #fff;
  padding: 16px;
  border-radius: 12px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
  padding: 8px 10px;
  border-radius: 999px;
  background: #fff;
  color: #1f1f1f;
  font-weight: 600;
}

.cookie-actions button:hover {
  background: #f2d7ad;
}

.page-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-hero img {
  width: 100%;
  height: 320px;
}

.sidebar-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.sidebar {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}

.content-column {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.note-box {
  background: #eef2e7;
  padding: 16px;
  border-left: 4px solid #7a4f1d;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 240px;
  background: #ffffff;
  border: 1px solid #e4ddd2;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 700px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    text-align: center;
  }
}
