html {
    /* Remove a barra de rolagem do html também */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

/* Remove a barra de rolagem no webkit para html */
html::-webkit-scrollbar {
    display: none;
}

body {
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    /* Remove a barra de rolagem */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    font-size: 16px;
    /* Base font size for better mobile readability */
}

/* Remove a barra de rolagem no webkit */
body::-webkit-scrollbar {
    display: none;
}

/* Força remoção de todas as barras de scroll */
* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
}

/* Remove scroll de qualquer elemento */
html,
body {
    overflow-y: auto !important;
}

/* Garante que todas as imagens sejam responsivas */
img {
    max-width: 100%;
    height: auto;
}

/* Container responsivo */
.container,
.container-fluid {
    max-width: 100%;
    overflow-x: hidden;
}

.container-carrosel {
    min-height: 800px;
    max-height: 800px;
}

.carousel-inner {
    min-height: 800px;
    max-height: 800px;
}

.display-4 {
    margin-bottom: 50px;
}

header {
    background: #171718;
    color: white;
    padding: 100px 0;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
}

/* Estilos do Carrossel */
.carousel-content {
    padding: 40px 0;
    animation: fadeInUp 0.8s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 500px;
}

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
}

/* Estabilização das imagens durante transições */
.carousel-item .carousel-image {
    opacity: 1;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.carousel-item.carousel-item-next .carousel-image,
.carousel-item.carousel-item-prev .carousel-image {
    opacity: 1;
    transform: translateZ(0);
}

.carousel-item h1 {
    background: linear-gradient(45deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    text-shadow: none;
}

.carousel-item .lead {
    font-size: 1.4rem;
    opacity: 0.9;
    color: #e0e0e0;
    margin-top: 15px;
}

/* Imagens do carrossel */
.carousel-image {
    width: 1080px;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
    margin: 30px auto 0;
    display: block;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.carrossel_2 {
    object-position: 25% 70%;
    ;
}

.carrossel_4 {
    object-position: 25% 80%;
    ;
}


/* Indicadores customizados */
.carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(0, 180, 216, 0.8);
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: #00b4d8;
    box-shadow: 0 0 20px #00b4d8;
    transform: scale(1.2);
}

/* Controles customizados */
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(0, 180, 216, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

model-viewer::part(default-progress-bar),
model-viewer::part(progress-bar) {
    display: none !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(0, 180, 216, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

/* Animação de entrada */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

section {
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    scroll-snap-align: start;
}

.navbar {
    background: rgba(28, 28, 29, 0.95);
    backdrop-filter: blur(10px);
    width: 100%;
    transition: all 0.3s ease;
}

.navbar-brand,
.nav-link {
    color: #fff !important;
}

.nav-link:hover {
    color: #00b4d8 !important;
}

.project-card img {
    max-height: 550px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card-project-img {
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border-radius: 10px;
    max-height: 100%;
}

.project-card {
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* .project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
} */

/* Sidebar Styles */
.projects-sidebar {
    background: linear-gradient(135deg, #000000 0%, #0d1b2a 100%);
    padding: 20px;
    height: 100vh;
    position: sticky;
    top: 0;
    width: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sidebar-tab {
    display: block;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

.sidebar-tab:hover {
    background: rgba(0, 180, 216, 0.2);
    border-color: #00b4d8;
    color: white;
    transform: translateX(5px);
}

.sidebar-tab.active {
    background: #00b4d8;
    border-color: #00b4d8;
    color: white;
    font-weight: bold;
}

.sidebar-tab .tab-number {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}

.sidebar-tab .tab-description {
    font-size: 0.9em;
    opacity: 0.8;
    margin-top: 5px;
}

.projects-content {
    min-height: 500px;
    height: 100%;
    display: flex;
    align-items: center;
}

.project-category {
    width: 100%;
}

model-viewer {
    border-radius: 12px;
    max-height: 550px;
    min-height: 550px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Model viewer da seção sobre sem sombra */
#sobre model-viewer {
    box-shadow: none !important;
}

/* Engrenagens Fixas no Canto Direito */
.scroll-gear {
    position: fixed;
    right: 20px;
    font-size: 60px;
    color: #00b4d8;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.3s ease-out;
    transform-origin: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Engrenagens Girando no Background */
.background-gear {
    position: fixed;
    color: #00b4d8;
    opacity: 0.08;
    z-index: -1;
    pointer-events: none;
    transform-origin: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-gear.gear-1 {
    top: 10%;
    right: 5%;
    font-size: 150px;
    width: 150px;
    height: 150px;
    animation: rotateClockwise 20s linear infinite;
}

.background-gear.gear-2 {
    top: 60%;
    right: 2%;
    font-size: 200px;
    width: 200px;
    height: 200px;
    animation: rotateCounterclockwise 25s linear infinite;
}

.background-gear.gear-3 {
    top: 30%;
    left: 5%;
    font-size: 120px;
    width: 120px;
    height: 120px;
    animation: rotateClockwise 30s linear infinite;
}

.background-gear.gear-4 {
    bottom: 20%;
    left: 8%;
    font-size: 180px;
    width: 180px;
    height: 180px;
    animation: rotateCounterclockwise 22s linear infinite;
}

.background-gear.gear-5 {
    top: 15%;
    left: 50%;
    font-size: 100px;
    width: 100px;
    height: 100px;
    animation: rotateClockwise 35s linear infinite;
}

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

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

@keyframes rotateCounterclockwise {
    from {
        transform: rotate(360deg);
    }

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

/* Seção de contato com z-index maior que as engrenagens */
#contato {
    position: relative;
    z-index: 10;
    background: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Ícones de contato */
.contact-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
}

.contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    color: white;
    text-decoration: none;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.3);
}

.contact-icon:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 180, 216, 0.5);
    color: white;
}

.contact-icon.email {
    background: linear-gradient(135deg, #00b4d8, #0077b6);
}

.contact-icon.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.contact-icon.phone {
    background: linear-gradient(135deg, #FF6B6B, #EE5A52);
}

#Cliente-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

/* Estilos dos perfis profissionais */
.profile-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.profile-photo-container {
    position: relative;
    margin-bottom: 25px;
}

.profile-photo {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    background: white;
}

.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.photo-frame {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 3px solid #00b4d8;
    border-radius: 25px;
    background: conic-gradient(from 0deg, #00b4d8, #0077b6, #003d5b, #00b4d8);
    z-index: -1;
}

.photo-frame::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: white;
    border-radius: 22px;
    z-index: -1;
}

.profile-info {
    text-align: center;
    flex: 1;
}

.profile-name {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.profile-profession {
    font-size: 1.1em;
    color: #00b4d8;
    font-weight: 600;
    margin-bottom: 8px;
}

.profile-crea,
.profile-specialty {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 15px;
    background: #f8f9fa;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.contact-item:hover {
    background: #e9ecef;
    transform: scale(1.05);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 12px rgba(0, 180, 216, 0.2);
}

.contact-item:focus {
    outline: 2px solid #00b4d8;
    outline-offset: 2px;
}

.contact-icon-small {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
}

.contact-icon-small.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.contact-icon-small.email {
    background: linear-gradient(135deg, #00b4d8, #0077b6);
}

.contact-item span {
    font-size: 0.9em;
    font-weight: 500;
    color: #333;
}

/* Seção Footer */
#footer-section {
    background: linear-gradient(135deg, #171718 0%, #0d1b2a 100%);
    color: white;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    scroll-snap-align: start;
    padding: 60px 0 0 0;
}

/* Estilos do mapa grande */
.map-container-large {
    border-radius: 20px;
    background: #f50303;
    min-width: 750px;
    min-height: 550px;
    box-shadow: 0 15px 40px rgba(0, 180, 216, 0.4);
    margin: 0 auto;
    width: fit-content;
    transition: transform 0.3s ease;
}

.map-container-large:hover {
    transform: scale(1.02);
}

.map-container-large iframe {
    display: block;
    border-radius: 15px;
}

.address-text-large {
    color: #e0e0e0;
    font-size: 1.1em;
    line-height: 1.6;
}

.address-text-large i {
    color: #00b4d8;
    margin-right: 8px;
    font-size: 1.2em;
}

/* Informações da empresa */
.company-info h3 {
    color: #00b4d8;
    font-weight: bold;
}

.quick-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.9em;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #128C7E, #25D366);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
    color: white;
}

.email-btn {
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    color: white;
}

.email-btn:hover {
    background: linear-gradient(135deg, #0077b6, #00b4d8);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 180, 216, 0.4);
    color: white;
}

/* Footer interno */
.internal-footer {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    width: 100%;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.developer-link {
    color: #00b4d8;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.developer-link:hover {
    color: #0077b6;
    text-decoration: underline;
}



/* Navegação por pontos */
.scroll-navigation {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.scroll-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(0, 180, 216, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.scroll-dot:hover {
    background: rgba(0, 180, 216, 0.3);
    transform: scale(1.2);
}

.scroll-dot.active {
    background: #00b4d8;
    box-shadow: 0 0 20px #00b4d8, 0 0 40px #00b4d8;
    animation: glow 2s ease-in-out infinite alternate;
}

.scroll-dot.active::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 2px solid #00b4d8;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes glow {
    from {
        box-shadow: 0 0 20px #00b4d8, 0 0 40px #00b4d8;
    }

    to {
        box-shadow: 0 0 30px #00b4d8, 0 0 60px #00b4d8, 0 0 80px #00b4d8;
    }
}

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

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Tooltip para os pontos */
.scroll-dot::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.scroll-dot:hover::after {
    opacity: 1;
}

.projects-sidebar {
    min-height: 100%;
    max-width: 100%;
    overflow-x: auto;
    /* Permite scroll horizontal em mobile se necessário */
}

/* Responsividade para tablets */
@media (max-width: 1980px) {

    .map-container-large iframe {
        width: 100%;
        min-height: 550px;
    }

    #footer-section {
        padding: 40px 0 0 0;
        text-align: center;
    }

    .quick-contact {
        align-items: center;
    }

    .contact-btn {
        width: 200px;
    }

    .carousel-image {
        width: 80%;
        height: 350px;
        border-radius: 10px;
    }

    .carrossel_2 {
        object-position: 25% 75%;
        ;
    }

    .carrossel_4 {
        object-position: 25% 80%;
        ;
    }

    .projects-sidebar {
        width: 250px;
        min-width: 250px;
    }

    .sidebar-tab {
        padding: 12px 15px;
        font-size: 0.9em;
    }

    .carousel-inner {
        min-height: 400px;
        max-height: 400px;
        display: flex;
        align-items: center;
    }

    .carousel-indicators {
        bottom: 0px;
    }
}

/* Responsividade para tablets */
@media (max-height: 680px) {


    .map-container-large iframe {
        width: 100%;
        min-height: 250px;
    }

    #contato {
        max-height: 630px !important;
    }

    #contato .mb-5 {
        margin-bottom: 5px !important;
    }

    .profile-card {
        margin-bottom: 0px;
        font-size: 15px;
    }

    #Cliente-section {
        gap: 0px !important;
    }

    model-viewer {
        max-height: 300px !important;
        min-height: 300px !important;
    }

    .project-card img {
        max-height: 300px;
    }

    .card-project-img video {
        max-height: 200px !important;
        min-height: 200px !important;
    }

    .card-project-img video:hover {
        cursor: pointer;
    }

    /* Estilos do mapa grande */
    .map-container-large {
        min-width: 350px;
        min-height: 250px;
    }

}

/* Responsividade para smartphones */
@media (max-width: 480px) {


    .map-container-large {
        min-height: 250px;
        min-width: 250px;
        background-color: #bcdd02;
    }

    .map-container-large iframe {
        width: 250px;
        min-height: 250px;
    }

    /* Header e Carrossel */
    header {
        padding: 50px 0;
        min-height: 100vh;
    }

    .container-carrosel {
        min-height: 100vh;
        max-height: 100vh;
        padding: 20px 10px;
        display: flex;
        justify-content: start !important;
        align-items: start !important;
    }

    .carousel-inner {
        min-height: 400px;
        max-height: 500px;
        display: flex;
        align-items: center;
    }

    .carousel-content {
        padding: 20px 0;
        min-height: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .carousel-item h1 {
        min-height: 90px;
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .carousel-item .lead {
        min-height: 100px;
        font-size: 1rem;
        margin-top: 10px;
    }

    .carousel-image {
        width: 100%;
        max-width: 420px;
        height: 300px;
        margin: 0px auto 0;
    }

    /* Seção Sobre */
    #sobre {
        padding: 40px 0;
    }

    #sobre .row {
        flex-direction: column-reverse;
    }

    #sobre model-viewer {
        height: 300px !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    #sobre h2 {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 20px;
    }

    #sobre p {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 15px;
    }

    /* Seção Projetos */
    #projetos .row {
        flex-direction: column;
    }

    .projects-sidebar {
        width: 100%;
        min-width: 100%;
        height: auto;
        position: static;
        padding: 15px;
        background: linear-gradient(135deg, #000000 0%, #0d1b2a 100%);
    }

    .sidebar-content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .sidebar-tab {
        min-width: 140px;
        max-width: 160px;
        padding: 0px 0px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 0.75rem;
    }

    .sidebar-tab .tab-number {
        display: none;

    }

    .sidebar-tab .tab-description {
        font-size: 0.7rem;
        margin-top: 2px;
    }

    .projects-content {
        padding: 20px 15px;
        min-height: auto;
    }

    .project-card {
        margin-bottom: 20px;
    }

    .project-card .card-body {
        padding: 15px;
    }

    .card-body img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        border-radius: 0px;
    }

    .project-card h5 {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .project-card p {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }

    .project-card model-viewer {
        height: 200px !important;
    }

    /* Seção Contato */
    #contato {
        padding: 40px 0;
    }

    #contato h2 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .profile-card {
        padding: 20px;
        margin-bottom: 30px;
    }

    .profile-photo {
        width: 150px;
        height: 150px;
    }

    .profile-name {
        font-size: 1.2rem;
    }

    .profile-profession {
        font-size: 1rem;
    }

    .profile-crea,
    .profile-specialty {
        font-size: 0.85rem;
    }

    .contact-item {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .contact-item span {
        font-size: 0.8rem;
    }

    /* Footer */
    #footer-section {
        padding: 30px 0 0 0;
    }

    .address-text-large {
        font-size: 0.9rem;
        margin-top: 15px;
    }

    .company-info h3 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .company-info p {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }

    .contact-btn {
        width: 180px;
        padding: 10px 15px;
        font-size: 0.85rem;
    }

    /* Controles do carrossel menores em mobile */
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
        top: 45%;
    }

    .carousel-control-prev {
        left: 10px;
    }

    .carousel-control-next {
        right: 10px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }

    /* Indicadores menores */
    .carousel-indicators {
        bottom: 15px;
    }

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }

    /* Navegação por pontos */
    .scroll-navigation {
        display: none !important;
    }

    /* Melhor espaçamento para texto */
    section {
        padding: 40px 0;
    }

    /* Touch targets maiores para melhor usabilidade */
    .sidebar-tab,
    .contact-btn,
    .contact-item {
        min-height: 44px;
        /* Apple recommended touch target size */
    }

    .scroll-dot {
        width: 10px;
        height: 10px;
    }

    .scroll-dot::after {
        display: none;
        /* Remove tooltips em mobile */
    }

    /* Engrenagens de fundo menores */
    .background-gear.gear-1 {
        font-size: 80px;
        width: 80px;
        height: 80px;
    }

    .background-gear.gear-2 {
        font-size: 100px;
        width: 100px;
        height: 100px;
    }

    .background-gear.gear-3 {
        font-size: 60px;
        width: 60px;
        height: 60px;
    }

    .background-gear.gear-4 {
        font-size: 90px;
        width: 90px;
        height: 90px;
    }

    .background-gear.gear-5 {
        font-size: 50px;
        width: 50px;
        height: 50px;
    }

}

/* Animação lateral para os ícones de clientes */
.client-logo {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.7s cubic-bezier(.77, 0, .18, 1), transform 0.7s cubic-bezier(.77, 0, .18, 1);
}

.client-logo.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.client-logo.animate-out {
    opacity: 0;
    transform: translateX(80px);
}