.elementor-8147 .elementor-element.elementor-element-7a505c85{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;}.elementor-8147 .elementor-element.elementor-element-7a505c85.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8147 .elementor-element.elementor-element-4adb4b7{width:var( --container-widget-width, 85.199% );max-width:85.199%;padding:0px 0px 20px 0px;--container-widget-width:85.199%;--container-widget-flex-grow:0;columns:2;text-align:justify;font-family:"Manrope", Sans-serif;font-size:15px;color:#070707;}.elementor-8147 .elementor-element.elementor-element-4adb4b7.elementor-element{--align-self:flex-start;--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:0;}.elementor-8147 .elementor-element.elementor-element-4adb4b7 p{margin-block-end:14px;}.elementor-8147 .elementor-element.elementor-element-4be19fb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8147 .elementor-element.elementor-element-4be19fb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8147 .elementor-element.elementor-element-31c0ea9{width:var( --container-widget-width, 89.2% );max-width:89.2%;--container-widget-width:89.2%;--container-widget-flex-grow:0;}.elementor-8147 .elementor-element.elementor-element-31c0ea9.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-8147 .elementor-element.elementor-element-7a505c85{--width:102.506%;}.elementor-8147 .elementor-element.elementor-element-4be19fb{--width:104.065%;}}/* Start custom CSS for html, class: .elementor-element-31c0ea9 */.umkm-faq-section {
  padding: 80px 0 96px;
  background: #ffffff;
}

.umkm-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.umkm-faq-title {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(26px, 2.6vw, 30px);
  line-height: 1.3;
  color: var(--umkm-text-main);
  margin-bottom: 8px;
}

.umkm-faq-subtitle {
  max-width: 720px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.9;
  color: #4b5563;
}

.umkm-faq-subtitle strong {
  font-weight: 600;
}

.umkm-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  .umkm-faq-grid {
    grid-template-columns: 1fr;
  }
}

.umkm-faq-col {
  display: grid;
  gap: 12px;
}

/* Item FAQ menggunakan <details> */

.umkm-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(226, 232, 240, 1);
  background: #f9fafb;
  padding: 10px 14px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease,
    transform 0.15s ease;
}

.umkm-faq-item[open] {
  background: #ffffff;
  border-color: rgba(37, 99, 235, 0.7);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.12);
  transform: translateY(-1px);
}

.umkm-faq-item summary {
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.umkm-faq-item summary::-webkit-details-marker {
  display: none;
}

/* ikon plus/minus sederhana */
.umkm-faq-item summary::after {
  content: "+";
  font-size: 18px;
  font-weight: 500;
  color: #9ca3af;
  margin-left: 10px;
  flex-shrink: 0;
}

.umkm-faq-item[open] summary::after {
  content: "–";
  color: var(--umkm-primary);
}

.umkm-faq-item p {
  margin: 10px 2px 4px;
  font-size: 14px;
  line-height: 1.8;
  color: #4b5563;
}                                       

/* highlight teks di dalam jawaban */

.umkm-faq-highlight {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.06);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 500;
}

/* Callout di bawah FAQ */

.umkm-faq-callout {
  margin-top: 8px;
  padding: 20px 22px;
  border-radius: 18px;
  background: #eff6ff;
  border: 1px solid rgba(191, 219, 254, 1);
  text-align: center;
  box-shadow: 0 18px 45px rgba(37, 99, 235, 0.12);
}

.umkm-faq-callout h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0f172a;
}

.umkm-faq-callout p {
  font-size: 14px;
  line-height: 1.8;
  color: #374151;
  max-width: 640px;
  margin: 0 auto 14px;
}

/* ===============================
   STICKY WHATSAPP CTA
   =============================== */

.umkm-wa-sticky {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #22c55e;
  color: #f9fafb;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(22, 163, 74, 0.45);
  font-size: 13px;
  line-height: 1.4;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.umkm-wa-sticky:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 60px rgba(22, 163, 74, 0.58);
  background: #16a34a;
}

.umkm-wa-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.umkm-wa-text {
  display: block;
}

.umkm-wa-text strong {
  font-weight: 700;
}

