/* TROPA DO RECANTO — Portal 0.16.0 — Redes Sociais */
.page-redes {
    --social-cyan: #24b8ff;
    --social-pink: #f44d98;
    --social-purple: #8b7cff;
    --social-whatsapp: #65df88;
    --social-yellow: #f6c437;
}

.social-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(78px, 9vw, 126px) 0 clamp(70px, 8vw, 104px);
    border-bottom: 1px solid var(--line);
}

.social-hero::before,
.social-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
}

.social-hero::before {
    width: min(48vw, 620px);
    height: min(48vw, 620px);
    right: -14vw;
    top: -28%;
    background: radial-gradient(circle, rgba(36,184,255,.11), rgba(36,184,255,0) 68%);
}

.social-hero::after {
    width: min(38vw, 500px);
    height: min(38vw, 500px);
    left: -16vw;
    bottom: -54%;
    background: radial-gradient(circle, rgba(244,77,152,.08), rgba(244,77,152,0) 68%);
}

.social-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(38px, 6vw, 82px);
    align-items: center;
}

.social-hero__copy h1 {
    max-width: 820px;
    margin-bottom: 24px;
    font-size: clamp(3rem, 6.5vw, 6.1rem);
}

.social-hero__copy h1 span {
    color: var(--green-bright);
}

.social-hero__copy .lead {
    max-width: 680px;
    margin-bottom: 0;
}

.social-hero__visual {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 44%, rgba(184,229,41,.08), transparent 28%),
        linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.014));
}

.social-hero__visual::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .32;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000 45%, transparent 100%);
}

.social-hero__orbit {
    position: absolute;
    width: 235px;
    aspect-ratio: 1;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
}

.social-hero__ring {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(184,229,41,.16);
    border-radius: 50%;
}

.social-hero__ring--inner {
    inset: 24%;
    border-color: rgba(255,255,255,.12);
}

.social-hero__ring--outer::before,
.social-hero__ring--outer::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green-bright);
    box-shadow: 0 0 22px rgba(184,229,41,.75);
}

.social-hero__ring--outer::before { top: 13%; left: 12%; }
.social-hero__ring--outer::after { right: 4%; bottom: 27%; }

.social-hero__core {
    position: relative;
    z-index: 2;
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 26px;
    background: linear-gradient(145deg, var(--green-bright), #89bc0d);
    color: #101607;
    font-size: 2.2rem;
    font-weight: 950;
    box-shadow: 0 20px 60px rgba(184,229,41,.18), inset 0 1px rgba(255,255,255,.4);
}

.social-hero__nodes {
    position: absolute;
    inset: 0;
}

.social-hero__node {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    background: rgba(8,11,22,.9);
    color: var(--text-soft);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .04em;
    box-shadow: 0 12px 32px rgba(0,0,0,.25);
}

.social-hero__node svg { width: 16px; height: 16px; }
.social-hero__node--tiktok { top: 17%; left: 8%; color: #bcefff; border-color: rgba(36,184,255,.24); }
.social-hero__node--instagram { top: 16%; right: 7%; color: #ffc1dc; border-color: rgba(244,77,152,.25); }
.social-hero__node--discord { bottom: 27%; left: 7%; color: #d9d5ff; border-color: rgba(139,124,255,.25); }
.social-hero__node--whatsapp { bottom: 25%; right: 6%; color: #c8ffd8; border-color: rgba(101,223,136,.25); }

.social-hero__caption {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 24px;
    z-index: 2;
    display: grid;
    gap: 4px;
    text-align: center;
}

.social-hero__caption small,
.social-official small,
.social-utility__copy small {
    color: var(--green-bright);
    font-size: .65rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.social-hero__caption strong {
    font-size: .86rem;
}

.social-primary {
    padding-bottom: clamp(78px, 9vw, 118px);
}

.social-feature {
    display: grid;
    grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
    min-height: 430px;
    overflow: hidden;
}

.social-feature__art {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(28px, 4vw, 44px);
    border-right: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(36,184,255,.09), transparent 45%),
        linear-gradient(25deg, rgba(244,77,152,.08), transparent 48%),
        #090d1c;
}

.social-feature__art::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.1) .8px, transparent .8px);
    background-size: 22px 22px;
    opacity: .18;
}

.social-feature__glow {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    filter: blur(55px);
    opacity: .2;
}

.social-feature__glow--cyan { background: var(--social-cyan); top: -90px; left: -75px; }
.social-feature__glow--pink { background: var(--social-pink); right: -80px; bottom: -110px; }

.social-feature__mark {
    position: relative;
    z-index: 1;
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    margin-bottom: auto;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    background: rgba(255,255,255,.055);
    color: #fff;
    box-shadow: 0 24px 80px rgba(0,0,0,.3);
}

.social-feature__mark svg { width: 42px; height: 42px; }

.social-feature__word {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.07em;
}

.social-feature__art small {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    color: var(--text-muted);
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.social-feature__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(34px, 5vw, 66px);
}

.social-feature__body h2 {
    margin-bottom: 16px;
}

.social-feature__body > p:not(.eyebrow) {
    max-width: 650px;
    margin-bottom: 28px;
}

.social-channels .section-heading,
.social-utilities .section-heading {
    max-width: 790px;
}

.social-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.social-channel {
    --channel-accent: var(--green);
    position: relative;
    min-height: 320px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 26px;
    transition: transform var(--transition), border-color var(--transition), background var(--transition), box-shadow var(--transition);
}

.social-channel::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    right: -74px;
    top: -78px;
    border-radius: 50%;
    background: var(--channel-accent);
    opacity: .08;
    filter: blur(5px);
}

.social-channel:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--channel-accent) 38%, transparent);
    box-shadow: 0 22px 60px rgba(0,0,0,.22);
}

