/* =========================================================
   VERTEX STUDIO — PÁGINA SOBRE
   Arquivo: css/sobre.css
========================================================= */

.about-page-body {
    overflow-x: hidden;
    background: #02040a;
}


/* =========================================================
   HERO
========================================================= */

.about-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding: 145px 0 95px;
    background:
        radial-gradient(
            circle at 14% 45%,
            rgba(0, 153, 255, 0.09),
            transparent 33%
        ),
        radial-gradient(
            circle at 85% 42%,
            rgba(113, 57, 255, 0.14),
            transparent 37%
        ),
        linear-gradient(
            135deg,
            #02040a 0%,
            #030714 48%,
            #07051a 100%
        );
}

.about-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: 0.17;
    background-image:
        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: 78px 78px;
    mask-image: radial-gradient(
        circle at center,
        #000,
        transparent 76%
    );
}

.about-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -200px;
    bottom: -330px;
    width: 1050px;
    height: 530px;
    border: 1px solid rgba(0, 183, 255, 0.13);
    border-radius: 50%;
    transform: rotate(-8deg);
}

.about-hero__waves {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.about-hero__effects {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.about-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(105px);
}

.about-hero__glow--one {
    top: 16%;
    left: -160px;
    width: 460px;
    height: 460px;
    background: rgba(0, 153, 255, 0.1);
    animation: aboutGlowOne 10s ease-in-out infinite alternate;
}

.about-hero__glow--two {
    right: -180px;
    bottom: 5%;
    width: 540px;
    height: 540px;
    background: rgba(125, 54, 255, 0.13);
    animation: aboutGlowTwo 12s ease-in-out infinite alternate;
}

.about-hero__ring {
    position: absolute;
    border: 1px solid rgba(80, 125, 255, 0.1);
    border-radius: 50%;
}

.about-hero__ring--one {
    top: 10%;
    right: -120px;
    width: 650px;
    height: 650px;
    animation: aboutRing 24s linear infinite;
}

.about-hero__ring--two {
    top: 19%;
    right: -25px;
    width: 470px;
    height: 470px;
    animation: aboutRing 18s linear infinite reverse;
}

.about-hero__beam {
    position: absolute;
    top: 42%;
    left: -42%;
    width: 38%;
    height: 135px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 183, 255, 0.17),
        rgba(119, 57, 255, 0.21),
        transparent
    );
    filter: blur(30px);
    transform: rotate(-7deg);
    animation: aboutBeam 9s ease-in-out infinite;
}


/* =========================================================
   ESTRUTURA DO HERO
========================================================= */

.about-hero__container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(430px, 0.95fr);
    align-items: center;
    gap: clamp(55px, 7vw, 115px);
}

.about-hero__content {
    position: relative;
    z-index: 4;
    min-width: 0;
}

.about-hero__title {
    max-width: 890px;
    margin-top: 22px;
}

.about-hero__title-script {
    display: block;
    margin-bottom: 2px;
    color: #3bceff;
    font-family: "Allura", cursive;
    font-size: clamp(3.2rem, 5.7vw, 6.3rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -0.025em;
    text-shadow: 0 0 28px rgba(0, 183, 255, 0.18);
}

.about-hero__title-main,
.about-hero__title-highlight {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.065em;
}

.about-hero__title-main {
    color: #ffffff;
    font-size: clamp(3.25rem, 5.4vw, 6rem);
}

.about-hero__title-highlight {
    margin-top: 8px;
    background: linear-gradient(
        90deg,
        #2fd3ff 0%,
        #318cff 39%,
        #704fff 69%,
        #bd48ff 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2.65rem, 4.5vw, 5rem);
}

.about-hero__description {
    max-width: 690px;
    margin-top: 29px;
    color: var(--text-soft, #b7bfd1);
    font-size: clamp(0.94rem, 1.2vw, 1.05rem);
    line-height: 1.82;
}

.about-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}


/* =========================================================
   INDICADORES DO HERO
========================================================= */

.about-hero__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 710px;
    margin-top: 45px;
}

.about-hero__highlights div {
    padding: 4px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.about-hero__highlights div:first-child {
    padding-left: 0;
}

.about-hero__highlights div:last-child {
    border-right: 0;
}

.about-hero__highlights strong,
.about-hero__highlights span {
    display: block;
}

.about-hero__highlights strong {
    margin-bottom: 6px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
}

.about-hero__highlights span {
    color: var(--muted, #8992a8);
    font-size: 0.66rem;
    line-height: 1.45;
}


/* =========================================================
   VISUAL DO HERO
========================================================= */

.about-hero__visual {
    position: relative;
    min-width: 0;
    min-height: 570px;
    display: grid;
    place-items: center;
    overflow: visible;
    perspective: 1300px;
}

.about-hero__visual-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82%;
    height: 72%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(31, 154, 255, 0.19),
        rgba(116, 60, 255, 0.09) 48%,
        transparent 72%
    );
    filter: blur(48px);
    transform: translate(-50%, -50%);
}


/* =========================================================
   PAINEL VISUAL
========================================================= */

.about-system {
    position: relative;
    z-index: 3;
    width: min(100%, 590px);
    overflow: hidden;
    border: 1px solid rgba(99, 134, 255, 0.28);
    border-radius: 26px;
    background: #071020;
    box-shadow:
        0 42px 105px rgba(0, 0, 0, 0.52),
        0 0 52px rgba(0, 145, 255, 0.08),
        0 0 65px rgba(116, 60, 255, 0.06);
    transform:
        perspective(1200px)
        rotateY(-7deg)
        rotateX(3deg);
    animation: aboutSystemFloat 6s ease-in-out infinite;
}

.about-system__top {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 51px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
    background: rgba(255, 255, 255, 0.026);
}

.about-system__controls {
    display: flex;
    gap: 6px;
}

.about-system__controls span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.about-system__controls span:first-child {
    background: #ff647f;
}

.about-system__controls span:nth-child(2) {
    background: #ffbf4d;
}

.about-system__controls span:last-child {
    background: #54efad;
}

.about-system__address {
    flex: 1;
    max-width: 330px;
    overflow: hidden;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.042);
    color: var(--muted, #8992a8);
    font-size: 0.66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about-system__body {
    min-height: 425px;
    padding: 38px 35px;
    background:
        radial-gradient(
            circle at 82% 25%,
            rgba(117, 60, 255, 0.18),
            transparent 38%
        ),
        radial-gradient(
            circle at 18% 72%,
            rgba(0, 145, 255, 0.12),
            transparent 40%
        ),
        #050a14;
}

.about-system__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.about-system__brand img {
    width: 120px;
    height: 65px;
    object-fit: contain;
    object-position: left center;
}

.about-system__brand span {
    color: var(--muted, #8992a8);
    font-size: 0.64rem;
    letter-spacing: 0.08em;
    text-align: right;
    text-transform: uppercase;
}

.about-system__code {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 35px;
    padding: 24px;
    border: 1px solid rgba(92, 132, 255, 0.16);
    border-radius: 18px;
    background: rgba(2, 6, 15, 0.68);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.about-system__code span {
    color: #b8c0d2;
    font-family: "Space Grotesk", monospace;
    font-size: 0.78rem;
    line-height: 1.5;
}

.about-system__code span:nth-child(n + 3):nth-child(-n + 6) {
    padding-left: 25px;
}

.about-system__code i {
    color: #36c9ff;
    font-style: normal;
}

.about-system__code b {
    color: #56d8ff;
    font-weight: 500;
}

.about-system__code em {
    color: #56efb0;
    font-style: normal;
}


/* =========================================================
   CARTÕES FLUTUANTES DO HERO
========================================================= */

.about-hero__floating-card {
    position: absolute;
    z-index: 5;
    width: max-content;
    min-width: 145px;
    max-width: 195px;
    padding: 16px 18px;
    border: 1px solid rgba(88, 130, 255, 0.3);
    border-radius: 17px;
    background: rgba(5, 10, 24, 0.92);
    box-shadow:
        0 25px 65px rgba(0, 0, 0, 0.45),
        0 0 28px rgba(0, 145, 255, 0.08);
    backdrop-filter: blur(17px);
}

.about-hero__floating-card strong,
.about-hero__floating-card span {
    display: block;
}

.about-hero__floating-card strong {
    margin-bottom: 6px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9rem;
}

.about-hero__floating-card span {
    color: var(--muted, #8992a8);
    font-size: 0.62rem;
    line-height: 1.45;
}

.about-hero__floating-card--one {
    top: 12%;
    left: 18px;
    animation: aboutCardFloat 5s ease-in-out infinite;
}

.about-hero__floating-card--two {
    top: 48%;
    right: 12px;
    animation: aboutCardFloat 6s 0.7s ease-in-out infinite;
}

.about-hero__floating-card--three {
    bottom: 7%;
    left: 35px;
    animation: aboutCardFloat 5.5s 0.4s ease-in-out infinite;
}


/* =========================================================
   INDICADOR DE DESCIDA
========================================================= */

.about-hero__scroll {
    position: absolute;
    z-index: 5;
    bottom: 27px;
    left: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 9px;
    color: var(--muted, #8992a8);
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.about-hero__scroll-line {
    position: relative;
    display: block;
    width: 1px;
    height: 38px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
}

.about-hero__scroll-line::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(
        to bottom,
        transparent,
        #2ecbff,
        #8a4cff
    );
    animation: aboutScrollLine 2s ease-in-out infinite;
}


/* =========================================================
   ANIMAÇÕES DO HERO
========================================================= */

@keyframes aboutGlowOne {
    from {
        transform: translate3d(-20px, 15px, 0) scale(0.94);
    }

    to {
        transform: translate3d(90px, -35px, 0) scale(1.16);
    }
}

@keyframes aboutGlowTwo {
    from {
        transform: translate3d(15px, -15px, 0) scale(0.96);
    }

    to {
        transform: translate3d(-100px, 45px, 0) scale(1.18);
    }
}

@keyframes aboutRing {
    to {
        transform: rotate(360deg);
    }
}

@keyframes aboutBeam {
    0% {
        left: -42%;
        opacity: 0;
    }

    18% {
        opacity: 0.8;
    }

    75% {
        opacity: 0.55;
    }

    100% {
        left: 108%;
        opacity: 0;
    }
}

@keyframes aboutSystemFloat {
    0%,
    100% {
        transform:
            perspective(1200px)
            rotateY(-7deg)
            rotateX(3deg)
            translateY(0);
    }

    50% {
        transform:
            perspective(1200px)
            rotateY(-4deg)
            rotateX(2deg)
            translateY(-13px);
    }
}

@keyframes aboutCardFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-11px);
    }
}

@keyframes aboutScrollLine {
    from {
        top: -100%;
    }

    to {
        top: 130%;
    }
}

/* =========================================================
   NOSSA HISTÓRIA
========================================================= */

.about-story {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(0, 145, 255, 0.07),
            transparent 34%
        ),
        radial-gradient(
            circle at 86% 66%,
            rgba(117, 60, 255, 0.09),
            transparent 36%
        ),
        linear-gradient(
            180deg,
            #02040a 0%,
            #040712 48%,
            #02040a 100%
        );
}

.about-story::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: 0.14;
    pointer-events: none;
    background-image:
        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: 72px 72px;
    mask-image: radial-gradient(
        circle at center,
        #000,
        transparent 78%
    );
}

.about-story__effects {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.about-story__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(105px);
}

.about-story__orb--one {
    top: 10%;
    left: -190px;
    width: 470px;
    height: 470px;
    background: rgba(0, 151, 255, 0.08);
}

.about-story__orb--two {
    right: -210px;
    bottom: 2%;
    width: 540px;
    height: 540px;
    background: rgba(115, 52, 255, 0.1);
}

.about-story__line {
    position: absolute;
    right: -10%;
    bottom: 13%;
    width: 72%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(29, 194, 255, 0.18),
        rgba(130, 66, 255, 0.2),
        transparent
    );
    transform: rotate(-8deg);
}

