/* PulseBot v21.8.1 — support section and FAQ focus cleanup. */
body#pulsebot-app.landing-mode .pb26-support-section {
  padding: 88px 0 !important;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  background: transparent !important;
}

body#pulsebot-app.landing-mode .pb26-support-grid {
  display: grid !important;
  grid-template-columns: minmax(0,.92fr) minmax(380px,1.08fr) !important;
  gap: clamp(44px,6vw,88px) !important;
  align-items: start !important;
}

body#pulsebot-app.landing-mode .pb26-support-copy {
  max-width: 520px;
  padding-top: 8px;
}

body#pulsebot-app.landing-mode .pb26-support-copy h2 {
  margin: 10px 0 0 !important;
  max-width: 480px;
  font-size: clamp(1.85rem,3vw,2.45rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
}

body#pulsebot-app.landing-mode .pb26-support-copy > p {
  max-width: 490px;
  margin: 16px 0 0 !important;
  color: var(--pb-muted) !important;
  font-size: .94rem !important;
  line-height: 1.65 !important;
}

body#pulsebot-app.landing-mode .pb26-support-points {
  display: grid !important;
  gap: 0 !important;
  margin-top: 30px !important;
  border-top: 1px solid rgba(255,255,255,.07);
}

body#pulsebot-app.landing-mode .pb26-support-points article {
  display: grid !important;
  grid-template-columns: 38px minmax(0,1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 16px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#pulsebot-app.landing-mode .pb26-support-points article > span {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(59,130,246,.22) !important;
  border-radius: 8px !important;
  background: rgba(59,130,246,.07) !important;
  color: #79a7ff !important;
  box-shadow: none !important;
}

body#pulsebot-app.landing-mode .pb26-support-points article > span svg {
  width: 16px !important;
  height: 16px !important;
}

body#pulsebot-app.landing-mode .pb26-support-points strong {
  display: block;
  color: var(--pb-text) !important;
  font-size: .92rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app.landing-mode .pb26-support-points small {
  display: block;
  margin-top: 3px;
  color: var(--pb-muted) !important;
  font-size: .79rem !important;
  line-height: 1.45 !important;
}

body#pulsebot-app.landing-mode .pb26-support-card {
  padding: 28px !important;
  border: 1px solid rgba(255,255,255,.085) !important;
  border-radius: 12px !important;
  background: rgba(17,19,24,.82) !important;
  box-shadow: none !important;
}

body#pulsebot-app.landing-mode .pb26-support-card header {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

body#pulsebot-app.landing-mode .pb26-support-presets {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 8px !important;
}

body#pulsebot-app.landing-mode .pb26-support-presets button {
  min-height: 40px !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 7px !important;
  background: transparent !important;
  color: var(--pb-text-2) !important;
  box-shadow: none !important;
}

body#pulsebot-app.landing-mode .pb26-support-presets button:hover {
  border-color: rgba(255,255,255,.16) !important;
  background: rgba(255,255,255,.025) !important;
}

body#pulsebot-app.landing-mode .pb26-support-presets button.active {
  border-color: rgba(59,130,246,.62) !important;
  background: rgba(59,130,246,.10) !important;
  color: #dce8ff !important;
}

body#pulsebot-app.landing-mode .pb26-support-progress {
  height: 5px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.07) !important;
}

body#pulsebot-app.landing-mode .pb26-support-progress span {
  background: #3b82f6 !important;
}

body#pulsebot-app.landing-mode .pb26-custom-amount,
body#pulsebot-app.landing-mode .pb26-custom-amount input {
  border-radius: 7px !important;
}

body#pulsebot-app.landing-mode .pb26-support-submit {
  min-height: 42px !important;
  border-radius: 7px !important;
  background: #3b82f6 !important;
  border-color: #3b82f6 !important;
  box-shadow: none !important;
}

body#pulsebot-app.landing-mode .pb26-support-submit:hover {
  background: #4a8df8 !important;
  border-color: #4a8df8 !important;
}

/* Remove the blue clipped focus line from the FAQ accordion. */
body#pulsebot-app.landing-mode .pb2180-faq-item:focus-within summary,
body#pulsebot-app.landing-mode .pb2180-faq-item summary:focus,
body#pulsebot-app.landing-mode .pb2180-faq-item summary:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

body#pulsebot-app.landing-mode .pb2180-faq-item summary:focus-visible {
  color: #fff !important;
  background: rgba(255,255,255,.018) !important;
}

body#pulsebot-app.landing-mode .pb2180-faq-item[open] .pb2180-faq-arrow {
  color: #9aa4b2 !important;
}

@media (max-width: 900px) {
  body#pulsebot-app.landing-mode .pb26-support-grid {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }
  body#pulsebot-app.landing-mode .pb26-support-copy {
    max-width: 650px;
  }
}

@media (max-width: 560px) {
  body#pulsebot-app.landing-mode .pb26-support-section {
    padding: 64px 0 !important;
  }
  body#pulsebot-app.landing-mode .pb26-support-card {
    padding: 20px !important;
  }
  body#pulsebot-app.landing-mode .pb26-support-presets {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}
