/* ============================================================
   style.css – Premium UT SALUT Buaran Landing Page
   Tema: Biru Navy #002D62 · Kuning Emas #FFC72C · Putih #FFFFFF
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap');

/* ── Root Variables ── */
:root {
  --ut-blue:        #002D62;
  --ut-blue-mid:    #0A3C80;
  --ut-blue-light:  #1B6FD8;
  --ut-yellow:      #FFC72C;
  --ut-yellow-dark: #E5A800;
  --ut-yellow-pale: #FFFBEA;
  --dark-bg:        #060E1F;
  --white:          #FFFFFF;
  --off-white:      #F8FAFD;
  --gray-100:       #F1F5F9;
  --gray-200:       #E2E8F0;
  --gray-500:       #64748B;
  --gray-700:       #334155;
  --text-primary:   #0F172A;
  --ease:           cubic-bezier(.4,0,.2,1);
  --ease-spring:    cubic-bezier(.34,1.56,.64,1);
  --radius-lg:      20px;
  --radius-xl:      28px;
  --shadow-sm:      0 2px 8px rgba(0,45,98,.06);
  --shadow-md:      0 8px 24px rgba(0,45,98,.10);
  --shadow-lg:      0 20px 48px rgba(0,45,98,.14);
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--text-primary);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.65;
}
::selection { background: var(--ut-yellow); color: var(--ut-blue); }
img { max-width: 100%; display: block; }
a { transition: all .25s var(--ease); }

/* ── Typography Utilities ── */
.text-ut-blue   { color: var(--ut-blue)   !important; }
.text-ut-yellow { color: var(--ut-yellow) !important; }
.bg-ut-blue     { background: var(--ut-blue)   !important; }
.bg-ut-yellow   { background: var(--ut-yellow) !important; }
.bg-off-white   { background: var(--off-white) !important; }
.bg-pale-yellow { background: var(--ut-yellow-pale) !important; }

.section-label {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ut-blue);
  background: var(--ut-yellow-pale);
  border: 1px solid rgba(255,199,44,.4);
  padding: .35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--ut-blue);
  line-height: 1.2;
}
.section-subtitle {
  color: var(--gray-500);
  font-size: 1.05rem;
  max-width: 560px;
  margin: .75rem auto 0;
}

/* ── Navbar ── */
.ut-navbar {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.3);
  transition: all .35s var(--ease);
}
.ut-navbar.scrolled {
  background: var(--white);
  border-color: var(--gray-200);
  box-shadow: var(--shadow-md);
}
.ut-navbar .nav-link {
  font-weight: 600;
  font-size: .9rem;
  color: var(--ut-blue);
  position: relative;
  padding: .5rem .75rem;
}
.ut-navbar .nav-link::after {
  content: '';
  position: absolute;
  width: 0; height: 2.5px;
  background: var(--ut-yellow);
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: width .3s var(--ease);
}
.ut-navbar .nav-link:hover::after,
.ut-navbar .nav-link.active::after { width: 70%; }

/* ── Buttons ── */
.btn-primary-ut {
  background: var(--ut-blue);
  color: var(--white);
  font-weight: 700;
  padding: .8rem 2rem;
  border-radius: 50px;
  border: 2px solid var(--ut-blue);
  display: inline-flex; align-items: center; gap: .5rem;
  cursor: pointer; text-decoration: none;
  transition: all .3s var(--ease-spring);
}
.btn-primary-ut:hover {
  background: var(--ut-blue-mid);
  border-color: var(--ut-blue-mid);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,45,98,.25);
}
.btn-yellow-ut {
  background: var(--ut-yellow);
  color: var(--ut-blue);
  font-weight: 700;
  padding: .8rem 2rem;
  border-radius: 50px;
  border: 2px solid var(--ut-yellow);
  display: inline-flex; align-items: center; gap: .5rem;
  cursor: pointer; text-decoration: none;
  transition: all .3s var(--ease-spring);
}
.btn-yellow-ut:hover {
  background: var(--ut-yellow-dark);
  border-color: var(--ut-yellow-dark);
  color: var(--ut-blue);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255,199,44,.35);
}
.btn-outline-ut {
  background: transparent;
  color: var(--ut-blue);
  font-weight: 700;
  padding: .8rem 2rem;
  border-radius: 50px;
  border: 2px solid var(--ut-blue);
  display: inline-flex; align-items: center; gap: .5rem;
  cursor: pointer; text-decoration: none;
  transition: all .3s var(--ease-spring);
}
.btn-outline-ut:hover {
  background: var(--ut-blue);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,45,98,.15);
}

