/* GEO FAQ (accordion) — aligned with dsphere-website geo-faq-section */
#geo-product-faq.geo-faq-section {
  --geo-faq-sec-100: #fff;
  --geo-faq-sec-200: #3567ff;
  --geo-faq-txt-300: #091026;
  --geo-faq-txt-600: #6e7991;
  --geo-faq-bc-100: #eff1f6;
  --geo-faq-neutral-100: #fff;
  --geo-faq-border: #e2e9f7;

  padding: 0 !important;
  margin: 0;
  border-top: 1px solid var(--geo-faq-border);
  border-bottom: 1px solid var(--geo-faq-border);
  background: #fff;
}

#geo-product-faq .geo-faq-shell {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1rem, 3vw, 1.5rem);
  position: relative;
  overflow: hidden;
}

#geo-product-faq .geo-faq-card {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  border-radius: clamp(18px, 2.5vw, 28px);
  background-color: var(--geo-faq-sec-100);
  background-image: none;
  padding-top: clamp(2.5rem, 4vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

#geo-product-faq .geo-faq-wrap {
  position: relative;
  z-index: 1;
  max-width: 49rem !important;
  margin-left: auto;
  margin-right: auto;
}

#geo-product-faq .geo-faq-header {
  text-align: center;
  margin-bottom: 0.35rem;
}

#geo-product-faq .geo-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.32rem 0.9rem 0.38rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--geo-faq-txt-300);
  background-color: rgba(53, 103, 255, 0.1);
  box-shadow:
    0 0.0625rem 0.0625rem rgba(11, 20, 55, 0.1),
    0 0.25rem 0.25rem rgba(153, 190, 255, 0.1);
  margin-bottom: 0.75rem;
}

#geo-product-faq .geo-faq-badge-icon {
  flex-shrink: 0;
  color: var(--geo-faq-sec-200);
}

#geo-product-faq .geo-faq-title {
  margin: 0 !important;
  font-size: clamp(1.65rem, 2.8vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--geo-faq-txt-300);
}

#geo-product-faq .geo-faq-accordion-card {
  margin-top: 1.5rem;
  padding: clamp(0.65rem, 2vw, 1rem);
  border-radius: 16px;
  border: 1px solid var(--geo-faq-bc-100);
  background-color: var(--geo-faq-neutral-100);
  box-shadow:
    0 0.0625rem 0.0625rem rgba(11, 20, 55, 0.1),
    0 0.25rem 0.25rem rgba(153, 190, 255, 0.1);
}

#geo-product-faq .geo-faq-list {
  margin: 0;
}

#geo-product-faq .geo-faq-item {
  border-bottom: 1px solid var(--geo-faq-bc-100);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

#geo-product-faq .geo-faq-item:last-child {
  border-bottom: none;
}

#geo-product-faq .geo-faq-item:hover {
  transform: scale3d(0.99, 0.99, 1.01);
}

@media (prefers-reduced-motion: reduce) {
  #geo-product-faq .geo-faq-item {
    transition: none;
  }

  #geo-product-faq .geo-faq-item:hover {
    transform: none;
  }
}

#geo-product-faq .geo-faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(0.85rem, 2vw, 1.15rem) 0.35rem;
  cursor: pointer;
  list-style: none;
  font-family: inherit;
}

#geo-product-faq .geo-faq-summary::-webkit-details-marker {
  display: none;
}

#geo-product-faq .geo-faq-summary::marker {
  content: "";
}

#geo-product-faq .geo-faq-q {
  flex: 1;
  text-align: left;
  font-size: clamp(1.05rem, 1.2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--geo-faq-txt-300);
}

#geo-product-faq .geo-faq-acc-btn {
  flex-shrink: 0;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#geo-product-faq .geo-faq-summary:hover .geo-faq-acc-btn {
  transform: scale3d(0.95, 0.95, 1.01);
}

#geo-product-faq .geo-faq-acc-overlay-light,
#geo-product-faq .geo-faq-acc-overlay-dark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#geo-product-faq .geo-faq-acc-overlay-light {
  background-image: linear-gradient(180deg, #fbfcff, #dce4f2);
  color: var(--geo-faq-txt-300);
}

#geo-product-faq .geo-faq-acc-overlay-dark {
  display: none;
  color: #fff;
  background-image: linear-gradient(180deg, #091026, #224390);
  box-shadow:
    inset 0 -0.0625rem 0.375rem #4361a6,
    inset 0 0.0625rem 0.375rem rgba(18, 33, 67, 0.6);
}

#geo-product-faq .geo-faq-acc-arrow {
  position: relative;
  z-index: 1;
  display: block;
}

#geo-product-faq .geo-faq-item[open] .geo-faq-acc-btn .geo-faq-acc-arrow {
  transform: rotate(90deg);
}

#geo-product-faq .geo-faq-acc-btn .geo-faq-acc-arrow {
  transition: transform 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  #geo-product-faq .geo-faq-acc-btn,
  #geo-product-faq .geo-faq-acc-btn .geo-faq-acc-arrow {
    transition: none;
  }

  #geo-product-faq .geo-faq-summary:hover .geo-faq-acc-btn {
    transform: none;
  }
}

#geo-product-faq .geo-faq-answer {
  padding: 0 0.35rem 1rem;
}

#geo-product-faq .geo-faq-a {
  margin: 0 !important;
  max-width: 50ch;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--geo-faq-txt-600);
  font-family: inherit;
}

#geo-product-faq .geo-faq-summary:focus {
  outline: none;
}

#geo-product-faq .geo-faq-summary:focus-visible {
  outline: 2px solid rgba(53, 103, 255, 0.45);
  outline-offset: 3px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  #geo-product-faq .geo-faq-shell {
    padding-top: 2rem;
    padding-bottom: 2.25rem;
  }

  #geo-product-faq .geo-faq-title {
    font-size: 1.5rem;
  }

  #geo-product-faq .geo-faq-q {
    font-size: 1rem;
  }

  #geo-product-faq .geo-faq-a {
    font-size: 0.9rem;
  }

  #geo-product-faq .geo-faq-acc-btn {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
  }
}
