.utc-careers-site {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
.utc-careers-site .utc-careers {
  width: 100%;
  max-width: 100vw;
}
.utc-ai-app .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.utc-ai-hero {
  background: linear-gradient(135deg, #eef7fb 0%, #f8fbfd 55%, #edf7f4 100%);
  border-bottom: 1px solid #d8e6ed;
  padding: 70px 0 54px;
  position: relative;
  overflow: hidden;
}
.utc-ai-hero:after {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 440px;
  height: 440px;
  border: 55px solid rgba(61, 151, 196, 0.07);
  transform: rotate(28deg);
}
.utc-ai-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.65fr);
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.utc-ai-hero h1 {
  max-width: 850px;
  margin: 10px 0 18px;
  color: #08243f;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.utc-ai-hero-note {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 74, 112, 0.14);
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 20px 55px rgba(8, 36, 63, 0.08);
  backdrop-filter: blur(8px);
}
.utc-ai-hero-note strong {
  display: block;
  color: #0d6fae;
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.utc-ai-hero-note p {
  margin: 8px 0 0;
  color: #476273;
  line-height: 1.6;
}
.utc-ai-section {
  padding: 58px 0 90px;
  background: #f5f7f8;
}
.utc-ai-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.65fr);
  gap: 30px;
  align-items: start;
}
.utc-ai-app {
  background: #fff;
  border: 1px solid #d8e1e7;
  border-radius: 22px;
  box-shadow: 0 22px 65px rgba(9, 37, 61, 0.1);
  overflow: hidden;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.utc-ai-app-header {
  min-height: 78px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid #e5ebef;
  position: relative;
}
.utc-ai-avatar {
  width: 60px;
  height: 60px;
  border-radius: 17px;
  display: block;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(54, 158, 165, 0.22);
}
.utc-ai-app-header > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.utc-ai-app-header strong {
  color: #092642;
  font-size: 0.96rem;
}
.utc-ai-app-header strong small {
  color: #587486;
  font-size: 0.72rem;
  font-weight: 600;
}
.utc-ai-app-header span {
  color: #698090;
  font-size: 0.74rem;
}
.utc-ai-app-header span i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #37b97b;
  border-radius: 50%;
  margin-right: 5px;
}
.utc-ai-language-button {
  margin-left: auto;
  border: 1px solid #cfdae1;
  background: #fff;
  border-radius: 11px;
  min-height: 42px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #183b54;
  cursor: pointer;
}
.utc-ai-language-button:hover,
.utc-ai-language-button:focus-visible {
  border-color: #2f8fc3;
  box-shadow: 0 0 0 3px rgba(47, 143, 195, 0.12);
  outline: 0;
}
.utc-ai-language-menu {
  position: absolute;
  right: 18px;
  top: 65px;
  width: min(290px, calc(100vw - 46px));
  max-height: 340px;
  overflow: auto;
  background: #fff;
  border: 1px solid #d4dee5;
  border-radius: 14px;
  padding: 7px;
  box-shadow: 0 18px 48px rgba(8, 36, 63, 0.18);
  z-index: 30;
}
.utc-ai-language-option {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 10px 11px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  color: #173b55;
  cursor: pointer;
}
.utc-ai-language-option:hover,
.utc-ai-language-option:focus-visible,
.utc-ai-language-option[aria-selected="true"] {
  background: #eaf4f9;
  outline: 0;
}
.utc-ai-language-option small {
  margin-left: auto;
  color: #78909e;
}
.utc-ai-progress {
  padding: 14px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  background: #fafcfd;
  border-bottom: 1px solid #edf1f3;
}
.utc-ai-progress span {
  font-size: 0.7rem;
  color: #82939e;
  text-align: center;
  position: relative;
  padding-top: 8px;
}
.utc-ai-progress span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  height: 3px;
  background: #dae3e8;
  border-radius: 5px;
}
.utc-ai-progress .is-current {
  color: #0b6fae;
  font-weight: 700;
}
.utc-ai-progress .is-current:before {
  background: #3d9ac9;
}
.utc-ai-chat {
  flex: 1;
  min-height: 460px;
  max-height: 560px;
  overflow-y: auto;
  padding: 30px 30px 18px;
  scroll-behavior: smooth;
}
.utc-ai-message {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 20px;
  animation: utc-ai-rise 0.28s ease both;
}
.utc-ai-message.is-user {
  justify-content: flex-end;
}
.utc-ai-message-avatar {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: block;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(9, 55, 83, 0.14);
}
.utc-ai-message-body {
  max-width: min(78%, 650px);
  background: #f0f5f7;
  border-radius: 4px 16px 16px 16px;
  padding: 13px 16px;
  color: #193a50;
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(25, 58, 80, 0.04);
}
.utc-ai-message-body p {
  margin: 0 0 9px;
}
.utc-ai-message-body p:last-child {
  margin-bottom: 0;
}
.utc-ai-message.is-user .utc-ai-message-body {
  background: #0c6faa;
  color: #fff;
  border-radius: 16px 4px 16px 16px;
}
.utc-ai-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 5px 0 22px 57px;
}
.utc-ai-quick-actions button {
  border: 1px solid #c4d9e4;
  background: #fff;
  color: #0b659b;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 0.79rem;
  cursor: pointer;
}
.utc-ai-quick-actions button:hover,
.utc-ai-quick-actions button:focus-visible {
  background: #eaf5fa;
  outline: 0;
  border-color: #6cadd0;
}
.utc-ai-typing {
  display: inline-flex;
  gap: 4px;
  padding: 12px 15px;
  background: #f0f5f7;
  border-radius: 4px 16px 16px 16px;
  margin-left: 57px;
}
.utc-ai-typing span {
  width: 6px;
  height: 6px;
  background: #6f8796;
  border-radius: 50%;
  animation: utc-ai-dot 1.2s infinite;
}
.utc-ai-typing span:nth-child(2) {
  animation-delay: 0.16s;
}
.utc-ai-typing span:nth-child(3) {
  animation-delay: 0.32s;
}
.utc-ai-file-tray {
  padding: 8px 18px;
  display: flex;
  gap: 8px;
  overflow: auto;
  border-top: 1px solid #edf1f3;
  background: #fbfcfd;
}
.utc-ai-file-chip {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d6e1e7;
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  color: #29495e;
  font-size: 0.74rem;
}
.utc-ai-file-chip button {
  border: 0;
  background: transparent;
  color: #788b98;
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
}
.utc-ai-composer {
  margin: 0 18px 7px;
  border: 1px solid #cbd8df;
  border-radius: 16px;
  padding: 8px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(9, 37, 61, 0.07);
}
.utc-ai-composer:focus-within {
  border-color: #3d98c5;
  box-shadow: 0 0 0 3px rgba(61, 152, 197, 0.12);
}
.utc-ai-composer textarea {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0;
  resize: none;
  min-height: 122px;
  max-height: 280px;
  flex: 1;
  padding: 10px 4px;
  color: #173b55;
  line-height: 1.45;
  background: transparent;
  font: inherit;
  font-size: 1rem;
  text-align: start;
}
.utc-ai-composer input[type="file"] {
  display: none !important;
}
.utc-ai-attach,
.utc-ai-send {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.utc-ai-attach {
  border: 1px solid #d3dee4;
  background: #f8fafb;
  color: #315269;
  font-size: 1.55rem;
  font-weight: 300;
}
.utc-ai-attach:hover {
  background: #eef5f8;
}
.utc-ai-send {
  border: 0;
  background: #0a6eaa;
  color: #fff;
}
.utc-ai-send:hover {
  background: #075d91;
}
.utc-ai-send svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.utc-ai-disclaimer {
  text-align: center;
  color: #82929d;
  font-size: 0.67rem;
  margin: 0 18px 13px;
}
.utc-ai-aside {
  display: grid;
  gap: 18px;
}
.utc-ai-aside-card,
.utc-ai-privacy-card {
  background: #fff;
  border: 1px solid #dbe4e9;
  border-radius: 18px;
  padding: 27px;
  box-shadow: 0 14px 42px rgba(9, 37, 61, 0.06);
}
.utc-ai-aside-card h2 {
  font-size: 1.55rem;
  line-height: 1.15;
  color: #0b2943;
  margin: 8px 0 24px;
}
.utc-ai-aside-card ol {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.utc-ai-aside-card li {
  display: flex;
  gap: 12px;
  margin-bottom: 17px;
}
.utc-ai-aside-card li > span {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #e8f4f8;
  color: #0871ae;
  display: grid;
  place-items: center;
  font-size: 0.74rem;
  font-weight: 800;
}
.utc-ai-aside-card li strong {
  color: #17384f;
  font-size: 0.85rem;
}
.utc-ai-aside-card li p {
  color: #6a7e8b;
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 3px 0 0;
}
.utc-ai-booking-preview {
  width: 100%;
  border: 0;
  cursor: pointer;
  text-align: center;
}
.utc-ai-privacy-card {
  background: #0c314c;
  color: #fff;
}
.utc-ai-privacy-card strong {
  display: block;
  margin-bottom: 7px;
}
.utc-ai-privacy-card p {
  margin: 0;
  color: #c8d8e2;
  font-size: 0.8rem;
  line-height: 1.55;
}
.utc-ai-modal[hidden] {
  display: none;
}
.utc-ai-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 22px;
}
.utc-ai-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 19, 31, 0.67);
  backdrop-filter: blur(4px);
}
.utc-ai-modal-panel {
  position: relative;
  background: #fff;
  width: min(780px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  animation: utc-ai-modal-in 0.22s ease both;
}
.utc-ai-modal-close {
  position: absolute;
  right: 17px;
  top: 15px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #eef3f5;
  color: #28495e;
  font-size: 1.55rem;
  cursor: pointer;
}
.utc-ai-modal-panel h2 {
  margin: 8px 40px 8px 0;
  color: #092844;
  font-size: 2rem;
  letter-spacing: -0.025em;
}
.utc-ai-modal-intro {
  color: #607787;
  line-height: 1.55;
  margin-bottom: 24px;
}
.utc-ai-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.utc-ai-form-grid label,
.utc-ai-form-wide {
  display: grid;
  gap: 7px;
}
.utc-ai-form-grid label > span,
.utc-ai-form-wide > span {
  color: #23465e;
  font-size: 0.76rem;
  font-weight: 700;
}
.utc-ai-form-grid input,
.utc-ai-form-grid select,
.utc-ai-form-wide textarea {
  width: 100%;
  border: 1px solid #cdd9e0;
  border-radius: 10px;
  padding: 11px 12px;
  background: #fff;
  color: #17394f;
  min-height: 45px;
}
.utc-ai-form-grid input:focus,
.utc-ai-form-grid select:focus,
.utc-ai-form-wide textarea:focus {
  outline: 0;
  border-color: #3d97c4;
  box-shadow: 0 0 0 3px rgba(61, 151, 196, 0.12);
}
.utc-ai-form-wide {
  margin-top: 17px;
}
.utc-ai-form-wide em {
  font-weight: 400;
  color: #81919b;
}
.utc-ai-consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 19px 0;
  color: #4b6575;
  font-size: 0.78rem;
}
.utc-ai-consent input {
  margin-top: 3px;
}
.utc-ai-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #e5ebef;
  margin-top: 22px;
  padding-top: 20px;
}
.utc-ai-modal-actions button {
  border: 0;
  cursor: pointer;
}
.utc-ai-secondary-button {
  padding: 12px 20px;
  border-radius: 9px !important;
  background: #edf2f5;
  color: #294a5e;
}
.utc-ai-toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  z-index: 100001;
  background: #0c314c;
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  font-size: 0.82rem;
}
.utc-ai-modal-open {
  overflow: hidden;
}
@keyframes utc-ai-dot {
  0%,
  70%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  35% {
    transform: translateY(-4px);
    opacity: 1;
  }
}
@keyframes utc-ai-rise {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes utc-ai-modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 980px) {
  .utc-ai-hero-grid,
  .utc-ai-layout {
    grid-template-columns: 1fr;
  }
  .utc-ai-hero-note {
    max-width: 600px;
  }
  .utc-ai-aside {
    grid-template-columns: 1fr 1fr;
  }
  .utc-ai-app {
    min-height: 680px;
  }
}
@media (max-width: 680px) {
	.utc-careers {
		overflow-x: hidden;
	}
	.utc-ai-hero-grid > *,
	.utc-ai-layout > * {
		min-width: 0;
	}
	.utc-ai-hero h1 {
		overflow-wrap: anywhere;
		word-break: normal;
	}
	.utc-ai-hero-note {
		max-width: 100%;
	}
	.utc-careers-secondary-links {
		width: 100%;
		padding-bottom: 2px;
	}
  .utc-ai-hero {
    padding: 48px 0 38px;
  }
  .utc-ai-hero h1 {
    font-size: 2.55rem;
  }
  .utc-ai-section {
    padding: 28px 0 55px;
  }
  .utc-ai-layout {
    gap: 20px;
  }
  .utc-ai-app {
    border-radius: 16px;
    min-height: 650px;
  }
  .utc-ai-app-header {
    padding: 12px;
  }
  .utc-ai-avatar {
    width: 50px;
    height: 50px;
  }
  .utc-ai-language-button {
    padding: 0 9px;
    min-height: 38px;
  }
  .utc-ai-language-button > span:first-child {
    display: none;
  }
  .utc-ai-progress {
    padding: 12px 8px;
  }
  .utc-ai-chat {
    padding: 22px 13px 12px;
    min-height: 410px;
  }
  .utc-ai-message-body {
    max-width: 86%;
    font-size: 0.88rem;
  }
  .utc-ai-quick-actions {
    margin-left: 0;
  }
  .utc-ai-composer {
    margin: 0 9px 7px;
  }
  .utc-ai-disclaimer {
    margin: 0 9px 12px;
  }
  .utc-ai-aside {
    grid-template-columns: 1fr;
  }
  .utc-ai-modal {
    padding: 10px;
  }
  .utc-ai-modal-panel {
    padding: 27px 18px;
    border-radius: 17px;
    max-height: calc(100vh - 20px);
  }
  .utc-ai-form-grid {
    grid-template-columns: 1fr;
  }
  .utc-ai-modal-panel h2 {
    font-size: 1.6rem;
  }
  .utc-ai-modal-actions {
    position: sticky;
    bottom: -27px;
    background: #fff;
    padding-bottom: 8px;
  }
  .utc-ai-modal-actions .utc-careers-button {
    padding: 12px 15px;
  }
}

