.hero-gradient-bottom {
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.32) 42%,
      rgba(0, 0, 0, 0.06) 100%
    );
}

.wa-rating-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.25rem 0.62rem;
  color: #222222;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.wa-rating-chip::before {
  content: "★";
  color: #f5a623;
  font-size: 0.78rem;
  line-height: 1;
}

.wa-promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 1.5rem;
  border-radius: 999px;
  padding: 0.25rem 0.62rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.wa-promo-badge--staff {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.94);
}

.wa-promo-badge--deal {
  border: 1px solid rgba(255, 90, 95, 0.3);
  background: rgba(255, 90, 95, 0.84);
  color: rgba(255, 255, 255, 0.96);
}

.wa-promo-badge--popular {
  border: 1px solid rgba(15, 118, 110, 0.22);
  background: rgba(15, 118, 110, 0.9);
  color: rgba(255, 255, 255, 0.96);
}

.wa-promo-badge--low-seats {
  border: 1px solid rgba(217, 119, 6, 0.28);
  background: rgba(217, 119, 6, 0.92);
  color: rgba(255, 255, 255, 0.96);
}

.wa-hero-info-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 0.25rem 0.62rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.wa-info-chip,
.wa-feature-chip,
.wa-best-for-chip,
.wa-difficulty-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 999px;
  background: #ffffff;
  color: #555555;
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.15;
}

.wa-info-chip {
  padding: 0.25rem 0.52rem;
}

.wa-feature-chip {
  padding: 0.25rem 0.52rem;
}

.wa-best-for-chip {
  padding: 0.38rem 0.68rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.wa-difficulty-chip {
  gap: 0.35rem;
  padding: 0.25rem 0.54rem;
  border-color: rgba(15, 118, 110, 0.22);
  background: rgba(15, 118, 110, 0.08);
  color: #0f766e;
  align-self: flex-start;
  margin-bottom: 0.75rem;
}

.wa-difficulty-chip::before {
  content: "";
  width: 0.78rem;
  height: 0.78rem;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http%3A//www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M22%2012h-4l-3%209L9%203l-3%209H2'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http%3A//www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M22%2012h-4l-3%209L9%203l-3%209H2'/%3E%3C/svg%3E") center / contain no-repeat;
}

[data-brochure-colour] {
  --trip-accent: #dddddd;
}

[data-brochure-colour]:not([style*="--trip-accent: #dddddd"]) .wa-card-title::after {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--trip-accent);
  margin-left: 0.4em;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
  flex-shrink: 0;
}


.wa-brochure-num {
  position: absolute;
  bottom: 0.6rem;
  left: 0.6rem;
  z-index: 10;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.28);
  pointer-events: none;
  user-select: none;
  font-size: 0;
}

/* Outline-only style for trips 4 and 11 */
.wa-brochure-num.is-outline {
  background: white;
  border: 2px solid #014b5a;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

