/* =========================================================
   CRIAÇÃO DE MARCAS — KLYVE
========================================================= */

.brand-page {
    background: #0b0b0b;
}


/* =========================================================
   HERO
========================================================= */

.brand-hero {
    position: relative;

    min-height: calc(100vh - 90px);

    padding: 100px 0 120px;

    overflow: hidden;
}


.brand-hero::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );

    background-size: 80px 80px;

    opacity: 0.35;

    pointer-events: none;
}


.brand-orb {
    position: absolute;

    width: 720px;
    height: 720px;

    right: -180px;
    top: 0;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(0, 213, 0, 0.16),
            rgba(0, 213, 0, 0.04) 40%,
            transparent 72%
        );

    filter: blur(2px);

    pointer-events: none;
}


.brand-heading {
    position: relative;

    z-index: 2;

    max-width: 720px;
}


.brand-label {
    display: inline-block;

    margin-bottom: 25px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.brand-heading h1 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(48px, 6.4vw, 84px);

    line-height: 0.98;

    letter-spacing: -4px;

    font-weight: 400;
}


.brand-heading h1 strong {
    display: block;

    font-weight: 700;
}


.brand-heading p {
    max-width: 560px;

    margin-top: 30px;

    color: #9a9a9a;

    font-size: 17px;

    line-height: 1.7;
}


/* AMOSTRA DE IDENTIDADE (mock visual) */

.brand-showcase {
    position: relative;

    z-index: 2;

    margin-top: 80px;

    display: grid;

    grid-template-columns: 1.1fr 1fr 1fr;

    gap: 20px;
}


.showcase-card {
    position: relative;

    border-radius: 14px;

    padding: 26px;

    min-height: 190px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    border: 1px solid rgba(255, 255, 255, 0.08);
}


.showcase-card span {
    color: #777777;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;
}


.showcase-mark {
    background: #121212;
}


.showcase-mark strong {
    font-size: 70px;

    font-weight: 700;

    color: transparent;

    -webkit-text-stroke: 1.5px #00D500;

    line-height: 1;
}


.showcase-palette {
    background: #121212;
}


.showcase-swatches {
    display: flex;

    gap: 8px;
}


.swatch {
    width: 100%;

    height: 44px;

    border-radius: 6px;
}


.swatch-1 { background: #00D500; }
.swatch-2 { background: #191919; border: 1px solid rgba(255,255,255,0.14); }
.swatch-3 { background: #f5f5f5; }
.swatch-4 { background: #bdbdbd; }


.showcase-type {
    background: #121212;
}


.showcase-type strong {
    color: #ffffff;

    font-size: 26px;

    font-weight: 700;

    letter-spacing: -1px;
}


.showcase-type em {
    display: block;

    margin-top: 4px;

    color: #8e8e8e;

    font-size: 13px;

    font-style: normal;
}


/* =========================================================
   INTRO
========================================================= */

.brand-intro {
    padding: 130px 0 60px;

    background: #0b0b0b;
}


.brand-intro-grid {
    display: grid;

    grid-template-columns: 1fr 1.3fr;

    gap: 70px;
}


.brand-intro-grid .section-label {
    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.brand-intro-grid h2 {
    margin-top: 20px;

    color: #ffffff;

    font-size: clamp(32px, 3.6vw, 46px);

    line-height: 1.05;

    letter-spacing: -2px;

    font-weight: 400;
}


.brand-intro-grid h2 strong {
    font-weight: 700;
}


.brand-intro-text p {
    color: #9a9a9a;

    font-size: 16px;

    line-height: 1.8;
}


.brand-intro-text p + p {
    margin-top: 18px;
}


/* =========================================================
   O QUE ENTREGAMOS — GRID
========================================================= */

.brand-deliverables {
    padding: 60px 0 130px;

    background: #0b0b0b;
}


.brand-deliverables-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 1px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 16px;

    overflow: hidden;
}


.brand-deliverable {
    padding: 40px 32px;

    background: #121212;

    transition: background 0.25s ease;
}


.brand-deliverable:hover {
    background: #171717;
}


.brand-deliverable-number {
    display: block;

    margin-bottom: 30px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}

.brand-deliverable h3 {
    margin: 0;

    color: #ffffff;

    font-size: 20px;

    letter-spacing: -0.5px;
}

.brand-deliverable p {
    margin-top: 14px;

    color: #8e8e8e;

    font-size: 14px;

    line-height: 1.65;
}


/* =========================================================
   PROCESSO
========================================================= */

.brand-process {
    padding: 130px 0;

    background: #151515;
}


.brand-process-header {
    max-width: 700px;

    margin-bottom: 75px;
}


.brand-process-header span {
    display: block;

    margin-bottom: 22px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.brand-process-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 65px);

    line-height: 1;

    letter-spacing: -3px;

    font-weight: 400;
}


.brand-process-header h2 strong {
    font-weight: 700;
}


.brand-process-list {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 0;

    border-top: 1px solid rgba(255, 255, 255, 0.12);
}


.brand-process-item {
    padding: 35px 30px 20px;

    border-right: 1px solid rgba(255, 255, 255, 0.12);
}


.brand-process-item:first-child {
    padding-left: 0;
}


.brand-process-item:last-child {
    border-right: none;
}


.brand-process-item > span {
    display: block;

    margin-bottom: 35px;

    color: #00D500;

    font-size: 11px;

    letter-spacing: 2px;

    font-weight: 700;
}


.brand-process-item h3 {
    margin: 0;

    color: #ffffff;

    font-size: 22px;

    letter-spacing: -1px;
}


.brand-process-item p {
    max-width: 220px;

    margin-top: 15px;

    color: #858585;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   CTA FINAL
========================================================= */

.brand-final {
    position: relative;

    padding: 150px 0;

    text-align: center;

    background: #0b0b0b;

    overflow: hidden;
}


.brand-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;
}


.brand-final .container {
    position: relative;

    z-index: 2;
}


.brand-final > .container > span {
    display: block;

    margin-bottom: 25px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.brand-final h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(45px, 6vw, 78px);

    line-height: 0.95;

    letter-spacing: -4px;

    font-weight: 400;
}


.brand-final h2 strong {
    display: block;

    font-weight: 700;
}


.brand-final p {
    margin: 25px 0 35px;

    color: #888888;

    font-size: 16px;
}


.brand-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;
}


.brand-final-button:hover {
    transform: translateY(-3px);

    background: transparent;

    color: #00D500;
}


.brand-final-button span {
    font-size: 16px;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 900px) {

    .brand-showcase {
        grid-template-columns: 1fr;
    }

    .brand-intro-grid {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .brand-deliverables-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-process-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-process-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .brand-process-item:nth-child(2) {
        border-right: none;
    }

}


@media (max-width: 600px) {

    .brand-hero {
        padding: 70px 0 80px;
    }

    .brand-heading h1 {
        font-size: 46px;

        letter-spacing: -2px;
    }

    .brand-deliverables-grid {
        grid-template-columns: 1fr;
    }

    .brand-process-list {
        grid-template-columns: 1fr;
    }

    .brand-process-item {
        padding-left: 0;

        padding-right: 0;

        border-right: none;
    }

    .brand-final {
        padding: 100px 0;
    }

    .brand-final h2 {
        font-size: 46px;

        letter-spacing: -2px;
    }

}
