/* ========================================
   ALWAYS CLOUD TECNOLOGIA - CUSTOM STYLES
   Customizações para o tema de tecnologia
   ======================================== */

/* Cores Principais */
:root {
    --primary-color: #766dff;
    --primary-dark: #5e4eff;
    --secondary-color: #4834df;
    --text-dark: #222;
    --text-light: #777;
    --bg-light: #f9f9f9;
    --instagram-pink: #E4405F;
}

/* Header Customizado */
#header #logo a {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#header #logo a:hover {
    color: var(--primary-color) !important;
}

/* Banner Customizado */
.banner-area {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.banner-area h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
}

/* Botões */
.primary-btn {
    background: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    transition: all 0.3s ease;
}

.primary-btn:hover {
    background: transparent !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(118, 109, 255, 0.3);
}

/* Serviços */
.single-course {
    transition: all 0.3s ease;
    padding: 30px;
    border-radius: 10px;
}

.single-course:hover {
    background: var(--bg-light);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.single-course span {
    font-size: 48px;
    color: var(--primary-color);
    display: block;
    margin-bottom: 20px;
}

.single-service {
    transition: all 0.3s ease;
    padding: 40px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.single-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(118, 109, 255, 0.15);
}

.single-service h4 span {
    font-size: 36px;
    color: var(--primary-color);
    margin-right: 15px;
}

/* Expertise/Tecnologias */
.single-unique-product {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
}

.single-unique-product:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(118, 109, 255, 0.2);
}

.single-unique-product .desc {
    padding: 30px;
    background: #fff;
}

.single-unique-product .desc h4 {
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 15px;
}

.single-unique-product .desc p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.6;
}

/* Depoimentos */
.single-review {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.single-review:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(118, 109, 255, 0.15);
}

.single-review h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.single-review .star .checked {
    color: #ffc107;
}

.single-review .star .fa-star {
    color: #ddd;
}

/* Instagram Section */
.instagram-section {
    background: var(--bg-light);
    padding: 100px 0;
}