html:has(.utc-ai-popup-body) {
  min-width: 760px;
  min-height: 680px;
  overflow: auto;
}
.utc-ai-popup-body {
  min-width: 760px;
  min-height: 680px;
  margin: 0;
  overflow: auto;
  background: #eaf1f5;
}
.utc-ai-popup-page {
  min-width: 760px;
  min-height: 680px;
  padding: 14px;
  background: linear-gradient(135deg, #eaf3f7, #f7fbfc 52%, #edf7f4);
}
.utc-ai-popup-shell {
  width: calc(100vw - 28px);
  min-width: 732px;
  min-height: 652px;
  margin: 0 auto;
}
.utc-ai-popup-titlebar {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 6px 10px;
  color: #14374f;
}
.utc-ai-popup-titlebar > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.utc-ai-popup-titlebar strong {
  color: #082a45;
  font-size: 1rem;
}
.utc-ai-popup-titlebar span {
  color: #67808f;
  font-size: 0.76rem;
}
.utc-ai-popup-close {
  border: 1px solid #c4d5de;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  color: #24485e;
  padding: 9px 14px;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
}
.utc-ai-popup-close:hover,
.utc-ai-popup-close:focus-visible {
  border-color: #328fc1;
  outline: 3px solid rgba(50, 143, 193, 0.13);
}
.utc-ai-app-popup {
  width: 100%;
  height: calc(100vh - 82px);
  min-height: 598px;
  border-radius: 18px;
}
.utc-ai-app-popup .utc-ai-app-header {
  flex: 0 0 auto;
  min-height: 92px;
  padding: 13px 22px;
}
.utc-ai-app-popup .utc-ai-avatar {
  width: 72px;
  height: 72px;
  border-radius: 20px;
}
.utc-ai-app-popup .utc-ai-app-header strong {
  font-size: 1.16rem;
}
.utc-ai-app-popup .utc-ai-app-header strong small {
  font-size: 0.82rem;
}
.utc-ai-app-popup .utc-ai-chat {
  flex: 1 1 auto;
  min-height: 260px;
  max-height: none;
  overflow: auto;
  padding: 28px 34px 18px;
}
.utc-ai-app-popup .utc-ai-message-avatar {
  flex-basis: 54px;
  width: 54px;
  height: 54px;
  border-radius: 15px;
}
.utc-ai-app-popup .utc-ai-message-body {
  max-width: min(82%, 820px);
  font-size: 0.96rem;
}
.utc-ai-app-popup .utc-ai-quick-actions {
  margin-left: 65px;
}
.utc-ai-app-popup .utc-ai-typing {
  margin-left: 65px;
}
.utc-ai-app-popup .utc-ai-composer {
  flex: 0 0 auto;
  margin: 0 22px 8px;
}
.utc-ai-app-popup .utc-ai-composer textarea {
  min-height: 142px;
  max-height: 36vh;
}

.utc-ai-session-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 8px 22px 12px;
}
.utc-ai-session-actions button,
.utc-ai-primary-action,
.utc-ai-inline-action {
  border: 1px solid #0875b5;
  border-radius: 10px;
  background: #0875b5;
  color: #fff;
  padding: 11px 18px;
  font-weight: 750;
  cursor: pointer;
}
.utc-ai-session-actions button:disabled { opacity: .55; cursor: wait; }
.utc-ai-inline-action { display: block; margin-top: 12px; }
.utc-ai-modal-card {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100vw - 30px));
  max-height: calc(100vh - 30px);
  overflow: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(4, 38, 60, .28);
  padding: 28px;
  animation: utc-ai-modal-in .22s ease both;
}
.utc-ai-modal-card h2 { margin: 0 0 8px; color: #092f4b; }
.utc-ai-modal-card form { display: grid; gap: 14px; margin-top: 20px; }
.utc-ai-modal-card label { display: grid; gap: 6px; color: #183e55; font-weight: 700; }
.utc-ai-modal-card input,
.utc-ai-modal-card select,
.utc-ai-modal-card textarea { width: 100%; min-height: 44px; border: 1px solid #bdced8; border-radius: 8px; padding: 9px 11px; font: inherit; box-sizing: border-box; }
.utc-ai-modal-card .utc-ai-consent { grid-template-columns: 24px 1fr; align-items: start; font-size: .86rem; font-weight: 500; line-height: 1.5; }
.utc-ai-modal-card .utc-ai-consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.utc-ai-form-error { color: #a31d1d; font-weight: 650; }
.utc-ai-modal-card .utc-ai-modal-close { position: absolute; top: 14px; right: 14px; border: 0; background: transparent; font-size: 26px; cursor: pointer; }
.utc-ai-progress .is-complete { color: #18835a; }
