:root {
    /* Fontes */
    --font-primaria: 'Raleway', sans-serif;

    /* Cores */
    --cor-primaria: #ffcd02;
    --cor-secundaria: #FFFFFF;
    --background-primario: #050505;
    --background-secundario: #121212;

    /* Responsividade */
    --responsivo: 1320px;
    /* --responsivo: 1020px; */
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

html {
    scroll-behavior: smooth;
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    color: var(--cor-secundaria);
    font-family: var(--font-primaria);
    border: 0;
}

body {
    background-color: var(--background-primario);
    overflow-x: hidden;
}

p {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
}

h3 {
    font-size: 32px;
    font-weight: 400;
}

.container {
    max-width: var(--responsivo);
    margin: 0 auto;
}

header.home .btn-comecar {
    position: absolute;
    right: 40px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: var(--cor-primaria);
    color: var(--background-primario);
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(255, 205, 2, 0.18);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

header.home.scrolled .btn-comecar {
    opacity: 0;
    transform: translateY(-15px) scale(0.95);
    pointer-events: none;
}

header.home .btn-comecar span {
    color: var(--background-primario);
}

header.home .btn-comecar .icon-arrow {
    width: 18px;
    height: 18px;
    color: var(--background-primario);
    transition: transform 0.3s ease;
}

header.home .btn-comecar:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 28px rgba(255, 205, 2, 0.28);
    filter: brightness(1.03);
}

header.home .btn-comecar:hover .icon-arrow {
    transform: translateX(4px);
}

header.home .btn-comecar:active {
    transform: scale(0.98);
}

header.home {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

header.home .container {
    width: min(1320px, 90%);
    margin: 40px auto 0 auto;
    height: 80px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: rgba(15, 15, 15, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
    position: relative;
}

header.home .img-logo-header {
    max-width: 180px;
    opacity: 1;
    overflow: hidden;
    transition: all 0.35s ease;
    position: absolute;
    left: 40px;
}

header.home .img-logo-header img {
    height: 140px;
    width: auto;
    transition: all 0.35s ease;
}

header.home .menu-nav {
    display: flex;
    gap: 40px;
    transition: all 0.35s ease;
    margin: 0 auto;
}

header.home .menu-nav a {
    position: relative;
    display: inline-block;
    transition: color 0.3s ease, opacity 0.3s ease;
}

header.home .menu-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

header.home .menu-nav a:hover::after {
    transform: scaleX(1);
}

header.home.scrolled .container {
    width: min(820px, 88%);
    height: 64px;
    margin-top: 16px;
    padding: 0 28px;
    background-color: rgba(15, 15, 15, 0.72);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    justify-content: center;
}

header.home.scrolled .img-logo-header {
    max-width: 0;
    opacity: 0;
    margin-right: 0;
}

header.home.scrolled .img-logo-header img {
    height: 54px;
}

header.home.scrolled .menu-nav {
    gap: 28px;
}

header:not(.home) .container {
    margin-bottom: 100px;
}

header .container .menu-nav {
    display: flex;
    gap: 40px;
}

header .container .menu-nav-mobile {
    display: none;
}

header .container .menu-nav a {
    transition: 0.3s;
}

header .container .menu-nav a:hover {
    color: var(--cor-primaria);
}

#hero-modern {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: var(--background-primario);
    overflow: hidden;
    padding-top: 80px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.hero-text-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    z-index: 2;
}

.hero-text-col h1 {
    font-size: clamp(40px, 6vw, 82px);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: -1.5px;
    max-width: 600px;
}

.hero-title .word {
    display: inline-flex;
    color: #fff;
}

.hero-title .highlight {
    color: var(--cor-primaria);
    text-shadow: 0 0 40px rgba(255, 205, 2, .4);
}

.hero-text-col p {
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
}

.hero-visual-col {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper {
    position: absolute;
    width: 140%;
    height: 120%;
    z-index: 1;
    -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 75%);
    mask-image: radial-gradient(circle at center, black 40%, transparent 75%);
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(30, 30, 30, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 24px;
    border-radius: 999px;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    animation: floatAnim 6s ease-in-out infinite;
}

.floating-badge span {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
}

.floating-badge img {
    width: 18px;
    height: 18px;
    filter: invert(74%) sepia(85%) saturate(713%) hue-rotate(359deg) brightness(102%) contrast(106%);
}

.badge-1 {
    top: 15%;
    right: 15%;
    animation-delay: 0s;
}

.badge-2 {
    top: 48%;
    left: 0%;
    animation-delay: -2s;
}

.badge-3 {
    bottom: 15%;
    right: 20%;
    animation-delay: -4s;
}

.hero-title {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
    max-width: 600px;
}

.hero-title .word {
    display: inline-flex;
}

.hero-title .highlight {
    color: var(--cor-primaria);
    text-shadow: 0 0 40px rgba(255, 205, 2, .4);
}

.hero-letter {
    display: inline-block;
    color: inherit;
    opacity: 0;
    transform: translateY(60px);
    filter: blur(10px);
    animation: heroLetterIn .8s cubic-bezier(.22, 1, .36, 1) forwards;
}

.hero-subtitle {
    opacity: 0;
    transform: translateY(35px);
    filter: blur(8px);
    will-change: transform, opacity, filter;

    animation: heroSubtitleIn .9s cubic-bezier(.22, 1, .36, 1) forwards;
    animation-delay: 1.6s;
}

@keyframes heroSubtitleIn {
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes heroLetterIn {
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes floatAnim {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-text-col {
        align-items: center;
        margin-top: 40px;
    }

    .hero-text-col h1 {
        font-size: 64px;
        letter-spacing: -1.5px;
        max-width: 100%;
    }

    .hero-visual-col {
        height: 400px;
    }

    .badge-2 {
        left: 5%;
    }
}

@media (max-width: 768px) {
    .hero-text-col h1 {
        font-size: 46px;
        letter-spacing: -1px;
    }

    .hero-text-col p {
        font-size: 17px;
    }

    .floating-badge {
        padding: 8px 16px;
    }

    .floating-badge span {
        font-size: 12px;
    }

    .badge-1 {
        top: 10%;
        right: 5%;
    }

    .badge-3 {
        bottom: 10%;
        right: 5%;
    }
}

#servicos.premium-section {
    padding: 120px 0;
    background-color: var(--background-primario);
    overflow: hidden;
    /* Evita scroll horizontal na página inteira */
}

/* --- Cabeçalho --- */
#servicos .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 56px;
}

#servicos .title-glow {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.5px;
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.15);
}

#servicos .subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* --- Indicador de Scroll (Seta animada) --- */
#servicos .scroll-indicator {
    margin-top: 16px;
    animation: bounceSoft 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes bounceSoft {

    0%,
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }

    50% {
        transform: translateY(8px);
        opacity: 1;
        filter: drop-shadow(0 0 8px rgba(255, 204, 0, 0.6));
    }
}

/* --- Carrossel Swiper (Efeito Roleta) --- */
#servicos .servicosSwiper {
    width: 100%;
    /* O padding previne que o "glow" e a elevação dos cards sejam cortados pelo overflow do Swiper */
    padding: 20px 10px 40px 10px;
    margin: -20px 0 -40px 0;
}

#servicos .servicosSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

#servicos .swiper-slide {
    height: auto;
    /* Permite que os cards estiquem igualmente */
}

/* --- Cards Premium --- */
#servicos .service-card {
    height: 220px;
    width: 100%;
    background: rgba(25, 25, 25, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    cursor: pointer;
    transition: transform 0.4s var(--premium-ease),
        border-color 0.4s ease,
        background 0.4s ease,
        box-shadow 0.4s ease;
}

#servicos .service-card:hover {
    transform: translateY(-10px);
    background: rgba(15, 15, 15, 0.95);
    border-color: rgba(255, 204, 0, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(255, 204, 0, 0.05) inset;
}

/* --- Ícones e Textos do Card --- */
#servicos .icon-wrapper {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

#servicos .icon-wrapper img {
    height: 100%;
    width: auto;
    opacity: 0.85;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

#servicos .service-card:hover .icon-wrapper {
    transform: scale(1.15);
}

#servicos .service-card:hover .icon-wrapper img {
    opacity: 1;
    /* Truque CSS: Adiciona um glow amarelo no ícone branco via drop-shadow */
    filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.8));
}

#servicos .service-card h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s ease;
}

#servicos .service-card:hover h3 {
    color: var(--cor-primaria);
}

/* --- Classes Utilitárias de Animação (JS) --- */
.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

#solucoes .container .container-one {
    display: flex;
    gap: 14px;
}

#solucoes .container .container-one .card-left,
#solucoes .container .container-one .card-right {
    width: 50%;
    height: 300px;
    border-radius: 10px;
    border: 1px solid var(--background-secundario);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#solucoes .container .container-one .bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

#solucoes .container .container-one .card-left .bg {
    background-image: url('/assets/img/Rectangle8.png');
}

#solucoes .container .container-one .card-right .bg {
    background-image: url('/assets/img/Rectangle32.png');
}

#solucoes .container .container-one .card-left:hover .bg,
#solucoes .container .container-one .card-right:hover .bg {
    transform: scale(1.1);
}

#solucoes .container .container-one .card-left::before,
#solucoes .container .container-one .card-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    /* controla o nível de escuro */
    z-index: 1;
}

#solucoes .container .container-one .card-left:hover::before,
#solucoes .container .container-one .card-right:hover::before {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

#solucoes .container .container-one .txt {
    position: relative;
    z-index: 1;
}

#solucoes .container .container-one .card-left .txt h3,
#solucoes .container .container-one .card-right .txt h3 {
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

#solucoes .container .container-one .card-left:hover .txt h3,
#solucoes .container .container-one .card-right:hover .txt h3 {
    color: var(--cor-primaria);
    transform: translateY(-2px);
    animation: glowPulse 1.5s ease-in-out infinite alternate;
}

#solucoes .container .container-one .card-left {
    background-image: url(../img/Rectangle8.png);
}

#solucoes .container .container-one .card-right {
    background-image: url(../img/Rectangle32.png);
}

#solucoes .container .container-two {
    position: relative;
    height: 300px;
    border-radius: 10px;
    border: 1px solid var(--background-secundario);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#solucoes .container .container-two .bg {
    position: absolute;
    inset: 0;
    background-image: url('/assets/img/Rectangle30.png');
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

#solucoes .container .container-two:hover .bg {
    transform: scale(1.1);
}

#solucoes .container .container-two::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    transition: background 0.3s ease;
    /* 🔥 corrigido */
}

#solucoes .container .container-two:hover::before {
    background: rgba(0, 0, 0, 0.5);
}

#solucoes .container .container-two .txt {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

