
/* ============================================================
   1. HERO
   ============================================================ */
.rh-por-hero { background: #262626; width: 100%; overflow: hidden; }
.rh-por-hero-inner { display: flex; align-items: flex-start; gap: 60px; padding-top: 80px; padding-bottom: 72px; }
.rh-por-hero-left { flex: 1; min-width: 0; }

.rh-por-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(191,216,179,0.1); color: #BFD8B3;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 100px; border: 1px solid rgba(191,216,179,0.2);
  margin: 0 0 24px 0;
}
.rh-por-hero-badge::before { content:''; width:6px; height:6px; background:#BFD8B3; border-radius:50%; }

.rh-por-h1 {
  font-size: clamp(34px, 4vw, 60px); font-weight: 600; color: #ffffff;
  line-height: 1.08; letter-spacing: -0.02em; margin: 0 0 20px 0; padding: 0;
}
.rh-por-h1 em { font-style: normal; color: #BFD8B3; }

.rh-por-hero-sub {
  font-size: clamp(15px, 1.4vw, 17px); font-weight: 600; color: #808080;
  line-height: 1.65; margin: 0 0 36px 0; display: block; max-width: 520px;
}

.rh-por-trust { display: flex; gap: 32px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 32px; }
.rh-por-trust-item { display: flex; flex-direction: column; gap: 4px; }
.rh-por-trust-n { font-size: 22px; font-weight: 600; color: #ffffff; line-height: 1; display: block; }
.rh-por-trust-n em { font-style: normal; color: #BFD8B3; }
.rh-por-trust-l { font-size: 11px; font-weight: 600; color: #464646; display: block; }

/* ── RIGHT COLUMN: digital-profile visual ── */
.rh-por-hero-right { width: 480px; flex-shrink: 0; margin-top: 0; position: relative; }
.rh-hero-visual { width: 480px; max-width: 100%; line-height: 0; }
.rh-hero-visual img { width: 100%; height: auto; display: block; }

/* ── HERO single button ──
   color/text-decoration forced with !important to survive
   Tilda global link styles (a{color:...}) overriding the button text. */
.rh-hero-single-btn {
  display: inline-flex !important; align-items: center; gap: 10px;
  font-size: 13px !important; font-weight: 600 !important; letter-spacing: 0.06em !important;
  text-decoration: none !important; padding: 16px 36px !important; border-radius: 100px !important;
  background: #BFD8B3 !important; color: #262626 !important;
  transition: all 0.2s; margin: 0 0 44px;
}
.rh-hero-single-btn:link,
.rh-hero-single-btn:visited,
.rh-hero-single-btn:active { color: #262626 !important; text-decoration: none !important; }
.rh-hero-single-btn:hover { background: #99AD8F !important; color: #262626 !important; transform: translateY(-1px); }
.rh-hero-single-btn-sub { font-size: 11px; font-weight: 600; color: #464646; display: flex; align-items: center; gap: 6px; margin: -32px 0 44px; }
.rh-hero-single-btn-sub::before { content:''; width:5px; height:5px; background:#BFD8B3; border-radius:50%; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1300px) {
  .rh-por-hero-right { width: 420px; }
}
@media (max-width: 1200px) {
  .rh-por-hero-right { width: 380px; margin-top: 0; }
}
@media (max-width: 960px) {
  .rh-por-w-lg { padding-left: 40px; padding-right: 40px; }
  .rh-por-hero-inner { flex-direction: column; align-items: stretch; padding-top: 60px; padding-bottom: 56px; }
  .rh-por-hero-right { width: 100%; max-width: 460px; margin-top: 0; }
  .rh-hero-visual { display: none; }
}
@media (max-width: 600px) {
  .rh-por-hero-inner { padding-top: 44px; padding-bottom: 44px; }
  .rh-por-trust { gap: 16px; }
}