.about-story__container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(400px, 0.95fr);
    align-items: center;
    gap: clamp(65px, 9vw, 145px);
}


/* =========================================================
   TEXTO DA HISTÓRIA
========================================================= */

.about-story__introduction {
    min-width: 0;
}

.about-story__lead {
    max-width: 760px;
    margin-top: 30px;
    color: #ffffff;
    font-family: "Bodoni Moda", serif;
    font-size: clamp(1.25rem, 2vw, 1.85rem);
    line-height: 1.55;
}

.about-story__text {
    display: flex;
    flex-direction: column;
    gap: 19px;
    max-width: 760px;
    margin-top: 28px;
}

.about-story__text p {
    color: var(--text-soft, #b7bfd1);
    font-size: 0.9rem;
    line-height: 1.82;
}

.about-story__signature {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}

.about-story__signature::before {
    content: "";
    width: 55px;
    height: 1px;
    background: linear-gradient(
        90deg,
        #28caff,
        #824dff
    );
}

.about-story__signature span,
.about-story__signature small {
    display: block;
}

.about-story__signature span {
    color: #3acfff;
    font-family: "Allura", cursive;
    font-size: 2.65rem;
    line-height: 0.9;
}

.about-story__signature small {
    color: var(--muted, #8992a8);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* =========================================================
   VISUAL DA HISTÓRIA
========================================================= */

.about-story__visual {
    position: relative;
    min-width: 0;
    min-height: 610px;
    display: grid;
    place-items: center;
    overflow: visible;
    perspective: 1300px;
}

.about-story__visual::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82%;
    height: 72%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(0, 149, 255, 0.14),
        rgba(118, 59, 255, 0.08) 48%,
        transparent 72%
    );
    filter: blur(52px);
    transform: translate(-50%, -50%);
}


/* =========================================================
   CARTÃO DA HISTÓRIA
========================================================= */

.about-story-card {
    position: relative;
    z-index: 3;
    width: min(100%, 500px);
    min-height: 540px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 32px;
    border: 1px solid rgba(95, 132, 255, 0.25);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 72% 25%,
            rgba(117, 60, 255, 0.16),
            transparent 39%
        ),
        radial-gradient(
            circle at 15% 78%,
            rgba(0, 145, 255, 0.11),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            rgba(11, 19, 39, 0.95),
            rgba(4, 7, 17, 0.98)
        );
    box-shadow:
        0 40px 110px rgba(0, 0, 0, 0.46),
        0 0 48px rgba(0, 145, 255, 0.065);
    transform:
        perspective(1200px)
        rotateY(6deg)
        rotateX(2deg);
    animation: aboutStoryCardFloat 7s ease-in-out infinite;
}

.about-story-card::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -130px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(119, 55, 255, 0.14);
    filter: blur(65px);
}

.about-story-card::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(55, 139, 255, 0.12);
    border-radius: 50%;
}

.about-story-card__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.about-story-card__number {
    color: #3bcfff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.about-story-card__label {
    color: var(--muted, #8992a8);
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-story-card__logo {
    position: relative;
    z-index: 2;
    min-height: 190px;
    display: grid;
    place-items: center;
}

.about-story-card__logo-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(36, 164, 255, 0.2),
        rgba(119, 60, 255, 0.1) 47%,
        transparent 72%
    );
    filter: blur(26px);
    transform: translate(-50%, -50%);
}

