#prosedur .timeline-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  position: relative;
  padding: 1.5rem 0
}

#prosedur .timeline-step {
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0
}

#prosedur .timeline-step::after {
  display: none !important
}

@media (min-width: 1025px) {
  #prosedur .timeline-step:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: -0.75rem !important;
    transform: translate(50%, -50%) rotate(45deg) !important;
    width: 12px !important;
    height: 12px !important;
    border-top: 3px solid var(--gold, #d4af37) !important;
    border-right: 3px solid var(--gold, #d4af37) !important;
    background: none !important;
    z-index: 10 !important;
    pointer-events: none !important;
    display: block !important;
    animation: pulseChevron 2s infinite ease-in-out !important
  }
}

@keyframes pulseChevron {
  0% {
    transform: translate(50%, -50%) rotate(45deg) scale(0.9);
    opacity: 0.3
  }

  50% {
    transform: translate(75%, -50%) rotate(45deg) scale(1.1);
    opacity: 1
  }

  100% {
    transform: translate(50%, -50%) rotate(45deg) scale(0.9);
    opacity: 0.3
  }
}

.step-card {
  background: linear-gradient(135deg, rgba(14, 26, 58, 0.75), rgba(27, 43, 107, 0.9));
  border: 1px solid rgba(212, 175, 87, 0.15);
  border-radius: 20px;
  padding: 2.5rem 1.25rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px)
}

[data-theme="dark"] .step-card {
  background: linear-gradient(135deg, rgba(20, 27, 45, 0.8), rgba(15, 23, 42, 0.95));
  border-color: rgba(212, 175, 87, 0.12)
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(212, 175, 87, 0.15);
  border-color: rgba(212, 175, 87, 0.5)
}

.step-card.step-card-bg-antrian {
  background-image: linear-gradient(135deg, rgba(8, 17, 43, 0.45), rgba(20, 36, 92, 0.65)), url('/assets/images/antrian.jpg');
  background-size: cover;
  background-position: center
}

[data-theme="dark"] .step-card.step-card-bg-antrian {
  background-image: linear-gradient(135deg, rgba(10, 16, 32, 0.6), rgba(15, 23, 42, 0.8)), url('/assets/images/antrian.jpg')
}

.step-card.step-card-bg-antrian:hover {
  background-image: linear-gradient(135deg, rgba(8, 17, 43, 0.25), rgba(20, 36, 92, 0.45)), url('/assets/images/antrian.jpg');
  border-color: rgba(212, 175, 87, 0.55)
}

[data-theme="dark"] .step-card.step-card-bg-antrian:hover {
  background-image: linear-gradient(135deg, rgba(10, 16, 32, 0.4), rgba(15, 23, 42, 0.6)), url('/assets/images/antrian.jpg');
  border-color: rgba(212, 175, 87, 0.55)
}

.step-card.step-card-bg-tunggu {
  background-image: linear-gradient(135deg, rgba(8, 17, 43, 0.45), rgba(20, 36, 92, 0.65)), url('/assets/images/tunggu.jpg');
  background-size: cover;
  background-position: center
}

[data-theme="dark"] .step-card.step-card-bg-tunggu {
  background-image: linear-gradient(135deg, rgba(10, 16, 32, 0.6), rgba(15, 23, 42, 0.8)), url('/assets/images/tunggu.jpg')
}

.step-card.step-card-bg-tunggu:hover {
  background-image: linear-gradient(135deg, rgba(8, 17, 43, 0.25), rgba(20, 36, 92, 0.45)), url('/assets/images/tunggu.jpg');
  border-color: rgba(212, 175, 87, 0.55)
}

[data-theme="dark"] .step-card.step-card-bg-tunggu:hover {
  background-image: linear-gradient(135deg, rgba(10, 16, 32, 0.4), rgba(15, 23, 42, 0.6)), url('/assets/images/tunggu.jpg');
  border-color: rgba(212, 175, 87, 0.55)
}

.step-card.step-card-bg-gedung {
  background-image: linear-gradient(135deg, rgba(8, 17, 43, 0.45), rgba(20, 36, 92, 0.65)), url('/assets/images/gedung1.png');
  background-size: cover;
  background-position: center
}

