.tc-consent-launcher {
  position: fixed;
  z-index: 890;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgba(8, 31, 52, 0.18);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.96);
  color: #16334a;
  font:
    800 .75rem/1 'Segoe UI',
    Arial,
    sans-serif;
  box-shadow: 0 10px 28px rgba(8, 31, 52, 0.14);
  cursor: pointer;
}

/* Persistent Journey Assistant */
html[dir='rtl'] .site-header,
html[dir='rtl'] .topbar {
  direction: ltr;
}
html[dir='rtl'] #techMenu,
html[dir='rtl'] #journey-menu {
  direction: ltr;
  right: 0;
  left: auto;
}
.tc-assistant-launcher {
  position: fixed;
  z-index: 880;
  right: 16px;
  bottom: 76px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 7px;
  border: 1px solid rgba(197, 142, 44, 0.58);
  border-radius: 999px;
  background: linear-gradient(135deg, #0d7f76, #0b5f5b);
  color: #fff;
  font: 800 .75rem/1 'Segoe UI', Arial, sans-serif;
  box-shadow: 0 15px 38px rgba(8, 31, 52, 0.28);
  cursor: pointer;
}
.tc-assistant-launcher > i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d3a13f;
  color: #082139;
  font: 900 .75rem/1 'Segoe UI',Arial,sans-serif;
}
.tc-assistant-panel {
  position: fixed;
  z-index: 890;
  right: 16px;
  bottom: 126px;
  width: min(390px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(117, 213, 202, 0.34);
  border-radius: 23px;
  background: #fff;
  color: #102a45;
  box-shadow: 0 28px 80px rgba(4, 25, 42, 0.34);
  font-family: 'Segoe UI',Arial,sans-serif;
}
.tc-assistant-panel[hidden],
.tc-assistant-launcher[hidden] {
  display: none !important;
}
.tc-assistant-panel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  background: radial-gradient(circle at 90% 0, rgba(35, 159, 147, 0.36), transparent 34%),linear-gradient(145deg,#0b2038,#0c3948);
  color: #fff;
}
.tc-assistant-panel > header small,
.tc-assistant-panel > header strong {
  display: block;
}
.tc-assistant-panel > header small {
  color: #d7ae5c;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.tc-assistant-panel > header strong {
  margin-top: 5px;
  font: 700 19px/1.1 Georgia,serif;
}
.tc-assistant-close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  color: #fff;
  font-size: 19px;
  cursor: pointer;
}
.tc-assistant-body {
  padding: 16px 17px 17px;
}
.tc-assistant-status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #60788d;
  font-size: .75rem;
  font-weight: 800;
}
.tc-assistant-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #20ad9f;
  box-shadow: 0 0 0 5px rgba(32,173,159,.12);
}
.tc-assistant-messages {
  max-height: 230px;
  overflow: auto;
  margin-top: 15px;
}
.tc-assistant-message {
  width: fit-content;
  max-width: 92%;
  margin: 7px 0;
  padding: 10px 12px;
  border-radius: 13px 13px 13px 4px;
  background: #edf7f5;
  color: #315365;
  font-size: .75rem;
  line-height: 1.55;
}
.tc-assistant-message.user {
  margin-left: auto;
  border-radius: 13px 13px 4px 13px;
  background: #102a45;
  color: #fff;
}
.tc-assistant-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}
.tc-assistant-quick button {
  min-height: 32px;
  padding: 7px 9px;
  border: 1px solid rgba(16,42,69,.16);
  border-radius: 999px;
  background: #fff;
  color: #315064;
  font-size: .75rem;
  font-weight: 800;
  cursor: pointer;
}
.tc-assistant-compose {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px auto;
  gap: 7px;
  margin-top: 13px;
}
.tc-assistant-compose input {
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(16,42,69,.18);
  border-radius: 11px;
  color: #102a45;
  font-size: 12px;
}
.tc-assistant-compose .tc-assistant-voice {
  min-width: 40px;
  padding: 0;
  border: 1px solid rgba(13,136,126,.25);
  background: #e8f5f2;
  color: #0d887e;
  font-size: 16px;
}
.tc-assistant-compose .tc-assistant-voice.listening {
  animation: tcVoicePulse 1s ease-in-out infinite;
  background: #0d887e;
  color: #fff;
}
@keyframes tcVoicePulse { 50% { transform: scale(.92); opacity: .72; } }
.tc-assistant-compose button {
  min-width: 70px;
  border: 0;
  border-radius: 11px;
  background: #0d887e;
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  cursor: pointer;
}
.tc-assistant-note {
  display: block;
  margin-top: 10px;
  color: #7b8d99;
  font-size: .75rem;
  line-height: 1.45;
}
@media (max-width: 1280px) {
  .tc-assistant-launcher {
    width: 46px;
    min-width: 46px;
    padding: 7px;
    gap: 0;
  }
  .tc-assistant-launcher > span { display: none; }
}
@media (max-width: 720px) {
  .tc-assistant-launcher { right: 10px; bottom: 76px; }
  .tc-assistant-panel {
    right: auto;
    left: 50%;
    bottom: 132px;
    width: min(360px, calc(100vw - 24px));
    transform: translateX(-50%);
  }
}
.tc-consent-banner {
  position: fixed;
  z-index: 900;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  max-width: 1180px;
  margin: auto;
  padding: 19px 20px;
  border: 1px solid rgba(8, 31, 52, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  color: #17334a;
  box-shadow: 0 24px 70px rgba(8, 31, 52, 0.23);
  font-family: 'Segoe UI', Arial, sans-serif;
  backdrop-filter: blur(18px);
}
.tc-consent-banner[hidden],
.tc-consent-modal[hidden],
.tc-consent-launcher[hidden] {
  display: none !important;
}
.tc-consent-copy strong {
  display: block;
  color: #081f34;
  font:
    700 20px/1.1 Georgia,
    'Times New Roman',
    serif;
}
.tc-consent-copy p {
  max-width: 690px;
  margin: 8px 0 0;
  color: #627887;
  font-size: .75rem;
  line-height: 1.55;
}
.tc-consent-copy a {
  color: #0d8b7f;
  text-decoration: underline;
  font-weight: 800;
}
.tc-consent-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.tc-consent-actions button,
.tc-consent-save,
.tc-consent-reject {
  min-height: 38px;
  border: 1px solid rgba(8, 31, 52, 0.16);
  border-radius: 11px;
  padding: 0 13px;
  background: #fff;
  color: #17334a;
  font-size: .75rem;
  font-weight: 900;
  cursor: pointer;
}
.tc-consent-actions .tc-accept,
.tc-consent-save {
  border-color: #0d8b7f;
  background: #0d8b7f;
  color: #fff;
}
.tc-consent-reject {
  min-height: 38px;
  margin-right: 7px;
  border: 1px solid rgba(8, 31, 52, 0.16);
  border-radius: 11px;
  padding: 0 13px;
  background: #fff;
  color: #17334a;
  font-size: .75rem;
  font-weight: 900;
  cursor: pointer;
}
.tc-consent-modal {
  position: fixed;
  z-index: 910;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(4, 20, 34, 0.66);
  font-family: 'Segoe UI', Arial, sans-serif;
}
.tc-consent-dialog {
  width: min(620px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  border-radius: 24px;
  background: #fff;
  color: #17334a;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}
.tc-consent-dialog header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 23px;
  border-bottom: 1px solid rgba(8, 31, 52, 0.13);
}
.tc-consent-dialog h2 {
  margin: 0;
  color: #081f34;
  font:
    700 29px/1 Georgia,
    'Times New Roman',
    serif;
}
.tc-consent-dialog header p {
  margin: 8px 0 0;
  color: #677c8a;
  font-size: .75rem;
  line-height: 1.55;
}
.tc-consent-close {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(8, 31, 52, 0.13);
  border-radius: 50%;
  background: #fff;
  color: #17334a;
  font-size: 20px;
  cursor: pointer;
}
.tc-consent-options {
  display: grid;
  gap: 9px;
  padding: 19px 23px;
}
.tc-consent-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(8, 31, 52, 0.13);
  border-radius: 14px;
}
.tc-consent-option strong,
.tc-consent-option span {
  display: block;
}
.tc-consent-option strong {
  color: #081f34;
  font-size: .75rem;
}
.tc-consent-option span {
  margin-top: 5px;
  color: #6e8190;
  font-size: .75rem;
  line-height: 1.5;
}
.tc-consent-option em {
  color: #0d8b7f;
  font-size: .75rem;
  font-style: normal;
  font-weight: 900;
}
.tc-consent-option input {
  width: 19px;
  height: 19px;
  accent-color: #0d8b7f;
}
.tc-consent-dialog footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 17px 23px;
  border-top: 1px solid rgba(8, 31, 52, 0.13);
}
.tc-consent-dialog footer a {
  color: #0d8b7f;
  font-size: .75rem;
  font-weight: 800;
}
.tc-consent-save {
  padding: 0 18px;
}
@media (max-width: 720px) {
  .tc-consent-banner {
    grid-template-columns: 1fr;
    bottom: 9px;
    left: 9px;
    right: 9px;
    padding: 16px;
  }
  .tc-consent-actions {
    justify-content: stretch;
  }
  .tc-consent-actions button {
    flex: 1;
  }
  .tc-consent-launcher {
    right: 10px;
    bottom: 10px;
  }
  .tc-consent-dialog footer {
    align-items: stretch;
    flex-direction: column;
  }
  .tc-consent-save {
    min-height: 42px;
  }
}