/* ── Hero Section ── */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  background: radial-gradient(ellipse 90% 60% at 10% 10%, rgba(0,45,98,.05) 0%, transparent 60%),
              radial-gradient(ellipse 60% 50% at 90% 90%, rgba(255,199,44,.10) 0%, transparent 60%),
              var(--white);
  overflow: hidden;
}
/* Animated particles canvas */
#particleCanvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-section .container { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: linear-gradient(135deg, var(--ut-yellow-pale), rgba(255,199,44,.15));
  border: 1px solid rgba(255,199,44,.5);
  border-radius: 50px;
  padding: .4rem 1.1rem;
  font-size: .82rem; font-weight: 700;
  color: var(--ut-blue);
  margin-bottom: 1.5rem;
  animation: slideInDown .6s var(--ease) both;
}
.hero-badge .badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--ut-yellow);
  animation: blink 1.5s infinite;
}
@keyframes blink {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:.5; transform:scale(.8); }
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: var(--ut-blue);
  line-height: 1.15;
  margin-bottom: 1.25rem;
  animation: slideInUp .7s .1s var(--ease) both;
}
.hero-title .highlight {
  position: relative;
  display: inline-block;
  color: var(--ut-blue);
}
.hero-title .highlight::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 100%; height: 6px;
  background: var(--ut-yellow);
  border-radius: 3px;
  transform-origin: left;
  animation: drawLine .8s .6s var(--ease) both;
}
@keyframes drawLine {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.hero-desc {
  color: var(--gray-500);
  font-size: 1.08rem;
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 2rem;
  animation: slideInUp .7s .2s var(--ease) both;
}
.hero-cta-wrap { animation: slideInUp .7s .3s var(--ease) both; }
.hero-stats    { animation: slideInUp .7s .4s var(--ease) both; }

.hero-stat-item {
  padding-left: 1rem;
  border-left: 3px solid var(--ut-yellow);
}
.hero-stat-item .stat-num {
  font-size: 1.6rem; font-weight: 900;
  color: var(--ut-blue);
  line-height: 1;
}
.hero-stat-item .stat-label {
  font-size: .78rem; color: var(--gray-500);
  margin-top: .2rem;
}

/* Hero image wrap */
.hero-img-wrap {
  position: relative;
  animation: slideInRight .9s .15s var(--ease) both;
}
.hero-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--ut-blue), var(--ut-yellow));
  border-radius: var(--radius-xl);
  top: 18px; left: 18px;
  z-index: 0;
  opacity: .18;
}
.hero-img-wrap img {
  position: relative; z-index: 1;
  border-radius: var(--radius-xl);
  border: 8px solid var(--white);
  box-shadow: var(--shadow-lg);
  width: 100%; object-fit: cover;
}

/* Floating chips on hero */
.hero-chip {
  position: absolute;
  z-index: 3;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: var(--radius-lg);
  padding: .85rem 1.1rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.09);
  display: flex; align-items: center; gap: .75rem;
}
.hero-chip-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.hero-chip-text .label { font-weight: 700; font-size: .82rem; color: var(--ut-blue); display: block; }
.hero-chip-text .sub   { font-size: .73rem; color: var(--gray-500); }
.chip-1 { top: 8%; left: -8%; animation: chipFloat 6s ease-in-out infinite; }
.chip-2 { bottom: 12%; right: -6%; animation: chipFloat 6s 3s ease-in-out infinite; }
.chip-3 { top: 50%; left: -10%; animation: chipFloat 7s 1.5s ease-in-out infinite; }
@keyframes chipFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}