[data-theme="dark"] .step-card.step-card-bg-gedung {
  background-image: linear-gradient(135deg, rgba(10, 16, 32, 0.6), rgba(15, 23, 42, 0.8)), url('/assets/images/gedung1.png')
}

.step-card.step-card-bg-gedung:hover {
  background-image: linear-gradient(135deg, rgba(8, 17, 43, 0.25), rgba(20, 36, 92, 0.45)), url('/assets/images/gedung1.png');
  border-color: rgba(212, 175, 87, 0.55)
}

[data-theme="dark"] .step-card.step-card-bg-gedung:hover {
  background-image: linear-gradient(135deg, rgba(10, 16, 32, 0.4), rgba(15, 23, 42, 0.6)), url('/assets/images/gedung1.png');
  border-color: rgba(212, 175, 87, 0.55)
}

.step-card.step-card-bg-dilayani {
  background-image: linear-gradient(135deg, rgba(8, 17, 43, 0.45), rgba(20, 36, 92, 0.65)), url('/assets/images/dilayani.png');
  background-size: cover;
  background-position: center
}

[data-theme="dark"] .step-card.step-card-bg-dilayani {
  background-image: linear-gradient(135deg, rgba(10, 16, 32, 0.6), rgba(15, 23, 42, 0.8)), url('/assets/images/dilayani.png')
}

.step-card.step-card-bg-dilayani:hover {
  background-image: linear-gradient(135deg, rgba(8, 17, 43, 0.25), rgba(20, 36, 92, 0.45)), url('/assets/images/dilayani.png');
  border-color: rgba(212, 175, 87, 0.55)
}

[data-theme="dark"] .step-card.step-card-bg-dilayani:hover {
  background-image: linear-gradient(135deg, rgba(10, 16, 32, 0.4), rgba(15, 23, 42, 0.6)), url('/assets/images/dilayani.png');
  border-color: rgba(212, 175, 87, 0.55)
}

.step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold, #d4af37), transparent);
  opacity: 0.5;
  transition: opacity 0.3s ease
}

.step-card:hover::before {
  opacity: 1
}

.step-badge {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: 2.25rem;
  font-weight: 850;
  font-family: 'Outfit', sans-serif;
  background: linear-gradient(135deg, var(--gold-light, #e8bf5a) 0%, rgba(212, 175, 87, 0.6) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  line-height: 1;
  user-select: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6))
}

.step-icon-wrapper {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold, #d4af37), #b38b1d);
  color: var(--navy, #0e1a3a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px rgba(212, 175, 87, 0.3);
  transition: all 0.4s ease
}

[data-theme="dark"] .step-icon-wrapper {
  background: linear-gradient(135deg, #ffd700, #c59b27)
}

.step-card:hover .step-icon-wrapper {
  transform: scale(1.1) rotate(8deg);
  box-shadow: 0 8px 25px rgba(212, 175, 87, 0.6)
}

#prosedur .timeline-label {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 0.75rem !important;
  font-family: 'Outfit', sans-serif !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.95), 0 1px 3px rgba(0, 0, 0, 0.8)
}

#prosedur .timeline-desc {
  font-size: 0.85rem !important;
  color: rgba(255, 255, 255, 0.95) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.95), 0 1px 2px rgba(0, 0, 0, 0.8)
}

@media(max-width: 1024px) {
  #prosedur .timeline-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem
  }

  #prosedur .timeline-step::after {
    display: none !important
  }
}

@media(max-width: 768px) {
  #prosedur .timeline-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 480px) {
  #prosedur .timeline-grid {
    grid-template-columns: 1fr
  }

  .step-card {
    padding: 2rem 1.25rem 1.75rem
  }
}

.jam-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: stretch;
  padding: 1.5rem 0
}

.live-status-card,
.schedule-board-card {
  background: linear-gradient(135deg, #0e1a3a 0%, #172a5a 100%);
  border: 1px solid rgba(196, 154, 43, 0.35);
  border-radius: 24px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 15px 40px rgba(14, 26, 58, 0.3);
  backdrop-filter: blur(15px);
  transition: all 0.3s ease
}

.live-status-card {
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden
}

.live-status-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(196, 154, 43, 0.05) 0%, transparent 70%);
  pointer-events: none
}

.live-header {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600
}

.live-status-display {
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem
}

.status-glowing-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 2rem;
  border-radius: 50px;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease
}

