/*
 * TransmissionLine · EPRI · TRLI-EPRI-20260828-001
 * (c) 2026 TransmissionLine. Evidencia visual de procedencia.
 */
#trli-ownership-mark {
  position: fixed;
  left: max(6px, env(safe-area-inset-left));
  bottom: max(6px, env(safe-area-inset-bottom));
  z-index: 2147483000;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: min(330px, calc(100vw - 12px));
  padding: 4px 7px;
  border: 1px solid rgba(143, 208, 255, .36);
  border-radius: 5px;
  background: rgba(9, 39, 68, .76);
  color: rgba(255, 255, 255, .92);
  box-shadow: 0 2px 10px rgba(9, 39, 68, .12);
  font: 600 9px/1.2 Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: .01em;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  backdrop-filter: blur(3px);
}
#trli-ownership-mark strong { color: #fff; font-weight: 700; }
#trli-ownership-mark small { color: rgba(255,255,255,.72); font: inherit; font-weight: 500; }
#trli-commercial-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 52px;
  padding: 22px 24px;
  border: 1px solid #244e77;
  border-radius: 14px;
  background: linear-gradient(135deg, #092744, #123f69);
  color: #fff;
  box-shadow: 0 14px 36px rgba(9,39,68,.18);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
#trli-commercial-cta div { display: grid; gap: 4px; }
#trli-commercial-cta small { color: #72c7f0; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
#trli-commercial-cta strong { font-size: clamp(17px, 2vw, 23px); line-height: 1.2; }
#trli-commercial-cta span { color: #c5d8e8; font-size: 13px; }
#trli-commercial-cta nav { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
#trli-commercial-cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 15px; border: 1px solid #6d91b2; border-radius: 8px; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
#trli-commercial-cta a:hover { background: rgba(255,255,255,.1); }
#trli-commercial-cta .trli-cta-primary { border-color: #0ea5e9; background: #0b91d1; }
#trli-commercial-cta .trli-cta-primary:hover { background: #087bb2; }
@media (max-width: 640px) {
  #trli-ownership-mark { padding: 3px 6px; font-size: 8px; opacity: .82; }
  #trli-ownership-mark small { display: none; }
  #trli-commercial-cta { align-items: stretch; flex-direction: column; gap: 16px; width: calc(100% - 20px); margin: 18px 10px 42px; padding: 18px; }
  #trli-commercial-cta nav { align-items: stretch; flex-direction: column; }
  #trli-commercial-cta a { width: 100%; }
}
@media print {
  #trli-ownership-mark {
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: space-between;
    max-width: none;
    border: 0;
    border-top: .5pt solid #9bb6ce;
    border-radius: 0;
    background: #fff;
    color: #526d86;
    box-shadow: none;
    font-size: 7pt;
    backdrop-filter: none;
  }
  #trli-ownership-mark strong { color: #173b5d; }
  #trli-ownership-mark small { display: inline; color: #526d86; }
  #trli-commercial-cta { display: none !important; }
}
