/* SECTION */
.kontak-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(212, 175, 55, 0.075), transparent 32%),
    radial-gradient(circle at 20% 60%, rgba(211, 47, 47, 0.055), transparent 28%),
    linear-gradient(180deg, #020817 0%, #06163a 48%, #04122f 100%);
  color: white;
}

.kontak-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
  opacity: 0.28;
  pointer-events: none;
}

.kontak-section::after {
  content: "";
  position: absolute;
  top: 7%;
  left: 50%;
  width: 660px;
  height: 660px;
  transform: translateX(-50%);
  border: 1px solid rgba(212, 175, 55, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.kontak-container {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

/* HEADER */
.kontak-header {
  max-width: 760px;
  margin: 0 auto 72px;
  text-align: center;
}

.kontak-label {
  font-family: var(--font-display);
  margin: 0 0 22px;
  color: #d4af37;
  font-size: 0.82rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.kontak-title {
  font-family: var(--font-display);
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  line-height: 1.06;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.38);
}

.kontak-subtitle {
  font-family: var(--font-body);
  max-width: 700px;
  margin: 26px auto 0;
  color: rgba(255, 245, 230, 0.84);
  font-size: 1.02rem;
  line-height: 1.85;
}

.kontak-header::after {
  content: "";
  display: block;
  width: 78px;
  height: 1px;
  margin: 30px auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.9),
    transparent
  );
}

/* GRID */
.kontak-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: start;
}

/* INFO KONTAK */
.kontak-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px 26px;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(8, 24, 58, 0.72);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
  transition:
    transform 0.38s ease,
    border-color 0.38s ease,
    box-shadow 0.38s ease;
}

.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.09), transparent 38%);
  opacity: 0;
  transition: opacity 0.38s ease;
  pointer-events: none;
}

.info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(212, 175, 55, 0.06);
}

.info-card:hover::before { opacity: 1; }

.info-icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #d4af37;
  background: rgba(212, 175, 55, 0.10);
  border: 1px solid rgba(212, 175, 55, 0.24);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.info-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.9;
  stroke: var(--gold);
}

.info-body {
  position: relative;
  z-index: 1;
}

.info-label {
  font-family: var(--font-display);
  display: block;
  margin-bottom: 10px;
  color: #d4af37;
  font-size: 0.72rem;
  line-height: 1.4;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 800;
}

.info-text {
  font-family: var(--font-body);
  margin: 0;
  color: rgba(255, 245, 230, 0.9);
  font-size: 0.95rem;
  line-height: 1.75;
}

/* CTA RELAWAN */
.info-cta {
  position: relative;
  margin-top: 4px;
  padding: 28px 26px;
  border-radius: 20px;
  border: 1px solid rgba(211, 47, 47, 0.30);
  background:
    radial-gradient(circle at top left, rgba(211, 47, 47, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(70, 24, 64, 0.30), rgba(13, 20, 54, 0.72));
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(211, 47, 47, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.info-cta-label {
  font-family: var(--font-display);
  margin: 0 0 18px;
  color: #ff4d4d;
  font-size: 0.74rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-weight: 800;
}

.info-cta-text {
  font-family: var(--font-body);
  margin: 0 0 24px;
  color: rgba(255, 245, 230, 0.86);
  font-size: 0.95rem;
  line-height: 1.8;
}

.btn-relawan {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 8px;
  border: 1px solid rgba(255, 95, 95, 0.34);
  color: #ffffff;
  background:
    linear-gradient(135deg, #e04444 0%, #c62828 52%, #8f1d1d 100%);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 14px 32px rgba(198, 40, 40, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(80, 0, 0, 0.22);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    filter 0.35s ease;
}

.btn-relawan::before {
  content: "";
  position: absolute;
  top: -90%;
  left: -55%;
  width: 50%;
  height: 280%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.24),
    transparent
  );
  transform: rotate(18deg) translateX(-120%);
  transition: transform 0.75s ease;
}

.btn-relawan:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 120, 120, 0.48);
  filter: brightness(1.04);
  box-shadow:
    0 18px 42px rgba(198, 40, 40, 0.24),
    0 0 20px rgba(211, 47, 47, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.btn-relawan:hover::before {
  transform: rotate(18deg) translateX(340%);
}

/* FORM */
.kontak-form-wrapper {
  position: relative;
  padding: 38px 40px;
  border-radius: 22px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    rgba(8, 24, 58, 0.76);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.kontak-form-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.6), transparent);
  pointer-events: none;
}

.form-title {
  font-family: var(--font-display);
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  color: #d4af37;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kontak-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-family: var(--font-display);
  display: block;
  color: var(--white);
  font-size: 0.72rem;
  line-height: 1.4;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  font-weight: 700;
}