.about-story-card__logo img {
    position: relative;
    z-index: 2;
    width: 190px;
    height: 110px;
    object-fit: contain;
    filter:
        drop-shadow(0 0 13px rgba(0, 178, 255, 0.2))
        drop-shadow(0 0 22px rgba(119, 59, 255, 0.14));
}

.about-story-card__statement {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.about-story-card__statement span,
.about-story-card__statement strong {
    display: block;
}

.about-story-card__statement span {
    color: var(--muted, #8992a8);
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.about-story-card__statement strong {
    margin-block: 4px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.5rem, 4vw, 4.3rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.065em;
}

.about-story-card__bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
    padding-top: 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.about-story-card__bottom span {
    color: var(--text-soft, #b7bfd1);
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.about-story-card__bottom i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #2ecaff,
        #8c4dff
    );
}


/* =========================================================
   PALAVRAS FLUTUANTES
========================================================= */

.about-story__floating-word {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 15px;
    border: 1px solid rgba(89, 130, 255, 0.26);
    border-radius: 999px;
    background: rgba(5, 10, 24, 0.9);
    color: var(--text-soft, #b7bfd1);
    font-size: 0.62rem;
    font-weight: 700;
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(0, 145, 255, 0.055);
    backdrop-filter: blur(15px);
}

.about-story__floating-word--one {
    top: 13%;
    left: 3px;
    animation: aboutStoryWord 5s ease-in-out infinite;
}

.about-story__floating-word--two {
    top: 49%;
    right: 0;
    animation: aboutStoryWord 6s 0.7s ease-in-out infinite;
}

.about-story__floating-word--three {
    bottom: 9%;
    left: 12px;
    animation: aboutStoryWord 5.5s 0.4s ease-in-out infinite;
}


/* =========================================================
   INDICADORES
========================================================= */

.about-numbers {
    position: relative;
    overflow: hidden;
    padding-block: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background:
        linear-gradient(
            90deg,
            rgba(0, 145, 255, 0.035),
            rgba(117, 60, 255, 0.045),
            rgba(0, 145, 255, 0.035)
        ),
        #03050b;
}

.about-numbers::before {
    content: "";
    position: absolute;
    top: 0;
    left: -35%;
    width: 30%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(49, 196, 255, 0.1),
        rgba(126, 64, 255, 0.12),
        transparent
    );
    filter: blur(18px);
    animation: aboutNumbersLight 8s ease-in-out infinite;
}

.about-numbers__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-numbers__item {
    position: relative;
    min-width: 0;
    padding: 17px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.075);
    text-align: center;
}

.about-numbers__item:last-child {
    border-right: 0;
}

.about-numbers__item > span {
    position: absolute;
    top: 2px;
    left: 28px;
    color: #33cbff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.about-numbers__item strong {
    display: block;
    background: linear-gradient(
        90deg,
        #2ed0ff,
        #398fff,
        #894eff
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -0.065em;
}

.about-numbers__item p {
    margin-top: 9px;
    color: var(--muted, #8992a8);
    font-size: 0.68rem;
    line-height: 1.45;
}


/* =========================================================
   ANIMAÇÕES DA HISTÓRIA
========================================================= */

@keyframes aboutStoryCardFloat {
    0%,
    100% {
        transform:
            perspective(1200px)
            rotateY(6deg)
            rotateX(2deg)
            translateY(0);
    }

    50% {
        transform:
            perspective(1200px)
            rotateY(3deg)
            rotateX(1deg)
            translateY(-13px);
    }
}

@keyframes aboutStoryWord {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes aboutNumbersLight {
    0% {
        left: -35%;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    75% {
        opacity: 0.8;
    }

    100% {
        left: 110%;
        opacity: 0;
    }
}

/* =========================================================
   POSICIONAMENTO
========================================================= */

.about-positioning {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(0, 145, 255, 0.075),
            transparent 34%
        ),
        radial-gradient(
            circle at 88% 45%,
            rgba(117, 60, 255, 0.1),
            transparent 37%
        ),
        #02040a;
}

.about-positioning__effects {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.about-positioning__glow {
    position: absolute;
    top: 15%;
    right: -200px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(116, 54, 255, 0.11);
    filter: blur(110px);
}

.about-positioning__ring {
    position: absolute;
    top: 50%;
    right: -140px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(86, 127, 255, 0.1);
    border-radius: 50%;
    transform: translateY(-50%);
    animation: aboutPositioningRing 22s linear infinite;
}

.about-positioning__container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(520px, 1.15fr);
    align-items: center;
    gap: clamp(65px, 9vw, 145px);
}

.about-positioning__content {
    min-width: 0;
}

.about-positioning__content .section-title {
    max-width: 810px;
    margin-top: 21px;
}

.about-positioning__content .section-description {
    max-width: 700px;
    margin-top: 26px;
}

.about-positioning__content .button {
    margin-top: 34px;
}


/* =========================================================
   PILARES
========================================================= */

.about-positioning__pillars {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.about-positioning__pillars::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 72%;
    height: 72%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(0, 145, 255, 0.11),
        rgba(117, 60, 255, 0.07) 47%,
        transparent 72%
    );
    filter: blur(42px);
    transform: translate(-50%, -50%);
}

.about-pillar {
    position: relative;
    min-width: 0;
    min-height: 250px;
    overflow: hidden;
    padding: 29px 26px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.042),
            rgba(255, 255, 255, 0.012)
        );
    box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.025),
        0 24px 65px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.about-pillar::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: rgba(117, 60, 255, 0.09);
    filter: blur(38px);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.about-pillar::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #29caff,
        #854dff,
        transparent
    );
    transition: opacity 0.4s ease;
}

.about-pillar:hover {
    border-color: rgba(76, 141, 255, 0.27);
    box-shadow:
        0 28px 75px rgba(0, 0, 0, 0.28),
        0 0 28px rgba(0, 145, 255, 0.05);
    transform: translateY(-6px);
}

.about-pillar:hover::before {
    opacity: 1;
    transform: scale(1.25);
}

.about-pillar:hover::after {
    opacity: 1;
}

.about-pillar__number {
    position: absolute;
    top: 23px;
    right: 24px;
    color: rgba(255, 255, 255, 0.14);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.about-pillar__icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 25px;
    border: 1px solid rgba(82, 140, 255, 0.3);
    border-radius: 16px;
    background: linear-gradient(
        145deg,
        rgba(0, 145, 255, 0.11),
        rgba(117, 60, 255, 0.09)
    );
    color: #43ccff;
    box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.045),
        0 0 24px rgba(0, 145, 255, 0.07);
}

.about-pillar h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 13px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.25rem;
    letter-spacing: -0.035em;
}

.about-pillar p {
    position: relative;
    z-index: 2;
    color: var(--muted, #8992a8);
    font-size: 0.77rem;
    line-height: 1.7;
}


/* =========================================================
   DIFERENCIAIS
========================================================= */

.about-differentials {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(69, 70, 255, 0.075),
            transparent 37%
        ),
        linear-gradient(
            180deg,
            #02040a,
            #050713,
            #02040a
        );
}

.about-differentials::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: 0.14;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.024) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.024) 1px,
            transparent 1px
        );
    background-size: 72px 72px;
    mask-image: radial-gradient(
        circle at center,
        #000,
        transparent 77%
    );
}

