/* ── Trial Banner ──────────────────────────────────────────────────────── */
#mkt-trial-banner {
  background: linear-gradient(90deg, #063d06, #0d5c0d);
  border-bottom: 1px solid #1e6e1e;
  padding: 9px 20px;
  text-align: center;
  font-size: 13px;
  color: #a3f0a3;
  position: relative;
  z-index: 200;
  display: none;
}
#mkt-trial-banner a { color: var(--accent); font-weight: 700; text-decoration: underline; }
#mkt-trial-banner strong { color: #c8f5b0; }
#mkt-trial-banner .mkt-dismiss {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: var(--accent); font-size: 18px;
  cursor: pointer; line-height: 1; padding: 0;
}

/* ── Discounted price display ──────────────────────────────────────────── */
.price-offer-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
  flex-wrap: nowrap;
}
.price-was {
  font-size: .85rem;
  font-weight: 400;
  color: var(--text-muted);
  text-decoration: line-through;
}
.price-offer-note {
  font-size: .7rem;
  color: var(--text-muted);
  white-space: nowrap;
}

/* ── Discount badge on price cards (non-featured) ─────────────────────── */
.offer-discount-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #0a1f0a;
  font-size: .7rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: var(--r-pill);
  white-space: nowrap;
  letter-spacing: .04em;
}

/* ── Offer Strip ───────────────────────────────────────────────────────── */
#mkt-offer-strip {
  display: none;
  margin-bottom: 0;
}

.offer-strip {
  background: linear-gradient(135deg, #0a1f0a 0%, #112411 50%, #0a1f0a 100%);
  border: 1px solid rgba(99,207,73,.3);
  border-radius: var(--r-md);
  padding: 28px 32px;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.offer-strip::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top left, rgba(99,207,73,.08) 0%, transparent 60%);
  pointer-events: none;
}

.offer-strip-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #0a1f0a;
  flex-shrink: 0;
}

.offer-strip-content { flex: 1; min-width: 200px; }

.offer-strip-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 4px;
  line-height: 1.2;
}

.offer-strip-desc {
  font-size: .82rem;
  color: var(--text-sec);
  margin: 0;
}

.offer-strip-desc strong { color: var(--accent); }

.offer-strip-slots { text-align: center; flex-shrink: 0; }

.offer-slots-nums {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.offer-slots-label {
  font-size: .68rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 2px;
}

.offer-slots-bar {
  width: 100px;
  height: 4px;
  background: rgba(99,207,73,.15);
  border-radius: 2px;
  margin: 6px auto 0;
  overflow: hidden;
}

.offer-slots-bar-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 2px;
  transition: width .6s ease;
}

.offer-strip-cta {
  display: inline-block;
  background: var(--grad, linear-gradient(135deg, #63cf49, #7cff35));
  color: #0a1f0a;
  font-weight: 700;
  font-size: .85rem;
  padding: 10px 22px;
  border-radius: var(--r-pill);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .15s, transform .15s;
  flex-shrink: 0;
}
.offer-strip-cta:hover { opacity: .9; transform: translateY(-1px); }

/* ── Referral Section ──────────────────────────────────────────────────── */
#mkt-referral-section { display: none; }

.referral-section {
  padding: 64px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(14,36,16,.25) 50%, transparent 100%);
}

.referral-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.referral-text { flex: 1; min-width: 260px; }

.referral-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.referral-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
  margin: 0 0 12px;
}

.referral-desc {
  font-size: .88rem;
  color: var(--text-sec);
  line-height: 1.6;
  margin: 0 0 24px;
}

.referral-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.referral-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(99,207,73,.08);
  border: 1px solid rgba(99,207,73,.2);
  border-radius: var(--r-pill);
  padding: 8px 16px;
}

.referral-pill-icon { font-size: 1.1rem; }

.referral-pill-text strong {
  display: block;
  font-size: .95rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.referral-pill-text span {
  font-size: .7rem;
  color: var(--text-muted);
}

.referral-cta-wrap { flex-shrink: 0; text-align: center; }

.referral-cta {
  display: inline-block;
  background: var(--grad, linear-gradient(135deg, #63cf49, #7cff35));
  color: #0a1f0a;
  font-weight: 700;
  font-size: .9rem;
  padding: 13px 28px;
  border-radius: var(--r-pill);
  text-decoration: none;
  transition: opacity .15s, transform .15s;
}
.referral-cta:hover { opacity: .9; transform: translateY(-2px); }
.referral-cta-note {
  font-size: .72rem;
  color: var(--text-muted);
  margin-top: 8px;
}

@media (max-width: 640px) {
  .offer-strip { padding: 20px; gap: 16px; }
  .offer-strip-title { font-size: 1rem; }
  .referral-title { font-size: 1.3rem; }
  .offer-slots-bar { width: 80px; }
}