#solucoes .container .container-one .txt p,
#solucoes .container .container-two .txt p,
#solucoes .container .container-three .txt p {
    opacity: 60%;
    font-weight: 200;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.6);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(255, 204, 0, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
    }
}

#solucoes .container .container-two a {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    background-color: var(--cor-primaria);
    color: black;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

#solucoes .container .container-two a:hover {
    transform: scale(1.05);
    background-color: #fff;
}

#solucoes .container .container-two .txt h3 {
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

#solucoes .container .container-two:hover .txt h3 {
    color: var(--cor-primaria);
    transform: translateY(-2px);
    animation: glowPulse 1.5s ease-in-out infinite alternate;
}

@keyframes glowPulse {
    from {
        text-shadow: 0 0 5px rgba(255, 204, 0, 0.4);
    }

    to {
        text-shadow: 0 0 15px rgba(255, 204, 0, 0.8);
    }
}

#solucoes .container .container-three {
    margin-top: 14px;
    display: flex;
    gap: 14px;
}

#solucoes .container .container-three .card-left,
#solucoes .container .container-three .card-right {
    width: 50%;
    height: 300px;
    border-radius: 10px;
    border: 1px solid var(--background-secundario);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#solucoes .container .container-three .bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

#solucoes .container .container-three .card-left .bg {
    background-image: url('/assets/img/Rectangle34.png');
}

#solucoes .container .container-three .card-right .bg {
    background-image: url('/assets/img/Rectangle35.png');
}

#solucoes .container .container-three .card-left:hover .bg,
#solucoes .container .container-three .card-right:hover .bg {
    transform: scale(1.1);
}

#solucoes .container .container-three .card-left::before,
#solucoes .container .container-three .card-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    /* controla o nível de escuro */
    z-index: 1;
}

#solucoes .container .container-three .card-left:hover::before,
#solucoes .container .container-three .card-right:hover::before {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

#solucoes .container .container-three .txt {
    position: relative;
    z-index: 1;
}

#solucoes .container .container-three .card-left .txt h3,
#solucoes .container .container-three .card-right .txt h3 {
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

#solucoes .container .container-three .card-left:hover .txt h3,
#solucoes .container .container-three .card-right:hover .txt h3 {
    color: var(--cor-primaria);
    transform: translateY(-2px);
    animation: glowPulse 1.5s ease-in-out infinite alternate;
}

#solucoes .container .container-three .card-left {
    background-image: url(../img/Rectangle34.png);
}

#solucoes .container .container-three .card-right {
    background-image: url(../img/Rectangle35.png);
}

#portifolio {
    margin-top: 160px;
}

#portifolio .title-portifolio {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 25px;
}

#portifolio .title-portifolio .txt {
    text-align: center;
}

#portifolio .title-portifolio .txt .titulo-brilho {
    font-size: 45px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(120deg,
            #ffffff 0%,
            #ffffff 45%,
            var(--cor-primaria) 50%,
            #ffffff 55%,
            #ffffff 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: brilhoTexto 3s linear infinite;
}

#portifolio .title-portifolio .txt p {
    margin-bottom: 14px;
    color: var(--cor-primaria);
}

@keyframes brilhoTexto {
    0% {
        background-position: -100% center;
    }

    100% {
        background-position: 100% center;
    }
}

#portifolio .portifolioSwiper {
    width: 100%;
    overflow: hidden;
}

#portifolio .portifolioSwiper .swiper-wrapper {
    align-items: stretch;
}

#portifolio .portifolioSwiper .swiper-slide {
    position: relative;
    height: 480px;
    overflow: hidden;
    border-radius: 10px;
    filter: grayscale(1);
    transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease, padding 0.3s ease;
    opacity: .45;
    transform: scale(.92);
    padding: 0;
    box-sizing: border-box;
}

#portifolio .portifolioSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg,
            transparent 70%,
            var(--cor-primaria) 100%);
    animation: rotateBorder 3s linear infinite;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#portifolio .portifolioSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 2;
    border-radius: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 35%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0.02) 100%);
    pointer-events: none;
    transition: background 0.3s ease, inset 0.3s ease, border-radius 0.3s ease;
}

#portifolio .portifolioSwiper .swiper-slide:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0.02) 100%);
}

#portifolio .portifolioSwiper .swiper-slide-active {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.06);
    padding: 3px;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, .35),
        0 0 40px rgba(255, 205, 2, .10);
}

#portifolio .portifolioSwiper .swiper-slide-active::before {
    opacity: 1;
}

#portifolio .portifolioSwiper .swiper-slide-active::after {
    inset: 2px;
    border-radius: 8px;
}

#portifolio .portifolioSwiper .swiper-slide-active:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.38) 35%, rgba(0, 0, 0, 0.14) 60%, rgba(0, 0, 0, 0.03) 100%);
}

#portifolio .portifolioSwiper .swiper-slide-prev,
#portifolio .portifolioSwiper .swiper-slide-next {
    opacity: .7;
    transform: scale(.96);
}

#portifolio .portifolioSwiper .port-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.45s ease, border-radius 0.3s ease;
    position: relative;
    z-index: 1;
    background-color: var(--background-primario);
}

#portifolio .portifolioSwiper .swiper-slide-active .port-img {
    border-radius: 7px;
}

#portifolio .portifolioSwiper .swiper-slide:not(.swiper-slide-active):hover .port-img {
    transform: scale(1.06);
}

#portifolio .portifolioSwiper .conteudo {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 0 24px 32px;
}

#portifolio .portifolioSwiper .conteudo h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    max-width: 80%;
    transition: color 0.3s ease, transform 0.3s ease;
}

#portifolio .portifolioSwiper .swiper-slide:hover .conteudo h3 {
    color: var(--cor-primaria);
    transform: translateY(-4px);
}

.swiper-button-prev-unique,
.swiper-button-next-unique {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    margin-top: 100px;
}

.reveal-port-title {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(10px);
    transition:
        opacity .8s ease,
        transform .9s cubic-bezier(.22, 1, .36, 1),
        filter .8s ease;
}

.reveal-port-title.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.reveal-port-slider {
    opacity: 0;
    transform: translateY(80px) scale(.96);
    filter: blur(14px);
    transition:
        opacity 1s ease,
        transform 1.2s cubic-bezier(.22, 1, .36, 1),
        filter 1s ease;

    position: relative;
    overflow: hidden;
}

.reveal-port-slider.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.reveal-port-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: -35%;
    width: 30%;
    height: 100%;
    z-index: 50;
    pointer-events: none;

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .05),
            rgba(255, 205, 2, .18),
            rgba(255, 255, 255, .05),
            transparent);

    transform: skewX(-25deg);
    opacity: 0;
}

.reveal-port-slider.active::before {
    animation: beamPortfolio 1.8s ease forwards;
}

@keyframes beamPortfolio {
    0% {
        left: -35%;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    100% {
        left: 130%;
        opacity: 0;
    }
}

@media (max-width: 850px) {
    #portifolio .portifolioSwiper .swiper-slide {
        height: 350px;
    }

    #portifolio .portifolioSwiper .conteudo h3 {
        font-size: 22px;
        max-width: 90%;
    }
}

#depoimentos-home {
    margin-top: 140px;
    padding-top: 10px;
}

#depoimentos-home .title-depoimentos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#depoimentos-home .title-depoimentos .section-tag {
    margin-bottom: 12px;
}

#depoimentos-home .title-depoimentos p {
    color: var(--cor-primaria);
    margin-bottom: 14px;
}

#depoimentos-home .title-depoimentos .titulo-brilho {
    font-size: 45px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    background: linear-gradient(120deg,
            #ffffff 0%,
            #ffffff 45%,
            var(--cor-primaria) 50%,
            #ffffff 55%,
            #ffffff 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: brilhoTexto 3s linear infinite;
}

#depoimentos-home .depoimentosSwiper {
    width: 100%;
    overflow: hidden;
    /* importante: esconde o card extra */
    padding-top: 10px;
    /* evita corte quando o card sobe */
    padding-bottom: 8px;
}

#depoimentos-home .depoimentosSwiper .swiper-wrapper {
    align-items: stretch;
}

#depoimentos-home .depoimentosSwiper .swiper-slide {
    height: auto;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 32px;
    border-radius: 24px;
    background: linear-gradient(180deg,
            rgba(25, 25, 25, 0.95) 0%,
            rgba(10, 10, 10, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    animation: depoFloat 5s ease-in-out infinite;
}

#depoimentos-home .depoimentosSwiper .swiper-slide:nth-child(2) {
    animation-delay: -1s;
}

#depoimentos-home .depoimentosSwiper .swiper-slide:nth-child(3) {
    animation-delay: -2s;
}

#depoimentos-home .depoimentosSwiper .swiper-slide:nth-child(4) {
    animation-delay: -3s;
}

#depoimentos-home .depoimentosSwiper .swiper-slide:nth-child(5) {
    animation-delay: -4s;
}

#depoimentos-home .depoimentosSwiper .swiper-slide-active {
    opacity: 1;
    transform: none;
}

#depoimentos-home .depoimentosSwiper .swiper-slide:hover {
    animation-play-state: paused;
    transform: translateY(-14px) scale(1.02);
    border-color: rgba(255, 205, 2, .28);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, .30),
        0 0 25px rgba(255, 205, 2, .10);
}

#depoimentos-home .depoimentosSwiper .swiper-slide:hover .perfil-wrap img:first-of-type {
    box-shadow:
        0 0 0 3px rgba(255, 205, 2, .12),
        0 0 18px rgba(255, 205, 2, .22);
}

#depoimentos-home .depoimentosSwiper .swiper-slide:hover .destaque {
    color: var(--cor-primaria);
}

#depoimentos-home .depoimentosSwiper .swiper-slide>p {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.96);
    position: relative;
}

#depoimentos-home .depoimentosSwiper .swiper-slide>p::before {
    content: "“";
    position: absolute;
    top: -22px;
    left: -6px;
    font-size: 56px;
    line-height: 1;
    color: rgba(255, 205, 2, 0.22);
    font-weight: 700;
}

#depoimentos-home .user-cont {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}

#depoimentos-home .user-cont .perfil-wrap {
    position: relative;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}

#depoimentos-home .user-cont .perfil-wrap img:first-of-type {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.08);
}

#depoimentos-home .user-cont .perfil-wrap .icon-perfil {
    position: absolute;
    left: -6px;
    top: -8px;
    width: 20px;
    height: 20px;
}

#depoimentos-home .user-cont .nome-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#depoimentos-home .user-cont .nome-wrap p:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

#depoimentos-home .user-cont .nome-wrap .destaque {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.58);
}

.reveal-depoimentos-title {
    opacity: 0;
    transform: translateY(45px);
    filter: blur(10px);
    transition:
        opacity .8s ease,
        transform .9s cubic-bezier(.22, 1, .36, 1),
        filter .8s ease;
}