/* ── Ticker Bar ── */
.ticker-bar {
  background: var(--ut-blue);
  padding: .65rem 0;
  overflow: hidden;
  position: relative;
}
.ticker-inner {
  display: flex;
  white-space: nowrap;
  animation: ticker 30s linear infinite;
  gap: 0;
}
.ticker-inner:hover { animation-play-state: paused; }
.ticker-item {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .85rem; font-weight: 600;
  color: rgba(255,255,255,.9);
  padding: 0 2.5rem;
}
.ticker-item i { color: var(--ut-yellow); }
.ticker-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--ut-yellow);
  opacity: .6;
  flex-shrink: 0;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Counter Stats ── */
.stats-section {
  background: var(--ut-blue);
  position: relative; overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: rgba(255,199,44,.06);
  top: -300px; right: -200px;
  pointer-events: none;
}
.stat-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  position: relative;
}
.stat-card::after {
  content: '';
  position: absolute;
  right: 0; top: 20%; height: 60%;
  width: 1px;
  background: rgba(255,255,255,.12);
}
.stat-card:last-child::after { display: none; }
.stat-card .num {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--ut-yellow);
  line-height: 1;
}
.stat-card .unit { font-size: 1.5rem; font-weight: 700; }
.stat-card .lbl  { font-size: .88rem; color: rgba(255,255,255,.7); margin-top: .4rem; }

/* ── About Section ── */
.about-section { background: var(--white); }
.about-img-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.about-img-wrap::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,45,98,.6) 0%, transparent 60%);
  z-index: 1;
}
.about-img-overlay {
  position: absolute; z-index: 2;
  bottom: 1.5rem; left: 1.5rem;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-lg);
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow-md);
}

/* ── Service Cards ── */
.service-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  transition: all .35s var(--ease);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ut-blue), var(--ut-yellow));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.service-icon {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: var(--ut-yellow-pale);
  color: var(--ut-blue);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  transition: all .3s var(--ease);
}
.service-card:hover .service-icon {
  background: var(--ut-blue);
  color: var(--ut-yellow);
  transform: rotate(6deg) scale(1.08);
}

/* ── Advantage Cards ── */
.adv-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all .35s var(--ease);
  height: 100%;
}
.adv-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(0,45,98,.1);
}
.adv-icon-ring {
  width: 76px; height: 76px;
  border-radius: 50%;
  border: 3px solid var(--ut-yellow);
  background: var(--ut-yellow-pale);
  color: var(--ut-blue);
  font-size: 1.75rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all .35s var(--ease-spring);
}
.adv-card:hover .adv-icon-ring {
  background: var(--ut-blue);
  color: var(--ut-yellow);
  border-color: var(--ut-blue);
  transform: scale(1.1) rotate(-8deg);
}

/* ── PMB Info Section ── */
.pmb-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.pmb-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1.5px solid var(--gray-200);
  transition: all .3s var(--ease);
}
.pmb-card:hover {
  border-color: var(--ut-yellow);
  box-shadow: 0 8px 24px rgba(255,199,44,.18);
  transform: translateY(-4px);
}
.pmb-card-header {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1rem;
}
.pmb-card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--ut-blue);
  color: var(--ut-yellow);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; flex-shrink: 0;
}

/* ── Faculty Tabs Section ── */
.faculty-tabs-nav {
  display: flex; flex-wrap: wrap; gap: .75rem;
  justify-content: center;
  margin-bottom: 3rem;
  border: none;
}
.faculty-tab-btn {
  border: 1.5px solid var(--gray-200);
  border-radius: 50px;
  padding: .65rem 1.4rem;
  font-weight: 700; font-size: .88rem;
  color: var(--gray-500);
  background: var(--white);
  cursor: pointer;
  transition: all .3s var(--ease);
  display: flex; align-items: center; gap: .5rem;
}
.faculty-tab-btn:hover { border-color: var(--ut-blue); color: var(--ut-blue); }
.faculty-tab-btn.active {
  background: var(--ut-blue);
  border-color: var(--ut-blue);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(0,45,98,.2);
}
.faculty-panel { display: none; }
.faculty-panel.active { display: block; }

