
/* ============================================================
   11. FAQ
   ============================================================ */
.rh-por-faq { background: #f7f7f7; width: 100%; }
.rh-por-faq-inner { padding-top: 80px; padding-bottom: 80px; display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
.rh-por-faq-left { position: sticky; top: 40px; }
.rh-por-faq-sub { font-size: 14px; font-weight: 600; color: #808080; line-height: 1.65; display: block; margin: 0 0 28px 0; }
.rh-por-faq-list { display: flex; flex-direction: column; gap: 10px; }
.rh-por-faq-item { background: #ffffff; border-radius: 14px; overflow: hidden; transition: box-shadow 0.2s; }
.rh-por-faq-item:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.rh-por-faq-item.open { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.rh-por-faq-q { margin: 0; padding: 0; }
.rh-por-faq-trigger {
  width: 100%; background: none; border: none; font-family: inherit; text-align: left;
  font-size: 14px; font-weight: 600; color: #262626; padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 14px;
  transition: color 0.15s; cursor: pointer;
}
.rh-por-faq-item.open .rh-por-faq-trigger { color: #99AD8F; }
.rh-por-faq-trigger::after { content:'+'; font-size: 18px; color: #99AD8F; flex-shrink: 0; line-height: 1; transition: transform 0.2s; }
.rh-por-faq-item.open .rh-por-faq-trigger::after { transform: rotate(45deg); }
.rh-por-faq-a {
  font-size: 13px; font-weight: 600; color: #585858; line-height: 1.7;
  padding: 0 22px; border-top: 1px solid #eeeeee; max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.25s ease; display: block;
}
.rh-por-faq-item.open .rh-por-faq-a { max-height: 800px; padding: 16px 22px 18px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .rh-por-faq-inner { grid-template-columns: 1fr; gap: 36px; }
  .rh-por-faq-left { position: static; }
}
@media (max-width: 600px) {
  .rh-por-faq-inner { padding-top: 48px; padding-bottom: 48px; }
  .rh-por-faq-trigger { font-size: 13px; padding: 16px 18px; }
}