.reveal-depoimentos-title.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.reveal-depoimentos-slider {
    opacity: 0;
    transform: translateY(80px) scale(.96);
    filter: blur(14px);
    transition:
        opacity 1s ease,
        transform 1.1s cubic-bezier(.22, 1, .36, 1),
        filter 1s ease;

    position: relative;
}

.reveal-depoimentos-slider.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.reveal-depoimentos-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -35%;
    width: 28%;
    z-index: 50;
    pointer-events: none;

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .04),
            rgba(255, 205, 2, .16),
            rgba(255, 255, 255, .04),
            transparent);

    transform: skewX(-22deg);
    opacity: 0;
}

.reveal-depoimentos-slider.active::before {
    animation: beamDepoimentos 1.8s ease forwards;
}

@keyframes depoFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    }

    25% {
        transform: translateY(-8px) rotate(.3deg);
        box-shadow:
            0 18px 36px rgba(0, 0, 0, .22),
            0 0 18px rgba(255, 205, 2, .04);
    }

    50% {
        transform: translateY(-14px) rotate(0deg);
        box-shadow:
            0 24px 42px rgba(0, 0, 0, .24),
            0 0 24px rgba(255, 205, 2, .06);
    }

    75% {
        transform: translateY(-7px) rotate(-.3deg);
        box-shadow:
            0 18px 34px rgba(0, 0, 0, .20),
            0 0 14px rgba(255, 205, 2, .03);
    }
}

@keyframes beamDepoimentos {
    0% {
        left: -35%;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    100% {
        left: 130%;
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    #depoimentos-home .title-depoimentos .titulo-brilho {
        font-size: 36px;
    }

    #depoimentos-home .depoimentosSwiper .swiper-slide {
        min-height: 230px;
        padding: 28px;
    }

    #depoimentos-home .depoimentosSwiper .swiper-slide>p {
        font-size: 19px;
    }
}

@media (max-width: 740px) {
    #depoimentos-home {
        margin-top: 96px;
    }

    #depoimentos-home .title-depoimentos {
        margin-bottom: 40px;
    }

    #depoimentos-home .title-depoimentos .titulo-brilho {
        font-size: 30px;
    }

    #depoimentos-home .depoimentosSwiper .swiper-slide {
        min-height: 220px;
        padding: 24px;
        border-radius: 20px;
    }

    #depoimentos-home .depoimentosSwiper .swiper-slide>p {
        font-size: 17px;
        line-height: 1.5;
    }
}

#vantagens {
    margin-top: 140px;
    margin-bottom: 160px;
}

#vantagens .vantagens-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

#vantagens .vantagens-image {
    position: relative;
    border-radius: 28px;
    padding: 3px;
    z-index: 1;
    overflow: hidden;
}

#vantagens .vantagens-image::before {
    content: "";
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg,
            transparent 70%,
            var(--cor-primaria) 100%);
    animation: rotateBorder 3s linear infinite;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#vantagens .vantagens-image:hover::before {
    opacity: 1;
}

#vantagens .vantagens-image img {
    display: block;
    width: 100%;
    height: 680px;
    object-fit: cover;
    border-radius: 25px;
    filter: grayscale(100%);
    transition: filter 0.6s ease, transform 0.6s ease;
    background-color: var(--background-primario);
    position: relative;
    z-index: 2;
}

#vantagens .vantagens-image:hover img {
    filter: grayscale(0%);
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#vantagens .vantagens-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#vantagens .vantagens-content h3 {
    font-size: 54px;
    line-height: 1.05;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 20px;
    max-width: 520px;
}

#vantagens .vantagens-content h3 span {
    background: none;
    -webkit-text-fill-color: var(--cor-primaria);
    color: var(--cor-primaria);
    text-shadow: 0 0 40px rgba(255, 205, 2, 0.4);
}

#vantagens .vantagens-content .descricao-principal {
    font-size: 19px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    max-width: 540px;
    margin-bottom: 38px;
}

#vantagens .vantagem-item {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    transition: transform 0.35s ease, border-color 0.35s ease;
}

#vantagens .vantagem-item:hover {
    transform: translateX(6px);
    border-color: rgba(255, 205, 2, 0.35);
}

#vantagens .vantagem-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(255, 205, 2, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.35s ease;
}

#vantagens .vantagem-item:hover .vantagem-icon {
    border-color: var(--cor-primaria);
    box-shadow: 0 0 12px rgba(255, 205, 2, 0.25);
}

#vantagens .vantagem-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

#vantagens .vantagem-item:hover .vantagem-icon img {
    transform: scale(1.1);
}

#vantagens .vantagem-texto h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

#vantagens .vantagem-item:hover .vantagem-texto h4 {
    color: var(--cor-primaria);
    text-shadow: 0 0 8px rgba(255, 205, 2, 0.35);
}

#vantagens .vantagem-texto p {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
    max-width: 500px;
    transition: color 0.3s ease;
}

#vantagens .vantagem-item:hover .vantagem-texto p {
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1024px) {
    #vantagens .vantagens-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #vantagens .vantagens-image img {
        height: 460px;
    }

    #vantagens .vantagens-content h3 {
        font-size: 42px;
        max-width: 100%;
    }
}

@media (max-width: 740px) {
    #vantagens .vantagens-image img {
        height: 340px;
    }

    #vantagens .vantagens-content h3 {
        font-size: 34px;
    }

    #vantagens .vantagem-texto h4 {
        font-size: 24px;
    }

    #vantagens .vantagem-texto p {
        font-size: 16px;
    }
}

#parceiros.partners-universe-section {
    padding: 140px 0;
    position: relative;
}

#parceiros .partners-layout {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 70px;
    align-items: center;
}

#parceiros .partners-copy h2 {
    font-size: 58px;
    line-height: 1.05;
    margin: 20px 0;
    color: #fff;
    max-width: 500px;
}

#parceiros .partners-copy h2 span {
    background: none;
    -webkit-text-fill-color: var(--cor-primaria);
    color: var(--cor-primaria);
    text-shadow: 0 0 40px rgba(255, 205, 2, 0.4);
}

#parceiros .partners-copy p {
    color: #bdbdbd;
    line-height: 1.8;
    max-width: 420px;
}

#parceiros .cinematic-universe {
    position: relative;
    height: 650px;
    border-radius: 32px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: linear-gradient(145deg, #0a0a0a, #121212, #050505);
    box-shadow: 
        inset 0 0 80px rgba(0, 0, 0, 0.8),
        0 40px 100px rgba(0, 0, 0, 0.6),
        0 0 100px rgba(255, 205, 2, 0.05);
}

#parceiros .space-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

#parceiros .space-glow.glow-1 {
    background: radial-gradient(circle at 30% 30%, rgba(255, 205, 2, 0.08), transparent 40%);
    animation: pulseGlow 6s ease-in-out infinite alternate;
}

#parceiros .space-glow.glow-2 {
    background: radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.03), transparent 40%);
    animation: pulseGlow 8s ease-in-out infinite alternate-reverse;
}

#parceiros .central-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#parceiros .central-core img {
    width: 100px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 15px rgba(255, 205, 2, 0.4));
}

#parceiros .core-rings {
    position: absolute;
    inset: -30px;
    pointer-events: none;
}

#parceiros .core-rings .ring {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 205, 2, 0.15);
    border-radius: 50%;
    animation: ringSpin 10s linear infinite;
}

#parceiros .core-rings .ring.r2 {
    inset: 15px;
    border: 1px dashed rgba(255, 205, 2, 0.3);
    animation: ringSpin 15s linear infinite reverse;
}

@keyframes ringSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#parceiros .stars {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.8;
    background-image:
        radial-gradient(1px 1px at 15% 30%, rgba(255, 205, 2, 0.8), transparent),
        radial-gradient(1px 1px at 45% 50%, rgba(255, 205, 2, 0.5), transparent),
        radial-gradient(2px 2px at 75% 35%, rgba(255, 205, 2, 0.7), transparent),
        radial-gradient(1px 1px at 85% 60%, rgba(255, 255, 255, 0.6), transparent),
        radial-gradient(2px 2px at 20% 80%, rgba(255, 255, 255, 0.4), transparent);
    animation: starsMove 20s linear infinite;
}

#parceiros .cinematic-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

#parceiros .link {
    stroke: rgba(255, 255, 255, 0.05);
    stroke-width: 1.5;
    fill: none;
    stroke-dasharray: 6 6;
    animation: dashMove 20s linear infinite;
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

#parceiros .link.active {
    stroke: rgba(255, 205, 2, 0.6);
    stroke-width: 2.5;
    stroke-dasharray: 0;
    filter: drop-shadow(0 0 12px rgba(255, 205, 2, 0.5));
    animation: none;
}

@keyframes dashMove {
    from { stroke-dashoffset: 1000; }
    to { stroke-dashoffset: 0; }
}

#parceiros .cinematic-node {
    position: absolute;
    width: 170px;
    height: 90px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    opacity: 0.4;
    transform: translateY(0) scale(0.9);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 4;
    overflow: hidden;
}

#parceiros .cinematic-node::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: translateX(-100%);
    transition: 0.8s;
}

#parceiros .cinematic-node img {
    max-width: 120px;
    max-height: 45px;
    object-fit: contain;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.8s ease;
}

#parceiros .cinematic-node.active {
    opacity: 1;
    transform: translateY(-10px) scale(1.1);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 205, 2, 0.2);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.5),
        0 0 25px rgba(255, 205, 2, 0.15),
        inset 0 0 15px rgba(255, 205, 2, 0.05);
}

#parceiros .cinematic-node.active::before {
    transform: translateX(100%);
}

#parceiros .cinematic-node.active img {
    opacity: 1;
    filter: grayscale(0%);
}

#parceiros .cinematic-panel {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 380px;
    padding: 28px;
    border-radius: 24px;
    z-index: 30;
    background: rgba(10, 10, 10, 0.6);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 205, 2, 0.1);
    border-top: 1px solid rgba(255, 205, 2, 0.3);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(255, 205, 2, 0.05);
    text-align: center;
    transition: all 0.5s ease;
}

#parceiros .partner-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

#parceiros .pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--cor-primaria);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--cor-primaria);
    animation: dotPulse 2s infinite;
}

#parceiros .partner-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--cor-primaria);
    font-weight: 600;
}

#parceiros .cinematic-panel h4 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    transition: opacity 0.25s ease;
}

#parceiros .cinematic-panel p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
    transition: opacity 0.25s ease;
}

@keyframes dotPulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 205, 2, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 205, 2, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 205, 2, 0); }
}

@keyframes pulseGlow {
    0% { opacity: 0.5; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1.1); }
}

@keyframes starsMove {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50px); }
}

#orcamento {
    margin-top: 140px;
    margin-bottom: 160px;
}