.prodi-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.prodi-card {
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.5rem;
  transition: all .3s var(--ease);
  cursor: default;
}
.prodi-card:hover {
  border-color: var(--ut-yellow);
  box-shadow: 0 6px 18px rgba(255,199,44,.18);
  transform: translateX(4px);
}
.prodi-card-head {
  display: flex; align-items: flex-start; gap: .75rem;
  margin-bottom: .75rem;
}
.prodi-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--ut-yellow);
  flex-shrink: 0; margin-top: .35rem;
  box-shadow: 0 0 0 3px rgba(255,199,44,.25);
}
.prodi-name { font-weight: 700; font-size: .92rem; color: var(--ut-blue); line-height: 1.35; }
.prodi-meta { display: flex; flex-wrap: wrap; gap: .4rem; }
.prodi-badge {
  font-size: .7rem; font-weight: 700;
  padding: .2rem .65rem;
  border-radius: 50px;
}
.badge-akred { background: rgba(16,185,129,.12); color: #059669; }
.badge-biaya { background: rgba(0,45,98,.1); color: var(--ut-blue); }
.badge-sks   { background: rgba(255,199,44,.2); color: var(--ut-blue); }

.tl-vline {
  width: 3px;
  min-height: 40px;
  background: linear-gradient(to bottom, var(--ut-yellow), var(--ut-blue));
  margin: 0 auto;
  flex-shrink: 0;
}

/* ── Timeline (Alur Daftar) ── */
.timeline-wrap { position: relative; max-width: 840px; margin: 0 auto; }
.timeline-wrap::before {
  content: '';
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--ut-yellow), var(--ut-blue));
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .timeline-wrap::before { left: 24px; }
}
.tl-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  align-items: flex-start;
}
.tl-item:nth-child(even) { flex-direction: row-reverse; }
@media (max-width: 767px) {
  .tl-item, .tl-item:nth-child(even) {
    flex-direction: row;
    padding-left: 56px;
  }
}
.tl-side { width: calc(50% - 2rem); }
@media (max-width: 767px) { .tl-side { width: 100%; } }
.tl-node {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--ut-blue);
  border: 4px solid var(--ut-yellow);
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-weight: 900; font-size: 1.05rem;
  flex-shrink: 0;
  position: relative; z-index: 2;
  box-shadow: 0 0 0 6px rgba(255,199,44,.2);
  transition: all .3s var(--ease-spring);
  margin-left: auto; margin-right: auto;
}
.tl-node:hover {
  transform: scale(1.15);
  box-shadow: 0 0 0 10px rgba(255,199,44,.3);
}
.tl-content {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.75rem;
  transition: all .3s var(--ease);
  flex: 1;
}
.tl-item:hover .tl-content {
  border-color: var(--ut-blue);
  box-shadow: var(--shadow-md);
}
.tl-step { font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ut-yellow-dark); margin-bottom: .4rem; }
.tl-content h5 { font-weight: 800; color: var(--ut-blue); margin-bottom: .4rem; }
.tl-content p  { font-size: .9rem; color: var(--gray-500); margin: 0; }