/* versi mobile: hanya bulat icon biar nggak nutup konten */

@media (max-width: 640px) {
  .umkm-wa-sticky {
    padding: 10px;
  }

  .umkm-wa-text {
    display: none;
  }
}
/* ===============================
   FAQ SECTION
   =============================== */

.umkm-faq-section {
  padding: 88px 0 96px;
  background: #ffffff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0f172a;
}

.umkm-faq-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.umkm-faq-title {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.25;
  margin: 6px 0 10px;
  color: #0f172a;
}

.umkm-faq-subtitle {
  font-size: 16px;
  line-height: 1.85;
  color: #4b5563;
}

.umkm-faq-subtitle strong {
  color: #2563eb;
  font-weight: 600;
}

/* GRID FAQ 2 kolom */

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

@media (max-width: 960px) {
  .umkm-faq-grid {
    grid-template-columns: 1fr;
  }
}

/* CARD FAQ */

.umkm-faq-item {
  background: radial-gradient(circle at top, #f5f7ff 0%, #f9fafb 55%, #ffffff 100%);
  border-radius: 18px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
  padding: 12px 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease,
              transform 0.18s ease, background 0.18s ease;
}

/* Hover lembut */
.umkm-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.5);
  box-shadow: 0 22px 60px rgba(37, 99, 235, 0.18);
  background: radial-gradient(circle at top, #eef2ff 0%, #f9fafb 50%, #ffffff 100%);
}

/* State terbuka (default item pertama) */
.umkm-faq-item.is-open {
  border-color: rgba(37, 99, 235, 0.7);
  box-shadow: 0 24px 70px rgba(37, 99, 235, 0.25);
}

/* Tombol pertanyaan */

.umkm-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 10px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  text-align: left;
}

.umkm-faq-question span:first-child {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a; /* teks tajam, bukan abu2 buram */
}

/* Icon + / - */

.umkm-faq-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.umkm-faq-icon::before,
.umkm-faq-icon::after {
  content: "";
  position: absolute;
  background-color: #2563eb;
  border-radius: 999px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

/* garis horizontal */
.umkm-faq-icon::before {
  width: 10px;
  height: 2px;
}

/* garis vertikal (jadi plus) */
.umkm-faq-icon::after {
  width: 2px;
  height: 10px;
}

/* Kalau item terbuka, jadikan minus (hilangkan garis vertikal) */
.umkm-faq-item.is-open .umkm-faq-icon::after {
  opacity: 0;
  transform: scaleY(0);
}

/* Jawaban */

.umkm-faq-answer {
  padding: 0 10px 10px;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.8;
  color: #4b5563;
}

/* Optional: kalau mau animasi buka/tutup pakai max-height (butuh JS untuk toggle class) */
.umkm-faq-item .umkm-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.22s ease;
}
.umkm-faq-item.is-open .umkm-faq-answer {
  max-height: 260px; /* sesuaikan panjang jawaban */
}
.umkm-faq-item {
  transition: border-color 0.18s ease, box-shadow 0.18s ease,
              transform 0.18s ease, background 0.18s ease;
}

.umkm-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 18px 45px rgba(37, 99, 235, 0.18);
  background: radial-gradient(circle at top, #f4f6ff 0%, #f9fafb 50%, #ffffff 100%);
}
.umkm-faq-section {
  padding-bottom: 72px; /* sebelumnya kalau terlalu dekat, bisa dinaikkan */
}

.masih-bingung-box {   /* sesuaikan dengan class blok CTA-mu */
  margin-top: 32px;
}
.umkm-btn-price {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--umkm-text-main);
  cursor: pointer;
  transition: 0.16s ease;
}

.umkm-btn-price:hover:not(:disabled) {
  background: #eff6ff;
  border-color: var(--umkm-primary);
  color: var(--umkm-primary);
}

.umkm-btn-price-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.35);
}

.umkm-btn-price-primary:hover {
  background: linear-gradient(135deg, #1d4ed8, #1d4ed8);
  color: #ffffff;
}

.umkm-btn-price:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.umkm-price-footnote {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}/* End custom CSS */