/* Componente isolado: todos os seletores da seção começam em .rhda. */
.rhda { --rh-purple:#7559ff; --rh-green:#28b982; box-sizing:border-box; position:relative; isolation:isolate; overflow:clip; color:#fff; background:radial-gradient(circle at 24% 48%,rgba(168,100,242,.3),transparent 35%),linear-gradient(113deg,#16072f 0%,#321174 39%,#5d18ea 72%,#7559ff 100%); font-family:'Inter',Arial,sans-serif; }
.rhda *, .rhda *::before, .rhda *::after { box-sizing:border-box; }
.rhda__inner { width:min(1280px,calc(100% - 64px)); margin:auto; padding:clamp(74px,8vw,120px) 0; display:grid; grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr); gap:clamp(32px,4vw,68px); align-items:center; }
.rhda__visual { position:relative; min-width:0; height:620px; perspective:900px; --px:0px; --py:0px; }
.rhda__glow { position:absolute; z-index:0; inset:12% 6% 8%; border-radius:50%; background:radial-gradient(ellipse,rgba(126,217,87,.13),rgba(168,100,242,.08) 46%,transparent 72%); pointer-events:none; transform:translate3d(var(--gx,0px),var(--gy,0px),0); }
.rhda__person { position:absolute; z-index:3; width:106%; left:-3%; bottom:1%; transform:translate3d(var(--person-x,0px),calc(20px + var(--person-y,0px)),0); opacity:0; transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1); pointer-events:none; }
.rhda.is-visible .rhda__person { opacity:1; transform:translate3d(var(--person-x,0px),var(--person-y,0px),0); }
.rhda__person img { display:block; width:100%; height:auto; max-height:550px; object-fit:contain; object-position:center bottom; filter:drop-shadow(0 20px 26px rgba(11,5,27,.18)); animation:rhda-person-float 7s ease-in-out infinite; }
.rhda__cards { position:absolute; inset:0; z-index:4; pointer-events:none; }
.rhda__card { position:absolute; display:flex; align-items:center; gap:10px; min-width:0; padding:11px 12px; border:1px solid rgba(255,255,255,.76); border-radius:16px; background:rgba(255,255,255,.98); color:#192338; box-shadow:0 12px 30px rgba(20,9,58,.13); opacity:0; transform:translate3d(var(--card-x,0px),calc(20px + var(--card-y,0px)),0); transition:opacity .5s ease var(--delay),transform .5s cubic-bezier(.2,.8,.2,1) var(--delay),box-shadow .26s ease,border-color .26s ease; pointer-events:auto; will-change:transform; }
.rhda.is-visible .rhda__card { opacity:1; transform:translate3d(var(--card-x,0px),var(--card-y,0px),0); }
.rhda.is-settled .rhda__card { transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease; }
.rhda.is-settled .rhda__card:hover { transform:translate3d(var(--card-x,0px),calc(-5px + var(--card-y,0px)),0) scale(1.02); box-shadow:0 18px 38px rgba(13,6,37,.23); border-color:rgba(117,89,255,.26); }
.rhda__card--joao { top:8%; left:1%; width:248px; z-index:4; }
.rhda__card--ana { top:30%; left:-2%; width:236px; z-index:5; }
.rhda__card--unidade { bottom:12%; left:1%; width:215px; z-index:5; }
.rhda__card--cert { top:15%; right:0; width:216px; z-index:5; }
.rhda__card--review { top:45%; right:-2%; width:228px; z-index:5; }
.rhda__card--ativas { bottom:5%; right:2%; width:185px; z-index:5; }
.rhda__avatar { flex:none; width:34px; height:34px; border-radius:50%; object-fit:cover; background:#f3edff; }
.rhda__avatar--small { width:30px; height:30px; margin-left:auto; }
.rhda__card-body { flex:1; min-width:0; display:flex; flex-direction:column; gap:2px; }
.rhda__card-body strong { display:block; font-size:11px; line-height:1.2; font-weight:900; white-space:nowrap; }
.rhda__card-body small { display:block; color:#748096; font-size:9px; line-height:1.3; font-weight:700; white-space:nowrap; }
.rhda__card-value { align-self:center; white-space:nowrap; color:#088f55; font-size:11px; font-weight:900; }
.rhda__progress { height:5px; margin-top:5px; border-radius:99px; background:#e3f0e9; overflow:hidden; }
.rhda__progress span { display:block; width:0; height:100%; border-radius:inherit; background:linear-gradient(90deg,#25be86,#7ed957); transition:width 1.15s cubic-bezier(.2,.75,.2,1); }
.rhda.is-visible .rhda__progress span { width:var(--progress); transition-delay:calc(var(--delay) + 280ms); }
.rhda__check { display:inline-grid; place-items:center; width:17px; height:17px; margin-left:4px; border-radius:50%; background:#0caf63; color:#fff; font:900 11px/1 Arial,sans-serif; font-style:normal; transform:scale(.6); opacity:0; transition:opacity .25s ease,transform .4s cubic-bezier(.2,1.7,.3,1); }
.rhda.is-complete .rhda__check { opacity:1; transform:scale(1); animation:rhda-check-in .36s cubic-bezier(.2,.8,.2,1) both; }
.rhda__check--cert { flex:none; width:22px; height:22px; margin-left:auto; font-size:14px; }
.rhda__icon { flex:none; display:grid; place-items:center; width:31px; height:31px; border-radius:9px; }
.rhda__icon--purple { color:#7559ff; background:#f0edff; }
.rhda__icon--green { color:#0cae62; background:#e7f8ed; }
.rhda__icon svg { width:20px; height:20px; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.rhda__icon img { width:21px; height:21px; filter:invert(41%) sepia(76%) saturate(774%) hue-rotate(100deg); }
.rhda.is-settled .rhda__card:hover .rhda__icon { transform:translateY(-1px) scale(1.05); transition:transform .25s ease; }
.rhda__stars { display:flex; gap:1px; margin-top:3px; color:#f6ac24; font-size:12px; line-height:1; }
.rhda__stars span { opacity:.15; transform:scale(.75); transition:opacity .22s ease,transform .22s ease; }
.rhda.is-complete .rhda__stars span { opacity:1; transform:scale(1); }
.rhda.is-complete .rhda__stars span:nth-child(2) { transition-delay:90ms; }
.rhda.is-complete .rhda__stars span:nth-child(3) { transition-delay:180ms; }
.rhda.is-complete .rhda__stars span:nth-child(4) { transition-delay:270ms; }
.rhda.is-complete .rhda__stars span:nth-child(5) { transition-delay:360ms; }
.rhda__large-count { color:#079558; font-size:17px; line-height:1; }
.rhda__card--ativas .rhda__icon svg path:not(:first-child) { transform:scaleY(.1); transform-origin:center 83%; transition:transform .55s cubic-bezier(.2,.8,.2,1); }
.rhda.is-visible .rhda__card--ativas .rhda__icon svg path:not(:first-child) { transform:scaleY(1); transition-delay:1.35s; }
.rhda__copy { min-width:0; }
.rhda__eyebrow { display:inline-flex; align-items:center; gap:8px; margin-bottom:16px; font-size:12px; font-weight:900; letter-spacing:.08em; }
.rhda__eyebrow::before { content:""; width:7px; height:7px; border-radius:50%; background:#4bdc88; }
.rhda__copy h2 { margin:0 0 24px; font-family:'Outfit',Arial,sans-serif; font-size:clamp(40px,4.5vw,65px); line-height:1.08; letter-spacing:-.035em; font-weight:900; }
.rhda__copy h2 span { color:#8ae77e; }
.rhda__copy p { max-width:560px; }
.rhda__lead { margin:0 0 18px; font-size:clamp(17px,1.45vw,20px); line-height:1.58; font-weight:650; }
.rhda__detail { margin:0 0 26px; color:#ece3fc; font-size:15px; line-height:1.65; }
.rhda__cta { appearance:none; min-height:52px; padding:13px 22px; border:0; border-radius:99px; background:linear-gradient(100deg,#23b99e,#7ed957); color:#fff; box-shadow:0 12px 24px rgba(13,120,84,.2); font:900 15px/1.2 'Inter',Arial,sans-serif; cursor:pointer; transition:transform .25s ease,box-shadow .25s ease; }
.rhda__cta:hover { transform:translateY(-2px); box-shadow:0 16px 28px rgba(13,120,84,.28); }
.rhda__cta:focus-visible { outline:3px solid #fff; outline-offset:4px; }
@keyframes rhda-person-float { 50% { transform:translateY(-3px); } }
@keyframes rhda-check-in { 0% { opacity:0; transform:scale(.6); } 65% { opacity:1; transform:scale(1.08); } 100% { opacity:1; transform:scale(1); } }
@media (max-width:1100px) { .rhda__inner { grid-template-columns:1fr; gap:16px; } .rhda__copy { grid-row:1; max-width:700px; } .rhda__visual { width:min(760px,100%); margin-inline:auto; grid-row:2; } }
@media (max-width:680px) { .rhda__inner { width:min(100% - 32px,560px); padding:64px 0; } .rhda__copy h2 { font-size:clamp(38px,9vw,54px); } .rhda__visual { height:auto; display:flex; flex-direction:column; } .rhda__glow { inset:0 8% auto; height:300px; } .rhda__person { position:relative; left:auto; bottom:auto; width:100%; order:0; } .rhda__person img { height:auto; max-height:330px; } .rhda__cards { position:relative; inset:auto; order:1; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:-8px; } .rhda__card, .rhda__card--joao, .rhda__card--ana, .rhda__card--unidade, .rhda__card--cert, .rhda__card--review, .rhda__card--ativas { position:relative; top:auto; left:auto; right:auto; bottom:auto; width:auto; min-height:78px; padding:10px; gap:7px; transform:translateY(16px); } .rhda.is-visible .rhda__card { transform:none; } .rhda__avatar { width:28px; height:28px; } .rhda__avatar--small { display:none; } .rhda__card-body strong { font-size:10px; } .rhda__card-body small { font-size:8px; } .rhda__card-value { font-size:9px; } .rhda__icon { width:27px; height:27px; } .rhda__check--cert { width:18px; height:18px; font-size:11px; } }
@media (max-width:390px) { .rhda__inner { width:calc(100% - 24px); } .rhda__cards { gap:7px; } .rhda__card { padding:8px; } .rhda__avatar { width:24px; height:24px; } .rhda__card-body strong { font-size:9px; } .rhda__card-body small { font-size:7.5px; } .rhda__card-value { font-size:8px; } }
@media (prefers-reduced-motion:reduce) { .rhda *, .rhda *::before, .rhda *::after { animation:none !important; transition-duration:.01ms !important; transition-delay:0ms !important; scroll-behavior:auto !important; } .rhda__person,.rhda__card,.rhda__stars span,.rhda__check { opacity:1 !important; transform:none !important; } .rhda__progress span { width:var(--progress) !important; } }
/* Estilos exclusivos da página de prévia. */
.demo-spacer { display:grid; place-items:center; min-height:58vh; color:#beb4d0; font:700 16px 'Inter',Arial,sans-serif; text-align:center; }
.demo-spacer--bottom { min-height:22vh; }