.about-differentials__effects {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.about-differentials__orb {
    position: absolute;
    top: 12%;
    left: -220px;
    width: 510px;
    height: 510px;
    border-radius: 50%;
    background: rgba(0, 145, 255, 0.075);
    filter: blur(110px);
}

.about-differentials__line {
    position: absolute;
    right: -12%;
    bottom: 22%;
    width: 75%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(39, 197, 255, 0.18),
        rgba(128, 66, 255, 0.21),
        transparent
    );
    transform: rotate(-7deg);
}

.about-differentials .section-description {
    max-width: 760px;
    margin: 24px auto 0;
    text-align: center;
}

.about-differentials__grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 62px;
}


/* =========================================================
   CARTÕES DOS DIFERENCIAIS
========================================================= */

.about-differential {
    position: relative;
    min-width: 0;
    min-height: 285px;
    overflow: hidden;
    padding: 32px 28px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 23px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.04),
        rgba(255, 255, 255, 0.012)
    );
    box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.025),
        0 24px 65px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.42s ease,
        border-color 0.42s ease,
        box-shadow 0.42s ease;
}

.about-differential::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -90px;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background: rgba(117, 60, 255, 0.09);
    filter: blur(43px);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
}

.about-differential:hover {
    border-color: rgba(77, 141, 255, 0.27);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.29),
        0 0 28px rgba(0, 145, 255, 0.05);
    transform: translateY(-7px);
}

.about-differential:hover::before {
    opacity: 1;
    transform: scale(1.25);
}

.about-differential__number {
    position: absolute;
    top: 25px;
    right: 26px;
    color: rgba(255, 255, 255, 0.14);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.about-differential__icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 28px;
    border: 1px solid rgba(83, 141, 255, 0.31);
    border-radius: 17px;
    background: linear-gradient(
        145deg,
        rgba(0, 145, 255, 0.12),
        rgba(117, 60, 255, 0.1)
    );
    color: #43ccff;
    box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.045),
        0 0 25px rgba(0, 145, 255, 0.075);
}

.about-differential h3 {
    position: relative;
    z-index: 2;
    max-width: 310px;
    margin-bottom: 14px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.3rem;
    line-height: 1.25;
    letter-spacing: -0.035em;
}

.about-differential p {
    position: relative;
    z-index: 2;
    color: var(--muted, #8992a8);
    font-size: 0.78rem;
    line-height: 1.72;
}

.about-differential__line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #2bcaff,
        #894dff,
        transparent
    );
    transition: opacity 0.4s ease;
}

.about-differential:hover
.about-differential__line {
    opacity: 1;
}


/* =========================================================
   ANIMAÇÃO DO POSICIONAMENTO
========================================================= */

@keyframes aboutPositioningRing {
    to {
        transform:
            translateY(-50%)
            rotate(360deg);
    }
}

/* =========================================================
   FORMA DE TRABALHO
========================================================= */

.about-method {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 13% 38%,
            rgba(0, 145, 255, 0.075),
            transparent 35%
        ),
        radial-gradient(
            circle at 88% 63%,
            rgba(117, 60, 255, 0.09),
            transparent 37%
        ),
        #02040a;
}

.about-method::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(74, 134, 255, 0.12),
        transparent
    );
}

.about-method__container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:
        minmax(320px, 0.75fr)
        minmax(520px, 1.25fr);
    align-items: flex-start;
    gap: clamp(65px, 9vw, 145px);
}

.about-method__introduction {
    position: sticky;
    top: 125px;
    min-width: 0;
}

.about-method__introduction .section-title {
    margin-top: 22px;
}

.about-method__introduction .section-description {
    max-width: 680px;
    margin-top: 25px;
}

.about-method__note {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 31px;
    padding: 20px;
    border: 1px solid rgba(83, 137, 255, 0.17);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.02);
}

.about-method__note > span {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin-top: 5px;
    border-radius: 50%;
    background: #45d99d;
    box-shadow:
        0 0 8px rgba(69, 217, 157, 0.8),
        0 0 17px rgba(69, 217, 157, 0.35);
}

.about-method__note p {
    color: var(--text-soft, #b7bfd1);
    font-size: 0.74rem;
    line-height: 1.65;
}


/* =========================================================
   ETAPAS DO MÉTODO
========================================================= */

.about-method__steps {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-method__steps::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 40px;
    bottom: 40px;
    left: 34px;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(47, 201, 255, 0.25),
        rgba(123, 66, 255, 0.28),
        transparent
    );
}

.about-method__step {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    min-height: 135px;
    overflow: hidden;
    padding: 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 20px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.038),
        rgba(255, 255, 255, 0.012)
    );
    box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.025),
        0 20px 55px rgba(0, 0, 0, 0.18);
    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.about-method__step::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(117, 60, 255, 0.08);
    filter: blur(40px);
    transition: transform 0.45s ease;
}

.about-method__step:hover {
    border-color: rgba(78, 141, 255, 0.25);
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.26),
        0 0 28px rgba(0, 145, 255, 0.045);
    transform: translateX(8px);
}

.about-method__step:hover::before {
    transform: scale(1.28);
}

.about-method__step-number {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(75, 140, 255, 0.3);
    border-radius: 20px;
    background: linear-gradient(
        145deg,
        rgba(0, 145, 255, 0.11),
        rgba(117, 60, 255, 0.09)
    );
    color: #40cdff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.04),
        0 0 24px rgba(0, 145, 255, 0.07);
}

.about-method__step > div {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.about-method__step strong {
    display: block;
    margin-bottom: 9px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.15rem;
    letter-spacing: -0.03em;
}

.about-method__step p {
    color: var(--muted, #8992a8);
    font-size: 0.76rem;
    line-height: 1.68;
}


/* =========================================================
   COMPROMISSO
========================================================= */

.about-commitment {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 16% 48%,
            rgba(0, 145, 255, 0.09),
            transparent 36%
        ),
        radial-gradient(
            circle at 85% 44%,
            rgba(117, 60, 255, 0.11),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            #02040a,
            #050713,
            #02040a
        );
}

.about-commitment__effects {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.about-commitment__glow {
    position: absolute;
    top: 15%;
    left: -180px;
    width: 490px;
    height: 490px;
    border-radius: 50%;
    background: rgba(0, 151, 255, 0.09);
    filter: blur(105px);
}

.about-commitment__circle {
    position: absolute;
    top: 50%;
    left: -150px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(75, 133, 255, 0.1);
    border-radius: 50%;
    transform: translateY(-50%);
    animation: aboutCommitmentCircle 24s linear infinite;
}

.about-commitment__beam {
    position: absolute;
    top: 45%;
    left: -40%;
    width: 35%;
    height: 125px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 181, 255, 0.16),
        rgba(119, 58, 255, 0.19),
        transparent
    );
    filter: blur(29px);
    animation: aboutCommitmentBeam 9s ease-in-out infinite;
}

.about-commitment__container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:
        minmax(420px, 0.95fr)
        minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(65px, 9vw, 145px);
}


/* =========================================================
   VISUAL DO COMPROMISSO
========================================================= */

.about-commitment__visual {
    position: relative;
    min-width: 0;
    min-height: 540px;
    display: grid;
    place-items: center;
}

.about-commitment__visual::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(0, 145, 255, 0.13),
        rgba(117, 60, 255, 0.075) 47%,
        transparent 71%
    );
    filter: blur(48px);
    transform: translate(-50%, -50%);
}

.about-commitment__symbol {
    position: relative;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 315px;
    height: 315px;
    border: 1px solid rgba(78, 139, 255, 0.2);
    border-radius: 50%;
    background: linear-gradient(
        145deg,
        rgba(8, 18, 38, 0.89),
        rgba(8, 5, 27, 0.92)
    );
    box-shadow:
        0 38px 100px rgba(0, 0, 0, 0.44),
        inset 0 1px rgba(255, 255, 255, 0.045),
        0 0 55px rgba(0, 145, 255, 0.065);
}

