/* para-quem.css — seção 03: órbita de perfis (Síndico, Conselho, Administração, Moradores) e painéis de detalhe
   Extraído do build original (assets/index-C_bOfxLt.css) preservando a ordem da cascata. */

.audience-section {
    background: radial-gradient(circle at 25% 55%, #6e9fc429, transparent 30%), var(--navy-900);
    color: var(--white);
    padding: clamp(110px, 9vw, 150px) 0;
    position: relative;
    overflow: hidden
}

.audience-section:before {
    content: "";
    opacity: .15;
    background-image: linear-gradient(#ffffff14 1px, #0000 1px), linear-gradient(90deg, #ffffff14 1px, #0000 1px);
    background-size: 84px 84px;
    position: absolute;
    inset: 0
}

.audience-intro {
    align-items: end
}

.audience-intro h2 {
    max-width: 900px;
    color: var(--white)
}

.audience-layout {
    z-index: 2;
    grid-template-columns: minmax(560px, 7fr) minmax(410px, 5fr);
    align-items: center;
    gap: clamp(48px, 6vw, 96px);
    margin-top: 76px;
    display: grid;
    position: relative
}

.orbit-stage {
    width: 620px;
    max-width: 100%;
    height: 620px;
    margin-inline: auto;
    position: relative
}

.orbit-lines {
    border: 1px solid #b7d1e440;
    border-radius: 50%;
    position: absolute;
    inset: 70px;
    box-shadow: inset 0 0 65px #6e9fc40d, 0 0 70px #6e9fc40d
}

.orbit-lines:before,
.orbit-lines:after {
    content: "";
    border: 1px solid #b7d1e426;
    border-radius: 50%;
    position: absolute;
    inset: 12%
}

.orbit-lines:before {
    transform: rotateX(66deg)
}

.orbit-lines:after {
    transform: rotateY(66deg)
}

.center-sphere {
    z-index: 2;
    background: radial-gradient(circle at 34% 27%, #ffffff73, #0000 9%), radial-gradient(circle at 38% 32%, #7ba8ca 0%, #1b5d8d 31%, #082442 67%, #020b16 100%);
    border: 1px solid #b7d1e480;
    border-radius: 50%;
    place-items: center;
    width: 220px;
    height: 220px;
    display: grid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: inset -28px -24px 46px #0006, inset 20px 17px 42px #ffffff14, 0 0 54px #6e9fc42e
}

.center-sphere:before,
.center-sphere:after {
    content: "";
    border: 1px solid #ffffff29;
    border-radius: 50%;
    position: absolute
}

.center-sphere:before {
    inset: 10% 26%
}

.center-sphere:after {
    inset: 26% 10%
}

.center-sphere span {
    z-index: 2;
    color: var(--white);
    letter-spacing: .25em;
    font-size: 11px;
    font-weight: 600;
    position: relative
}

.center-sphere i {
    z-index: 2;
    background: var(--blue-300);
    width: 42px;
    height: 1px;
    position: absolute;
    bottom: 35%
}

.orbit-track {
    z-index: 4;
    position: absolute;
    inset: 55px
}

.orbit-spoke {
    animation: 32s linear infinite orbit-spin;
    animation-delay: calc(var(--i) * -8s);
    position: absolute;
    inset: 0
}

.orbit-node {
    min-width: 132px;
    max-width: 188px;
    min-height: 52px;
    color: var(--white);
    text-align: center;
    cursor: pointer;
    animation: 32s linear infinite orbit-counter-spin;
    animation-delay: calc(var(--i) * -8s);
    background: #071d36e6;
    border: 1px solid #b7d1e480;
    border-radius: 999px;
    place-items: center;
    padding: 8px 17px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    transition: background .2s, border-color .2s, box-shadow .2s, color .2s;
    display: grid;
    position: absolute;
    top: 50%;
    right: -58px;
    transform: translateY(-50%)
}

.orbit-node:hover {
    border-color: var(--white);
    box-shadow: 0 0 26px #6e9fc440
}

.orbit-node.active {
    border-color: var(--blue-300);
    background: var(--blue-300);
    color: var(--navy-950)
}

.orbit-stage:hover .orbit-spoke,
.orbit-stage:hover .orbit-node,
.orbit-stage:focus-within .orbit-spoke,
.orbit-stage:focus-within .orbit-node {
    animation-play-state: paused
}

.profile-panel {
    background: #ffffff0e;
    border: 1px solid #b7d1e447;
    min-height: 440px;
    padding: clamp(32px, 4vw, 52px);
    animation: .2s panel-in
}

.profile-panel-stack {
    min-width: 0
}

.profile-panel h3 {
    color: var(--white);
    font-family: var(--serif);
    letter-spacing: -.04em;
    margin: 24px 0 34px;
    font-size: clamp(42px, 4.3vw, 64px);
    font-weight: 400;
    line-height: 1
}

.profile-panel dl,
.profile-panel dd {
    margin: 0
}

.profile-panel dl>div {
    border-top: 1px solid #ffffff26;
    grid-template-columns: 155px 1fr;
    gap: 24px;
    padding: 21px 0;
    display: grid
}

.profile-panel dt {
    color: var(--blue-300);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35
}

.profile-panel dd {
    color: #ffffffba;
    font-size: 16px;
    line-height: 1.5
}

.profile-value-list {
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid
}

.profile-value-list li {
    padding-left: 15px;
    position: relative
}

.profile-value-list li:before {
    background: var(--blue-300);
    content: "";
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: .68em;
    left: 0
}

