@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('dark-theme.css');

@font-face {
    font-family: 'Kallisto';
    src: url('../fonts/fonnts.com-Kallisto_Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Kallisto';
    src: url('../fonts/fonnts.com-Kallisto_Thin_Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Kallisto';
    src: url('../fonts/fonnts.com-Kallisto_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Kallisto';
    src: url('../fonts/fonnts.com-Kallisto_Light_Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Kallisto';
    src: url('../fonts/fonnts.com-Kallisto_Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Kallisto';
    src: url('../fonts/fonnts.com-Kallisto_Medium_Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Kallisto';
    src: url('../fonts/fonnts.com-Kallisto_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Kallisto';
    src: url('../fonts/fonnts.com-Kallisto_Bold_Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Kallisto';
    src: url('../fonts/fonnts.com-Kallisto_Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Kallisto';
    src: url('../fonts/fonnts.com-Kallisto_Heavy_Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

:root {
    --primary-blue: #0A99DA;
    --primary-orange: #FF6300;
    --text-color: #2F424F;
    --background-color: #EAEBEC;
    --card-background: #ffffff;
    --navbar-background: rgba(209, 225, 232, 0.9);
    --border-color: #e0e0e0;
    --hover-color: #f5f5f5;
    --light-section-bg: #EAEBEC;
    --dark-section-bg: #e5e6e7;
    --card-bg: #ffffff;
}

/* Definição explícita para o tema claro */
:root[data-theme="light"] {
    --primary-blue: #0A99DA;
    --primary-orange: #FF6300;
    --text-color: #2F424F;
    --background-color: #EAEBEC;
    --card-background: #ffffff;
    --navbar-background: rgba(209, 225, 232, 0.9);
    --border-color: #e0e0e0;
    --hover-color: #f5f5f5;
    --light-section-bg: #EAEBEC;
    --dark-section-bg: #e5e6e7;
    --card-bg: #ffffff;
    
    /* Gradientes e efeitos visuais aprimorados */
    --gradient-start: #EEF5FF;
    --gradient-middle: #F5F7FA;
    --gradient-end: #E6F0FF;
    --accent-glow-1: rgba(10, 153, 218, 0.12);
    --accent-glow-2: rgba(255, 99, 0, 0.12);
    
    /* Padrões de textura SVG para as seções */
    --dot-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='%230A99DA' fill-opacity='0.03'%3E%3Ccircle cx='10' cy='10' r='1'/%3E%3C/g%3E%3C/svg%3E");
    --grid-pattern: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%230A99DA' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
    --geo-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%230A99DA' fill-opacity='0.03'%3E%3Cpath d='M0 0h80v80H0V0zm20 20v40h40V20H20zm20 35a15 15 0 1 1 0-30 15 15 0 0 1 0 30z' fill-opacity='0.05'/%3E%3C/g%3E%3C/svg%3E");
    --line-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%230A99DA' fill-opacity='0.03'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}
  
body {
    width: 100vw;
    min-height: 100vh;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    color: var(--text-color);
    background: 
        radial-gradient(100% 100% at 0% 0%, var(--accent-glow-1) 0%, transparent 50%),
        radial-gradient(100% 100% at 100% 100%, var(--accent-glow-2) 0%, transparent 50%),
        linear-gradient(135deg, 
            var(--gradient-start) 0%,
            var(--gradient-middle) 50%,
            var(--gradient-end) 100%);
    background-attachment: fixed;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, var(--accent-glow-1) 0%, transparent 35%),
        radial-gradient(circle at 80% 80%, var(--accent-glow-2) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 60%),
        var(--dot-pattern);
    pointer-events: none;
    z-index: 0;
    opacity: 0.9;
}

section {
    position: relative;
    z-index: 1;
    background: transparent;
}

section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(180deg, 
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0.4) 25%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.1) 75%,
            rgba(255, 255, 255, 0) 100%),
        linear-gradient(90deg, 
            rgba(10, 153, 218, 0.05) 0%, 
            transparent 20%, 
            transparent 80%, 
            rgba(255, 99, 0, 0.05) 100%);
    pointer-events: none;
    z-index: -1;
    opacity: 0.9;
}

/* Ajuste para o tema escuro */
[data-theme="dark"] {
    --gradient-start: #1a1f2e;
    --gradient-middle: #1e2433;
    --gradient-end: #232838;
}

[data-theme="dark"] body {
    background: linear-gradient(135deg, 
        var(--gradient-start) 0%,
        var(--gradient-middle) 50%,
        var(--gradient-end) 100%);
}

[data-theme="dark"] body::before {
    background: 
        radial-gradient(circle at 25% 25%, rgba(10, 153, 218, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 99, 0, 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0%, transparent 100%);
}

[data-theme="dark"] section::before {
    background: linear-gradient(180deg, 
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0.1) 100%);
}

#navbar {
    position: fixed;
    top: 15px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100vw;
    color: #2F424F;
    z-index: 10;
    background-color: transparent;
    backdrop-filter: blur(0px);
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;

    @media (max-width: 768px) {
        justify-content: space-between;
    }

    @media (max-width: 480px) {
        padding-top: 5px;
    }
}

#navbar.initial {
    top: 15px;
}

#navbar.scrolled {
    top: 0;
    background-color: rgba(209, 225, 232, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1280px;
    width: 100%;
}

/* Container específico da navbar com mais largura */
#navbar .content {
    max-width: 1400px;
    padding: 0 1.6rem;
}

#logo-navbar {
    height: 3.2rem;
    width: auto;
    margin: auto 0;
    margin-right: 0.8rem;

    @media (max-width: 480px) {
        height: 2.4rem;
    }
}

#navbar .menu-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;

    @media (max-width: 480px) {
        flex-direction: row-reverse;
        gap: 0.5rem;
    }
}


#navbar .options {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.4rem;
    max-width: 1280px;
    width: 100%;
    margin: 2.4rem 0;
    padding: 0 0.8rem;
    font-size: 16px;

    @media (max-width: 1100px) {
        font-size: 14px;
    }
}

#navbar .options a {
    color: #2F424F;
    text-transform: uppercase;
}

#navbar .options .active {
    color: var(--primary-blue);
}
  

.hamburger {
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 10px;
    color: var(--primary-blue);
    z-index: 1001;
    position: relative;
    background: none;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
        padding: 0.8rem;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #navbar ul.options {
        display: none;
        flex-direction: column;
        background-color: rgba(209, 225, 232, 0.95);
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 5rem 2rem 2rem;
        gap: 0.2rem;
        transition: all 0.3s ease;
    }

    #navbar ul.options.active {
        display: flex;
        animation: slideInMobile 0.3s ease forwards;
    }



    #navbar ul.options li {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid rgba(68, 68, 68, 0.1);
    }
}

@keyframes slideInMobile {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#navbar ul.options.active {
    display: flex;
}

#presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    padding: 7rem 0 0 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 25%, #1e40af 50%, #2563eb 75%, #1d4ed8 100%);

    @media (max-width: 768px) {
        padding: 6rem 0 0 0;
    }

    @media (max-width: 480px) {
        padding: 6rem 0 0 0;
    }
}

/* Elementos decorativos modernos */
#presentation::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle at 25% 15%, 
        rgba(22, 144, 204, 0.04) 0%, 
        rgba(22, 144, 204, 0.02) 25%,
        transparent 60%),
        radial-gradient(circle at 75% 85%, 
        rgba(255, 99, 0, 0.03) 0%, 
        rgba(255, 99, 0, 0.015) 25%,
        transparent 60%),
        radial-gradient(circle at 50% 50%, 
        rgba(255, 255, 255, 0.015) 0%, 
        transparent 40%);
    animation: floatBackground 25s ease-in-out infinite;
    z-index: 0;
}

#presentation::after {
    content: '';
    position: absolute;
    top: 8%;
    right: 3%;
    width: 400px;
    height: 400px;
    background: linear-gradient(45deg, 
        rgba(22, 144, 204, 0.04), 
        rgba(74, 158, 255, 0.03),
        rgba(255, 99, 0, 0.04));
    border-radius: 50%;
    filter: blur(60px);
    animation: pulse 10s ease-in-out infinite alternate;
    z-index: 0;

    @media (max-width: 768px) {
        width: 250px;
        height: 250px;
        top: 5%;
        right: 2%;
        filter: blur(50px);
    }

    @media (max-width: 480px) {
        width: 180px;
        height: 180px;
        filter: blur(40px);
    }
}

#presentation .presentation-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    animation: slideInUp 1.2s ease-out;

    @media (max-width: 480px) {
        flex-direction: column;
        gap: 2rem;
    }
}

/* Elemento decorativo adicional */
#presentation .presentation-container::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 120%;
    height: 140%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(22, 144, 204, 0.01) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgba(255, 99, 0, 0.01) 0%, transparent 30%),
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.005) 50%, transparent 60%);
    border-radius: 50%;
    animation: rotateBackground 40s linear infinite;
    z-index: -1;
    pointer-events: none;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

#presentation .left-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.2rem;
    width: 65%;

    @media (max-width: 480px) {
        width: 100%;
        gap: 1rem;
    }
}

#presentation .left-container .title {
    width: 100%;      /* Usa todo o espaço disponível no container */
    text-align: left; /* Alinha o texto à esquerda */
    margin: 0;        /* Remove eventuais margens centrais */
}

#presentation .title {
    width: 95%;
    font-family: 'Kallisto';
    font-size: 32px;
    line-height: 2.3rem;
    font-weight: 700;
    color: var(--primary-blue);
    animation: slideInLeft 1s ease-out 0.3s both;
    position: relative;
    z-index: 2;

    @media (max-width: 768px) {
        font-size: 28px;
        line-height: 2.1rem;
    }

    @media (max-width: 480px) {
        width: 100%;
        font-size: 24px;
        line-height: 1.8rem;
    }
}

#presentation .title span {
    color: var(--primary-orange);
}

#presentation .description {
    width: 90%;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6rem;
    color: #2c3e50;
    opacity: 0.95;
    animation: slideInLeft 1s ease-out 0.6s both;
    position: relative;
    z-index: 2;

    @media (max-width: 768px) {
        font-size: 16px;
        line-height: 1.5rem;
    }

    @media (max-width: 480px) {
        width: 100%;
        font-size: 15px;
        line-height: 1.4rem;
    }
}

#presentation .buttons-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 3rem;
    animation: slideInLeft 1s ease-out 0.9s both;
    position: relative;
    z-index: 2;

    @media (max-width: 768px) {
        margin-bottom: 2.5rem;
    }

    @media (max-width: 480px) {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }
}

#presentation .buttons-container button {
    width: 100%;
    height: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1rem 1.5rem;
    border-radius: 2.5rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    letter-spacing: 0.5px;
    min-height: 50px;

    @media (max-width: 480px) {
        font-size: 12px;
        padding: 0.9rem 1.2rem;
        min-height: 45px;
    }
}

#presentation .button-orange {
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c, #ff6300);
    color: white;
    border: none;
    box-shadow: 0 6px 20px rgba(255, 99, 0, 0.25), 
                0 3px 12px rgba(255, 99, 0, 0.15),
                inset 0 1px 2px rgba(255, 255, 255, 0.2);
    animation: pulseGlow 4s ease-in-out infinite;
}

#presentation .button-orange::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.4), 
        transparent);
    transition: left 0.8s ease;
    z-index: 1;
}

#presentation .button-orange::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: 0;
}

#presentation .button-orange:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.35), 
                0 5px 18px rgba(255, 99, 0, 0.2),
                0 0 20px rgba(255, 99, 0, 0.2),
                inset 0 1px 2px rgba(255, 255, 255, 0.25);
    animation-play-state: paused;
}

#presentation .button-orange:hover::before {
    left: 100%;
}

#presentation .button-orange:hover::after {
    width: 200px;
    height: 200px;
}

#presentation .button-orange:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 6px 20px rgba(255, 99, 0, 0.6);
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(255, 99, 0, 0.3), 
                    0 4px 15px rgba(255, 99, 0, 0.15),
                    inset 0 1px 2px rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0 10px 30px rgba(255, 99, 0, 0.35), 
                    0 6px 20px rgba(255, 99, 0, 0.2),
                    inset 0 1px 2px rgba(255, 255, 255, 0.25);
    }
}

#presentation .button-white {
    background: linear-gradient(135deg, #ffffff, #f8fcff, #ffffff) padding-box, 
                linear-gradient(135deg, #1690CC, #4A9EFF, #FF6300) border-box;
    border: 3px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: var(--primary-blue);
    box-shadow: 0 6px 20px rgba(22, 144, 204, 0.2),
                0 3px 10px rgba(22, 144, 204, 0.1),
                inset 0 1px 2px rgba(255, 255, 255, 0.8);
    font-weight: 800;
}

#presentation .button-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(22, 144, 204, 0.15), 
        rgba(74, 158, 255, 0.2),
        rgba(22, 144, 204, 0.15), 
        transparent);
    transition: left 0.8s ease;
    z-index: 1;
}

#presentation .button-white::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(22, 144, 204, 0.2), transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: 0;
}

#presentation .button-white:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 35px rgba(22, 144, 204, 0.3),
                0 8px 25px rgba(22, 144, 204, 0.2),
                0 0 30px rgba(22, 144, 204, 0.25),
                inset 0 1px 3px rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg, #ffffff, #f0f8ff, #ffffff) padding-box, 
                linear-gradient(135deg, #1690CC, #4A9EFF, #FF6300) border-box;
    color: #0A73A3;
}

#presentation .button-white:hover::before {
    left: 100%;
}

#presentation .button-white:hover::after {
    width: 200px;
    height: 200px;
}

#presentation .button-white:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 6px 20px rgba(22, 144, 204, 0.4);
}

#presentation .right-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    position: relative;
    animation: slideInRight 1s ease-out 0.6s both;

    @media (max-width: 480px) {
        width: 85%;
        margin: 0 auto;
    }
}

#presentation .right-container img {
    position: absolute;
    right: 0;
    width: 90%;
    height: auto;

    @media (max-width: 480px) {
        position: static;
        width: 75%;
    }
}

#presentation-video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
    vertical-align: top;

    @media (max-width: 768px) {
        border-radius: 2.5rem;
    }

    @media (max-width: 480px) {
    border-radius: 2rem;
    }
}

.bold {
    font-weight: 600;
}

#sectors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 2.5rem 0 2rem 0;
    margin-top: 0;
    min-height: 80vh;
    background: linear-gradient(135deg, 
        rgba(248, 250, 252, 0.95) 0%, 
        rgba(241, 245, 249, 0.8) 25%,
        rgba(255, 255, 255, 0.9) 50%,
        rgba(234, 242, 249, 0.7) 75%,
        rgba(248, 250, 252, 0.95) 100%);
    /* border-bottom: 3px solid rgba(22, 144, 204, 0.15); */
    position: relative;
    overflow: hidden;
}

#sectors::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(22, 144, 204, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 107, 1, 0.03) 0%, transparent 50%),
        linear-gradient(45deg, transparent 40%, rgba(22, 144, 204, 0.01) 50%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

#sectors .sectors-title {
    margin: 0 auto 2rem auto;
    text-align: center;
    font-family: 'Kallisto', sans-serif;
    font-size: 32px;
    line-height: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-blue);
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

@media (max-width: 480px) {
    #sectors .sectors-title {
        font-size: 28px;
        line-height: 2.4rem;
        margin: 1.5rem auto 2.5rem auto;
    }
}

#sectors .sectors-title span {
    color: var(--primary-orange);
}

#sectors .title {
    margin: 0 auto;
    text-align: center;
    font-family: 'Kallisto';
    font-size: 20px;
    line-height: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-blue);

    @media (max-width: 480px) {
        font-size: 18px;
        line-height: 1.6rem;
    }
}

#sectors .title span {
    color: var(--primary-orange);
}

#sectors .sectors-boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.6rem;
    max-width: 100%;
    margin: 2rem 0;

    @media (max-width: 480px) {
        grid-template-columns: 1fr;
        padding: 0 0.6rem;
        margin: 1.5rem 0;
        gap: 0.5rem;
    }
}

#sectors .sectors-boxes img {
    width: 100%;
    height: auto;
}

.solution-topics {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    @media (max-width: 480px) {
        flex-direction: column;
        gap: 1rem;
    }
}

.solution-topics .left-side {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;

    @media (max-width: 480px) {
        width: 100%;
    }
}

.solution-topics .left-side img {
    width: 100%;
    height: auto;
}

.solution-topics .right-side {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    width: 50%;
    padding: 0 0 0 1rem;

    @media (max-width: 480px) {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
        padding: 0;
    }
}

.solution-topics .right-side ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    width: 50%;
    list-style-type: disc;
    list-style-position: outside;

    @media (max-width: 480px) {
        width: 100%;
        gap: 0.8rem;
    }
}

.solution-topics .right-side li {
    line-height: 1.4rem;
    font-weight: 600;
}

.solution-topics .right-side li::marker {
    color: var(--primary-orange);
    font-size: 1.3rem;
}

#sectors .button-orange {
    font-family: "Kallisto", sans-serif;
    margin: 1.5rem auto 0 auto;
    padding: 0.25rem 4rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 1.5rem;
    background-color: var(--primary-orange);
    color: white;
    border: none;
    cursor: pointer;

    @media (max-width: 480px) {
        padding: 0.25rem 1.2rem;
        font-size: 13px;
        margin: 1.5rem auto 0 auto;
    }
}

#advantages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 3rem 0 2.5rem 0;
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    background: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%230A99DA' fill-opacity='0.03'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
        radial-gradient(ellipse at bottom, var(--accent-glow-1) 0%, transparent 70%),
        radial-gradient(circle at top, var(--accent-glow-2) 0%, transparent 70%),
        linear-gradient(135deg, 
            rgba(248, 250, 252, 0.95) 0%, 
            rgba(241, 245, 249, 0.9) 50%,
            rgba(248, 250, 252, 0.95) 100%);
}

#advantages::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 15% 25%, rgba(22, 144, 204, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(255, 107, 1, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 70%),
        linear-gradient(45deg, transparent 40%, rgba(22, 144, 204, 0.03) 50%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

#advantages::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 5%;
    width: 150px;
    height: 150px;
    background: linear-gradient(45deg, 
        rgba(22, 144, 204, 0.03), 
        rgba(255, 99, 0, 0.03));
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
}



/* Título e descrição da seção */
.advantages-title {
    margin: 0 auto 1.5rem auto;
    text-align: center;
    font-family: 'Kallisto', sans-serif;
    font-size: 38px;
    line-height: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-blue);
    position: relative;
    z-index: 2;
    
    @media (max-width: 768px) {
        font-size: 32px;
        line-height: 2.6rem;
    }
    
    @media (max-width: 480px) {
        font-size: 28px;
        line-height: 2.2rem;
        margin-bottom: 1rem;
    }
}

.advantages-title span {
    color: var(--primary-orange);
    position: relative;
}

.advantages-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-orange), rgba(255, 99, 0, 0.6));
    border-radius: 2px;
    animation: expandWidth 2s ease-out 1s both;
}

.advantages-description {
    max-width: 700px;
    margin: 0 auto 2.5rem auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: #475569;
    opacity: 0.95;
    position: relative;
    z-index: 2;
    
    @media (max-width: 768px) {
        font-size: 17px;
        line-height: 1.6;
        margin-bottom: 3rem;
    }
    
    @media (max-width: 480px) {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 2.5rem;
    }
}

.advantages-description .bold {
    color: #FF6300;
    font-weight: 700;
}

/* ADVANTAGE LIST - LAYOUT 3+2 CENTRALIZADO */
.advantage-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
    max-width: 1100px;
    position: relative;
    z-index: 2;
}

/* Desktop: 3 cards na primeira linha, 2 centralizados na segunda */
.advantage-list .advantage-box:nth-child(4) {
    grid-column: 1 / 2;
    justify-self: end;
    margin-right: 50%;
}

.advantage-list .advantage-box:nth-child(5) {
    grid-column: 3 / 4;
    justify-self: start;
    margin-left: 50%;
}

/* Tablet: layout 2x3 */
@media (max-width: 1024px) {
    .advantage-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.8rem;
    }
    
    .advantage-list .advantage-box:nth-child(4),
    .advantage-list .advantage-box:nth-child(5) {
        grid-column: auto;
        justify-self: stretch;
        margin: 0;
    }
}

/* Mobile: coluna única */
@media (max-width: 480px) {
    .advantage-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ADVANTAGE BOX - CARDS MENORES E PREMIUM */
.advantage-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 200px;
    padding: 1.8rem 1.5rem;
    border-radius: 24px;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.9) 0%, 
        rgba(248, 250, 252, 0.8) 50%,
        rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.04),
        0 4px 16px rgba(22, 144, 204, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
}

/* Elemento decorativo superior */
.advantage-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        var(--primary-blue) 0%, 
        var(--primary-orange) 50%,
        var(--primary-blue) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

/* Círculo decorativo animado */
.advantage-box::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, 
        rgba(22, 144, 204, 0.1), 
        rgba(255, 99, 0, 0.1));
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.advantage-box:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.12),
        0 8px 30px rgba(22, 144, 204, 0.15),
        0 0 40px rgba(255, 99, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(248, 250, 252, 0.9) 50%,
        rgba(255, 255, 255, 0.95) 100%);
}

.advantage-box:hover::before {
    transform: scaleX(1);
}

.advantage-box:hover::after {
    transform: scale(1);
}

.advantage-box img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 12px rgba(22, 144, 204, 0.2));
    transition: all 0.4s ease;
    
    @media (max-width: 480px) {
        width: 70px;
        height: 70px;
        margin-bottom: 1.2rem;
    }
}

.advantage-box:hover img {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 6px 20px rgba(22, 144, 204, 0.3))
            drop-shadow(0 0 15px rgba(255, 99, 0, 0.2));
}

.advantage-box .description {
    text-align: center;
    width: 100%;
}

.advantage-box h3 {
    font-family: 'Kallisto', sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 0.8rem;
    transition: all 0.3s ease;
    
    @media (max-width: 480px) {
        font-size: 20px;
        margin-bottom: 0.6rem;
    }
}

.advantage-box:hover h3 {
    color: #0A73A3;
}

.advantage-box p {
    font-size: 14px;
    line-height: 1.5;
    color: #64748b;
    opacity: 0.9;
    margin: 0;
    transition: all 0.3s ease;
    
    @media (max-width: 480px) {
        font-size: 13px;
        line-height: 1.4;
    }
}

.advantage-box:hover p {
    color: #475569;
    opacity: 1;
}

#advantages .button-orange {
    position: relative;
    font-family: "Kallisto", sans-serif;
    margin: 2.5rem auto 0 auto;
    padding: 1.4rem 3.5rem;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
    border-radius: 3rem;
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c, #ff4500);
    background-size: 200% 200%;
    color: white;
    border: none;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.25), 
                0 4px 15px rgba(255, 99, 0, 0.18);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: gradientShift 4s ease-in-out infinite;
    display: block;
    width: fit-content;

    @media (max-width: 480px) {
        padding: 1.2rem 2.8rem;
        font-size: 18px;
        margin: 2rem auto 0 auto;
    }
}

/* Efeito shimmer no botão */
#advantages .button-orange::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent);
    transition: left 0.8s ease;
}

