* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1e1f23;
  background-color: #f7f5f0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 52px 24px;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 24px 12px;
}

.top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.3px;
}

.ad-label {
  font-size: 0.85rem;
  background: #f1ece2;
  color: #4a3f2c;
  padding: 6px 10px;
  border-radius: 20px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 12px;
  font-size: 0.95rem;
}

.nav a {
  padding: 6px 2px;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1 1 48%;
  min-width: 280px;
}

.image-frame {
  background-color: #e6e0d6;
  border-radius: 22px;
  overflow: hidden;
  min-height: 260px;
}

.image-frame img {
  height: 100%;
  object-fit: cover;
}

.pill {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 18px;
  background: #ece5d6;
  color: #4e4636;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #1f3a56;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}

.btn.secondary {
  background: #e7dcc6;
  color: #3f3626;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.card-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  display: flex;
  gap: 16px;
  padding: 18px;
  background: #ffffff;
  border-radius: 16px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  flex-wrap: wrap;
}

.card .card-text {
  flex: 1 1 200px;
}

.card .price {
  font-weight: 700;
  color: #1f3a56;
}

.card-image {
  background-color: #dfe6eb;
  border-radius: 14px;
  overflow: hidden;
  width: 160px;
  height: 120px;
  flex: 0 0 auto;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-alt {
  background: #ffffff;
}

.section-soft {
  background: #f1ece2;
}

.form-panel {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.form-panel label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.form-panel select,
.form-panel input,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #c9c3b7;
  margin-bottom: 14px;
  font-family: inherit;
}

.footer {
  background: #1f1f1f;
  color: #f2f2f2;
  padding: 32px 24px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer a {
  color: #f2f2f2;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d8d8d8;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #1f3a56;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 20;
}

.cookie-banner.visible {
  display: block;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.note {
  font-size: 0.9rem;
  color: #4e4e4e;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-hero .panel {
  background: rgba(26, 33, 46, 0.7);
  padding: 26px;
  border-radius: 18px;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-insight .panel {
  background: rgba(21, 26, 34, 0.72);
  padding: 24px;
  border-radius: 16px;
}

@media (max-width: 860px) {
  .split {
    flex-direction: column;
  }

  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
