/* ============================================================
   BYBL CROSS-SELL COMPONENTS
   beyourbestlawyer.com → beyourbestlawyersupport.com
   All styles for Components 1-5.
   Add <link rel="stylesheet" href="/bybl-crosssell.css"> to every page head.
   ============================================================ */

/* ── COMPONENT 1: Global support strip (every page, above footer) ── */
.bybl-support-strip {
  background: rgba(196,158,58,0.08);
  border-top: 1px solid rgba(196,158,58,0.28);
  border-bottom: 1px solid rgba(196,158,58,0.28);
  padding: 16px 24px;
}
.bybl-support-strip-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.bybl-support-strip-text {
  font-size: 14px;
  color: rgba(255,255,255,0.82);
  line-height: 1.5;
}
.bybl-support-strip-text strong { color: #C49E3A; }
.bybl-support-strip-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #C49E3A;
  color: #0F1923;
  padding: 9px 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
}
.bybl-support-strip-cta:hover { background: #d4ae4a; }
.bybl-support-strip-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.35);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0 0 0 12px;
  flex-shrink: 0;
  transition: color 0.2s;
}
.bybl-support-strip-close:hover { color: rgba(255,255,255,0.7); }

/* ── COMPONENT 2: Product page inline CTA panel ── */
.bybl-support-panel {
  background: #1a2837;
  border: 1px solid rgba(196,158,58,0.3);
  border-left: 4px solid #C49E3A;
  border-radius: 8px;
  padding: 28px 28px 24px;
  margin: 36px 0;
}
.bybl-support-panel-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C49E3A;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.bybl-support-panel-eyebrow .material-icons { font-size: 14px; }
.bybl-support-panel h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.2;
}
.bybl-support-panel p {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.68;
  margin-bottom: 20px;
}
.bybl-support-panel-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.bybl-support-panel-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #C49E3A;
  color: #0F1923;
  padding: 11px 20px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
.bybl-support-panel-btn-primary:hover { background: #d4ae4a; }
.bybl-support-panel-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  color: #C49E3A;
  border: 1px solid rgba(196,158,58,0.4);
  padding: 11px 20px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.bybl-support-panel-btn-secondary:hover { background: rgba(196,158,58,0.1); }
.bybl-support-panel-credit {
  font-size: 11.5px;
  color: rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  gap: 5px;
}
.bybl-support-panel-credit .material-icons { font-size: 13px; color: #C49E3A; }

/* ── COMPONENT 3: Thank-you page upgrade panel ── */
.bybl-support-upgrade {
  background: #C49E3A;
  padding: 52px 24px;
  text-align: center;
}
.bybl-support-upgrade-inner {
  max-width: 680px;
  margin: 0 auto;
}
.bybl-support-upgrade h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 36px;
  font-weight: 700;
  color: #0F1923;
  margin: 0 0 14px;
  line-height: 1.1;
}
.bybl-support-upgrade p {
  font-size: 17px;
  color: rgba(15,25,35,0.75);
  line-height: 1.68;
  margin-bottom: 28px;
}
.bybl-support-upgrade-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0F1923;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
.bybl-support-upgrade-btn:hover { background: #1a2837; }
.bybl-support-upgrade-note {
  font-size: 13px;
  color: rgba(15,25,35,0.55);
  margin-top: 14px;
}

/* ── COMPONENT 4: Knowledge Hub inline article CTA ── */
.bybl-support-inline {
  border-left: 3px solid #C49E3A;
  background: rgba(196,158,58,0.06);
  padding: 14px 18px;
  margin: 28px 0;
  border-radius: 0 5px 5px 0;
}
.bybl-support-inline p {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin: 0 0 8px;
}
.bybl-support-inline a {
  font-size: 13.5px;
  color: #C49E3A;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: opacity 0.2s;
}
.bybl-support-inline a:hover { opacity: 0.8; }
.bybl-support-inline a::after { content: ' →'; }

/* ── COMPONENT 5: Nav link (added to existing nav) ── */
.bybl-support-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #C49E3A !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: 1px solid rgba(196,158,58,0.35);
  padding: 6px 14px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.2s;
}
.bybl-support-nav-link:hover { background: rgba(196,158,58,0.1) !important; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .bybl-support-strip-inner { flex-direction: column; align-items: flex-start; }
  .bybl-support-strip-cta { width: 100%; justify-content: center; }
  .bybl-support-panel-btns { flex-direction: column; }
  .bybl-support-panel-btn-primary,
  .bybl-support-panel-btn-secondary { width: 100%; justify-content: center; }
  .bybl-support-panel { padding: 22px 18px 18px; }
  .bybl-support-upgrade h2 { font-size: 28px; }
  .bybl-support-upgrade p { font-size: 15px; }
}

@media (max-width: 480px) {
  .bybl-support-upgrade h2 { font-size: 24px; }
  .bybl-support-panel h3 { font-size: 18px; }
}
