/* =========================================================
   MÍDIAS SOCIAIS — KLYVE
========================================================= */

.social-page {
    background: #0b0b0b;
}


/* =========================================================
   INTRO
========================================================= */

.social-intro {
    position: relative;

    padding: 110px 0 100px;

    background: #0b0b0b;

    overflow: hidden;
}


.social-intro::after {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -220px;
    top: -280px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 213, 0, 0.08),
            transparent 70%
        );

    pointer-events: none;
}


.social-intro-content {
    position: relative;

    z-index: 2;

    max-width: 900px;
}


.social-label {
    display: inline-block;

    margin-bottom: 25px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.social-intro h1 {
    margin: 0;

    max-width: 900px;

    color: #ffffff;

    font-size: clamp(52px, 7vw, 92px);

    line-height: 0.95;

    letter-spacing: -5px;

    font-weight: 400;
}


.social-intro h1 strong {
    display: block;

    font-weight: 700;
}


.social-intro p {
    max-width: 620px;

    margin-top: 35px;

    color: #8e8e8e;

    font-size: 17px;

    line-height: 1.7;
}


/* =========================================================
   FEATURES
========================================================= */

.social-feature {
    position: relative;

    padding: 105px 0;
}


.social-feature-light {
    background: #e9e9e9;

    color: #0b0b0b;
}


.social-feature-dark {
    background: #0b0b0b;

    color: #ffffff;
}


.social-feature-container {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 70px;
}


/* =========================================================
   IMAGEM
========================================================= */

.social-feature-image {
    width: 100%;
}


.social-image-frame {
    position: relative;

    width: 100%;

    aspect-ratio: 1.45 / 1;

    border-radius: 14px;

    overflow: hidden;

    background: #151515;

    border: 1px solid rgba(0, 0, 0, 0.08);
}


.social-feature-dark .social-image-frame {
    border-color: rgba(255, 255, 255, 0.08);
}


.social-image-frame img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.6s ease;
}


.social-image-frame:hover img {
    transform: scale(1.025);
}


/* =========================================================
   CONTEÚDO
========================================================= */

.social-feature-content {
    max-width: 540px;
}