/* Hover effects */
#advantages .button-orange:hover {
    transform: translateY(-6px) scale(1.06);
    box-shadow: 0 12px 30px rgba(255, 99, 0, 0.35), 
                0 6px 20px rgba(255, 99, 0, 0.25),
                0 0 20px rgba(255, 99, 0, 0.2);
    background-position: 100% 100%;
    animation-play-state: paused;
    letter-spacing: 1.4px;
}

#advantages .button-orange:hover::before {
    left: 100%;
}

/* Efeito de clique */
#advantages .button-orange:active {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 35px rgba(255, 99, 0, 0.6),
                0 6px 20px rgba(255, 99, 0, 0.4);
}

/* Animação do gradiente */
@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

#solution-impact {
    display: flex;
    justify-content: center;
    width: 100vw;
    padding: 4rem 2rem 3rem 2rem;
    position: relative;
    min-height: 100vh;
    background: 
        linear-gradient(135deg, var(--accent-glow-1) 0%, transparent 30%),
        linear-gradient(225deg, var(--accent-glow-2) 0%, transparent 30%),
        repeating-linear-gradient(45deg, 
            rgba(255, 255, 255, 0.03) 0px, 
            rgba(255, 255, 255, 0.03) 1px, 
            transparent 1px, 
            transparent 10px
        ),
        linear-gradient(135deg, 
            rgba(248, 250, 252, 0.95) 0%, 
            rgba(241, 245, 249, 0.9) 50%,
            rgba(248, 250, 252, 0.95) 100%);
}

#solution-impact .content {
    position: relative;
    z-index: 1;
}

#solution-impact .title {
    margin: 0 auto 3rem auto;
    text-align: center;
    font-family: 'Kallisto';
    font-size: 42px;
    line-height: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-blue);

    @media (max-width: 480px) {
        font-size: 28px;
        line-height: 2.4rem;
        margin-bottom: 2rem;
    }
}

#solution-impact .title span {
    color: var(--primary-orange);
}

#solution-impact .solutions-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 0;
}

#solution-impact .solution-box {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: 180px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.9);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    max-width: 100%;
    backdrop-filter: blur(10px);

    @media (max-width: 1280px) {
        grid-template-columns: 220px 1fr;
        min-height: auto;
    }

    @media (max-width: 768px) {
        grid-template-columns: 200px 1fr;
        min-height: auto;
        max-width: 100%;
    }

    @media (max-width: 600px) {
        grid-template-columns: 170px 1fr;
        min-height: auto;
    }

    @media (max-width: 480px) {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: auto;
    }
}

#solution-impact .solution-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

#solution-impact .solution-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-orange));
    opacity: 0;
    transition: opacity 0.3s ease;
}

#solution-impact .solution-box:hover::before {
    opacity: 1;
}

#solution-impact .solution-box .left-img {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px 0 0 16px;
    position: relative;
    overflow: hidden;

    @media (max-width: 1280px) {
        height: 160px;
    }

    @media (max-width: 768px) {
        height: 150px;
    }

    @media (max-width: 600px) {
        height: 140px;
    }

    @media (max-width: 480px) {
        height: 180px;
        border-radius: 16px 16px 0 0;
    }
}

#solution-impact .solution-box:first-child .left-img {
    height: 180px;
}

#solution-impact .solution-box .left-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, 
        rgba(10, 153, 218, 0.08) 0%, 
        rgba(255, 99, 0, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

#solution-impact .solution-box:hover .left-img::after {
    opacity: 1;
}

#solution-impact .solution-box .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    color: var(--text-color);
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.95);

    @media (max-width: 480px) {
        padding: 1.5rem 1.2rem;
    }
}

#solution-impact .solution-box .description .category-icon {
    font-size: 28px;
    margin-bottom: 0.8rem;
    display: inline-block;
    padding: 8px;
    background: linear-gradient(135deg, rgba(10, 153, 218, 0.08), rgba(255, 99, 0, 0.08));
    border-radius: 6px;
    border: 2px solid rgba(10, 153, 218, 0.15);
}

#solution-impact .solution-box .description h3 {
    margin-bottom: 1rem;
    font-family: 'Kallisto';
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-blue);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;

    @media (max-width: 480px) {
        font-size: 20px;
        margin-bottom: 0.8rem;
    }
}

#solution-impact .solution-box .description h3::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 35px;
    height: 2.5px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-orange));
    border-radius: 2px;
}

#solution-impact .solution-box .description p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    opacity: 0.9;

    @media (max-width: 480px) {
        font-size: 15px;
        line-height: 1.5;
    }
}

#solution-impact .solution-box .description p .bold {
    color: var(--primary-orange);
    font-weight: 600;
}

/* Estilos para destacar texto em negrito com cor laranja */
strong {
    color: var(--primary-orange);
    font-weight: 700;
}

#contact-form-container {
    display: flex;
    justify-content: center;
    width: 100vw;
    padding: 2rem 0 3rem 0;
    min-height: 100vh;
    background: 
        radial-gradient(circle at 25% 25%, var(--accent-glow-1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, var(--accent-glow-2) 0%, transparent 50%),
        linear-gradient(135deg, 
            #f8fafc 0%, 
            #f1f5f9 50%, 
            #e2e8f0 100%);
    position: relative;
    overflow: hidden;

    @media (max-width: 480px) {
        padding: 1.5rem 0 2rem 0;
    }
}

#contact-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(22, 144, 204, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 99, 0, 0.06) 0%, transparent 50%),
        linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

#contact-form-container .contact-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
    position: relative;
    z-index: 2;

    @media (max-width: 480px) {
        flex-direction: column;
        gap: 1rem;
    }
}

#contact-form-container .left-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    position: relative;
    z-index: 2;

    @media (max-width: 480px) {
        width: 100%;
        justify-content: center;
    }
}

#contact-form-container .left-img img {
    width: 60%;
    animation: float 6s ease-in-out infinite;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    filter: drop-shadow(0 10px 30px rgba(22, 144, 204, 0.2));
    position: relative;

    @media (max-width: 480px) {
        width: 100%;
    }
}

#contact-form-container .left-img img:hover {
    transform: scale(1.05) rotateY(5deg);
    filter: drop-shadow(0 15px 40px rgba(22, 144, 204, 0.4))
            drop-shadow(0 0 20px rgba(255, 99, 0, 0.3));
    animation-play-state: paused;
}

/* Animação de flutuação suave */
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotateX(0deg);
    }
    25% {
        transform: translateY(-10px) rotateX(2deg);
    }
    50% {
        transform: translateY(-15px) rotateX(0deg);
    }
    75% {
        transform: translateY(-8px) rotateX(-2deg);
    }
}

/* Efeito de brilho pulsante no escudo */
#contact-form-container .left-img {
    position: relative;
}

#contact-form-container .left-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, 
        rgba(22, 144, 204, 0.1) 0%, 
        rgba(255, 99, 0, 0.1) 50%, 
        transparent 70%);
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;

    @media (max-width: 480px) {
        width: 80%;
        height: 80%;
    }
}

#contact-form-container .left-img img {
    position: relative;
    z-index: 1;
}

/* Animação de pulso do brilho */
@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* Efeito adicional de partículas ao redor */
#contact-form-container .left-img::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 20%;
    width: 4px;
    height: 4px;
    background: var(--primary-blue);
    border-radius: 50%;
    animation: particle1 8s linear infinite;
    box-shadow: 
        20px 30px 0 var(--primary-orange),
        -15px 20px 0 var(--primary-blue),
        30px -10px 0 rgba(255, 99, 0, 0.6),
        -20px -15px 0 rgba(22, 144, 204, 0.6);
}

/* Animação das partículas */
@keyframes particle1 {
    0%, 100% {
        opacity: 0;
        transform: translateY(0px) translateX(0px);
    }
    10%, 90% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
        transform: translateY(-20px) translateX(10px);
    }
}

#contact-form-container .right-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 2rem 2rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    animation: slideInRight 0.8s ease-out;
    position: relative;
    z-index: 2;

    @media (max-width: 480px) {
        width: 100%;
        padding: 1.5rem 1.5rem;
        margin: 0 1rem;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#contact-form-container .title {
    margin: 0 auto;
    text-align: start;
    font-family: 'Kallisto';
    font-size: 28px;
    line-height: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-blue);

    @media (max-width: 1100px) {
        font-size: 42px;
    }

    @media (max-width: 480px) {
        font-size: 26px;
        line-height: 1.8rem;
    }
}

#contact-form-container .title span {
    color: var(--primary-orange);
}





#contact-form-container form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin: 1rem 0;

    @media (max-width: 480px) {
        width: 100%;
    }
}

.input-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}

.input-container input {
    width: 100%;
    padding: 1.2rem 1.5rem 0.8rem 1.5rem;
    font-size: 16px;
    background: rgba(248, 250, 252, 0.9);
    border: 2px solid rgba(226, 232, 240, 0.8);
    border-radius: 12px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    color: #1e293b;
    font-weight: 500;

    @media (max-width: 480px) {
        padding: 1rem 1.2rem 0.6rem 1.2rem;
        font-size: 15px;
    }
}

.input-container input:focus {
    border-color: #1690CC;
    box-shadow: 
        0 0 0 3px rgba(22, 144, 204, 0.1),
        0 4px 12px rgba(22, 144, 204, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.98);
}

.input-container label {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--text-color);
    opacity: 0.7;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    font-weight: 500;
    
    @media (max-width: 480px) {
        left: 1.5rem;
        font-size: 14px;
    }
}

.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label {
    top: -18px;
    left: 1.5rem;
    transform: translateY(0);
    font-size: 12px;
    color: var(--primary-blue);
    opacity: 1;
    font-weight: 600;
    max-width: calc(100% - 3rem);
    white-space: normal;
    line-height: 1.2;
    
    @media (max-width: 480px) {
        left: 1rem;
        font-size: 11px;
        max-width: calc(100% - 2rem);
        top: -15px;
    }
}

.input-container input::placeholder {
    color: transparent;
}

.toggle-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.6rem 0.8rem 0.6rem 2rem;
    background: linear-gradient(#EAEBEC, #EAEBEC) padding-box, 
    linear-gradient(to right, #1690CC, #FF6300) border-box;
    border: 2px solid transparent;
    border-radius: 2rem;

    @media (max-width: 480px) {
        flex-direction: column;
        padding: 1.2rem 1.4rem;
    }
}

.toggle-container p {
    font-size: 22px;
    color: var(--text-color);

    @media (max-width: 480px) {
        margin-right: auto;
        font-size: 18px;
    }
}

.toggle-group {
    display: flex;
    width: 100%;
    gap: 10px;
}

.toggle-group input {
    display: none; /* Esconde o input radio */
}

.toggle-group label {
    width: 100%;
    padding: 4px 20px;
    border: 2px solid #ddd;
    border-radius: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 20px;
    color: var(--text-color);
    font-weight: 400;
}

.toggle-group input:checked + label {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

#form-button {
    width: 100%;
    padding: 1rem 2rem;
    margin-top: 1rem;
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c, #ff6300);
    background-size: 200% 100%;
    color: white;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.3), 
                0 4px 12px rgba(255, 99, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

#form-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 ease;
}

#form-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(255, 99, 0, 0.4), 
                0 8px 20px rgba(255, 99, 0, 0.3);
    background-position: 100% 0;
}

#form-button:hover::before {
    left: 100%;
}

#form-button:active {
    transform: translateY(-1px) scale(1.01);
}

#form-button.loading {
    pointer-events: none;
    background: linear-gradient(135deg, #ccc, #999);
}

#form-button.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

#book-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    max-width: 800px;
    width: 100%;
    margin: 4rem auto;
    padding: 2rem 2.5rem;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.15), 
        rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 8px 32px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);

    @media (max-width: 480px) {
        flex-direction: column;
        padding: 2.5rem 2rem;
        gap: 1.5rem;
        margin: 3rem auto;
    }
}

#book-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        transparent);
    transition: left 0.8s ease;
}

#book-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15),
                0 12px 40px rgba(0, 0, 0, 0.08);
    }

#book-container:hover::before {
    left: 100%;
}

#book-container p {
    font-family: "Kallisto";
    font-size: 24px;
    color: var(--primary-blue);
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
    background: linear-gradient(135deg, var(--primary-blue), #4A9EFF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    @media (max-width: 480px) {
        text-align: center;
        font-size: 22px;
    }
}

#book-container button {
    position: relative;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c, #ff6300);
    background-size: 200% 100%;
    color: white;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 1.5rem;
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.3), 
                0 4px 12px rgba(255, 99, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    backdrop-filter: blur(10px);
    font-family: "Kallisto";
    white-space: nowrap;

    @media (max-width: 480px) {
        padding: 1rem 2rem;
        font-size: 16px;
        width: 100%;
    }
}

#book-container 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 ease;
}

#book-container button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(255, 99, 0, 0.4), 
                0 8px 20px rgba(255, 99, 0, 0.3);
    background-position: 100% 0;
}

#book-container button:hover::before {
    left: 100%;
}

#book-container button:active {
    transform: translateY(-1px) scale(1.02);
}

#contact-form-container {
    position: relative;
    background-color: #EAEBEC;
}

#contact-form-container::before {
    content: "";
    position: absolute;
    top: 20vh;
    left: 0;
    right: 0;
    bottom: -20vh;
    border-radius: inherit;
    background: linear-gradient(to right, #FF6300, #1690CC);
    z-index: -1;
    filter: blur(50vh);
    opacity: 0.2;
}

#solutions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 3rem 0;
    position: relative;
    min-height: 100vh;
    background: 
        radial-gradient(circle at 25% 25%, rgba(22, 144, 204, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 99, 0, 0.06) 0%, transparent 50%),
        linear-gradient(135deg, rgba(248, 250, 252, 0.9) 0%, rgba(241, 245, 249, 0.8) 100%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230A99DA' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#solutions::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, rgba(22, 144, 204, 0.03) 0%, rgba(255, 99, 0, 0.02) 50%, transparent 100%),
        linear-gradient(45deg, transparent 30%, rgba(22, 144, 204, 0.02) 70%);
    z-index: 0;
    animation: subtleFlow 20s ease-in-out infinite;
}

@keyframes subtleFlow {
    0%, 100% { 
        opacity: 1;
        background-position: 0% 0%, 0% 0%;
    }
    50% { 
        opacity: 0.8;
        background-position: 100% 100%, 50% 50%;
    }
}

#solutions .content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#solutions .title {
    margin: 0 auto;
    text-align: center;
    font-family: 'Kallisto';
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c3e50;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
    position: relative;

    @media (max-width: 768px) {
        font-size: 2rem;
    }

    @media (max-width: 480px) {
        font-size: 1.6rem;
    }
}

#solutions .title span {
    color: #1690cc;
    position: relative;
}

#solutions .title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #1690cc, #ff6300);
    border-radius: 2px;
}

#solutions .options {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.6rem;
    max-width: 900px;
    width: 100%;
    margin: 0.8rem auto;
    padding: 0;
    font-family: "Kallisto";

    @media (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        max-width: 600px;
    }

    @media (max-width: 480px) {
        grid-template-columns: 1fr;
        margin: 1rem auto;
        max-width: 400px;
    }
}

#solutions .options div {
    cursor: pointer;
}

.gradient-border-mask {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.6rem 1rem;
    height: 44px;
    background: #ffffff;
    color: #64748b;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;

    @media (max-width: 480px) {
        height: 40px;
        font-size: 11px;
        padding: 0.5rem 0.8rem;
    }
}

.gradient-border-mask p {
    margin: 0;
    padding: 0;
    font-weight: inherit;
}

.gradient-border-mask:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #475569;
}

#solutions .options .selected,
.gradient-border-mask.selected {
    background: #1690cc;
    color: white;
    border-color: #1690cc;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(22, 144, 204, 0.25);
}

#solutions .options .selected:hover,
.gradient-border-mask.selected:hover {
    background: #1578a6;
    border-color: #1578a6;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(22, 144, 204, 0.3);
}

#solutions .dinamic-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 1200px;
    margin: 0.8rem auto 0;
    flex: 1;

    @media (max-width: 768px) {
        gap: 0.8rem;
        margin: 0.6rem auto 0;
    }
}

#solutions .title-card {
    width: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 249, 250, 0.8));
    backdrop-filter: blur(15px);
    border: 1px solid rgba(22, 144, 204, 0.15);
    border-radius: 1rem;
    padding: 0.8rem 1.5rem;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
}

#solutions .title-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-orange));
    border-radius: 1rem 1rem 0 0;
}

#solutions .title-card .title {
    margin: 0;
    font-family: 'Kallisto';
    font-size: 16px;
    line-height: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-blue);

    @media (max-width: 768px) {
        font-size: 15px;
        line-height: 1.3rem;
    }

    @media (max-width: 480px) {
        font-size: 14px;
        line-height: 1.2rem;
    }
}

#solutions .title-card .title span {
    color: var(--primary-orange);
}

/* Layout compacto com monitor e cards lado a lado */
.content-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 1.5rem;
    align-items: start;
    flex: 1;

    @media (max-width: 768px) {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.monitor-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.monitor-frame {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.monitor-frame:hover {
    /* Sem efeitos */
}

.monitor-frame img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 0;
    border: none;
    transition: all 0.3s ease;
    display: block;

    @media (max-width: 768px) {
        max-width: 420px;
    }

    @media (max-width: 480px) {
        max-width: 100%;
    }
}

.monitor-frame:hover img {
    transform: translateY(-1px);
}

#solutions .info-cards-horizontal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.8rem;
    width: 100%;

    @media (max-width: 768px) {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
}

#solutions .info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 200px;

    @media (max-width: 768px) {
        padding: 1.2rem;
        min-height: auto;
    }

    @media (max-width: 480px) {
        padding: 1rem;
    }
}

#solutions .info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1690cc, #ff6300);
    border-radius: 12px 12px 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

#solutions .info-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#solutions .info-card:hover::before {
    transform: scaleX(1);
}

#solutions .info-card h4 {
    margin: 0 0 1rem 0;
    font-family: "Kallisto";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e293b;
    letter-spacing: 0.5px;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e2e8f0;
    flex-shrink: 0;
    position: relative;

    @media (max-width: 768px) {
        font-size: 13px;
        margin-bottom: 0.8rem;
    }

    @media (max-width: 480px) {
        font-size: 12px;
    }
}

#solutions .info-card h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40px;
    height: 2px;
    background: #1690cc;
    border-radius: 1px;
}

#solutions .info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#solutions .info-card li {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
    position: relative;
    padding-left: 1.2rem;
    color: #475569;
    font-weight: 400;
    text-align: left;
    transition: color 0.3s ease;

    @media (max-width: 768px) {
        font-size: 11px;
        line-height: 1.4;
    }

    @media (max-width: 480px) {
        font-size: 10px;
    }
}

#solutions .info-card:hover li {
    color: #334155;
}

#solutions .info-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #1690cc;
    font-weight: bold;
    font-size: 16px;
}

#solutions .info-card:hover li::before {
    color: #ff6300;
}

#solutions .button-section {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

#solutions .button-section button {
    position: relative;
    padding: 0.7rem 1.8rem;
    background: #ff6300;
    border: none;
    border-radius: 8px;
    text-align: center;
    font-family: "Kallisto";
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(255, 99, 0, 0.25);
    text-transform: uppercase;
    min-width: 200px;

    @media (max-width: 768px) {
        font-size: 12px;
        padding: 0.6rem 1.5rem;
        min-width: 180px;
    }

    @media (max-width: 480px) {
        font-size: 11px;
        padding: 0.5rem 1.2rem;
        min-width: 160px;
    }
}

#solutions .button-section button:hover {
    background: #e55a00;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.35);
}

/* Ajuste para o tema escuro */


[data-theme="dark"] #solutions {
    background: 
        radial-gradient(circle at 25% 25%, rgba(96, 165, 250, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 99, 0, 0.08) 0%, transparent 50%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2360A5FA' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

[data-theme="dark"] #solutions::before {
    background: 
        linear-gradient(135deg, rgba(96, 165, 250, 0.05) 0%, rgba(255, 99, 0, 0.03) 50%, transparent 100%),
        linear-gradient(45deg, transparent 30%, rgba(96, 165, 250, 0.03) 70%);
}

[data-theme="dark"] #solutions .title {
    color: #f1f5f9;
}

[data-theme="dark"] #solutions .title span {
    color: #60a5fa;
}

[data-theme="dark"] #solutions .title::after {
    background: linear-gradient(90deg, #60a5fa, #ff6300);
}

[data-theme="dark"] .gradient-border-mask {
    background: #1e293b;
    color: #cbd5e1;
    border: 2px solid #374151;
}

[data-theme="dark"] .gradient-border-mask:hover {
    background: #374151;
    border-color: #4b5563;
    color: #f1f5f9;
}

[data-theme="dark"] .gradient-border-mask.selected {
    background: #1690cc;
    color: white;
    border-color: #1690cc;
}

[data-theme="dark"] #solutions .title-card {
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.8)) !important;
    border: 1px solid rgba(74, 158, 255, 0.2) !important;
    backdrop-filter: blur(15px) !important;
}

[data-theme="dark"] #solutions .title-card .title {
    color: #f1f5f9 !important;
}

[data-theme="dark"] #solutions .title-card .title span {
    color: #60a5fa !important;
}

[data-theme="dark"] .monitor-frame img {
    filter: brightness(0.8) contrast(1.1) !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

[data-theme="dark"] .monitor-frame:hover img {
    filter: brightness(0.9) contrast(1.2) !important;
    border: none !important;
    box-shadow: none !important;
}

[data-theme="dark"] #solutions .info-card {
    background: #1e293b;
    border: 1px solid #374151;
}

[data-theme="dark"] #solutions .info-card:hover {
    border-color: #4b5563;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] #solutions .info-card h4 {
    color: #f1f5f9;
    border-bottom-color: #374151;
}

[data-theme="dark"] #solutions .info-card h4::before {
    background: #60a5fa;
}

[data-theme="dark"] #solutions .info-card li {
    color: #cbd5e1;
}

[data-theme="dark"] #solutions .info-card:hover li {
    color: #f1f5f9;
}

[data-theme="dark"] #solutions .info-card li::before {
    color: #60a5fa;
}

[data-theme="dark"] #solutions .info-card:hover li::before {
    color: #ff6300;
}

[data-theme="dark"] #solutions .button-section button {
    background: #ff6300;
    box-shadow: 0 4px 14px rgba(255, 99, 0, 0.4);
}

[data-theme="dark"] #solutions .button-section button:hover {
    background: #e55a00;
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.5);
}



#about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 6rem 0;
    background: 
        radial-gradient(circle at 25% 75%, var(--accent-glow-1) 0%, transparent 60%),
        radial-gradient(circle at 75% 25%, var(--accent-glow-2) 0%, transparent 60%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%230A99DA' fill-opacity='0.03'%3E%3Cpath d='M0 0h80v80H0V0zm20 20v40h40V20H20zm20 35a15 15 0 1 1 0-30 15 15 0 0 1 0 30z' fill-opacity='0.05'/%3E%3C/g%3E%3C/svg%3E"),
        transparent;
    position: relative;
    overflow: hidden;

    @media (max-width: 480px) {
        padding: 4rem 0;
    }
}

#about .content {
    position: relative;
    z-index: 1;
    max-width: 1100px;
}

#about .title {
    text-align: start;
    font-family: 'Kallisto';
    font-size: 38px;
    line-height: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-blue);
    margin-bottom: 2rem;
    position: relative;

    @media (max-width: 480px) {
        font-size: 32px;
        line-height: 2.4rem;
        text-align: center;
    }
}