.instagram-handle {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 30px 0;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.instagram-handle:hover {
    color: var(--primary-dark);
    transform: scale(1.05);
}

.instagram-handle i {
    font-size: 38px;
    color: var(--instagram-pink);
    margin-right: 10px;
}

/* FAQ */
.faq-area .card {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-area .card-header {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.faq-area .btn-link {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding: 20px;
}

.faq-area .btn-link:hover {
    color: var(--primary-color);
}

.faq-area .card-body {
    padding: 25px;
    color: var(--text-light);
    line-height: 1.8;
}

/* Footer */
.footer-area {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    color: #fff;
}

.footer-social-icons {
    margin: 20px 0;
}

.footer-social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
    transition: all 0.3s ease;
    color: #fff !important;
}

.footer-social-icons a:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

/* Tech Icons */
.tech-icons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
}

.tech-icon-item {
    text-align: center;
    margin: 20px;
    transition: all 0.3s ease;
}

.tech-icon-item:hover {
    transform: scale(1.1);
}

.tech-icon-item i {
    font-size: 60px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.tech-icon-item p {
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

/* Responsivo */
@media (max-width: 991px) {
    .banner-area h1 {
        font-size: 48px;
    }
    
    .instagram-handle {
        font-size: 24px;
    }
    
    .instagram-handle i {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .banner-area h1 {
        font-size: 36px;
    }
    
    .tech-icons {
        justify-content: center;
    }
    
    .tech-icon-item {
        margin: 15px 10px;
    }
    
    .tech-icon-item i {
        font-size: 40px;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    animation: fadeInUp 0.8s ease-out;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Links Navigation */
.nav-menu li a:hover {
    color: var(--primary-color) !important;
}

.nav-menu li.menu-active a {
    color: var(--primary-color) !important;
}

/* Override do tema original */
.top-course-area,
.service-area,
.review-area {
    background: #fff;
}

.unique-feature-area {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

/* Melhorias de acessibilidade */
a:focus,
button:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .instagram-section,
    .footer-social-icons {
        display: none;
    }
}

/* ========================================
   PORTFÓLIO DE PROJETOS - SEÇÃO INOVADORA
   ======================================== */

.portfolio-section {
    position: relative;
    overflow: hidden;
}

.portfolio-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.portfolio-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.6);
}

.portfolio-tech-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 20px;
    background: #fff;
    border-bottom: 2px solid #f0f0f0;
}

.portfolio-tech-icons i {
    font-size: 45px;
    transition: all 0.3s ease;
}

.portfolio-tech-icons i:hover {
    transform: scale(1.15) rotate(5deg);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: #f0f0f0;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.15);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(118, 109, 255, 0.95) 0%, rgba(72, 52, 223, 0.95) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-tech {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.portfolio-tech i {
    font-size: 50px;
    color: #fff;
    transition: all 0.3s ease;
}

.portfolio-tech i:hover {
    transform: scale(1.2) rotate(10deg);
}

.portfolio-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.portfolio-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 10px;
    line-height: 1.3;
}

.portfolio-client {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.portfolio-description {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.portfolio-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff !important;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(118, 109, 255, 0.3);
}

.portfolio-link:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(118, 109, 255, 0.5);
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.portfolio-link i {
    font-size: 14px;
}

/* Animação de entrada dos cards */
@keyframes portfolioFadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.portfolio-card {
    animation: portfolioFadeIn 0.6s ease-out forwards;
}

.portfolio-card:nth-child(1) { animation-delay: 0.1s; }
.portfolio-card:nth-child(2) { animation-delay: 0.2s; }
.portfolio-card:nth-child(3) { animation-delay: 0.3s; }
.portfolio-card:nth-child(4) { animation-delay: 0.4s; }
.portfolio-card:nth-child(5) { animation-delay: 0.5s; }
.portfolio-card:nth-child(6) { animation-delay: 0.6s; }

/* Responsivo para Portfólio */
@media (max-width: 991px) {
    .portfolio-content {
        padding: 25px;
    }
    
    .portfolio-content h4 {
        font-size: 20px;
    }
    
    .portfolio-tech i {
        font-size: 40px;
    }
    
    .portfolio-tech-icons {
        padding: 25px 15px;
    }
    
    .portfolio-tech-icons i {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .portfolio-image {
        height: 200px;
    }
    
    .portfolio-content {
        padding: 20px;
    }
    
    .portfolio-content h4 {
        font-size: 18px;
    }
    
    .portfolio-description {
        font-size: 14px;
    }
    
    .portfolio-tech i {
        font-size: 35px;
    }
    
    .portfolio-tech-icons {
        padding: 20px 10px;
        gap: 15px;
    }
    
    .portfolio-tech-icons i {
        font-size: 35px;
    }
    
    .portfolio-card:hover {
        transform: translateY(-10px) scale(1.01);
    }
}

/* Efeito de brilho ao passar o mouse */
.portfolio-card::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;
    pointer-events: none;
    z-index: 1;
}

.portfolio-card:hover::before {
    left: 100%;
}

/* Badge de "Novo" (opcional para projetos recentes) */
.portfolio-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff6b6b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

/* ========================================
   EXEMPLOS DE PORTFÓLIO - 4 PROPOSTAS
   ======================================== */

/* PROPOSTA 1: Barra Lateral Colorida */
.portfolio-v1-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: flex;
    transition: all 0.3s ease;
    height: 100%;
}

.portfolio-v1-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.portfolio-v1-stripe {
    width: 8px;
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    flex-shrink: 0;
}

.portfolio-v1-content {
    padding: 25px;
    flex: 1;
}

.portfolio-v1-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.portfolio-v1-client {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.portfolio-v1-tech-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.portfolio-v1-tech-icons i {
    font-size: 35px;
    transition: all 0.3s ease;
}

.portfolio-v1-tech-icons i:hover {
    transform: scale(1.15) rotate(5deg);
}

.portfolio-v1-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.badge-tech {
    background: #f0f0f0;
    color: #666;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.portfolio-v1-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.portfolio-v1-link {
    color: #667eea;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.portfolio-v1-link:hover {
    color: #764ba2;
    transform: translateX(5px);
}

/* PROPOSTA 2: Ícones Grandes com Gradiente */
.portfolio-v2-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    height: 100%;
    border: 2px solid rgba(255,255,255,0.5);
}

.portfolio-v2-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    border-color: #fff;
}

.portfolio-v2-icons {
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.05));
    padding: 35px 20px;
    display: flex;
    justify-content: center;
    gap: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.portfolio-v2-icons i {
    font-size: 60px;
    transition: all 0.3s ease;
}

