/* ==============================================================================
   File: info.css
   Lokasi: info/info.css
   Deskripsi: Styling khusus untuk bagian Detail & Syarat Layanan di folder info
   ============================================================================== */

.info-container {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid var(--border-color, #e2e8f0);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    padding: 32px;
    margin-top: 30px;
    animation: fadeIn 0.4s ease-out;
}

.info-header {
    border-bottom: 2px dashed #e2e8f0;
    padding-bottom: 16px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.info-header-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-header-title .icon {
    width: 44px;
    height: 44px;
    background: #e8f5e9;
    color: #1b5e20;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.info-header-title h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1e293b;
}

.info-section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1b5e20;
    margin: 20px 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ==============================================================================
   PEMBUNGKUS SYARAT & CARD FOTO (SMOOTH HOVER & SHADOW)
   ============================================================================== */

.syarat-wrapper {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.foto-card {
    flex-shrink: 0;
    width: 140px;
    height: 185px;
    border-radius: 14px;
    overflow: hidden;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.3s ease;
}

.foto-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px -4px rgba(27, 94, 32, 0.2);
    border-color: #1b5e20;
}

.foto-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.foto-card:hover img {
    transform: scale(1.05);
}

.syarat-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.syarat-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.5;
}

.syarat-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #dcfce7;
    color: #15803d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
}

/* ==============================================================================
   STYLING ALUR PROSES PELAYANAN (DIPERBAIKI AGAR TIDAK AMBURADUL)
   ============================================================================== */

.alur-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 28px;
}

.alur-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

.step-item {
    flex: 1 1 180px;
    background: #ffffff;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    border-left: 4px solid #1b5e20;
    font-size: 0.88rem;
    color: #475569;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease;
}

.step-item:hover {
    transform: translateY(-2px);
}

.step-item strong {
    color: #1b5e20;
    display: block;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.info-action {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
}

.btn-proceed {
    background: #1b5e20;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-proceed:hover {
    background: #0d3b13;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(27, 94, 32, 0.25);
}

@media (max-width: 640px) {
    .info-container { padding: 20px; }
    .syarat-wrapper { flex-direction: column; align-items: center; }
    .foto-card { width: 130px; height: 170px; }
    .info-action { flex-direction: column; }
    .btn-proceed { width: 100%; justify-content: center; }
}
/*=============================
TEXT HOVER
=============================*/
{
      background-color: #0f172a; /* Latar belakang gelap agar efek menyala terlihat jelas */
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
      font-family: sans-serif;
    }

    .hover-text {
      font-size: 0.92rem;
      font-weight: 0;
      color: #334155;
      cursor: pointer;
      /* Menambahkan transisi yang halus */
      transition: transform 0.3s ease, text-shadow 0.3s ease, color 0.3s ease;
    }

    /* Efek saat kursor diarahkan (hover) */
    .hover-text:hover {
	  font-size: 1.2rem;
      transform: translateY(-5px); /* Menggeser teks naik ke atas 5px */
      color: #03702b; /* Mengubah warna teks sedikit kebiruan */
      /* Efek pendaran/cahaya biru (glow) */
      text-shadow: 
        0 0 8px rgba(56, 189, 248, 0.8),
        0 0 16px rgba(56, 189, 248, 0.6),
        0 0 24px rgba(56, 189, 248, 0.4);
    }
	/*============================
	TOMBOL LOGOUT
	============================*/
	.btn-logout {
  background-color: #f8d7da; /* Warna pastel merah lembut */
  color: #842029;             /* Warna teks merah tua gelap agar kontras */
  padding: 12px 32px;        /* Jarak atas-bawah proporsional, kanan-kiri lebih luas */
  display: flex;
  justify-content: center; /* Meratakan secara horizontal (kanan-kiri) */
  align-items: center;
  font-size: 15px;           /* Ukuran teks pas */
  font-weight: 600;          /* Sedikit tebal namun elegan */
  border: 1px solid #f5c2c7; /* Garis tepi tipis agar lebih rapi */
  border-radius: 8px;        /* Sudut melengkung modern */
  cursor: pointer;           /* Kursor jari saat disentuh */
  transition: all 0.2s ease; /* Transisi halus untuk semua efek */
}

/* Efek saat kursor menyentuh tombol */
.btn-logout:hover {
  background-color: #842029; /* Berubah menjadi merah tua */
  color: #ffffff;            /* Teks menjadi putih */
  border-color: #842029;