.elementor-14280 .elementor-element.elementor-element-9779b5d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e437431 *//* ====================================================
   UT JAKARTA - BRANDING LAYANAN & TRACKING STYLE
   ==================================================== */

.ut-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: inherit;
  color: #1e293b;
  box-sizing: border-box;
  border-radius: 0 !important; /* Dibuat siku/menyatu dengan halaman */
}

.ut-container * {
  box-sizing: border-box;
}

/* --- Hero Banner --- */
.ut-hero-banner {
  /* Gradasi Biru UT (Royal Blue ke Navy) agar senada dengan Footer */
  background: linear-gradient(135deg, #0056b3 0%, #08386b 100%) !important;
  padding: 36px 32px 48px !important;
  border-radius: 0 !important; /* Hapus border radius sudut atas */
  color: #ffffff !important;
}

/* Badge Atas Kuning UT */
.ut-hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #ffc700 !important;
  color: #08386b !important;
  padding: 6px 16px !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.ut-hero-badge svg {
  stroke: #08386b !important;
  flex-shrink: 0 !important;
}

.ut-hero-title {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  margin: 0 0 12px 0 !important;
  letter-spacing: -0.5px;
}

.ut-hero-title .ut-highlight {
  color: #ffc700 !important;
}

.ut-hero-desc {
  font-size: 14px !important;
  color: #e2e8f0 !important;
  line-height: 1.6 !important;
  max-width: 680px;
  margin: 0 !important;
}

/* --- Body Wrapper --- */
.ut-body-wrapper {
  background-color: #ffffff !important; /* Putih bersih agar menyatu dengan latar utama */
  padding: 24px 0 !important;            /* Padding luar disesuaikan */
  border-radius: 0 !important;           /* Hapus border radius sudut bawah */
  border: none !important;               /* Hapus garis tepi luar */
}

/* --- Shortcut Grid --- */
.ut-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.ut-shortcut-card {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  border: 1px solid #e2e8f0 !important;
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  display: flex;
  flex-direction: column;
}

.ut-shortcut-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 16px rgba(0,0,0,0.06) !important;
}

.ut-card-zoom {
  border-left: 4px solid #2563eb !important;
}

.ut-card-survey {
  border-left: 4px solid #d97706 !important;
}

.ut-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.ut-card-tag {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px;
}

.ut-tag-blue {
  color: #2563eb !important;
}

.ut-tag-orange {
  color: #d97706 !important;
}

.ut-ext-icon {
  color: #94a3b8 !important;
}

.ut-card-main {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ut-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ut-icon-blue {
  background-color: #eff6ff !important;
  color: #2563eb !important;
}

.ut-icon-orange {
  background-color: #fffbe0 !important;
  color: #d97706 !important;
}

.ut-card-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 0 2px 0 !important;
  line-height: 1.3 !important;
}

.ut-card-desc {
  font-size: 12px !important;
  color: #64748b !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

/* --- Search Card Container --- */
.ut-search-card {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 28px 20px !important;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
}

.ut-search-heading {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 0 0 6px 0 !important;
}

.ut-search-subheading {
  font-size: 13px !important;
  color: #64748b !important;
  margin: 0 0 20px 0 !important;
}

.ut-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 640px;
  margin: 0 auto;
}

.ut-input-group {
  position: relative;
  flex: 1;
  min-width: 200px;
}

.ut-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8 !important;
}

.ut-input-element {
  width: 100%;
  height: 46px !important;
  padding: 10px 14px 10px 42px !important;
  border-radius: 8px !important;
  border: 1px solid #cbd5e1 !important;
  background-color: #ffffff !important;
  font-size: 14px !important;
  color: #0f172a !important;
  outline: none !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ut-input-element:focus {
  border-color: #0056b3 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.12) !important;
}

.ut-btn-group {
  display: flex;
  gap: 8px;
}

/* Tombol Cari */
.ut-btn-search {
  height: 46px !important;
  background-color: #0056b3 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0 22px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: background-color 0.2s !important;
}

.ut-btn-search:hover {
  background-color: #004085 !important;
}

/* Tombol Reset */
.ut-btn-reset {
  height: 46px !important;
  padding: 0 16px !important;
  background-color: #ffffff !important;
  color: #334155 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

.ut-btn-reset svg {
  stroke: #334155 !important;
  flex-shrink: 0 !important;
}

.ut-btn-reset:hover {
  background-color: #fef2f2 !important;
  border-color: #fca5a5 !important;
  color: #dc2626 !important;
}

.ut-btn-reset:hover svg {
  stroke: #dc2626 !important;
}

.ut-btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: utSpin 0.8s linear infinite;
}

@keyframes utSpin {
  to { transform: rotate(360deg); }
}

/* --- Result Section --- */
.ut-result-area {
  margin-top: 24px;
}

.ut-status-msg {
  padding: 24px 20px;
  text-align: center;
  background: #ffffff !important;
  border-radius: 12px !important;
  border: 1px solid #e2e8f0 !important;
}

.ut-status-msg.error {
  background: #fef2f2 !important;
  border-color: #fecaca !important;
  color: #991b1b !important;
}

.ut-status-msg.empty {
  color: #64748b !important;
}

.ut-result-meta {
  margin-bottom: 16px;
  padding: 12px 16px;
  background: #eff6ff !important;
  border-left: 4px solid #0056b3 !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  color: #1e293b !important;
}

/* --- Table Desktop --- */
.ut-table-wrapper {
  width: 100%;
  overflow-x: auto;
  background: #ffffff !important;
  border-radius: 12px !important;
  border: 1px solid #e2e8f0 !important;
}

.ut-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}

.ut-table th {
  background-color: #0056b3 !important;
  color: #ffffff !important;
  padding: 14px 16px !important;
  font-weight: 600 !important;
  white-space: nowrap;
}

.ut-table td {
  padding: 14px 16px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  vertical-align: top;
  line-height: 1.5;
}

.ut-table tr:nth-child(even) {
  background-color: #f8fafc !important;
}

.ut-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.ut-badge-success {
  background-color: #dcfce7 !important;
  color: #15803d !important;
  border: 1px solid #bbf7d0 !important;
}

.ut-badge-pending {
  background-color: #fef3c7 !important;
  color: #b45309 !important;
  border: 1px solid #fde68a !important;
}

/* --- Mobile / Tablet View --- */
.ut-mobile-cards {
  display: none;
  flex-direction: column;
  gap: 14px;
}

.ut-mobile-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 16px !important;
}

.ut-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.ut-mobile-row {
  margin-bottom: 8px;
}

.ut-mobile-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 2px;
}

.ut-mobile-val {
  font-size: 14px;
  color: #334155;
}

@media (max-width: 768px) {
  .ut-hero-banner {
    padding: 24px 20px 32px !important;
  }
  .ut-hero-title {
    font-size: 24px !important;
  }
  .ut-search-form {
    flex-direction: column;
  }
  .ut-input-group, .ut-btn-group {
    width: 100%;
  }
  .ut-btn-search {
    flex: 1;
    justify-content: center;
  }
  .ut-btn-reset {
    flex: 0 0 auto;
  }
  .ut-table-wrapper {
    display: none;
  }
  .ut-mobile-cards {
    display: flex;
  }
}/* End custom CSS */