.about-commitment__symbol::before,
.about-commitment__symbol::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.about-commitment__symbol::before {
    inset: 20px;
    border: 1px solid rgba(49, 184, 255, 0.15);
}

.about-commitment__symbol::after {
    inset: 48px;
    border: 1px solid rgba(132, 67, 255, 0.15);
}

.about-commitment__symbol-ring {
    position: absolute;
    inset: -24px;
    border-top: 1px solid rgba(39, 201, 255, 0.42);
    border-right: 1px solid transparent;
    border-bottom: 1px solid rgba(135, 65, 255, 0.4);
    border-left: 1px solid transparent;
    border-radius: 50%;
    animation: aboutSymbolRing 12s linear infinite;
}

.about-commitment__symbol img {
    position: relative;
    z-index: 3;
    width: 178px;
    height: 105px;
    object-fit: contain;
    filter:
        drop-shadow(0 0 15px rgba(0, 179, 255, 0.2))
        drop-shadow(0 0 25px rgba(119, 59, 255, 0.14));
}

.about-commitment__word {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    min-height: 39px;
    padding: 0 16px;
    border: 1px solid rgba(86, 132, 255, 0.27);
    border-radius: 999px;
    background: rgba(5, 10, 24, 0.9);
    color: var(--text-soft, #b7bfd1);
    font-size: 0.64rem;
    font-weight: 700;
    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.4),
        0 0 22px rgba(0, 145, 255, 0.055);
    backdrop-filter: blur(15px);
}

.about-commitment__word--one {
    top: 12%;
    left: 4%;
    animation: aboutCommitmentWord 5s ease-in-out infinite;
}

.about-commitment__word--two {
    top: 48%;
    right: 1%;
    animation: aboutCommitmentWord 6s 0.7s ease-in-out infinite;
}

.about-commitment__word--three {
    bottom: 10%;
    left: 9%;
    animation: aboutCommitmentWord 5.5s 0.4s ease-in-out infinite;
}


/* =========================================================
   CONTEÚDO DO COMPROMISSO
========================================================= */

.about-commitment__content {
    min-width: 0;
}

.about-commitment__content .section-title {
    max-width: 850px;
    margin-top: 22px;
}

.about-commitment__content .section-description {
    max-width: 730px;
    margin-top: 25px;
}

.about-commitment__list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-top: 31px;
}

.about-commitment__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-soft, #b7bfd1);
    font-size: 0.8rem;
    line-height: 1.55;
}

.about-commitment__list li > span {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border: 1px solid rgba(76, 140, 255, 0.34);
    border-radius: 50%;
    background: rgba(0, 145, 255, 0.075);
    color: #41cdff;
    font-size: 0.66rem;
    box-shadow: 0 0 13px rgba(0, 145, 255, 0.08);
}


/* =========================================================
   ANIMAÇÕES
========================================================= */

@keyframes aboutCommitmentCircle {
    to {
        transform:
            translateY(-50%)
            rotate(360deg);
    }
}

@keyframes aboutCommitmentBeam {
    0% {
        left: -40%;
        opacity: 0;
    }

    18% {
        opacity: 0.8;
    }

    75% {
        opacity: 0.55;
    }

    100% {
        left: 108%;
        opacity: 0;
    }
}

@keyframes aboutSymbolRing {
    to {
        transform: rotate(360deg);
    }
}

@keyframes aboutCommitmentWord {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* =========================================================
   CHAMADA FINAL
========================================================= */

.about-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 17% 48%,
            rgba(0, 145, 255, 0.1),
            transparent 35%
        ),
        radial-gradient(
            circle at 83% 44%,
            rgba(117, 60, 255, 0.13),
            transparent 38%
        ),
        #03050c;
}

.about-cta::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 20px;
    border: 1px solid rgba(99, 129, 255, 0.14);
    border-radius: 34px;
    pointer-events: none;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.024),
        transparent 48%
    );
}

.about-cta__effects {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.about-cta__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(95px);
}

.about-cta__orb--one {
    top: -150px;
    left: -120px;
    width: 440px;
    height: 440px;
    background: rgba(0, 145, 255, 0.1);
    animation: aboutCtaOrbOne 10s ease-in-out infinite alternate;
}

.about-cta__orb--two {
    right: -150px;
    bottom: -180px;
    width: 500px;
    height: 500px;
    background: rgba(117, 60, 255, 0.13);
    animation: aboutCtaOrbTwo 12s ease-in-out infinite alternate;
}

.about-cta__beam {
    position: absolute;
    top: 42%;
    left: -40%;
    width: 35%;
    height: 125px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 181, 255, 0.17),
        rgba(117, 60, 255, 0.21),
        transparent
    );
    filter: blur(30px);
    animation: aboutCtaBeam 9s ease-in-out infinite;
}


/* =========================================================
   ESTRUTURA DA CHAMADA FINAL
========================================================= */

.about-cta__container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(330px, 0.8fr);
    align-items: center;
    gap: clamp(60px, 8vw, 125px);
}

.about-cta__content {
    min-width: 0;
    max-width: 850px;
}

.about-cta__script {
    display: block;
    margin-bottom: 8px;
    color: #38caff;
    font-family: "Allura", cursive;
    font-size: clamp(2.8rem, 4.7vw, 5.2rem);
    line-height: 0.95;
    text-shadow: 0 0 25px rgba(0, 174, 255, 0.16);
}

.about-cta h2 {
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.6rem, 4.6vw, 5.2rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.about-cta__content > p {
    max-width: 700px;
    margin-top: 24px;
    color: var(--text-soft, #b7bfd1);
    font-size: 0.94rem;
    line-height: 1.78;
}

.about-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 33px;
}


/* =========================================================
   CARTÃO DE CONTACTO
========================================================= */

.about-cta__contact {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 35px 32px;
    border: 1px solid rgba(91, 132, 255, 0.24);
    border-radius: 25px;
    background: linear-gradient(
        145deg,
        rgba(11, 18, 37, 0.92),
        rgba(4, 7, 17, 0.95)
    );
    box-shadow:
        0 32px 85px rgba(0, 0, 0, 0.38),
        0 0 35px rgba(0, 145, 255, 0.06);
    backdrop-filter: blur(18px);
}

.about-cta__contact::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -100px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(117, 60, 255, 0.15);
    filter: blur(60px);
    pointer-events: none;
}

.about-cta__contact img {
    position: relative;
    z-index: 2;
    display: block;
    width: 135px;
    height: 70px;
    margin-bottom: 18px;
    object-fit: contain;
    object-position: left center;
}

