body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(135deg, #001c37, #013568, #024a80);
  background-size: 300% 300%;
  animation: gradientMove 12s ease infinite;
  color: white;
  overflow-x: hidden;
}

@keyframes gradientMove {
  0% {
    background-position: left
  }

  50% {
    background-position: right
  }

  100% {
    background-position: left
  }
}

.nav-glass {
  position: fixed;
  top: 0;
  width: 100%;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 1000;
  border-radius: 0 0 18px 18px;
}

.brand-logo {
  width: 55px;
  height: auto;
}

.brand-text {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffc32b;
}

.nav-link {
  color: #ffffff;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 10px;
  transition: 0.3s ease;
}

.nav-link:hover {
  color: #ffc32b;
  background: rgba(255, 255, 255, 0.1);
}

.navbar-toggler {
  border-color: #ffffff;
}

.navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(86%) sepia(57%) saturate(974%) hue-rotate(358deg) brightness(102%) contrast(102%);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.active-guide {
  color: #ffc32b !important;
}

.hero-section {
  width: 100%;
  padding-top: 120px;
}

.hero-card {
  max-width: 600px;
  width: 90%;
  border-radius: 22px;
  text-align: center;
}

.glass-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  padding: 40px 20px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-logo {
  width: 90px;
  margin-bottom: 20px;
  border-radius: 0px;
}

.title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 20px;
  opacity: 0.85;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 340px;
  margin: 28px auto 0 auto;
  justify-items: center;
}

.cta-btn {
  width: 100%;
  text-align: center;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.cta-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffc32b;
  box-shadow: 0 0 12px rgba(255, 195, 43, 0.3);
}

.text-white-small {
  font-size: small;
  color: white;
  font-weight: 300;
}

.presensi-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 40px 20px;
  max-width: 400px;
  width: 90%;
  margin: 50px auto;
  color: white;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.presensi-card h3 {
  color: #ffc32b;
  font-weight: 700;
  margin-bottom: 10px;
}

.presensi-card h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

.presensi-card input,
.presensi-card select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #d1d5db;
  color: #333;
  font-size: 1rem;
}

.presensi-card input:focus,
.presensi-card select:focus {
  border-color: #ffc32b;
  box-shadow: 0 0 8px rgba(255, 195, 43, 0.5);
  outline: none;
}

.presensi-card .custom-file-upload {
  background-color: #ffc32b;
  color: #333;
  font-weight: 700;
  padding: 12px 0;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 100%;
  text-align: center;
}

.presensi-card .custom-file-upload:hover {
  background-color: #e0b700;
}

.presensi-card small {
  color: #ffffff;
  font-size: 0.85rem;
  display: block;
  margin-top: 10px;
}

.presensi-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.guide-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px;
}

.accordion-item {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.accordion-button {
  background: transparent !important;
  color: #fff !important;
  padding: 18px 10px;
  font-weight: 600;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.accordion-button:hover {
  background: rgba(255, 255, 255, 0.05) !important;
}

.accordion-button:not(.collapsed) {
  color: #ffc32b !important;
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow: none !important;
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-body {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 18px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.guide-list {
  padding-left: 20px;
  list-style-position: inside;
}

.guide-list li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.guide-list li:last-child {
  border-bottom: none;
}

.guide-footer {
  margin-top: 30px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
}

.footer {
  margin-top: 40px;
  color: #ddd;
  padding: 20px;
  font-size: 14px;
}