#orcamento .orcamento-box {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 72px 32px;
    text-align: center;
    background: linear-gradient(180deg,
            rgba(25, 25, 25, 0.95) 0%,
            rgba(10, 10, 10, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    will-change: transform, opacity, filter;
}

#orcamento .orcamento-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 205, 2, 0.08), transparent 30%),
        radial-gradient(circle at bottom right, rgba(255, 205, 2, 0.06), transparent 28%);
    pointer-events: none;
}

#orcamento .section-tag {
    position: relative;
    z-index: 2;
}

#orcamento h3 {
    position: relative;
    z-index: 2;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.08;
    max-width: 760px;
    margin: 22px auto 18px;
    color: #ffffff;
}

#orcamento .descricao-principal {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.64);
}

#orcamento .orcamento-beneficios {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
}

#orcamento .beneficio-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 205, 2, 0.18);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

#orcamento .beneficio-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 205, 2, 0.38);
    box-shadow: 0 0 16px rgba(255, 205, 2, 0.12);
}

#orcamento .beneficio-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cor-primaria);
    box-shadow: 0 0 12px rgba(255, 205, 2, 0.35);
    flex-shrink: 0;
}

#orcamento .beneficio-item p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.3px;
}

#orcamento .orcamento-acoes {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

#orcamento .btn-principal,
#orcamento .btn-secundario {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 58px;
    padding: 0 28px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

#orcamento .btn-principal {
    background-color: var(--cor-primaria);
    color: var(--background-primario);
    border: 1px solid var(--cor-primaria);
    box-shadow: 0 10px 24px rgba(255, 205, 2, 0.16);
}

#orcamento .btn-principal:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 28px rgba(255, 205, 2, 0.22);
    filter: brightness(1.03);
}

#orcamento .btn-secundario {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

#orcamento .btn-secundario:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 205, 2, 0.4);
    color: var(--cor-primaria);
    box-shadow: 0 0 18px rgba(255, 205, 2, 0.08);
}

.reveal-orcamento {
    opacity: 0;
    transform: translateY(70px) scale(.94);
    filter: blur(10px);
    transition:
        opacity .9s ease,
        transform 1s cubic-bezier(.22, 1, .36, 1),
        filter .9s ease;
}

.reveal-orcamento.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

@media (max-width: 1024px) {
    #orcamento .orcamento-box {
        padding: 56px 24px;
    }

    #orcamento h3 {
        font-size: 42px;
        max-width: 100%;
    }

    #orcamento .descricao-principal {
        font-size: 17px;
    }
}

@media (max-width: 740px) {
    #orcamento {
        margin-top: 110px;
        margin-bottom: 120px;
    }

    #orcamento .orcamento-box {
        padding: 42px 20px;
        border-radius: 22px;
    }

    #orcamento h3 {
        font-size: 32px;
    }

    #orcamento .descricao-principal {
        font-size: 16px;
        line-height: 1.6;
    }

    #orcamento .orcamento-beneficios {
        gap: 12px;
    }

    #orcamento .beneficio-item {
        width: 100%;
        justify-content: center;
        border-radius: 14px;
    }

    #orcamento .orcamento-acoes {
        flex-direction: column;
        align-items: center;
    }

    #orcamento .btn-principal,
    #orcamento .btn-secundario {
        width: 100%;
        max-width: 320px;
    }
}

#quem-somos {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 100px 20px;
    font-family: 'Inter', sans-serif;
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

.bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.bg-animation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, #ffeb3b20 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, #ffeb3b15 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, #ffeb3b10 0%, transparent 50%);
    animation: pulse 4s ease-in-out infinite alternate;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }

    100% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

#quem-somos .container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

#quem-somos .title-section {
    position: relative;
}

#quem-somos .title-section h1 {
    font-family: 'Orbitron', monospace;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffcd02, #ffd700, #ffcd02);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#quem-somos .title-section .subtitle {
    font-size: 1.3rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 40px;
    position: relative;
}

#quem-somos .title-section .subtitle::before {
    content: '';
    position: absolute;
    left: -60px;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #ffcd02, transparent);
    border-radius: 2px;
}

#quem-somos .title-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

#quem-somos .title-section .stats-grid .stat-item {
    text-align: center;
    position: relative;
}

#quem-somos .title-section .stats-grid .stat-item .stat-number {
    font-family: 'Orbitron', monospace;
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #ffcd02, #ffcd02);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 8px;
    animation: countUp 2s ease-out;
}

#quem-somos .title-section .stats-grid .stat-item .stat-label {
    font-size: 0.9rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#quem-somos .image-section {
    position: relative;
    perspective: 1000px;
}

#quem-somos .image-section .tech-image {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 50%, #1a1a1a 100%);
    border-radius: 20px;
    position: relative;
    box-shadow:
        0 30px 60px rgba(255, 235, 59, 0.15),
        0 0 40px rgba(255, 235, 59, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: rotateY(5deg) rotateX(5deg);
    transition: all 0.5s ease;
    overflow: hidden;
}

#quem-somos .image-section .tech-image:hover {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
    box-shadow:
        0 40px 80px rgba(255, 235, 59, 0.25),
        0 0 60px rgba(255, 235, 59, 0.2);
}

#quem-somos .image-section .tech-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(2px 2px at 20px 30px, #ffeb3b, transparent),
        radial-gradient(2px 2px at 40px 70px, #ffd700, transparent),
        radial-gradient(1px 1px at 90px 40px, #ffeb3b, transparent),
        radial-gradient(1px 1px at 130px 80px, #ffd700, transparent);
    background-repeat: repeat;
    background-size: 200px 100px;
    animation: particles 20s linear infinite;
    opacity: 0.3;
}

@keyframes particles {
    0% {
        transform: translateX(-200px) translateY(-100px);
    }

    100% {
        transform: translateX(200px) translateY(100px);
    }
}

#quem-somos .title-section .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #ffcd02, #ffd700);
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 235, 59, 0.3);
}

#quem-somos .title-section .cta-button i,
#quem-somos .title-section .cta-button span {
    color: #000000 !important;
    transition: color 0.3s ease;
}

#quem-somos .title-section .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 235, 59, 0.4);
}

#quem-somos .title-section .cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

#quem-somos .title-section .cta-button:hover::before {
    left: 100%;
}

@media (max-width: 768px) {
    .container {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }

    .title-section .subtitle::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .tech-image {
        height: 400px;
    }
}

#quem-somos .scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffeb3b;
    font-size: 1.2rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

#quem-somos .tech-image-sobre {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, rgba(25, 25, 25, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);
    border-radius: 24px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 205, 2, 0.05);
    transform: rotateY(-5deg) rotateX(5deg);
    transition: all 0.6s var(--premium-ease);
    overflow: hidden;
    padding: 3px;
    z-index: 1;
}

#quem-somos .tech-image-sobre::before {
    content: "";
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg,
            transparent 70%,
            var(--cor-primaria) 100%);
    animation: rotateBorder 3s linear infinite;
    z-index: -1;
    opacity: 0;
    /* Começa apagado */
    transition: opacity 0.5s ease;
}

#quem-somos .image-section-sobre:hover .tech-image-sobre::before {
    opacity: 1;
}

#quem-somos .image-section-sobre:hover .tech-image-sobre {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(255, 205, 2, 0.1);
}

#quem-somos .tech-image-sobre video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    position: relative;
    z-index: 2;
    border-radius: 21px;
    filter: grayscale(100%);
    transition: filter 0.6s ease;
    background-color: var(--background-primario);
}

#quem-somos .image-section-sobre:hover .tech-image-sobre video {
    filter: grayscale(0%);
}

#contato-hero-premium {
    position: relative;
    padding: 260px 20px 60px 20px;
    text-align: center;
    background: radial-gradient(circle at top center, rgba(30, 30, 30, 0.4) 0%, var(--background-primario) 70%);
    overflow: hidden;
}

#contato-hero-premium .txt-hero-contato {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contato-hero-premium .section-tag {
    margin-bottom: 16px;
}

#contato-hero-premium .section-tag span {
    color: var(--cor-primaria);
    text-shadow: 0 0 20px rgba(255, 205, 2, 0.3);
}

#contato-hero-premium h1 {
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 24px 0;
    letter-spacing: -1px;
}

#contato-hero-premium h1 span {
    color: var(--cor-primaria);
    text-shadow: 0 0 40px rgba(255, 205, 2, 0.3);
}

#contato-hero-premium p {
    font-size: clamp(16px, 1.5vw, 20px);
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    max-width: 600px;
}

#contato-grid-premium {
    padding: 20px 20px 140px 20px;
    background-color: var(--background-primario);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#contato-grid-premium + #footer {
    margin-top: 0 !important;
}

#contato-grid-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .45;
    z-index: 0;

    background-image:
        radial-gradient(3px 3px at 10% 85%, rgba(255, 205, 2, .95), transparent),
        radial-gradient(2px 2px at 22% 92%, rgba(255, 255, 255, .8), transparent),
        radial-gradient(3px 3px at 38% 78%, rgba(255, 205, 2, .85), transparent),
        radial-gradient(2px 2px at 55% 88%, rgba(255, 255, 255, .75), transparent),
        radial-gradient(3px 3px at 73% 80%, rgba(255, 205, 2, .9), transparent),
        radial-gradient(2px 2px at 90% 90%, rgba(255, 255, 255, .8), transparent);

    animation: contactParticles 10s linear infinite;
}

.contato-form-box {
    position: relative;
    overflow: hidden;
}

.contato-form-box::before {
    content: "";
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle,
            rgba(255, 205, 2, .06),
            transparent 55%);
    animation: formGlow 5s ease-in-out infinite;
    pointer-events: none;
}

.contato-info .info-card {
    opacity: 0;
}

.contato-info.active .info-card {
    animation: cardFadeUp .7s cubic-bezier(.22, 1, .36, 1) forwards;
}

.contato-info.active .info-card:nth-child(1) {
    animation-delay: .15s;
}

.contato-info.active .info-card:nth-child(2) {
    animation-delay: .3s;
}

.contato-info.active .info-card:nth-child(3) {
    animation-delay: .45s;
}

.contato-info.active .info-card:nth-child(4) {
    animation-delay: .6s;
}

@keyframes cardFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes formGlow {

    0%,
    100% {
        opacity: .35;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.08);
    }
}

@keyframes contactParticles {
    from {
        transform: translateY(40px);
        opacity: .2;
    }

    50% {
        opacity: .55;
    }

    to {
        transform: translateY(-80px);
        opacity: .1;
    }
}

.contato-wrapper.pulse-connection {
    position: relative;
    z-index: 2;
    padding: 28px;
    border-radius: 34px;
}

