/* --- ipd: маленькое дополнение к вашим стилям (не ломает существующие правила) --- */
.ipd-brand { color: #007263; font-weight:700; }
.ipd-section { margin-top: 28px; padding: 18px 22px; background: #fff; border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,0.04); }
.ipd-lead { color: #444; margin-bottom: 12px; font-weight: 300; }
.ipd-card { padding: 14px; background: #fbfdfb; border-radius: 8px; margin-top: 10px; }
.ipd-step { margin: 14px 0; }
.ipd-screenshot { border: 2px dashed #e6f0ec; padding: 18px; border-radius: 8px; text-align:center; color:#666; font-style:italic; background:#fbfefe; margin-top:12px; }
.ipd-note { background:#f0fbf9; border-left:4px solid #007263; padding:10px 12px; border-radius:6px; color:#043a2f; margin:12px 0; }
.ipd-faq-index { display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin-bottom:12px; }
.ipd-faq-index ul { list-style:none; padding:0; margin:0; display:flex; gap:8px; flex-wrap:wrap; }
.ipd-faq-index a { padding:6px 10px; background:#f6fbf9; color:#007263; border-radius:8px; text-decoration:none; border:1px solid #e6f2ee; font-weight:600; }
.ipd-faq-controls { margin-left:auto; display:flex; gap:8px; align-items:center; }
.ipd-search { padding:8px 10px; border-radius:8px; border:1px solid #e7ece8; min-width:200px; }
.ipd-btn { padding:8px 12px; border-radius:8px; background:#007263; color:#fff; border:none; cursor:pointer; font-weight:700; }
.ipd-btn--ghost { background:transparent; color:#007263; border:1px solid #cfe8e0; }
.ipd-faq-section { margin-top:12px; padding:12px; background:#fff; border-radius:8px; }
.ipd-faq-item { background:#fff; border-radius:8px; border:1px solid #eef6f2; margin:10px 0; overflow:hidden; }
.ipd-faq-item summary { list-style:none; cursor:pointer; padding:12px 14px; display:flex; justify-content:space-between; align-items:center; font-weight:700; }
.ipd-faq-item summary::-webkit-details-marker{ display:none; }
.ipd-faq-item summary::after { content: "▾"; transition: transform .15s ease; }
.ipd-faq-item[open] summary::after { transform: rotate(180deg); }
.ipd-answer { padding:12px 14px 18px 14px; border-top:1px solid #f3faf6; color:#333; line-height:1.45; }

/* Мобильный */
@media (max-width:800px){
  .ipd-faq-index { flex-direction:column; align-items:flex-start; gap:8px; }
  .ipd-faq-controls { width:100%; display:flex; gap:8px; }
  .ipd-search { width:100%; }
}
