* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1e2428;
  background: #f6f4f0;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background: #14181b;
  color: #f6f4f0;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand h1 {
  margin: 0;
  font-size: 22px;
  letter-spacing: 0.5px;
}

.brand p {
  margin: 0;
  font-size: 14px;
  color: #c6c2bd;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav a {
  padding: 10px 12px;
  background: #1d2327;
  border-radius: 12px;
}

.nav a:hover {
  background: #2a3238;
}

.ad-label {
  font-size: 12px;
  line-height: 1.5;
  color: #a9b1b8;
  border-left: 2px solid #6a787f;
  padding-left: 10px;
}

.sidebar-note {
  font-size: 13px;
  color: #c9c7c4;
  line-height: 1.6;
}

.sticky-cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  bottom: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: #d7a436;
  color: #14181b;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #f0ebe2;
  color: #14181b;
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 40px 80px;
}

.section {
  background: #ffffff;
  border-radius: 28px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section.alt {
  background: #f0ebe2;
}

.hero {
  background: #11151a;
  color: #f6f4f0;
  padding: 40px;
  border-radius: 32px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.25;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 520px;
}

.hero h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
}

.hero p {
  margin: 0;
  color: #dcd7cf;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.row.split {
  align-items: center;
}

.row.split > * {
  flex: 1;
  min-width: 260px;
}

.image-frame {
  background: #e6e0d7;
  border-radius: 24px;
  padding: 8px;
}

.image-frame img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
  display: block;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  display: flex;
  gap: 18px;
  padding: 18px;
  background: #f8f6f1;
  border-radius: 20px;
  align-items: center;
}

.card img {
  width: 140px;
  height: 110px;
  border-radius: 16px;
  object-fit: cover;
  background: #ddd5c7;
}

.card h4 {
  margin: 0 0 8px;
}

.card p {
  margin: 0;
  color: #4b545b;
  line-height: 1.5;
}

.price {
  font-weight: 700;
  color: #11151a;
  margin-top: 8px;
}

.pill-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pill {
  padding: 10px 14px;
  background: #e7e2d8;
  border-radius: 999px;
  font-size: 13px;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #c7c1b8;
  font-size: 14px;
  font-family: inherit;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-row > * {
  flex: 1;
  min-width: 220px;
}

.notice {
  font-size: 13px;
  color: #5d666d;
}

.footer {
  background: #14181b;
  color: #d7d2cb;
  padding: 28px 32px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  background: #f7f2ea;
  border-radius: 20px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 20px;
  padding: 18px;
  display: none;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 18px 40px rgba(16, 22, 27, 0.25);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-hero {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #2d3237;
  color: #f6f4f0;
  padding: 32px;
  border-radius: 28px;
}

.page-hero img {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  object-fit: cover;
  background: #1e2428;
}

.badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ebe3d6;
  font-size: 12px;
  align-self: flex-start;
}

.list-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.list-stack .item {
  background: #ffffff;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #e7e1d8;
}

.inline-link {
  font-weight: 600;
  text-decoration: underline;
}

.compact {
  max-width: 720px;
}

@media (max-width: 960px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .sticky-cta {
    position: static;
    flex-direction: row;
    width: 100%;
  }
}
