.elementor-2006 .elementor-element.elementor-element-4658fc6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fe7a6bb *//* PREVINE FOUC (Flash of Unstyled Content) NOS SVGs */
  svg.svg-icon {
      width: 32px !important;
      height: 32px !important;
      display: inline-block !important;
      visibility: visible !important;
  }

  .tag-shield svg.svg-icon {
      width: 14px !important;
      height: 14px !important;
  }

  .safer-list li svg.svg-icon {
      width: 32px !important;
      height: 32px !important;
  }

  /* Reset Global do Wrapper */
#dbx-wrapper {
    --dbx-orange: #FF6A00;
    --dbx-dark: #0a0a0a;
    --dbx-card: #0f172a;
    --dbx-gray: #fbfbfb;
    --dbx-text: #ffffff;

    font-family: 'Inter', sans-serif;
    background: var(--dbx-dark);
    color: var(--dbx-text);
    position: relative;
    width: 100vw;           /* Força a largura total da janela do navegador */
    margin-left: calc(-50vw + 50%); /* Técnica para ignorar margens do Elementor */
    margin-right: calc(-50vw + 50%);
    overflow-x: hidden;     /* Evita scroll horizontal indesejado */
    padding: 80px 0;        /* 0 nas laterais para encostar na borda */
    box-sizing: border-box;
}

#dbx-wrapper * { box-sizing: border-box; }

/* Canvas (Fundo) */
#dbx-starfield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* COLORS */
   
 :root {
      /* Colors */
      --background: hsl(222, 47%, 6%);
      --foreground: hsl(210, 40%, 98%);
      --card: hsl(222, 47%, 9%);
      --card-foreground: hsl(210, 40%, 98%);
      --primary: hsl(187, 100%, 50%);
      --primary-foreground: hsl(222, 47%, 6%);
      --secondary: hsl(222, 30%, 14%);
      --secondary-foreground: hsl(210, 40%, 98%);
      --muted: hsl(222, 30%, 18%);
      --muted-foreground: hsl(215, 20%, 65%);
      --border: hsl(222, 30%, 18%);
      --input: #080c16 !important;
      
      /* Gradients */
      --gradient-primary: linear-gradient(135deg, hsl(187, 100%, 50%) 0%, hsl(217, 91%, 60%) 100%);
      --gradient-pro: linear-gradient(135deg, hsl(45, 100%, 50%) 0%, hsl(25, 100%, 55%) 100%);
      --gradient-hero: linear-gradient(180deg, hsl(222, 47%, 8%) 0%, hsl(222, 47%, 4%) 100%);
      
      /* Effects */
      --glow-primary: 0 0 60px hsla(187, 100%, 50%, 0.3);
      --glow-pro: 0 0 60px hsla(45, 100%, 50%, 0.25);
      --shadow-card: 0 8px 32px hsla(222, 47%, 4%, 0.5);
      
      /* Spacing */
      --radius: 0.75rem;
    }
    
        .text-gradient-pro {
      background: var(--gradient-pro);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    
/* ===============================
   TIPOGRAFIA
================================ */

/* TITULOS = SPACE GROTESK */
#dbx-wrapper h1,
#dbx-wrapper h2,
#dbx-wrapper h3,
#dbx-wrapper .section-title {
    font-family: 'Space Grotesk', sans-serif !important;
    color: white !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 80px 0 15px 0 !important;
}

/* Ajustes individuais */
#dbx-wrapper h1 {
    font-size: 3rem !important;
    text-align: center;
    position: relative;
    z-index: 10;
    font-weight: 800 !important;
}

#dbx-wrapper .section-title {
    font-size: 2.5rem !important;
    text-align: center;
    margin-bottom: 60px !important;
    margin-top: 120px !important;
    position: relative;
    z-index: 10;
}

/* TEXTO = INTER */
#dbx-wrapper p {
    font-family: 'Inter', sans-serif !important;
    color: var(--dbx-gray) !important;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 20px 0 !important;
}

