.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 12px 20px;
  background: #1a2c3e;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.compliance-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 44, 62, 0.72);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.compliance-modal {
  background: #fff;
  border-radius: 24px;
  max-width: 520px;
  width: 100%;
  padding: 28px 32px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
  border-top: 6px solid #ff6b4a;
}

.compliance-modal h2 {
  font-size: 1.35rem;
  margin-bottom: 12px;
  color: #1a2c3e;
}

.compliance-modal p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4a3f38;
  margin-bottom: 12px;
}

.compliance-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.compliance-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.compliance-btn-primary {
  background: #ff6b4a;
  color: #fff;
}

.compliance-btn-secondary {
  background: #f4efe9;
  color: #1a2c3e;
}

.compliance-btn-ghost {
  background: transparent;
  color: #8a6f5c;
  text-decoration: underline;
  padding: 12px 8px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  background: #1a2c3e;
  color: #f3cdb5;
  padding: 16px 20px;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.15);
}

.cookie-banner-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-banner p {
  font-size: 0.82rem;
  line-height: 1.5;
  max-width: 720px;
  margin: 0;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.affiliate-note {
  font-size: 0.68rem;
  color: #8a6f5c;
  margin-top: 6px;
  line-height: 1.4;
}
