/* ==========================================================
   VERTEX STUDIO — SERVIÇOS
   Arquivo: css/servicos.css
========================================================== */


/* ==========================================================
   01. CONFIGURAÇÕES
========================================================== */

.services-page-body {
    position: relative;
    min-width: 320px;
    overflow-x: hidden;
    background: #02040a;
}

.services-page-body main {
    position: relative;
    z-index: 2;
}

.services-page-body section[id] {
    scroll-margin-top: 100px;
}

.services-page-body .scroll-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10050;
    height: 3px;
    overflow: hidden;
    pointer-events: none;
    background: transparent;
}

.services-page-body .scroll-progress__bar {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #00aeff,
        #4678ff,
        #8a46ff,
        #c24cff
    );
    box-shadow:
        0 0 8px rgba(0, 174, 255, 0.9),
        0 0 18px rgba(117, 60, 255, 0.75);
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}


/* ==========================================================
   02. HERO
========================================================== */

.services-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding:
        calc(var(--header-height, 92px) + 55px)
        0
        100px;
    background:
        radial-gradient(
            circle at 15% 35%,
            rgba(0, 145, 255, 0.1),
            transparent 31%
        ),
        radial-gradient(
            circle at 84% 43%,
            rgba(117, 60, 255, 0.13),
            transparent 35%
        ),
        linear-gradient(
            180deg,
            rgba(2, 4, 10, 0.98),
            rgba(4, 6, 16, 0.99)
        );
}

.services-hero::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0;
    opacity: 0.19;
    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: 64px 64px;
    mask-image: linear-gradient(
        to bottom,
        #000,
        transparent 95%
    );
}

.services-hero::after {
    content: "";
    position: absolute;
    z-index: -2;
    right: -15%;
    bottom: -220px;
    left: -15%;
    height: 420px;
    border-top: 1px solid rgba(61, 182, 255, 0.12);
    border-radius: 50%;
    pointer-events: none;
    transform: rotate(-4deg);
}

.services-hero__waves {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    pointer-events: none;
}

.services-hero__effects {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.services-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.services-hero__glow--one {
    top: 15%;
    left: -150px;
    width: 450px;
    height: 450px;
    background: rgba(0, 145, 255, 0.12);
    animation: servicesGlowOne 11s ease-in-out infinite alternate;
}

.services-hero__glow--two {
    right: -170px;
    bottom: 5%;
    width: 520px;
    height: 520px;
    background: rgba(117, 60, 255, 0.14);
    animation: servicesGlowTwo 13s ease-in-out infinite alternate;
}

.services-hero__ring {
    position: absolute;
    border: 1px solid rgba(85, 131, 255, 0.1);
    border-radius: 50%;
}

.services-hero__ring--one {
    top: 8%;
    right: 7%;
    width: 540px;
    height: 540px;
    animation: servicesRing 18s linear infinite;
}

.services-hero__ring--two {
    bottom: -260px;
    left: -140px;
    width: 670px;
    height: 670px;
    animation: servicesRing 24s linear infinite reverse;
}

.services-hero__beam {
    position: absolute;
    top: 39%;
    left: -38%;
    width: 38%;
    height: 135px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 174, 255, 0.17),
        rgba(117, 60, 255, 0.2),
        transparent
    );
    filter: blur(28px);
    transform: rotate(-7deg);
    animation: servicesBeam 9s ease-in-out infinite;
}

.services-hero__container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:
        minmax(0, 1.03fr)
        minmax(450px, 0.97fr);
    align-items: center;
    gap: clamp(60px, 7vw, 115px);
}

.services-hero__content {
    position: relative;
    z-index: 4;
}

.services-hero__title {
    max-width: 880px;
    margin-top: 23px;
}

