* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e1f26;
  background: #f6f4f1;
}

a {
  color: #1e1f26;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 280px;
  padding: 32px 24px;
  background: #ece7e1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 12px;
  color: #5b5c66;
  background: #fdfaf6;
  padding: 8px 10px;
  border-radius: 8px;
  line-height: 1.3;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav a {
  padding: 8px 10px;
  border-radius: 8px;
  background: #fdfaf6;
}

.nav a:hover,
.cta-button:hover,
.ghost-button:hover,
.sticky-cta:hover {
  background: #d8cfc4;
}

.content {
  flex: 1;
  padding: 40px 60px 80px;
}

.section {
  margin-bottom: 48px;
}

.section.split {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.section.split.reverse {
  flex-direction: row-reverse;
}

.section-header {
  font-size: 34px;
  margin-bottom: 16px;
  max-width: 620px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #6b6d78;
  margin-bottom: 10px;
}

.lead {
  font-size: 18px;
  line-height: 1.6;
  max-width: 640px;
}

.image-frame {
  background: #d7d1c8;
  padding: 10px;
  border-radius: 14px;
  flex: 1;
  min-width: 260px;
}

.info-panel {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(30, 31, 38, 0.08);
  flex: 1;
  min-width: 260px;
}

.card-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  border-radius: 12px;
  height: 160px;
}

.price {
  font-size: 20px;
  font-weight: 600;
}

.cta-bar {
  background: #1e1f26;
  color: #fdfaf6;
  padding: 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-bar a {
  color: #fdfaf6;
  text-decoration: underline;
}

.cta-button,
.ghost-button {
  border: none;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}

.cta-button {
  background: #e1b67d;
  color: #1e1f26;
  font-weight: 600;
}

.ghost-button {
  background: #fdfaf6;
  color: #1e1f26;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #e1b67d;
  padding: 12px 16px;
  border-radius: 24px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(30, 31, 38, 0.2);
}

.layered {
  background: #fdfaf6;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.layered::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
  background: rgba(225, 182, 125, 0.2);
  border-radius: 50%;
}

.bg-insight {
  background-color: #d9d2c9;
  background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfaf6;
  padding: 40px;
  border-radius: 18px;
}

.bg-insight p {
  max-width: 520px;
}

.form-wrap {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(30, 31, 38, 0.08);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d6d1c9;
  font-size: 14px;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer {
  border-top: 1px solid #ddd6ce;
  padding-top: 24px;
  font-size: 13px;
  color: #5f606a;
}

.legal-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.cookie-banner {
  position: fixed;
  left: 22px;
  bottom: 22px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(30, 31, 38, 0.15);
  max-width: 320px;
  z-index: 10;
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.simple-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.simple-grid .panel {
  flex: 1;
  min-width: 240px;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
}

.note {
  font-size: 14px;
  color: #6b6d78;
}

@media (max-width: 980px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .content {
    padding: 32px 24px 80px;
  }
}
