/* ==========================================================================
 * GTAVI INSIDER — Licensed cannabis DELIVERY subsection
 * Namespaced: .gi-cannabis-delivery — neon-noir Vice City (acid green #75f516,
 * deep black #060908, neon pink accents). Pricedown Bl headlines, mobile-first.
 * ========================================================================== */

.gi-cannabis-delivery {
  --gi-del-acid: #75f516;
  --gi-del-pink: #ff2d78;
  --gi-del-bg: #060908;
  --gi-del-ink: #f4f8f5;
  --gi-del-mute: #b7c0ba;
  --gi-del-line: rgba(117, 245, 22, .48);
  --gi-del-soft: rgba(117, 245, 22, .035);
  display: grid;
  gap: 22px;
}

.gi-del-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gi-del-kicker {
  color: var(--gi-del-acid);
  font: 600 9px/1.4 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gi-del-title {
  margin: 0;
  color: var(--gi-del-ink);
  font-family: 'Pricedown', 'Bebas Neue', 'Archivo', sans-serif;
  font-weight: 400;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: .015em;
}

.gi-del-sub {
  max-width: 720px;
  margin: 0;
  color: var(--gi-del-mute);
  font-size: 15px;
  line-height: 1.65;
}

.gi-del-grid {
  display: grid;
  gap: 18px;
}

.gi-del-card {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(0, 1.38fr);
  min-height: 0;
  color: var(--gi-del-ink);
  background: var(--gi-del-bg);
  border: 1px solid var(--gi-del-line);
  box-shadow: 10px 10px 0 rgba(117, 245, 22, .12);
}

.gi-del-signal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(26px, 4vw, 48px);
  border-right: 1px solid rgba(117, 245, 22, .28);
  background: repeating-linear-gradient(135deg, transparent 0 18px, var(--gi-del-soft) 18px 19px);
}

.gi-del-brandmark {
  color: var(--gi-del-acid);
  font: 600 9px/1.5 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gi-del-badge {
  display: inline-block;
  align-self: flex-start;
  padding: 8px 14px;
  font: 700 11px/1.2 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid var(--gi-del-acid);
}

.gi-del-badge--live {
  color: #07100c;
  background: var(--gi-del-acid);
}

.gi-del-badge--pending {
  color: var(--gi-del-acid);
  background: transparent;
  border-style: dashed;
}

.gi-del-name {
  margin: 0;
  color: var(--gi-del-acid);
  font: 400 clamp(48px, 6vw, 84px)/.85 'Pricedown', 'Bebas Neue', sans-serif;
  letter-spacing: .01em;
  word-break: break-word;
}

.gi-del-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: clamp(30px, 5vw, 60px);
}

.gi-del-copy p {
  margin: 0;
  color: var(--gi-del-mute);
  font-size: 16px;
  line-height: 1.7;
}

.gi-del-states {
  display: block;
  padding: 14px 16px;
  color: var(--gi-del-ink);
  background: rgba(117, 245, 22, .07);
  border: 1px solid rgba(117, 245, 22, .28);
  font-size: 15px;
  line-height: 1.6;
}

.gi-del-states strong {
  color: var(--gi-del-acid);
  font-weight: 700;
}

.gi-del-payout {
  color: var(--gi-del-ink);
  font: 600 14px/1.5 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: .06em;
}

.gi-del-cta {
  align-self: flex-start;
  display: inline-block;
  padding: 16px 28px;
  color: #07100c;
  background: var(--gi-del-acid);
  border: 1px solid var(--gi-del-acid);
  font: 700 14px/1.2 "Manrope", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.gi-del-cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 rgba(117, 245, 22, .35);
}

.gi-del-cta--disabled {
  color: var(--gi-del-mute);
  background: transparent;
  border: 1px dashed rgba(183, 192, 186, .55);
  cursor: not-allowed;
}

.gi-del-cta--disabled:hover {
  transform: none;
  box-shadow: none;
}

.gi-del-legal {
  color: rgba(183, 192, 186, .85);
  font-size: 14px;
  line-height: 1.7;
}

.gi-del-legal strong {
  color: var(--gi-del-mute);
}

.gi-del-empty {
  padding: clamp(30px, 5vw, 56px);
  color: var(--gi-del-ink);
  background: var(--gi-del-bg);
  border: 1px dashed rgba(117, 245, 22, .45);
}

.gi-del-empty h3 {
  margin: 0 0 12px;
  color: var(--gi-del-acid);
  font: 400 clamp(30px, 4vw, 48px)/1 'Pricedown', 'Bebas Neue', sans-serif;
  letter-spacing: .015em;
}

.gi-del-empty p {
  margin: 0 0 10px;
  color: var(--gi-del-mute);
  font-size: 15px;
  line-height: 1.7;
  max-width: 680px;
}

.gi-del-reviewlist {
  padding: clamp(24px, 4vw, 44px);
  background: var(--gi-del-bg);
  border: 1px solid rgba(117, 245, 22, .28);
}

.gi-del-reviewlist h4 {
  margin: 0 0 14px;
  color: var(--gi-del-acid);
  font: 600 11px/1.4 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gi-del-reviewlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.gi-del-reviewlist li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: var(--gi-del-mute);
  font-size: 14px;
  line-height: 1.6;
}

.gi-del-reviewlist li strong {
  color: var(--gi-del-ink);
  font-weight: 700;
}

.gi-del-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gi-del-pink);
  box-shadow: 0 0 10px rgba(255, 45, 120, .8);
  transform: translateY(-1px);
}

@media (max-width: 820px) {
  .gi-del-card {
    grid-template-columns: 1fr;
  }
  .gi-del-signal {
    border-right: 0;
    border-bottom: 1px solid rgba(117, 245, 22, .28);
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .gi-del-name {
    font-size: clamp(40px, 12vw, 58px);
  }
  .gi-del-badge {
    align-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gi-del-cta {
    transition: none;
  }
}