.portfolio-v2-icons i:hover {
    transform: scale(1.2) rotate(10deg);
}

.portfolio-v2-content {
    padding: 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.portfolio-v2-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.portfolio-v2-client {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.portfolio-v2-description {
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
    margin-bottom: 20px;
}

.portfolio-v2-link {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.3);
}

.portfolio-v2-link:hover {
    background: #fff;
    color: #667eea;
    border-color: #fff;
    transform: translateY(-2px);
}

/* PROPOSTA 3: Cards Compactos Expansivos */
.portfolio-v3-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 280px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
}

.portfolio-v3-card:hover {
    height: 360px;
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.portfolio-v3-icons-mini {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.portfolio-v3-icons-mini i {
    font-size: 35px;
    transition: all 0.3s ease;
}

.portfolio-v3-card:hover .portfolio-v3-icons-mini i {
    transform: scale(1.15);
}

.portfolio-v3-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.portfolio-v3-company {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.portfolio-v3-expand {
    margin-top: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.portfolio-v3-card:hover .portfolio-v3-expand {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-v3-expand p {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
    margin-bottom: 15px;
}

.portfolio-v3-btn {
    display: inline-block;
    background: #fff;
    color: #667eea;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.portfolio-v3-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(255,255,255,0.4);
}

/* PROPOSTA 4: Glass Morphism */
.portfolio-v4-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 35px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    height: 100%;
}

.portfolio-v4-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5);
}

.portfolio-v4-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.portfolio-v4-icons i {
    font-size: 45px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
    transition: all 0.3s ease;
}

.portfolio-v4-icons i:hover {
    transform: scale(1.15) rotate(5deg);
}

.portfolio-v4-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.portfolio-v4-client {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.portfolio-v4-tech {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 15px;
    font-weight: 500;
}

.portfolio-v4-description {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    margin-bottom: 20px;
}

.portfolio-v4-link {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
}

.portfolio-v4-link:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.6);
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(255,255,255,0.2);
}

/* ========================================
   BOTÕES FLUTUANTES (WhatsApp + Scroll Top)
   ======================================== */

/* Botão Flutuante WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    box-shadow: 0 8px 35px rgba(37, 211, 102, 0.7);
    color: #fff;
    text-decoration: none;
}

.whatsapp-float i {
    margin: 0;
    line-height: 60px;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 5px 25px rgba(37, 211, 102, 0.5);
    }
    50% {
        box-shadow: 0 5px 35px rgba(37, 211, 102, 0.8);
    }
    100% {
        box-shadow: 0 5px 25px rgba(37, 211, 102, 0.5);
    }
}

/* Botão Scroll to Top */
.scroll-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 25px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    border: none;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    box-shadow: 0 5px 20px rgba(118, 109, 255, 0.4);
    z-index: 9998;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(100px);
}

.scroll-to-top.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(118, 109, 255, 0.6);
}

.scroll-to-top i {
    margin: 0;
}

/* Responsivo para Botões Flutuantes */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 70px;
        right: 20px;
        font-size: 28px;
    }
    
    .scroll-to-top {
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 20px;
        font-size: 18px;
    }
}

/* ========================================
   MELHORIAS DE RESPONSIVIDADE
   ======================================== */

/* Container responsivo */
@media (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Títulos responsivos */
@media (max-width: 991px) {
    h1 {
        font-size: 32px !important;
    }
    
    h2 {
        font-size: 28px !important;
    }
    
    h3 {
        font-size: 24px !important;
    }
    
    h4 {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px !important;
    }
    
    h2 {
        font-size: 24px !important;
    }
    
    h3 {
        font-size: 20px !important;
    }
    
    h4 {
        font-size: 18px !important;
    }
    
    /* Padding das seções em mobile */
    .section-gap {
        padding: 60px 0 !important;
    }
    
    /* Footer em mobile */
    .footer-area .single-footer-widget {
        margin-bottom: 30px;
    }
    
    /* Menu mobile */
    #nav-menu-container {
        background: rgba(0, 0, 0, 0.95);
    }
}

/* Imagens responsivas */
img {
    max-width: 100%;
    height: auto;
}