.services-hero__title-script {
    display: block;
    margin-bottom: -4px;
    color: #38caff;
    font-family: "Allura", cursive;
    font-size: clamp(3.2rem, 5.7vw, 6.2rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -0.025em;
    text-shadow: 0 0 25px rgba(0, 174, 255, 0.18);
}

.services-hero__title-main,
.services-hero__title-highlight {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.065em;
}

.services-hero__title-main {
    color: #ffffff;
    font-size: clamp(3.3rem, 5.6vw, 6.2rem);
}

.services-hero__title-highlight {
    margin-top: 8px;
    background: linear-gradient(
        90deg,
        #31d0ff,
        #398cff 42%,
        #8a4dff 78%,
        #bd52ff
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2.8rem, 4.6vw, 5.1rem);
}

.services-hero__description {
    max-width: 690px;
    margin-top: 30px;
    color: var(--text-soft, #b7bfd1);
    font-size: clamp(0.94rem, 1.2vw, 1.06rem);
    line-height: 1.82;
}

.services-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.services-hero__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 720px;
    margin-top: 45px;
}

.services-hero__benefits div {
    position: relative;
    padding: 4px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.services-hero__benefits div:first-child {
    padding-left: 0;
}

.services-hero__benefits div:last-child {
    border-right: 0;
}

.services-hero__benefits strong,
.services-hero__benefits span {
    display: block;
}

.services-hero__benefits strong {
    margin-bottom: 6px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
}

.services-hero__benefits span {
    color: var(--muted, #8992a8);
    font-size: 0.66rem;
    line-height: 1.45;
}


/* ==========================================================
   03. VISUAL DO HERO
========================================================== */

.services-hero__visual {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
    overflow: visible;
    perspective: 1300px;
}

.services-hero__visual-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78%;
    height: 68%;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(63, 98, 255, 0.2),
            rgba(117, 60, 255, 0.08) 45%,
            transparent 72%
        );
    filter: blur(45px);
    transform: translate(-50%, -50%);
}

.services-system {
    position: relative;
    z-index: 3;
    width: min(100%, 590px);
    overflow: hidden;
    border: 1px solid rgba(103, 133, 255, 0.28);
    border-radius: 25px;
    background: #071020;
    box-shadow:
        0 42px 100px rgba(0, 0, 0, 0.52),
        0 0 50px rgba(0, 145, 255, 0.08),
        0 0 65px rgba(117, 60, 255, 0.06);
    transform:
        perspective(1200px)
        rotateY(-7deg)
        rotateX(3deg);
    animation: servicesSystemFloat 6s ease-in-out infinite;
}

.services-system__top {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 50px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
    background: rgba(255, 255, 255, 0.026);
}

.services-system__controls {
    display: flex;
    gap: 6px;
}

.services-system__controls span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.services-system__controls span:first-child {
    background: #ff647f;
}

.services-system__controls span:nth-child(2) {
    background: #ffbf4d;
}

.services-system__controls span:last-child {
    background: #54efad;
}

.services-system__address {
    flex: 1;
    max-width: 320px;
    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;
}

.services-system__body {
    display: grid;
    grid-template-columns: 78px 1fr;
    min-height: 390px;
    background:
        radial-gradient(
            circle at 82% 28%,
            rgba(117, 60, 255, 0.17),
            transparent 37%
        ),
        radial-gradient(
            circle at 18% 66%,
            rgba(0, 145, 255, 0.12),
            transparent 39%
        ),
        #050a14;
}

.services-system__sidebar {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 27px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.services-system__sidebar span {
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.services-system__sidebar span.is-active {
    height: 28px;
    margin-bottom: 13px;
    background: linear-gradient(
        90deg,
        #00aeff,
        #884cff
    );
}

.services-system__content {
    padding: 48px 30px 30px;
}

.services-system__heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services-system__heading span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
}

.services-system__heading span:first-child {
    width: 38%;
    background: linear-gradient(
        90deg,
        #00aeff,
        #884cff
    );
}

.services-system__heading span:last-child {
    width: 75%;
    height: 18px;
}

.services-system__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 45px;
}

.services-system__grid > div {
    min-height: 112px;
    padding: 17px;
    border: 1px solid rgba(97, 126, 255, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
}

.services-system__grid i,
.services-system__grid span,
.services-system__grid small {
    display: block;
    border-radius: 999px;
}

.services-system__grid i {
    width: 27px;
    height: 27px;
    margin-bottom: 14px;
    background: linear-gradient(
        135deg,
        #1bc5ff,
        #854cff
    );
}

.services-system__grid span {
    width: 72%;
    height: 8px;
    margin-bottom: 9px;
    background: rgba(255, 255, 255, 0.13);
}

.services-system__grid small {
    width: 49%;
    height: 6px;
    background: rgba(255, 255, 255, 0.07);
}

.services-hero__floating-card {
    position: absolute;
    z-index: 5;
    width: max-content;
    min-width: 145px;
    max-width: 190px;
    padding: 16px 18px;
    border: 1px solid rgba(89, 129, 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);
}

.services-hero__floating-card strong,
.services-hero__floating-card span {
    display: block;
    white-space: nowrap;
}

.services-hero__floating-card strong {
    margin-bottom: 6px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
}

.services-hero__floating-card span {
    color: var(--muted, #8992a8);
    font-size: 0.63rem;
}

.services-hero__floating-card--one {
    top: 13%;
    left: 35px;
    animation: servicesCardFloat 5s ease-in-out infinite;
}

.services-hero__floating-card--two {
    top: 49%;
    right: 35px;
    animation: servicesCardFloat 6s 0.7s ease-in-out infinite;
}

.services-hero__floating-card--three {
    bottom: 8%;
    left: 45px;
    animation: servicesCardFloat 5.5s 0.4s ease-in-out infinite;
}

.services-hero__scroll {
    position: absolute;
    z-index: 5;
    bottom: 28px;
    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%);
}

.services-hero__scroll-line {
    position: relative;
    display: block;
    width: 1px;
    height: 38px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
}

.services-hero__scroll-line::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(
        to bottom,
        transparent,
        #2ecbff,
        #8a4cff
    );
    animation: servicesScrollLine 2s ease-in-out infinite;
}


/* ==========================================================
   04. ANIMAÇÕES DO HERO
========================================================== */

@keyframes servicesGlowOne {
    from {
        transform: translate3d(-20px, 15px, 0) scale(0.94);
    }

    to {
        transform: translate3d(90px, -35px, 0) scale(1.16);
    }
}

@keyframes servicesGlowTwo {
    from {
        transform: translate3d(15px, -15px, 0) scale(0.96);
    }

    to {
        transform: translate3d(-100px, 45px, 0) scale(1.18);
    }
}

@keyframes servicesRing {
    to {
        transform: rotate(360deg);
    }
}

@keyframes servicesBeam {
    0% {
        left: -40%;
        opacity: 0;
    }

    18% {
        opacity: 0.78;
    }

    75% {
        opacity: 0.55;
    }

    100% {
        left: 108%;
        opacity: 0;
    }
}

@keyframes servicesSystemFloat {
    0%,
    100% {
        transform:
            perspective(1200px)
            rotateY(-7deg)
            rotateX(3deg)
            translateY(0);
    }

    50% {
        transform:
            perspective(1200px)
            rotateY(-4deg)
            rotateX(2deg)
            translateY(-13px);
    }
}

@keyframes servicesCardFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-11px);
    }
}

@keyframes servicesScrollLine {
    from {
        top: -100%;
    }

    to {
        top: 130%;
    }
}

/* ==========================================================
   05. NAVEGAÇÃO DOS SERVIÇOS
========================================================== */

.services-navigation {
    position: relative;
    overflow: hidden;
    padding-block: 110px;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(66, 70, 255, 0.07),
            transparent 36%
        ),
        #03050b;
}

.services-navigation::before {
    content: "";
    position: absolute;
    top: -240px;
    left: 50%;
    width: 900px;
    height: 430px;
    border-radius: 50%;
    background: rgba(75, 64, 255, 0.07);
    filter: blur(100px);
    transform: translateX(-50%);
    pointer-events: none;
}

.services-navigation .section-header {
    position: relative;
    z-index: 2;
}

.services-navigation__grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 52px;
}

.services-navigation__grid a {
    position: relative;
    min-height: 128px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 21px 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.012)
        );
    transition:
        border-color 0.4s ease,
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.services-navigation__grid a::before {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(117, 60, 255, 0.1);
    filter: blur(32px);
    transition: transform 0.5s ease;
}

.services-navigation__grid a::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 22px;
    height: 1px;
    background: linear-gradient(
        90deg,
        #31cbff,
        #8b4eff
    );
    box-shadow: 0 0 10px rgba(0, 174, 255, 0.4);
    transition: width 0.4s ease;
}