.social-channel--instagram { --channel-accent: var(--social-pink); }
.social-channel--discord { --channel-accent: var(--social-purple); }
.social-channel--whatsapp { --channel-accent: var(--social-whatsapp); }

.social-channel__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.social-channel__icon,
.social-utility__icon,
.social-official__icon {
    display: grid;
    place-items: center;
    border: 1px solid var(--line-strong);
    background: rgba(255,255,255,.045);
}

.social-channel__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: var(--channel-accent);
}

.social-channel__icon svg { width: 23px; height: 23px; }

.social-channel__label {
    color: var(--text-muted);
    font-size: .64rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.social-channel__copy {
    position: relative;
    z-index: 1;
    margin-top: 54px;
}

.social-channel__copy h3 {
    margin-bottom: 10px;
    font-size: 1.55rem;
}

.social-channel__copy p {
    margin: 0;
    font-size: .86rem;
}

.social-channel__action {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 24px;
    color: var(--text);
    font-size: .74rem;
    font-weight: 850;
}

.social-channel__action svg,
.social-utility__action svg { width: 16px; height: 16px; }

.social-utilities {
    padding-bottom: clamp(86px, 10vw, 132px);
}

.social-utility-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.social-utility {
    --utility-accent: var(--green);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    min-height: 180px;
    padding: 24px;
    transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.social-utility:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--utility-accent) 34%, transparent);
    background: linear-gradient(145deg, color-mix(in srgb, var(--utility-accent) 7%, transparent), rgba(255,255,255,.018));
}

.social-utility--livepix { --utility-accent: var(--social-pink); }
.social-utility--coins { --utility-accent: var(--social-yellow); }

.social-utility__icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    color: var(--utility-accent);
}

.social-utility__icon svg { width: 25px; height: 25px; }

.social-utility__copy h3 {
    margin: 5px 0 7px;
    font-size: 1.2rem;
}

.social-utility__copy p {
    margin: 0;
    font-size: .8rem;
}

.social-utility__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-soft);
    font-size: .72rem;
    font-weight: 850;
    white-space: nowrap;
}

.social-official {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    max-width: 900px;
    margin: 46px auto 0;
    padding: 24px 26px;
    border-color: rgba(184,229,41,.16);
    background: linear-gradient(145deg, rgba(184,229,41,.045), rgba(255,255,255,.018));
}

.social-official__icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    color: var(--green-bright);
    border-color: rgba(184,229,41,.16);
    background: rgba(184,229,41,.06);
}

.social-official__icon svg { width: 25px; height: 25px; }

.social-official strong {
    display: block;
    margin: 4px 0 5px;
    font-size: .95rem;
}

.social-official p {
    margin: 0;
    font-size: .78rem;
}

@media (max-width: 980px) {
    .social-hero__grid,
    .social-feature {
        grid-template-columns: 1fr;
    }

    .social-hero__visual {
        min-height: 380px;
    }

    .social-feature__art {
        min-height: 340px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .social-channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .social-channel:last-child {
        grid-column: 1 / -1;
        min-height: 260px;
    }

    .social-utility-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .social-hero {
        padding-top: 72px;
    }

    .social-hero__copy h1 {
        font-size: clamp(2.75rem, 13vw, 4.4rem);
    }

    .social-hero__visual {
        min-height: 350px;
    }

    .social-hero__orbit {
        width: 185px;
    }

    .social-hero__core {
        width: 68px;
        height: 68px;
        border-radius: 22px;
        font-size: 1.8rem;
    }

    .social-hero__node {
        padding: 8px 10px;
        font-size: .59rem;
    }

    .social-hero__node--tiktok { top: 13%; left: 4%; }
    .social-hero__node--instagram { top: 14%; right: 3%; }
    .social-hero__node--discord { bottom: 29%; left: 3%; }
    .social-hero__node--whatsapp { bottom: 27%; right: 3%; }

    .social-hero__caption {
        left: 16px;
        right: 16px;
        bottom: 18px;
    }

    .social-feature__art {
        min-height: 300px;
        padding: 28px;
    }

    .social-feature__mark {
        width: 76px;
        height: 76px;
        border-radius: 22px;
    }

    .social-feature__mark svg { width: 34px; height: 34px; }

    .social-feature__body {
        padding: 30px 26px 34px;
    }

    .social-channel-grid {
        grid-template-columns: 1fr;
    }

    .social-channel,
    .social-channel:last-child {
        grid-column: auto;
        min-height: 270px;
    }

    .social-channel__copy {
        margin-top: 40px;
    }

    .social-utility {
        grid-template-columns: auto 1fr;
    }

    .social-utility__action {
        grid-column: 2;
        justify-self: start;
        white-space: normal;
    }

    .social-official {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

@media (max-width: 430px) {
    .social-hero__visual {
        min-height: 330px;
    }

    .social-hero__orbit {
        width: 160px;
        top: 43%;
    }

    .social-hero__node {
        gap: 6px;
        padding: 7px 9px;
    }

    .social-hero__node svg { width: 13px; height: 13px; }
    .social-hero__node--tiktok { left: 2%; }
    .social-hero__node--instagram { right: 2%; }
    .social-hero__node--discord { left: 2%; }
    .social-hero__node--whatsapp { right: 2%; }

    .social-feature__body,
    .social-channel,
    .social-utility,
    .social-official {
        padding-left: 22px;
        padding-right: 22px;
    }
}