.contato-wrapper.pulse-connection::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 34px;
    pointer-events: none;
    border: 1px solid rgba(255, 205, 2, .15);
    box-shadow:
        inset 0 0 30px rgba(255, 205, 2, .04),
        0 0 30px rgba(255, 205, 2, .06);
}

@keyframes rotatePulse {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.contato-wrapper.pulse-connection::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 34px;
    pointer-events: none;

    background:
        radial-gradient(circle at center,
            rgba(255, 205, 2, .06),
            transparent 70%);

    animation: contactGlow 4s ease-in-out infinite alternate;
}

@keyframes contactGlow {
    from {
        opacity: .4;
        transform: scale(1);
    }

    to {
        opacity: .9;
        transform: scale(1.03);
    }
}

.contato-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    /* Formulário um pouquinho mais largo que os cards */
    gap: 80px;
    align-items: start;
}

.contato-info h3 {
    font-size: 36px;
    margin-bottom: 12px;
}

.contato-info .sub {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
    font-size: 18px;
}

.info-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(25, 25, 25, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 24px;
    border-radius: 20px;
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
    text-decoration: none;
    color: #fff;
}

.info-card:hover {
    transform: translateX(8px);
    /* Card dá um leve passo para a direita */
    background: rgba(15, 15, 15, 0.95);
    border-color: rgba(255, 205, 2, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.info-card .icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 205, 2, 0.08);
    color: var(--cor-primaria);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.info-card:hover .icon {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(255, 205, 2, 0.2);
}

.info-card h4 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
    font-family: var(--font-secundaria);
}

.info-card p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.destaque-horario .icon {
    background: rgba(0, 255, 136, 0.08);
    color: #00ff88;
}

.contato-form-box {
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.8) 0%, rgba(10, 10, 10, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 56px 48px;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.contato-form-box h3 {
    font-size: 36px;
    margin-bottom: 32px;
}

.contato-form-box form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.input-row {
    display: flex;
    gap: 24px;
}

.input-group {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.input-group input,
.input-group textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Fundo bem escuro pra dar contraste */
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 24px;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: var(--font-secundaria);
}

.input-group textarea {
    resize: vertical;
    min-height: 160px;
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: var(--cor-primaria);
    box-shadow: 0 0 0 4px rgba(255, 205, 2, 0.1);
    /* Anel de foco amarelo estilo Apple */
    background: rgba(255, 205, 2, 0.02);
}

.btn-submit-premium {
    background: var(--cor-primaria);
    color: #000;
    font-family: var(--font-primaria);
    font-size: 18px;
    font-weight: 600;
    padding: 22px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    border: none;
}

.btn-submit-premium:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(255, 205, 2, 0.25);
    background: #ffdb33;
    /* Fica um pouco mais claro no hover */
}

.input-group.erro input,
.input-group.erro textarea {
    border-color: #ff4d4d !important;
    box-shadow: 0 0 0 4px rgba(255, 77, 77, .12) !important;
    animation: shake .25s ease;
}

.mensagem-erro {
    color: #ff4d4d;
    font-size: 13px;
    margin-top: 6px;
    padding-left: 4px;
    min-height: 16px;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
}

.input-group.erro .mensagem-erro {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeErro {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-4px);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {
    .contato-wrapper {
        grid-template-columns: 1fr;
        /* Quebra para uma coluna no Tablet */
        gap: 60px;
    }

    #contato-hero-premium h1 {
        font-size: 56px;
    }
}

@media (max-width: 768px) {
    #contato-hero-premium {
        padding: 160px 20px 60px 20px;
    }

    #contato-hero-premium h1 {
        font-size: 42px;
    }

    .input-row {
        flex-direction: column;
        gap: 24px;
    }

    .contato-form-box {
        padding: 40px 24px;
    }
}

#footer {
    position: relative;
    margin-top: 140px;
    padding: 72px 0 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background-color: #1C1C1C;
}

#footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    /* 🔧 tamanho da linha */
    height: 2px;
    background: linear-gradient(90deg,
            rgba(255, 205, 2, 0) 0%,
            rgba(255, 205, 2, 0.4) 35%,
            rgba(255, 255, 255, 1) 50%,
            /* 🔥 flash fixo no centro */
            rgba(255, 205, 2, 0.4) 65%,
            rgba(255, 205, 2, 0) 100%);
    box-shadow:
        0 0 10px rgba(255, 205, 2, 0.4),
        0 0 18px rgba(255, 205, 2, 0.2);

    border-radius: 999px;
    pointer-events: none;
    animation: linhaLoop 5s ease-in-out infinite alternate;
}

#footer .container {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

#footer .footer-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: start;
}

#footer .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#footer .footer-logo {
    width: 190px;
    height: auto;
    margin-bottom: 18px;
    filter:
        drop-shadow(0 0 6px rgba(255, 205, 2, 0.08)) drop-shadow(0 0 14px rgba(255, 205, 2, 0.05));
    transition: filter 0.35s ease, transform 0.35s ease;
}

#footer .footer-logo:hover {
    transform: translateY(-2px);
    filter:
        drop-shadow(0 0 10px rgba(255, 205, 2, 0.18)) drop-shadow(0 0 20px rgba(255, 205, 2, 0.12));
}

#footer .footer-copy {
    max-width: 460px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 28px;
}

#footer .icon-social {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

#footer .footer-nav-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

#footer .footer-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#footer .footer-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--cor-primaria);
    text-transform: uppercase;
}

#footer .footer-nav,
#footer .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#footer .social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

#footer .social-icons li {
    list-style: none;
    margin: 0;
}

#footer .social-icons li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

#footer .social-icons li a .fa {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.72);
    transition: all 0.3s ease;
}

#footer .social-icons li a span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 500;
    transition: all 0.3s ease;
}

#footer .social-icons li a:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

#footer .social-icons li a.instagram:hover {
    border-color: #E1306C;
    background: rgba(225, 48, 108, 0.1);
    box-shadow: 0 4px 15px rgba(225, 48, 108, 0.2);
}

#footer .social-icons li a.instagram:hover .fa,
#footer .social-icons li a.instagram:hover span {
    color: #E1306C;
}

#footer .social-icons li a.whatsapp:hover {
    border-color: #25D366;
    background: rgba(37, 211, 102, 0.1);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
}

#footer .social-icons li a.whatsapp:hover .fa,
#footer .social-icons li a.whatsapp:hover span {
    color: #25D366;
}

#footer .footer-nav a,
#footer .footer-contact a,
#footer .footer-contact p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.3s ease, transform 0.3s ease;
}

#footer .footer-nav a:hover,
#footer .footer-contact a:hover {
    color: var(--cor-primaria);
    transform: translateX(4px);
}

#footer .footer-map-section {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#footer .footer-map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

#footer .footer-map-header a {
    font-size: 14px;
    color: var(--cor-primaria);
    transition: color 0.3s ease, transform 0.3s ease;
}

#footer .footer-map-header a:hover {
    color: #fff;
    transform: translateX(4px);
}

#footer .footer-map-preview {
    position: relative;
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

#footer .footer-map-preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.05) brightness(0.88);
    transition: transform 0.45s ease, filter 0.45s ease;
}

#footer .footer-map-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(20, 32, 38, 0.55) 0%,
            rgba(20, 32, 38, 0.18) 35%,
            rgba(20, 32, 38, 0.04) 100%);
    pointer-events: none;
}

#footer .footer-map-preview:hover img {
    transform: scale(1.03);
    filter: grayscale(20%) contrast(1) brightness(1);
}

#footer .footer-map-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(20, 32, 38, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    color: #fff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

#footer .footer-bottom {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

#footer .footer-bottom p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.46);
}

@keyframes linhaLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(100vw - 320px));
    }
}

@media (max-width: 740px) {
    #footer .footer-map-preview {
        height: 230px;
        border-radius: 20px;
    }

    #footer .footer-map-badge {
        top: 12px;
        left: 12px;
        font-size: 12px;
        padding: 7px 12px;
    }
}

@media (max-width: 1024px) {
    #footer .footer-top {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    #footer .footer-nav-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 740px) {
    #footer {
        margin-top: 110px;
        padding: 56px 0 28px;
    }

    #footer .footer-logo {
        width: 170px;
    }

    #footer .footer-copy {
        font-size: 16px;
    }

    #footer .footer-nav-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #footer .footer-map-box {
        height: 230px;
        border-radius: 20px;
    }

    #footer .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width:1320px) {
    header .container {
        max-width: 90%;
    }
}

@media only screen and (max-width:1060px) {
    #contato-form .container .container-form {
        display: flex;
        flex-direction: column;
    }

    #contato-form .container .container-form .info-form {
        max-width: 100%;
    }

    #contato-form .container .container-form .form {
        padding: 0px;
    }
}

@media only screen and (max-width:730px) {
    #contato-form .container .contato-txt {
        max-width: 80%;
    }

    #contato-form .container .container-form {
        width: 90%;
    }
}

@media only screen and (max-width:460px) {
    header .container .menu-nav {
        display: none;
    }

    footer .container .menu-footer {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width:1370px) {
    header .container {
        max-width: 90%;
    }

    .container {
        max-width: 90%;
    }
}

@media only screen and (max-width:1080px) {
    #sobre .container .cont-cards {
        display: flex;
        flex-direction: column;
    }

    #depoimentos-sobre .container .container-card {
        padding-bottom: 506px;
    }

    #depoimentos-sobre .container .container-card .card-wrap {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }

    #cta-sobre .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        text-align: center;
    }

    #cta-sobre .container a {
        margin: 0;
    }
}

@media only screen and (max-width:850px) {
    #sobre .container .cont-logo .copy-sobre {
        width: 90%;
    }
}

@media only screen and (max-width:540px) {
    #cta-sobre .container .cta-txt {
        padding: 0;
    }

    #depoimentos-sobre .container .container-card {
        padding: 0px;
    }

    #depoimentos-sobre .container .container-card .card-wrap {
        position: relative;
    }
}

@media only screen and (max-width:1370px) {
    #hero .details {
        position: absolute;
        right: 5%;
    }

    #hero .container h1 {
        width: 90%;
    }

    #solucoes .container .container-one .card-left,
    #solucoes .container .container-one .card-right,
    #solucoes .container .container-two,
    #solucoes .container .container-three .card-left,
    #solucoes .container .container-three .card-right {
        padding: 0;
        padding-left: 24px;
    }

    #solucoes .container .container-two a {
        margin-right: 24px;
    }

    #solucoes .container .container-one .card-left .txt,
    #solucoes .container .container-one .card-right .txt,
    #solucoes .container .container-two .txt,
    #solucoes .container .container-three .card-left .txt,
    #solucoes .container .container-three .card-right .txt {
        max-width: 100%;
        padding-right: 24px;
    }

    #vantagens .container .container-vantagens {
        height: auto;
    }

    #vantagens .container .container-vantagens .cont-right {
        padding: 24px;
    }

    #vantagens .container .container-vantagens .cont-right .cont-wrap .card-one,
    #vantagens .container .container-vantagens .cont-right .cont-wrap .card-two,
    #vantagens .container .container-vantagens .cont-right .cont-wrap .card-three {
        position: relative;
        top: 0;
        left: 0;
    }

    #vantagens .container .container-vantagens .cont-right .cont-wrap {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: flex-end;
        padding-right: 24px;
    }
}