#about .title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-orange));
    border-radius: 2px;

    @media (max-width: 480px) {
        left: 50%;
        transform: translateX(-50%);
    }
}

#about .title span {
    color: var(--primary-orange);
}

#about .description {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 3rem 0 0 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 249, 250, 0.95));
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-left: 6px solid var(--primary-orange);
    position: relative;
}

#about .description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-orange));
    border-radius: 16px 16px 0 0;
}

#about .description p {
    font-size: 18px;
    line-height: 1.8rem;
    color: var(--text-color);
    text-align: justify;
    margin-bottom: 1.5rem;

    @media (max-width: 480px) {
        font-size: 16px;
        line-height: 1.6rem;
        text-align: left;
        margin-bottom: 1.2rem;
    }
}

#about .description p:last-child {
    margin-bottom: 0;
    font-weight: 500;
}

#about .description .bold {
    color: var(--primary-orange);
    font-weight: 600;
}

#news {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 0 0 4rem 0;
    min-height: 100vh;
    background: 
        linear-gradient(135deg, var(--accent-glow-1) 0%, transparent 40%),
        linear-gradient(315deg, var(--accent-glow-2) 0%, transparent 40%),
        url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%230A99DA' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E"),
        transparent;
}

#news .title {
    margin: 0 auto;
    text-align: center;
    font-family: 'Kallisto';
    font-size: 40px;
    line-height: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-blue);

    @media (max-width: 480px) {
        font-size: 28px;
        line-height: 2rem;
    }
}

#news .title span {
    color: var(--primary-orange);
}

#news .news-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
    margin-top: 6rem;

    @media (max-width: 480px) {
        flex-direction: column;
    }
}

#news .news-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 30%;
    min-height: 500px;
    padding: 4rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2rem;
    box-shadow: 10px 25px 50px -12px rgb(0 0 0 / 0.25);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;

    @media (max-width: 480px) {
        width: 100%;
    }
}

#news .news-box .title {
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-family: 'Kallisto';
    font-size: 26px;
    line-height: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #EAEBEC;
    background-color: var(--primary-orange);
    border-radius: 1rem;

    @media (max-width: 1280px) {
        font-size: 22px;
    }

    @media (max-width: 480px) {
        font-size: 24px;
        line-height: 2rem;
    }
}

#news .news-box .title span {
    color: #EAEBEC;
    font-weight: 300;
}

#news .news-box .subtitle {
    width: 100%;
    text-align: center;
    font-family: 'Kallisto';
    font-size: 36px;
    line-height: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #EAEBEC;
    border-radius: 1rem;

    @media (max-width: 1280px) {
        font-size: 30px;
        line-height: 2.4rem;
    }

    @media (max-width: 480px) {
        font-size: 32px;
        line-height: 2rem;
    }
}

.news-box:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

#news .news-box .subtitle span {
    color: var(--primary-orange);
}

.gradient-border-box {
    width: 100%;
    background: linear-gradient(#EAEBEC, #EAEBEC) padding-box, 
    linear-gradient(to right, #1690CC, #FF6300) border-box;
    border: 1px solid transparent;
}

#faq {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 5rem 0;
    min-height: 100vh;
    background: 
        radial-gradient(circle at 20% 20%, rgba(22, 144, 204, 0.08) 0%, transparent 60%),
        radial-gradient(circle at 80% 50%, rgba(255, 99, 0, 0.06) 0%, transparent 60%),
        radial-gradient(circle at 50% 80%, rgba(96, 165, 250, 0.04) 0%, transparent 70%),
        linear-gradient(135deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.9) 100%),
        repeating-linear-gradient(to right,
            rgba(10, 153, 218, 0.015) 0px,
            rgba(10, 153, 218, 0.015) 1px,
            transparent 1px,
            transparent 40px
        ),
        repeating-linear-gradient(to bottom,
            rgba(10, 153, 218, 0.015) 0px,
            rgba(10, 153, 218, 0.015) 1px,
            transparent 1px,
            transparent 40px
        );
    position: relative;
    overflow: hidden;
}

#faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 70%, rgba(22, 144, 204, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 99, 0, 0.03) 0%, transparent 50%);
    z-index: 0;
    animation: gentleWave 25s ease-in-out infinite;
}

@keyframes gentleWave {
    0%, 100% { 
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
    25% { 
        transform: translateX(20px) translateY(-10px);
        opacity: 0.8;
    }
    50% { 
        transform: translateX(-10px) translateY(15px);
        opacity: 0.9;
    }
    75% { 
        transform: translateX(15px) translateY(-5px);
        opacity: 0.7;
    }
}

#faq .content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
}

#faq .title {
    margin: 0 auto 3rem auto;
    text-align: center;
    font-family: 'Kallisto';
    font-size: 38px;
    line-height: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-blue);
    position: relative;

    @media (max-width: 480px) {
        font-size: 32px;
        line-height: 2.4rem;
        margin-bottom: 2rem;
    }
}

#faq .title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-orange));
    border-radius: 2px;
}

#faq .title span {
    color: var(--primary-orange);
}

#faq .questions {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.tab {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
}

.tab:last-child {
    margin-bottom: 0;
}

.tab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab input:checked ~ .tab__content {
    max-height: 500px;
}
  
#faq .accordion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
        width: 100%;
    color: var(--text-color);
    border-radius: 0;
    overflow: visible;
}

.tab__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: 2px solid rgba(10, 153, 218, 0.1);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    font-size: 16px;
    color: var(--text-color);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;

    @media (max-width: 480px) {
        padding: 1.2rem 1.5rem;
        font-size: 15px;
    }
}

.tab__label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-orange));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab__label:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(10, 153, 218, 0.15);
    border-color: rgba(10, 153, 218, 0.2);
}

.tab__label:hover::before {
    opacity: 1;
}

.tab__label::after {
    content: "\276F";
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    transform: rotate(90deg);
    color: var(--primary-orange);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 18px;
    font-weight: bold;
    flex-shrink: 0;
}

.tab input:checked + .tab__label {
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c);
    color: #ffffff;
    border-color: var(--primary-orange);
    border-radius: 12px 12px 0 0;
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.2);
}

.tab input:checked + .tab__label::before {
    opacity: 0;
}

.tab input:checked + .tab__label::after {
    transform: rotate(270deg);
    color: #ffffff;
}

.tab__content > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    padding: 2rem;
    color: var(--text-color);
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: 2px solid var(--primary-orange);
    border-top: none;
    border-radius: 0 0 12px 12px;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1.6rem;
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.1);

    @media (max-width: 480px) {
        padding: 1.5rem;
        font-size: 15px;
        gap: 0.8rem;
    }
}

.tab__content > div > ul {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0;
}

.tab__content > div > ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.tab__content > div > ul li::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-orange);
    font-size: 12px;
    font-weight: bold;
}

.tab__content > div button {
    margin: 1rem auto 0 auto;
    padding: 0.8rem 2rem;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    background: linear-gradient(135deg, var(--primary-blue), #4A9EFF);
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(22, 144, 204, 0.2);
}

.tab__content > div button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(22, 144, 204, 0.3);
}

#faq .contact-button {
    position: relative;
    width: fit-content;
    margin: 3rem auto 0 auto;
    padding: 1.2rem 3.5rem;
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c, #ff6300);
    background-size: 200% 100%;
    border: none;
    border-radius: 30px;
    text-align: center;
    font-family: "Kallisto";
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.3), 
                0 4px 15px rgba(255, 99, 0, 0.2);
    text-transform: uppercase;
    overflow: hidden;

    @media (max-width: 480px) {
        padding: 1rem 2.5rem;
        font-size: 16px;
    }
}

#faq .contact-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent);
    transition: left 0.8s ease;
}

#faq .contact-button::after {
    content: '→';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0;
    transition: all 0.3s ease;
}

#faq .contact-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 99, 0, 0.4), 
                0 8px 25px rgba(255, 99, 0, 0.3);
    background-position: 100% 0;
    }

#faq .contact-button:hover::before {
    left: 100%;
}

#faq .contact-button:hover::after {
    opacity: 1;
    right: 15px;
}

/* ==== FOOTER CORRIGIDO - SEM TREMOR E CNPJ VISÍVEL ==== */
footer {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-top: 1px solid #cbd5e1;
    padding: 1.8rem 0 1rem;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-orange));
}

footer .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 2rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.footer-brand {
    /* Removidas animações desnecessárias */
}

.footer-brand .footer-logo {
    height: 3rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.footer-brand .footer-logo:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.footer-description {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 380px;
    /* Removidas animações desnecessárias */
}

.footer-section {
    /* Removidas animações desnecessárias */
}

.footer-section h3 {
    font-family: 'Kallisto', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-orange));
    border-radius: 2px;
    animation: expandWidth 0.6s ease-out 0.8s both;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 30px; }
}

.contact-header-icon {
    font-size: 1.2rem;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #64748b;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0.8rem 1rem;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    }

.contact-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(10, 153, 218, 0.1), transparent);
    transition: left 0.6s ease;
}

.contact-link:hover {
    color: var(--primary-blue);
    border-color: var(--primary-blue);
    box-shadow: 0 8px 25px rgba(10, 153, 218, 0.15);
}

.contact-link:hover::before {
    left: 100%;
    }

.contact-icon {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    }

.contact-link:hover .contact-icon {
    filter: brightness(1.1);
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #64748b;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0.8rem 1rem;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 99, 0, 0.1), transparent);
    transition: left 0.6s ease;
}

.social-link:hover {
    color: var(--primary-orange);
    border-color: var(--primary-orange);
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.15);
}

.social-link:hover::before {
    left: 100%;
}

.social-link img {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.social-link:hover img {
    filter: brightness(1.2);
}

.footer-bottom {
    padding-top: 1rem;
    border-top: 1px solid #cbd5e1;
    text-align: center;
    grid-column: 1 / -1;
    margin-top: 0.5rem;
}

.footer-bottom p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    padding: 0.5rem 0;
}

/* Animações de entrada */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

  @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
  }

@keyframes floatBackground {
    0%, 100% {
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
        opacity: 0.8;
    }
    25% {
        transform: translateX(40px) translateY(-30px) rotate(1.5deg) scale(1.05);
        opacity: 0.9;
    }
    50% {
        transform: translateX(-30px) translateY(20px) rotate(-1deg) scale(0.95);
        opacity: 1;
    }
    75% {
        transform: translateX(20px) translateY(-15px) rotate(2deg) scale(1.03);
        opacity: 0.85;
    }
}

/* Responsividade - Primeira versão geral */
@media (max-width: 1200px) {
    .footer-container {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
        margin-bottom: 1.5rem;
    }
    
    .footer-description {
        max-width: none;
    }
    
    .social-links,
    .contact-links {
        align-items: center;
    }
    
    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

    @media (max-width: 480px) {
    footer {
        padding: 2rem 0 1rem;
    }
    
    footer .content {
        padding: 0 1rem;
    }
    
    .footer-container {
        gap: 2rem;
    }
}

/* Dark Mode */
[data-theme="dark"] footer {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-top-color: #334155;
}

[data-theme="dark"] footer::after {
    background: radial-gradient(circle, rgba(74, 158, 255, 0.08) 0%, transparent 70%);
    }

[data-theme="dark"] .footer-description {
    color: #cbd5e1;
    }

[data-theme="dark"] .footer-section h3 {
    color: #f1f5f9;
}

[data-theme="dark"] .contact-link,
[data-theme="dark"] .social-link {
    background: linear-gradient(135deg, rgba(51, 65, 85, 0.5), rgba(30, 41, 59, 0.8));
    border-color: #475569;
    color: #cbd5e1;
}

[data-theme="dark"] .contact-link:hover {
    color: #60a5fa;
    border-color: #60a5fa;
    box-shadow: 0 8px 25px rgba(96, 165, 250, 0.2);
}

[data-theme="dark"] .social-link:hover {
    color: #fb923c;
    border-color: #fb923c;
    box-shadow: 0 8px 25px rgba(251, 146, 60, 0.2);
}

[data-theme="dark"] .footer-bottom {
    border-top-color: #334155;
}

[data-theme="dark"] .footer-bottom p {
    color: #64748b;
}

#thanks-contact-email {
    display: flex;
    justify-content: center;
    width: 100vw;
    min-height: 70vh;
    padding-top: 8rem;
    background: url('../images/bg-main-elements.webp');
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: 100%;

    @media (max-width: 480px) {
        padding-top: 4rem;
    }
}

#thanks-contact-email .thanks-email-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background-color: #EAEBEC;
    padding: 2rem;
    background: linear-gradient(#EAEBEC, #EAEBEC) padding-box, 
    linear-gradient(to right, #1690CC, #FF6300) border-box;
    border: 2px solid transparent;
    border-radius: 2rem;
}

#thanks-contact-email .thanks-email-box i {
    font-size: 120px;
    color: var(--primary-blue);
}

#thanks-contact-email .title {
    margin: 0 auto;
    text-align: center;
    font-family: 'Kallisto';
    font-size: 34px;
    line-height: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);

    @media (max-width: 480px) {
        font-size: 32px;
        line-height: 2rem;
    }
}

#thanks-contact-email .thanks-email-box p {
    text-align: center;
    font-size: 24px;
}

#thanks-contact-email .thanks-email-box button {
    width: fit-content;
    margin: 2rem auto 0 auto;
    padding: 0.4rem 3rem;
    background: var(--primary-orange);
    border: 2px solid transparent;
    border-radius: 2rem;
    text-align: center;
    font-family: "Kallisto";
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 0.1rem;
    cursor: pointer;

    @media (max-width: 480px) {
        padding: 0.4rem 1.8rem;
        font-size: 22px;
    }
}

p.input-error {
    @media (max-width: 480px) {
        font-size: 14px;
    }
}

.input-error {
    color: red;
    padding: 0.5rem 1rem;
}

.modal {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
    transition: all .4s;
    width: 100vw;
    height: 100vh;
}

.modal-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    max-height: 90vh;
    max-width: 600px;
    width: 100%;
    padding: 3rem 1rem;
    background-color: #EAEBEC;
    border-radius: 1rem;
    overflow-y: scroll;
    position: relative;

    @media (max-width: 480px) {
        width: 96vw;
    }
}

.btn-close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
}

#news .modal-content .title {
    font-size: 26px;
    line-height: 2rem;
    color: var(--text-color);

    @media (max-width: 480px) {
        font-size: 22px;
        line-height: 1.6rem;
    }
}

#news .modal-content p {
    text-align: justify;
    font-size: 18px;
    margin-top: 0.6rem;
}

#news .modal-content h3 {
    margin-top: 0.6rem;
    font-weight: 500;
}

#news .modal-content .number-list {
    list-style-type: decimal;
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    text-align: start;
    font-size: 18px;
}

.modal-content .disc-list {
    margin-top: 0.6rem;
    list-style-type: disc;
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0 0.4rem;
    text-align: start;
}

#news .modal-content > h3 {
    font-size: 20px;
    font-weight: bold;
}

.modal-visible {
    display: flex;
}

#notification {
    display: none;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    transition: opacity 0.5s ease;
}

#notification.success {
    background-color: #d4edda; /* Verde claro */
    color: #155724; /* Verde escuro */
    border: 1px solid #c3e6cb;
}

#notification.error {
    background-color: #f8d7da; /* Vermelho claro */
    color: #721c24; /* Vermelho escuro */
    border: 1px solid #f5c6cb;
}

@media only screen and (max-width: 768px) {
    /* Ajuste a disposição dos elementos do cabeçalho */
    #navbar .content {
      flex-direction: column;
      align-items: center;
    }
    
    /* Menus e botões podem ter margens e tamanhos ajustados */
    .menu-buttons {
      width: 100%;
      text-align: center;
    }
    
    /* Ajuste o layout do formulário */
    #contact-form-container .content {
      padding: 0 1rem;
    }
    
    /* Exemplo para tornar imagens responsivas */
    img {
      max-width: 100%;
      height: auto;
    }
  }
  
  @media only screen and (max-width: 480px) {
    /* Reduza o tamanho das fontes */
    body {
      font-size: 14px;
    }
    
    /* Ajuste espaçamentos e margens de containers */
    .content {
      padding: 0 0.5rem;
    }
    
    /* Exemplo para ajustar o botão do formulário */
    #form-button {
      width: 100%;
      font-size: 1rem;
      padding: 0.8rem;
    }
    
  }
  #language-selector {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
  }
  
  #language-selector .lang-link {
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 50%;
    overflow: hidden;
  }

  #language-selector .lang-link.active {
    box-shadow: 0 0 0 2px var(--primary-orange);
  }

  #language-selector img.flag {
    width: 26px;
    height: 26px;
    cursor: pointer;
    transition: transform 0.2s ease;
    display: block;
  }
  
  #language-selector .lang-link:hover {
    transform: scale(1.1);
  }
  
  /* Container do carrossel */
.sectors-carousel-container {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 1rem 4rem 3rem 4rem;
    z-index: 2;
}

/* PROGRESSBAR PRINCIPAL - POSICIONAMENTO ABAIXO DO CARROSSEL */
.sectors-carousel-container .swiper-pagination-progressbar {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    width: 300px !important;
    height: 8px !important;
    margin: 30px auto 20px auto !important;
    background: rgba(255, 255, 255, 0.3) !important;
    border-radius: 4px !important;
    display: block !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Swiper container */
.sectors-carousel-container .swiper {
    width: 100%;
    padding-bottom: 3rem; /* Espaço para paginação */
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
    user-select: none;
    -webkit-user-select: none;
}

/* FORÇAR POSICIONAMENTO DA PROGRESSBAR - DESKTOP */
.sectors-carousel-container .swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    width: 300px !important;
    height: 8px !important;
    margin: 30px auto 20px auto !important;
    background: rgba(255, 255, 255, 0.3) !important;
    border-radius: 4px !important;
    display: block !important;
    text-align: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

    /* DESKTOP ESPECÍFICO - VERSÃO COMPLETA */
@media (min-width: 1024px) {
    .sectors-carousel-container .swiper-pagination-progressbar {
        width: 300px !important;
        height: 8px !important;
        margin: 30px auto 20px auto !important;
    }
    
    .sectors-carousel-container .swiper-pagination {
        width: 300px !important;
        height: 8px !important;
        margin: 30px auto 20px auto !important;
    }
    
    /* MOSTRAR BOTÕES NO DESKTOP */
    .sectors-carousel-container .carousel-nav-container {
        display: flex !important;
    }
}

/* Wrapper dos slides */
.sectors-carousel-container .swiper-wrapper {
    width: 100%;
    display: flex;
    align-items: stretch;
}
  

  
  /* Setas de navegação premium ultra atraentes */
  .carousel-nav {
    position: absolute;
    top: 50%;
    font-size: 1.6rem;
    background: linear-gradient(135deg, 
        var(--primary-orange) 0%, 
        #ff8a4c 50%, 
        #ff6b35 100%);
    background-size: 200% 200%;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    box-shadow: 
        0 8px 32px rgba(255, 99, 0, 0.4),
        0 4px 16px rgba(255, 99, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(15px) saturate(180%);
    will-change: transform;
    margin-top: -30px;
    animation: pulseNavGlow 3s ease-in-out infinite;
  }
  
  .carousel-nav::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: conic-gradient(
        from 0deg,
        var(--primary-orange),
        #ff8a4c,
        var(--primary-blue),
        var(--primary-orange)
    );
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease;
    animation: rotate 4s linear infinite;
    animation-play-state: paused;
  }
  
  .carousel-nav:hover {
    transform: translateY(-4px) scale(1.15);
    box-shadow: 
        0 16px 48px rgba(255, 99, 0, 0.6),
        0 8px 32px rgba(255, 99, 0, 0.4),
        0 4px 16px rgba(22, 144, 204, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.5);
    background-position: 100% 100%;
    animation-play-state: paused;
  }
  
  .carousel-nav:hover::before {
    opacity: 1;
    animation-play-state: running;
  }
  
  .carousel-nav:active {
    transform: translateY(-2px) scale(1.05);
  }
  
  .carousel-nav.prev {
    left: -70px;
  }
  
  .carousel-nav.next {
    right: -70px;
  }
  
  @keyframes pulseNavGlow {
    0%, 100% {
        box-shadow: 
            0 8px 32px rgba(255, 99, 0, 0.4),
            0 4px 16px rgba(255, 99, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 
            0 12px 40px rgba(255, 99, 0, 0.5),
            0 6px 20px rgba(255, 99, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }
  }
  
  /* Responsividade: em telas menores, as setas ficam menores mas visíveis */
  @media (max-width: 768px) {
    .carousel-nav {
      width: 40px;
      height: 40px;
      font-size: 1.2rem;
      margin-top: -20px;
    }
    
    .carousel-nav.prev {
      left: -50px;
    }
    
    .carousel-nav.next {
      right: -50px;
    }
    
    .carousel-nav:hover {
      transform: scale(1.05);
    }
  }
  /* ==== CARDS PREMIUM E ATRAENTES DO CARROSSEL ==== */
.sectors-carousel-container .swiper-slide {
    background: linear-gradient(145deg, #ffffff 0%, #fafbfc 40%, #f8fafc 100%);
    border-radius: 28px;
    border: 1px solid rgba(22, 144, 204, 0.08);
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.04),
        0 4px 12px rgba(22, 144, 204, 0.03),
        0 2px 6px rgba(0, 0, 0, 0.02),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 460px;
    width: calc((100% - 60px) / 4) !important;
    flex-shrink: 0;
    will-change: transform;
    backdrop-filter: blur(20px);
}

/* Elemento decorativo premium */
.sectors-carousel-container .swiper-slide::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
    pointer-events: none !important;
}

.swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        var(--primary-blue) 0%, 
        var(--primary-orange) 50%, 
        #ff8a4c 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.swiper-slide:hover {
    transform: translateY(-16px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 12px 24px rgba(22, 144, 204, 0.06),
        0 6px 16px rgba(255, 107, 1, 0.04),
        0 3px 8px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(22, 144, 204, 0.15);
}

/* Elemento decorativo aparece no hover */
.sectors-carousel-container .swiper-slide:hover::after {
    opacity: 0 !important;
    display: none !important;
    transform: scale(0) rotate(0deg) !important;
}

.swiper-slide:hover::before {
    opacity: 1;
}
  
  /* Container da imagem */
  .slide-image {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 28px 28px 0 0;
  }
  
  .slide-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(22, 144, 204, 0.1) 0%, 
        transparent 30%, 
        rgba(255, 107, 1, 0.1) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
  }
  
  .swiper-slide:hover .slide-image::after {
    opacity: 0 !important;
  }
  
  .slide-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1.02) contrast(1.1) saturate(1.15);
  }
  
  .swiper-slide:hover .slide-image img {
    transform: scale(1.08);
    filter: brightness(1.1) contrast(1.2) saturate(1.2);
  }
  
  /* Container do texto */
  .slide-caption {
    width: 100%;
    height: 180px;
    padding: 2rem 2rem 1.8rem 2rem;
    background: linear-gradient(145deg, #ffffff 0%, #fafbfc 50%, #f8fafc 100%);
    text-align: center;
    position: relative;
    border-radius: 0 0 28px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-top: 1px solid rgba(22, 144, 204, 0.08); */
  }
  
  .slide-caption::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--primary-blue) 20%,
        var(--primary-orange) 50%, 
        #ff8a4c 80%,
        transparent 100%);
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 0 0 8px 8px;
  }
  
  .swiper-slide:hover .slide-caption::before {
    opacity: 1;
    left: 10%;
    right: 10%;
  }
  
  .slide-caption h4 {
    font-family: 'Kallisto', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-blue);
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    letter-spacing: 1.3px;
    transition: all 0.5s ease;
    text-align: center;
    line-height: 1.3;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #4A9EFF 50%, var(--primary-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
  }
  
  .slide-caption p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-color);
    line-height: 1.6;
    opacity: 0.88;
    transition: all 0.5s ease;
    text-align: center;
    margin: 0;
    letter-spacing: 0.4px;
    max-width: 90%;
  }
  
  .sectors-carousel-container .swiper-slide:hover .slide-caption h4 {
    color: #0287c3;
  }
  
  .sectors-carousel-container .swiper-slide:hover .slide-caption p {
    opacity: 1;
  }
  
  
  .mySwiperNews {
    width: 100%;
    padding: 2rem 0; /* Espaço acima e abaixo do carrossel */
  }
  
  .mySwiperNews .swiper-slide {
    display: flex;       /* Permite que o card ocupe todo o espaço */
    justify-content: center;
    align-items: center;
  }
  
  /* Ajuste de navegação do carrossel de notícias */
  .mySwiperNews .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c);
    color: #FFFFFF;
    width: 45px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 4px 15px rgba(255, 99, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
  }
  
  .mySwiperNews .carousel-nav:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 99, 0, 0.5);
    background: linear-gradient(135deg, #ff8a4c, var(--primary-orange));
  }
  
  .mySwiperNews .carousel-nav.prev {
    left: 15px;
  }
  
  .mySwiperNews .carousel-nav.next {
    right: 15px;
  }
  
  .advantage-box {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .advantage-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: url('./assets/images/custom-cursor.png'), pointer;
  }