.services-navigation__grid a:hover {
    border-color: rgba(83, 143, 255, 0.28);
    box-shadow:
        0 24px 65px rgba(0, 0, 0, 0.28),
        0 0 28px rgba(0, 145, 255, 0.045);
    transform: translateY(-6px);
}

.services-navigation__grid a:hover::before {
    transform: scale(1.4);
}

.services-navigation__grid a:hover::after {
    width: 42px;
}

.services-navigation__grid span,
.services-navigation__grid strong,
.services-navigation__grid small {
    position: relative;
    z-index: 2;
    display: block;
}

.services-navigation__grid span {
    margin-bottom: 18px;
    color: #38ccff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.services-navigation__grid strong {
    margin-bottom: 8px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    line-height: 1.25;
}

.services-navigation__grid small {
    color: var(--muted, #8992a8);
    font-size: 0.64rem;
    line-height: 1.4;
}


/* ==========================================================
   06. SEÇÃO DO PLANO WEB
========================================================== */

.services-plan {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(
            180deg,
            #03050b,
            #050713,
            #02040a
        );
}

.services-plan__effects {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.services-plan__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.services-plan__orb--one {
    top: -130px;
    left: -130px;
    width: 430px;
    height: 430px;
    background: rgba(0, 145, 255, 0.1);
    animation: servicesPlanOrbOne 11s ease-in-out infinite alternate;
}

.services-plan__orb--two {
    right: -160px;
    bottom: -160px;
    width: 500px;
    height: 500px;
    background: rgba(117, 60, 255, 0.13);
    animation: servicesPlanOrbTwo 13s ease-in-out infinite alternate;
}

.services-plan__beam {
    position: absolute;
    top: 42%;
    left: -40%;
    width: 35%;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 174, 255, 0.17),
        rgba(117, 60, 255, 0.2),
        transparent
    );
    filter: blur(31px);
    animation: servicesPlanBeam 9s ease-in-out infinite;
}

.services-plan__card {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(420px, 0.95fr);
    align-items: center;
    gap: clamp(65px, 8vw, 130px);
    min-height: 690px;
    padding: clamp(58px, 6vw, 90px);
    overflow: hidden;
    border: 1px solid rgba(91, 131, 255, 0.24);
    border-radius: 34px;
    background:
        radial-gradient(
            circle at 12% 22%,
            rgba(0, 145, 255, 0.075),
            transparent 32%
        ),
        radial-gradient(
            circle at 86% 36%,
            rgba(117, 60, 255, 0.11),
            transparent 36%
        ),
        linear-gradient(
            145deg,
            rgba(12, 20, 40, 0.94),
            rgba(4, 7, 17, 0.98)
        );
    box-shadow:
        0 40px 110px rgba(0, 0, 0, 0.42),
        0 0 55px rgba(0, 145, 255, 0.055);
}

.services-plan__animated-border {
    position: absolute;
    z-index: 1;
    inset: -1px;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.services-plan__animated-border::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -15%;
    width: 30%;
    height: 200%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(35, 200, 255, 0.65),
        rgba(133, 70, 255, 0.7),
        transparent
    );
    filter: blur(12px);
    transform: rotate(18deg);
    animation: servicesPlanBorder 8s linear infinite;
}

.services-plan__content,
.services-plan__visual {
    position: relative;
    z-index: 3;
    min-width: 0;
}

.services-plan__badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 28px;
    border: 1px solid rgba(87, 130, 255, 0.35);
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(0, 145, 255, 0.12),
        rgba(117, 60, 255, 0.12)
    );
    color: #43ccff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.services-plan__description {
    max-width: 620px;
    margin-top: 24px;
    color: var(--text-soft, #b7bfd1);
    font-size: 0.96rem;
    line-height: 1.78;
}

.services-plan__price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 28px;
}

.services-plan__currency {
    align-self: flex-start;
    margin-top: 12px;
    color: #39ccff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
}

.services-plan__price strong {
    background: linear-gradient(
        90deg,
        #31cfff,
        #438aff,
        #8b4dff
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(4.6rem, 7vw, 7.2rem);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.085em;
}

.services-plan__period {
    color: var(--muted, #8992a8);
    font-size: 1rem;
}

.services-plan__contract {
    max-width: 600px;
    margin-top: 12px;
    color: var(--muted, #8992a8);
    font-size: 0.72rem;
    line-height: 1.6;
}

.services-plan__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 34px;
}

.services-plan__features > div {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.018);
}

.services-plan__features > div > span {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(76, 137, 255, 0.36);
    border-radius: 50%;
    background: rgba(0, 145, 255, 0.08);
    color: #43ccff;
    font-size: 0.65rem;
    box-shadow: 0 0 12px rgba(0, 145, 255, 0.09);
}

.services-plan__features p,
.services-plan__features strong,
.services-plan__features small {
    display: block;
}

.services-plan__features strong {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 0.73rem;
}

.services-plan__features small {
    color: var(--muted, #8992a8);
    font-size: 0.62rem;
    line-height: 1.45;
}

.services-plan__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}


/* ==========================================================
   07. VISUAL DO PLANO WEB
========================================================== */

.services-plan__visual {
    min-height: 540px;
    display: grid;
    place-items: center;
    overflow: visible;
    perspective: 1300px;
}

.services-plan__visual::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86%;
    height: 68%;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(0, 145, 255, 0.14),
            rgba(117, 60, 255, 0.08) 48%,
            transparent 72%
        );
    filter: blur(45px);
    transform: translate(-50%, -50%);
}

.services-plan-browser {
    position: relative;
    z-index: 3;
    width: min(100%, 620px);
    overflow: hidden;
    border: 1px solid rgba(104, 129, 255, 0.28);
    border-radius: 24px;
    background: #071020;
    box-shadow:
        0 35px 95px rgba(0, 0, 0, 0.52),
        0 0 38px rgba(0, 145, 255, 0.075);
    transform:
        perspective(1200px)
        rotateY(-6deg)
        rotateX(2deg);
    animation: servicesPlanBrowserFloat 6s ease-in-out infinite;
}

.services-plan-browser__top {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 50px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.025);
}