@media only screen and (max-width:1150px) {
    #hero .container h1 {
        width: 90%;
    }

    #hero .details {
        position: absolute;
        right: 2%;
    }

    #orcamento .container img:first-of-type {
        width: 176px;
    }
}

@media only screen and (max-width:1015px) {
    #hero .container h1 {
        width: 100%;
    }

    #hero .details {
        position: absolute;
        right: 1%;
    }
}

@media only screen and (max-width:915px) {
    #hero .container h1 {
        font-size: 56px;
    }

    #solucoes .container .container-one,
    #solucoes .container .container-three {
        display: inline;
    }

    #solucoes .container .container-one .card-left,
    #solucoes .container .container-one .card-right,
    #solucoes .container .container-three .card-left,
    #solucoes .container .container-three .card-right {
        width: 100%;
        margin-bottom: 14px;
        margin-top: 14px;
    }

    #vantagens .container .container-vantagens {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #vantagens .container .container-vantagens .cont-left {
        text-align: center;
        width: 100%;
    }

    #vantagens .container .container-vantagens .cont-right {
        width: 100%;
    }

    #orcamento .container img:first-of-type {
        width: 152px;
    }
}

@media only screen and (max-width:740px) {
    #hero .container h1 {
        font-size: 48px;
    }

    #hero .details {
        position: absolute;
        right: -10%;
    }

    header .container {
        margin-top: 24px;
    }

    header .container .menu-nav {
        display: none;
    }

    header .container .menu-nav-mobile {
        display: flex;
    }

    header .container .menu-nav-mobile a:hover {
        color: var(--cor-primaria);
    }

    header .container .menu-nav-mobile .mobile-menu {
        display: block;
        cursor: pointer;
        z-index: 999;
    }

    header .container .menu-nav-mobile .mobile-menu div {
        width: 28px;
        height: 2px;
        background-color: #ffffff;
        margin: 6px auto;
        transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
        border-radius: 2px;
    }

    header .container .menu-nav-mobile .nav-list-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        position: fixed;
        z-index: 998;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(10, 10, 10, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s ease;
        pointer-events: none;
    }

    header .menu-nav-mobile .nav-list-mobile.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .menu-nav-mobile .nav-list-mobile li {
        margin-left: 0;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .menu-nav-mobile .nav-list-mobile.active li {
        opacity: 1;
        transform: translateY(0);
    }

    .menu-nav-mobile .nav-list-mobile.active li:nth-child(1) { transition-delay: 0.2s; }
    .menu-nav-mobile .nav-list-mobile.active li:nth-child(2) { transition-delay: 0.3s; }
    .menu-nav-mobile .nav-list-mobile.active li:nth-child(3) { transition-delay: 0.4s; }
    .menu-nav-mobile .nav-list-mobile.active li:nth-child(4) { transition-delay: 0.5s; }

    .menu-nav-mobile .nav-list-mobile a {
        font-family: var(--font-primaria);
        font-size: 2.2rem;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
    }

    .menu-nav-mobile .nav-list-mobile a:hover {
        color: #fff;
        text-shadow: 0 0 20px rgba(255, 205, 2, 0.5);
    }

    .menu-nav-mobile .nav-list-mobile a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 0;
        height: 2px;
        background: var(--cor-primaria);
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .menu-nav-mobile .nav-list-mobile a:hover::after {
        width: 100%;
    }

    .menu-nav-mobile .nav-list-mobile li:last-of-type {
        display: flex;
        margin-top: 20px;
    }

    .mobile-menu.active .line1 {
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    .mobile-menu.active .line2 {
        opacity: 0;
        transform: scaleX(0);
    }

    .mobile-menu.active .line3 {
        transform: rotate(45deg) translate(-6px, -6px);
    }

    #solucoes .container .container-two {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }

    #solucoes .container .container-one .card-left .txt,
    #solucoes .container .container-one .card-right .txt,
    #solucoes .container .container-two .txt,
    #solucoes .container .container-three .card-left .txt,
    #solucoes .container .container-three .card-right .txt {
        text-align: center;
    }

    #vantagens .container .container-vantagens .cont-left {
        text-align: center;
        width: 90%;
    }

    #orcamento .container {
        overflow: hidden;
    }

    #orcamento .container .details {
        position: absolute;
        left: -25px;
    }
}

@media only screen and (max-width:670px) {
    #hero .container h1 {
        font-size: 40px;
    }

    #portifolio .container .title-portifolio {
        max-width: 95%;
    }

    #orcamento .container .details {
        position: absolute;
        left: -60px;
        top: -20px;
    }

    #orcamento .container .title-orcamento {
        max-width: 80%;
    }

    #depoimentos-home .container .container-card {
        padding-bottom: 266px;
    }
}

@media only screen and (max-width:650px) {
    #depoimentos-home .container .container-card {
        padding-bottom: 298px;
    }
}

@media only screen and (max-width:560px) {
    #hero .details {
        position: absolute;
        right: -15%;
    }

    #orcamento .container img:not(:first-of-type) {
        position: absolute;
        bottom: -22px;
    }

    #depoimentos-home .container .container-card {
        padding-bottom: 320px;
    }
}

@media only screen and (max-width:520px) {}

button,
a.button,
#orcamento .container a,
#solucoes .container .container-two a,
#cta-sobre .container a,
#hero .container a {
    transition:
        background 0.3s,
        color 0.3s,
        box-shadow 0.3s,
        transform 0.1s;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

button:hover,
a.button:hover,
#orcamento .container a:hover,
#solucoes .container .container-two a:hover,
#cta-sobre .container a:hover,
#hero .container a:hover {
    background: var(--cor-primaria);
    color: var(--background-primario);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) scale(1.03);
    filter: brightness(1.1);
}

button:active,
a.button:active,
#orcamento .container a:active,
#solucoes .container .container-two a:active,
#cta-sobre .container a:active,
#hero .container a:active {
    transform: scale(0.97);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
    filter: brightness(0.95);
}

.e-mail {
    display: inline-flex;
    /* Alinha horizontalmente texto + ícone */
    align-items: center;
    /* Alinha verticalmente */
    gap: 10px;
    /* Espaço entre texto e seta */
    background-color: #FFD600;
    /* Cor de fundo */
    color: #000000;
    /* Cor padrão do link */
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 16px;
    font-family: sans-serif;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.e-mail:hover {
    background-color: #FFC400;
    color: #232222;
    /* Cor do texto "SAIBA MAIS" ao passar mouse */
}

.e-mail span {
    color: #000000;
    /* Cor padrão do texto "SAIBA MAIS" */
    transition: color 0.3s ease;
}

.e-mail:hover span {
    color: #232222;
    /* Cor do texto no hover */
}

.e-mail .seta {
    width: 50px;
    height: 40px;
    fill: #000;
    transition: transform 0.3s ease;
}

.e-mail:hover .seta {
    transform: translateX(5px);
    /* seta desliza ao passar o mouse */
}

.img-logo-header {
    display: flex;
    align-items: center;
}

.img-logo-header img {
    height: 70px;
    width: auto;
    transition: all 0.3s ease;
}

.txt {
    text-align: center;
    padding: 40px 20px;
}

.txt h3 {
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.txt .destaque {
    color: #A0A0A0;
    font-size: 18px;
    margin-bottom: 15px;
}

.txt svg {
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-pequena {
    width: 25px;
    height: auto;
}

.img-raio {
    width: 15px;
    height: auto;
}

.img-security {
    width: 30px;
    height: auto;
}

.location-icon {
    width: 24px;
    /* ou outro valor como 20px, 24px, etc */
    height: auto;
}

.sign-icon {
    width: 20px;
    /* ou outro valor como 20px, 24px, etc */
    height: auto;
}

.phone-icon {
    width: 20px;
    /* ou outro valor como 20px, 24px, etc */
    height: auto;
}

.clock-icon {
    width: 24px;
    /* ou outro valor como 20px, 24px, etc */
    height: auto;
}

.section-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 205, 2, 0.6);
    color: var(--cor-primaria);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    box-shadow: 0 0 12px rgba(255, 205, 2, 0.15);
    transition: all 0.3s ease;
    width: fit-content;
}

.section-tag:hover {
    border-color: var(--cor-primaria);
    box-shadow: 0 0 16px rgba(255, 205, 2, 0.3);
}

#servicos .swiper-slide img {
    width: 60px;
    height: auto;
}

footer .container .midias-sociais {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-bottom: 32px;
}

footer .container .midias-sociais a {
    display: inline-block;
    transition: transform 0.3s ease;
}

footer .container .midias-sociais a:hover {
    transform: scale(1.2);
}

footer .container .midias-sociais .icon-social {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

#cta-sobre .container a {
    color: var(--background-primario);
    background-color: var(--cor-primaria);
    border-radius: 10px;
    border: 1px solid #ffcc00;
    padding: 13px 35px;
    font-weight: 600;
    display: inline-block;
    animation: pulse 2s infinite;
    transition: transform 0.3s ease;
    text-align: center;
}

@keyframes pulse-icon {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pulsante-icone {
    animation: pulse-icon 1.5s infinite;
    transition: transform 0.3s ease;
}

:root {
    --premium-ease: cubic-bezier(0.25, 1, 0.5, 1);
    --premium-ease-slow: cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s var(--premium-ease-slow), transform 0.8s var(--premium-ease-slow);
    will-change: opacity, transform;
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s var(--premium-ease-slow), transform 0.8s var(--premium-ease-slow);
    will-change: opacity, transform;
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s var(--premium-ease-slow), transform 0.8s var(--premium-ease-slow);
    will-change: opacity, transform;
}

.reveal.active,
.reveal-left.active,
.reveal-right.active {
    opacity: 1;
    transform: translate(0, 0);
}

.delay-1 {
    transition-delay: 0.1s;
}

.delay-2 {
    transition-delay: 0.2s;
}

.delay-3 {
    transition-delay: 0.3s;
}

.delay-4 {
    transition-delay: 0.4s;
}

.hero-content {
    animation: none;
    /* Remove a animação global anterior */
}

.hero-content>* {
    opacity: 0;
    transform: translateY(30px);
    animation: heroItemFade 1s var(--premium-ease) forwards;
}

.hero-content .destaque {
    animation-delay: 0.1s;
}

.hero-content h1 {
    animation-delay: 0.3s;
}

.hero-content .sub {
    animation-delay: 0.5s;
}

.hero-content .btn-hero {
    animation-delay: 0.7s;
}

@keyframes heroItemFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-video {
    /* Otimizando a animação existente de zoom */
    animation: premiumZoomHero 20s linear infinite alternate;
    transform-origin: center center;
}

@keyframes premiumZoomHero {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }
}