/* ==== SEÇÃO DO VÍDEO MODERNA ==== */
.video-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 4rem 0 0 0;
  margin-bottom: 0;
  background: 
    /* Padrão geométrico sutil */
    radial-gradient(circle at 20% 20%, rgba(22, 144, 204, 0.08) 0%, transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 107, 1, 0.06) 0%, transparent 30%),
    radial-gradient(circle at 40% 80%, rgba(22, 144, 204, 0.04) 0%, transparent 30%),
    /* Base sólida */
    linear-gradient(135deg, 
      rgba(248, 250, 252, 0.8) 0%,
      rgba(241, 245, 249, 0.9) 25%,
      rgba(248, 250, 252, 1) 50%,
      rgba(241, 245, 249, 0.9) 75%,
      rgba(248, 250, 252, 0.8) 100%
    );
  /* border-top: 2px solid rgba(22, 144, 204, 0.12);
  border-bottom: 2px solid rgba(22, 144, 204, 0.12); */
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 2px 15px rgba(22, 144, 204, 0.05);
  overflow: hidden;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    /* Hexágonos sutis */
    radial-gradient(circle at 15% 15%, transparent 8px, rgba(22, 144, 204, 0.02) 8px, rgba(22, 144, 204, 0.02) 12px, transparent 12px),
    radial-gradient(circle at 85% 85%, transparent 6px, rgba(255, 107, 1, 0.03) 6px, rgba(255, 107, 1, 0.03) 10px, transparent 10px),
    /* Grid sutil */
    linear-gradient(90deg, rgba(22, 144, 204, 0.01) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 144, 204, 0.01) 1px, transparent 1px);
  background-size: 
    60px 60px,
    40px 40px,
    20px 20px,
    20px 20px;
  background-position: 
    0 0,
    30px 30px,
    0 0,
    0 0;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}

.video-section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.floating-elements {
  position: relative;
  width: 100%;
  height: 100%;
}

.floating-shape {
  position: absolute;
  opacity: 0.02;
  animation: techFloat 12s ease-in-out infinite;
}

.shape-1 {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, var(--primary-blue), var(--primary-orange));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  top: 15%;
  left: 8%;
  animation-delay: 0s;
}

.shape-2 {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, var(--primary-orange), #ff8a4c);
  clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  top: 70%;
  right: 12%;
  animation-delay: 3s;
}

.shape-3 {
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, #ff8a4c, var(--primary-blue));
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  bottom: 25%;
  left: 20%;
  animation-delay: 5s;
}

@keyframes techFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg) scale(1); }
  25% { transform: translateY(-15px) rotate(90deg) scale(1.1); }
  50% { transform: translateY(5px) rotate(180deg) scale(0.9); }
  75% { transform: translateY(-8px) rotate(270deg) scale(1.05); }
}

.video-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 4rem 0;
  text-align: center;
}

.video-header {
  margin-bottom: 2.5rem;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 0 2rem;
}

.video-title {
  font-family: 'Kallisto', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 2rem;
  line-height: 1.2;
  text-align: center;
}

.video-title span {
  color: var(--primary-orange);
  background: linear-gradient(45deg, var(--primary-orange), #ff8a4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.video-description {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5rem;
  text-align: center;
}

.video-description .bold {
  font-weight: 700;
  color: var(--primary-orange);
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.video-wrapper {
  position: relative;
  margin-bottom: 0;
}

/* Removido o wrapper para permitir largura total */

.video-container {
  position: relative;
  display: block;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  max-width: 900px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(22, 144, 204, 0.1);
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
}

.video-container:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 15px 40px rgba(0, 0, 0, 0.2),
    0 8px 25px rgba(22, 144, 204, 0.15);
}

.video-features {
  display: none;
}

/* Responsividade */
@media (max-width: 768px) {
  .video-section {
    padding: 2rem 0;
    min-height: auto;
  }
  
  .video-content {
    padding: 0;
  }
  
  .video-container {
    width: 90%;
    max-width: 600px;
  }
  
  .video-header {
    margin-bottom: 2rem;
  }
  
  .video-title {
    font-size: 2rem;
    line-height: 1.1;
  }
  
  .video-description {
    font-size: 16px;
    line-height: 1.5rem;
    max-width: 520px;
    letter-spacing: 0.3px;
  }
  
  .video-container {
    transform: scale(0.6);
    border-radius: 1.5rem;
    padding: 0;
  }
  
  .video-container:hover {
    transform: translateY(-6px) scale(0.62);
  }
  

  

}

@media (max-width: 480px) {
  .video-section {
    padding: 1.5rem 0;
    min-height: auto;
  }
  
  .video-content {
    padding: 0;
  }
  
  .video-container {
    width: 95%;
    max-width: 400px;
  }
  
  .video-header {
    margin-bottom: 1.5rem;
  }
  
  .video-title {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
  }
  
  .video-description {
    font-size: 15px;
    line-height: 1.45rem;
    max-width: 420px;
    letter-spacing: 0.2px;
  }
  
  .video-container {
    transform: scale(0.55);
    border-radius: 1.2rem;
    padding: 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .video-container video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .video-container:hover {
    transform: translateY(-4px) scale(0.57);
  }
  
  /* Floating shapes mobile */
  .floating-shape {
    opacity: 0.04;
    display: block !important;
    visibility: visible !important;
  }
  
  .shape-1 {
    width: 50px;
    height: 50px;
  }
  
  .shape-2 {
    width: 40px;
    height: 40px;
  }
  
  .shape-3 {
    width: 45px;
    height: 45px;
  }
}

/* ==== BOTÃO DE PLAY/PAUSE PREMIUM CORRIGIDO ==== */
.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
    z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.25), 
    rgba(255, 255, 255, 0.05)
  );
  backdrop-filter: blur(25px) saturate(180%);
  border: 2px solid rgba(255, 255, 255, 0.18);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.37),
    0 2px 16px rgba(22, 144, 204, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  opacity: 0.95;
    will-change: transform;
}

.play-pause-btn::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: conic-gradient(
    from 0deg,
    var(--primary-blue),
    var(--primary-orange),
    #FF6B6B,
    var(--primary-blue)
  );
  border-radius: 50%;
  z-index: -2;
  opacity: 0;
  transition: all 0.5s ease;
  animation: rotate 3s linear infinite;
  animation-play-state: paused;
}

.play-pause-btn::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s ease;
}

.play-pause-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.35), 
    rgba(255, 255, 255, 0.15)
  );
  box-shadow: 
    0 16px 48px rgba(0, 0, 0, 0.5),
    0 4px 24px rgba(22, 144, 204, 0.4),
    inset 0 2px 0 rgba(255, 255, 255, 0.6),
    inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.play-pause-btn:hover::before {
  opacity: 1;
  animation-play-state: running;
}

.play-pause-btn:hover::after {
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.1)
  );
}

.play-pause-btn:active {
  transform: translate(-50%, -50%) scale(0.98);
}

/* Ícone SVG personalizado */
.play-pause-btn img {
  display: none; /* Esconder a imagem original */
}

.play-pause-btn svg {
  width: 45px;
  height: 45px;
  fill: rgba(255, 255, 255, 0.95);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
  margin-left: 2px; /* Pequeno ajuste para centralizar o play */
}

.play-pause-btn:hover svg {
  fill: #ffffff;
  transform: scale(1.05);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
}

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

/* Estados de visibilidade do botão */
.video-container.playing .play-pause-btn {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.8);
}

.video-container.playing:hover .play-pause-btn {
  opacity: 0.8;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

/* Versão responsiva para mobile */
@media (max-width: 768px) {
  .play-pause-btn {
    width: 70px;
    height: 70px;
  }
  
  .play-pause-btn svg {
    width: 32px;
    height: 32px;
  }
  

  
  .play-pause-btn:hover {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@media (max-width: 480px) {
  .play-pause-btn {
    width: 60px;
    height: 60px;
  }
  
  .play-pause-btn svg {
    width: 26px;
    height: 26px;
  }
}

/* Melhorias de Responsividade */
@media (max-width: 768px) {
    #sectors {
        padding: 2rem 0 1.5rem 0 !important;
        min-height: 70vh;
    }

    #advantages {
        padding: 2rem 0 1.5rem 0 !important;
        min-height: 70vh;
    }

    #presentation {
        padding-top: 8rem;
    }

    #presentation .presentation-container {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    #presentation .right-container img {
        max-width: 100%;
        height: auto;
    }

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

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

    #solution-impact .solutions-list {
        grid-template-columns: 1fr;
    }

    #contact-form-container .contact-form-container {
        flex-direction: column;
    }

    #contact-form-container .left-img {
        display: none;
    }

    #contact-form-container .right-form {
        width: 100%;
    }

    #solutions .dinamic-content {
        flex-direction: column;
    }

    #solutions .left-side,
    #solutions .right-side {
        width: 100%;
    }

    #about .description {
        flex-direction: column;
    }

    #news .news-boxes {
        grid-template-columns: 1fr;
    }

    footer .contact-info {
        flex-direction: column;
        gap: 2rem;
    }

    .theme-toggle {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #sectors {
        padding: 1.5rem 0 1rem 0 !important;
        min-height: 60vh;
    }

    #advantages {
        padding: 1.5rem 0 1rem 0 !important;
        min-height: 60vh;
    }

    #presentation {
        padding-top: 6rem;
    }

    .sectors-boxes {
        grid-template-columns: 1fr;
    }

    .advantage-list {
        grid-template-columns: 1fr;
    }

    #navbar .options {
        font-size: 16px;
    }

    #presentation .title {
        font-size: 1.4rem;
    }

    #presentation .description {
        font-size: 0.8rem;
    }

    .solution-topics .right-side ul {
        padding-left: 1rem;
    }

    #contact-form-container form {
        padding: 1rem;
    }

    #solutions .options {
        flex-wrap: wrap;
    }

    #solutions .options div {
        width: 100%;
        text-align: center;
    }

    #about .description p {
        font-size: 0.9rem;
    }

    #news .news-box .title {
        font-size: 1.2rem;
    }

    }

    .theme-toggle {
        width: 55px;
        height: 30px;
        margin-left: 0.5rem;
    }
    
    .theme-toggle::before {
        width: 24px;
        height: 24px;
        top: 3px;
        left: 3px;
    }
    
    .theme-toggle svg {
        width: 14px;
        height: 14px;
    }
    
    .theme-toggle .sun-icon {
        left: 7px;
    }
    
    .theme-toggle .moon-icon {
        right: 7px;
    }
    


/* ==== BOTÃO DE TEMA MODERNO ==== */
.theme-toggle {
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    color: var(--primary-blue);
    border: none;
    border-radius: 24px;
    width: 48px;
    height: 26px;
    padding: 0;
    margin-left: 0.8rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 
                0 2px 4px rgba(0, 0, 0, 0.1),
                inset 0 1px 2px rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    flex-shrink: 0;
}

.theme-toggle::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 26px;
    height: 26px;
    background: linear-gradient(145deg, #ffffff, #e0e0e0);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2),
                0 1px 3px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.theme-toggle svg {
    position: absolute;
    width: 16px;
    height: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.theme-toggle .sun-icon {
    left: 8px;
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.theme-toggle .moon-icon {
    right: 8px;
    opacity: 0;
    transform: rotate(180deg) scale(0.8);
}

.theme-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 
                0 3px 6px rgba(0, 0, 0, 0.15),
                inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.theme-tooltip {
    position: absolute;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
    background-color: white;
    color: var(--text-color);
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    opacity: 0;
    animation: fadeIn 0.2s ease forwards;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(50%) translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateX(50%) translateY(0);
    }
}

/* Botões principais harmonizados */
.button-orange,
#form-button,
.solution__button-pdf,
.contact-button,
button[type="submit"] {
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c);
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 2rem;
    padding: 0.8rem 2rem;
    box-shadow: 0 4px 15px rgba(255, 99, 0, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    cursor: pointer;
}

.button-orange:hover,
#form-button:hover,
.solution__button-pdf:hover,
.contact-button:hover,
button[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 99, 0, 0.3);
    background: linear-gradient(135deg, #ff8a4c, var(--primary-orange));
}

.button-white,
.button-white-outline {
    background: transparent;
    color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    border-radius: 2rem;
    padding: 0.8rem 2rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(22, 144, 204, 0.1);
    transition: all 0.3s ease;
    text-transform: uppercase;
    cursor: pointer;
}

.button-white:hover,
.button-white-outline:hover {
    background: rgba(22, 144, 204, 0.05);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(22, 144, 204, 0.2);
}

/* Botões principais da homepage */
#presentation .buttons-container button,
.solicite-button,
.conheca-button {
    font-family: "Kallisto", sans-serif;
    letter-spacing: 0.4px;
    padding: 0.7rem 1.5rem;
    font-size: 13px;
    min-width: 200px;
}

/* Botão laranja "SOLICITE UMA CONSULTORIA GRATUITA" */
#presentation .button-orange,
.solicite-button {
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c);
    box-shadow: 0 4px 15px rgba(255, 99, 0, 0.2);
    border: none;
}

#presentation .button-orange:hover,
.solicite-button:hover {
    background: linear-gradient(135deg, #ff8a4c, var(--primary-orange));
    box-shadow: 0 6px 20px rgba(255, 99, 0, 0.3);
}

/* Botão azul "CONHEÇA NOSSAS SOLUÇÕES" */
#presentation .button-white,
.conheca-button {
    background: transparent;
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    box-shadow: 0 4px 15px rgba(22, 144, 204, 0.1);
}

#presentation .button-white:hover,
.conheca-button:hover {
    background: rgba(22, 144, 204, 0.05);
    box-shadow: 0 6px 20px rgba(22, 144, 204, 0.2);
}

/* Botões de soluções (gradient-border-mask) */
.gradient-border-mask {
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.gradient-border-mask:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gradient-border-mask.selected {
    background: linear-gradient(to right, var(--primary-orange), var(--primary-orange));
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(255, 99, 0, 0.2);
}

/* FAQ Buttons */
.tab__content > div button {
    background: linear-gradient(#EAEBEC, #EAEBEC) padding-box, 
                linear-gradient(to right, #1690CC, #FF6300) border-box;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.tab__content > div button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#solution-impact .solution-box .description .category-icon {
    font-size: 24px;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 8px;
    background: linear-gradient(135deg, rgba(10, 153, 218, 0.1), rgba(255, 99, 0, 0.1));
    border-radius: 8px;
    border: 2px solid rgba(10, 153, 218, 0.2);

    @media (max-width: 480px) {
        font-size: 20px;
        padding: 6px;
    }
}

#solution-impact .solution-box .description .impact-stats {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;

    @media (max-width: 768px) {
        gap: 1rem;
        justify-content: flex-start;
    }

    @media (max-width: 480px) {
        gap: 1rem;
        justify-content: space-between;
        flex-direction: row;
    }
}

#solution-impact .solution-box .description .stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem 1.2rem;
    background: linear-gradient(135deg, rgba(10, 153, 218, 0.05), rgba(255, 99, 0, 0.05));
    border-radius: 12px;
    border-left: 4px solid var(--primary-orange);
    min-width: 100px;
    flex: 1;
    transition: all 0.3s ease;

    @media (max-width: 768px) {
        min-width: 90px;
        padding: 0.7rem 1rem;
    }

    @media (max-width: 480px) {
        min-width: 80px;
        padding: 0.6rem 0.8rem;
        flex: 0 1 calc(50% - 0.5rem);
    }
}

/* Dark mode para a seção About */
[data-theme="dark"] #about {
    background-color: var(--dark-section-bg);
}

[data-theme="dark"] #about::before {
    background: linear-gradient(135deg, rgba(74, 158, 255, 0.03) 0%, rgba(255, 99, 0, 0.03) 100%);
}

[data-theme="dark"] #about .title {
    color: #ffffff;
}

[data-theme="dark"] #about .title span {
    color: var(--primary-orange);
}

[data-theme="dark"] #about .title::after {
    background: linear-gradient(90deg, #4A9EFF, var(--primary-orange));
}

[data-theme="dark"] #about .description {
    background: linear-gradient(145deg, rgba(42, 45, 58, 0.95), rgba(35, 37, 48, 0.98));
    border-left-color: var(--primary-orange);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

[data-theme="dark"] #about .description::before {
    background: linear-gradient(90deg, #4A9EFF, var(--primary-orange));
}

[data-theme="dark"] #about .description p {
    color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] #about .description .bold {
    color: var(--primary-orange);
    font-weight: 600;
}

#faq .contact-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 30px rgba(255, 99, 0, 0.35);
}

/* Dark mode para a seção FAQ */
[data-theme="dark"] #faq {
    background: 
        radial-gradient(circle at 20% 20%, rgba(96, 165, 250, 0.12) 0%, transparent 60%),
        radial-gradient(circle at 80% 50%, rgba(255, 99, 0, 0.08) 0%, transparent 60%),
        radial-gradient(circle at 50% 80%, rgba(139, 92, 246, 0.06) 0%, transparent 70%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%),
        repeating-linear-gradient(to right,
            rgba(96, 165, 250, 0.02) 0px,
            rgba(96, 165, 250, 0.02) 1px,
            transparent 1px,
            transparent 40px
        ),
        repeating-linear-gradient(to bottom,
            rgba(96, 165, 250, 0.02) 0px,
            rgba(96, 165, 250, 0.02) 1px,
            transparent 1px,
            transparent 40px
        );
}

[data-theme="dark"] #faq::before {
    background: 
        radial-gradient(circle at 30% 70%, rgba(96, 165, 250, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 99, 0, 0.05) 0%, transparent 50%);
}

[data-theme="dark"] #faq .title {
    color: #ffffff;
}

[data-theme="dark"] #faq .title span {
    color: var(--primary-orange);
}

[data-theme="dark"] #faq .title::after {
    background: linear-gradient(90deg, #4A9EFF, var(--primary-orange));
}

[data-theme="dark"] .tab__label {
    background: linear-gradient(145deg, rgba(42, 45, 58, 0.8), rgba(35, 37, 48, 0.9));
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .tab__label::before {
    background: linear-gradient(90deg, #4A9EFF, var(--primary-orange));
}

[data-theme="dark"] .tab__label:hover {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(74, 158, 255, 0.2);
}

[data-theme="dark"] .tab input:checked + .tab__label {
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c);
    color: #ffffff;
    border-color: var(--primary-orange);
}

[data-theme="dark"] .tab__content > div {
    background: linear-gradient(145deg, rgba(42, 45, 58, 0.95), rgba(35, 37, 48, 0.98));
    color: rgba(255, 255, 255, 0.9);
    border-color: var(--primary-orange);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .tab__content > div button {
    background: linear-gradient(135deg, #4A9EFF, var(--primary-blue));
    box-shadow: 0 4px 15px rgba(74, 158, 255, 0.3);
}

[data-theme="dark"] .tab__content > div button:hover {
    box-shadow: 0 8px 25px rgba(74, 158, 255, 0.4);
}

/* Dark mode para o botão de contato da FAQ */
[data-theme="dark"] #faq .contact-button {
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c, #ff6300);
    box-shadow: 0 8px 25px rgba(255, 99, 0, 0.4), 
                0 4px 15px rgba(255, 99, 0, 0.3);
}

[data-theme="dark"] #faq .contact-button:hover {
    box-shadow: 0 15px 40px rgba(255, 99, 0, 0.5), 
                0 8px 25px rgba(255, 99, 0, 0.4);
}

  

/* ==== CARDS LIMPOS E MODERNOS DO CARROSSEL ==== */

/* ==== NAVEGAÇÃO MOBILE OTIMIZADA ==== */
@media (max-width: 768px) {
    #navbar .content {
        max-width: none;
        width: 100%;
        padding: 0 1rem;
        position: relative;
    }
    
    #navbar ul.options {
        display: none;
        flex-direction: column;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
        backdrop-filter: blur(20px) saturate(180%);
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 1000;
        padding: 8rem 2rem 2rem 2rem;
        gap: 2rem;
        justify-content: flex-start;
        align-items: center;
        border: 1px solid rgba(22, 144, 204, 0.1);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        animation: slideInMobile 0.3s ease-out;
    }

    #navbar ul.options li {
        width: 100%;
        text-align: center;
        padding: 0;
        border: none;
        margin: 0;
    }
    
    #navbar ul.options li a {
        display: block;
        width: 100%;
        padding: 1.5rem 2rem;
        font-size: 1.2rem;
        font-weight: 600;
        border-radius: 1rem;
        transition: all 0.3s ease;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
        border: 1px solid rgba(22, 144, 204, 0.1);
        color: var(--text-color);
        text-decoration: none;
        letter-spacing: 0.5px;
        backdrop-filter: blur(10px);
    }
    
    #navbar ul.options li a:hover,
    #navbar ul.options li a.active {
        background: linear-gradient(135deg, var(--primary-orange), #ff8a4c);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(255, 99, 0, 0.3);
        border-color: transparent;
    }

    .hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        cursor: pointer;
        font-size: 24px;
        color: var(--text-color);
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
        border: 1px solid rgba(22, 144, 204, 0.2);
        border-radius: 12px;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        z-index: 1001;
        position: relative;
    }
    
    .hamburger:hover {
        background: linear-gradient(135deg, var(--primary-blue), #0a7bc4);
        color: white;
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(22, 144, 204, 0.3);
    }
    
    .hamburger:active {
        transform: scale(0.95);
    }


}

@keyframes slideInMobile {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==== MENU MOBILE ATIVO ==== */
#navbar ul.options.active {
    display: flex;
}

