/* PulseBot v21.8.0 — landing FAQ rebuilt as a native, minimal accordion. */
body#pulsebot-app.landing-mode .pb2180-faq-section {
  padding: 96px 0 !important;
  border-top: 1px solid rgba(255,255,255,.055);
  border-bottom: 1px solid rgba(255,255,255,.055);
  background: transparent !important;
}

body#pulsebot-app.landing-mode .pb2180-faq-layout {
  display: grid;
  grid-template-columns: minmax(240px,.72fr) minmax(0,1.28fr);
  gap: clamp(48px,7vw,104px);
  align-items: start;
}

body#pulsebot-app.landing-mode .pb2180-faq-intro {
  position: sticky;
  top: 104px;
  max-width: 390px;
}

body#pulsebot-app.landing-mode .pb2180-faq-intro h2 {
  margin: 10px 0 0 !important;
  max-width: 370px;
  color: var(--pb-text, #ececec) !important;
  font-size: clamp(1.75rem,3vw,2.45rem) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
}

body#pulsebot-app.landing-mode .pb2180-faq-intro p {
  margin: 16px 0 0 !important;
  max-width: 350px;
  color: var(--pb-muted, #9498a0) !important;
  font-size: .92rem !important;
  line-height: 1.65 !important;
}

body#pulsebot-app.landing-mode .pb2180-faq-intro > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #cbd6ea;
  font-size: .86rem;
  font-weight: 500;
  text-decoration: none;
}

body#pulsebot-app.landing-mode .pb2180-faq-intro > a span {
  color: #3b82f6;
  transition: transform .16s ease;
}

body#pulsebot-app.landing-mode .pb2180-faq-intro > a:hover span {
  transform: translateX(3px);
}

body#pulsebot-app.landing-mode .pb2180-faq-list {
  min-width: 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

body#pulsebot-app.landing-mode .pb2180-faq-item {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: clip;
}

body#pulsebot-app.landing-mode .pb2180-faq-item::before,
body#pulsebot-app.landing-mode .pb2180-faq-item::after {
  content: none !important;
  display: none !important;
}

body#pulsebot-app.landing-mode .pb2180-faq-item summary {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 28px;
  gap: 22px;
  align-items: center;
  padding: 20px 2px;
  color: var(--pb-text-2, #cbcdd1);
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 550;
  line-height: 1.4;
  transition: color .16s ease;
}

body#pulsebot-app.landing-mode .pb2180-faq-item summary::-webkit-details-marker {
  display: none;
}

body#pulsebot-app.landing-mode .pb2180-faq-item summary:hover,
body#pulsebot-app.landing-mode .pb2180-faq-item[open] summary {
  color: #fff;
}

body#pulsebot-app.landing-mode .pb2180-faq-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #7f8998;
  transition: transform .18s ease, color .18s ease;
}

body#pulsebot-app.landing-mode .pb2180-faq-arrow svg {
  width: 18px !important;
  height: 18px !important;
  display: block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body#pulsebot-app.landing-mode .pb2180-faq-item[open] .pb2180-faq-arrow {
  color: #3b82f6;
  transform: rotate(180deg);
}

body#pulsebot-app.landing-mode .pb2180-faq-answer {
  padding: 0 56px 22px 2px;
}

body#pulsebot-app.landing-mode .pb2180-faq-answer p {
  max-width: 700px;
  margin: 0 !important;
  color: var(--pb-muted, #9498a0) !important;
  font-size: .92rem !important;
  line-height: 1.7 !important;
}

body#pulsebot-app.landing-mode .pb2180-faq-item:focus-within summary {
  outline: 1px solid rgba(59,130,246,.5);
  outline-offset: 4px;
  border-radius: 4px;
}

@media (max-width: 820px) {
  body#pulsebot-app.landing-mode .pb2180-faq-section {
    padding: 72px 0 !important;
  }
  body#pulsebot-app.landing-mode .pb2180-faq-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  body#pulsebot-app.landing-mode .pb2180-faq-intro {
    position: static;
    max-width: 620px;
  }
}

@media (max-width: 560px) {
  body#pulsebot-app.landing-mode .pb2180-faq-section {
    padding: 58px 0 !important;
  }
  body#pulsebot-app.landing-mode .pb2180-faq-item summary {
    min-height: 68px;
    gap: 14px;
    padding: 18px 0;
    font-size: .94rem;
  }
  body#pulsebot-app.landing-mode .pb2180-faq-answer {
    padding: 0 36px 20px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body#pulsebot-app.landing-mode .pb2180-faq-arrow,
  body#pulsebot-app.landing-mode .pb2180-faq-intro > a span {
    transition: none !important;
  }
}