.social-feature-number {
    display: block;

    margin-bottom: 22px;

    color: #00a800;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


.social-feature-dark .social-feature-number {
    color: #00D500;
}


.social-feature-content h2 {
    margin: 0;

    color: #0b0b0b;

    font-size: clamp(34px, 4vw, 52px);

    line-height: 1;

    letter-spacing: -2.5px;

    font-weight: 400;
}


.social-feature-dark .social-feature-content h2 {
    color: #ffffff;
}


.social-feature-content h2 strong {
    display: block;

    font-weight: 700;
}


.social-feature-content p {
    margin: 25px 0 0;

    color: #444444;

    font-size: 15px;

    line-height: 1.7;
}


.social-feature-dark .social-feature-content p {
    color: #999999;
}


/* =========================================================
   LISTA
========================================================= */

.social-feature-content ul {
    margin: 25px 0 0;

    padding: 0;

    list-style: none;
}


.social-feature-content li {
    position: relative;

    padding-left: 18px;

    margin-bottom: 8px;

    color: #222222;

    font-size: 14px;

    line-height: 1.5;
}


.social-feature-dark .social-feature-content li {
    color: #c0c0c0;
}


.social-feature-content li::before {
    content: "";

    position: absolute;

    left: 0;

    top: 8px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #00D500;
}


/* =========================================================
   BOTÃO
========================================================= */

.social-button {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 28px;

    padding: 10px 25px;

    border: 1px solid #00a800;

    border-radius: 30px;

    background: transparent;

    color: #0b0b0b;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1px;

    cursor: pointer;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.social-button span {
    color: #00a800;

    font-size: 15px;
}


.social-button:hover {
    background: #00D500;

    border-color: #00D500;

    color: #000000;

    transform: translateY(-2px);
}


.social-feature-dark .social-button {
    border-color: #00D500;

    color: #ffffff;
}


.social-feature-dark .social-button span {
    color: #00D500;
}


.social-feature-dark .social-button:hover {
    background: #00D500;

    color: #000000;
}


.social-feature-dark .social-button:hover span {
    color: #000000;
}


.social-button:hover span {
    color: #000000;
}


/* =========================================================
   PAINEL — CALENDÁRIO DE CONTEÚDO (BLOCO 01)
========================================================= */

.social-image-calendar {
    padding: 0;

    background:
        radial-gradient(
            circle at 20% 15%,
            rgba(0, 213, 0, 0.10),
            transparent 40%
        ),
        #121212;
}


.social-calendar {
    position: absolute;

    inset: 0;

    padding: 28px;

    display: flex;

    flex-direction: column;

    gap: 18px;
}


.calendar-top {
    display: flex;

    justify-content: space-between;

    align-items: center;
}


.calendar-top span {
    color: #777777;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;
}


.calendar-top strong {
    color: #00D500;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;
}


.calendar-grid {
    display: grid;

    grid-template-columns: repeat(7, 1fr);

    gap: 6px;

    flex: 1;
}


.calendar-cell {
    position: relative;

    border-radius: 5px;

    background: rgba(255, 255, 255, 0.04);

    border: 1px solid rgba(255, 255, 255, 0.06);
}


.calendar-cell.is-post::after {
    content: "";

    position: absolute;

    left: 6px;
    bottom: 6px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #00D500;
}


.calendar-cell.is-post-b::after {
    content: "";

    position: absolute;

    left: 6px;
    bottom: 6px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: rgba(0, 213, 0, 0.4);
}


.calendar-caption {
    display: flex;

    align-items: baseline;

    gap: 10px;
}


.calendar-caption strong {
    color: #ffffff;

    font-size: clamp(24px, 3.4vw, 34px);

    font-weight: 700;

    letter-spacing: -1px;
}


.calendar-caption span {
    color: #858585;

    font-size: 12px;

    letter-spacing: 0.5px;
}


/* =========================================================
   PAINEL — ENGAJAMENTO (BLOCO 02)
========================================================= */

.social-image-engagement {
    padding: 0;

    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(0, 213, 0, 0.10),
            transparent 40%
        ),
        #121212;
}


.social-engagement {
    position: absolute;

    inset: 0;

    padding: 28px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;
}


.engagement-top {
    display: flex;

    justify-content: space-between;

    color: #777777;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;
}


.engagement-bars {
    display: flex;

    align-items: flex-end;

    gap: 10px;

    flex: 1;

    padding: 20px 0;
}


.engagement-bars span {
    display: block;

    flex: 1;

    border-radius: 4px 4px 0 0;

    background: rgba(0, 213, 0, 0.18);
}


.engagement-bars span.is-high {
    background: #00D500;
}


.engagement-caption {
    display: flex;

    align-items: center;

    justify-content: space-between;
}


.engagement-caption strong {
    color: #ffffff;

    font-size: clamp(24px, 3.4vw, 34px);

    font-weight: 700;

    letter-spacing: -1px;
}


.engagement-caption span {
    color: #00D500;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.5px;
}


/* =========================================================
   DASHBOARD VISUAL
========================================================= */

.social-image-dashboard {
    padding: 0;

    background:
        radial-gradient(
            circle at 70% 20%,
            rgba(0, 213, 0, 0.12),
            transparent 35%
        ),
        #121212;
}


.social-dashboard {
    position: absolute;

    inset: 0;

    padding: 28px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    color: #ffffff;
}


.dashboard-top {
    display: flex;

    justify-content: space-between;

    color: #777777;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;
}


.dashboard-main {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


.dashboard-label {
    margin-bottom: 15px;

    color: #00D500;

    font-size: 10px;

    letter-spacing: 3px;

    font-weight: 700;
}


.dashboard-main strong {
    font-size: clamp(35px, 5vw, 65px);

    line-height: 0.9;

    letter-spacing: -3px;

    font-weight: 700;
}


.dashboard-lines {
    display: flex;

    flex-direction: column;

    gap: 8px;

    width: 100%;
}


.dashboard-lines span {
    display: block;

    height: 1px;

    background: rgba(255, 255, 255, 0.12);
}


.dashboard-lines span:nth-child(1) {
    width: 100%;
}


.dashboard-lines span:nth-child(2) {
    width: 75%;
}


.dashboard-lines span:nth-child(3) {
    width: 45%;
}


/* =========================================================
   PROCESSO
========================================================= */

.social-strategy {
    padding: 130px 0;

    background: #151515;

    color: #ffffff;
}


.social-strategy-header {
    max-width: 700px;

    margin-bottom: 75px;
}


.social-strategy-header > span {
    display: block;

    margin-bottom: 22px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.social-strategy-header h2 {
    margin: 0;

    font-size: clamp(40px, 5vw, 65px);

    line-height: 1;

    letter-spacing: -3px;

    font-weight: 400;
}


.social-strategy-header h2 strong {
    font-weight: 700;
}


.social-process {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 0;

    border-top: 1px solid rgba(255, 255, 255, 0.12);
}


.social-process-item {
    padding: 35px 30px 20px;

    border-right: 1px solid rgba(255, 255, 255, 0.12);
}


.social-process-item:first-child {
    padding-left: 0;
}


.social-process-item:last-child {
    border-right: none;
}


.social-process-item > span {
    display: block;

    margin-bottom: 35px;

    color: #00D500;

    font-size: 11px;

    letter-spacing: 2px;

    font-weight: 700;
}


.social-process-item h3 {
    margin: 0;

    color: #ffffff;

    font-size: 22px;

    letter-spacing: -1px;
}


.social-process-item p {
    max-width: 220px;

    margin-top: 15px;

    color: #858585;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   CTA FINAL
========================================================= */

.social-final {
    position: relative;

    padding: 150px 0;

    text-align: center;

    background: #0b0b0b;

    overflow: hidden;
}


.social-final::before {
    content: "";

    position: absolute;

    width: 650px;
    height: 650px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 213, 0, 0.08),
            transparent 68%
        );

    pointer-events: none;
}


.social-final .container {
    position: relative;

    z-index: 2;
}


.social-final > .container > span {
    display: block;

    margin-bottom: 25px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.social-final h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(45px, 6vw, 78px);

    line-height: 0.95;

    letter-spacing: -4px;

    font-weight: 400;
}


.social-final h2 strong {
    display: block;

    font-weight: 700;
}


.social-final p {
    margin: 25px 0 35px;

    color: #888888;

    font-size: 16px;
}


.social-final-button {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 14px 28px;

    border: 1px solid #00D500;

    border-radius: 30px;

    background: #00D500;

    color: #000000;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


.social-final-button:hover {
    transform: translateY(-3px);

    background: transparent;

    color: #00D500;
}


.social-final-button span {
    font-size: 16px;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 900px) {

    .social-feature-container {
        grid-template-columns: 1fr;

        gap: 50px;
    }


    .social-feature-content {
        max-width: 700px;
    }


    .social-feature-dark .social-feature-container {
        display: flex;

        flex-direction: column;
    }


    .social-feature-dark .social-feature-content {
        order: 1;
    }


    .social-feature-dark .social-feature-image {
        order: 2;
    }


    .social-process {
        grid-template-columns: repeat(2, 1fr);
    }


    .social-process-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }


    .social-process-item:nth-child(2) {
        border-right: none;
    }

}


@media (max-width: 600px) {

    .social-intro {
        padding: 80px 0;
    }


    .social-intro h1 {
        font-size: 48px;

        letter-spacing: -3px;
    }


    .social-intro p {
        font-size: 15px;
    }


    .social-feature {
        padding: 75px 0;
    }


    .social-feature-container {
        gap: 40px;
    }


    .social-feature-content h2 {
        font-size: 38px;

        letter-spacing: -2px;
    }


    .social-process {
        grid-template-columns: 1fr;
    }


    .social-process-item {
        padding-left: 0;

        padding-right: 0;

        border-right: none;
    }


    .social-process-item:nth-child(2) {
        border-right: none;
    }


    .social-final {
        padding: 100px 0;
    }


    .social-final h2 {
        font-size: 48px;

        letter-spacing: -3px;
    }

}


@media (max-width: 480px) {

    .social-image-frame {
        aspect-ratio: 1.2 / 1;
    }


    .social-feature-content h2 {
        font-size: 34px;
    }


    .social-final h2 {
        font-size: 42px;
    }

}