/* ==== SELETOR DE IDIOMAS MOBILE ==== */
@media (max-width: 768px) {
    #language-selector {
        position: absolute;
        bottom: 3rem;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
        border: 1px solid rgba(22, 144, 204, 0.2);
        border-radius: 2rem;
        padding: 1rem 1.5rem;
        backdrop-filter: blur(10px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    
    #language-selector img.flag {
        width: 28px;
        height: 28px;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    
    #language-selector img.flag:hover {
        transform: scale(1.2);
        box-shadow: 0 4px 12px rgba(22, 144, 204, 0.3);
    }
}

/* ==== FORMULÁRIOS MOBILE OTIMIZADOS ==== */
@media (max-width: 768px) {
    #contact-form-container {
        padding: 2rem 0;
        background-size: 150%;
        background-position: center bottom;
    }
    
    #contact-form-container .contact-form-container {
        padding: 0 1rem;
        gap: 2rem;
    }
    
    #contact-form-container .right-form {
        width: 100%;
        padding: 2rem 1.5rem;
        margin: 0;
        border-radius: 1.5rem;
        backdrop-filter: blur(15px);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    }
    
    #contact-form-container .title {
        font-size: 2rem;
        line-height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    #contact-form-container .subtitle {
        font-size: 1.1rem;
        text-align: center;
        width: 100%;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    /* Input containers otimizados para mobile */
    .input-container {
        margin-bottom: 2rem;
        position: relative;
    }
    
    .input-container input {
        width: 100%;
        padding: 1.5rem 1.5rem 1rem 1.5rem;
        font-size: 16px; /* Previne zoom no iOS */
        border-radius: 1rem;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9)) padding-box, 
                    linear-gradient(to right, var(--primary-blue), var(--primary-orange)) border-box;
        border: 2px solid transparent;
        outline: none;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        min-height: 60px; /* Área de toque adequada */
        -webkit-appearance: none; /* Remove estilo padrão iOS */
        -webkit-tap-highlight-color: transparent; /* Remove highlight azul */
    }
    
    .input-container input:focus {
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95)) padding-box, 
                    linear-gradient(to right, var(--primary-blue), var(--primary-orange)) border-box;
        box-shadow: 0 0 0 3px rgba(22, 144, 204, 0.15), 
                    0 8px 30px rgba(22, 144, 204, 0.2);
        transform: none; /* Remove movimento no mobile */
    }
    
    /* Labels flutuantes otimizados */
    .input-container label {
        position: absolute;
        left: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: var(--text-color);
        opacity: 0.7;
        pointer-events: none;
        transition: all 0.3s ease;
        white-space: nowrap;
        font-weight: 500;
        background: transparent;
        padding: 0 0.5rem;
        z-index: 1;
    }
    
    .input-container input:focus + label,
    .input-container input:not(:placeholder-shown) + label {
        top: -12px;
        left: 1rem;
        transform: translateY(0);
        font-size: 12px;
        color: var(--primary-blue);
        opacity: 1;
        font-weight: 600;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 20%, transparent 30%, transparent 70%, rgba(255, 255, 255, 0.9) 80%);
        padding: 0 0.5rem;
        white-space: normal;
        line-height: 1.2;
        max-width: calc(100% - 2rem);
    }
    
    /* Botão de submit otimizado */
    #form-button {
        width: 100%;
        padding: 1.2rem 2rem;
        font-size: 16px;
        font-weight: 700;
        border-radius: 1rem;
        min-height: 60px; /* Área de toque adequada */
        margin-top: 1.5rem;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        transition: all 0.3s ease;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }
    
    #form-button:active {
        transform: scale(0.98);
    }
    
    /* Container do ebook otimizado */
    #book-container {
        flex-direction: column;
        padding: 2rem 1.5rem;
        border-radius: 1.5rem;
        margin: 2rem 1rem;
        text-align: center;
        gap: 1.5rem;
    }
    
    #book-container p {
        font-size: 1.1rem;
        margin: 0;
    }
    
    #book-container button {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
        border-radius: 1rem;
        min-height: 50px;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }
}

/* ==== OTIMIZAÇÕES TOUCH ESPECÍFICAS ==== */
@media (max-width: 480px) {
    /* Todos os botões principais */
    button, .button-orange, .button-white, 
    .gradient-border-mask, .contact-button,
    .solution__button-pdf, .tab__label {
        min-height: 48px; /* Minimum touch target */
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
        touch-action: manipulation; /* Previne zoom duplo */
    }
    
    /* Links e elementos clicáveis */
    a, .hamburger, .carousel-nav, .play-pause-btn {
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }
    
    /* Prevenção de zoom em inputs */
    input[type="text"], 
    input[type="email"], 
    input[type="tel"], 
    input[type="password"],
    textarea, select {
        font-size: 16px !important; /* iOS não faz zoom se >= 16px */
        -webkit-appearance: none;
    }
}

/* ==== CARROSSEL MOBILE OTIMIZADO ==== */
@media (max-width: 768px) {
    .sectors-carousel-container {
        padding: 1rem 0 2rem 0;
        margin: 0 auto;
        width: 100%;
        overflow: visible;
    }
    
    .sectors-carousel-container .swiper {
        width: 100%;
        padding-bottom: 3rem;
        overflow: visible;
    }
    
    /* Botões de navegação repositionados */
    .carousel-nav {
        position: absolute;
        top: auto;
        bottom: -2rem;
        transform: none;
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--primary-orange), #ff8a4c);
        color: white;
        border: 2px solid rgba(255, 255, 255, 0.9);
        box-shadow: 0 4px 20px rgba(255, 99, 0, 0.3);
        transition: all 0.3s ease;
        z-index: 10;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
    
    .carousel-nav.prev {
        left: calc(50% - 60px);
        transform: translateX(-50%);
    }
    
    .carousel-nav.next {
        right: calc(50% - 60px);
        transform: translateX(50%);
    }
    
    .carousel-nav:hover,
    .carousel-nav:active {
        transform: translateX(-50%) scale(1.1);
        box-shadow: 0 6px 25px rgba(255, 99, 0, 0.5);
        background: linear-gradient(135deg, #ff8a4c, var(--primary-orange));
    }
    
    .carousel-nav.next:hover,
    .carousel-nav.next:active {
        transform: translateX(50%) scale(1.1);
    }
}

@media (max-width: 480px) {
    /* Cards do carrossel otimizados */
    .swiper-slide {
        margin: 0 0.5rem;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .swiper-slide:hover {
        transform: scale(1.02);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }
    
    .slide-image {
        border-radius: 1rem 1rem 0 0;
    }
    
    .slide-caption {
        padding: 1rem;
        height: auto;
        min-height: 5rem;
        border-radius: 0 0 1rem 1rem;
    }
    
    .slide-caption h4 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }
    
    .slide-caption p {
        font-size: 0.85rem;
        line-height: 1.4;
        opacity: 0.8;
    }
    
    /* Paginação otimizada */
    .swiper-pagination {
        bottom: 0.5rem !important;
        position: relative !important;
        text-align: center;
        margin-top: 1rem;
    }
    
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin: 0 3px !important;
        background: rgba(22, 144, 204, 0.3) !important;
        opacity: 1 !important;
        transition: all 0.3s ease !important;
    }
    
    .swiper-pagination-bullet-active {
        background: var(--primary-orange) !important;
        transform: scale(1.1) !important;
        box-shadow: 0 2px 8px rgba(255, 99, 0, 0.6) !important;
        border-color: transparent !important;
    }
    
    /* Botões menores em mobile muito pequeno */

}

/* ==== SEÇÃO ADVANTAGES MOBILE ==== */
@media (max-width: 768px) {
    .advantage-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .advantage-box {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
        height: auto;
        border-radius: 1rem;
        background: linear-gradient(145deg, #ffffff, #f8f9fa);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
    }
    
    .advantage-box:hover {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }
    
    .advantage-box img {
        width: 60px;
        height: 60px;
        margin-bottom: 1.5rem;
    }
    
    .advantage-box .description {
        width: 100%;
    }
    
    .advantage-box h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        color: var(--primary-blue);
    }
    
    .advantage-box p {
        font-size: 0.95rem;
        line-height: 1.5;
        color: var(--text-color);
        opacity: 0.9;
    }
}

/* ==== SOLUTION IMPACT MOBILE ==== */
@media (max-width: 768px) {
    #solution-impact .solutions-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    #solution-impact .solution-box {
        grid-template-columns: 160px 1fr;
        min-height: auto;
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: 0 8px 30px rgba(255, 99, 0, 0.15);
    }
    
    #solution-impact .solution-box .left-img {
        height: 140px;
        border-radius: 1.5rem 1.5rem 0 0;
        position: relative;
    }
    
    #solution-impact .solution-box .description {
        padding: 1.2rem 1.5rem;
        text-align: left;
    }
    
    #solution-impact .solution-box .description h3 {
        font-size: 20px;
        margin-bottom: 0.8rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    #solution-impact .solution-box .description .category-icon {
        font-size: 24px;
        margin-bottom: 0.6rem;
        padding: 6px;
    }
    
    #solution-impact .solution-box .description p {
        font-size: 15px;
        line-height: 1.5;
    }
    
}

@media (max-width: 480px) {
    #solution-impact {
        padding: 3rem 1rem 2rem 1rem;
    }

    #solution-impact .title {
        font-size: 24px;
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }

    #solution-impact .solutions-list {
        gap: 1.2rem;
    }

    #solution-impact .solution-box .left-img {
        height: 120px;
    }

    #solution-impact .solution-box .description {
        padding: 1rem 1rem;
    }

    #solution-impact .solution-box .description h3 {
        font-size: 18px;
        margin-bottom: 0.6rem;
    }

    #solution-impact .solution-box .description p {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* ==== OTIMIZAÇÕES FINAIS MOBILE ==== */

/* Footer Mobile Melhorado */
@media (max-width: 768px) {
    footer {
        padding: 3rem 0 2rem 0;
    }
    
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    
    .footer-brand {
        margin-bottom: 2rem;
    }
    
    .footer-brand .footer-logo {
        width: 150px;
        margin: 0 auto 1rem auto;
    }
    
    .footer-description {
        font-size: 0.95rem;
        line-height: 1.5;
        max-width: 350px;
        margin: 0 auto;
    }
    
    .footer-section h3 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .contact-links, .social-links {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .contact-link, .social-link {
        padding: 1rem 1.5rem;
        border-radius: 1rem;
        width: 100%;
        max-width: 300px;
        text-align: center;
        font-size: 0.95rem;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
    
    .footer-bottom {
        text-align: center;
        padding: 1.5rem 1rem 1rem 1rem;
        font-size: 0.85rem;
    }
}

/* Vídeo Mobile Otimizado */
@media (max-width: 768px) {
    .video-container {
        width: 100%;
        max-width: 600px;
        margin: 2rem auto;
        padding: 0;
        border-radius: 1rem;
        overflow: hidden;
    }
    
    .video-container video {
        width: 100%;
        height: auto;
        border-radius: 1rem;
    }
    
    .play-pause-btn {
        width: 70px;
        height: 70px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .play-pause-btn svg {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 480px) {
    .video-container {
        margin: 1.5rem 1rem;
        max-width: calc(100% - 2rem);
    }
    
    .play-pause-btn {
        width: 60px;
        height: 60px;
    }
    
    .play-pause-btn svg {
        width: 24px;
        height: 24px;
    }
}

/* Otimizações Gerais Mobile */
@media (max-width: 480px) {
    /* Títulos responsivos */
    h1, .title {
        font-size: 1.5rem !important;
        line-height: 1.8rem !important;
        margin-bottom: 1rem !important;
    }
    
    h2 {
        font-size: 1.3rem !important;
        line-height: 1.6rem !important;
    }
    
    h3 {
        font-size: 1.1rem !important;
        line-height: 1.4rem !important;
    }
    
    p, li {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    /* Espaçamentos consistentes */
    section {
        padding: 2rem 0 !important;
    }
    
    .content {
        padding: 0 1rem !important;
        max-width: 100% !important;
    }
    
    /* Botões padronizados */
    button, .button-orange, .button-white {
        width: 100% !important;
        min-height: 50px !important;
        font-size: 0.95rem !important;
        padding: 1rem 1.5rem !important;
        border-radius: 0.8rem !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
    }
    
    /* Imagens responsivas */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* Scrollbars móveis */
    ::-webkit-scrollbar {
        width: 4px;
    }
    
    ::-webkit-scrollbar-track {
        background: rgba(22, 144, 204, 0.1);
    }
    
    ::-webkit-scrollbar-thumb {
        background: var(--primary-orange);
        border-radius: 2px;
    }
}

/* Otimizações de Performance Mobile */
@media (max-width: 768px) {
    /* Reduz animações complexas em mobile */
    *, *::before, *::after {
        animation-duration: 0.3s !important;
        transition-duration: 0.3s !important;
    }
    
    /* Remove sombras complexas */
    .expensive-shadow {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    }
    
    /* Melhora a performance de scroll */
    body {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    
    /* Melhora rendering de elementos */
    .video-container, .swiper-slide, .advantage-box, 
    .solution-box, .tab, .info-card {
        transform: translateZ(0);
        will-change: transform;
    }
}

/* Modo escuro para mobile */
@media (max-width: 768px) {
    [data-theme="dark"] #navbar ul.options {
        background: linear-gradient(145deg, rgba(30, 30, 46, 0.98), rgba(26, 30, 45, 0.95));
    }
    
    [data-theme="dark"] #navbar ul.options li a {
        background: linear-gradient(145deg, rgba(45, 50, 74, 0.8), rgba(45, 50, 74, 0.6));
        color: var(--text-color);
    }
    
    [data-theme="dark"] #navbar ul.options li a:hover,
    [data-theme="dark"] #navbar ul.options li a.active {
        background: linear-gradient(135deg, var(--primary-orange), #ff8a4c);
        color: white;
    }
    
    [data-theme="dark"] .hamburger {
        background: linear-gradient(145deg, rgba(45, 50, 74, 0.9), rgba(45, 50, 74, 0.7));
        color: var(--text-color);
    }
    
    [data-theme="dark"] .hamburger:hover {
        background: linear-gradient(135deg, var(--primary-orange), #ff8a4c);
        color: white;
    }
}

/* Landscape mobile específico */
@media (max-width: 768px) and (orientation: landscape) {
    #presentation {
        padding-top: 5rem;
    }
    
    .video-container {
        max-width: 70%;
    }
    
    #navbar {
        height: 60px;
    }
    
    .hamburger {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

/* iOS específico */
@supports (-webkit-touch-callout: none) {
    .input-container input {
        font-size: 16px;
        transform: translateZ(0);
    }
    
    .swiper-slide {
        transform: translate3d(0, 0, 0);
    }
    
    body {
        -webkit-text-size-adjust: 100%;
    }
}

/* CORREÇÕES ESPECÍFICAS PARA MOBILE - PROBLEMAS IDENTIFICADOS */

/* ==== FIX 1: NAVBAR MOBILE COMPLETAMENTE CORRIGIDO ==== */
@media (max-width: 768px) {
    #navbar {
        top: 0 !important;
        padding: 0.5rem 0;
        background-color: rgba(209, 225, 232, 0.95);
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }
    
    #navbar .content {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 1rem !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    #logo-navbar {
        height: 2.5rem !important;
        margin: 0 !important;
    }
    
    .menu-buttons {
        flex-direction: row !important;
        align-items: center !important;
        gap: 0.5rem !important;
    }
    
    .hamburger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 45px !important;
        height: 45px !important;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)) !important;
        border: 1px solid rgba(22, 144, 204, 0.2) !important;
        border-radius: 8px !important;
        color: var(--text-color) !important;
        font-size: 20px !important;
        cursor: pointer !important;
        padding: 0 !important;
        transition: all 0.3s ease !important;
    }
    
    .hamburger:hover {
        background: linear-gradient(135deg, var(--primary-blue), #0a7bc4) !important;
        color: white !important;
        transform: scale(1.05) !important;
    }
    
    #navbar ul.options {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95)) !important;
        backdrop-filter: blur(20px) !important;
        z-index: 9999 !important;
        display: none !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 2rem !important;
        padding: 2rem !important;
        margin: 0 !important;
        transform: translateX(-100%);
        transition: all 0.3s ease !important;
    }
    
    #navbar ul.options.active {
        display: flex !important;
        transform: translateX(0) !important;
    }
    
    #navbar ul.options li {
        width: 90% !important;
        max-width: 300px !important;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }
    
    #navbar ul.options li a {
        display: block !important;
        width: 100% !important;
        padding: 1.2rem 2rem !important;
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6)) !important;
        border: 1px solid rgba(22, 144, 204, 0.1) !important;
        border-radius: 12px !important;
        color: var(--text-color) !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }
    
    #navbar ul.options li a:hover,
    #navbar ul.options li a.active {
        background: linear-gradient(135deg, var(--primary-orange), #ff8a4c) !important;
        color: white !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(255, 99, 0, 0.3) !important;
        border-color: transparent !important;
    }
    

    
    /* Seletor de idiomas no menu mobile */
    #language-selector {
        position: absolute !important;
        bottom: 2rem !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)) !important;
        border: 1px solid rgba(22, 144, 204, 0.2) !important;
        border-radius: 15px !important;
        padding: 0.8rem 1.2rem !important;
        backdrop-filter: blur(10px) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    }
    
    #language-selector img.flag {
        width: 25px !important;
        height: 25px !important;
        border-radius: 3px !important;
    }
}

/* ==== FIX 2: APRESENTAÇÃO MOBILE CORRIGIDA ==== */
@media (max-width: 768px) {
    #presentation {
        padding-top: 6rem !important;
        padding-bottom: 2rem !important;
    }
    
    #presentation .presentation-container {
        flex-direction: column !important;
        gap: 2rem !important;
        text-align: center !important;
    }
    
    #presentation .left-container {
        width: 100% !important;
        order: 1 !important;
    }
    
    #presentation .right-container {
        width: 100% !important;
        order: 2 !important;
        margin-bottom: 2rem !important;
    }
    
    #presentation .right-container img {
        position: static !important;
        width: 80% !important;
        max-width: 400px !important;
    }
    
    #presentation .title {
        font-size: 1.3rem !important;
        line-height: 1.6rem !important;
        margin-bottom: 1.2rem !important;
        text-align: center !important;
    }
    
    #presentation .description {
        font-size: 0.8rem !important;
        line-height: 1.3rem !important;
        margin-bottom: 0.8rem !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    #presentation .buttons-container {
        grid-template-columns: 1fr !important;
        gap: 0.6rem !important;
        margin-top: 1.2rem !important;
        width: 100% !important;
    }
    
    #presentation .buttons-container button {
        width: 100% !important;
        padding: 0.6rem 0.8rem !important;
        font-size: 0.65rem !important;
        min-height: 34px !important;
        min-width: 150px !important;
    }
}

@media (max-width: 480px) {
    #presentation {
        padding-top: 4rem !important;
    }
    
    #presentation .title {
        font-size: 1.3rem !important;
        line-height: 1.6rem !important;
    }
    
    #presentation .description {
        font-size: 0.85rem !important;
        line-height: 1.3rem !important;
    }
    
    #presentation .right-container img {
        width: 70% !important;
    }
}

/* ==== FIX 3: VÍDEO CONTAINER MOBILE CORRIGIDO ==== */
@media (max-width: 768px) {
    .video-container {
        width: 80% !important;
        max-width: 400px !important;
        margin: 1.5rem auto 0 auto !important;
        padding: 0.8rem !important;
        border-radius: 1.2rem !important;
    }
    
    .video-container video {
        width: 100% !important;
        height: auto !important;
        border-radius: 0.8rem !important;
    }
    
    .play-pause-btn {
        width: 50px !important;
        height: 50px !important;
    }
    
    .play-pause-btn svg {
        width: 20px !important;
        height: 20px !important;
    }
}

@media (max-width: 480px) {
    .video-container {
        width: 85% !important;
        margin: 1rem 0 0 0 !important;
        padding: 0.4rem !important;
    }
    
    .play-pause-btn {
        width: 40px !important;
        height: 40px !important;
    }
    
    .play-pause-btn svg {
        width: 16px !important;
        height: 16px !important;
    }
}

/* ==== FIX 4: CARROSSEL DE SETORES MOBILE CORRIGIDO ==== */
/* SEÇÃO REMOVIDA - CONFLITAVA COM O NOVO DESIGN MOBILE */

/* ==== FIX 5: ADVANTAGES SECTION MOBILE CORRIGIDA ==== */
/* VAZIO - REMOVIDO PARA EVITAR CONFLITOS */

/* ==== FIX 6: SOLUTION IMPACT MOBILE CORRIGIDA ==== */
@media (max-width: 768px) {
    #solution-impact {
        padding: 3rem 0 !important;
    }
    
    #solution-impact .title {
        font-size: 1.8rem !important;
        line-height: 2.2rem !important;
        margin-bottom: 2rem !important;
        text-align: center !important;
    }
    
    #solution-impact .solutions-list {
        gap: 2rem !important;
        padding: 0 !important;
        max-width: 100% !important;
    }
    
    #solution-impact .solution-box {
        grid-template-columns: 180px 1fr !important;
        min-height: 140px !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        border-radius: 16px !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    }
    
    #solution-impact .solution-box .left-img {
        height: 140px !important;
        border-radius: 16px 0 0 16px !important;
        background-size: cover !important;
        background-position: center !important;
    }
    
    #solution-impact .solution-box .description {
        padding: 1.5rem 1.8rem !important;
        text-align: left !important;
        justify-content: center !important;
    }
    
    #solution-impact .solution-box .description h3 {
        font-size: 20px !important;
        margin-bottom: 1rem !important;
        line-height: 1.3 !important;
    }
    
    #solution-impact .solution-box .description p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 480px) {
    #solution-impact {
        padding: 2.5rem 1rem !important;
    }
    
    #solution-impact .title {
        font-size: 1.8rem !important;
        line-height: 2.2rem !important;
        margin-bottom: 2rem !important;
        text-align: center !important;
    }
    
    #solution-impact .solutions-list {
        gap: 1.5rem !important;
        padding: 0 0.5rem !important;
    }
    
    #solution-impact .solution-box {
        grid-template-columns: 1fr !important;
        min-height: auto !important;
        max-width: 100% !important;
    }
    
    #solution-impact .solution-box .left-img {
        height: 180px !important;
        border-radius: 16px 16px 0 0 !important;
    }
    
    #solution-impact .solution-box .description {
        padding: 1.5rem 1.2rem !important;
        text-align: center !important;
        align-items: center !important;
    }
    
    #solution-impact .solution-box .description h3 {
        font-size: 20px !important;
        margin-bottom: 0.8rem !important;
        text-align: center !important;
    }
    
    #solution-impact .solution-box .description h3::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    #solution-impact .solution-box .description p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        text-align: center !important;
    }
}