/* Tabelas responsivas */
@media (max-width: 767px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* Grid responsivo para cards */
@media (max-width: 991px) {
    .col-lg-4, .col-lg-3 {
        margin-bottom: 30px;
    }
}

/* Formulários responsivos */
@media (max-width: 767px) {
    input[type="text"],
    input[type="email"],
    textarea {
        font-size: 16px !important;
    }
}

/* Banner responsivo */
@media (max-width: 767px) {
    .banner-area {
        min-height: 500px !important;
    }
    
    .banner-area h1 {
        font-size: 32px !important;
    }
}

/* Garantir que nada quebre o layout */
* {
    box-sizing: border-box;
}

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

/* Evitar overflow horizontal */
body {
    overflow-x: hidden;
}

/* ========================================
   SEÇÃO CYBERSECURITY HIGHLIGHT
   ======================================== */

.cyber-cta-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 40px rgba(0, 255, 136, 0.5) !important;
    text-decoration: none;
}

.cyber-cta-secondary:hover {
    background: rgba(255,255,255,0.15) !important;
    border-color: rgba(255,255,255,0.4) !important;
    transform: translateY(-3px);
    text-decoration: none;
}

.cyber-service-item:hover {
    background: rgba(255,255,255,0.08) !important;
    border-color: rgba(0, 255, 136, 0.3) !important;
    transform: translateX(5px);
}

/* Animação das estatísticas */
@keyframes pulse-stat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.stat-item:hover {
    animation: pulse-stat 0.6s ease;
}

/* Responsivo CyberSecurity Section */
@media (max-width: 991px) {
    .cybersecurity-highlight h2 {
        font-size: 32px !important;
    }
    
    .cyber-stats {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .cybersecurity-highlight {
        padding: 60px 0 !important;
    }
    
    .cybersecurity-highlight h2 {
        font-size: 28px !important;
    }
    
    .cyber-stats {
        gap: 20px !important;
        justify-content: center;
        text-align: center;
    }
    
    .stat-item div:first-child {
        font-size: 28px !important;
    }
    
    .cyber-services {
        padding: 30px 20px !important;
    }
    
    .cyber-service-item {
        padding: 15px !important;
    }
}


/* ========================================
   BLOG CYBERSECURITY #FIQUELIGADO
   ======================================== */

.blog-cybersecurity-section {
    position: relative;
}

.blog-carousel .owl-stage-outer {
    padding: 20px 0;
    margin: 0 -15px;
}

.blog-carousel .owl-item {
    padding: 0 15px;
}

.blog-card {
    height: 100%;
    margin-bottom: 20px;
}

.blog-card-inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 255, 136, 0.2);
    border-color: rgba(0, 255, 136, 0.3) !important;
}

.blog-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.blog-carousel .owl-nav button {
    pointer-events: all;
    width: 50px;
    height: 50px;
    background: rgba(0, 255, 136, 0.2) !important;
    border: 2px solid rgba(0, 255, 136, 0.3) !important;
    border-radius: 50%;
    color: #00ff88 !important;
    font-size: 24px;
    transition: all 0.3s ease;
    position: relative;
}

.blog-carousel .owl-nav button:hover {
    background: rgba(0, 255, 136, 0.4) !important;
    border-color: rgba(0, 255, 136, 0.5) !important;
    transform: scale(1.1);
}

.blog-carousel .owl-nav button.owl-prev {
    margin-left: -25px;
}

.blog-carousel .owl-nav button.owl-next {
    margin-right: -25px;
}

.blog-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.blog-carousel .owl-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.blog-carousel .owl-dot.active {
    width: 30px;
    border-radius: 10px;
    background: linear-gradient(90deg, #00ff88 0%, #00d9ff 100%);
}

.blog-carousel .owl-dot:hover {
    background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 992px) {
    .blog-cybersecurity-section h1 {
        font-size: 36px !important;
    }
    
    .blog-cybersecurity-section p {
        font-size: 16px !important;
    }
    
    .blog-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .blog-cybersecurity-section {
        padding: 60px 0 !important;
    }
    
    .blog-cybersecurity-section h1 {
        font-size: 28px !important;
    }
    
    .blog-content h3 {
        font-size: 18px !important;
    }
    
    .blog-content p {
        font-size: 13px !important;
    }
    
    .blog-carousel .owl-nav {
        display: none;
    }
}
