
.rh-por { width: 100%; font-family: 'Mont', 'Montserrat', sans-serif; }
.rh-por * { box-sizing: border-box; font-family: 'Mont', 'Montserrat', sans-serif; }
.rh-por-w { max-width: 1600px; margin: 0 auto; }
.rh-por-w-lg { padding-left: 80px; padding-right: 80px; }

.rh-por-label {
  font-size: 10px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: #99AD8F;
  display: block; margin: 0 0 14px 0;
}
.rh-por-h2 {
  font-size: clamp(24px, 2.8vw, 38px); font-weight: 600; color: #262626 !important;
  line-height: 1.15; margin: 0 0 16px 0; padding: 0;
}

/* buttons */
.rh-por-btn {
  display: inline-flex !important; align-items: center; gap: 8px;
  font-size: 12px !important; font-weight: 600 !important;
  letter-spacing: 0.08em !important; text-transform: uppercase !important;
  text-decoration: none !important; padding: 15px 30px !important;
  border-radius: 100px !important; white-space: nowrap; transition: all 0.2s;
}
.rh-por-btn-dark { background: #262626 !important; color: #ffffff !important; }
.rh-por-btn-dark:hover { background: #464646 !important; transform: translateY(-1px); }

/* ============================================================
   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; cursor: pointer; 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 {
  font-size: 14px; font-weight: 600; color: #262626; padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 14px;
  margin: 0; transition: color 0.15s; cursor: pointer;
}
.rh-por-faq-item.open .rh-por-faq-q { color: #99AD8F; }
.rh-por-faq-q::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-q::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: 1200px) {
  .rh-por-w-lg { padding-left: 60px; padding-right: 60px; }
}
@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-w-lg { padding-left: 20px; padding-right: 20px; }
  .rh-por-faq-inner { padding-top: 48px; padding-bottom: 48px; }
  .rh-por-faq-q { font-size: 13px; padding: 16px 18px; }
}
