body {
    background: #0a2d0a !important;
    min-height: 100vh;
    color: #fff;
}

body::before,
body::after,
.side-gradient,
.left-gradient,
.right-gradient {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.footer-spec-page {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 140px 0 40px 0;
}
.footer-spec-content {
    display: flex;
    gap: 48px;
    max-width: 1100px;
    width: 100%;
    align-items: flex-start;
    background: transparent !important;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.footer-spec-left {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toggle-group {
    display: flex;
    gap: 0;
    margin-bottom: 32px;
    background: #1a3d1a;
    border-radius: 8px;
    overflow: hidden;
}
.toggle-btn {
    border: none;
    background: none;
    color: #fff;
    font-weight: 600;
    font-size: 1.08rem;
    padding: 10px 28px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.toggle-btn.active {
    background: #4CAF50;
    color: #fff;
}
.mockup-device {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    box-shadow: none;
}
/* Mockup Celular preto */
.mockup-phone {
    position: relative;
    width: 260px;
    height: 500px;
    background: #181c22;
    border-radius: 32px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18);
    border: 2.5px solid #444;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.mockup-speaker {
    width: 60px;
    height: 7px;
    background: #444;
    border-radius: 6px;
    margin: 14px auto 8px auto;
}
.mockup-screen {
    flex: 1;
    width: 92%;
    background: #fff;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 12px auto;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
}
.footer-box {
    background: #f39c12;
    color: #fff;
    font-weight: 700;
    font-size: 1.08rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    padding: 18px 22px;
    margin-top: 10px;
}
/* Mockup Desktop - Monitor com pézinho */
.mockup-desktop {
    width: 420px;
    height: 320px;
    background: #2a2a2a;
    border-radius: 12px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18);
    border: 3px solid #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.mockup-desktop::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 25px;
    background: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.mockup-desktop-bar {
    width: 100%;
    height: 24px;
    background: #1a1a1a;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mockup-desktop-bar::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #444;
    border-radius: 50%;
}
.mockup-desktop-screen {
    flex: 1;
    width: 96%;
    background: #fff;
    border-radius: 6px;
    margin: 8px auto 12px auto;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 18px 18px 18px;
    position: relative;
    overflow: hidden;
}
.footer-box-desktop {
    background: #f39c12;
    color: #fff;
    font-weight: 700;
    font-size: 1.08rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    padding: 18px 22px;
    margin-top: 10px;
}
/* Lado direito */
.footer-spec-right {
    flex: 1;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-spec-right h1 {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 18px;
    color: #4CAF50;
}
.footer-desc {
    color: #e0e0e0;
    font-size: 1.18rem;
    margin-bottom: 22px;
    line-height: 1.6;
}
.footer-carac {
    color: #e0e0e0;
    margin-bottom: 24px;
    font-size: 1.08rem;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.footer-carac li {
    margin-bottom: 10px;
    margin-left: 0;
    color: #e0e0e0;
}
.footer-carac li::before {
    content: '✓';
    color: #4CAF50;
    font-weight: bold;
    margin-right: 10px;
}
.footer-carac b, .footer-carac strong {
    color: #4CAF50;
}
.footer-specs-title {
    color: #4CAF50;
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 12px;
    margin-top: 20px;
}
.footer-specs-list {
    color: #e0e0e0;
    margin-bottom: 24px;
    font-size: 1.08rem;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.footer-specs-list li {
    margin-bottom: 8px;
}
.footer-specs-list b, .footer-specs-list strong {
    color: #4CAF50;
}
.footer-specs-list a, .footer-carac a {
    color: #4CAF50;
}
@media (max-width: 900px) {
    .footer-spec-content {
        flex-direction: column;
        gap: 32px;
        padding: 0 20px;
    }
    .footer-spec-left {
        min-width: auto;
        width: 100%;
    }
    .footer-spec-right {
        padding-left: 0;
    }
}
@media (max-width: 600px) {
    .footer-spec-content {
        padding: 0 16px;
    }
    .mockup-phone {
        width: 220px;
        height: 420px;
    }
    .mockup-desktop {
        width: 320px;
        height: 240px;
    }
}
.header {
    background: rgba(20, 25, 10, 0.95) !important;
    backdrop-filter: blur(10px);
    position: fixed;
    border-bottom-color: #4CAF50 !important;
}

/* Header - linha colorida */
body .header::after {
    background: linear-gradient(to right, 
        #FF9400 0%, 
        #FFAE00 30%, 
        #4CAF50 70%, 
        #66BB6A 100%
    ) !important;
    box-shadow: 
        0 0 10px rgba(255, 158, 0, 0.5) inset,
        0 0 15px rgba(76, 175, 80, 0.5) inset,
        0 0 20px rgba(255, 255, 255, calc(0.3 * var(--glow-intensity))) var(--glow-position) !important;
}

.header.scrolled::after {
    background: linear-gradient(to right,
        #FF9400 0%,
        var(--footer-primary-color) 100%
    ) !important;
    box-shadow: 0 0 15px rgba(76, 175, 80, 0.3) !important;
}

/* Nav link highlight - manter azul para o Painel do Parceiro */
.nav-link.highlight {
    color: #00BFFF !important;
    border-color: #00BFFF !important;
    box-shadow: 0 0 10px rgba(0, 191, 255, 0.2) !important;
}

.nav-link.highlight:hover {
    background-color: #00BFFF !important;
    color: white !important;
    box-shadow: 0 10px 20px rgba(0, 191, 255, 0.3) !important;
}

/* Back-to-top */
.back-to-top {
    background-color: var(--footer-primary-color) !important;
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.5) !important;
}

.back-to-top:hover {
    background-color: var(--footer-dark-green) !important;
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.8) !important;
}

.site-fake {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.site-bar {
    width: 100%;
    height: 12px;
    background: #ddd;
    margin-bottom: 8px;
}
.site-menu {
    width: 100%;
    height: 16px;
    background: #eee;
    margin-bottom: 16px;
}
.site-title {
    width: 80%;
    height: 20px;
    background: #bbb;
    margin-bottom: 20px;
}
.footer-banner {
    width: 100%;
    height: 50px;
    background: #f39c12;
    margin-top: auto;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 2px 8px rgba(243, 156, 18, 0.3);
}
.footer-banner-desktop {
    width: 100%;
    height: 40px;
    background: #f39c12;
    margin-top: auto;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 2px 8px rgba(243, 156, 18, 0.3);
}
.site-content {
    width: 100%;
    height: 60px;
    background: #f5f5f5;
    margin-bottom: 16px;
}
.site-lines {
    width: 100%;
    height: 12px;
    background: #eee;
    margin-bottom: 8px;
    position: relative;
}
.site-lines::before, .site-lines::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background: #eee;
    top: 16px;
}
.site-lines::after {
    top: 28px;
    width: 60%;
}
.site-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mockup-desktop-screen .site-bar {
    height: 8px;
    margin-bottom: 6px;
}
.mockup-desktop-screen .site-menu {
    height: 12px;
    margin-bottom: 12px;
}
.mockup-desktop-screen .site-title {
    width: 70%;
    height: 16px;
    margin-bottom: 16px;
}
.mockup-desktop-screen .footer-banner-desktop {
    height: 30px;
    margin-top: auto;
}
.mockup-desktop-screen .site-content {
    height: 40px;
    margin-bottom: 12px;
}
.mockup-desktop-screen .site-lines {
    height: 8px;
    margin-bottom: 6px;
}
.mockup-desktop-screen .site-lines::before,
.mockup-desktop-screen .site-lines::after {
    height: 6px;
    top: 12px;
}
.mockup-desktop-screen .site-lines::after {
    top: 20px;
}
.live-preview-btn {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
    width: 100%;
    max-width: 420px;
}
.live-preview-btn:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
}
.live-preview-btn:active {
    transform: translateY(0);
}

/* Navegação entre formatos */
.format-navigation {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 1000;
}

.nav-arrow {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    background: rgba(76, 175, 80, 0.9);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 4px 20px rgba(76, 175, 80, 0.3);
    backdrop-filter: blur(10px);
}

.nav-arrow:hover {
    background: rgba(76, 175, 80, 1);
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(76, 175, 80, 0.4);
}

.nav-arrow-left {
    left: 20px;
}

.nav-arrow-right {
    right: 20px;
}

.nav-arrow i {
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-arrow:hover i {
    color: #fff;
}

.nav-arrow-left:hover i {
    color: #fff;
}

/* Responsivo para as setas */
@media (max-width: 768px) {
    .format-navigation {
        position: absolute;
        top: 450px; /* Posicionar no meio do mockup */
        width: 100%;
        transform: none;
    }
    
    .nav-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .nav-arrow-left {
        left: 10px;
    }
    
    .nav-arrow-right {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .format-navigation {
        position: absolute;
        top: 420px; /* Centralizado no meio do mockup para telas menores */
        width: 100%;
        transform: none;
    }
    
    .nav-arrow {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }
    
    .nav-arrow-left {
        left: 5px;
    }
    
    .nav-arrow-right {
        right: 5px;
    }
}

/* Variáveis de cor específicas para Footer */
:root {
    --footer-primary-color: #4CAF50; /* Verde forte */
    --footer-secondary-color: #66BB6A; /* Verde médio */
    --footer-light-green: #81C784; /* Verde claro */
    --footer-dark-green: #388E3C; /* Verde escuro */
    --footer-green-glow: 0 0 15px rgba(76, 175, 80, 0.5);
}

/* Rodapé com fundo escuro e detalhes em verde */
.footer {
    background: #000 !important;
    position: relative;
    border-left: 3px solid #DC2626 !important;
    border-right: 3px solid var(--footer-primary-color) !important;
    z-index: 1;
}

.footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at left, rgba(220, 38, 38, 0.15), transparent 50%),
                radial-gradient(circle at right, rgba(76, 175, 80, 0.15), transparent 50%) !important;
    pointer-events: none;
    z-index: 2;
}

.footer > .container, .footer-content {
    position: relative;
    z-index: 3;
}

/* Footer - colunas com títulos */
.footer-column:nth-child(4) h3::after {
    background: linear-gradient(to right, var(--footer-primary-color), transparent) !important;
    box-shadow: var(--footer-green-glow) !important;
    width: 40px !important;
    height: 2px !important;
    border-radius: 2px !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    content: '' !important;
    opacity: 1 !important;
}

.footer-column:nth-child(4)::before {
    background: linear-gradient(to bottom, var(--footer-primary-color), transparent) !important;
}

/* Footer - todas as colunas com elementos verdes */
.footer-column:nth-child(2) h3::after,
.footer-column:nth-child(3) h3::after {
    background: linear-gradient(to right, var(--footer-primary-color), transparent) !important;
    box-shadow: var(--footer-green-glow) !important;
    width: 40px !important;
    height: 2px !important;
    border-radius: 2px !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    content: '' !important;
    opacity: 1 !important;
}

.footer-column:nth-child(1)::before {
    background: linear-gradient(to bottom, var(--footer-primary-color), transparent) !important;
}

/* Footer links */
.footer-links a {
    color: #e0e0e0 !important;
    text-decoration: none !important;
}

.footer-links a:hover {
    color: var(--footer-primary-color) !important;
    text-decoration: none !important;
}

.footer-links a::before {
    background: var(--footer-primary-color) !important;
    display: none !important;
}

.footer-links a:hover::before {
    background: var(--footer-secondary-color) !important;
    display: none !important;
}

/* Social links */
.social-links a {
    color: #e0e0e0 !important;
    text-decoration: none !important;
}

.social-links a:hover {
    color: var(--footer-primary-color) !important;
    text-decoration: none !important;
}

.social-links i {
    color: #e0e0e0 !important;
}

.social-links a:hover i {
    color: var(--footer-primary-color) !important;
    text-shadow: 0 0 10px rgba(76, 175, 80, 0.6) !important;
    filter: drop-shadow(0 0 5px rgba(76, 175, 80, 0.8)) !important;
}

/* Footer newsletter button */
.footer-newsletter .btn {
    background: var(--footer-primary-color) !important;
    border-color: var(--footer-primary-color) !important;
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.2) !important;
}

.footer-newsletter .btn::before {
    background: var(--footer-secondary-color) !important;
}

.footer-newsletter .btn:hover {
    background: var(--footer-dark-green) !important;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4) !important;
}

.footer-newsletter .btn:hover::before {
    background: var(--footer-primary-color) !important;
}

.footer-newsletter::before {
    background: radial-gradient(circle at center, rgba(76, 175, 80, 0.1), transparent 70%) !important;
}

/* Footer logo */
.footer-logo::after {
    background: linear-gradient(to right, var(--footer-primary-color), transparent) !important;
}

/* Garantindo que qualquer elemento com primary-color seja verde */
* {
    --primary-color: var(--footer-primary-color) !important;
}

/* Regras específicas para ícones do Font Awesome */
.footer .fab,
.footer .fas,
.footer .fa {
    color: #e0e0e0 !important;
}

.footer .fab:hover,
.footer .fas:hover, 
.footer .fa:hover {
    color: var(--footer-primary-color) !important;
}

/* Ícones específicos de redes sociais */
.fa-facebook-f,
.fa-linkedin-in,
.fa-instagram {
    color: #e0e0e0 !important;
}

.footer a:hover .fa-facebook-f,
.footer a:hover .fa-linkedin-in,
.footer a:hover .fa-instagram {
    color: var(--footer-primary-color) !important;
}

/* Links e ícones do footer */
.footer a, 
.footer a i,
.footer i {
    color: #e0e0e0 !important;
    text-decoration: none !important;
}

.footer a:hover,
.footer a:hover i,
.footer i:hover {
    color: var(--footer-primary-color) !important;
    text-decoration: none !important;
}

/* Links específicos do footer */
.footer .footer-links a:hover,
.footer .social-links a:hover,
.footer a:hover span,
.footer a:hover {
    color: #ff9800 !important;
    text-decoration: none !important;
}

.footer a[href*="blog"]:hover,
.footer a[href*="documentacao"]:hover,
.footer a[href*="exemplos"]:hover,
.footer a[href*="facebook"]:hover,
.footer a[href*="linkedin"]:hover,
.footer a[href*="instagram"]:hover {
    color: #ff9800 !important;
    text-decoration: none !important;
}

/* Estados de hover/focus/active */
.footer a:hover,
.footer a:focus,
.footer a:active,
.footer a:visited:hover {
    color: #ff9800 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.footer a:hover *,
.footer a:focus *,
.footer a:active * {
    color: #ff9800 !important;
}

html body .footer a:hover,
html body .footer a:focus,
html body .footer a:active {
    color: #ff9800 !important;
    text-decoration: none !important;
}

.footer a:hover[style],
.footer a:focus[style],
.footer a:active[style] {
    color: #ff9800 !important;
}

.footer a.active:hover,
.footer a.visited:hover,
.footer a.link:hover {
    color: #ff9800 !important;
    text-decoration: none !important;
}

/* Override de cores conhecidas */
[style*="#00BFFF"],
[style*="#00BCD4"],
[style*="rgb(0, 191, 255)"],
[style*="rgb(0, 188, 212)"] {
    color: var(--footer-primary-color) !important;
    background-color: var(--footer-primary-color) !important;
    border-color: var(--footer-primary-color) !important;
}

.footer *[style*="color: #"] {
    color: #e0e0e0 !important;
}

.footer *:hover[style*="color: #"] {
    color: var(--footer-primary-color) !important;
}

/* Limpeza de decorações */
.footer a::after,
.footer a::before {
    display: none !important;
}

.footer a:hover::after,
.footer a:hover::before {
    display: none !important;
}

.footer *,
.footer *:hover {
    box-shadow: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
}

/* Efeitos de hover */
.footer a:hover {
    box-shadow: none !important;
    text-shadow: 0 0 8px rgba(255, 152, 0, 0.5) !important;
    border-bottom: none !important;
    text-decoration: none !important;
}

.footer a:hover i {
    color: var(--footer-primary-color) !important;
    text-shadow: 0 0 10px rgba(255, 152, 0, 0.8) !important;
    filter: drop-shadow(0 0 8px rgba(255, 152, 0, 0.9)) !important;
    box-shadow: none !important;
}

.footer a:hover,
.footer a:focus {
    outline: none !important;
    box-shadow: none !important;
    text-shadow: 0 0 8px rgba(255, 152, 0, 0.6) !important;
}

/* Override final */
.footer a:hover,
.footer a:focus,
.footer a:active,
.footer a:visited:hover,
.footer .footer-links a:hover,
.footer .social-links a:hover {
    color: #ff9800 !important;
    background-color: transparent !important;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-shadow: 0 0 8px rgba(255, 152, 0, 0.6) !important;
}

.footer a[style*="color"]:hover {
    color: #ff9800 !important;
}

.footer a:hover {
    color: #ff9800 !important;
}

.footer a:focus {
    color: #ff9800 !important;
}

.footer a:active {
    color: #ff9800 !important;
}

/* Back-to-top */
.back-to-top {
    background-color: var(--footer-primary-color) !important;
    box-shadow: 0 0 10px rgba(255, 152, 0, 0.5) !important;
}

.back-to-top:hover {
    background-color: var(--footer-dark-orange) !important;
    box-shadow: 0 0 20px rgba(255, 152, 0, 0.8) !important;
} 