.status-glowing-badge::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  animation: statusPulse 1.5s infinite ease-in-out
}

@keyframes statusPulse {
  0% {
    transform: scale(0.8);
    opacity: 0.5
  }

  50% {
    transform: scale(1.2);
    opacity: 1
  }

  100% {
    transform: scale(0.8);
    opacity: 0.5
  }
}

.live-clock-wita {
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 0.25rem
}

.live-clock-sub {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.25rem
}

.live-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 320px;
  margin-bottom: 1.5rem;
  min-height: 2.88rem
}

.live-contact-row {
  display: flex;
  gap: 1rem;
  width: 100%
}

.live-contact-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease
}

.live-contact-btn.btn-call {
  background: var(--gold-light, #e8bf5a);
  color: var(--navy, #1B2B6B);
  border: 2px solid var(--gold-light, #e8bf5a);
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(232, 191, 90, 0.35)
}

.live-contact-btn.btn-call:hover {
  background: #6b4908;
  border-color: #6b4908;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(107, 73, 8, 0.35)
}

[data-theme="dark"] .live-contact-btn.btn-call {
  background: var(--gold-light, #e8bf5a);
  border-color: var(--gold-light, #e8bf5a);
  color: var(--navy, #1B2B6B);
  box-shadow: 0 4px 16px rgba(232, 191, 90, 0.25)
}

[data-theme="dark"] .live-contact-btn.btn-call:hover {
  background: var(--gold, #845c0b);
  border-color: var(--gold, #845c0b);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(132, 92, 11, 0.4)
}

.live-contact-btn.btn-mail {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15)
}

.live-contact-btn.btn-mail:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px)
}

.schedule-board-card {
  justify-content: center
}

.schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08)
}

.schedule-row:last-child {
  border-bottom: none
}

.schedule-day-info {
  display: flex;
  align-items: center;
  gap: 1.25rem
}

.schedule-day-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(196, 154, 43, 0.15);
  border: 1px solid rgba(196, 154, 43, 0.3);
  color: var(--gold-light, #e8bf5a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem
}

.schedule-day-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff
}

.weekend-text {
  color: rgba(255, 255, 255, 0.55) !important
}

.schedule-time-info {
  text-align: right
}

.schedule-time-val {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--gold-light, #e8bf5a)
}

.schedule-time-sub {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.25rem
}

[data-theme="dark"] .live-status-card::before {
  background: radial-gradient(circle, rgba(212, 175, 87, 0.05) 0%, transparent 70%)
}

@media (max-width: 991px) {
  .jam-split-grid {
    grid-template-columns: 1fr;
    gap: 2rem
  }
}

@media (max-width: 576px) {

  .live-status-card,
  .schedule-board-card {
    padding: 1.75rem 1.25rem
  }

  .schedule-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem
  }

  .schedule-time-info {
    text-align: left;
    padding-left: 3.75rem
  }
}

.ikm-seal-dashboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 3rem 0
}

.ikm-seal-panel {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative
}

.ikm-gold-seal {
  position: relative;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, #1a2f63 0%, #0c1836 100%);
  border: 3px double #e8bf5a;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 45px rgba(12, 24, 54, 0.4), 0 0 0 8px rgba(232, 191, 90, 0.15), inset 0 0 25px rgba(232, 191, 90, 0.2);
  z-index: 2;
  animation: pulseGlow 3s ease-in-out infinite alternate
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 15px 45px rgba(12, 24, 54, 0.4), 0 0 0 8px rgba(232, 191, 90, 0.15), inset 0 0 25px rgba(232, 191, 90, 0.2)
  }

  100% {
    box-shadow: 0 15px 45px rgba(12, 24, 54, 0.4), 0 0 0 16px rgba(232, 191, 90, 0.25), inset 0 0 35px rgba(232, 191, 90, 0.3)
  }
}

.ikm-seal-ribbons {
  position: absolute;
  bottom: -40px;
  width: 90px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none
}

