/* ==========================================================================
   TIKTOK REKLAM AJANSI — S.S.S. (FAQ) COMPONENT STYLESHEET (1:1 REFERENCE)
   ========================================================================== */

.faq-section {
  background-color: #FFFFFF;
  color: #0F172A;
  padding: 90px 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  position: relative;
  z-index: 5;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* ==========================================================================
   1. TOP HEADER
   ========================================================================== */
.faq-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.faq-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFF0F5;
  color: #FF2056;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 6px 16px 6px 10px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.badge-icon-q {
  width: 20px;
  height: 20px;
  background: #FF2056;
  color: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

.faq-title {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #0F172A;
  letter-spacing: -1px;
  margin: 0 0 12px;
  line-height: 1.15;
}

.faq-subtitle {
  font-size: 15px;
  color: #64748B;
  margin: 0;
  line-height: 1.5;
}

/* ==========================================================================
   2. MAIN TWO COLUMN GRID
   ========================================================================== */
.faq-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 36px;
  align-items: flex-start;
}

/* LEFT PROMO CARD */
.faq-promo-card {
  background: linear-gradient(145deg, #FFF9FA 0%, #FFF0F5 100%);
  border: 1px solid #FCE7F0;
  border-radius: 24px;
  padding: 36px 36px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(255, 32, 86, 0.04);
}

.promo-top-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 30px;
}

.promo-headline {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
  margin: 0 0 14px;
  letter-spacing: -0.4px;
}

.promo-highlight {
  color: #FF2056;
}

.promo-desc {
  font-size: 13.5px;
  color: #64748B;
  line-height: 1.55;
  margin: 0 0 24px;
}

.btn-faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #FF2056 0%, #E6003A 100%);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 800;
  padding: 12px 22px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(255, 32, 86, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-faq-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.promo-image-side {
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo-3d-img {
  width: 100%;
  max-width: 190px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(255, 32, 86, 0.15));
}

/* BOTTOM 3 HIGHLIGHTS STRIP */
.promo-bottom-highlights {
  border-top: 1px solid rgba(255, 32, 86, 0.12);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 18px 0;
  margin: 0 -36px;
  background: #FFFFFF;
}

.p-high-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-right: 1px solid #F1F5F9;
}

.p-high-item:last-child {
  border-right: none;
}

.p-high-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFF0F5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-high-text {
  display: flex;
  flex-direction: column;
}

.p-high-text strong {
  font-size: 12px;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
}

.p-high-text span {
  font-size: 10.5px;
  color: #64748B;
  margin-top: 2px;
}

/* RIGHT FAQ ACCORDION LIST */
.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-acc-item {
  background: #FFFFFF;
  border: 1px solid #F1F5F9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-acc-item:hover {
  border-color: #E2E8F0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.faq-acc-item.active {
  border-color: #FCE7F0;
  box-shadow: 0 8px 25px rgba(255, 32, 86, 0.06);
}

.faq-acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.acc-toggle-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFF0F5;
  color: #FF2056;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.faq-acc-item.active .acc-toggle-icon {
  background: #FF2056;
  color: #FFFFFF;
}

.acc-question-text {
  flex: 1;
  font-size: 15.5px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.4;
}

.acc-chevron {
  color: #94A3B8;
  display: flex;
  align-items: center;
  transition: transform 0.25s ease;
}

.faq-acc-item.active .acc-chevron {
  transform: rotate(180deg);
  color: #FF2056;
}

.faq-acc-content {
  display: none;
  padding: 0 22px 20px 66px;
  font-size: 14px;
  color: #64748B;
  line-height: 1.65;
}

.faq-acc-item.active .faq-acc-content {
  display: block;
}

/* ==========================================================================
   3. BOTTOM BANNER CARD
   ========================================================================== */
.faq-bottom-banner {
  background: #FFFFFF;
  border: 1px solid #F1F5F9;
  border-radius: 20px;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
}

.b-banner-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.b-banner-icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFF0F5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.b-banner-title {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 4px;
}

.b-banner-sub {
  font-size: 13.5px;
  color: #64748B;
  margin: 0;
}

.btn-b-banner-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1.5px solid #FF2056;
  color: #FF2056;
  font-size: 13.5px;
  font-weight: 800;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.btn-b-banner-outline:hover {
  background: #FF2056;
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* ==========================================================================
   4. RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1080px) {
  .faq-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .faq-title {
    font-size: 32px;
  }
  .promo-top-content {
    grid-template-columns: 1fr;
  }
  .promo-image-side {
    display: none;
  }
  .promo-bottom-highlights {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-high-item {
    border-right: none;
    border-bottom: 1px solid #F1F5F9;
    padding-bottom: 10px;
  }
  .p-high-item:last-child {
    border-bottom: none;
  }
  .faq-bottom-banner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .b-banner-left {
    flex-direction: column;
  }
  .faq-acc-content {
    padding: 0 16px 16px 16px;
  }
}