/* ==== FIX 7: FORMULÁRIO DE CONTATO MOBILE CORRIGIDO ==== */
@media (max-width: 768px) {
    #contact-form-container {
        padding: 2rem 0 !important;
        background-size: 120% !important;
        background-position: center bottom !important;
    }
    
    #contact-form-container .contact-form-container {
        flex-direction: column !important;
        gap: 0 !important;
        padding: 0 1rem !important;
    }
    
    #contact-form-container .left-img {
        display: none !important;
    }
    
    #contact-form-container .right-form {
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto !important;
        padding: 2rem 1.5rem !important;
        border-radius: 15px !important;
        backdrop-filter: blur(15px) !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    }
    
    #contact-form-container .title {
        font-size: 1.8rem !important;
        line-height: 2.2rem !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
    }
    
    #contact-form-container .subtitle {
        font-size: 1rem !important;
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 1.5rem !important;
    }
    
    #contact-form-container form {
        width: 100% !important;
        margin: 1.5rem 0 !important;
    }
    
    .input-container {
        margin-bottom: 1.5rem !important;
    }
    
    .input-container input {
        padding: 1.2rem 1.5rem 0.8rem 1.5rem !important;
        font-size: 16px !important;
        min-height: 55px !important;
        border-radius: 10px !important;
    }
    
    .input-container label {
        font-size: 14px !important;
        left: 1.5rem !important;
    }
    
    .input-container input:focus + label,
    .input-container input:not(:placeholder-shown) + label {
        top: -15px !important;
        left: 1rem !important;
        font-size: 11px !important;
    }
    
    #form-button {
        width: 100% !important;
        padding: 1.2rem 2rem !important;
        font-size: 1rem !important;
        min-height: 55px !important;
        border-radius: 10px !important;
        margin-top: 1rem !important;
    }
    
    #book-container {
        flex-direction: column !important;
        padding: 2rem 1.5rem !important;
        border-radius: 15px !important;
        margin: 2rem auto !important;
        max-width: 500px !important;
        text-align: center !important;
        gap: 1.5rem !important;
    }
    
    #book-container p {
        font-size: 1.1rem !important;
        margin: 0 !important;
    }
    
    #book-container button {
        width: 100% !important;
        padding: 1rem 2rem !important;
        font-size: 1rem !important;
        min-height: 50px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 480px) {
    #contact-form-container .title {
        font-size: 1.5rem !important;
        line-height: 1.8rem !important;
    }
    
    #contact-form-container .subtitle {
        font-size: 0.9rem !important;
    }
    
    #contact-form-container .right-form {
        padding: 1.5rem 1rem !important;
    }
    
    .input-container input {
        padding: 1rem 1.2rem 0.6rem 1.2rem !important;
        font-size: 16px !important;
        min-height: 50px !important;
    }
    
    .input-container label {
        left: 1.2rem !important;
        font-size: 13px !important;
    }
    
    #book-container {
        margin: 1.5rem 1rem !important;
        padding: 1.5rem 1rem !important;
    }
    
    #book-container p {
        font-size: 1rem !important;
    }
}

/* ==== FIX 8: SEÇÃO SOLUTIONS MOBILE CORRIGIDA ==== */
@media (max-width: 768px) {
    #solutions {
        padding: 2rem 0 !important;
    }
    
    #solutions .title {
        font-size: 1.5rem !important;
        line-height: 1.8rem !important;
        margin-bottom: 1.5rem !important;
        text-align: center !important;
    }
    
    #solutions .options {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.8rem !important;
        margin: 1rem auto !important;
        padding: 0 1rem !important;
    }
    
    .gradient-border-mask {
        padding: 0.8rem 0.5rem !important;
        height: auto !important;
        min-height: 45px !important;
        font-size: 10px !important;
        border-radius: 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .gradient-border-mask p {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
    }
    
    #solutions .dinamic-content {
        margin: 1.5rem auto 0 auto !important;
        padding: 0 1rem !important;
    }
    
    #solutions .title-card {
        padding: 1rem 1.5rem !important;
        border-radius: 10px !important;
        margin-bottom: 1.5rem !important;
    }
    
    #solutions .title-card .title {
        font-size: 1.2rem !important;
        line-height: 1.4rem !important;
        margin: 0 !important;
    }
    
    #solutions .image-section {
        margin: 1.5rem 0 !important;
    }
    
    #solutions .image-section img {
        max-width: 400px !important;
        border-radius: 10px !important;
    }
    
    #solutions .info-cards-horizontal {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    #solutions .info-card {
        padding: 1.2rem !important;
        border-radius: 10px !important;
        min-height: auto !important;
    }
    
    #solutions .info-card h4 {
        font-size: 0.9rem !important;
        margin-bottom: 0.8rem !important;
    }
    
    #solutions .info-card li {
        font-size: 0.8rem !important;
        line-height: 1.4rem !important;
    }
    
    #solutions .button-section {
        margin-top: 1.5rem !important;
    }
    
    #solutions .button-section button {
        padding: 1rem 2rem !important;
        font-size: 0.9rem !important;
        min-width: 200px !important;
        border-radius: 10px !important;
        width: 100% !important;
        max-width: 300px !important;
    }
}

@media (max-width: 480px) {
    #solutions .options {
        grid-template-columns: 1fr !important;
        gap: 0.6rem !important;
    }
    
    .gradient-border-mask {
        width: 100% !important;
        height: 40px !important;
        font-size: 11px !important;
    }
    
    #solutions .title {
        font-size: 1.3rem !important;
        line-height: 1.6rem !important;
    }
    
    #solutions .title-card .title {
        font-size: 1.1rem !important;
        line-height: 1.3rem !important;
    }
    
    #solutions .image-section img {
        max-width: 100% !important;
    }
    
    #solutions .info-card {
        padding: 1rem !important;
    }
    
    #solutions .info-card h4 {
        font-size: 0.85rem !important;
    }
    
    #solutions .info-card li {
        font-size: 0.75rem !important;
    }
    
    #solutions .button-section button {
        width: 100% !important;
        font-size: 0.85rem !important;
        padding: 0.9rem 1.5rem !important;
    }
}

/* ==== FIX 9: SEÇÃO ABOUT MOBILE CORRIGIDA ==== */
@media (max-width: 768px) {
    #about {
        padding: 3rem 0 !important;
    }
    
    #about .title {
        font-size: 1.8rem !important;
        line-height: 2.2rem !important;
        text-align: center !important;
        margin-bottom: 2rem !important;
    }
    
    #about .title::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    #about .description {
        padding: 2rem 1.5rem !important;
        border-radius: 12px !important;
        margin: 0 1rem !important;
    }
    
    #about .description p {
        font-size: 0.95rem !important;
        line-height: 1.6rem !important;
        text-align: left !important;
        margin-bottom: 1.2rem !important;
    }
}

@media (max-width: 480px) {
    #about .title {
        font-size: 1.5rem !important;
        line-height: 1.8rem !important;
    }
    
    #about .description {
        padding: 1.5rem 1rem !important;
        margin: 0 0.5rem !important;
    }
    
    #about .description p {
        font-size: 0.85rem !important;
        line-height: 1.5rem !important;
    }
}

/* Seção de Demonstração */
#demo {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

#demo .title-card {
    margin-bottom: 40px;
}

#demo .demo-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

#demo .demo-text h2 {
    font-size: 2.2rem;
    color: #1e293b;
    margin-bottom: 15px;
}

#demo .demo-text p {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 20px;
    line-height: 1.5;
}

#demo .demo-benefits li {
    margin-bottom: 10px;
    font-size: 1rem;
}

#demo .demo-form {
    padding: 30px;
}

#demo .form-group {
    margin-bottom: 15px;
}

#demo .form-group input,
#demo .form-group textarea {
    padding: 12px;
}

#demo .form-group textarea {
    height: 100px;
}

#demo .btn-primary {
    padding: 12px;
    font-size: 1rem;
}


#demo .demo-benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #475569;
    font-size: 1.1rem;
}

#demo .demo-benefits li::before {
    content: "✓";
    color: #ff6300;
    margin-right: 10px;
    font-weight: bold;
}

#demo .demo-form {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#demo .form-group {
    margin-bottom: 20px;
}

#demo .form-group input,
#demo .form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

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

#demo .form-group input:focus,
#demo .form-group textarea:focus {
    border-color: #ff6300;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.1);
}

#demo .btn-primary {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
}

/* Dark Mode para Demonstração */
[data-theme="dark"] #demo {
    background: transparent;
}

[data-theme="dark"] #demo .demo-text h2 {
    color: #f1f5f9;
}

[data-theme="dark"] #demo .demo-text p {
    color: #cbd5e1;
}

[data-theme="dark"] #demo .demo-benefits li {
    color: #cbd5e1;
}

[data-theme="dark"] #demo .demo-form {
    background: rgba(30, 41, 59, 0.95);
    border: 1px solid rgba(96, 165, 250, 0.3);
}

[data-theme="dark"] #demo .form-group input,
[data-theme="dark"] #demo .form-group textarea {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(96, 165, 250, 0.3);
    color: #f1f5f9;
}

[data-theme="dark"] #demo .form-group input:focus,
[data-theme="dark"] #demo .form-group textarea:focus {
    border-color: #ff6300;
    box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.2);
}

[data-theme="dark"] #demo .form-group input::placeholder,
[data-theme="dark"] #demo .form-group textarea::placeholder {
    color: #94a3b8;
}

/* ==== FIX 10: FAQ MOBILE CORRIGIDA ==== */
@media (max-width: 768px) {
    #faq {
        padding: 3rem 0 !important;
    }
    
    #faq .title {
        font-size: 1.8rem !important;
        line-height: 2.2rem !important;
        margin-bottom: 2rem !important;
        text-align: center !important;
    }
    
    #faq .questions {
        width: 100% !important;
        padding: 0 1rem !important;
    }
    
    .tab {
        margin-bottom: 1rem !important;
    }
    
    .tab__label {
        padding: 1.2rem 1.5rem !important;
        font-size: 0.9rem !important;
        border-radius: 10px !important;
        line-height: 1.3 !important;
    }
    
    .tab__label::after {
        font-size: 16px !important;
    }
    
    .tab__content > div {
        padding: 1.5rem !important;
        font-size: 0.9rem !important;
        border-radius: 0 0 10px 10px !important;
        line-height: 1.5rem !important;
    }
    
    .tab__content > div button {
        padding: 0.8rem 1.5rem !important;
        font-size: 0.8rem !important;
        margin: 1rem auto 0 auto !important;
        border-radius: 8px !important;
    }
    
    #faq .contact-button {
        padding: 1rem 2.5rem !important;
        font-size: 1rem !important;
        margin: 2rem auto 0 auto !important;
        width: auto !important;
        max-width: 300px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 480px) {
    #faq .title {
        font-size: 1.5rem !important;
        line-height: 1.8rem !important;
    }
    
    .tab__label {
        padding: 1rem 1.2rem !important;
        font-size: 0.85rem !important;
    }
    
    .tab__content > div {
        padding: 1.2rem !important;
        font-size: 0.8rem !important;
    }
    
    #faq .contact-button {
        width: 100% !important;
        max-width: 100% !important;
        margin: 1.5rem 1rem 0 1rem !important;
        padding: 1rem 2rem !important;
        font-size: 0.9rem !important;
    }
}

/* ==== FOOTER MOBILE CORRIGIDO - SEM TREMOR E CNPJ VISÍVEL ==== */
@media (max-width: 768px) {
    footer {
        padding: 1.5rem 0 1rem 0 !important;
    }
    
    footer .content {
        padding: 0 1rem !important;
    }
    
    .footer-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        text-align: center !important;
    }
    
    .footer-brand {
        margin-bottom: 1.5rem !important;
    }
    
    .footer-brand .footer-logo {
        height: 2.5rem !important;
        width: auto !important;
        margin: 0 auto 1rem auto !important;
        display: block !important;
    }
    
    .footer-description {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    
    .footer-section h3 {
        font-size: 1rem !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
    }
    
    .footer-section h3::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    /* Removido ícone animado que causava tremor */
    .contact-header-icon {
        animation: none !important;
    }
    
    .contact-links,
    .social-links {
        flex-direction: column !important;
        gap: 0.8rem !important;
        align-items: center !important;
    }
    
    .contact-link,
    .social-link {
        padding: 0.8rem 1.2rem !important;
        border-radius: 8px !important;
        width: 100% !important;
        max-width: 280px !important;
        text-align: center !important;
        font-size: 0.85rem !important;
        min-height: 45px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.6rem !important;
        /* Removidas transformações que causavam tremor */
        transform: none !important;
    }
    
    .contact-link:hover,
    .social-link:hover {
        transform: none !important;
    }
    
    .contact-icon,
    .social-link img {
        width: 18px !important;
        height: 18px !important;
        /* Removidas transformações que causavam tremor */
        transform: none !important;
    }
    
    .contact-link:hover .contact-icon,
    .social-link:hover img {
        transform: none !important;
    }
    
    .footer-bottom {
        text-align: center !important;
        padding: 1rem 1rem 0.8rem 1rem !important;
        font-size: 0.85rem !important;
        border-top: 1px solid #cbd5e1 !important;
        margin-top: 1rem !important;
        /* Garantir que o conteúdo não seja cortado */
        min-height: 50px !important;
    }
    
    .footer-bottom p {
        margin: 0 !important;
        line-height: 1.6 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        /* Garantir que o texto seja totalmente visível */
        padding: 0.5rem 0 !important;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 1rem 0 0.8rem 0 !important;
    }
    
    .footer-container {
        gap: 1.5rem !important;
    }
    
    .footer-brand .footer-logo {
        height: 2rem !important;
    }
    
    .footer-description {
        font-size: 0.8rem !important;
    }
    
    .footer-section h3 {
        font-size: 0.9rem !important;
    }
    
    .contact-link,
    .social-link {
        padding: 0.7rem 1rem !important;
        font-size: 0.8rem !important;
        max-width: 100% !important;
        min-height: 40px !important;
        /* Garantir que não haja tremor */
        transform: none !important;
    }
    
    .contact-link:hover,
    .social-link:hover {
        transform: none !important;
    }
    
    .footer-bottom {
        font-size: 0.8rem !important;
        padding: 1rem 1rem 0.8rem 1rem !important;
        /* Garantir espaço suficiente para o CNPJ */
        min-height: 50px !important;
    }
    
    .footer-bottom p {
        line-height: 1.7 !important;
        padding: 0.8rem 0 !important;
        /* Garantir que o texto seja totalmente visível */
        word-break: break-word !important;
        hyphens: auto !important;
    }
}

/* ==== CORREÇÕES GLOBAIS ADICIONAIS ==== */
@media (max-width: 768px) {
    /* Garantir que todas as seções tenham largura total */
    section {
        width: 100vw !important;
        overflow-x: hidden !important;
    }
    
    /* Melhorar espaçamento vertical */
    section + section {
        margin-top: 0 !important;
    }
    
    /* Padronizar containers */
    .content {
        max-width: 100% !important;
        padding: 0 1rem !important;
        width: 100% !important;
    }
    
    /* Botões responsivos universais */
    button,
    .button-orange,
    .button-white,
    .contact-button,
    .solution__button-pdf {
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
        -webkit-appearance: none !important;
        min-height: 48px !important;
        border-radius: 8px !important;
    }
    
    /* Imagens responsivas */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* Prevenção de overflow horizontal */
    html,
    body {
        overflow-x: hidden !important;
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    /* Títulos padronizados */
    h1,
    .title {
        font-size: 1.4rem !important;
        line-height: 1.6rem !important;
    }
    
    h2 {
        font-size: 1.2rem !important;
        line-height: 1.4rem !important;
    }
    
    h3 {
        font-size: 1rem !important;
        line-height: 1.2rem !important;
    }
    
    /* Texto padrão */
    p,
    li {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    
    /* Container de conteúdo */
    .content {
        padding: 0 0.8rem !important;
    }
    
    /* Seções padronizadas */
    section {
        padding: 2rem 0 !important;
    }
}

/* ==== ANIMAÇÕES OTIMIZADAS PARA MOBILE ==== */
@media (max-width: 768px) {
    /* Reduzir animações complexas em mobile */
    *,
    *::before,
    *::after {
        animation-duration: 0.2s !important;
        transition-duration: 0.2s !important;
    }
    
    /* Remover transformações pesadas */
    .advantage-box:hover,
    .solution-box:hover,
    .swiper-slide:hover {
        transform: translateY(-2px) !important;
    }
    
    /* Otimizar performance de scroll */
    body {
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior: contain !important;
    }
}

/* Specific iPhone fixes */
@supports (-webkit-touch-callout: none) {
    .input-container input {
        font-size: 16px !important;
        transform: translateZ(0) !important;
    }
    
    body {
        -webkit-text-size-adjust: 100% !important;
    }
    
    .video-container,
    .swiper-slide,
    .advantage-box {
        transform: translate3d(0, 0, 0) !important;
        will-change: transform !important;
    }
}

/* ==== SEÇÃO SECTORS - REFATORAÇÃO COMPLETA MOBILE ==== */
/* SEÇÃO SECTORS 768px - DESABILITADA PARA NÃO CONFLITAR COM MOBILE 480px */
@media (max-width: 768px) and (min-width: 481px) {
    #sectors {
        padding: 1.2rem 0 1.8rem 0 !important;
    }
    
    .sectors-carousel-container {
        width: 100% !important;
        padding: 0 !important;
        overflow: visible !important;
    }
    
    .sectors-carousel-container .swiper {
        width: 100% !important;
        padding: 0 1rem 3rem 1rem !important;
        overflow: visible !important;
    }
    
    .swiper-slide {
        width: 280px !important;
        height: 300px !important;
        background: #ffffff !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        border: 1px solid rgba(22, 144, 204, 0.1) !important;
        overflow: hidden !important;
        transition: all 0.3s ease !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .slide-image {
        height: 160px !important;
        width: 100% !important;
        overflow: hidden !important;
    }
    
    .slide-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .slide-caption {
        padding: 1.2rem 1rem !important;
        flex-grow: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .slide-caption h4 {
        font-size: 0.95rem !important;
        font-weight: 700 !important;
        color: var(--primary-blue) !important;
        margin-bottom: 0.8rem !important;
        line-height: 1.3 !important;
    }
    
    .slide-caption p {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        color: #64748b !important;
        margin: 0 !important;
    }
    
    .carousel-nav {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 44px !important;
        height: 44px !important;
        background: rgba(22, 144, 204, 0.9) !important;
        border: 2px solid rgba(255, 255, 255, 0.8) !important;
        border-radius: 50% !important;
        color: white !important;
        font-size: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        z-index: 50 !important;
        box-shadow: 0 4px 12px rgba(22, 144, 204, 0.3) !important;
        transition: all 0.3s ease !important;
    }
    
    .carousel-nav.prev {
        left: 15px !important;
    }
    
    .carousel-nav.next {
        right: 15px !important;
    }
    
    .carousel-nav:hover {
        transform: translateY(-50%) scale(1.1) !important;
        background: var(--primary-blue) !important;
        box-shadow: 0 6px 16px rgba(22, 144, 204, 0.4) !important;
    }
    
    .swiper-pagination {
        position: relative !important;
        bottom: 0 !important;
        text-align: center !important;
        margin-top: 1.5rem !important;
    }
    
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin: 0 3px !important;
        background: rgba(22, 144, 204, 0.3) !important;
        opacity: 1 !important;
        border-radius: 50% !important;
        transition: all 0.3s ease !important;
    }
    
    .swiper-pagination-bullet-active {
        width: 20px !important;
        border-radius: 10px !important;
        background: var(--primary-orange) !important;
    }
}

@media (max-width: 480px) {
    #navbar {
        padding: 0.2rem 0 !important;
    }
    
    #navbar .content {
        padding: 0 0.6rem !important;
        min-height: 55px !important;
    }
    
    #logo-navbar {
        height: 2rem !important;
    }
    
    .hamburger {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
    }
    
    #language-selector {
        gap: 4px !important;
        padding: 0.15rem 0.3rem !important;
    }
    
    #language-selector img.flag {
        width: 16px !important;
        height: 16px !important;
    }
    
    .theme-toggle {
        width: 40px !important;
        height: 22px !important;
        margin-left: 0.3rem !important;
    }
    
    .theme-toggle::before {
        width: 16px !important;
        height: 16px !important;
        top: 3px !important;
        left: 3px !important;
    }
    
    .theme-toggle svg {
        width: 10px !important;
        height: 10px !important;
    }
    
    .theme-toggle .sun-icon {
        left: 4px !important;
    }
    
    .theme-toggle .moon-icon {
        right: 4px !important;
    }
}

/* AJUSTE DO ESPAÇAMENTO DA SEÇÃO PRESENTATION CORRIGIDO */
@media (max-width: 768px) {
    #presentation {
        padding-top: 4rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (max-width: 480px) {
    #presentation {
        padding-top: 3.5rem !important;
        padding-bottom: 0.8rem !important;
    }
}

/* REMOVER ESPAÇAMENTOS EXCESSIVOS */
@media (max-width: 768px) {
    section {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    
    #sectors .title {
        margin-bottom: 0.5rem !important;
        font-size: 0.9rem !important;
        line-height: 1.1rem !important;
    }
}

@media (max-width: 480px) {
    section {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    
    #sectors .title {
        margin-bottom: 0.6rem !important;
        font-size: 1.1rem !important;
        line-height: 1.3rem !important;
    }
}