.services-plan-browser__controls {
    display: flex;
    gap: 6px;
}

.services-plan-browser__controls span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.services-plan-browser__controls span:first-child {
    background: #ff647f;
}

.services-plan-browser__controls span:nth-child(2) {
    background: #ffbf4d;
}

.services-plan-browser__controls span:last-child {
    background: #54efad;
}

.services-plan-browser__address {
    flex: 1;
    max-width: 320px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: var(--muted, #8992a8);
    font-size: 0.66rem;
}

.services-plan-browser__screen {
    position: relative;
    min-height: 390px;
    padding: 28px;
    background:
        radial-gradient(
            circle at 76% 28%,
            rgba(117, 60, 255, 0.17),
            transparent 35%
        ),
        radial-gradient(
            circle at 20% 60%,
            rgba(0, 145, 255, 0.11),
            transparent 37%
        ),
        #050a14;
}

.services-plan-browser__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-plan-browser__logo {
    width: 48px;
    height: 13px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        #00aeff,
        #884cff
    );
}

.services-plan-browser__navigation div {
    display: flex;
    gap: 8px;
}

.services-plan-browser__navigation div span {
    width: 27px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.services-plan-browser__hero {
    margin-top: 67px;
}

.services-plan-browser__hero > span {
    display: block;
    height: 11px;
    margin-bottom: 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.services-plan-browser__hero > span:first-child {
    width: 33%;
    height: 8px;
    background: linear-gradient(
        90deg,
        #00aeff,
        #884cff
    );
}

.services-plan-browser__hero > span:nth-child(2) {
    width: 88%;
    height: 19px;
}

.services-plan-browser__hero > span:nth-child(3) {
    width: 65%;
}

.services-plan-browser__hero div {
    display: flex;
    gap: 10px;
    margin-top: 27px;
}

.services-plan-browser__hero i {
    display: block;
    width: 90px;
    height: 29px;
    border-radius: 9px;
    background: linear-gradient(
        90deg,
        #00aeff,
        #884cff
    );
}

.services-plan-browser__hero i:last-child {
    border: 1px solid rgba(97, 137, 255, 0.2);
    background: rgba(255, 255, 255, 0.025);
}

.services-plan-browser__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 55px;
}

.services-plan-browser__cards span {
    height: 84px;
    border: 1px solid rgba(97, 126, 255, 0.16);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.025);
}

.services-plan__floating-card {
    position: absolute;
    z-index: 5;
    width: max-content;
    min-width: 125px;
    padding: 15px 17px;
    border: 1px solid rgba(89, 129, 255, 0.3);
    border-radius: 16px;
    background: rgba(5, 10, 24, 0.92);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.45),
        0 0 25px rgba(0, 145, 255, 0.08);
    backdrop-filter: blur(16px);
}

.services-plan__floating-card strong,
.services-plan__floating-card span {
    display: block;
    white-space: nowrap;
}

.services-plan__floating-card strong {
    margin-bottom: 5px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
}

.services-plan__floating-card span {
    color: var(--muted, #8992a8);
    font-size: 0.62rem;
}

.services-plan__floating-card--one {
    top: 13%;
    left: 28px;
    animation: servicesCardFloat 5s ease-in-out infinite;
}

.services-plan__floating-card--two {
    top: 49%;
    right: 28px;
    animation: servicesCardFloat 6s 0.7s ease-in-out infinite;
}

.services-plan__floating-card--three {
    bottom: 7%;
    left: 42px;
    animation: servicesCardFloat 5.5s 0.4s ease-in-out infinite;
}


/* ==========================================================
   08. ANIMAÇÕES DO PLANO
========================================================== */

@keyframes servicesPlanOrbOne {
    from {
        transform: translate3d(-20px, 10px, 0) scale(0.95);
    }

    to {
        transform: translate3d(95px, -35px, 0) scale(1.17);
    }
}

@keyframes servicesPlanOrbTwo {
    from {
        transform: translate3d(20px, -10px, 0) scale(0.96);
    }

    to {
        transform: translate3d(-100px, 45px, 0) scale(1.18);
    }
}

@keyframes servicesPlanBeam {
    0% {
        left: -40%;
        opacity: 0;
    }

    18% {
        opacity: 0.78;
    }

    75% {
        opacity: 0.55;
    }

    100% {
        left: 108%;
        opacity: 0;
    }
}

@keyframes servicesPlanBorder {
    from {
        left: -35%;
    }

    to {
        left: 115%;
    }
}

@keyframes servicesPlanBrowserFloat {
    0%,
    100% {
        transform:
            perspective(1200px)
            rotateY(-6deg)
            rotateX(2deg)
            translateY(0);
    }

    50% {
        transform:
            perspective(1200px)
            rotateY(-3deg)
            rotateX(1deg)
            translateY(-12px);
    }
}

/* ==========================================================
   09. SERVIÇOS INDIVIDUAIS
========================================================== */

.services-solutions {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(65, 69, 255, 0.065),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #02040a,
            #040611,
            #02040a
        );
}

.services-solutions::before {
    content: "";
    position: absolute;
    top: 20%;
    right: -320px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: rgba(117, 60, 255, 0.055);
    filter: blur(120px);
    pointer-events: none;
}

.services-solutions::after {
    content: "";
    position: absolute;
    bottom: 16%;
    left: -330px;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background: rgba(0, 145, 255, 0.05);
    filter: blur(125px);
    pointer-events: none;
}

.services-solutions .section-description {
    max-width: 760px;
    margin: 24px auto 0;
    text-align: center;
}

.services-solutions__list {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 70px;
}

.services-solution {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(320px, 0.55fr);
    min-height: 545px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(11, 18, 36, 0.93),
            rgba(4, 7, 16, 0.97)
        );
    box-shadow:
        0 32px 90px rgba(0, 0, 0, 0.28),
        inset 0 1px rgba(255, 255, 255, 0.025);
    transition:
        border-color 0.45s ease,
        box-shadow 0.45s ease,
        transform 0.45s ease;
}

.services-solution:hover {
    border-color: rgba(88, 137, 255, 0.22);
    box-shadow:
        0 38px 100px rgba(0, 0, 0, 0.38),
        0 0 38px rgba(0, 145, 255, 0.04);
    transform: translateY(-5px);
}