.form-input,
.kontak-form input[type="text"],
.kontak-form input[type="email"],
.kontak-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 18px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(212, 175, 55, 0.20) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(8, 28, 72, 0.72) !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  box-sizing: border-box;
}

.form-input::placeholder,
.kontak-form input::placeholder,
.kontak-form textarea::placeholder {
  color: rgba(255, 245, 230, 0.34) !important;
}

.form-input:focus,
.kontak-form input[type="text"]:focus,
.kontak-form input[type="email"]:focus,
.kontak-form textarea:focus {
  border-color: rgba(212, 175, 55, 0.55) !important;
  background: rgba(10, 32, 82, 0.86) !important;
  box-shadow:
    0 0 0 3px rgba(212, 175, 55, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

.form-textarea {
  min-height: 150px;
  padding-top: 16px !important;
  resize: vertical;
}

.form-error {
  font-family: var(--font-body);
  min-height: 22px;
  margin: -6px 0 18px;
  color: #ff6b6b;
  font-size: 0.88rem;
  line-height: 1.5;
}

.form-error:not(:empty) {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(211, 47, 47, 0.10);
  border: 1px solid rgba(211, 47, 47, 0.18);
}

/* BUTTON KIRIM */
.btn-kirim {
  position: relative;
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(225, 189, 69, 0.58);
  border-radius: 10px;
  color: #061333;
  background:
    linear-gradient(135deg, #e2c15b 0%, #c99a16 50%, #9f7410 100%);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 14px 32px rgba(201, 154, 22, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -1px 0 rgba(78, 52, 4, 0.20);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    filter 0.35s ease;
}

.btn-kirim::before {
  content: "";
  position: absolute;
  top: -90%;
  left: -55%;
  width: 52%;
  height: 280%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  transform: rotate(18deg) translateX(-120%);
  transition: transform 0.8s ease;
}

.btn-kirim:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 219, 102, 0.78);
  filter: brightness(1.035);
  box-shadow:
    0 18px 42px rgba(201, 154, 22, 0.22),
    0 0 20px rgba(212, 175, 55, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(78, 52, 4, 0.22);
}

.btn-kirim:hover::before {
  transform: rotate(18deg) translateX(340%);
}

.btn-kirim:active {
  transform: translateY(-1px);
}

.btn-kirim svg {
  position: relative;
  z-index: 1;
  width: 17px;
  height: 17px;
  stroke-width: 2.1;
  stroke: #061333;
  transition: transform 0.3s ease;
}

.btn-kirim:hover svg {
  transform: translateX(3px);
}

.btn-kirim span {
  position: relative;
  z-index: 1;
}

.btn-kirim:disabled,
.btn-kirim.loading {
  cursor: not-allowed;
  opacity: 0.78;
  filter: saturate(0.85);
  transform: none;
}

.btn-kirim.loading::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  border-radius: 50%;
  border: 2px solid rgba(6, 19, 51, 0.25);
  border-top-color: rgba(6, 19, 51, 0.85);
  animation: kontakSpin 0.75s linear infinite;
}

@keyframes kontakSpin {
  to { transform: rotate(360deg); }
}

/* REVEAL */
.kontak-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.kontak-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.kontak-reveal-scale {
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.kontak-reveal-scale.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.kontak-info .kontak-reveal:nth-child(1) { transition-delay: 0.05s; }
.kontak-info .kontak-reveal:nth-child(2) { transition-delay: 0.13s; }
.kontak-info .kontak-reveal:nth-child(3) { transition-delay: 0.21s; }
.kontak-info .kontak-reveal:nth-child(4) { transition-delay: 0.29s; }

.kontak-header .kontak-label,
.kontak-header .kontak-title,
.kontak-header .kontak-subtitle {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.kontak-header.is-visible .kontak-label { opacity: 1; transform: translateY(0); transition-delay: 0.04s; }
.kontak-header.is-visible .kontak-title { opacity: 1; transform: translateY(0); transition-delay: 0.14s; }
.kontak-header.is-visible .kontak-subtitle { opacity: 1; transform: translateY(0); transition-delay: 0.24s; }

.kontak-header::after {
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.85s ease 0.34s;
}

.kontak-header.is-visible::after {
  transform: scaleX(1);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .kontak-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .kontak-section {
    padding: 96px 0;
  }

  .kontak-header {
    margin-bottom: 52px;
  }

  .kontak-form-wrapper {
    padding: 32px 28px;
  }
}

@media (max-width: 560px) {
  .kontak-section {
    padding: 82px 0;
  }

  .kontak-label {
    font-size: 0.72rem;
    letter-spacing: 0.30em;
  }

  .kontak-title {
    font-size: clamp(2rem, 10vw, 3rem);
    letter-spacing: 0.05em;
  }

  .kontak-subtitle {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .info-card {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 20px 16px;
    border-radius: 16px;
  }

  .info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .info-label {
    font-size: 0.68rem;
    letter-spacing: 0.24em;
  }

  .info-text {
    font-size: 0.9rem;
    line-height: 1.65;
    overflow-wrap: break-word;
  }

  .info-cta {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .btn-relawan {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
    font-size: 0.78rem;
    letter-spacing: 0.10em;
  }

  .kontak-form-wrapper {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .form-title {
    font-size: 1.45rem;
  }

  .form-input {
    min-height: 52px;
    border-radius: 10px;
  }

  .btn-kirim {
    min-height: 52px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .info-card:hover,
  .btn-relawan:hover,
  .btn-kirim:hover {
    transform: none;
  }

  .btn-relawan::before,
  .btn-kirim::before {
    display: none;
  }
}

/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {
  .kontak-reveal,
  .kontak-reveal-scale,
  .kontak-header .kontak-label,
  .kontak-header .kontak-title,
  .kontak-header .kontak-subtitle,
  .kontak-header::after,
  .info-card,
  .info-card::before,
  .info-cta,
  .kontak-form-wrapper,
  .btn-relawan,
  .btn-relawan::before,
  .btn-kirim,
  .btn-kirim::before,
  .btn-kirim.loading::after,
  .form-input {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* ==========================================================================
   RELAWAN MODAL & FORM
   ========================================================================== */
.relawan-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.relawan-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.relawan-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 23, 0.72);
  backdrop-filter: blur(8px);
}

.relawan-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: min(90vh, 820px);
  overflow-y: auto;
  padding: 36px;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.26);
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    #06163a;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.relawan-modal.is-open .relawan-modal-panel {
  transform: translateY(0) scale(1);
}

.relawan-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.relawan-modal-header {
  margin-bottom: 28px;
  text-align: center;
}

.relawan-modal-label {
  margin: 0 0 14px;
  color: #d4af37;
  font-size: 0.76rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-weight: 800;
}

.relawan-modal-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.relawan-modal-header p:last-child {
  margin: 14px auto 0;
  max-width: 540px;
  color: rgba(255, 245, 230, 0.78);
  line-height: 1.75;
}

.relawan-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.relawan-form-full {
  grid-column: 1 / -1;
}

.relawan-form-group label {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 245, 230, 0.76);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}

.relawan-form-group input,
.relawan-form-group select,
.relawan-form-group textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  color: #ffffff;
  background: rgba(8, 28, 72, 0.72);
  outline: none;
  font-family: inherit;
}

.relawan-form-group textarea {
  min-height: 120px;
  padding-top: 14px;
  resize: vertical;
}

.relawan-form-group input:focus,
.relawan-form-group select:focus,
.relawan-form-group textarea:focus {
  border-color: rgba(212, 175, 55, 0.58);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.08);
}

.relawan-form-message {
  grid-column: 1 / -1;
  min-height: 22px;
  color: rgba(255, 245, 230, 0.80);
  font-size: 0.9rem;
}

.relawan-form-message.error {
  color: #ff6b6b;
}

.relawan-form-message.success {
  color: #d4af37;
}

.btn-relawan-submit {
  grid-column: 1 / -1;
  min-height: 54px;
  border: 1px solid rgba(225, 189, 69, 0.58);
  border-radius: 12px;
  color: #061333;
  background: linear-gradient(135deg, #e2c15b 0%, #c99a16 50%, #9f7410 100%);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-relawan-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201, 154, 22, 0.3);
}

.btn-relawan-submit:disabled {
  opacity: 0.78;
  cursor: not-allowed;
}

body.relawan-modal-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .relawan-modal {
    padding: 14px;
  }

  .relawan-modal-panel {
    padding: 30px 18px;
    border-radius: 18px;
  }

  .relawan-form {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .relawan-modal-header {
    text-align: left;
  }
}

/* MODAL RELAWAN ADDITIONS */
.relawan-form select:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  background: rgba(8, 28, 72, 0.42) !important;
}

.relawan-form-message {
  font-family: var(--font-body);
  font-size: 0.9rem;
  margin-bottom: 18px;
  min-height: 20px;
  line-height: 1.5;
}

.relawan-form-message.error {
  color: #ff7a7a;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 122, 122, 0.1);
  border: 1px solid rgba(255, 122, 122, 0.2);
}

.relawan-form-message.success {
  color: #d4af37;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.btn-relawan-submit.loading,
.btn-relawan-submit:disabled {
  opacity: 0.78;
  cursor: not-allowed;
  filter: saturate(0.8);
}

.relawan-form-group.relawan-form-full {
  grid-column: 1 / -1;
}

@media (max-width: 640px) {
  .relawan-modal-panel {
    padding: 28px 20px;
    border-radius: 20px;
  }
  
  .relawan-form-group.relawan-form-full {
    grid-column: auto;
  }
}

