.pawtigo-help-center { color: #101828; background: #fff; overflow: hidden; }
.pawtigo-help-shell { width: min(1040px, calc(100% - 40px)); margin: 0 auto; }
.pawtigo-help-hero { padding: 76px 0 64px; background: #eaf1ff; border-bottom: 1px solid #d8e2f3; }
.pawtigo-help-eyebrow { margin: 0 0 12px; color: #155eef; font-size: 12px; font-weight: 700; }
.pawtigo-help-hero h1 { margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.04; letter-spacing: 0; }
.pawtigo-help-hero > div > p:not(.pawtigo-help-eyebrow) { margin: 16px 0 26px; color: #475467; font-size: 18px; }
.pawtigo-help-search { max-width: 720px; display: grid; grid-template-columns: minmax(0,1fr) auto; }
.pawtigo-help-search input { min-width: 0; min-height: 54px; padding: 0 18px; color: #101828; background: #fff; border: 1px solid #b8c7df; border-radius: 6px 0 0 6px; font-size: 16px; }
.pawtigo-help-search button { min-height: 54px; padding: 0 25px; color: #fff; background: #155eef; border: 1px solid #155eef; border-radius: 0 6px 6px 0; font-weight: 700; cursor: pointer; }
.pawtigo-help-search input:focus-visible, .pawtigo-help-search button:focus-visible, .pawtigo-help-topics button:focus-visible, .pawtigo-help-questions summary:focus-visible { outline: 3px solid rgba(21,94,239,.28); outline-offset: 2px; }
.pawtigo-help-library { padding: 58px 0 84px; }
.pawtigo-help-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 46px; }
.pawtigo-help-topics button { min-height: 40px; padding: 0 15px; color: #344054; background: #fff; border: 1px solid #d0d5dd; border-radius: 6px; font-size: 13px; font-weight: 700; cursor: pointer; }
.pawtigo-help-topics button:hover, .pawtigo-help-topics button.is-active { color: #fff; background: #101828; border-color: #101828; }
.pawtigo-help-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid #d0d5dd; }
.pawtigo-help-heading h2 { margin: 0; font-size: 30px; letter-spacing: 0; }
.pawtigo-help-heading p { margin: 0; color: #667085; font-size: 13px; }
.pawtigo-help-questions details { border-bottom: 1px solid #d0d5dd; }
.pawtigo-help-questions details[hidden] { display: none; }
.pawtigo-help-questions summary { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 0; color: #101828; font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }
.pawtigo-help-questions summary::-webkit-details-marker { display: none; }
.pawtigo-help-questions summary i { width: 18px; height: 18px; flex: 0 0 18px; position: relative; }
.pawtigo-help-questions summary i::before, .pawtigo-help-questions summary i::after { content: ''; position: absolute; background: #155eef; }
.pawtigo-help-questions summary i::before { width: 14px; height: 2px; top: 8px; left: 2px; }
.pawtigo-help-questions summary i::after { width: 2px; height: 14px; top: 2px; left: 8px; transition: transform .2s ease; }
.pawtigo-help-questions details[open] summary i::after { transform: rotate(90deg); }
.pawtigo-help-questions details > div { max-width: 760px; padding: 0 44px 24px 0; color: #475467; font-size: 15px; line-height: 1.7; }
.pawtigo-help-questions details > div p { margin: 0 0 12px; }
.pawtigo-help-questions details > div p:last-child { margin-bottom: 0; }
.pawtigo-help-questions a, .pawtigo-help-empty a { color: #155eef; font-weight: 650; }
.pawtigo-help-empty { padding: 48px 0; text-align: center; }
.pawtigo-help-empty h2 { margin: 0 0 8px; font-size: 25px; }
.pawtigo-help-empty p { margin: 0 0 15px; color: #667085; }
.pawtigo-help-actions { padding: 34px 0; background: #101828; }
.pawtigo-help-actions .pawtigo-help-shell { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.pawtigo-help-actions a { min-width: 0; padding: 8px 30px; color: #fff; border-right: 1px solid #344054; text-decoration: none; }
.pawtigo-help-actions a:first-child { padding-left: 0; }
.pawtigo-help-actions a:last-child { padding-right: 0; border-right: 0; }
.pawtigo-help-actions span { display: block; margin-bottom: 8px; color: #98a2b3; font-size: 10px; font-weight: 700; }
.pawtigo-help-actions strong { font-size: 16px; }
.pawtigo-help-actions a:hover strong { text-decoration: underline; }
@media (max-width: 700px) {
  .pawtigo-help-shell { width: min(100% - 28px,1040px); }
  .pawtigo-help-hero { padding: 48px 0 42px; }
  .pawtigo-help-hero h1 { font-size: 40px; }
  .pawtigo-help-hero > div > p:not(.pawtigo-help-eyebrow) { font-size: 16px; }
  .pawtigo-help-search { grid-template-columns: 1fr; gap: 8px; }
  .pawtigo-help-search input, .pawtigo-help-search button { border-radius: 6px; }
  .pawtigo-help-library { padding: 38px 0 52px; }
  .pawtigo-help-topics { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 34px; }
  .pawtigo-help-heading h2 { font-size: 25px; }
  .pawtigo-help-questions summary { min-height: 64px; font-size: 15px; }
  .pawtigo-help-questions details > div { padding-right: 0; }
  .pawtigo-help-actions .pawtigo-help-shell { grid-template-columns: 1fr; }
  .pawtigo-help-actions a, .pawtigo-help-actions a:first-child, .pawtigo-help-actions a:last-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid #344054; }
  .pawtigo-help-actions a:last-child { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) { .pawtigo-help-questions summary i::after { transition: none; } }