#dbx-wrapper .subtitle {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 120px auto !important;
    position: relative;
    z-index: 10;
}

.text-orange { color: var(--dbx-orange); }


/* ===============================
   TOGGLE
================================ */
.dbx-toggle-frame {
    background: #1e293b;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 4px;
    border-radius: 50px;
    display: flex;
    width: fit-content;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 10;
}
#dbx-pill {
    position: absolute; top: 4px; bottom: 4px; left: 4px;
    width: calc(50% - 4px);
    background: #ff6a00;
    border-radius: 50px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    
}

.dbx-toggle-btn {
    background: none !important; border: none !important;
    color: var(--dbx-gray) !important;
    padding: 12px 50px !important;
    font-size: 15px !important; font-weight: 600 !important;
    cursor: pointer; position: relative; z-index: 2;
    outline: none !important;
}
.dbx-toggle-btn.active { color: white !important; }
.badge-save { background: #22c55e; color: white; font-size: 10px; padding: 2px 6px; border-radius: 10px; margin-left: 5px; vertical-align: middle; }

/* Wrapper do botão Lifetime */
.lifetime-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Badge SAVE MORE fora do toggle */
.badge-save-outside {
    position: absolute;
    top: -35px;
    font-size: 12px;
    font-weight: 700;
    background: #22c55e;
    color: #ffffff;
    padding: 2px 18px;
    border-radius: 999px;
    letter-spacing: 0.5px;
    z-index: 5;
    box-shadow: 0 2px 6px rgba(34, 197, 94, 0.4);
}

.toggle-hint {
    font-size: 0.85rem;
    color: #64748b;
    
    text-align: center;
}

/* ===============================
   GRID CARDS
================================ */
.dbx-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 100px auto;
    position: relative;
    z-index: 10;
}

.dbx-card {
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.dbx-card.popular {
    border: 2px solid #d97706;
    background: hsla(222, 47%, 9%, 0.9);
    transform: scale(1.05);
    z-index: 20;
    animation: pulseGlow 3s ease-in-out infinite; /* Adiciona pulse sutil */
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 10px 40px rgba(255, 106, 0, 0.4); }
    50% { box-shadow: 0 15px 50px rgba(255, 106, 0, 0.6); }
}

.card-badge {
    background: #ff6a00;
    box-shadow: 0 0 20px rgba(255, 106, 0, 0.4);
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 15px;
    border-radius: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/* Ícone dentro do badge */
.badge-icon {
    width: 14px;
    height: 14px;
    stroke-width: 2.5;
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
}

.card-footnote {
    font-size: 0.8rem;
    color: #64748b;
    font-style: italic;
    margin: 0 0 20px 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.price-block {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dbx-gray);
}

.amount {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
}

.period {
    color: var(--dbx-gray);
    font-size: 1rem;
}

.micro-text {
    font-size: 0.85rem !important;
    margin-bottom: 20px !important;
}

/* ===============================
   CARD ICONS - Lucide
================================ */
.card-icon {
    margin-bottom: -55px;
    margin-top: 30px;
}

.card-icon svg {
    width: 60px;
    height: 60px;
    stroke-width: 1.5;
}

/* Cores dos ícones por plano */
.icon-flame svg {
    color: #f97316; /* laranja */
}

.icon-layers svg {
    color: #ff6a00; /* laranja DripBox */
}

.icon-boxes svg {
    color: #ff6a00; /* roxo - premium feel */
}

/* ===============================
   ANIMAÇÕES DOS ÍCONES
================================ */

/* Flame - tremida de chama */
.icon-flame svg {
    animation: flicker 2s ease-in-out infinite;
}

@keyframes flicker {
    0%, 100% { 
        transform: scale(1) rotate(0deg); 
        opacity: 1;
    }
    25% { 
        transform: scale(1.05) rotate(-2deg); 
        opacity: 0.9;
    }
    50% { 
        transform: scale(0.98) rotate(1deg); 
        opacity: 1;
    }
    75% { 
        transform: scale(1.03) rotate(-1deg); 
        opacity: 0.95;
    }
}

/* Layers - float suave */
.icon-layers svg {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { 
        transform: translateY(0px); 
    }
    50% { 
        transform: translateY(-6px); 
    }
}

/* Boxes - pulse sutil */
.icon-boxes svg {
    animation: pulse 2.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { 
        transform: scale(1); 
        opacity: 1;
    }
    50% { 
        transform: scale(1.08); 
        opacity: 0.85;
    }
}

/* ===============================
   TAGLINE EM VERDE
================================ */
.card-desc {
    color: #4ade80 !important; /* verde suave */
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 5px;
}

/* ===============================
   FOOTNOTE (frase sutil)
================================ */
.card-footnote {
    font-size: 0.8rem;
    color: #64748b;
    font-style: italic;
    margin: 0 0 20px 0;
    padding-top: 10px;
    border-top: none;
}


/* ===============================
   FEATURE LISTS
================================ */
#dbx-wrapper .dbx-section .compare-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #94a3b8;
    max-width: 720px;
    margin: -40px auto 70px auto !important;
}