.services-solution--reverse {
    grid-template-columns:
        minmax(320px, 0.55fr)
        minmax(0, 1.15fr);
}

.services-solution__content {
    position: relative;
    z-index: 3;
    padding: clamp(45px, 5vw, 74px);
}

.services-solution__topline {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.services-solution__number {
    color: #3dccff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.services-solution__category {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 12px;
    border: 1px solid rgba(86, 132, 255, 0.24);
    border-radius: 999px;
    background: rgba(59, 93, 255, 0.06);
    color: var(--text-soft, #b7bfd1);
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.services-solution__title {
    margin: 0;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.6rem, 4.6vw, 5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
}

.services-solution__description {
    max-width: 750px;
    margin-top: 23px;
    color: var(--text-soft, #b7bfd1);
    font-size: 0.93rem;
    line-height: 1.8;
}

.services-solution__information {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.services-solution__information > div {
    padding: 21px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.018);
}

.services-solution__information strong {
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.services-solution__information ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.services-solution__information li {
    position: relative;
    padding-left: 18px;
    color: var(--muted, #8992a8);
    font-size: 0.72rem;
    line-height: 1.5;
}

.services-solution__information li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #21c7ff,
        #8b4eff
    );
    box-shadow: 0 0 10px rgba(0, 174, 255, 0.35);
}

.services-solution__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 34px;
}

.services-solution__price span,
.services-solution__price strong {
    display: block;
}

.services-solution__price span {
    margin-bottom: 5px;
    color: var(--muted, #8992a8);
    font-size: 0.65rem;
}

.services-solution__price strong {
    background: linear-gradient(
        90deg,
        #30cdff,
        #448aff,
        #8b4eff
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: "Space Grotesk", sans-serif;
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: -0.06em;
}


/* ==========================================================
   10. VISUAL DOS SERVIÇOS
========================================================== */

.services-solution__visual {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.065);
    background:
        radial-gradient(
            circle at center,
            rgba(0, 145, 255, 0.085),
            rgba(117, 60, 255, 0.06) 42%,
            transparent 70%
        ),
        rgba(255, 255, 255, 0.01);
}

.services-solution--reverse
.services-solution__visual {
    border-right: 1px solid rgba(255, 255, 255, 0.065);
    border-left: 0;
}

.services-solution__visual::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(78, 137, 255, 0.13);
    border-radius: 50%;
    animation: servicesVisualRing 14s linear infinite;
}

.services-solution__visual::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(132, 69, 255, 0.13);
    border-radius: 50%;
    animation: servicesVisualRing 10s linear infinite reverse;
}

.services-solution__visual-number {
    position: absolute;
    top: 24px;
    right: 26px;
    color: rgba(255, 255, 255, 0.08);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(4rem, 7vw, 7rem);
    font-weight: 700;
    letter-spacing: -0.08em;
}

.services-solution__icon {
    position: relative;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(82, 139, 255, 0.3);
    border-radius: 31px;
    background:
        linear-gradient(
            145deg,
            rgba(0, 145, 255, 0.12),
            rgba(117, 60, 255, 0.1)
        );
    color: #41ccff;
    box-shadow:
        inset 0 1px rgba(255, 255, 255, 0.06),
        0 30px 70px rgba(0, 0, 0, 0.35),
        0 0 38px rgba(0, 145, 255, 0.09);
    backdrop-filter: blur(16px);
    animation: servicesIconFloat 5s ease-in-out infinite;
}

.services-solution__visual-label {
    position: absolute;
    z-index: 3;
    bottom: 68px;
    left: 50%;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(84, 136, 255, 0.2);
    border-radius: 999px;
    background: rgba(4, 8, 19, 0.75);
    color: var(--text-soft, #b7bfd1);
    font-size: 0.63rem;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(-50%);
}


/* ==========================================================
   11. ANIMAÇÕES DOS SERVIÇOS
========================================================== */

@keyframes servicesVisualRing {
    to {
        transform: rotate(360deg);
    }
}

@keyframes servicesIconFloat {
    0%,
    100% {
        transform: translateY(0) rotate(-2deg);
    }

    50% {
        transform: translateY(-12px) rotate(2deg);
    }
}


/* ==========================================================
   12. PROCESSO
========================================================== */

.services-process {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(60, 72, 255, 0.075),
            transparent 36%
        ),
        linear-gradient(
            180deg,
            #02040a,
            #050713,
            #02040a
        );
}

.services-process::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.15;
    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: 70px 70px;
    mask-image: radial-gradient(
        circle at center,
        #000,
        transparent 76%
    );
}

.services-process__glow {
    position: absolute;
    top: 18%;
    left: -230px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: rgba(0, 145, 255, 0.07);
    filter: blur(105px);
    pointer-events: none;
}

.services-process .section-header {
    position: relative;
    z-index: 3;
}

.services-process .section-description {
    max-width: 760px;
    margin: 24px auto 0;
    text-align: center;
}

.services-process__grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 62px;
}

.services-process__card {
    position: relative;
    min-height: 270px;
    padding: 31px 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 22px;
    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 22px 60px rgba(0, 0, 0, 0.18);
    transition:
        border-color 0.4s ease,
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.services-process__card::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(117, 60, 255, 0.09);
    filter: blur(42px);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
}

.services-process__card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #29caff,
        #8b4eff,
        transparent
    );
    transition: opacity 0.4s ease;
}

.services-process__card:hover {
    border-color: rgba(82, 143, 255, 0.25);
    box-shadow:
        0 28px 75px rgba(0, 0, 0, 0.25),
        0 0 28px rgba(0, 145, 255, 0.045);
    transform: translateY(-7px);
}

.services-process__card:hover::before {
    opacity: 1;
    transform: scale(1.25);
}

.services-process__card:hover::after {
    opacity: 1;
}

.services-process__number {
    position: absolute;
    top: 24px;
    right: 25px;
    color: rgba(255, 255, 255, 0.14);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.services-process__icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 27px;
    border: 1px solid rgba(81, 136, 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);
}

.services-process__card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 13px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.34rem;
    letter-spacing: -0.035em;
}