/* AJUSTES ESPECÍFICOS DO BOTÃO HAMBURGER E THEME TOGGLE */
@media (max-width: 768px) {
    .menu-buttons {
        flex-direction: row !important;
        align-items: center !important;
        gap: 0.5rem !important;
        flex-shrink: 0 !important;
    }
    
    /* Botão hamburger melhorado */
    .hamburger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)) !important;
        border: 1px solid rgba(22, 144, 204, 0.25) !important;
        border-radius: 6px !important;
        color: var(--primary-blue) !important;
        font-size: 16px !important;
        cursor: pointer !important;
        padding: 0 !important;
        transition: all 0.3s ease !important;
        margin: 0 !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
        font-weight: 500 !important;
    }
    
    .hamburger:hover {
        background: linear-gradient(135deg, var(--primary-blue), #0a7bc4) !important;
        color: white !important;
        transform: scale(1.05) !important;
        box-shadow: 0 2px 8px rgba(22, 144, 204, 0.3) !important;
        border-color: var(--primary-blue) !important;
    }
    
    .hamburger:active {
        transform: scale(0.95) !important;
    }
    
    /* Theme toggle melhorado */
    .theme-toggle {
        width: 40px !important;
        height: 20px !important;
        margin-left: 0.5rem !important;
        border-radius: 10px !important;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 245, 0.8)) !important;
        border: 1px solid rgba(22, 144, 204, 0.2) !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 
                    inset 0 1px 1px rgba(255, 255, 255, 0.8) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        position: relative !important;
        cursor: pointer !important;
    }
    
    .theme-toggle:hover {
        transform: scale(1.05) !important;
        box-shadow: 0 2px 6px rgba(22, 144, 204, 0.2), 
                    inset 0 1px 1px rgba(255, 255, 255, 0.9) !important;
        border-color: rgba(22, 144, 204, 0.3) !important;
    }
    
    .theme-toggle::before {
        content: '' !important;
        position: absolute !important;
        width: 16px !important;
        height: 16px !important;
        top: 1px !important;
        left: 1px !important;
        background: linear-gradient(145deg, #ffffff, #e8e8e8) !important;
        border-radius: 50% !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 
                    inset 0 1px 1px rgba(255, 255, 255, 1) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        z-index: 2 !important;
        border: 1px solid rgba(22, 144, 204, 0.1) !important;
    }
    
    .theme-toggle svg {
        position: absolute !important;
        width: 10px !important;
        height: 10px !important;
        transition: all 0.3s ease !important;
        z-index: 3 !important;
    }
    
    .theme-toggle .sun-icon {
        left: 4px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        opacity: 1 !important;
        color: #fbbf24 !important;
    }
    
    .theme-toggle .moon-icon {
        right: 4px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        opacity: 0.3 !important;
        color: #6b7280 !important;
    }
    
    /* Estado dark mode */
    [data-theme="dark"] .theme-toggle {
        background: linear-gradient(145deg, rgba(45, 50, 74, 0.9), rgba(35, 37, 48, 0.8)) !important;
        border-color: rgba(74, 158, 255, 0.3) !important;
    }
    
    [data-theme="dark"] .theme-toggle::before {
        left: 22px !important;
        background: linear-gradient(145deg, #4a5568, #2d3748) !important;
        border-color: rgba(74, 158, 255, 0.2) !important;
    }
    
    [data-theme="dark"] .theme-toggle .sun-icon {
        opacity: 0.3 !important;
        color: #9ca3af !important;
    }
    
    [data-theme="dark"] .theme-toggle .moon-icon {
        opacity: 1 !important;
        color: #60a5fa !important;
    }
}

@media (max-width: 480px) {
    .menu-buttons {
        gap: 0.4rem !important;
    }
    
    /* Botão hamburger mobile pequeno */
    .hamburger {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
        border-radius: 5px !important;
    }
    
    /* Theme toggle mobile pequeno */
    .theme-toggle {
        width: 34px !important;
        height: 18px !important;
        margin-left: 0.4rem !important;
        border-radius: 9px !important;
    }
    
    .theme-toggle::before {
        width: 14px !important;
        height: 14px !important;
        top: 1px !important;
        left: 1px !important;
    }
    
    .theme-toggle svg {
        width: 8px !important;
        height: 8px !important;
    }
    
    .theme-toggle .sun-icon {
        left: 3px !important;
    }
    
    .theme-toggle .moon-icon {
        right: 3px !important;
    }
    
    [data-theme="dark"] .theme-toggle::before {
        left: 18px !important;
    }
}

/* ==== MODO ESCURO PARA SEÇÃO DE VÍDEO ==== */
[data-theme="dark"] .video-section {
  background: 
    /* Padrão geométrico sutil */
    radial-gradient(circle at 20% 20%, rgba(74, 158, 255, 0.08) 0%, transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 138, 76, 0.06) 0%, transparent 30%),
    radial-gradient(circle at 40% 80%, rgba(74, 158, 255, 0.04) 0%, transparent 30%),
    /* Base escura */
    linear-gradient(135deg, 
      rgba(30, 41, 59, 0.95) 0%,
      rgba(15, 23, 42, 0.9) 25%,
      rgba(30, 41, 59, 1) 50%,
      rgba(15, 23, 42, 0.9) 75%,
      rgba(30, 41, 59, 0.95) 100%
    );
      /* border-top: 2px solid rgba(74, 158, 255, 0.2); */
      /* border-bottom: 2px solid rgba(74, 158, 255, 0.2); */
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 2px 15px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .video-section::before {
  background-image: 
    /* Hexágonos sutis */
    radial-gradient(circle at 15% 15%, transparent 8px, rgba(74, 158, 255, 0.04) 8px, rgba(74, 158, 255, 0.04) 12px, transparent 12px),
    radial-gradient(circle at 85% 85%, transparent 6px, rgba(255, 138, 76, 0.05) 6px, rgba(255, 138, 76, 0.05) 10px, transparent 10px),
    /* Grid sutil */
    linear-gradient(90deg, rgba(74, 158, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(74, 158, 255, 0.03) 1px, transparent 1px);
  opacity: 0.4;
}

[data-theme="dark"] .video-title {
  color: #4A9EFF;
}

[data-theme="dark"] .video-description {
  color: var(--text-color);
}

[data-theme="dark"] .video-description .bold {
  color: #FF8A4C;
}

[data-theme="dark"] .video-container {
  box-shadow: 
    0 15px 40px rgba(0, 0, 0, 0.5),
    0 8px 25px rgba(74, 158, 255, 0.2);
  border: 1px solid rgba(74, 158, 255, 0.1);
}

[data-theme="dark"] .video-container:hover {
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.6),
    0 10px 30px rgba(74, 158, 255, 0.3);
  border-color: rgba(74, 158, 255, 0.2);
}

/* Ajuste do seletor de idiomas para harmonizar */
@media (max-width: 768px) {
    #language-selector {
        display: flex !important;
        gap: 5px !important;
        align-items: center !important;
        flex-shrink: 0 !important;
        padding: 0.25rem 0.4rem !important;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)) !important;
        border: 1px solid rgba(22, 144, 204, 0.2) !important;
        border-radius: 6px !important;
        backdrop-filter: blur(5px) !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
        transition: all 0.2s ease !important;
    }
    
    #language-selector:hover {
        background: linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9)) !important;
        border-color: rgba(22, 144, 204, 0.3) !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    }
    
    #language-selector img.flag {
        width: 16px !important;
        height: 16px !important;
        border-radius: 2px !important;
        transition: all 0.2s ease !important;
        opacity: 0.8 !important;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    }
    
    #language-selector img.flag:hover {
        transform: scale(1.1) !important;
        opacity: 1 !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    }
}

@media (max-width: 480px) {
    #language-selector {
        gap: 4px !important;
        padding: 0.2rem 0.3rem !important;
        border-radius: 5px !important;
    }
    
    #language-selector img.flag {
        width: 14px !important;
        height: 14px !important;
    }
}

/* REORGANIZAÇÃO HARMÔNICA DA NAVBAR MOBILE */
@media (max-width: 768px) {
    #navbar .content {
        display: grid !important;
        grid-template-columns: auto 1fr auto !important;
        align-items: center !important;
        gap: 1rem !important;
        padding: 0.5rem 1rem !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-height: 60px !important;
    }
    
    /* Logo na esquerda */
    #logo-navbar {
        height: 2.2rem !important;
        width: auto !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
        grid-column: 1 !important;
        justify-self: start !important;
    }
    
    /* Espaço flexível no meio */
    .navbar-spacer {
        grid-column: 2 !important;
        flex-grow: 1 !important;
    }
    
    /* Container dos botões à direita */
    .menu-buttons {
        grid-column: 3 !important;
        justify-self: end !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 0.5rem !important;
        flex-shrink: 0 !important;
    }
    
    /* Seletor de idiomas primeiro */
    #language-selector {
        display: flex !important;
        gap: 4px !important;
        align-items: center !important;
        flex-shrink: 0 !important;
        padding: 0.3rem 0.5rem !important;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)) !important;
        border: 1px solid rgba(22, 144, 204, 0.2) !important;
        border-radius: 8px !important;
        backdrop-filter: blur(5px) !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
        transition: all 0.2s ease !important;
        order: 1 !important;
    }
    
    #language-selector:hover {
        background: linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9)) !important;
        border-color: rgba(22, 144, 204, 0.3) !important;
        transform: scale(1.02) !important;
    }
    
    #language-selector img.flag {
        width: 18px !important;
        height: 18px !important;
        border-radius: 2px !important;
        transition: all 0.2s ease !important;
        opacity: 0.8 !important;
    }
    
    #language-selector img.flag:hover {
        transform: scale(1.1) !important;
        opacity: 1 !important;
    }
    
    /* Hamburger por último */
    .hamburger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)) !important;
        border: 1px solid rgba(22, 144, 204, 0.25) !important;
        border-radius: 8px !important;
        color: var(--primary-blue) !important;
        font-size: 18px !important;
        cursor: pointer !important;
        padding: 0 !important;
        transition: all 0.3s ease !important;
        margin: 0 !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
        font-weight: 500 !important;
        order: 3 !important;
    }
    
    .hamburger:hover {
        background: linear-gradient(135deg, var(--primary-blue), #0a7bc4) !important;
        color: white !important;
        transform: scale(1.05) !important;
        box-shadow: 0 2px 8px rgba(22, 144, 204, 0.3) !important;
        border-color: var(--primary-blue) !important;
    }
    
    .hamburger:active {
        transform: scale(0.95) !important;
    }
}

@media (max-width: 480px) {
    #navbar .content {
        gap: 0.5rem !important;
        padding: 0.4rem 0.8rem !important;
        min-height: 55px !important;
    }
    
    #logo-navbar {
        height: 2rem !important;
    }
    
    #language-selector {
        gap: 3px !important;
        padding: 0.25rem 0.4rem !important;
        border-radius: 6px !important;
    }
    
    #language-selector img.flag {
        width: 16px !important;
        height: 16px !important;
    }
    
    .theme-toggle {
        width: 38px !important;
        height: 20px !important;
        border-radius: 10px !important;
    }
    
    .theme-toggle::before {
        width: 16px !important;
        height: 16px !important;
        top: 1px !important;
        left: 1px !important;
    }
    
    .theme-toggle svg {
        width: 9px !important;
        height: 9px !important;
    }
    
    .theme-toggle .sun-icon {
        left: 4px !important;
    }
    
    .theme-toggle .moon-icon {
        right: 4px !important;
    }
    
    .hamburger {
        width: 36px !important;
        height: 36px !important;
        font-size: 16px !important;
        border-radius: 6px !important;
    }
    
    /* Estados do dark mode para mobile */
    [data-theme="dark"] .theme-toggle::before {
        left: 20px !important;
    }
}

/* ==== BOTÃO DE TEMA DESKTOP (MANTÉM COMO ESTÁ) ==== */
.theme-toggle {
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    color: var(--primary-blue);
    border: none;
    border-radius: 30px;
    width: 60px;
    height: 32px;
    padding: 0;
    margin-left: 1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 
                0 2px 4px rgba(0, 0, 0, 0.1),
                inset 0 1px 2px rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    flex-shrink: 0;
}

.theme-toggle::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 26px;
    height: 26px;
    background: linear-gradient(145deg, #ffffff, #e0e0e0);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2),
                0 1px 3px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.theme-toggle svg {
    position: absolute;
    width: 16px;
    height: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.theme-toggle .sun-icon {
    left: 8px;
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.theme-toggle .moon-icon {
    right: 8px;
    opacity: 0;
    transform: rotate(180deg) scale(0.8);
}

.theme-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 
                0 3px 6px rgba(0, 0, 0, 0.15),
                inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

/* ==== BOTÃO DE TEMA MOBILE (NOVO E COMPACTO) ==== */
.theme-toggle-mobile {
    display: none;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 245, 0.8));
    color: var(--primary-blue);
    border: 1px solid rgba(22, 144, 204, 0.2);
    border-radius: 8px;
    width: 36px;
    height: 36px;
    padding: 0;
    margin-left: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.theme-toggle-mobile:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(22, 144, 204, 0.2);
    border-color: rgba(22, 144, 204, 0.3);
}

.theme-toggle-mobile:active {
    transform: scale(0.95);
}

.theme-toggle-mobile .theme-icon {
    font-size: 18px;
    transition: all 0.3s ease;
}

.theme-toggle-mobile .sun-emoji {
    display: block;
}

.theme-toggle-mobile .moon-emoji {
    display: none;
}

/* ==== MEDIA QUERIES PARA ALTERNAR BOTÕES ==== */
@media (max-width: 768px) {
    /* Esconder botão desktop no mobile */
    .theme-toggle {
        display: none !important;
    }
    
    /* Mostrar botão mobile */
    .theme-toggle-mobile {
        display: flex !important;
        order: 2 !important;
    }
    
    /* Ajustar espaçamento dos botões mobile */
    .menu-buttons {
        gap: 0.5rem !important;
    }
}

@media (max-width: 480px) {
    .theme-toggle-mobile {
        width: 32px !important;
        height: 32px !important;
        margin-left: 0.4rem !important;
        border-radius: 6px !important;
    }
    
    .theme-toggle-mobile .theme-icon {
        font-size: 16px !important;
    }
}

/* ==== ESTADOS DARK MODE PARA AMBOS OS BOTÕES ==== */

/* Desktop Dark Mode (mantém como está) */
[data-theme="dark"] .theme-toggle {
    background: linear-gradient(145deg, #2D324A, #252A41) !important;
    color: #4A9EFF !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 
                0 2px 4px rgba(0, 0, 0, 0.2),
                inset 0 1px 2px rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .theme-toggle::before {
    background: linear-gradient(145deg, #4A9EFF, #3A8EE6) !important;
    box-shadow: 0 2px 8px rgba(74, 158, 255, 0.4),
                0 1px 3px rgba(74, 158, 255, 0.3),
                inset 0 1px 1px rgba(255, 255, 255, 0.4) !important;
    transform: translateX(28px) !important;
}

[data-theme="dark"] .theme-toggle .sun-icon {
    opacity: 0 !important;
    transform: rotate(-180deg) scale(0.8) !important;
}

[data-theme="dark"] .theme-toggle .moon-icon {
    opacity: 1 !important;
    transform: rotate(0deg) scale(1) !important;
    color: white !important;
}

/* Mobile Dark Mode (novo) */
[data-theme="dark"] .theme-toggle-mobile {
    background: linear-gradient(145deg, rgba(45, 50, 74, 0.9), rgba(35, 37, 48, 0.8)) !important;
    border: 1px solid rgba(74, 158, 255, 0.3) !important;
    color: #4A9EFF !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .theme-toggle-mobile:hover {
    border-color: rgba(74, 158, 255, 0.4) !important;
    box-shadow: 0 4px 12px rgba(74, 158, 255, 0.3) !important;
    transform: scale(1.05) !important;
}

[data-theme="dark"] .theme-toggle-mobile .sun-emoji {
    display: none !important;
}

[data-theme="dark"] .theme-toggle-mobile .moon-emoji {
    display: block !important;
}

/* Responsivo menor para mobile muito pequeno */
@media (max-width: 480px) {
    [data-theme="dark"] .theme-toggle::before {
        transform: translateX(25px) !important;
    }
}

@media (max-width: 768px) {
    .carousel-nav.prev {
        left: calc(50% - 50px) !important;
    }
    
    .carousel-nav.next {
        right: calc(50% - 50px) !important;
    }
    
    .carousel-nav:hover {
        transform: scale(1.15) !important;
        box-shadow: 0 8px 30px rgba(255, 99, 0, 0.6) !important;
        background: linear-gradient(135deg, #ff8a4c, var(--primary-orange)) !important;
    }
    
    .carousel-nav:active {
        transform: scale(1.05) !important;
    }
    
    /* Paginação melhorada */
    .swiper-pagination {
        bottom: 0.3rem !important;
        position: relative !important;
        text-align: center !important;
        margin-top: 1rem !important;
    }
    
    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin: 0 4px !important;
        background: rgba(22, 144, 204, 0.3) !important;
        opacity: 1 !important;
        transition: all 0.3s ease !important;
        cursor: pointer !important;
    }
    
    .swiper-pagination-bullet-active {
        background: var(--primary-orange) !important;
        transform: scale(1.4) !important;
        box-shadow: 0 3px 10px rgba(255, 99, 0, 0.5) !important;
    }
}

@media (max-width: 480px) {
    /* SEÇÃO PRINCIPAL */
    #sectors {
        padding: 2rem 0 !important;
        background: linear-gradient(135deg, 
            rgba(15, 23, 42, 0.95) 0%, 
            rgba(30, 41, 59, 0.9) 50%,
            rgba(15, 23, 42, 0.95) 100%) !important;
    }
    
    /* TÍTULO */
    .sectors-title {
        font-size: 1.6rem !important;
        margin-bottom: 2rem !important;
        padding: 0 1rem !important;
        text-align: center !important;
        color: #ffffff !important;
        font-weight: 800 !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    }
    
    .sectors-title span {
        background: linear-gradient(135deg, var(--primary-orange), #ff6b35) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
    }
    
    /* CONTAINER DO CARROSSEL - REFORMULADO COMPLETO */
    .sectors-carousel-container {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
        height: auto !important;
        min-height: 500px !important;
    }
    
    .sectors-carousel-container .swiper {
        width: 100% !important;
        height: 420px !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        position: relative !important;
    }
    
    /* WRAPPER E SLIDES - NOVO SISTEMA */
    .mySwiper .swiper-wrapper {
        display: flex !important;
        align-items: center !important;
        height: 380px !important;
        position: relative !important;
    }
    
    .mySwiper .swiper-slide {
        width: 280px !important;
        height: 380px !important;
        margin: 0 50px !important;
        background: #ffffff !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        position: relative !important;
        display: block !important;
        flex-shrink: 0 !important;
        box-shadow: 
            0 20px 40px rgba(0, 0, 0, 0.15),
            0 8px 20px rgba(0, 0, 0, 0.1) !important;
        transform: scale(0.85) !important;
        opacity: 0.6 !important;
        transition: all 0.3s ease !important;
        filter: blur(1px) !important;
    }
    
    /* SLIDE ATIVO - DESTAQUE TOTAL */
    .mySwiper .swiper-slide-active {
        transform: scale(1) !important;
        opacity: 1 !important;
        filter: none !important;
        z-index: 10 !important;
        box-shadow: 
            0 30px 60px rgba(22, 144, 204, 0.2),
            0 15px 30px rgba(0, 0, 0, 0.2) !important;
    }
    
    /* IMAGEM DO SLIDE */
    .mySwiper .slide-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1 !important;
    }
    
    .mySwiper .slide-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }
    
    /* OVERLAY GRADIENTE */
    .mySwiper .slide-image::after {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(
            180deg, 
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.85) 100%
        ) !important;
        z-index: 2 !important;
    }
    
    /* TEXTO DO SLIDE */
    .mySwiper .slide-caption {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        padding: 2rem 1.5rem !important;
        z-index: 3 !important;
        text-align: center !important;
        color: #ffffff !important;
    }
    
    .mySwiper .slide-caption h4 {
        font-size: 1.3rem !important;
        font-weight: 800 !important;
        margin-bottom: 0.8rem !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
        color: #ffffff !important;
    }
    
    .mySwiper .slide-caption p {
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
        color: rgba(255, 255, 255, 0.95) !important;
        margin: 0 !important;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
    }
    
    /* ORGANIZAÇÃO ESTRUTURAL DOS ELEMENTOS */
    .sectors-carousel-container {
        position: relative;
        padding-bottom: 60px; /* Espaço otimizado para paginação e botões */
    }
    
    /* POSICIONAMENTO DA BARRA DE PROGRESSO - FORA DO SWIPER */
    .sectors-carousel-container .swiper-pagination {
        position: relative !important;
        margin: 40px auto 20px auto !important;
        width: 200px !important;
        height: 6px !important;
        background: rgba(255, 255, 255, 0.3) !important;
        border-radius: 3px !important;
    }
    
    /* POSICIONAMENTO DOS BOTÕES - ABAIXO DA BARRA */
    .sectors-carousel-container .carousel-nav {
        position: relative;
        display: inline-flex;
        width: 50px;
        height: 50px;
        margin: 10px 15px;
        background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.95), 
            rgba(248, 250, 252, 0.9)
        );
        border: 2px solid rgba(22, 144, 204, 0.3);
        border-radius: 50%;
        color: var(--primary-blue);
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 100;
        font-size: 18px;
        font-weight: bold;
        box-shadow: 
            0 4px 15px rgba(0, 0, 0, 0.1),
            0 2px 8px rgba(22, 144, 204, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.8);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        backdrop-filter: blur(10px);
    }
    
    /* Container para centralizar os botões */
    .sectors-carousel-container .carousel-nav-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    
    .sectors-carousel-container .carousel-nav:hover {
        background: linear-gradient(135deg, var(--primary-blue), #0a7bc4);
        color: #ffffff;
        border-color: var(--primary-blue);
        transform: translateY(-3px) scale(1.08);
        box-shadow: 
            0 8px 25px rgba(22, 144, 204, 0.4),
            0 4px 15px rgba(0, 0, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    
    .sectors-carousel-container .carousel-nav:active {
        transform: translateY(-1px) scale(1.02);
        transition: all 0.1s ease;
    }
    

    
    /* PROGRESSBAR DO CARROSSEL - POSICIONAMENTO CORRETO */
    .sectors-carousel-container .swiper-pagination-progressbar {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        width: 200px !important;
        height: 6px !important;
        margin: 40px auto 20px auto !important;
        background: rgba(255, 255, 255, 0.3) !important;
        border-radius: 3px !important;
    }
    
    .sectors-carousel-container .swiper-pagination-progressbar-fill {
        background: linear-gradient(90deg, 
            var(--primary-orange), 
            #ff6b35, 
            #ff8a4c) !important;
        border-radius: 4px !important;
        height: 100% !important;
        transition: all 0.4s ease !important;
        box-shadow: 0 2px 8px rgba(255, 138, 76, 0.4) !important;
        position: relative !important;
    }
    
    .sectors-carousel-container .swiper-pagination-progressbar-fill::after {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: linear-gradient(90deg, 
            rgba(255, 255, 255, 0.3), 
            rgba(255, 255, 255, 0.1)) !important;
        border-radius: 4px !important;
    }
    
        /* TABLET ESPECÍFICO - 2 CARDS POR VEZ */
    @media (max-width: 1023px) and (min-width: 769px) {
        .sectors-carousel-container {
            padding-bottom: 20px;
        }
        
        .sectors-carousel-container .swiper {
            width: 100% !important;
            height: 420px !important;
            padding: 0 !important;
            margin: 0 !important;
            overflow: visible !important;
        }
        
        .mySwiper .swiper-wrapper {
            display: flex !important;
            align-items: center !important;
            height: 380px !important;
        }
        
        .mySwiper .swiper-slide {
            width: 300px !important;
            height: 380px !important;
            margin: 0 15px !important;
            background: #ffffff !important;
            border-radius: 20px !important;
            overflow: hidden !important;
            position: relative !important;
            display: block !important;
            flex-shrink: 0 !important;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
            transform: scale(0.95) !important;
            opacity: 0.8 !important;
            transition: all 0.3s ease !important;
            filter: blur(0.5px) !important;
        }
        
        .mySwiper .swiper-slide-active,
        .mySwiper .swiper-slide-next {
            transform: scale(1) !important;
            opacity: 1 !important;
            filter: none !important;
            z-index: 10 !important;
            box-shadow: 0 20px 40px rgba(22, 144, 204, 0.15) !important;
        }
        
        /* IMAGEM DO SLIDE - TABLET */
        .mySwiper .slide-image {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            z-index: 1 !important;
        }
        
        .mySwiper .slide-image img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            object-position: center !important;
        }
        
        /* OVERLAY GRADIENTE - TABLET */
        .mySwiper .slide-image::after {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            background: linear-gradient(
                180deg, 
                rgba(0, 0, 0, 0.1) 0%,
                rgba(0, 0, 0, 0.4) 50%,
                rgba(0, 0, 0, 0.85) 100%
            ) !important;
            z-index: 2 !important;
        }
        
        /* TEXTO DO SLIDE - TABLET */
        .mySwiper .slide-caption {
            position: absolute !important;
            bottom: 0 !important;
            left: 0 !important;
            right: 0 !important;
            padding: 2rem 1.5rem !important;
            z-index: 3 !important;
            text-align: center !important;
            color: #ffffff !important;
        }
        
        .mySwiper .slide-caption h4 {
            font-size: 1.2rem !important;
            font-weight: 800 !important;
            margin-bottom: 0.8rem !important;
            line-height: 1.2 !important;
            text-transform: uppercase !important;
            letter-spacing: 0.5px !important;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
            color: #ffffff !important;
        }
        
        .mySwiper .slide-caption p {
            font-size: 0.9rem !important;
            line-height: 1.4 !important;
            color: rgba(255, 255, 255, 0.95) !important;
            margin: 0 !important;
            text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
        }
        
        .sectors-carousel-container .swiper-pagination-progressbar {
            position: relative !important;
            bottom: auto !important;
            left: auto !important;
            width: 200px !important;
            height: 6px !important;
            margin: 25px auto 15px auto !important;
            background: rgba(255, 255, 255, 0.3) !important;
            border-radius: 3px !important;
        }
        
        .sectors-carousel-container .swiper-pagination {
            position: relative !important;
            bottom: auto !important;
            width: 200px !important;
            height: 6px !important;
            margin: 25px auto 15px auto !important;
            background: rgba(255, 255, 255, 0.3) !important;
            border-radius: 3px !important;
        }
        
        /* ESCONDER BOTÕES NO TABLET */
        .sectors-carousel-container .carousel-nav-container {
            display: none !important;
        }
    }
    
    /* MOBILE/TABLET GERAL - ESCONDER BOTÕES */
    @media (max-width: 1023px) {
        .sectors-carousel-container .carousel-nav-container {
            display: none !important;
        }
    }
    
    /* MOBILE - 768px E ABAIXO - 1 CARD POR VEZ */
    @media (max-width: 768px) {
        .sectors-carousel-container {
            padding-bottom: 15px;
        }
        
        .sectors-carousel-container .swiper {
            width: 100% !important;
            height: 420px !important;
            padding: 0 !important;
            margin: 0 !important;
            overflow: visible !important;
        }
        
        .mySwiper .swiper-wrapper {
            display: flex !important;
            align-items: center !important;
            height: 380px !important;
        }
        
        .mySwiper .swiper-slide {
            width: 280px !important;
            height: 380px !important;
            margin: 0 50px !important;
            background: #ffffff !important;
            border-radius: 20px !important;
            overflow: hidden !important;
            position: relative !important;
            display: block !important;
            flex-shrink: 0 !important;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
            transform: scale(0.85) !important;
            opacity: 0.6 !important;
            transition: all 0.3s ease !important;
            filter: blur(1px) !important;
        }
        
        .mySwiper .swiper-slide-active {
            transform: scale(1) !important;
            opacity: 1 !important;
            filter: none !important;
            z-index: 10 !important;
            box-shadow: 0 30px 60px rgba(22, 144, 204, 0.2) !important;
        }
        
        /* IMAGEM DO SLIDE - MOBILE */
        .mySwiper .slide-image {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            z-index: 1 !important;
        }
        
        .mySwiper .slide-image img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            object-position: center !important;
        }
        
        /* OVERLAY GRADIENTE - MOBILE */
        .mySwiper .slide-image::after {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            background: linear-gradient(
                180deg, 
                rgba(0, 0, 0, 0.1) 0%,
                rgba(0, 0, 0, 0.4) 50%,
                rgba(0, 0, 0, 0.85) 100%
            ) !important;
            z-index: 2 !important;
        }
        
        /* TEXTO DO SLIDE - MOBILE */
        .mySwiper .slide-caption {
            position: absolute !important;
            bottom: 0 !important;
            left: 0 !important;
            right: 0 !important;
            padding: 2rem 1.5rem !important;
            z-index: 3 !important;
            text-align: center !important;
            color: #ffffff !important;
        }
        
        .mySwiper .slide-caption h4 {
            font-size: 1.3rem !important;
            font-weight: 800 !important;
            margin-bottom: 0.8rem !important;
            line-height: 1.2 !important;
            text-transform: uppercase !important;
            letter-spacing: 0.5px !important;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
            color: #ffffff !important;
        }
        
        .mySwiper .slide-caption p {
            font-size: 0.95rem !important;
            line-height: 1.4 !important;
            color: rgba(255, 255, 255, 0.95) !important;
            margin: 0 !important;
            text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8) !important;
        }
        
        .sectors-carousel-container .swiper-pagination-progressbar {
            width: 180px !important;
            height: 6px !important;
            margin: 20px auto 10px auto !important;
            background: rgba(255, 255, 255, 0.3) !important;
        }
    
        .sectors-carousel-container .swiper-pagination {
            width: 180px !important;
            height: 6px !important;
            margin: 20px auto 10px auto !important;
            background: rgba(255, 255, 255, 0.3) !important;
        }
    }
    
    /* MOBILE PEQUENO - 480px E ABAIXO */
    @media (max-width: 480px) {
        .sectors-carousel-container .swiper-pagination-progressbar {
            width: 160px !important;
            height: 5px !important;
            margin: 20px auto 10px auto !important;
            background: rgba(255, 255, 255, 0.3) !important;
        }
    
        .sectors-carousel-container .swiper-pagination {
            width: 160px !important;
            height: 5px !important;
            margin: 20px auto 10px auto !important;
            background: rgba(255, 255, 255, 0.3) !important;
        }
    }
    


}



