* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a2e;
  background: #f6f5f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background: #10191f;
  color: #f5f3ee;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 15px;
}

.ad-label {
  font-size: 12px;
  background: #f2b705;
  color: #1a1a1a;
  padding: 6px 8px;
  border-radius: 8px;
  font-weight: 600;
}

.content {
  flex: 1;
  padding: 38px 56px 90px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(16, 25, 31, 0.12);
}

.hero-text {
  flex: 1;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-image {
  flex: 1;
  background: #d9d4c9;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #7a887e;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1b6c6a;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn-secondary {
  background: #e9e4dc;
  color: #1f2a2e;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.split {
  display: flex;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.image-frame {
  background: #d5d0c4;
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  min-height: 220px;
}

.text-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(16, 25, 31, 0.08);
}

.card img {
  border-radius: 12px;
  width: 100%;
  height: 160px;
}

.card-media {
  background: #d5d0c4;
  border-radius: 12px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 160px;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #1b6c6a;
}

.note {
  background: #f1efe9;
  padding: 22px;
  border-radius: 16px;
}

.bg-story {
  background: linear-gradient(120deg, rgba(16, 25, 31, 0.82), rgba(16, 25, 31, 0.58)),
    url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 36px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 12px 26px rgba(16, 25, 31, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-card input,
.form-card select,
.form-card textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #c7c2b8;
  font-size: 15px;
  font-family: inherit;
}

.footer {
  font-size: 13px;
  color: #4b555c;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 20;
  box-shadow: 0 10px 18px rgba(16, 25, 31, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #10191f;
  color: #ffffff;
  padding: 18px;
  border-radius: 14px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.legal-hero {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  gap: 22px;
  align-items: center;
  box-shadow: 0 10px 26px rgba(16, 25, 31, 0.1);
}

.legal-hero img {
  width: 220px;
  height: 160px;
  border-radius: 14px;
}

.thumb-frame {
  background: #d5d0c4;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.thumb-frame img {
  width: 220px;
  height: 160px;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 980px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .content {
    padding: 26px 22px 120px;
  }

  .hero,
  .split {
    flex-direction: column;
  }

  .hero-image img {
    height: 260px;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