.about-cta__contact-label {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 19px;
    color: #39ccff;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.about-cta__contact > a {
    position: relative;
    z-index: 2;
    display: block;
    padding-block: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.about-cta__contact > a small,
.about-cta__contact > a strong {
    display: block;
}

.about-cta__contact > a small {
    margin-bottom: 5px;
    color: var(--muted, #8992a8);
    font-size: 0.65rem;
}

.about-cta__contact > a strong {
    overflow-wrap: anywhere;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(0.86rem, 1.2vw, 1.04rem);
    transition: color 0.3s ease;
}

.about-cta__contact > a:hover strong {
    color: #45cfff;
}

.about-cta__availability {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    color: var(--text-soft, #b7bfd1);
    font-size: 0.68rem;
}

.about-cta__availability i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #45d99d;
    box-shadow:
        0 0 8px rgba(69, 217, 157, 0.9),
        0 0 17px rgba(69, 217, 157, 0.4);
    animation: aboutAvailability 2s ease-in-out infinite;
}


/* =========================================================
   EFEITO DE LUZ NOS CARTÕES
========================================================= */

.about-pillar,
.about-differential,
.about-method__step,
.about-cta__contact {
    --pointer-x: 50%;
    --pointer-y: 50%;
}

.about-pillar:hover,
.about-differential:hover,
.about-method__step:hover {
    background:
        radial-gradient(
            circle at var(--pointer-x) var(--pointer-y),
            rgba(62, 163, 255, 0.08),
            transparent 36%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.042),
            rgba(255, 255, 255, 0.012)
        );
}


/* =========================================================
   ANIMAÇÕES DA CHAMADA FINAL
========================================================= */

@keyframes aboutCtaOrbOne {
    from {
        transform: translate3d(-20px, 15px, 0) scale(0.94);
    }

    to {
        transform: translate3d(90px, -35px, 0) scale(1.16);
    }
}

@keyframes aboutCtaOrbTwo {
    from {
        transform: translate3d(20px, -10px, 0) scale(0.96);
    }

    to {
        transform: translate3d(-90px, 40px, 0) scale(1.18);
    }
}

@keyframes aboutCtaBeam {
    0% {
        left: -40%;
        opacity: 0;
    }

    18% {
        opacity: 0.8;
    }

    75% {
        opacity: 0.55;
    }

    100% {
        left: 108%;
        opacity: 0;
    }
}

@keyframes aboutAvailability {
    0%,
    100% {
        opacity: 0.65;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.15);
    }
}

/* =========================================================
   RESPONSIVIDADE — TABLET
========================================================= */

@media (max-width: 1180px) {
    .about-hero__container,
    .about-story__container,
    .about-positioning__container,
    .about-method__container,
    .about-commitment__container,
    .about-cta__container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    /* Hero */
    .about-hero {
        min-height: auto;
        padding: 145px 0 100px;
    }

    .about-hero__content {
        width: min(100%, 850px);
        margin-inline: auto;
        text-align: center;
    }

    .about-hero__title,
    .about-hero__description {
        margin-inline: auto;
    }

    .about-hero__actions {
        justify-content: center;
    }

    .about-hero__highlights {
        margin-inline: auto;
    }

    .about-hero__visual {
        width: min(100%, 760px);
        margin-inline: auto;
    }

    /* História */
    .about-story__introduction {
        width: min(100%, 850px);
        margin-inline: auto;
        text-align: center;
    }

    .about-story__lead,
    .about-story__text {
        margin-inline: auto;
    }

    .about-story__signature {
        justify-content: center;
    }

    .about-story__visual {
        width: min(100%, 720px);
        margin-inline: auto;
    }

    /* Posicionamento */
    .about-positioning__content {
        width: min(100%, 850px);
        margin-inline: auto;
        text-align: center;
    }

    .about-positioning__content .section-title,
    .about-positioning__content .section-description {
        margin-inline: auto;
    }

    .about-positioning__pillars {
        width: min(100%, 900px);
        margin-inline: auto;
    }

    /* Diferenciais */
    .about-differentials__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* Método */
    .about-method__introduction {
        position: static;
        width: min(100%, 850px);
        margin-inline: auto;
        text-align: center;
    }

    .about-method__introduction .section-description {
        margin-inline: auto;
    }

    .about-method__note {
        width: min(100%, 650px);
        margin-inline: auto;
        text-align: left;
    }

    .about-method__steps {
        width: min(100%, 900px);
        margin-inline: auto;
    }

    /* Compromisso */
    .about-commitment__visual {
        width: min(100%, 720px);
        margin-inline: auto;
    }

    .about-commitment__content {
        width: min(100%, 850px);
        margin-inline: auto;
        text-align: center;
    }

    .about-commitment__content .section-title,
    .about-commitment__content .section-description {
        margin-inline: auto;
    }

    .about-commitment__list {
        width: fit-content;
        max-width: 100%;
        margin-inline: auto;
        text-align: left;
    }

    /* CTA */
    .about-cta__content {
        margin-inline: auto;
        text-align: center;
    }

    .about-cta__content > p {
        margin-inline: auto;
    }

    .about-cta__actions {
        justify-content: center;
    }

    .about-cta__contact {
        width: min(100%, 620px);
        margin-inline: auto;
    }
}


/* =========================================================
   TABLETS PEQUENOS
========================================================= */

