
/* AUTHOR WILLIAN MOTA - DESIGN & CODE */


/* =========================================
 Variáveis
========================================= */
:root {
    --bg-dark: #0a0a0a;
    --bg-white: #ffffff;
    --accent-purple: #6c5ce7;
    --text-light: #f5f5f5;
    --text-dark: #1a1a1a;
}

/* Padronização global de todos os links */
a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #2EE6F2;
}

/* Classes adicionais para links com outras cores de hover */
a.link-hover-orange:hover {
    color: #FF6B35;
}

a.link-hover-gray:hover {
    color: #999999;
}

/* Se precisar de classes para links com cores fixas (sem hover) */
a.link-orange {
    color: #FF6B35;
}

a.link-orange:hover {
    color: #FF6B35;
    opacity: 0.8;
}

a.link-gray {
    color: #999999;
}

a.link-gray:hover {
    color: #999999;
    opacity: 0.8;
}

/* Scroll suave para âncoras */
html {
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

/* TITULOS */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    font-size: 2rem;
    line-height: 1.875;
    font-weight: 600;
    margin-top: 20px 0;
    color: #1C1C1C;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 20px 0;
}

h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 20px 0;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-light);
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

/* LAYOUT GERAL */

.header {
    padding: 40px 0px;
    max-width: 1920px;
    margin: auto;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav-links li {
    margin-left: 68px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.aboutcontact h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: regular;
    margin-bottom: 20px;
    color: #FFF;
}

.btnmeet:hover {
    background-position: 0% 0%, 100% 0;
}

.ico-btnmeet {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

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

.hero-home {
    padding: 180px 0;
    text-align: center;
}

.main-container {
    width: 100%;
    min-height: 850px;
    background-image: url('/assets/img/bg-banner.jpg');
    background-size: cover;
    background-position: center -40px;
    background-repeat: no-repeat;
    margin: 0 auto 0px;
}

.main-container-about {
    width: 100%;
    min-height: 350px;
    background-image: url('/assets/img/bg-hero-about.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 0px;
}

.hero-title {
    font-size: 2.5rem;
    max-width: 900px;
    margin: 0 auto 20px;
    text-align: center;
}

.hero-subtitle {
    max-width: 750px;
    margin: auto;
    line-height: 24px;
}

.highlight {
    color: var(--accent-cyan);
}

.news-ticker {
    margin: 1em 0 0 0;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news-group {
    position: relative;
    white-space: nowrap;
    will-change: transform;
}

.news-group li {
    list-style-type: none;
    color: #5A6072;
    display: inline-block;
    /* padding:30px; // padding here breaks flow */
    margin-right: 150px;
    font-family: helvetica, sans-serif;
}

.container-logos {
    margin-top: 0px;
    margin-bottom: 50px;
}

.containerm-logo {
    width: auto;
    height: auto;
}

.linelogos {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 34px auto;
    background: linear-gradient(90deg,
            rgba(1, 1, 1, 0) 0%,
            #2C2C2C 52.88%,
            rgba(1, 9, 13, 0) 100%);
}

.port-linelogos {
    width: 100%;
    max-width: 1920px;
    height: 1px;
    margin: 34px auto 0;
    background: linear-gradient(90deg,
            rgba(1, 1, 1, 0) 0%,
            #2C2C2C 52.88%,
            rgba(1, 9, 13, 0) 100%);
    position: relative;
    display: block;
}

/* Estilos específicos para o marquee de texto no footer */
.marqueefooter {
    overflow: hidden;
    width: 100%;
    height: auto;
    /* Degradê conforme especificado */
    background: linear-gradient(90deg, #0048FF -36.55%, #00E6FF 132.19%);
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    /* remove o absolute do código de referência */
    left: auto;
    top: auto;
}

.marqueefooter .news-ticker {
    /* Mesma estrutura do hero */
    overflow: hidden;
    width: 100%;
}

.marqueefooter .news-group {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.marqueefooter .news-group li {
    flex-shrink: 0;
    margin-right: 50px;
    /* Espaçamento entre palavras */
}

.marqueefooter .marquee-text {
    font-family: 'Inter', sans-serif;
    /* Tipografia Inter */
    font-weight: 600;
    /* Semibold */
    font-size: 1.25rem;
    /* 20px convertido para rem (20/16 = 1.25) */
    color: #fff;
    /* Texto branco */
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 2px;
}

/*.marquee-separator {
    margin-right: 20px;
}
*/

/* =========================================
   MASK - DEGRADE
   ========================================= */

.overlay-banner {
    position: absolute;
    width: 100%;
    min-height: 850px;
    left: 0px;
    /*top: 281px;*/
    background: linear-gradient(180deg, rgba(1, 1, 1, 0) 26.88%, #010101 74.74%);
}

/* Logos Grid */
.partners {
    padding: 40px 0;
    background: #111;
}

.logo-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    opacity: 0.5;
}

/* =========================================
   PROJECTS HOME
========================================= */

/*.projects {
    padding: 80px 0;
}

.project-display {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.project-mockup {
    background: #1a1a1a;
    height: 400px;
    border-radius: 15px;
}
*/
.containercards {
    display: flex;
    /* Ativa o Flexbox */
    width: 100%;
    /* Ocupa a largura total disponível */
    align-items: center;
    gap: 1px;
}

.projectsportfolio .containercards {
    display: flex;
    /* Ativa o Flexbox */
    width: 100%;
    /* Ocupa a largura total disponível */
    align-items: center;
    gap: 1px;
}

.card-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
}

.card-link img {
    display: block;
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.35s ease, transform 0.35s ease;
}

.card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 280px;
    background: linear-gradient(180deg,
            rgba(1, 1, 1, 0) 9.08%,
            rgba(1, 1, 1, 0.91) 55.85%);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 1;
}

.card-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 280px;
    padding: 24px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    z-index: 2;
    transform: translateY(100%);
    transition: transform 0.35s ease;
}

.card-caption h3 {
    margin: 16px 0;
}

.card-caption p {
    margin: 8px 0 0;
}

.card-link:hover img,
.card-link:focus img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.card-link:hover .card-overlay,
.card-link:focus .card-overlay {
    opacity: 1;
    transform: translateY(0);
}

.card-link:hover .card-caption,
.card-link:focus .card-caption {
    transform: translateY(0);
}

.tag {
    margin: 20px auto;
    padding: 4px 16px;
    border: 1px solid #2EE6F2;
    border-radius: 24px;
    font-size: 14px;
}

.projectshome {
    max-width: 100%;
    height: auto;
    padding-top: 0px;
    margin: auto;

}

.projectshome h1 {
    margin: auto;
    text-align: center;
}

.projectshome img {
    display: block;
    width: 100%;
    height: auto;
}

.projectshome .splide__slide {
    padding: 0 1px;
}


.projectportfolio {
    max-width: 100%;
    height: auto;
    padding-top: 0px;
    margin: auto;

}

.projectsportfolio img {
    display: block;
    width: 100%;
    height: auto;
}

.projectsportfolio .splide__slide {
    padding: 0 1px;
}


.splide__slide img {
    width: 100%;
    height: auto;
    display: block;
}

.splide__track {
    flex: 0 0 80%;
    /* Não cresce, não diminui, base de 75% */
    min-width: 0%;
}

.btn-prev,
.btn-next {
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 999px;
    background: #0C0C0C;
    color: #fff;
    cursor: pointer;
}

.btn-prev {
    margin-top: 130px;
}

.btn-prev:disabled,
.btn-next:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.arrowcards {
    flex: 1;
    /* Ocupa todo o espaço restante (25%) */
    /*background-color: #0C0C0C;*/
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.custom-arrows {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 24px;
}

.splide__arrow {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    transform: none;
    position: static;
}

.splide__arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.barcolor {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FF5700 0%, #A4006E 24.6%, #00E6FF 100%);
}

/*.barcolor-about {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FF5700 0%, #A4006E 24.6%, #00E6FF 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    animation: gradientMove 20s linear infinite;
}
*/

.barcolor-about {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,
            #FF5700 0%,
            #A4006E 16.4%,
            #00E6FF 32.8%,
            #FF5700 50%,
            #A4006E 66.4%,
            #00E6FF 82.8%,
            #FF5700 100%);
    background-size: 300% 100%;
    background-position: 0% 0%;
    animation: gradientMove 30s linear infinite;
    /* Melhorias para mobile */
    will-change: background-position;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.section-desk-interfacemobile .barcolor-about {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,
            #FF5700 0%,
            #A4006E 16.4%,
            #00E6FF 32.8%,
            #FF5700 50%,
            #A4006E 66.4%,
            #00E6FF 82.8%,
            #FF5700 100%);
    background-size: 300% 100%;
    background-position: 0% 0%;
    animation: gradientMove 30s linear infinite;
    /* Melhorias para mobile */
    will-change: background-position;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.projectsportfolio .barcolor {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,
            #FF5700 0%,
            #A4006E 16.4%,
            #00E6FF 32.8%,
            #FF5700 50%,
            #A4006E 66.4%,
            #00E6FF 82.8%,
            #FF5700 100%);
    background-size: 300% 100%;
    background-position: 0% 0%;
    animation: gradientMove 30s linear infinite;
    /* Melhorias para mobile */
    will-change: background-position;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: -200% 0%;
    }
}

/*@keyframes gradientMove {
    0% {
        background-position: -100% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}
*/


.icocardsr {
    margin-bottom: 24px;
}

.icocardsl {
    margin-bottom: 24px;
}




/* =========================================
    PROCESS DESIGN (HOME)
   ========================================= */

.processdsgn {
    width: 100%;
    background-color: #fff;
}

.containerprocess {
    max-width: 1920px;
    height: auto;
    margin: auto;
    padding: 80px 0;

}

/* Metodologia (Onde muda para fundo branco) */
.methodology {
    background: var(--bg-white);
    color: var(--text-dark);
    padding: 80px 0;
}

.methodology-grid {
    display: grid;
    grid-template-columns: 250px 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.steps-menu ul {
    list-style: none;
    border-left: 2px solid #eee;
}

.steps-menu li {
    padding: 15px;
    cursor: pointer;
    border-left: 4px solid transparent;
    margin-left: -3px;
}

.steps-menu li.active {
    border-left-color: var(--accent-purple);
    font-weight: bold;
    background: #f9f9f9;
}

.diagram-circle {
    width: 200px;
    height: 200px;
    border: 2px dashed #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CTA e Footer */
.cta-footer {
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid #222;
}

.btn-meeting {
    background: none;
    border: 1px solid white;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    cursor: pointer;
}

.footer {
    padding: 40px 0;
    font-size: 12px;
    border-top: 1px solid #222;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
}







.footer {
    background-color: #101010;
    padding: 64px 16px;
    width: 100%;
}

.footer-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    gap: 40px;
}

/* Coluna Esquerda */
.footer-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-top {
    display: flex;
    align-items: center;
    gap: 32px;
}

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

.footer-logo-img {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
    /* Torna o logo branco */
}

.footer-copyright {
    color: #595959;
    font-size: rem;
    margin: 16px 0;
    white-space: nowrap;
}

/* Navegação */
.footer-nav {
    display: flex;
    align-items: center;
}

.footer-nav-list {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: opacity 0.3s ease;

}

.footer-nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #2EE6F2;
    /*transition: width 0.3s ease;*/
}

.footer-nav-link:hover {
    opacity: 0.8;
}

.footer-nav-link:hover::after {
    width: 100%;
}

/* Coluna Direita */
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
}

.footer-email {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.footer-email:hover {
    opacity: 0.8;
}

.footer-social {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-social-icon {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-icon:hover {
    opacity: 0.7;
}

/* Responsivo */
@media (max-width: 768px) {
    .footer {
        padding: 20px;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .footer-left {
        align-items: center;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .footer-nav-list {
        gap: 20px;
    }

    .footer-right {
        align-items: center;
    }
}

/* Para ícones, você pode usar Font Awesome ou SVGs */
/* Exemplo com placeholders para os ícones: */
.icon-instagram::before {
    content: "📷";
    /* Substitua pelo ícone desejado */
}

.icon-facebook::before {
    content: "📘";
    /* Substitua pelo ícone desejado */
}




/* =========================================
   BREAKPOINTS (RESPONSIVIDADE)
   ========================================= */

/* Tablets */
@media (max-width: 992px) {
    .hero {
        min-height: 500px;
    }

    .methodology-grid {
        grid-template-columns: 1fr 1fr;
    }

    .step-visual {
        display: none;
    }

    /* Esconde diagrama lateral */
    .project-display {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero {
        min-height: 704px;
    }

    .hero-image {
        height: 700px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .nav-links {
        display: none;
    }

    /* Menu hamburguer seria necessário aqui */

    .methodology-grid {
        grid-template-columns: 1fr;
    }

    .steps-menu ul {
        display: flex;
        overflow-x: auto;
        /* Scroll horizontal para as etapas no mobile */
        border-left: none;
        border-bottom: 2px solid #eee;
    }

    .steps-menu li {
        border-left: none;
        border-bottom: 4px solid transparent;
        white-space: nowrap;
    }

    .steps-menu li.active {
        border-bottom-color: var(--accent-purple);
    }
}


.process-tabs {
    display: grid;
    grid-template-columns: 24rem 1fr;
    /*border: 1px solid #2b2b2b;*/
    border-radius: 0.375rem;
    overflow: hidden;
}

.process-tabs-list {
    display: flex;
    flex-direction: column;
    border: 3px solid #0D0D0D;
    background: #FFF;
    z-index: 5;
    height: 438px;
}

.process-tabs-trigger {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: 4.5rem;
    padding: 1.25rem 1.5rem;
    border: 0;
    border-bottom: 2px solid #0D0D0D;
    background: transparent;
    color: #161616;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.process-tabs-trigger:last-child {
    border-bottom: 0;
}

.process-tabs-trigger:hover {
    background: #0D0D0D;
    color: #FFF;
}

.process-tabs-trigger.is-active {
    background: #5b35f2;
    color: #ffffff;
    width: 103%;
    /*border-bottom: 2px solid #5b35f2;*/
}

.process-tabs-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    font-size: 1.25rem;
}

.process-tabs-panels {
    background: #FFF;
}

.process-tabs-content {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
}

.process-tabs-content[hidden] {
    display: none;
}

.process-tabs-title {
    margin: 0 0 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #161616;
}

.process-tabs-text {
    max-width: 42rem;
    margin: 0 0 1.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.75;
    color: #202020;
}

.process-tabs-bullets {
    display: grid;
    gap: 0.875rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.process-tabs-bullets li {
    position: relative;
    padding-left: 1.75rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #202020;
}

.process-tabs-bullets li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #d0007a;
    font-weight: 700;
}

.port-section .process-tabs-content {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    width: 90%;
}

.process-tabs-content-wrapper {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    margin-left: 100px;
}

.process-tabs-image {
    width: auto;
    height: auto;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 0.375rem;
}

.icobrain {
    width: 32px;
    height: 32px;
    background-image: url('/assets/img/ico-brain-pto.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.icobrain:hover {
    background-image: url('/assets/img/ico-brain-bco.png');
}

.icobrain:active {
    background-image: url('/assets/img/ico-brain-bco.png');
}

.contacthome {
    position: relative;
    background-image: url('/assets/img/bg-effect.png'), url('/assets/img/pattner.png');
    background-repeat: no-repeat, repeat;
    background-position: center -450px, left 100px;
    width: 100%;
    margin: auto;
    height: 350px;
    padding-bottom: 80px;
    text-align: center;
    z-index: 1;
}

.about-content {
    position: relative;
    background-image: url('/assets/img/bg-effect.png'), url('/assets/img/pattner.png');
    background-repeat: no-repeat, repeat;
    background-position: -55% -330px, left 100px;
    width: 100%;
    margin: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-accordionlist {
    color: #6E6E6E;
    margin-left: 20px;
}

.port-section {
    position: relative;
    background-image: url('/assets/img/bg-effect.png'), url('/assets/img/pattner.png');
    background-repeat: no-repeat, repeat;
    background-position: center, center, center, center;
    width: 100%;
    margin: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.port-containertxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
    max-width: 1920px;
    padding: 0 20px;
    position: relative;
}

.port-title {
    width: 100%;
    max-width: 1920px;
    padding: 0 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.port-main-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    text-align: left;
    margin: 0;
    color: #fff;
}

.port-contenttxt {
    flex: 1;
    text-align: left;
    margin-right: 50px;

}

.port-contenttxt h2 {
    font: 600 2rem 'Inter', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.container-processd {
    display: grid;
    position: relative;
    max-width: 1920px;
    margin: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.container-processd h2 {
    font: 600 2rem 'Inter', sans-serif;
    color: #fff;
    margin-bottom: 20px;

}

.purpletitle {
    color: #A4006E;
}

.processd-text {
    max-width: 900px;
    margin: auto;
    line-height: 24px;
}

.port-contenttxt p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 15px;
}

.container-col {
    display: flex;
    gap: 40px;
    width: 100%;
    max-width: 1920px;
    padding: 0 20px;
    position: relative;
}

.section-wireframes {
    background-color: #F4F4F4;
}

.container-wireframes {
    display: grid;
    max-width: 1920px;
    padding-top: 72px;
    text-align: center;
    margin: auto;
    padding-bottom: 72px;
}

.containerimgwire {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    max-width: 1500px;
    margin: auto;
}

.wireimg {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    opacity: 0;
    /* Inicia invisível */
    transform: translateY(30px);
    /* Inicia um pouco abaixo */
    transition: opacity 0.8s ease, transform 0.8s ease;
    /* Transição suave */
}

.col-right .wireimg {
    margin-top: 0px;
}

/* Mantendo outras classes existentes para compatibilidade */
.port-content {
    position: relative;
    background-image: url('/assets/img/bg-effect.png'), url('/assets/img/pattner.png');
    background-repeat: no-repeat, repeat;
    background-position: -55% -330px, left 100px;
    width: 100%;
    margin: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.containertxt-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: 1920px;
    padding: 0 20px;
}

.contenttxt {
    flex: 1;
    text-align: left;
}

.contentimg {
    flex: 1;
}

.contentimg img {
    max-width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
}

.contenttxt h2 {
    font: 600 2rem 'Inter', sans-serif;
    color: #fff;
}

.contentimg {
    flex: 1;
}

.contentimg img {
    max-width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
}

.contenttxt h2 {
    font: 600 2rem 'Inter', sans-serif;
    color: #fff;
}

.port-contenttxt h2 {
    font: 600 2rem 'Inter', sans-serif;
    color: #fff;
}

.contacthome h2 {
    font: 600 2rem 'Inter', sans-serif;
    text-align: center;
    background: linear-gradient(90deg, #FF5700 -10.25%, #A4006E 33.96%, #00E6FF 101.71%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prot-title-cc {
    font: 600 2rem 'Inter', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.list-cc {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 120px;
}

.contacthome .subtitle {
    font: 500 1.25rem 'Inter', sans-serif;
    text-align: center;
    color: #FFF;
}

.containercontact {
    display: grid;
    place-content: center;
    /* centraliza vertical e horizontalmente */
    place-items: center;
    text-align: center;
    height: 400px;
}

.contenttxt p {
    font: 500 1rem 'Inter', sans-serif;
    text-align: left;
    color: #FFF;
    line-height: 1.5rem;
    margin-top: 15px;
}

.port-contenttxt p {
    font: 500 1rem 'Inter', sans-serif;
    text-align: left;
    color: #FFF;
    line-height: 1.5rem;
    margin-top: 15px;
}

.carrer-professional {
    background-color: #0D0D0D;
    background-image: url('/assets/img/bg-lines-about.png');
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: auto;
}

.section-redesign {
    background-color: #151515;
    background-image: url('/assets/img/bg-lines-about.png');
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: auto;
}

.section-interfacemobile {
    background-color: #0D0D0D;
    background-image: url('/assets/img/bg-effect.png');
    background-repeat: no-repeat, repeat;
    background-position: center, center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    max-height: 800px;
}

.section-port-cc {
    background-color: #0D0D0D;
    background-image: url('/assets/img/bg-effect.png');
    background-repeat: no-repeat, repeat;
    background-position: center, center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    max-height: 900px;
    padding-top: 50px;
}

.section-desk-interface {
    background-color: #0D0D0D;
    background-image: url('/assets/img/bg-effect.png');
    background-repeat: no-repeat, repeat;
    background-position: center, center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    max-height: 800px;
}


.section-desk-interface {
    background-color: #0D0D0D;
    background-image: url('/assets/img/bg-lines-about.png');
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: auto;
}

.port-section {
    position: relative;
    background-image: url('/assets/img/bg-effect.png') background-repeat: no-repeat, repeat;
    background-position: center, center;
    width: 100%;
    margin: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-interfacemobile {
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1500px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: center;
}

.container-desk-interface {
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1500px;
    margin: 100px auto -20px auto;
    display: flex;
    justify-content: center;
}


.container-desk-interface .subtitle {
    color: #FFF;

}

/* ============================
   NOVO CSS (CORRIGIDO)
   ============================ */
.interfacemobile-row {
    display: flex;
    flex-direction: row;
    /* garante linha horizontal */
    flex-wrap: nowrap;
    /* impede quebra para baixo */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 80px;
    padding: 0 40px;
    box-sizing: border-box;
}

.desk-interfacemobile-row {
    display: flex;
    flex-direction: row;
    /* garante linha horizontal */
    flex-wrap: nowrap;
    /* impede quebra para baixo */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 80px;
    padding: 0 40px;
    box-sizing: border-box;
}

.interfacemobile-row h2 {
    font: 'Inter', sans-serif;
    flex: 1 1 0%;
    /* permite encolher se necessário */
    font-size: 2rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    max-width: 700px;
    min-width: 0;
    /* evita que o texto force largura excessiva */
}

.section-desk-interfacemobile {
    background-color: #151515;
    background-image: url('/assets/img/elipse-effect-bg.png'), url('/assets/img/bg-lines-about-right.png');
    background-position:
        center 500px,
        /* Imagem 1 */
        right center;
    /* Imagem 2 */
    background-repeat:
        no-repeat,
        /* Imagem 1 */
        no-repeat;
    /* Imagem 2 */
    position: relative;
    overflow: hidden;
    height: 1200px;
}


.container-desk-interface h2 {
    font: 'Inter', sans-serif;
    flex: 1 1 0%;
    /* permite encolher se necessário */
    font-size: 2rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0px 0 10px 0;
    max-width: 700px;
    min-width: 0;
    text-align: center;
}

.desk-interfacemobile-row img {
    height: auto;
    flex-shrink: 0;
    /* impede que a imagem seja comprimida */
    border-radius: 4px;
    object-fit: contain;
    /* mantém proporção sem distorcer */
}

.desk-interfacemobile-row .deskimg-a {
    height: auto;
    flex-shrink: 0;
    /* impede que a imagem seja comprimida */
    border-radius: 4px;
    object-fit: contain;
    /* mantém proporção sem distorcer */
}

.desk-interfacemobile-row .deskimg-b {
    height: auto;
    flex-shrink: 0;
    /* impede que a imagem seja comprimida */
    border-radius: 4px;
    object-fit: contain;
    margin-top: 250px;
    /* mantém proporção sem distorcer */
}

.contentcarrer {
    width: auto;
    text-align: center;
}

.container-carrer {
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.carrer-text {
    text-align: center;
    gap: 40px;
}

.carrer-text h2 {
    color: #ffffff;
}

.container-redesign {
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.container-redesign-cc {
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.redesign-text {
    text-align: center;
    gap: 40px;
}

.redesign-text h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 60px;
}

.container-redesign {
    flex-direction: column;
    align-items: center;
}

.container-redesign h2 {
    color: #fff;
    margin-bottom: 60px;
}

/* Grid de duas colunas */
.redesign-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 64px;
}

.col-right {
    margin: auto;
}

.col-left img {
    width: 100%;
    border-radius: 12px;
}


.icon-check {
    width: 24px;
    height: 24px;
    background-image: url(/assets/svg/ico-check.svg);
}


/* Lista */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.5;
}

.features-list li:last-child {
    margin-bottom: 0;
}

.features-list .icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background-color: #6c5ce7;
    border-radius: 4px;
}

.purple {
    color: #A4006E !important;
    float: left;
}

.timeline-carrer {
    padding: 100px 50px;
    margin-bottom: 0px;
}

.contentcarrer-text h2,
.contentcarrer-text p {
    color: #ffffff;
}

.carrer-professional .news-ticker {
    margin-bottom: 50px;
}

.degrade-carrer {
    width: 1384px;
    height: 75px;
    left: 29px;
    background: radial-gradient(50.73% 40.32% at 49.27% 0%, #141414 0%, rgba(13, 13, 13, 0) 100%);
    margin: 80px auto 50px auto;
}

.abouthome {
    position: relative;
    background-image: url('');
    background-repeat: no-repeat, repeat;
    background-position: center -450px, left 100px;
    width: 100%;
    margin: auto;
    height: 350px;
    padding-bottom: 80px;
    text-align: center;
    z-index: 1;
}

.abouthome h2 {
    font: 600 2rem 'Inter', sans-serif;
    text-align: center;
    background: linear-gradient(90deg, #FF5700 -10.25%, #A4006E 33.96%, #00E6FF 101.71%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle {
    font: 500 1.3rem 'Inter', sans-serif;
    text-align: left;
    color: #0D0D0D;
    margin-bottom: 40px;
}

.abouthome .subtitle {
    font: 500 1.25rem 'Inter', sans-serif;
    text-align: center;
    color: #FFF;
    margin-bottom: 0px;
}

.col-left .subtitle {
    font: 500 1.0rem 'Inter', sans-serif;
    text-align: left;
    color: #FFF;
    margin-bottom: 0px;
}

.col-left .features-list {
    margin-top: 40px;
}

.section-prototype {
    position: relative;
    overflow: hidden;
    /* Cria o efeito de máscara, recortando o degradê */
}

.section-prototype-cc {
    position: relative;
    overflow: hidden;
    /* Cria o efeito de máscara, recortando o degradê */
}

.section-prototype::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    background: linear-gradient(242.23deg,
            rgba(0, 170, 255, 0.4) -6.03%,
            rgba(164, 0, 110, 0.4) 95.07%,
            rgba(255, 87, 0, 0.4) 140.36%);
    filter: blur(200px);
    z-index: -1;
    pointer-events: none;
}

.section-prototype-cc::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -70%);
    background: linear-gradient(242.23deg,
            rgba(0, 170, 255, 0.4) -6.03%,
            rgba(164, 0, 110, 0.4) 95.07%,
            rgba(255, 87, 0, 0.4) 140.36%);
    filter: blur(200px);
    z-index: -1;
    pointer-events: none;
}


.container-prototype {
    position: relative;
    background-image: url('');
    background-repeat: no-repeat, repeat;
    background-position: center -450px, left 100px;
    width: 100%;
    margin: auto;
    height: 900px;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    z-index: 1;
}

.container-prototype-cc {
    position: relative;
    background-image: url('');
    background-repeat: no-repeat, repeat;
    background-position: center -450px, left 100px;
    width: 100%;
    margin: auto 0 50px 0;
    height: 950px;
    padding-top: 100px;
    padding-bottom: 74px;
    text-align: center;
    z-index: 1;
}

.container-prototype-cc h2 {
    font: 600 2rem 'Inter', sans-serif;
    text-align: center;
    color: #fff;
    /*background: linear-gradient(90deg, #FF5700 -10.25%, #A4006E 33.96%, #00E6FF 101.71%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
}


.container-prototype h2 {
    font: 600 2rem 'Inter', sans-serif;
    text-align: center;
    color: #fff;
    /*background: linear-gradient(90deg, #FF5700 -10.25%, #A4006E 33.96%, #00E6FF 101.71%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.container-prototype .subtitle {
    font: 500 1.25rem 'Inter', sans-serif;
    text-align: center;
    color: #FFF;
    display: grid;
    margin: 16px auto 0 auto;
    max-width: 1200px;
}

.container-prototype-cc .subtitle {
    font: 500 1.25rem 'Inter', sans-serif;
    text-align: center;
    color: #FFF;
    display: grid;
    margin: 16px auto 0 auto;
    max-width: 1200px;
}

.container-redesign-cc h2 {
    font: 600 2rem 'Inter', sans-serif;
    text-align: center;
    color: #fff;
}

.container-redesign-cc .subtitle {
    font: 500 1.25rem 'Inter', sans-serif;
    text-align: center;
    color: #FFF;
    display: grid;
    margin: 16px auto 0 auto;
    max-width: 1200px;
}

.prototype-img {
    width: 1200px;
    margin: 100px auto;
}

.prototype-img-cc {
    width: 1200px;
    margin: 100px auto;
}

.containerabout {
    display: grid;
    place-content: center;
    /* centraliza vertical e horizontalmente */
    place-items: center;
    text-align: center;
    height: 400px;
}

.contenttxt p {
    font: 500 1rem 'Inter', sans-serif;
    text-align: left;
    color: #FFF;
    line-height: 1.5rem;
    margin-top: 15px;
}

/* Seção principal */

.main-skills {
    background: #0D0D0D;
}

.skills {
    max-width: 1400px;
    margin: auto auto;
    padding: 2rem;

}

/* Título */
.skills-title {
    text-align: left;
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 3rem;
    position: relative;
    text-align: center;
}


/* Grid de habilidades */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 0 1rem;
}

/* Itens individuais */
.skills-item {
    background: #1C1C1C;
    padding: 2rem 1.5rem;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
    min-height: 250px;
    border: 1px solid #1C1C1C;
}

.skills-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: #3498db;
    background: #222222;
}

/* Wrapper do ícone */
.skills-icon-wrapper {
    width: 32px;
    height: 32px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ícone */
.skills-icon {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
    /* Torna o ícone branco */
    transition: transform 0.3s ease;
}

.skills-item:hover .skills__icon {
    transform: scale(1.1);
}

/* Título do item */
.skills-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    text-align: left;
}

/* Texto descritivo */
.skills-item-text {
    font-size: 0.9rem;
    color: #6E6E6E;
    line-height: 1.6;
    flex-grow: 1;
}

/* Section principal */
.previous-experiences {
    width: 100%;
    background-color: #0D0D0D;
    padding: 80px 20px 0px 20px;
    display: flex;
    align-items: center;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Título */
.section-title {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 8px;

}

.title-highlight {
    color: #A4006E;
}

.title-highlight-blue {
    color: #2EE6F2;
}

/* Descrição */
.section-description {
    text-align: center;
    font: 500 1rem 'Inter', sans-serif;
    font-size: 16px;
    color: #6E6E6E;
    margin-bottom: 60px;
    font-weight: 400;
}

/* Wrapper do accordion */
.accordion-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.accordion {
    display: flex;
    flex-direction: column;
}

/* Item do accordion */
.accordion-item {
    border-bottom: 1px solid #1C1C1C;
    transition: all 0.3s ease;
}

.accordion-item:first-child {
    border-top: 1px solid #1C1C1C;
}

.accordion-item:hover {
    border-top: 1px solid #2EE6F2;
    transition: all 0.8s ease;
}


/* Header do accordion */
.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px 20px 20px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background-color: rgba(28, 28, 28, 0.3);
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
    border-bottom-color: 1px solid #00E5FF;

}

.accordion-tag {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #242424;
    display: inline-block;
}

/* Grupo de título e tag */
.accordion-title-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.accordion-title {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8C8C8C;
    transition: color 0.3s ease;
    width: 400px;
    text-align: left;
}


.port-tag {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #303030;
    display: block;
    margin-bottom: 16px;
    max-width: 600px;
    transition: all 0.3s ease-in-out;
    cursor: default;
}

.port-tag:hover {
    border-color: #2EE6F2;
    box-shadow: 0 0 15px rgba(46, 230, 242, 0.2);
    transform: translateX(3px);
}

.container-tags {
    padding-top: 20px;
}

.container-tags-portfolio {
    display: flex;
    /* ou inline-block */
    flex-wrap: wrap;
    /* permite quebrar linha se necessário */
    gap: 8px;
    /* espaço entre as tags */
    align-items: center;
}

.port-tag-blue {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #2EE6F2;
    display: inline-block;
    margin-top: 10px;
    text-align: left;
}

.section-processd {
    background-color: #0D0D0D;
    padding-top: 72px;
    padding-bottom: 72px;
}

/* Seta */
.accordion-arrow {
    font-size: 14px;
    color: #6E6E6E;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Conteúdo do accordion */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 16px;
}

.accordion-content p {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #8C8C8C;
    line-height: 1.6;
    padding-bottom: 24px;
}

/* Estado ativo */
.accordion-item.active .accordion-header {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
    background-color: rgba(28, 28, 28, 0.3);
}

.accordion-item.active .accordion-title {
    color: #FFFFFF;
}

.accordion-item.hover .accordion-title {
    color: #FFFFFF;
}

.accordion-item.active .accordion-arrow {
    transform: rotate(90deg);
    color: #A4006E;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    margin-top: 20px;
}

.container-button {
    display: inline;
}
.btnmeet {
    font: 400 16px 'Inter', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: inline-flex;
    align-items: center;
    padding: 8px 24px;
    border-radius: 30px;
    border: 2px solid transparent;
    background: linear-gradient(#1C1C1C, #1C1C1C) padding-box,
        linear-gradient(90deg, #00E5FF, #A4006E, #FF5700, #A4006E, #00E5FF) border-box;
    background-size: 200% 100%;
    transition: background-position 0.5s ease;
    cursor: pointer;
    margin-top: 30px;
    overflow: hidden;
    margin-right: 24px;
}

.btnmeet:hover {
    background-position: 0% 0%, 100% 0;
}

.btnmeet:hover .ico-btn {
    animation: iconLoop .4s ease-in-out;
}

.btnportfolio {
    font: 500 16px 'Inter', sans-serif;
    color: #101010;
    display: inline-flex;
    align-items: center;
    padding: 8px 24px;
    border-radius: 30px;
    border: 2px solid transparent;
    background: #FFF;
    cursor: pointer;
    margin-top: 30px;
    overflow: hidden;
    animation: bgFadeOut .2s ease forwards;
}

.btnportfolio:hover {
    animation: bgFadeIn .2s ease forwards;
}

.btnportfolio:hover .ico-btn {
    animation: iconLoop .4s ease-in-out;
}

@keyframes bgFadeIn {
    from { background-color: #FFF; }
    to { background-color: #00E5FF; }
}

@keyframes bgFadeOut {
    from { background-color: #00E5FF; }
    to { background-color: #FFF; }
}

@keyframes iconLoop {
    40%, 60% { opacity: 0; }
    40% { transform: translateY(-20px); }
    60% { transform: translateY(20px); }
}

.ico-btn {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.contacthome .btnmeet {
    font: 400 1.25rem 'Inter', sans-serif;
    color: #fff;
    text-align: center;
    display: inline-flex;
    align-items: center;
    padding: 8px 24px;
    border-radius: 30px;
    border: 2px solid transparent;
    background: linear-gradient(#1C1C1C, #1C1C1C) padding-box,
        linear-gradient(90deg, #00E5FF, #A4006E, #FF5700, #A4006E, #00E5FF) border-box;
    background-size: 200% 100%;
    transition: background-position 0.5s ease;
    cursor: pointer;
    margin-top: 30px;
}

.contacthome .btnmeet:hover {
    background-position: 0% 0%, 100% 0;
}

.contacthome .ico-btnmeet {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.abouthome {
    position: relative;
    overflow: hidden;
    /* Cria o efeito de máscara, recortando o degradê */
}

.abouthome::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    left: 50%;
    top: 160%;
    transform: translate(-50%, -50%);
    background: linear-gradient(242.23deg,
            rgba(0, 170, 255, 0.4) -6.03%,
            rgba(164, 0, 110, 0.4) 95.07%,
            rgba(255, 87, 0, 0.4) 140.36%);
    filter: blur(200px);
    z-index: -1;
    pointer-events: none;
}



.steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    max-width: 1920px;
    width: 100%;
    padding-bottom: 50px;
    margin: auto;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.step:hover {
    transform: translateY(-3px);
}

.step-label {
    color: #505050;
    font-size: 16px;
    text-align: center;
    max-width: 300px;
    transition: color 0.3s ease;
    font-weight: 500;
    margin-bottom: 10px;
    order: -1;
}

.step:hover .step-label {
    color: #00d4ff;
}

.step-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2B2B2B;
    transition: all 0.3s ease;
    box-shadow: 0 0 0px rgba(0, 212, 255, 0);
    flex-shrink: 0;
}

.step:hover .step-circle {
    background-color: #00d4ff;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.6);
}

/* Tooltip */
.tooltip {
    position: absolute;
    bottom: calc(100% + 40px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 12px;
    white-space: normal;
    min-width: 160px;
    max-width: 220px;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border: 1px solid #333333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    line-height: 1.4;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
}

.step:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

/* Connectors */
.step-connector {
    display: flex;
    align-items: center;
    margin: 0 5px;
    flex: 1;
    min-width: 30px;
    max-width: 150px;
    transform: translateY(40px);
    /* Ajusta a linha para centralizar com a bolinha */
}

.connector-line {
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right,
            #2B2B2B 0px,
            #2B2B2B 4px,
            transparent 4px,
            transparent 7px);
    position: relative;
    border-radius: 1px;
}


.carroussel-port {
    width: 100%;
    max-width: 1920px;
    margin: 60px auto;
    padding: 20px;
    font-family: "Inter", sans-serif;
}

.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    width: 100%;
}

.carousel-track:active {
    cursor: grabbing;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.carousel-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.carousel-slide img {
    width: auto;
    max-width: 100%;
    height: 900px;
    object-fit: contain;
    display: block;
    pointer-events: none;
}

/* Botões de navegação */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333;
}

.carousel-btn:hover {
    color: #A4006E;
    transform: translateY(-50%) scale(1.1);
}

.carousel-btn.prev {
    left: 16px;
}

.carousel-btn.next {
    right: 16px;
}

/* Bullets/Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-dot.active {
    background: #333;
    width: 30px;
    border-radius: 10px;
}

.carousel-dot:hover {
    background: #999;
}

.carousel-dot.active:hover {
    background: #555;
}


@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(0.5rem);
    }

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

/* --- AJUSTES MOBILE (SCROLLABLE TABS) --- */
@media (max-width: 900px) {
    .process-tabs {
        grid-template-columns: 1fr;
    }

    .process-tabs-list {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none;
        border-right: 0;
        border-bottom: 1px solid #2b2b2b;
    }

    .skills-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .skills-title {
        font-size: 2rem;
    }

    .skills-item {
        min-height: 280px;
    }

    .process-tabs-list::-webkit-scrollbar {
        display: none;
    }

    .process-tabs-trigger {
        flex-shrink: 0;
        white-space: nowrap;
        border-bottom: 0;
        border-right: 1px solid #2b2b2b;
        min-height: 4rem;
        padding: 1rem 1.5rem;
        text-align: left;
        gap: 0rem;
    }

    .process-tabs-trigger:last-child {
        border-right: 0;
    }

    .process-tabs-content {
        padding: 1.5rem;
    }

    .process-tabs-title {
        font-size: 1.5rem;
    }

    .process-tabs-trigger.is-active {
        width: auto;
        text-align: left;
    }

    .section-title {
        font-size: 32px;
    }

    .section-description {
        margin-bottom: 40px;
    }

    .accordion-title {
        font-size: 18px;
    }

    .accordion-title-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .accordion-header {
        padding: 20px 0;
    }



    .steps-container {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 50px;
    }

    .step {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .step-label {
        margin-bottom: 0;
        margin-right: 10px;
        order: 0;
    }

    .step-circle {
        margin-right: 0;
    }

    .step-connector {
        transform: rotate(90deg) translateY(0);
        margin: 5px 0 5px 8px;
        min-width: 20px;
        max-width: 20px;
    }

    .tooltip {
        bottom: auto;
        top: 50%;
        left: calc(100% + 15px);
        transform: translateY(-50%);
    }

    .tooltip::after {
        top: 50%;
        left: auto;
        right: 100%;
        transform: translateY(-50%);
        border-color: transparent #333333 transparent transparent;
    }

    .redesign-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .interfacemobile-row {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
    }

    .interfacemobile-row h2 {
        text-align: center;
        max-width: 100%;
    }

    .interfacemobile-row img {
        max-width: 80%;
    }

    .carousel-slide img {
        height: 300px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
    }

    .carousel-dots {
        gap: 8px;
        margin-top: 16px;
    }

    .carousel-dot {
        width: 8px;
        height: 8px;
    }

    .carousel-dot.active {
        width: 24px;
    }

    .carousel-slide img {
        height: 250px;
    }

    .carousel-btn {
        width: 36px;
        height: 36px;
    }

    .carroussel-port {
        padding: 10px;
    }

    .carousel-dots {
        gap: 6px;
        margin-top: 12px;
    }

}