ul.feature-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    text-align: left;
}

ul.feature-list li {
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    display: flex;
    gap: 10px;
    color: #e2e8f0;
}

.icon-check { color: #22c55e; font-weight: bold; }
.icon-x { color: #ef4444; }
.disabled { opacity: 0.5; }


/* Buttons */
.dbx-btn {
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 700;
    display: block;
    margin-top: auto;
    transition: 0.2s;
    text-align: center;
}

.dbx-btn.solid {
    background: #ff6a00; /* Sólido no estado normal */
    transition: all 0.3s ease;
    color: white;
}

.dbx-btn.outline {
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    background: transparent;
}

.dbx-btn:hover {
 background: linear-gradient(135deg, #ff6a00 0%, #ff8c00 100%);
 box-shadow: 0 0 20px rgba(255, 106, 0, 0.4);
}

.dbx-btn.large {
    width: fit-content;
    margin: 0 auto;
    padding: 20px 50px;
    font-size: 1.2rem;
}


/* =========================
   COMPARISON TABLE
========================= */
.table-scroll {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.1);
    background: #0f172a;
    margin-top: 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

table.dbx-table {
    width: 100%;
    border-collapse: collapse !important;
    min-width: 700px;
    font-family: 'Inter', sans-serif;
    margin-block: 0 !important;
}

/* Headers */
table.dbx-table th {
    background: #1e293b;
    padding: 14px 18px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #94a3b8;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    text-align: center;
}

.text-green-highlight {
    color: #22c55e !important; /* Verde Sucesso DripBox */
    font-weight: 700 !important;
    text-shadow: 0 0 8px rgba(34, 197, 94, 0.2); /* Brilho sutil para dar o aspecto 'Premium' */
}

table.dbx-table th:first-child {
    text-align: left;
    width: 42%;
    padding-left: 30px !important;
}

/* DripBox header */
table.dbx-table th.col-highlight {
    background: rgba(255,255,255,0.03);
    color: white;
    border-top: 3px solid #d97706;
}

/* Cells */
table.dbx-table td {
    padding: 10px 18px !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    vertical-align: middle;
    color: #e5e7eb;
    font-size: 0.95rem;
    text-align: center;
    padding-left: 35px !important;
}

/* Feature column */
table.dbx-table td:first-child {
    text-align: left;
    font-size: 1rem;
}

/* Icon + text */
.cell-inline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

/* ✔ Check */
.table-check-green {
    color: #22c55e;
    font-size: 1.25rem;
    font-weight: 800;
}

/* ❌ X RED (restaurado, mais vivo) */
.table-x-red {
    color: #ef4444;
    font-size: 1.25rem;
    font-weight: 800;
}

/* DripBox column highlight */
table.dbx-table td.highlight-col {
    background: rgba(255,255,255,0.02);
}

/* Remove bottom gap da última linha */
table.dbx-table tr:last-child td {
    border-bottom: none;
}

/* =========================
   ONLY DRIPBOX PILL
========================= */

.exclusive-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
 background: linear-gradient(135deg, #ff6a00 0%, #ff8c00 100%);
 box-shadow: 0 0 20px rgba(255, 106, 0, 0.4);
    color: white;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 20px;
    border-radius: 999px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(255,106,0,0.35);
    white-space: nowrap;
    margin-left: 28px;
}

/* =========================
   MINI PRICING TABLE
========================= */
.horizontal-price-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.price-highlight {
    font-size: 1.2rem;
    font-weight: 800;
    color: #22c55e;
}

/* Destaque final do Lifetime */
.mini-pricing-table .price-lifetime {
    font-size: 1.4rem;   /* levemente maior */
    font-weight: 900;     /* mais pesado */
}

.price-competitor {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ef4444;
    text-decoration: line-through;
}

/* remove qualquer linha decorativa laranja */
.pricing-row td {
    border-top: none !important;
    padding: 14px 18px !important;
}

/* Mini pricing table - */
table.mini-pricing-table th:first-child,
table.mini-pricing-table td:first-child {
    width: 42% !important;
    text-align: left !important;
    margin-bottom: 0px !important;
}

table.mini-pricing-table th:nth-child(2),
table.mini-pricing-table td:nth-child(2),
table.mini-pricing-table th:nth-child(3),
table.mini-pricing-table td:nth-child(3) {
    width: 30% !important;
    text-align: center !important;
}

table.mini-pricing-table td {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* Hover Effects */
table.dbx-table tbody tr {
    transition: background-color 0.2s ease;
}

table.dbx-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

table.dbx-table tbody tr.feature-highlight:hover {
    background: rgba(255, 106, 0, 0.1) !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    table.dbx-table th,
    table.dbx-table td {
        padding: 14px 16px !important;
        font-size: 0.85rem;
    }

    .feature-note,
    .feature-note-gray {
        font-size: 0.65rem;
    }

    .exclusive-badge {
        font-size: 7px;
        padding: 3px 7px;
        margin-left: 6px;
    }

    .exclusive-badge svg {
        width: 9px;
        height: 9px;
    }

    .price-highlight {
        font-size: 1.2rem;
    }

    .price-competitor {
        font-size: 1rem;
    }

    .table-check-green,
    .table-x-red {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    table.dbx-table th,
    table.dbx-table td {
        padding: 12px 10px !important;
        font-size: 0.8rem;
    }

    .dbx-section .table-scroll {
        border-radius: 12px;
    }
}


/* ===============================
   SAFER SECTION - REDESIGN PREMIUM
================================ */
.safer-section {
    margin-top: 120px;
    padding: 1px 0;
}

.safer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}

/* Coluna Esquerda - Texto */
.safer-text {
    display: flex;
    flex-direction: column;
    gap: 0; /* Remove gap padrão */
}

.tag-shield {
    background: rgba(255, 106, 0, 0.1);
    color: var(--dbx-orange);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px; /* Espaço controlado até o título */
}

.tag-shield svg {
    width: 14px !important;
    height: 14px !important;
    fill: var(--dbx-orange) !important;
    margin-right: 5px;
}

/* Título da seção */
.safer-text .section-title {
    text-align: left !important;
    margin: 0 0 12px 0 !important; /* Reduzido - mais próximo do subtitle */
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
}

/* Subtítulo */
.safer-text .subtitle {
    text-align: left !important;
    margin: 0 0 40px 0 !important; /* Espaço até a lista */
    font-size: 1.1rem;
    color: #94a3b8;
    line-height: 1.6;
}

/* Lista de features */
.safer-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 24px; /* Espaço entre items */
}

.safer-list li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    padding: 0 !important;
    margin: 0 !important;
}

/* SVG Icons */
.safer-list li svg.svg-icon {
    width: 32px !important;
    height: 32px !important;
    fill: var(--dbx-orange) !important;
    padding: 8px;
    background: rgba(255, 106, 0, 0.1);
    border-radius: 10px;
    flex-shrink: 0;
    display: block;
}

/* Conteúdo do item */
.safer-list li > div {
    display: flex;
    flex-direction: column;
    gap: 4px; /* Pequeno gap entre título e descrição */
}

.safer-list li strong {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    display: block;
    line-height: 1.3;
    margin-bottom: 2px; /* Pequeno espaço até a descrição */
}

/* Remove o <br> visualmente */
.safer-list li br {
    content: '';
    display: none; /* Esconde o <br> */
}

/* Descrição do item - mais próxima do título */
.safer-list li > div {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #94a3b8;
}

/* Coluna Direita - Visual */
.safer-visual {
    position: relative;
}

.fake-ui-window {
    background: #1e293b;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.window-header {
    background: #0f172a;
    padding: 12px 16px;
    display: flex;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.red { background: #ef4444; }
.yellow { background: #eab308; }
.green { background: #22c55e; }

.window-body {
    padding: 40px 32px;
    text-align: center;
}

.scan-animation {
    margin-bottom: 24px;
}

.spinner {
    font-size: 48px;
    color: var(--dbx-orange);
    animation: dbxSpin 2s linear infinite;
    display: inline-block;
    margin-bottom: 12px;
}

.scan-text {
    font-size: 1rem;
    color: #94a3b8;
    margin-top: 8px;
}

.scan-success {
    color: #22c55e;
    font-weight: 700;
    font-size: 1.05rem;
    margin: 24px 0;
    animation: fadeInOut 4s infinite;
}

.green-check {
    font-size: 1.2rem;
    margin-right: 6px;
}

.rebuild-result {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: #cbd5e1;
}

.result-check {
    color: #22c55e;
    font-size: 1.2rem;
    flex-shrink: 0;
}

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

@keyframes fadeInOut {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

/* Mobile Responsive */
@media (max-width: 968px) {
    .safer-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .safer-text .section-title {
        font-size: 2rem !important;
    }

    .safer-list li {
        grid-template-columns: 44px 1fr;
        gap: 14px;
    }

    .safer-list li svg.svg-icon {
        width: 28px !important;
        height: 28px !important;
        padding: 6px;
    }

    .safer-list li strong {
        font-size: 1.05rem;
    }
}


/* ===============================
   JANELA MAC
================================ */
   /* Container Mac */
.mac-window {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    MARGIN-left: 70px;
    margin-top: 230px;
}

.mac-header {
    background: #1e293b;
    padding: 12px 16px;
    display: flex;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mac-dot { width: 10px; height: 10px; border-radius: 50%; }
.mac-dot.r { background: #ff5f56; }
.mac-dot.y { background: #ffbd2e; }
.mac-dot.g { background: #27c93f; }

/* Corpo Centralizado */
.mac-body {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Ícone */
.icon-top-row { margin-bottom: 15px; }
.spinner-main {
    animation: dbxSpin 2s linear infinite;
    width: 52px !important;
    height: 52px !important;
    fill: var(--dbx-orange) !important;
}

/* Wrapper de Status para evitar encavalamento */
.rebuild-status-wrapper {
    position: relative;
    height: 24px;
    width: 100%;
    margin-bottom: 20px;
}

.txt-scan, .txt-done {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 1.05rem;
    font-weight: 600;
}

.txt-scan { animation: textFade 6s infinite; color: #94a3b8; }
.txt-done { animation: textFadeReverse 6s infinite; color: #22c55e; font-weight: 800; opacity: 0; }

/* Dashboard Interno */
.mac-status-box {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.status-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.status-stats {
    display: flex;
    justify-content: center;
    gap: 45px;
    font-size: 0.95rem;
    font-weight: 600;
}

.s-green { color: #22c55e; }
.s-yellow { color: #ffbd2e; }
.s-red { color: #ff5f56; }

/* Animações */
@keyframes dbxSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes textFade { 0%, 45% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes textFadeReverse { 0%, 45% { opacity: 0; } 50%, 95% { opacity: 1; } 100% { opacity: 0; } }


/* ===============================
   GUARANTEE
================================ */
.guarantee-section {
    margin-top: 80px;
    position: relative;
    z-index: 10;
}

.guarantee-box {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.02) 90%, rgba(34, 197, 94, 0.05) 100%);
    border: 1px solid rgba(34, 197, 94, 0.1);
    border-radius: 20px;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 40px;
    align-items: center;
    box-shadow: 0 10px 40px rgba(34, 197, 94, 0.2);
}

      
/* Coluna da Foto */
.guarantee-photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.guarantee-photo img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(34, 197, 94, 0.4);
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Adiciona */
}

.guarantee-photo img:hover {
    transform: scale(1.05); /* Cresce levemente */
    box-shadow: 0 12px 32px rgba(255, 106, 0, 0.5); /* Glow mais forte */
}

.photo-label {
    text-align: center;
}

.photo-label strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 2px;
}

.photo-label span {
    font-size: 0.85rem;
    color: var(--dbx-gray);
    font-weight: 500;
}

/* Coluna do Conteúdo */
.guarantee-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Badge do título */
.guarantee-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.guarantee-badge svg {
    width: 28px;
    height: 28px;
    fill: var(--dbx-orange);
    flex-shrink: 0;
}

.guarantee-badge span {
    font-size: 1.3rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.5px;
}

/* Quote do fundador */
.guarantee-quote {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #cbd5e1;
    font-style: italic;
    margin: 0;
    padding: 0;
    border: none;
}

/* Assinatura */
.guarantee-signature {
    font-size: 0.95rem;
    color: var(--dbx-orange);
    font-weight: 600;
    margin-top: 12px;
}

/* Checklist */
.guarantee-checklist {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.guarantee-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #e2e8f0;
}

.guarantee-checklist li svg {
    width: 18px;
    height: 18px;
    stroke: #22c55e;
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .guarantee-box {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 24px;
        text-align: center;
    }

    .guarantee-photo {
        margin: 0 auto;
    }

    .guarantee-photo img {
        width: 120px;
        height: 120px;
    }

    .guarantee-badge {
        justify-content: center;
    }

    .guarantee-checklist {
        align-items: center;
    }

    .guarantee-checklist li {
        justify-content: center;
    }
}

/* Safer Grid - Movido para fora para não bugar */
.safer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    align-items: center;
}

/* Estilo para ícones SVG - GARANTINDO VISIBILIDADE */
.svg-icon {
    width: 30px !important;
    height: 30px !important;
    fill: var(--dbx-orange) !important;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
}

/* Forçar os SVGs dentro da lista a aparecerem */
.safer-list li svg {
    margin-right: 15px;
}


/* ===============================
   FAQ SECTION
================================ */
.faq-section {
    margin-top: 100px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.faq-head {
    padding: 20px 0;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
    user-select: none; /* Impede seleção acidental do texto */
}

.faq-head:hover {
    color: var(--dbx-orange); /* Hover effect */
}

/* Quando a FAQ está aberta */
.faq-item.open {
    background: #1e293b; /* Background cinza escuro suave */
    border-left: 3px solid var(--dbx-orange); /* Borda laranja à esquerda */
    padding-left: 20px;
    margin-left: -20px; /* Compensa o padding pra não quebrar layout */
    border-radius: 8px;
}

.faq-item.open .faq-head {
    color: var(--dbx-orange); /* Pergunta fica laranja quando aberta */
    padding-top: 24px; /* Mais espaço em cima quando aberto */
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    color: #cbd5e1; /* Cinza mais claro para melhor leitura */
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding-bottom: 0;
    line-height: 1.7; /* Melhora legibilidade */
}

.faq-item.open .faq-body {
    max-height: 800px; /* Aumentado para não cortar textos longos */
    padding-bottom: 24px;
    padding-right: 20px; /* Espaço à direita */
}

/* Estilo do texto dentro da resposta */
.faq-body strong {
    color: #fbbf24; /* Dourado para destaques */
    font-weight: 700;
}

.faq-body strong:first-child {
    color: #22c55e; /* Verde na primeira linha (resposta direta) */
    font-size: 1.05rem;
    display: block;
    margin-bottom: 12px;
}

/* Seta final emocional (→) */
.faq-body strong:last-of-type {
    color: var(--dbx-orange);
    display: block;
    margin-top: 16px;
    font-size: 0.95rem;
}

/* Ícone + */
.plus {
    font-size: 1.8rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: var(--dbx-gray);
}

/* Quando aberto, + vira × (rotaciona 45 graus) */
.faq-item.open .plus {
    transform: rotate(45deg);
    color: var(--dbx-orange);
}

/* ===============================
   FINAL CTA
================================ */
.final-cta {
    margin-top: 100px;
    text-align: center;
    padding: 0px 20px 80px 20px;
    position: relative;
    z-index: 10;
    background: linear-gradient(180deg, rgba(255,106,0,0.02) 0%, rgba(255,106,0,0.08) 100%);
    border-top: 1px solid rgba(255, 106, 0, 0.2);
    border-bottom: 1px solid rgba(255, 106, 0, 0.2);
}

.final-cta h2 {
    font-size: 3rem !important; /* Mantém tamanho grande */
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
}

.final-cta-subtitle {
    font-size: 1.2rem !important;
    color: #94a3b8 !important;
    margin-bottom: 40px !important;
    font-weight: 400;
}

.final-cta .dbx-btn.large {
    margin: 60px auto 40px auto;
    font-size: 1.2rem;
    padding: 22px 60px;
}

.dbx-btn.large {
    background: #ff6a00; /* Sólido no estado normal */
    transition: all 0.3s ease;
}

.dbx-btn.large:hover {
    background: linear-gradient(135deg, #ff6a00 0%, #ff8c00 100%); /* Degradê no hover */
    box-shadow: 0 0 20px rgba(255, 106, 0, 0.4);
    color: black;
}

/* Trust badges */
.final-trust {
    display: flex;
    justify-content: center;
    gap: 15px; /* Espaço entre as pílulas */
    flex-wrap: wrap;
    margin-top: 50px;
}

.final-trust span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.05); /* Fundo sutil */
    padding: 4px 20px;
    border-radius: 50px; /* Formato pílula */
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

/* Efeito hover nas pílulas */
.final-trust span:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(34, 197, 94, 0.4); /* Brilho verde ao passar o mouse */
    transform: translateY(-2px);
}

.final-trust span svg {
    stroke: #22c55e; /* Verde nos checks mantido */
    flex-shrink: 0;
flex-shrink: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .final-cta h2 {
        font-size: 2rem !important;
    }

    .final-cta-subtitle {
        font-size: 1rem !important;
    }

    .final-trust {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
}

/* ===============================
   FOOTER DRIPBOX
================================ */
.dripbox-footer-wrapper {
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 0 30px 0;
    margin-top: 0;
}

.df-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.df-footer {
    color: #94a3b8;
}

/* Grid do footer */
.df-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    margin-bottom: 50px;
}

/* Coluna da marca */
.df-brand-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.df-logo-link {
    display: inline-block;
    max-width: 180px;
}

.df-logo-img {
    width: 100%;
    height: auto;
}

.df-tagline {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #94a3b8;
    margin: 0;
}

/* Wrapper dos menus */
.df-menus-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.df-menu-column h3 {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff6a00 !importat;
    margin-bottom: 16px !important;
}

.df-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.df-menu-list li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.df-menu-list li a:hover {
    color: var(--dbx-orange);
}

/* Footer bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    margin: 8px 0 !important;
    font-size: 0.9rem !important;
    color: var(--dbx-orange) !important;
}

.footer-bottom p:first-child {
    color: var(--dbx-orange) !important;
}

/* Mobile Responsive */
@media (max-width: 968px) {
    .df-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .df-menus-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .dripbox-footer-wrapper {
        padding: 40px 0 20px 0;
    }

    .df-brand-col {
        text-align: center;
    }

    .df-logo-link {
        margin: 0 auto;
    }
}/* End custom CSS */