.services-process__card p {
    position: relative;
    z-index: 2;
    color: var(--muted, #8992a8);
    font-size: 0.79rem;
    line-height: 1.72;
}

/* ==========================================================
   13. PERGUNTAS FREQUENTES
========================================================== */

.services-faq {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 30%,
            rgba(117, 60, 255, 0.075),
            transparent 32%
        ),
        radial-gradient(
            circle at 10% 70%,
            rgba(0, 145, 255, 0.065),
            transparent 32%
        ),
        #03050b;
}

.services-faq__container {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.75fr)
        minmax(500px, 1.25fr);
    align-items: flex-start;
    gap: clamp(65px, 9vw, 140px);
}

.services-faq__introduction {
    position: sticky;
    top: 120px;
}

.services-faq__introduction .section-description {
    max-width: 570px;
    margin-top: 24px;
}

.services-faq__introduction .button {
    margin-top: 30px;
}

.services-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services-faq__item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.012)
        );
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.services-faq__item.is-open {
    border-color: rgba(80, 141, 255, 0.25);
    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.22),
        0 0 25px rgba(0, 145, 255, 0.04);
}

.services-faq__question {
    width: 100%;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 23px;
    color: #ffffff;
    text-align: left;
    cursor: pointer;
}

.services-faq__question span {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1.45;
}

.services-faq__question i {
    position: relative;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(84, 136, 255, 0.25);
    border-radius: 50%;
    background: rgba(0, 145, 255, 0.05);
}

.services-faq__question i::before,
.services-faq__question i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1.5px;
    border-radius: 999px;
    background: #42ccff;
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease;
}

.services-faq__question i::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.services-faq__item.is-open
.services-faq__question i::after {
    transform:
        translate(-50%, -50%)
        rotate(0);
}

.services-faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s ease;
}

.services-faq__answer > div {
    overflow: hidden;
}

.services-faq__answer p {
    padding: 0 70px 0 23px;
    color: var(--muted, #8992a8);
    font-size: 0.79rem;
    line-height: 1.75;
    transition: padding 0.45s ease;
}

.services-faq__item.is-open
.services-faq__answer {
    grid-template-rows: 1fr;
}

.services-faq__item.is-open
.services-faq__answer p {
    padding-top: 3px;
    padding-bottom: 24px;
}


/* ==========================================================
   14. CHAMADA FINAL
========================================================== */

.services-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 18% 48%,
            rgba(0, 145, 255, 0.1),
            transparent 34%
        ),
        radial-gradient(
            circle at 82% 44%,
            rgba(117, 60, 255, 0.12),
            transparent 36%
        ),
        #03050c;
}

.services-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%
        );
}

.services-cta__effects {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.services-cta__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
}

.services-cta__orb--one {
    top: -150px;
    left: -120px;
    width: 430px;
    height: 430px;
    background: rgba(0, 145, 255, 0.1);
    animation: servicesCtaOrbOne 10s ease-in-out infinite alternate;
}

.services-cta__orb--two {
    right: -140px;
    bottom: -170px;
    width: 480px;
    height: 480px;
    background: rgba(117, 60, 255, 0.12);
    animation: servicesCtaOrbTwo 12s ease-in-out infinite alternate;
}

.services-cta__beam {
    position: absolute;
    top: 42%;
    left: -40%;
    width: 34%;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 174, 255, 0.17),
        rgba(117, 60, 255, 0.2),
        transparent
    );
    filter: blur(30px);
    animation: servicesCtaBeam 9s ease-in-out infinite;
}

.services-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);
}

.services-cta__content {
    max-width: 850px;
}

.services-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);
}

.services-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;
}

.services-cta__content > p {
    max-width: 700px;
    margin-top: 24px;
    color: var(--text-soft, #b7bfd1);
    font-size: 0.94rem;
    line-height: 1.78;
}

.services-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 33px;
}


/* ==========================================================
   15. CARTÃO DE CONTACTO
========================================================== */

.services-cta__contact {
    position: relative;
    min-width: 0;
    padding: 35px 32px;
    overflow: hidden;
    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);
}

.services-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;
}

.services-cta__contact img {
    position: relative;
    z-index: 2;
    display: block;
    width: 135px;
    height: 70px;
    margin-bottom: 18px;
    object-fit: contain;
    object-position: left center;
}

.services-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;
}

.services-cta__contact > a {
    position: relative;
    z-index: 2;
    display: block;
    padding-block: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.services-cta__contact > a small,
.services-cta__contact > a strong {
    display: block;
}

.services-cta__contact > a small {
    margin-bottom: 5px;
    color: var(--muted, #8992a8);
    font-size: 0.65rem;
}

.services-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;
}

.services-cta__contact > a:hover strong {
    color: #45cfff;
}

.services-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.67rem;
    font-weight: 700;
}

.services-cta__availability i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ee9a4;
    box-shadow:
        0 0 9px rgba(78, 233, 164, 0.8),
        0 0 20px rgba(78, 233, 164, 0.35);
    animation: servicesAvailability 2s ease-in-out infinite;
}


/* ==========================================================
   16. ANIMAÇÕES FINAIS
========================================================== */

@keyframes servicesCtaOrbOne {
    from {
        transform: translate3d(-20px, 20px, 0) scale(0.95);
    }

    to {
        transform: translate3d(90px, -30px, 0) scale(1.16);
    }
}

@keyframes servicesCtaOrbTwo {
    from {
        transform: translate3d(20px, -10px, 0) scale(0.96);
    }

    to {
        transform: translate3d(-90px, 40px, 0) scale(1.18);
    }
}

@keyframes servicesCtaBeam {
    0% {
        left: -40%;
        opacity: 0;
    }

    18% {
        opacity: 0.8;
    }

    75% {
        opacity: 0.55;
    }

    100% {
        left: 108%;
        opacity: 0;
    }
}

@keyframes servicesAvailability {
    0%,
    100% {
        opacity: 0.65;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.15);
    }
}

/* =========================================================
   RESPONSIVIDADE REAL — PÁGINA DE SERVIÇOS
   Classes alinhadas com paginas/servicos.html
========================================================= */