#solucoes .container .container-two a,
#cta-sobre .container a {
    animation: none !important;
}

.btn-hero,
.btn-comecar,
.btn-principal,
a.button {
    transition: all 0.4s var(--premium-ease) !important;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    /* Force hardware acceleration */
}

.btn-hero:hover,
.btn-comecar:hover,
.btn-principal:hover,
#solucoes .container .container-two a:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 12px 30px rgba(255, 204, 0, 0.25) !important;
    background-color: var(--cor-primaria) !important;
    color: var(--background-primario) !important;
}

.btn-hero:active,
.btn-comecar:active,
.btn-principal:active {
    transform: translateY(0) scale(0.98) !important;
    box-shadow: 0 4px 10px rgba(255, 204, 0, 0.1) !important;
}

header.home {
    transition: background-color 0.5s ease, padding 0.5s var(--premium-ease), box-shadow 0.5s ease;
}

header.home.scrolled {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background-color: rgba(10, 10, 10, 0.85) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#scroll-sequence-wrapper {
    position: relative;
    width: 100%;
    /* Removemos o background-color para deixar o vídeo fluir */
    background: transparent;
}

.sticky-video-container {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}

#scroll-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Aceleração de hardware para o vídeo não engasgar */
    will-change: transform;
    transform: translateZ(0);
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 20, 25, 0.4) 0%, rgba(20, 32, 38, 0.9) 100%);
    z-index: 1;
}

.video-fallback {
    display: none;
    position: absolute;
    inset: 0;
    background: url('../img/hero-fallback.jpg') center/cover no-repeat;
    z-index: 0;
}

/* Vídeo mantido no mobile por solicitação do usuário */
@media (max-width: 768px) {
    #scroll-video {
        display: block;
    }
    
    .video-fallback {
        display: none;
    }

    /* Ajustes de Responsividade Hero */
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-text-col {
        align-items: center;
    }

    .hero-visual-col {
        height: 400px;
    }

    .video-wrapper {
        width: 100%;
        height: 100%;
    }
    
    .floating-badge {
        display: none;
    }

    /* Ajustes de Responsividade Parceiros (Cinematic Universe) */
    #parceiros .cinematic-universe {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 40px 20px;
    }
    
    #parceiros .cinematic-svg {
        display: none; /* Oculta SVG de conexões no mobile para evitar quebra */
    }
    
    #parceiros .central-core {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 10px;
    }
    
    #parceiros .cinematic-node {
        position: relative;
        top: auto !important;
        left: auto !important;
        transform: translateY(0) scale(1) !important;
        width: 100%;
        max-width: 280px;
        opacity: 0.6;
    }

    #parceiros .cinematic-node.active {
        opacity: 1;
        transform: translateY(-5px) scale(1.05) !important;
        border-color: rgba(255, 205, 2, 0.4);
        box-shadow: 0 10px 20px rgba(255, 205, 2, 0.1);
    }
    
    #parceiros .cinematic-panel {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        max-width: 280px;
        margin-top: 10px;
    }

    /* Ajustes de Responsividade Quem Somos (Sobre) */
    #quem-somos .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #quem-somos .title-section .subtitle::before {
        left: -15px;
    }

    #quem-somos .image-section .tech-image {
        height: 350px; /* Reduz altura do visual no mobile */
    }

    /* Ajustes de Responsividade Contato */
    .contato-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.scroll-step {
    position: relative;
    z-index: 2;
}

#hero-scroll {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.scroll-transition-space {
    height: 80vh;
    /* Aumente ou diminua isso para controlar o tempo/espaço da transição do vídeo */
    pointer-events: none;
}

#scroll-sequence-wrapper #servicos.premium-section {
    background-color: transparent !important;
    padding-bottom: 120px;
}

.section-divider {
    position: relative;
    width: min(720px, 58vw);
    height: 80px;
    margin: 110px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.section-divider .divider-line {
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 999px;

    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, .35) 12%,
            rgba(255, 205, 2, .55) 50%,
            rgba(255, 255, 255, .35) 88%,
            transparent 100%);

    box-shadow:
        0 0 8px rgba(255, 205, 2, .15),
        0 0 22px rgba(255, 205, 2, .08);
}

.section-divider .divider-node {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: translate(-50%, -50%);

    background:
        radial-gradient(circle, #fff 0%, #ffcd02 35%, #7a5d00 100%);

    border: 2px solid rgba(255, 255, 255, .45);

    box-shadow:
        0 0 10px rgba(255, 205, 2, .6),
        0 0 25px rgba(255, 205, 2, .35),
        0 0 45px rgba(255, 205, 2, .12);

    animation: pulseNode 2.8s ease-in-out infinite;
}

.section-divider .node-1 {
    left: 20%;
    animation-delay: 0s;
}

.section-divider .node-2 {
    left: 50%;
    animation-delay: .4s;
}

.section-divider .node-3 {
    left: 80%;
    animation-delay: .8s;
}

.section-divider .divider-beam {
    position: absolute;
    left: -120px;
    width: 120px;
    height: 4px;
    border-radius: 999px;

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .95),
            rgba(255, 205, 2, .9),
            transparent);

    filter: blur(.3px);

    box-shadow:
        0 0 10px rgba(255, 255, 255, .5),
        0 0 25px rgba(255, 205, 2, .4);

    animation: beamRun 5s linear infinite;
}

.section-divider .divider-star {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;

    box-shadow:
        0 0 10px #fff,
        0 0 20px rgba(255, 205, 2, .5);

    animation: blinkStar 2.5s ease-in-out infinite;
}

.section-divider .star-1 {
    left: 34%;
    top: 22px;
}

.section-divider .star-2 {
    right: 28%;
    bottom: 20px;
    animation-delay: .9s;
}

.reveal-divider {
    opacity: 0;
    transform: translateY(40px) scale(.92);
    filter: blur(8px);
    transition:
        opacity .9s ease,
        transform 1s cubic-bezier(.22, 1, .36, 1),
        filter .9s ease;
}

.reveal-divider.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

@keyframes pulseNode {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.18);
        opacity: 1;
    }
}

@keyframes beamRun {
    from {
        left: -120px;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    to {
        left: calc(100% + 120px);
        opacity: 0;
    }
}

@keyframes blinkStar {

    0%,
    100% {
        opacity: .25;
        transform: scale(.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.4);
    }
}

@media (max-width: 768px) {
    .section-divider {
        width: 80%;
        height: 60px;
        margin: 80px auto;
    }

    .section-divider .divider-node {
        width: 14px;
        height: 14px;
    }
}

/* Ajustes específicos para celulares pequenos (ex: 375px) */
@media (max-width: 480px) {
    #quem-somos {
        padding: 60px 15px; /* Reduz padding lateral e vertical */
    }

    #quem-somos .title-section h1 {
        font-size: 2.2rem; /* Reduz tamanho do título */
    }

    #quem-somos .title-section .subtitle::before {
        display: none; /* Remove a linha lateral que causa overflow */
    }

    #quem-somos .title-section .subtitle {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    #quem-somos .title-section .stats-grid {
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Itens menores */
    }

    #quem-somos .title-section .stats-grid .stat-item .stat-number {
        font-size: 2rem;
    }

    #quem-somos .tech-image-sobre {
        height: auto !important;
        aspect-ratio: 16 / 9; /* Mantém proporção do vídeo */
    }

    #quem-somos .title-section .cta-button {
        width: 100%; /* Botão largura total */
        justify-content: center;
        padding: 15px 20px;
        font-size: 1rem;
    }

    /* Ajustes específicos para a página de Contato */
    #contato-hero-premium {
        padding: 120px 15px 40px 15px;
    }

    #contato-hero-premium h1 {
        font-size: 2.2rem;
    }

    #contato-grid-premium {
        padding: 20px 15px 80px 15px;
    }

    .contato-wrapper.pulse-connection {
        padding: 15px !important;
    }

    .contato-form-box {
        padding: 30px 15px;
    }

    .contato-form-box h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .info-card {
        padding: 16px;
        gap: 12px;
    }

    .info-card .icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .info-card p {
        font-size: 15px;
    }

    /* Ajustes da Navbar para Celular */
    header.home .container {
        display: flex;
        justify-content: space-between; /* Espaça os elementos */
        align-items: center;
        padding: 0 20px;
        margin-top: 15px;
        height: 70px; /* Navbar um pouco mais alta */
    }

    /* Impede que a navbar mude de tamanho no scroll no mobile */
    header.home.scrolled .container {
        width: 90% !important;
        height: 70px !important;
        padding: 0 20px !important;
        justify-content: space-between !important;
    }

    header.home .img-logo-header {
        position: static;
        max-width: 140px;
        opacity: 1;
    }

    header.home .img-logo-header img {
        height: 45px; /* Logo maior */
    }

    header.home .btn-comecar {
        position: static;
        margin-left: 0; /* Remove o empurrão para a direita */
        padding: 8px 16px;
        font-size: 14px;
    }

    header .container .menu-nav-mobile {
        position: static;
        display: flex;
        align-items: center;
    }

    /* Esconde logo e botão no mobile quando scrolled sem mudar o layout */
    header.home.scrolled .img-logo-header {
        opacity: 0 !important;
        pointer-events: none;
    }

    header.home.scrolled .btn-comecar {
        opacity: 0 !important;
        pointer-events: none;
    }

    /* Remove o margin-left auto pois os elementos ainda ocupam espaço e mantêm o hambúrguer na direita */
    header.home.scrolled .container .menu-nav-mobile {
        margin-left: 0 !important;
    }

    /* Ajustes específicos para a página Inicial (index.html) */
    #servicos .title-glow {
        font-size: 1.8rem;
    }

    #servicos .section-header {
        margin-bottom: 30px;
    }

    #vantagens .vantagens-content h3 {
        font-size: 2rem;
    }

    #vantagens .vantagens-image img {
        height: 250px;
    }

    #vantagens .vantagem-texto h4 {
        font-size: 1.2rem;
    }

    #depoimentos-home .title-depoimentos .titulo-brilho {
        font-size: 2rem;
    }

    #orcamento .orcamento-box {
        padding: 40px 20px;
    }

    #orcamento h3 {
        font-size: 1.8rem;
    }

    /* Ajustes específicos para a seção de Parceiros */
    #parceiros .partners-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #parceiros .partners-copy h2 {
        font-size: 2.2rem;
        max-width: 100%;
        text-align: center;
    }

    #parceiros .partners-copy p {
        max-width: 100%;
        text-align: center;
    }

    #parceiros .cinematic-universe {
        padding: 30px 15px;
    }

    #parceiros .cinematic-node {
        max-width: 100%;
    }

    #parceiros .cinematic-panel {
        max-width: 100%;
    }
}