.ikm-ribbon-left,
.ikm-ribbon-right {
  width: 38px;
  height: 100%;
  background: linear-gradient(135deg, #c49a2b 0%, #a37c1f 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  opacity: 0.85
}

.ikm-ribbon-left {
  transform: rotate(15deg)
}

.ikm-ribbon-right {
  transform: rotate(-15deg)
}

.ikm-seal-star {
  font-size: 0.95rem;
  color: #e8bf5a;
  margin-bottom: 0.25rem
}

.ikm-seal-number {
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  line-height: 1
}

.ikm-seal-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0.25rem 0 0.75rem 0;
  font-weight: 600
}

.ikm-seal-predicate {
  background: #e8bf5a;
  color: #0c1836;
  padding: 0.35rem 1rem;
  border-radius: 4px;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2)
}

.ikm-rows-panel {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.ikm-row-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border, rgba(0, 0, 0, 0.08));
  transition: all 0.3s ease
}

[data-theme="dark"] .ikm-row-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08)
}

.ikm-row-item:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.ikm-row-meta {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.ikm-row-label {
  display: flex;
  align-items: center;
  gap: 0.75rem
}

.ikm-row-icon {
  font-size: 1.15rem
}

.ikm-row-icon.speed-color {
  color: var(--gold, #c49a2b)
}

.ikm-row-icon.friendly-color {
  color: #2bc49a
}

.ikm-row-icon.comfort-color {
  color: #36a2eb
}

.ikm-row-icon.procedure-color {
  color: #9966ff
}

.ikm-row-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text, #1b1b1b)
}

.ikm-row-percentage {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy, #1b2b6b)
}

[data-theme="dark"] .ikm-row-percentage {
  color: var(--gold-light, #e8bf5a)
}

.ikm-row-bar-track {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: var(--bg-2, #f5f5f5);
  overflow: hidden;
  position: relative
}

.ikm-row-bar-fill {
  height: 100%;
  border-radius: 4px;
  width: 0;
  transition: width 1.2s cubic-bezier(0.1, 0.8, 0.2, 1)
}

.speed-fill {
  background: linear-gradient(90deg, #c49a2b, #e8bf5a)
}

.friendly-fill {
  background: linear-gradient(90deg, #2bc49a, #4ef2c5)
}

.comfort-fill {
  background: linear-gradient(90deg, #36a2eb, #6abdf4)
}

.procedure-fill {
  background: linear-gradient(90deg, #9966ff, #b58cff)
}

.ikm-row-item.visible .speed-fill {
  width: 92% !important
}

.ikm-row-item.visible .friendly-fill {
  width: 95% !important
}

.ikm-row-item.visible .comfort-fill {
  width: 90% !important
}

.ikm-row-item.visible .procedure-fill {
  width: 88% !important
}

.ikm-row-desc {
  font-size: 0.85rem;
  color: var(--text-muted, #7a6a52);
  margin: 0;
  line-height: 1.5
}

@media (max-width: 991px) {
  .ikm-seal-dashboard {
    flex-direction: column;
    gap: 3.5rem;
    padding: 1rem 0
  }

  .ikm-seal-panel {
    width: 100%
  }

  .ikm-rows-panel {
    width: 100%
  }
}

@media (max-width: 576px) {
  .ikm-gold-seal {
    width: 190px;
    height: 190px
  }

  .ikm-seal-number {
    font-size: 2.6rem
  }
}

.beranda-galeri-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 220px;
  gap: 1rem;
  margin-top: 2.5rem
}

.beranda-galeri-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative
}

.beranda-galeri-item.featured {
  grid-column: span 2;
  grid-row: span 2
}

.beranda-galeri-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.beranda-galeri-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease
}

.beranda-galeri-item:hover img {
  transform: scale(1.07)
}

.beranda-galeri-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 24, 54, 0.85) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s ease
}

.beranda-galeri-item:hover .beranda-galeri-overlay {
  opacity: 1
}

.beranda-galeri-overlay i {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8)
}

.beranda-galeri-overlay span {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3
}

.news-editorial-layout {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 2rem;
  margin-top: 2.5rem;
  align-items: stretch;
}

.news-editorial-layout.no-featured {
  grid-template-columns: 1fr
}

.news-editorial-layout.no-featured .news-side-stack {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  background: transparent;
  border: none;
  box-shadow: none;
  height: auto
}

.news-editorial-layout.no-featured .news-side-item {
  background: var(--bg-card, #ffffff);
  border: 1px solid var(--border, rgba(0, 0, 0, 0.07));
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: auto
}

[data-theme="dark"] .news-editorial-layout.no-featured .news-side-item {
  background: rgba(15, 25, 60, 0.6);
  border-color: rgba(255, 255, 255, 0.06)
}

.news-featured {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--bg-card, #ffffff);
  border: 1px solid var(--border, rgba(0, 0, 0, 0.08));
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.3s ease;
}

[data-theme="dark"] .news-featured {
  background: var(--navy-mid, #132848);
  border-color: var(--border, rgba(201, 168, 76, .25));
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.news-featured:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.news-featured-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.news-featured-img-wrapper {
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  background: var(--bg-card, #ffffff);
  transition: background 0.4s ease;
}

[data-theme="dark"] .news-featured-img-wrapper {
  background: var(--navy, #0b1f3a);
}

.news-featured-img-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(226, 234, 246, 0) 0%, rgba(226, 234, 246, 0.4) 50%, var(--navy-mid, #E2EAF6) 100%);
  pointer-events: none;
  z-index: 2;
  transition: background 0.4s ease;
}

[data-theme="dark"] .news-featured-img-wrapper::after {
  background: linear-gradient(to bottom, rgba(11, 31, 58, 0) 0%, rgba(11, 31, 58, 0.4) 50%, var(--navy, #0B1F3A) 100%);
}

.news-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-featured-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1b2b6b, #0c1836);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: rgba(232, 191, 90, 0.3);
}

.news-featured-content {
  padding: 2rem;
  background: var(--navy-mid, #E2EAF6);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: background 0.4s ease, color 0.4s ease;
}

[data-theme="dark"] .news-featured-content {
  background: var(--navy, #0b1f3a);
}

.news-category-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #f7d070 0%, #c49a2b 50%, #916c16 100%);
  color: #0c1836;
  text-shadow: 0 0.5px 0px rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  align-self: flex-start;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(196, 154, 43, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.news-featured-title {
  font-family: 'Cinzel', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--text-main, #0e1a3a);
  line-height: 1.35;
  margin: 0 0 0.85rem 0;
  transition: color 0.3s ease;
}

[data-theme="dark"] .news-featured-title {
  color: var(--text-main, #f3f4f6);
}

.news-featured:hover .news-featured-title {
  color: var(--gold, #1b2b6b);
}

[data-theme="dark"] .news-featured:hover .news-featured-title {
  color: var(--gold-light, #60a5fa);
}

.news-featured-desc {
  font-size: 0.95rem;
  color: var(--text-muted, #4b5563);
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

[data-theme="dark"] .news-featured-desc {
  color: var(--text-muted, #9ca3af);
}

.news-featured-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.85rem;
  color: #6b7280;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1.25rem;
}

[data-theme="dark"] .news-featured-meta {
  color: #9ca3af;
  border-top-color: rgba(255, 255, 255, 0.05);
}

.news-readmore-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1b2b6b;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  transition: gap 0.2s ease;
}

[data-theme="dark"] .news-readmore-link {
  color: #60a5fa;
}

.news-featured:hover .news-readmore-link {
  gap: 0.7rem;
}

.news-side-stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem
}

.news-side-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(27, 43, 107, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(196, 154, 43, 0.2);
  transition: all 0.3s ease
}

[data-theme="dark"] .news-side-item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1)
}

.news-side-item:hover {
  background: rgba(196, 154, 43, 0.12);
  border-color: rgba(196, 154, 43, 0.4);
  transform: translateY(-2px)
}

.news-side-more-btn:hover {
  background: rgba(196, 154, 43, 0.25) !important;
  color: #fff !important;
  border-style: solid !important;
  border-color: var(--gold) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(196, 154, 43, 0.15)
}

[data-theme="dark"] .news-side-item:hover {
  background: rgba(196, 154, 43, 0.18);
  border-color: rgba(196, 154, 43, 0.5)
}

.news-side-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0
}

.news-side-title {
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.news-side-title a {
  color: var(--text, #1b1b1b);
  text-decoration: none;
  transition: color 0.2s ease
}

[data-theme="dark"] .news-side-title a {
  color: rgba(255, 255, 255, 0.9)
}

.news-side-title a:hover {
  color: var(--gold, #c49a2b)
}

.news-side-date {
  font-size: 0.7rem;
  color: var(--text-muted, #7a6a52);
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-style: normal
}

[data-theme="dark"] .news-side-date {
  color: var(--gold-light, #e8bf5a)
}

.section-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem
}

.section-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 2rem;
  background: linear-gradient(135deg, var(--navy, #1b2b6b), #0e1a3a);
  color: #ffffff;
  border-radius: 50px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(27, 43, 107, 0.25);
  border: 1px solid rgba(232, 191, 90, 0.3)
}

.section-cta-btn:hover {
  background: linear-gradient(135deg, var(--gold, #c49a2b), #a37c1f);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(196, 154, 43, 0.3);
  border-color: transparent
}

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  color: var(--text-muted, #7a6a52)
}

.empty-state i {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
  opacity: 0.4
}

@media (max-width: 991px) {
  .beranda-galeri-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px
  }

  .beranda-galeri-item.featured {
    grid-column: span 2;
    grid-row: span 1
  }

  .news-editorial-layout {
    grid-template-columns: 1fr
  }

  .news-featured {
    height: auto;
  }

  .news-featured-img-wrapper {
    height: 250px;
  }

  .news-featured-content {
    padding: 1.5rem;
  }

  .news-featured-title {
    font-size: 1.35rem;
  }

  .news-featured-desc {
    font-size: 0.9rem;
  }

  .news-side-stack {
    height: auto
  }

  .news-side-item {
    flex: unset
  }
}

@media (max-width: 576px) {
  .beranda-galeri-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px
  }

  .beranda-galeri-item.featured {
    grid-column: span 1
  }

  .news-featured {
    height: auto;
  }

  .news-featured-img-wrapper {
    height: 200px;
  }

  .news-featured-content {
    padding: 1.25rem;
  }

  .news-featured-title {
    font-size: 1.2rem;
  }

  .news-featured-desc {
    font-size: 0.85rem;
  }

  .news-side-thumb {
    width: 80px;
    height: 64px
  }
}

.swipe-hint-wrapper,
.swipe-indicator-wrapper {
  display: none !important
}

@media (max-width: 768px) {
  #prosedur .timeline-grid {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 1.25rem !important;
    padding: 1.25rem 1.5rem 2.25rem 1.5rem !important;
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    transform: translateZ(0)
  }

  #prosedur .timeline-grid::-webkit-scrollbar {
    display: none !important
  }

  #prosedur .timeline-step {
    flex: 0 0 82% !important;
    max-width: 290px !important;
    scroll-snap-align: center !important;
    text-align: center !important;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease !important;
    transform: scale(0.93) translateY(6px) !important;
    opacity: 0.65 !important;
    will-change: transform, opacity
  }

  #prosedur .timeline-step.active-card {
    transform: scale(1.02) translateY(-4px) !important;
    opacity: 1 !important
  }

  #prosedur .step-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background-color: rgba(14, 26, 58, 0.96) !important
  }

  [data-theme="dark"] #prosedur .step-card {
    background-color: rgba(15, 23, 42, 0.98) !important
  }

  .swipe-hint-wrapper {
    display: flex !important;
    justify-content: center;
    margin-bottom: 1rem
  }

  .swipe-hint-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(212, 175, 87, 0.1);
    border: 1px solid rgba(212, 175, 87, 0.3);
    padding: 0.45rem 1.1rem;
    border-radius: 50px;
    color: var(--gold, #d4af37);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px)
  }

  .swipe-icon-animate {
    animation: swipeHand 1.6s infinite ease-in-out;
    font-size: 0.9rem
  }

  .swipe-indicator-wrapper {
    display: flex !important;
    justify-content: center;
    margin-top: 0.75rem
  }

  .swipe-dots {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    background: rgba(0, 0, 0, 0.06);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08)
  }

  .swipe-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer
  }

  .swipe-dot.active {
    background: var(--gold, #d4af37);
    width: 22px;
    border-radius: 5px
  }

  [data-theme="dark"] .swipe-dots {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08)
  }

  [data-theme="dark"] .swipe-dot {
    background: rgba(255, 255, 255, 0.25)
  }
}

@keyframes swipeHand {
  0% {
    transform: translateX(-4px)
  }

  50% {
    transform: translateX(4px)
  }

  100% {
    transform: translateX(-4px)
  }
}