.map-container a.explore-button { display: none !important; }

.ddos-section {
    padding: 70px 0;
}

.ddos-page {
    overflow: hidden;
    text-align: center;
}

.ddos-hero {
    padding: 160px 0 80px;
    text-align: center;
}

.ddos-hero h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.text-gradient {
    background: linear-gradient(90deg, #138deb, #3ea7f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 1.2rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.stats-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.stat-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border: 1px solid #f5f5f5;
    flex: 1;
    min-width: 250px;
    transition: transform 0.3s ease;
}

.dark-mode .stat-card {
    background: #141414;
    border-color: #313131;
}

.stat-card:hover {
    transform: translateY(-10px);
}

.stat-card h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 5px 0;
}

.stat-card small {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.stat-card p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-ddos {
    box-sizing: border-box;
    max-width: 500px;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem !important;
}

.btn-ddos.secondary {
    background: #fff;
    color: #555;
    border: 1px solid #ddd;
}

.btn-ddos.secondary:hover {
    background: #f9f9f9;
    color: #333;
    border-color: #ccc;
}

.dark-mode .btn-ddos.secondary {
    background: #1f1f1f;
    color: #ccc;
    border-color: #333;
}

.dark-mode .btn-ddos.secondary:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #444;
}

.dual-col {
    display: flex;
    align-items: center;
    gap: 30px;
}

.dual-col > div { flex: 1; }

.content-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
}

.dark-mode .content-text p {
    color: #ccc;
}

.globe-wrapper {
    width: 100%;
    min-width: 560px;
    height: 560px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    overflow: hidden;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.feature-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    text-align: center;
}

.dark-mode .feature-card {
    background: #141414;
    border-color: #313131;
}

.feature-card:hover {
    border-color: #138deb;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #e6f4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #138deb;
    font-size: 24px;
}

.dark-mode .icon-box {
    background: #1f1f1f;
    color: #138deb;
}

.feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #222;
}

.tag-list {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.tag-list span {
    font-size: 12px;
    background: #f4f4f4;
    padding: 4px 10px;
    border-radius: 4px;
    color: #777;
}

.dark-mode .tag-list span {
    background: #1f1f1f;
    color: #777;
}

.ddos-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #111, #222);
    color: #fff;
}

.ddos-cta h2 { color: #fff; }
.ddos-cta p { color: #aaa; margin-bottom: 30px; }

.btn-ddos.big {
    margin: 0 auto;
    font-size: 1.2rem;
}

@media (min-width: 1141px) {
    .ddos-page h1, .ddos-page h2, .ddos-page h3 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-ddos.big { min-width: 400px; }
}

@media (max-width: 1140px) {
    .globe-wrapper { display: none !important; }
    .dual-col { flex-direction: column; }
    .stats-grid { flex-direction: column; }
    .hero-actions { flex-direction: column; }
    .btn-ddos { width: 100%; margin: 0 auto; justify-content: center; }
    .btn-ddos.big { min-width: 280px; }
}

/* =========================================
   BLOCO: MULTI-LAYER FILTERING (Terminal)
   ========================================= */

/* Ajuste de espaçamento para coluna da direita */
.pl-50 { padding-left: 50px; }

/* Texto Destaque Laranja */
.text-white { color: #fff; }

/* Caixa de destaque para os números recordes */
.highlight-box {
    margin-top: 25px;
    padding: 20px;
    background: #1a1a1a;
    border-left: 4px solid #138deb;
    color: #ccc !important;
    border-radius: 0 8px 8px 0;
    font-size: 0.95rem !important;
}

/* Moldura estilo Terminal/Console */
.terminal-wrapper {
    width: 100%;
    max-height: 400px;
    background: #121212;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
    border: 1px solid #333;
    transform: perspective(1000px) rotateY(2deg); /* Leve inclinação 3D */
    transition: transform 0.3s ease;
}

.terminal-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg);
}

/* Cabeçalho da Janela (Bolinhas do Mac/Linux) */
.terminal-header {
    background: #1f1f1f;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
}

.terminal-title {
    margin-left: 15px;
    color: #666;
    font-size: 12px;
    font-family: monospace;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
}
.dot.red { background: #ff5f56; }
.dot.yellow { background: #ffbd2e; }
.dot.green { background: #27c93f; }

/* Corpo do Terminal onde vai o GIF */
.terminal-body {
    position: relative;
    line-height: 0;
}

.terminal-body img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.gif-monitor {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.9; /* Leve transparência para fundir com o preto */
    filter: contrast(1.1); /* Aumenta contraste do texto do log */
}

/* Efeito Scanline (Linhas de monitor antigo) */
.scan-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,0) 50%,
        rgba(0,0,0,0.2) 50%,
        rgba(0,0,0,0.2)
    );
    background-size: 100% 4px;
    pointer-events: none;
    z-index: 2;
}

/* Responsividade */
@media (max-width: 900px) {
    .pl-50 { padding-left: 0; margin-top: 30px; }
    .terminal-wrapper { transform: none; }
}