/* Nene launch page — the hero product panel.
/* The product panel is an on-palette illustration of the results screen, not a
   screenshot: the shipped results view is still on the app's dark theme and has
   no demo-fares note, so a capture would be both off-brand and dishonest against
   sample data. Fix those two things first, then swap an <img> in here. */

.ns-shot {
  padding: 20px;
  background: var(--surface-page);
  text-align: left;
}

.ns-shot__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.ns-shot__route {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 400;
  color: var(--text-strong);
}

.ns-shot__applied {
  padding: 16px 18px;
  border-radius: var(--radius-l);
  background: var(--surface-accent);
  border: 1px solid var(--line-gold);
}

.ns-shot__rules {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
  font-size: 13px;
  color: var(--sand-700);
}

.ns-shot__offers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.ns-shot__offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 14px 18px;
  border-radius: var(--radius-l);
  background: var(--surface-card);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-1);
}

.ns-shot__leg {
  flex: 1 1 120px;
}

.ns-shot__price {
  margin-left: auto;
}

.ns-shot__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex-basis: 100%;
}

.ns-shot__hidden {
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--text-muted);
}

.ns-shot__offer--pick {
  background: var(--gold-100);
  border-color: var(--line-gold);
}

.ns-shot__time {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--text-strong);
}

.ns-shot__leg-detail {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-muted);
}

.ns-shot__leg-line {
  height: 1px;
  margin: 5px 0;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

.ns-shot__price {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: var(--weight-medium);
  color: var(--text-strong);
  text-align: right;
}

.ns-shot__iata {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--text-muted);
}


@media (min-width: 900px) {
  .ns-shot {
    padding: 28px 32px;
  }
}
