/* =========================================================
   QUEM SOMOS — KLYVE
========================================================= */

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


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

.about-hero {
    position: relative;

    padding: 100px 0 90px;

    overflow: hidden;
}


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


.about-orb {
    position: absolute;

    width: 720px;
    height: 720px;

    right: -220px;
    top: -100px;

    border-radius: 50%;

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

    filter: blur(2px);

    pointer-events: none;
}


.about-heading {
    position: relative;

    z-index: 2;

    max-width: 780px;
}


.about-label {
    display: inline-block;

    margin-bottom: 25px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.about-heading h1 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(46px, 6vw, 80px);

    line-height: 0.98;

    letter-spacing: -4px;

    font-weight: 400;
}


.about-heading h1 strong {
    display: block;

    font-weight: 700;
}


.about-heading p {
    max-width: 600px;

    margin-top: 30px;

    color: #9a9a9a;

    font-size: 17px;

    line-height: 1.7;
}


/* =========================================================
   HISTÓRIA
========================================================= */

.about-story {
    padding: 70px 0 110px;

    background: #0b0b0b;
}


.about-story-grid {
    display: grid;

    grid-template-columns: 1fr 1.3fr;

    gap: 70px;
}


.about-story-grid .section-label {
    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.about-story-grid h2 {
    margin-top: 20px;

    color: #ffffff;

    font-size: clamp(30px, 3.4vw, 42px);

    line-height: 1.1;

    letter-spacing: -1.5px;

    font-weight: 400;
}


.about-story-grid h2 strong {
    font-weight: 700;
}


.about-story-text p {
    color: #9a9a9a;

    font-size: 16px;

    line-height: 1.8;
}


.about-story-text p + p {
    margin-top: 18px;
}


/* =========================================================
   VALORES
========================================================= */

.about-values {
    padding: 100px 0;

    background: #151515;
}


.about-values-header {
    max-width: 700px;

    margin-bottom: 70px;
}


.about-values-header span {
    display: block;

    margin-bottom: 22px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.about-values-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(36px, 4.4vw, 56px);

    line-height: 1;

    letter-spacing: -2.5px;

    font-weight: 400;
}


.about-values-header h2 strong {
    font-weight: 700;
}


.about-values-grid {
    display: grid;

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

    gap: 40px;
}


.about-value-card span {
    display: block;

    margin-bottom: 22px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


.about-value-card h3 {
    margin: 0;

    color: #ffffff;

    font-size: 22px;

    letter-spacing: -0.5px;
}


.about-value-card p {
    margin-top: 14px;

    color: #8e8e8e;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   FUNDADORES
========================================================= */

.about-founders {
    padding: 110px 0;

    background: #0b0b0b;
}


.about-founders-header {
    max-width: 700px;

    margin-bottom: 60px;
}


.about-founders-header span {
    display: block;

    margin-bottom: 22px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.about-founders-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(34px, 4vw, 50px);

    line-height: 1.05;

    letter-spacing: -2px;

    font-weight: 400;
}


.about-founders-header h2 strong {
    font-weight: 700;
}


.about-founders-grid {
    display: grid;

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

    gap: 20px;
}


.founder-card {
    padding: 40px;

    border-radius: 14px;

    background: #121212;

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


.founder-mark {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 112px;
    height: 112px;

    margin-bottom: 30px;

    border-radius: 50%;

    border: 1px solid rgba(0, 213, 0, 0.5);

    color: #00D500;

    font-size: 20px;

    font-weight: 700;

    object-fit: cover;
}


.founder-card h3 {
    margin: 0;

    color: #ffffff;

    font-size: 22px;

    letter-spacing: -0.5px;
}


.founder-card span {
    display: block;

    margin-top: 6px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.founder-card p {
    margin-top: 18px;

    color: #8e8e8e;

    font-size: 14px;

    line-height: 1.7;
}


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

.about-final {
    position: relative;

    padding: 150px 0;

    text-align: center;

    background: #0b0b0b;

    overflow: hidden;
}


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


.about-final .container {
    position: relative;

    z-index: 2;
}


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

    margin-bottom: 25px;

    color: #00D500;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


.about-final h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(42px, 5.6vw, 72px);

    line-height: 0.98;

    letter-spacing: -3.5px;

    font-weight: 400;
}


.about-final h2 strong {
    display: block;

    font-weight: 700;
}


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

    color: #888888;

    font-size: 16px;
}


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


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

    background: transparent;

    color: #00D500;
}


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


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

@media (max-width: 900px) {

    .about-story-grid {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .about-values-grid {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .about-founders-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .about-hero {
        padding: 70px 0 60px;
    }

    .about-heading h1 {
        font-size: 44px;

        letter-spacing: -2px;
    }

    .about-values {
        padding: 70px 0;
    }

    .about-founders {
        padding: 70px 0;
    }

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

    .about-final h2 {
        font-size: 44px;

        letter-spacing: -2px;
    }

}