@media (max-width: 1180px) {
    .services-hero__container {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .services-hero__content {
        width: min(100%, 820px);
        margin-inline: auto;
        text-align: center;
    }

    .services-hero__title,
    .services-hero__description {
        margin-inline: auto;
    }

    .services-hero__actions {
        justify-content: center;
    }

    .services-hero__benefits {
        margin-inline: auto;
    }

    .services-hero__visual {
        width: min(100%, 760px);
        margin-inline: auto;
    }

    .services-navigation__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .services-plan__card {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .services-plan__content {
        width: min(100%, 780px);
        margin-inline: auto;
    }

    .services-plan__visual {
        width: min(100%, 760px);
        margin-inline: auto;
    }

    .services-solution,
    .services-solution--reverse {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    }

    .services-faq__container,
    .services-cta__container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .services-faq__introduction {
        position: static;
        width: min(100%, 760px);
        margin-inline: auto;
        text-align: center;
    }

    .services-faq__introduction .section-description {
        margin-inline: auto;
    }

    .services-faq__list {
        width: min(100%, 850px);
        margin-inline: auto;
    }

    .services-cta__content {
        max-width: 850px;
        margin-inline: auto;
        text-align: center;
    }

    .services-cta__content > p {
        margin-inline: auto;
    }

    .services-cta__actions {
        justify-content: center;
    }

    .services-cta__contact {
        width: min(100%, 620px);
        margin-inline: auto;
    }
}

@media (max-width: 900px) {
    .services-navigation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-solution,
    .services-solution--reverse {
        grid-template-columns: 1fr;
    }

    .services-solution__content,
    .services-solution--reverse .services-solution__content {
        order: 1;
    }

    .services-solution__visual,
    .services-solution--reverse .services-solution__visual {
        order: 2;
        min-height: 360px;
        border-top: 1px solid rgba(255, 255, 255, 0.065);
        border-right: 0;
        border-left: 0;
    }

    .services-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .services-page-body *,
    .services-page-body *::before,
    .services-page-body *::after {
        box-sizing: border-box;
    }

    .services-page-body main,
    .services-page-body section,
    .services-page-body article,
    .services-page-body .container {
        min-width: 0;
        max-width: 100%;
    }

    .services-page-body .container {
        width: calc(100% - 34px);
        margin-inline: auto;
    }

    .services-page-body .section {
        padding-block: 76px;
    }

    /* Hero */
    .services-hero {
        min-height: auto;
        padding: 116px 0 72px;
    }

    .services-hero__container {
        display: flex;
        flex-direction: column;
        width: calc(100% - 34px);
        gap: 44px;
    }

    .services-hero__content {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .services-hero__title {
        width: 100%;
        max-width: 100%;
        margin-top: 16px;
    }

    .services-hero__title-script {
        font-size: clamp(3rem, 16vw, 4.6rem);
    }

    .services-hero__title-main {
        font-size: clamp(2.7rem, 13.2vw, 4rem);
        letter-spacing: -0.055em;
    }

    .services-hero__title-highlight {
        font-size: clamp(2.25rem, 11.2vw, 3.4rem);
        letter-spacing: -0.05em;
    }

    .services-hero__description {
        width: 100%;
        max-width: 470px;
        margin-top: 23px;
        font-size: 0.9rem;
        line-height: 1.72;
    }

    .services-hero__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin-top: 28px;
    }

    .services-hero__actions .button {
        width: 100%;
        min-width: 0;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .services-hero__benefits {
        grid-template-columns: 1fr;
        width: min(100%, 310px);
        margin: 32px auto 0;
        gap: 0;
        text-align: center;
    }

    .services-hero__benefits div,
    .services-hero__benefits div:first-child {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .services-hero__benefits div:last-child {
        border-bottom: 0;
    }

    .services-hero__visual {
        width: 100%;
        min-height: 390px;
        margin: 0 auto;
    }

    .services-system {
        width: calc(100% - 14px);
        max-width: 440px;
        transform: none;
        animation: none;
    }

    .services-system__body {
        grid-template-columns: 52px minmax(0, 1fr);
        min-height: 285px;
    }

    .services-system__sidebar {
        padding: 20px 11px;
    }

    .services-system__content {
        min-width: 0;
        padding: 31px 17px 22px;
    }

    .services-system__grid {
        gap: 9px;
        margin-top: 30px;
    }

    .services-system__grid > div {
        min-height: 88px;
        padding: 12px;
    }

    .services-hero__floating-card {
        min-width: 0;
        width: 116px;
        max-width: 116px;
        padding: 12px;
    }

    .services-hero__floating-card strong,
    .services-hero__floating-card span {
        white-space: normal;
    }

    .services-hero__floating-card--one {
        top: 5px;
        left: 0;
    }

    .services-hero__floating-card--two {
        top: 125px;
        right: 0;
    }

    .services-hero__floating-card--three {
        bottom: 2px;
        left: 12px;
    }

    .services-hero__scroll {
        display: none;
    }

    /* Cabeçalhos */
    .services-page-body .section-header,
    .services-page-body .section-header--split,
    .services-page-body .section-header--center {
        display: block;
        width: 100%;
        text-align: center;
    }

    .services-page-body .section-header__side {
        width: 100%;
        margin-top: 22px;
    }

    .services-page-body .section-description {
        width: 100%;
        max-width: 470px;
        margin-inline: auto;
        font-size: 0.87rem;
        line-height: 1.7;
    }

    .services-page-body .section-title,
    .services-page-body .mixed-heading__title {
        width: 100%;
        max-width: 100%;
        font-size: clamp(2.1rem, 10.5vw, 3rem);
        line-height: 1.05;
        overflow-wrap: normal;
        word-break: normal;
    }

    /* Navegação dos serviços */
    .services-navigation {
        padding-block: 76px;
    }

    .services-navigation__grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 38px;
    }

    .services-navigation__grid a {
        min-height: 108px;
        align-items: center;
        padding: 20px;
        text-align: center;
    }

    /* Plano mensal */
    .services-plan {
        overflow: hidden;
    }

    .services-plan__card {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 0;
        padding: 34px 20px;
        gap: 48px;
        border-radius: 24px;
    }

    .services-plan__content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        text-align: center;
    }

    .services-plan__description,
    .services-plan__contract {
        width: 100%;
        margin-inline: auto;
    }

    .services-plan__price {
        justify-content: center;
    }

    .services-plan__features {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 11px;
        margin-top: 28px;
        text-align: left;
    }

    .services-plan__features > div {
        width: 100%;
        min-width: 0;
        padding: 14px;
    }

    .services-plan__features p {
        min-width: 0;
    }

    .services-plan__features strong,
    .services-plan__features small {
        overflow-wrap: normal;
        word-break: normal;
    }

    .services-plan__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .services-plan__actions .button {
        width: 100%;
        min-width: 0;
        justify-content: center;
        padding-inline: 18px;
        white-space: normal;
        text-align: center;
    }

    .services-plan__visual {
        width: 100%;
        max-width: 440px;
        min-height: 355px;
        margin-inline: auto;
    }

    .services-plan-browser {
        width: calc(100% - 10px);
        transform: none;
        animation: none;
    }

    .services-plan-browser__screen {
        min-height: 275px;
        padding: 20px;
    }

    .services-plan__floating-card {
        min-width: 0;
        width: 106px;
        max-width: 106px;
        padding: 12px;
    }

    .services-plan__floating-card strong,
    .services-plan__floating-card span {
        white-space: normal;
    }

    .services-plan__floating-card--one {
        top: 28px;
        left: 0;
    }

    .services-plan__floating-card--two {
        right: 0;
        bottom: 8px;
    }

    .services-plan__floating-card--three {
        top: auto;
        right: auto;
        bottom: 0;
        left: 14px;
    }

    /* Soluções individuais */
    .services-solutions {
        overflow: hidden;
    }

    .services-solutions__list {
        margin-top: 48px;
    }

    .services-solution,
    .services-solution--reverse {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 0;
        margin: 0;
        border-radius: 23px;
        transform: none;
    }

    .services-solution__content,
    .services-solution--reverse .services-solution__content {
        order: 1;
        width: 100%;
        min-width: 0;
        padding: 34px 20px;
        text-align: center;
    }

    .services-solution__topline {
        justify-content: center;
        flex-wrap: wrap;
    }

    .services-solution__title {
        width: 100%;
        font-size: clamp(2.25rem, 11vw, 3.35rem);
        line-height: 1;
        overflow-wrap: normal;
        word-break: normal;
    }

    .services-solution__description {
        width: 100%;
        margin-inline: auto;
        font-size: 0.86rem;
        line-height: 1.72;
    }

    .services-solution__information {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 12px;
        text-align: left;
    }

    .services-solution__information > div {
        width: 100%;
        min-width: 0;
        padding: 19px 17px;
    }

    .services-solution__information ul {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
    }

    .services-solution__information li {
        position: relative;
        width: 100%;
        min-height: 0;
        height: auto;
        transform: none;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
    }

    .services-solution__footer {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 24px;
    }

    .services-solution__footer .button {
        width: 100%;
        min-width: 0;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .services-solution__price {
        text-align: center;
    }

    .services-solution__visual,
    .services-solution--reverse .services-solution__visual {
        order: 2;
        width: 100%;
        min-height: 310px;
        border-top: 1px solid rgba(255, 255, 255, 0.065);
        border-right: 0;
        border-left: 0;
    }

    .services-solution__visual::before {
        width: 250px;
        height: 250px;
    }

    .services-solution__visual::after {
        width: 170px;
        height: 170px;
    }

    .services-solution__visual-number {
        top: 18px;
        right: 20px;
        font-size: 4rem;
    }

    .services-solution__icon {
        width: 108px;
        height: 108px;
    }

    .services-solution__visual-label {
        bottom: 40px;
    }

    /* Processo */
    .services-process__grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 44px;
    }

    .services-process__card {
        width: 100%;
        min-height: 0;
        padding: 28px 22px;
        text-align: center;
    }

    .services-process__icon {
        margin-inline: auto;
    }

    /* FAQ */
    .services-faq__container {
        display: flex;
        flex-direction: column;
        width: calc(100% - 34px);
        gap: 40px;
    }

    .services-faq__introduction,
    .services-faq__list {
        position: static;
        width: 100%;
        max-width: 100%;
    }

    .services-faq__question {
        min-height: 72px;
        gap: 14px;
        padding: 18px;
    }

    .services-faq__question span {
        min-width: 0;
        font-size: 0.86rem;
    }

    .services-faq__answer p {
        padding-inline: 18px;
    }

    /* Chamada final */
    .services-cta::before {
        inset: 10px;
        border-radius: 24px;
    }

    .services-cta__container {
        display: flex;
        flex-direction: column;
        width: calc(100% - 34px);
        gap: 42px;
    }

    .services-cta__content {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .services-cta__script {
        font-size: clamp(2.8rem, 14vw, 4rem);
    }

    .services-cta h2 {
        font-size: clamp(2.25rem, 11vw, 3.35rem);
        overflow-wrap: normal;
        word-break: normal;
    }

    .services-cta__content > p {
        width: 100%;
        margin-inline: auto;
    }

    .services-cta__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .services-cta__actions .button {
        width: 100%;
        min-width: 0;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .services-cta__contact {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 30px 20px;
        text-align: center;
    }

    .services-cta__contact img {
        margin-inline: auto;
        object-position: center;
    }

    .services-cta__availability {
        justify-content: center;
    }

    /* Menu e botões flutuantes */
    .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;
    }
}

@media (max-width: 480px) {
    .services-page-body .container,
    .services-hero__container,
    .services-faq__container,
    .services-cta__container {
        width: calc(100% - 28px);
    }

    .services-plan__card,
    .services-solution__content {
        padding-inline: 17px;
    }

    .services-plan__features > div {
        padding-inline: 12px;
    }

    .services-hero__visual {
        min-height: 355px;
    }

    .services-plan__visual {
        min-height: 330px;
    }

    .services-hero__floating-card,
    .services-plan__floating-card {
        width: 102px;
        max-width: 102px;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
    }

    .back-to-top {
        right: 17px;
        bottom: 82px;
    }
}

@media (hover: none) {
    .services-navigation__grid a:hover,
    .services-solution:hover,
    .services-process__card:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .services-system,
    .services-hero__floating-card,
    .services-plan-browser,
    .services-plan__floating-card,
    .services-solution__visual::before,
    .services-solution__visual::after,
    .services-solution__icon {
        animation: none !important;
    }
}