/* ===== PÁGINA DE PARCEIROS ===== */

#parceiros-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: var(--background-primario);
    overflow: hidden;
    padding-top: 80px;
}

#parceiros-hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.parceiros-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 2;
}

.parceiros-hero-content h1 {
    font-size: clamp(40px, 6vw, 82px);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: -1.5px;
}

.parceiros-hero-content h1 span {
    color: var(--cor-primaria);
    text-shadow: 0 0 40px rgba(255, 205, 2, .4);
}

.hero-description {
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
}

.hero-ctas {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.btn-principal-parceiros,
.btn-secundario-parceiros {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 58px;
    padding: 0 28px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-principal-parceiros {
    background-color: var(--cor-primaria);
    color: var(--background-primario);
    border: 1px solid var(--cor-primaria);
    box-shadow: 0 10px 24px rgba(255, 205, 2, 0.16);
}

.btn-principal-parceiros:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 28px rgba(255, 205, 2, 0.22);
    filter: brightness(1.03);
}

.btn-secundario-parceiros {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-secundario-parceiros:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 205, 2, 0.4);
    color: var(--cor-primaria);
    box-shadow: 0 0 18px rgba(255, 205, 2, 0.08);
}

.parceiros-hero-visual {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-element {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 205, 2, 0.15), transparent 70%);
    filter: blur(40px);
    animation: pulse 3s ease-in-out infinite;
}

.visual-element i {
    font-size: 200px;
    color: var(--cor-primaria);
    opacity: 0.8;
    z-index: 1;
    text-shadow: 0 0 80px rgba(255, 205, 2, 0.3);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* TIPOS DE PARCEIROS */
#tipos-parceiros {
    padding: 100px 0;
    background-color: var(--background-primario);
}

.parceiros-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.parceiro-card {
    background: rgba(30, 30, 30, 0.5);
    border: 1px solid rgba(255, 205, 2, 0.1);
    border-radius: 16px;
    padding: 40px 32px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.parceiro-card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 205, 2, 0.05), transparent);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.parceiro-card:hover {
    background: rgba(30, 30, 30, 0.8);
    border-color: rgba(255, 205, 2, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.parceiro-card:hover::before {
    top: 0;
    right: 0;
}

.card-icon {
    font-size: 48px;
    color: var(--cor-primaria);
    text-shadow: 0 0 30px rgba(255, 205, 2, 0.2);
}

.parceiro-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.parceiro-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}

.beneficios-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.beneficios-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: var(--cor-primaria);
    border-radius: 50%;
    flex-shrink: 0;
}

/* BENEFÍCIOS DA PARCERIA */
#beneficios-parceria {
    padding: 100px 0;
    background-color: var(--background-primario);
}

.beneficios-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.beneficios-content h3 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 600;
    line-height: 1.2;
    margin: 16px 0;
}

.beneficios-content h3 span {
    color: var(--cor-primaria);
}

.beneficios-content .descricao-principal {
    margin: 24px 0 40px 0;
    color: rgba(255, 255, 255, 0.7);
}

.beneficio-item {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    opacity: 0;
    transform: translateY(20px);
    filter: blur(10px);
    transition: opacity 0.6s ease, transform 0.6s ease, filter 0.6s ease;
}

.beneficio-item.reveal {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.beneficio-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 205, 2, 0.1);
    border-radius: 12px;
    color: var(--cor-primaria);
    font-size: 28px;
}

.beneficio-texto h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.beneficio-texto p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 1.5;
}

.beneficios-image {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-element {
    position: absolute;
    font-size: 80px;
    color: var(--cor-primaria);
    opacity: 0.8;
    animation: float 3s ease-in-out infinite;
}

.element-1 {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.element-2 {
    top: 50%;
    right: 10%;
    animation-delay: 0.6s;
}

.element-3 {
    bottom: 10%;
    left: 30%;
    animation-delay: 1.2s;
}

.beneficio-item .beneficio-texto h4,
.beneficio-item .beneficio-icon,
.beneficio-item .beneficio-icon i {
    transition: all 0.45s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, text-shadow, box-shadow; /* Prepara o navegador para renderizar sem travamentos */
}

.beneficio-item:hover .beneficio-texto h4 {
    color: var(--cor-primaria);
    text-shadow: 0 0 6px rgba(255, 205, 2, 0.5), 
                 0 0 12px rgba(255, 205, 2, 0.3);
}


.beneficio-item:hover .beneficio-icon {
    background: rgba(255, 205, 2, 0.15);
    box-shadow: 0 0 12px rgba(255, 205, 2, 0.35), 
                0 0 24px rgba(255, 205, 2, 0.15);
    transform: translateY(-5px); /* Elevação sutil e natural */
}


.beneficio-item:hover .beneficio-icon i {
    text-shadow: 0 0 10px rgba(255, 205, 2, 0.7);
    transform: scale(1.1);
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-30px); }
}

/* NÚMEROS / ESTATÍSTICAS */
#numeros-parceria {
    padding: 100px 0;
    background-color: var(--background-primario);
}

.numeros-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.numero-card {
    text-align: center;
    padding: 40px 32px;
    background: rgba(30, 30, 30, 0.5);
    border: 1px solid rgba(255, 205, 2, 0.1);
    border-radius: 16px;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    filter: blur(10px);
}

.numero-card.reveal {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.numero-card:hover {
    background: rgba(30, 30, 30, 0.8);
    border-color: rgba(255, 205, 2, 0.3);
    transform: translateY(-8px);
}

.numero {
    font-size: 48px;
    font-weight: 700;
    color: var(--cor-primaria);
    text-shadow: 0 0 30px rgba(255, 205, 2, 0.2);
    margin-bottom: 12px;
}

.numero-card p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

/* DEPOIMENTOS DE PARCEIROS - ESTILOS MELHORADOS */
#depoimentos-parceiros {
    padding: 100px 0;
    background-color: var(--background-primario);
}

.depoimentos-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(10px);
    transition: opacity 0.8s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease;
}

.depoimentos-header.reveal {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.depoimentos-header .titulo-brilho {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    color: #ffffff;
}

.depoimentos-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.depoimentosParceirosSwiper {
    overflow: hidden;
    border-radius: 16px;
}

.depoimento-card {
    background: rgba(30, 30, 30, 0.5);
    border: 1px solid rgba(255, 205, 2, 0.1);
    border-radius: 16px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    min-height: 300px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.depoimento-card:hover {
    background: rgba(30, 30, 30, 0.8);
    border-color: rgba(255, 205, 2, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.depoimento-card p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.user-cont {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}

.perfil-wrap {
    position: relative;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.perfil-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cor-primaria), rgba(255, 205, 2, 0.6));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--background-primario);
    box-shadow: 0 4px 16px rgba(255, 205, 2, 0.2);
}

.perfil-wrap .icon-perfil {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
}

.nome-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nome-wrap p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}

.nome-wrap p.destaque {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
}

/* FORMULÁRIO DE PARCERIA */
#formulario-parceria {
    padding: 100px 0;
    background-color: var(--background-primario);
}

.parceria-form-container {
    background: rgba(30, 30, 30, 0.5);
    border: 1px solid rgba(255, 205, 2, 0.1);
    border-radius: 20px;
    padding: 60px;
    max-width: 700px;
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 50px;
}

.form-header h2 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    margin: 16px 0;
}

.form-header h2 span {
    color: var(--cor-primaria);
}

.form-header p {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 16px;
}

.parceria-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-row.full-width {
    grid-template-columns: 1fr;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.form-group input,
.form-group select,
.form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 16px;
    color: #ffffff;
    font-family: var(--font-primaria);
    font-size: 15px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(255, 205, 2, 0.3);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 12px rgba(255, 205, 2, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-group select {
    cursor: pointer;
}

.form-group select option {
    background-color: #121212;
    color: #ffffff;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 12px 0;
}

.form-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: var(--cor-primaria);
}

.form-checkbox label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.mensagem-erro {
    font-size: 12px;
    color: #ff6b6b;
    display: none;
}

.mensagem-erro.visible {
    display: block;
}

.btn-submit-parceria {
    background-color: var(--cor-primaria);
    color: var(--background-primario);
    border: none;
    border-radius: 14px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 58px;
    margin-top: 12px;
    box-shadow: 0 10px 24px rgba(255, 205, 2, 0.16);
}

.btn-submit-parceria:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 28px rgba(255, 205, 2, 0.22);
    filter: brightness(1.03);
}

.btn-submit-parceria:active {
    transform: scale(0.98);
}

.form-footer {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* RESPONSIVIDADE PARCEIROS */
@media (max-width: 1024px) {
    #parceiros-hero .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .parceiros-hero-visual {
        height: 400px;
    }

    .visual-element i {
        font-size: 120px;
    }

    .beneficios-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .parceria-form-container {
        padding: 40px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #parceiros-hero {
        padding-top: 100px;
    }

    .parceiros-hero-content h1 {
        font-size: 48px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-ctas {
        flex-direction: column;
        width: 100%;
    }

    .btn-principal-parceiros,
    .btn-secundario-parceiros {
        width: 100%;
        min-width: unset;
    }

    .parceiros-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #beneficios-parceria {
        padding: 60px 0;
    }

    .beneficios-layout {
        gap: 40px;
    }

    .beneficios-image {
        height: 300px;
    }

    .floating-element {
        font-size: 60px;
    }

    #numeros-parceria {
        padding: 60px 0;
    }

    .numeros-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    #depoimentos-parceiros {
        padding: 60px 0;
    }

    .depoimentos-header {
        margin-bottom: 40px;
    }

    .depoimentos-wrapper {
        padding: 0 15px;
    }

    .depoimento-card {
        padding: 28px 20px;
        min-height: 320px;
    }

    .depoimento-card p {
        font-size: 15px;
    }

    .user-cont {
        gap: 12px;
    }

    .perfil-placeholder {
        width: 48px;
        height: 48px;
        font-size: 14px;
    }

    #formulario-parceria {
        padding: 60px 0;
    }

    .parceria-form-container {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .form-header h2 {
        font-size: 32px;
    }

    #orcamento {
        margin-top: 60px;
    }
}

.section-divider::before {
    content: "";
    position: absolute;
    top: -120px;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: var(--background-primario);
    z-index: -1;
}

#orcamento {
    margin-bottom: 0 !important;
    padding-bottom: 160px;
    background-color: var(--background-primario);
}

#orcamento + #footer {
    margin-top: 0 !important;
}