@media (max-width: 900px) {
    .about-numbers__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-numbers__item:nth-child(2) {
        border-right: 0;
    }

    .about-numbers__item:nth-child(-n + 2) {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    }

    .about-numbers__item:nth-child(n + 3) {
        padding-top: 30px;
    }

    .about-positioning__pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-differentials__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================================================
   RESPONSIVIDADE — TELEMÓVEL
========================================================= */

@media (max-width: 767px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .about-page-body *,
    .about-page-body *::before,
    .about-page-body *::after {
        box-sizing: border-box;
    }

    .about-page-body main,
    .about-page-body section,
    .about-page-body article,
    .about-page-body div {
        min-width: 0;
    }

    .about-page-body .container {
        width: calc(100% - 34px);
        max-width: 520px;
        margin-inline: auto;
    }

    .about-page-body .section {
        padding-block: 78px;
    }

    /* =====================================================
       HERO MOBILE
    ===================================================== */

    .about-hero {
        min-height: auto;
        padding: 120px 0 75px;
    }

    .about-hero__container {
        display: flex;
        flex-direction: column;
        width: calc(100% - 34px);
        max-width: 520px;
        gap: 48px;
    }

    .about-hero__content {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .about-hero__title {
        width: 100%;
        max-width: 100%;
        margin-top: 17px;
    }

    .about-hero__title-script {
        font-size: clamp(3rem, 16vw, 4.7rem);
        line-height: 0.9;
    }

    .about-hero__title-main {
        font-size: clamp(2.65rem, 13vw, 4rem);
        line-height: 0.98;
        letter-spacing: -0.055em;
    }

    .about-hero__title-highlight {
        font-size: clamp(2.2rem, 11vw, 3.35rem);
        line-height: 1;
        letter-spacing: -0.05em;
    }

    .about-hero__description {
        width: 100%;
        max-width: 460px;
        margin-top: 23px;
        font-size: 0.91rem;
        line-height: 1.72;
    }

    .about-hero__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin-top: 28px;
    }

    .about-hero__actions .button {
        width: 100%;
        min-width: 0;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .about-hero__highlights {
        grid-template-columns: 1fr;
        width: min(100%, 310px);
        margin: 32px auto 0;
        text-align: center;
    }

    .about-hero__highlights div,
    .about-hero__highlights div:first-child {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .about-hero__highlights div:last-child {
        border-bottom: 0;
    }

    .about-hero__visual {
        width: 100%;
        max-width: 470px;
        min-height: 410px;
        margin-inline: auto;
    }

    .about-system {
        width: calc(100% - 12px);
        max-width: 440px;
        transform: none;
        animation: none;
    }

    .about-system__body {
        min-height: 315px;
        padding: 25px 18px;
    }

    .about-system__brand {
        gap: 12px;
    }

    .about-system__brand img {
        width: 95px;
        height: 55px;
    }

    .about-system__brand span {
        max-width: 150px;
        font-size: 0.54rem;
    }

    .about-system__code {
        gap: 11px;
        margin-top: 25px;
        padding: 18px 15px;
    }

    .about-system__code span {
        font-size: 0.65rem;
    }

    .about-system__code span:nth-child(n + 3):nth-child(-n + 6) {
        padding-left: 13px;
    }

    .about-hero__floating-card {
        min-width: 0;
        width: 112px;
        max-width: 112px;
        padding: 12px;
    }

    .about-hero__floating-card strong,
    .about-hero__floating-card span {
        white-space: normal;
    }

    .about-hero__floating-card--one {
        top: 0;
        left: 0;
    }

    .about-hero__floating-card--two {
        top: 135px;
        right: 0;
    }

    .about-hero__floating-card--three {
        bottom: 0;
        left: 12px;
    }

    .about-hero__scroll {
        display: none;
    }

    /* =====================================================
       CABEÇALHOS
    ===================================================== */

    .about-page-body .section-header,
    .about-page-body .section-header--center,
    .about-page-body .section-header--split {
        display: block;
        width: 100%;
        text-align: center;
    }

    .about-page-body .section-title,
    .about-page-body .mixed-heading__title {
        width: 100%;
        max-width: 100%;
        font-size: clamp(2.15rem, 10.5vw, 3.1rem);
        line-height: 1.05;
        overflow-wrap: normal;
        word-break: normal;
    }

    .about-page-body .section-description {
        width: 100%;
        max-width: 470px;
        margin-inline: auto;
        font-size: 0.87rem;
        line-height: 1.72;
    }

    /* =====================================================
       HISTÓRIA MOBILE
    ===================================================== */

    .about-story__container {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .about-story__introduction {
        width: 100%;
        text-align: center;
    }

    .about-story__lead {
        width: 100%;
        margin-inline: auto;
        font-size: 1.2rem;
        line-height: 1.6;
    }

    .about-story__text {
        width: 100%;
        margin-inline: auto;
    }

    .about-story__text p {
        font-size: 0.86rem;
        line-height: 1.75;
    }

    .about-story__signature {
        flex-direction: column;
        justify-content: center;
        gap: 13px;
        text-align: center;
    }

    .about-story__signature::before {
        width: 45px;
    }

    .about-story__visual {
        width: 100%;
        min-height: 510px;
        margin-inline: auto;
    }

    .about-story-card {
        width: calc(100% - 12px);
        min-height: 470px;
        padding: 25px 21px;
        transform: none;
        animation: none;
    }

    .about-story-card__logo {
        min-height: 160px;
    }

    .about-story-card__logo img {
        width: 155px;
        height: 90px;
    }

    .about-story-card__statement strong {
        font-size: clamp(2.2rem, 11vw, 3.35rem);
    }

    .about-story__floating-word {
        min-height: 34px;
        max-width: 135px;
        padding-inline: 12px;
        white-space: normal;
        text-align: center;
    }

    .about-story__floating-word--one {
        top: 5px;
        left: 0;
    }

    .about-story__floating-word--two {
        top: 48%;
        right: 0;
    }

    .about-story__floating-word--three {
        bottom: 0;
        left: 10px;
    }

    /* Indicadores */
    .about-numbers {
        padding-block: 28px;
    }

    .about-numbers__grid {
        grid-template-columns: 1fr;
    }

    .about-numbers__item {
        padding: 25px 15px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    }

    .about-numbers__item:nth-child(-n + 2),
    .about-numbers__item:nth-child(n + 3) {
        padding: 25px 15px;
    }

    .about-numbers__item:last-child {
        border-bottom: 0;
    }

    .about-numbers__item > span {
        top: 18px;
        left: 18px;
    }

    /* =====================================================
       POSICIONAMENTO
    ===================================================== */

    .about-positioning__container {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .about-positioning__content {
        width: 100%;
        text-align: center;
    }

    .about-positioning__content .button {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }

    .about-positioning__pillars {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 14px;
    }

    .about-pillar {
        width: 100%;
        min-height: 0;
        padding: 28px 22px;
        text-align: center;
    }

    .about-pillar__icon {
        margin-inline: auto;
    }

    /* =====================================================
       DIFERENCIAIS
    ===================================================== */

    .about-differentials__grid {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 14px;
        margin-top: 45px;
    }

    .about-differential {
        width: 100%;
        min-height: 0;
        padding: 29px 22px;
        text-align: center;
    }

    .about-differential__icon {
        margin-inline: auto;
    }

    .about-differential h3 {
        max-width: 100%;
    }

    /* =====================================================
       MÉTODO
    ===================================================== */

    .about-method::before {
        display: none;
    }

    .about-method__container {
        display: flex;
        flex-direction: column;
        gap: 46px;
    }

    .about-method__introduction {
        position: static;
        width: 100%;
        text-align: center;
    }

    .about-method__note {
        width: 100%;
        margin-inline: auto;
        text-align: left;
    }

    .about-method__steps {
        width: 100%;
    }

    .about-method__steps::before {
        display: none;
    }

    .about-method__step {
        grid-template-columns: 54px minmax(0, 1fr);
        width: 100%;
        min-height: 0;
        gap: 16px;
        padding: 22px 18px;
    }

    .about-method__step:hover {
        transform: none;
    }

    .about-method__step-number {
        width: 54px;
        height: 54px;
        border-radius: 16px;
    }

    /* =====================================================
       COMPROMISSO
    ===================================================== */

    .about-commitment__container {
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .about-commitment__visual {
        width: 100%;
        min-height: 410px;
    }

    .about-commitment__symbol {
        width: 245px;
        height: 245px;
    }

    .about-commitment__symbol img {
        width: 145px;
        height: 86px;
    }

    .about-commitment__word {
        max-width: 135px;
        white-space: normal;
        text-align: center;
    }

    .about-commitment__word--one {
        top: 4%;
        left: 0;
    }

    .about-commitment__word--two {
        top: 47%;
        right: 0;
    }

    .about-commitment__word--three {
        bottom: 3%;
        left: 4%;
    }

    .about-commitment__content {
        width: 100%;
        text-align: center;
    }

    .about-commitment__list {
        width: 100%;
        max-width: 450px;
        margin-inline: auto;
        text-align: left;
    }

    /* =====================================================
       CHAMADA FINAL
    ===================================================== */

    .about-cta::before {
        inset: 10px;
        border-radius: 24px;
    }

    .about-cta__container {
        display: flex;
        flex-direction: column;
        gap: 42px;
    }

    .about-cta__content {
        width: 100%;
        text-align: center;
    }

    .about-cta__script {
        font-size: clamp(2.8rem, 14vw, 4.1rem);
    }

    .about-cta h2 {
        font-size: clamp(2.3rem, 11vw, 3.45rem);
        overflow-wrap: normal;
        word-break: normal;
    }

    .about-cta__content > p {
        width: 100%;
        margin-inline: auto;
    }

    .about-cta__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .about-cta__actions .button {
        width: 100%;
        min-width: 0;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .about-cta__contact {
        width: 100%;
        max-width: 100%;
        padding: 30px 20px;
        text-align: center;
    }

    .about-cta__contact img {
        margin-inline: auto;
        object-position: center;
    }

    .about-cta__availability {
        justify-content: center;
    }

    /* Menu móvel acima de todos os elementos */
    .mobile-menu {
        z-index: 11000;
    }

    .mobile-menu-overlay {
        z-index: 10999;
    }

    html.mobile-menu-open .site-header {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    html.mobile-menu-open .mobile-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}


/* =========================================================
   TELEMÓVEIS PEQUENOS
========================================================= */

@media (max-width: 480px) {
    .about-page-body .container,
    .about-hero__container {
        width: calc(100% - 28px);
    }

    .about-system__top {
        padding-inline: 12px;
    }

    .about-system__address {
        font-size: 0.55rem;
    }

    .about-system__brand span {
        max-width: 120px;
    }

    .about-system__code {
        padding-inline: 12px;
    }

    .about-story-card {
        padding-inline: 18px;
    }

    .about-story-card__bottom {
        justify-content: center;
    }

    .about-method__step {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 13px;
        padding-inline: 15px;
    }

    .about-method__step-number {
        width: 48px;
        height: 48px;
    }

    .about-commitment__symbol {
        width: 220px;
        height: 220px;
    }

    .about-hero__floating-card,
    .about-story__floating-word,
    .about-commitment__word {
        font-size: 0.57rem;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
    }

    .back-to-top {
        right: 17px;
        bottom: 82px;
    }
}


/* =========================================================
   DISPOSITIVOS SEM HOVER
========================================================= */

@media (hover: none) {
    .about-pillar:hover,
    .about-differential:hover,
    .about-method__step:hover {
        transform: none;
    }
}


/* =========================================================
   MOVIMENTO REDUZIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .about-system,
    .about-hero__floating-card,
    .about-story-card,
    .about-story__floating-word,
    .about-positioning__ring,
    .about-commitment__circle,
    .about-commitment__symbol-ring,
    .about-commitment__word,
    .about-cta__orb,
    .about-cta__beam {
        animation: none !important;
    }
}

/* =========================================================
   CORREÇÃO DO MENU E RODAPÉ — PÁGINA SOBRE
========================================================= */

/* =====================================================
   MENU DESKTOP
===================================================== */

.about-page-body .site-header__container {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 240px;
    align-items: center;
    gap: 30px;
}

.about-page-body .site-header__logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}

.about-page-body .site-header__logo img {
    display: block;
    width: 105px;
    height: 58px;
    object-fit: contain;
}

.about-page-body .site-header__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 2.2vw, 38px);
}

.about-page-body .site-header__navigation a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Manrope", sans-serif;
    font-size: 0.76rem;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.about-page-body .site-header__navigation a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 3px;
    left: 50%;
    height: 1px;
    background: linear-gradient(
        90deg,
        #25c9ff,
        #864dff
    );
    transition:
        right 0.3s ease,
        left 0.3s ease;
}

.about-page-body .site-header__navigation a:hover,
.about-page-body .site-header__navigation a.is-active {
    color: #ffffff;
}

.about-page-body .site-header__navigation a:hover::after,
.about-page-body .site-header__navigation a.is-active::after {
    right: 0;
    left: 0;
}

.about-page-body .site-header__button {
    justify-self: end;
}

.about-page-body .mobile-menu-toggle {
    display: none;
}


/* =====================================================
   RODAPÉ COMPLETO
===================================================== */

.about-page-body .site-footer {
    position: relative;
    overflow: hidden;
    padding: 92px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.065);
    background:
        radial-gradient(
            circle at 16% 15%,
            rgba(0, 145, 255, 0.07),
            transparent 30%
        ),
        radial-gradient(
            circle at 84% 30%,
            rgba(117, 60, 255, 0.075),
            transparent 32%
        ),
        #02040a;
}

.about-page-body .site-footer__glow {
    position: absolute;
    top: -170px;
    left: 50%;
    width: 700px;
    height: 320px;
    border-radius: 50%;
    background: rgba(76, 74, 255, 0.07);
    filter: blur(100px);
    transform: translateX(-50%);
    pointer-events: none;
}

.about-page-body .site-footer__main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(280px, 1.35fr)
        repeat(3, minmax(145px, 0.65fr));
    align-items: flex-start;
    gap: clamp(45px, 6vw, 100px);
}

.about-page-body .site-footer__brand {
    min-width: 0;
}

.about-page-body .site-footer__logo {
    display: inline-flex;
    width: fit-content;
}

.about-page-body .site-footer__logo img {
    display: block;
    width: 145px;
    height: 78px;
    object-fit: contain;
    object-position: left center;
}

.about-page-body .site-footer__brand > p {
    max-width: 390px;
    margin-top: 21px;
    color: var(--muted, #8992a8);
    font-size: 0.78rem;
    line-height: 1.75;
}

.about-page-body .site-footer__socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 23px;
}

.about-page-body .site-footer__socials a {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 13px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.65rem;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.about-page-body .site-footer__socials a:hover {
    border-color: rgba(64, 146, 255, 0.36);
    background: rgba(46, 116, 255, 0.08);
    color: #42ceff;
    transform: translateY(-3px);
}

.about-page-body .site-footer__column {
    min-width: 0;
}

.about-page-body .site-footer__column h2 {
    margin-bottom: 24px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.about-page-body .site-footer__column nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

.about-page-body .site-footer__column > a,
.about-page-body .site-footer__column nav a,
.about-page-body .site-footer__column > span {
    display: block;
    width: fit-content;
    max-width: 100%;
    color: var(--muted, #8992a8);
    font-size: 0.73rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.about-page-body .site-footer__column > a + a,
.about-page-body .site-footer__column > a + span {
    margin-top: 15px;
}

.about-page-body .site-footer__column a:hover {
    color: #43ceff;
    transform: translateX(4px);
}

.about-page-body .site-footer__bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 70px;
    padding-top: 27px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.about-page-body .site-footer__bottom p {
    color: var(--muted, #8992a8);
    font-size: 0.68rem;
}

.about-page-body .site-footer__bottom > div {
    display: flex;
    align-items: center;
    gap: 25px;
}

.about-page-body .site-footer__bottom a {
    color: var(--muted, #8992a8);
    font-size: 0.68rem;
    transition: color 0.3s ease;
}

.about-page-body .site-footer__bottom a:hover {
    color: #ffffff;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1080px) {
    .about-page-body .site-header__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about-page-body .site-header__navigation,
    .about-page-body .site-header__button {
        display: none;
    }

    .about-page-body .mobile-menu-toggle {
        display: flex;
    }

    .about-page-body .site-footer__main {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 50px;
    }
}


/* =====================================================
   TELEMÓVEL
===================================================== */

@media (max-width: 767px) {
    .about-page-body .site-header__container {
        width: calc(100% - 34px);
    }

    .about-page-body .site-header__logo img {
        width: 88px;
        height: 52px;
    }

    .about-page-body .site-footer {
        padding: 75px 0 25px;
    }

    .about-page-body .site-footer__main {
        grid-template-columns: 1fr;
        gap: 44px;
        text-align: center;
    }

    .about-page-body .site-footer__brand,
    .about-page-body .site-footer__column {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .about-page-body .site-footer__logo,
    .about-page-body .site-footer__brand > p {
        margin-inline: auto;
    }

    .about-page-body .site-footer__logo img {
        object-position: center;
    }

    .about-page-body .site-footer__socials {
        justify-content: center;
    }

    .about-page-body .site-footer__column h2 {
        margin-bottom: 20px;
    }

    .about-page-body .site-footer__column nav {
        align-items: center;
        width: 100%;
    }

    .about-page-body .site-footer__column > a,
    .about-page-body .site-footer__column nav a,
    .about-page-body .site-footer__column > span {
        width: auto;
        margin-inline: auto;
        text-align: center;
    }

    .about-page-body .site-footer__column a:hover {
        transform: none;
    }

    .about-page-body .site-footer__bottom {
        align-items: center;
        flex-direction: column;
        margin-top: 52px;
        text-align: center;
    }

    .about-page-body .site-footer__bottom > div {
        flex-direction: column;
        gap: 13px;
    }
}
/* Correção do menu da página Sobre */

.about-page-body .site-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media (max-width: 1080px) {
    .about-page-body .main-navigation,
    .about-page-body .site-header__actions > .button {
        display: none;
    }

    .about-page-body .site-header__actions {
        display: flex;
    }

    .about-page-body .menu-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

@media (min-width: 1081px) {
    .about-page-body .menu-toggle {
        display: none !important;
    }
}