/* ── SIPAS vs Non-SIPAS Comparison ── */
.fee-comparison { position: relative; }
.fee-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-md);
  transition: all .4s var(--ease);
}
.fee-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.fee-card-header {
  padding: 2.25rem 2rem;
  text-align: center;
  position: relative;
}
.fee-card-header.blue  { background: linear-gradient(135deg, #002D62 0%, #0A3C80 100%); color: var(--white); }
.fee-card-header.slate { background: linear-gradient(135deg, #334155 0%, #475569 100%); color: var(--white); }
.fee-recommended {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--ut-yellow); color: var(--ut-blue);
  font-size: .7rem; font-weight: 800;
  padding: .25rem .75rem; border-radius: 50px;
}
.fee-price-big { font-size: 2rem; font-weight: 900; margin: .75rem 0 .25rem; }
.fee-card-body { background: var(--white); padding: 2rem; }
.fee-list { list-style: none; padding: 0; margin: 0 0 2rem; }
.fee-list li {
  padding: .6rem 0;
  display: flex; align-items: flex-start; gap: .75rem;
  font-size: .9rem; color: var(--gray-500);
  border-bottom: 1px solid var(--gray-100);
}
.fee-list li:last-child { border: none; }
.fee-list li i { color: #10B981; flex-shrink: 0; margin-top: .15rem; }
.fee-sub-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .83rem;
}
.fee-sub-table th {
  background: var(--ut-yellow-pale);
  color: var(--ut-blue);
  font-weight: 700;
  padding: .55rem .75rem;
  border: 1px solid rgba(255,199,44,.3);
  text-align: left;
}
.fee-sub-table td {
  padding: .5rem .75rem;
  border: 1px solid var(--gray-100);
  color: var(--gray-700);
  background: var(--white);
}
.fee-sub-table tr:hover td { background: var(--ut-yellow-pale); }

/* ── Biaya Per Fakultas / Prodi ── */
.faculty-fee-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--gray-200);
  transition: all .3s var(--ease);
}
.faculty-fee-card:hover { box-shadow: var(--shadow-lg); border-color: transparent; }
.faculty-fee-header {
  padding: 1.25rem 1.5rem;
  display: flex; align-items: center; gap: 1rem;
  color: var(--white);
}
.faculty-fee-header.c1 { background: linear-gradient(135deg,#002D62,#0A3C80); }
.faculty-fee-header.c2 { background: linear-gradient(135deg,#0F5B8A,#1B7DB5); }
.faculty-fee-header.c3 { background: linear-gradient(135deg,#166534,#16A34A); }
.faculty-fee-header.c4 { background: linear-gradient(135deg,#6B21A8,#9333EA); }
.fac-fee-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
}
.fac-fee-table { width: 100%; border-collapse: collapse; font-size: .83rem; }
.fac-fee-table th {
  background: var(--off-white);
  padding: .55rem .75rem;
  font-weight: 700; color: var(--ut-blue);
  border-bottom: 2px solid var(--gray-200);
  text-align: left;
}
.fac-fee-table td {
  padding: .55rem .75rem;
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-700);
  vertical-align: middle;
}
.fac-fee-table tr:last-child td { border-bottom: none; }
.fac-fee-table tr:hover td { background: var(--ut-yellow-pale); }
.fee-highlight { font-weight: 700; color: var(--ut-blue); }
.akred-a  { background: rgba(16,185,129,.12); color: #059669; font-weight: 700; font-size: .7rem; padding: .15rem .5rem; border-radius: 50px; white-space: nowrap; }
.akred-b  { background: rgba(37,99,235,.12);  color: #1D4ED8; font-weight: 700; font-size: .7rem; padding: .15rem .5rem; border-radius: 50px; white-space: nowrap; }
.akred-bg { background: rgba(107,114,128,.12);color: #374151; font-weight: 700; font-size: .7rem; padding: .15rem .5rem; border-radius: 50px; white-space: nowrap; }

/* ── FAQ ── */
.faq-section .accordion-item {
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg) !important;
  margin-bottom: .75rem;
  overflow: hidden;
  transition: all .3s var(--ease);
}
.faq-section .accordion-item:hover { box-shadow: var(--shadow-sm); border-color: rgba(0,45,98,.15); }
.faq-section .accordion-button {
  font-weight: 700; font-size: .95rem;
  color: var(--ut-blue);
  background: var(--white);
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
}
.faq-section .accordion-button:not(.collapsed) {
  background: var(--ut-yellow-pale);
  color: var(--ut-blue);
}
.faq-section .accordion-body {
  padding: 1.25rem 1.5rem;
  color: var(--gray-500);
  line-height: 1.7;
  border-top: 1px solid var(--gray-100);
}

/* ── Form Contact ── */
.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  border: 1.5px solid var(--gray-200);
}
.form-control, .form-select {
  padding: .8rem 1.15rem;
  border-radius: 12px;
  border: 1.5px solid var(--gray-200);
  font-size: .93rem;
  font-family: inherit;
  transition: all .25s var(--ease);
}
.form-control:focus, .form-select:focus {
  border-color: var(--ut-blue);
  box-shadow: 0 0 0 4px rgba(0,45,98,.1);
  outline: none;
}
.form-label { font-weight: 600; font-size: .88rem; color: var(--gray-700); margin-bottom: .4rem; }
.contact-info-item {
  display: flex; gap: 1rem; align-items: flex-start;
  margin-bottom: 1.5rem;
}
.ci-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--ut-yellow-pale);
  color: var(--ut-blue);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; flex-shrink: 0;
}

/* ── Gradient Banner ── */
.gradient-cta {
  background: linear-gradient(135deg, var(--ut-blue) 0%, #0A3C80 60%, #0F5B8A 100%);
  border-radius: var(--radius-xl);
  padding: 3.5rem 3rem;
  position: relative; overflow: hidden;
  color: var(--white);
}
.gradient-cta::before {
  content: '';
  position: absolute;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: var(--ut-yellow);
  opacity: .08;
  top: -175px; right: -100px;
}
.gradient-cta::after {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: var(--ut-yellow);
  opacity: .06;
  bottom: -100px; left: -50px;
}

/* ── Map ── */
.map-container {
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 260px;
  border: 1.5px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
}
.map-container iframe { width: 100%; height: 100%; border: 0; }

/* ── Footer ── */
.ut-footer { background: var(--dark-bg); color: rgba(255,255,255,.7); padding: 5rem 0 1.5rem; }
.ut-footer h5 { color: var(--white); font-weight: 800; margin-bottom: 1.25rem; font-size: 1rem; }
.ut-footer p { font-size: .9rem; }
.footer-link {
  display: block; color: rgba(255,255,255,.65); text-decoration: none;
  font-size: .9rem; padding: .25rem 0;
  transition: all .25s var(--ease);
}
.footer-link:hover { color: var(--ut-yellow); padding-left: 6px; }
.footer-divider { border-color: rgba(255,255,255,.08); }
.social-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: .9rem;
  transition: all .3s var(--ease-spring);
  margin-right: .4rem;
}
.social-btn:hover {
  background: var(--ut-yellow);
  color: var(--ut-blue);
  transform: translateY(-4px);
}

/* ── WhatsApp Floating ── */
.wa-float {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 9999;
  width: 62px; height: 62px;
  border-radius: 50%;
  background: #25D366;
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  animation: waPulse 2.2s infinite;
  transition: all .3s var(--ease-spring);
}
.wa-float:hover { transform: scale(1.12); color: var(--white); box-shadow: 0 10px 30px rgba(37,211,102,.65); }
@keyframes waPulse {
  0%   { box-shadow: 0 0 0 0   rgba(37,211,102,.7); }
  70%  { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0   rgba(37,211,102,0); }
}

/* ── Back to Top ── */
#backToTop {
  position: fixed; bottom: 6rem; right: 2rem; z-index: 9999;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ut-blue);
  color: var(--white);
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
  opacity: 0; pointer-events: none;
  transition: all .3s var(--ease);
}
#backToTop.visible { opacity: 1; pointer-events: all; }
#backToTop:hover { background: var(--ut-blue-mid); transform: translateY(-3px); }

/* ── Keyframes ── */
@keyframes slideInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes slideInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes slideInRight {
  from { opacity: 0; transform: translateX(30px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ── Section Spacing ── */
.ut-section { padding: 6rem 0; }
.ut-section-sm { padding: 4rem 0; }

/* ── Divider ── */
.section-divider {
  width: 64px; height: 4px;
  background: linear-gradient(90deg, var(--ut-yellow), var(--ut-blue));
  border-radius: 2px;
  margin: 1rem auto 1.5rem;
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--gray-100); }
::-webkit-scrollbar-thumb { background: var(--ut-blue); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--ut-blue-mid); }

/* ── Responsive ── */
@media (max-width: 991px) {
  .chip-1, .chip-2, .chip-3 { display: none; }
}
@media (max-width: 767px) {
  .ut-section { padding: 4rem 0; }
  .stat-card::after { display: none; }
}