/* ==== BOTÃO PLAY/PAUSE VÍDEO MOBILE OTIMIZADO ==== */
@media (max-width: 768px) {
    .video-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 2rem 0 0 0 !important;
        padding: 0 !important;
        border-radius: 1.5rem !important;
        overflow: hidden !important;
        position: relative !important;
    }
    
    .video-container video {
        width: 100% !important;
        height: auto !important;
        border-radius: 1.5rem !important;
        display: block !important;
    }
    
    /* Botão play/pause maior e mais visível para mobile */
    .play-pause-btn {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 120px !important;
        height: 120px !important;
        border: none !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        z-index: 5 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.95), 
            rgba(255, 255, 255, 0.85)
        ) !important;
        backdrop-filter: blur(25px) saturate(180%) !important;
        border: 3px solid rgba(22, 144, 204, 0.3) !important;
        box-shadow: 
            0 10px 40px rgba(0, 0, 0, 0.4),
            0 4px 20px rgba(22, 144, 204, 0.3),
            inset 0 2px 0 rgba(255, 255, 255, 0.8),
            inset 0 -2px 0 rgba(0, 0, 0, 0.1) !important;
        transition: all 0.3s ease !important;
        opacity: 0.95 !important;
        will-change: transform !important;
    }
    
    .play-pause-btn::before {
        content: '' !important;
        position: absolute !important;
        top: -3px !important;
        left: -3px !important;
        right: -3px !important;
        bottom: -3px !important;
        background: conic-gradient(
            from 0deg,
            var(--primary-blue),
            var(--primary-orange),
            #FF6B6B,
            var(--primary-blue)
        ) !important;
        border-radius: 50% !important;
        z-index: -2 !important;
        opacity: 0 !important;
        transition: all 0.5s ease !important;
        animation: rotate 3s linear infinite !important;
        animation-play-state: paused !important;
    }
    
    .play-pause-btn::after {
        content: '' !important;
        position: absolute !important;
        top: 8px !important;
        left: 8px !important;
        right: 8px !important;
        bottom: 8px !important;
        background: radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.1)
        ) !important;
        border-radius: 50% !important;
        z-index: -1 !important;
        transition: all 0.4s ease !important;
    }
    
    .play-pause-btn:hover {
        transform: translate(-50%, -50%) scale(1.1) !important;
        background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.98), 
            rgba(255, 255, 255, 0.9)
        ) !important;
        box-shadow: 
            0 15px 50px rgba(0, 0, 0, 0.5),
            0 6px 30px rgba(22, 144, 204, 0.4),
            inset 0 3px 0 rgba(255, 255, 255, 0.8),
            inset 0 -3px 0 rgba(0, 0, 0, 0.15) !important;
        opacity: 1 !important;
        border-color: rgba(22, 144, 204, 0.5) !important;
    }
    
    .play-pause-btn:hover::before {
        opacity: 1 !important;
        animation-play-state: running !important;
    }
    
    .play-pause-btn:hover::after {
        background: radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.6),
            rgba(255, 255, 255, 0.2)
        ) !important;
    }
    
    .play-pause-btn:active {
        transform: translate(-50%, -50%) scale(1.05) !important;
    }
    
    /* Ícones SVG maiores para mobile */
    .play-pause-btn svg {
        width: 50px !important;
        height: 50px !important;
        fill: var(--primary-blue) !important;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) !important;
        transition: all 0.3s ease !important;
        margin-left: 3px !important; /* Ajuste visual para o play */
    }
    
    .play-pause-btn:hover svg {
        fill: var(--primary-orange) !important;
        transform: scale(1.1) !important;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3)) !important;
    }
    
    /* Estados de visibilidade melhorados */
    .video-container.playing .play-pause-btn {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translate(-50%, -50%) scale(0.8) !important;
    }
    
    .video-container.playing:hover .play-pause-btn {
        opacity: 0.9 !important;
        pointer-events: auto !important;
        transform: translate(-50%, -50%) scale(1) !important;
    }
}

@media (max-width: 480px) {
    .video-container {
        margin: 1.5rem 0 0 0 !important;
        border-radius: 1rem !important;
    }
    
    .video-container video {
        border-radius: 1rem !important;
    }
    
    .play-pause-btn {
        width: 100px !important;
        height: 100px !important;
    }
    
    .play-pause-btn svg {
        width: 40px !important;
        height: 40px !important;
    }
}

/* ==== FORÇA LAYOUT 3+2 DOS ADVANTAGE-BOX - REGRAS FINAIS ==== */

/* Desktop: Todos os 5 cards em uma linha horizontal */
.advantage-list {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 1200px !important;
    position: relative !important;
    z-index: 2 !important;
    flex-wrap: nowrap !important;
}

/* Todos os 5 cards em uma linha horizontal */
.advantage-list .advantage-box:nth-child(1),
.advantage-list .advantage-box:nth-child(2),
.advantage-list .advantage-box:nth-child(3),
.advantage-list .advantage-box:nth-child(4),
.advantage-list .advantage-box:nth-child(5) {
    grid-column: auto !important;
    justify-self: auto !important;
    margin: 0 !important;
}

/* Cards com tamanho médio */
.advantage-box {
    min-height: 160px !important;
    padding: 1.3rem 1rem !important;
    border-radius: 16px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    flex: 0 0 220px !important;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.9) 0%, 
        rgba(248, 250, 252, 0.8) 50%,
        rgba(255, 255, 255, 0.9) 100%) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.04),
        0 4px 16px rgba(22, 144, 204, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.advantage-box img {
    width: 55px !important;
    height: 55px !important;
    margin-bottom: 1rem !important;
}

.advantage-box h3 {
    font-size: 0.95rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.7rem !important;
}

.advantage-box p {
    font-size: 0.85rem !important;
    line-height: 1.3 !important;
}

/* Tablet: 3+2 layout quando não cabe tudo */
@media (max-width: 1024px) {
    .advantage-list {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.5rem !important;
        max-width: 800px !important;
        flex-direction: unset !important;
        justify-content: unset !important;
        align-items: unset !important;
        flex-wrap: unset !important;
    }
    
    /* Primeira linha: 3 cards */
    .advantage-list .advantage-box:nth-child(1),
    .advantage-list .advantage-box:nth-child(2),
    .advantage-list .advantage-box:nth-child(3) {
        grid-column: auto !important;
        width: 100% !important;
        min-width: unset !important;
        max-width: unset !important;
        flex: unset !important;
    }
    
    /* Segunda linha: 2 cards centralizados */
    .advantage-list .advantage-box:nth-child(4) {
        grid-column: 1 / 2 !important;
        justify-self: end !important;
        margin-right: 25% !important;
        width: 100% !important;
        min-width: unset !important;
        max-width: unset !important;
        flex: unset !important;
    }
    
    .advantage-list .advantage-box:nth-child(5) {
        grid-column: 3 / 4 !important;
        justify-self: start !important;
        margin-left: 25% !important;
        width: 100% !important;
        min-width: unset !important;
        max-width: unset !important;
        flex: unset !important;
    }
}

/* Mobile: coluna única */
@media (max-width: 480px) {
    .advantage-list {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.2rem !important;
        flex-direction: unset !important;
        justify-content: unset !important;
        align-items: unset !important;
        flex-wrap: unset !important;
    }
    
    .advantage-list .advantage-box:nth-child(1),
    .advantage-list .advantage-box:nth-child(2),
    .advantage-list .advantage-box:nth-child(3),
    .advantage-list .advantage-box:nth-child(4),
    .advantage-list .advantage-box:nth-child(5) {
        grid-column: 1 / -1 !important;
        justify-self: stretch !important;
        margin: 0 !important;
        width: 100% !important;
        min-width: unset !important;
        max-width: unset !important;
        flex: unset !important;
    }
    
    .advantage-box {
        min-height: 160px !important;
        padding: 1.2rem 1rem !important;
        border-radius: 16px !important;
    }
    
    .advantage-box img {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 0.8rem !important;
    }
    
    .advantage-box h3 {
        font-size: 0.9rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .advantage-box p {
        font-size: 0.8rem !important;
        line-height: 1.25 !important;
    }
}

/* Dark mode para demo-benefits na seção de contato */
[data-theme="dark"] #contact-form-container .demo-benefits li {
    color: #cbd5e1;
}

[data-theme="dark"] #contact-form-container .demo-benefits li::before {
    color: #10b981;
}

/* ===== SEÇÃO DE CLIENTES ===== */
#clients {
    padding: 1.5rem 0 1rem 0;
    background: 
        radial-gradient(ellipse at top left, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(147, 51, 234, 0.15) 0%, transparent 50%),
        linear-gradient(135deg, 
            rgba(248, 250, 252, 0.95) 0%, 
            rgba(255, 255, 255, 0.98) 30%,
            rgba(240, 249, 255, 0.95) 70%,
            rgba(248, 250, 252, 0.95) 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

#clients::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgba(22, 144, 204, 0.08) 60deg,
        rgba(255, 99, 0, 0.08) 120deg,
        rgba(147, 51, 234, 0.08) 180deg,
        transparent 240deg
    );
    animation: subtleRotate 25s linear infinite;
    z-index: 0;
}

#clients::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 75% 75%, rgba(255, 99, 0, 0.05) 0%, transparent 40%);
    z-index: 1;
    pointer-events: none;
}

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

#clients .content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

#clients .title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
    position: relative;
}

.clients-title-centered {
    text-align: center !important;
    margin: 0 auto 0.5rem auto;
    max-width: 800px;
}

#clients .title span {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.clients-description {
    text-align: center;
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    margin: 0 auto 1.5rem auto;
    align-items: center;
    justify-items: center;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

/* Grid perfeito com 12 clientes (4x3) */

.client-logo {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 1rem 0.75rem;
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.06),
        0 4px 15px rgba(22, 144, 204, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(25px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(
        135deg,
        rgba(22, 144, 204, 0.2),
        rgba(255, 99, 0, 0.2),
        rgba(22, 144, 204, 0.2)
    );
    border-radius: 18px;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.client-logo:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(22, 144, 204, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.8);
}

.client-logo:hover::before {
    opacity: 1;
    animation: shimmer 1.5s ease-in-out;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) rotate(45deg); }
    50% { transform: translateX(100%) rotate(45deg); opacity: 0.8; }
    100% { transform: translateX(300%) rotate(45deg); opacity: 0; }
}

.client-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 100%;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.client-img {
    width: 100%;
    height: auto;
    max-width: 110px;
    max-height: 65px;
    object-fit: contain;
    filter: grayscale(20%) opacity(0.95);
    transition: all 0.4s ease;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.client-placeholder {
    width: 110px;
    height: 65px;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    border: 2px dashed #94a3b8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    transition: all 0.4s ease;
    flex-grow: 1;
    margin: 0 auto;
}

.client-info p {
    font-size: 0.85rem;
    color: #475569;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    flex-shrink: 0;
}

.client-logo:hover .client-img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

.client-logo:hover .client-placeholder {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-orange));
    border-color: transparent;
    color: white;
    transform: scale(1.05);
}

.client-logo:hover .client-info p {
    color: #1a202c;
    transform: translateY(-1px);
}

.clients-cta {
    text-align: center;
    padding: 1rem 2rem;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    z-index: 3;
}

.clients-cta p {
    font-size: 1.4rem;
    color: #1a202c;
    margin-bottom: 2rem;
    font-weight: 600;
    background: linear-gradient(135deg, #1a202c, #475569);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.3;
}

.clients-cta .button-orange {
    padding: 1.25rem 2.5rem;
    font-size: 1.1rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary-orange), #ff8a4c);
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    box-shadow: 
        0 6px 20px rgba(255, 99, 0, 0.2),
        0 3px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.clients-cta .button-orange::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: all 0.6s ease;
}

.clients-cta .button-orange:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 
        0 10px 25px rgba(255, 99, 0, 0.3),
        0 5px 18px rgba(0, 0, 0, 0.12);
}

.clients-cta .button-orange:hover::before {
    left: 100%;
}

/* Responsivo para clientes */
@media (max-width: 1024px) {
    #clients {
        padding: 1.2rem 0 0.8rem 0;
    }
    
    .clients-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .client-logo {
        padding: 1rem 0.5rem;
        height: 115px;
        min-height: 115px;
        max-height: 115px;
    }
    
    .client-info {
        gap: 0.4rem;
        padding: 0.2rem 0;
    }
    
    .client-img, .client-placeholder {
        max-width: 95px;
        max-height: 55px;
        width: 95px;
        height: 55px;
    }
    
    .client-info p {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    #clients {
        padding: 1rem 0 0.8rem 0;
    }
    
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
        margin-bottom: 1rem;
    }
    
    .client-logo {
        padding: 0.8rem 0.5rem;
        height: 125px;
        min-height: 125px;
        max-height: 125px;
    }
    
    .client-info {
        gap: 0.4rem;
        padding: 0.2rem 0;
    }
    
    .client-img, .client-placeholder {
        max-width: 90px;
        max-height: 55px;
        width: 90px;
        height: 55px;
    }
    
    .client-info p {
        font-size: 0.7rem;
    }
    
    #clients .title {
        font-size: 1.8rem;
    }
    
    .clients-description {
        font-size: 0.9rem;
        margin-bottom: 0.8rem;
    }
}

@media (max-width: 480px) {
    #clients {
        padding: 0.8rem 0 0.6rem 0;
    }
    
    .clients-grid {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
    
    .client-logo {
        padding: 0.8rem 0.8rem;
        height: 110px;
        min-height: 110px;
        max-height: 110px;
    }
    
    .client-info {
        gap: 0.4rem;
        padding: 0.2rem 0;
    }
    
    .client-img, .client-placeholder {
        max-width: 85px;
        max-height: 50px;
        width: 85px;
        height: 50px;
    }
    
    .client-info p {
        font-size: 0.75rem;
        line-height: 1.3;
    }
    
    #clients .title {
        font-size: 1.6rem;
    }
    
    .clients-description {
        font-size: 0.85rem;
        margin-bottom: 0.6rem;
    }
    
    .clients-cta {
        padding: 0.8rem;
    }
}

/* ===== PDF CARDS PROFISSIONAIS NO RODAPÉ ===== */
.footer-pdf-section {
    min-width: 300px;
    flex: 1;
}

.footer-pdf-section h3 {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    font-weight: 700;
}

.pdf-cards-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pdf-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 0.6rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pdf-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-orange));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pdf-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.pdf-card:hover::before {
    opacity: 1;
}

.pdf-card-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.pdf-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-orange));
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: white;
    flex-shrink: 0;
}

.pdf-content h4 {
    color: white;
    margin: 0;
    font-family: 'Kallisto', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1.2;
}

.pdf-content p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 0.5rem 0;
    font-size: 0.75rem;
    line-height: 1.3;
}

.pdf-download-btn {
    text-decoration: none;
    display: block;
}

.footer-pdf-button {
    background: linear-gradient(135deg, var(--primary-blue), #0a73a3);
    border: none;
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-pdf-button:hover {
    background: linear-gradient(135deg, #0a73a3, var(--primary-blue));
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(22, 144, 204, 0.4);
}

.footer-pdf-button span {
    font-size: 0.7rem;
}

/* Responsivo para footer PDF */
@media (max-width: 768px) {
    .pdf-card {
        padding: 0.5rem;
    }
    
    .pdf-card-header {
        margin-bottom: 0.3rem;
    }
    
    .pdf-icon {
        width: 24px;
        height: 24px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .pdf-cards-container {
        gap: 0.4rem;
    }
    
    .pdf-card {
        padding: 0.4rem;
    }
    
    .pdf-card-header {
        margin-bottom: 0.3rem;
    }
    
    .pdf-icon {
        width: 22px;
        height: 22px;
        font-size: 0.75rem;
    }
    
    .pdf-content h4 {
        font-size: 0.8rem;
    }
    
    .pdf-content p {
        font-size: 0.7rem;
    }
    
    .footer-pdf-button {
        font-size: 0.65rem;
        padding: 0.3rem 0.6rem;
    }
}

/* Dark Mode para as novas seções */
[data-theme="dark"] #clients {
    background: 
        radial-gradient(ellipse at top left, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(147, 51, 234, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, 
            rgba(15, 23, 42, 0.98) 0%, 
            rgba(30, 41, 59, 0.95) 30%,
            rgba(51, 65, 85, 0.95) 70%,
            rgba(15, 23, 42, 0.98) 100%);
}

[data-theme="dark"] #clients::before {
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgba(59, 130, 246, 0.06) 60deg,
        rgba(255, 99, 0, 0.06) 120deg,
        rgba(147, 51, 234, 0.06) 180deg,
        transparent 240deg
    );
}

[data-theme="dark"] #clients::after {
    background: 
        radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 75% 75%, rgba(255, 99, 0, 0.03) 0%, transparent 40%);
}

[data-theme="dark"] #clients .title {
    color: #f1f5f9;
}

[data-theme="dark"] .clients-description {
    color: #94a3b8;
}

[data-theme="dark"] .client-logo {
    background: rgba(30, 41, 59, 0.95);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.4),
        0 6px 20px rgba(59, 130, 246, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .client-logo:hover {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.5),
        0 10px 30px rgba(59, 130, 246, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .client-placeholder {
    background: linear-gradient(135deg, #374151, #4b5563);
    border-color: #6b7280;
    color: #d1d5db;
}

[data-theme="dark"] .client-logo:hover .client-placeholder {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-orange));
    border-color: transparent;
    color: white;
}

[data-theme="dark"] .client-info p {
    color: #cbd5e1;
}

[data-theme="dark"] .client-logo:hover .client-info p {
    color: #f1f5f9;
}

[data-theme="dark"] .clients-cta p {
    background: linear-gradient(135deg, #f1f5f9, #cbd5e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="dark"] .pdf-card:hover {
    background: rgba(51, 65, 85, 0.5);
    border-color: rgba(100, 116, 139, 0.3);
}

[data-theme="dark"] .pdf-content h4 {
    color: #e2e8f0;
}

[data-theme="dark"] .pdf-content p {
    color: rgba(148, 163, 184, 0.8);
}

[data-theme="dark"] .footer-pdf-button {
    background: rgba(51, 65, 85, 0.6);
    border-color: rgba(100, 116, 139, 0.4);
    color: rgba(148, 163, 184, 0.9);
}

[data-theme="dark"] .footer-pdf-button:hover {
    background: rgba(71, 85, 105, 0.7);
    border-color: rgba(100, 116, 139, 0.5);
    color: #e2e8f0;
}


@media (max-width: 768px) {
    #faq::before,
    [data-theme="dark"] #faq::before {
      content: none !important;
      display: none !important;
      background: none !important;
      animation: none !important;
      opacity: 0 !important;
      pointer-events: none !important;
      height: 0 !important;
      width: 0 !important;
    }
}