/* ===================================================
   BONUS SECTION - VIRTUAL BUSINESS CARD
   =================================================== */
section.bonus-section {
    padding: 100px 0 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #050508 !important;
    background: 
        linear-gradient(135deg, transparent 49.85%, rgba(180,140,20,0.06) 49.9%, rgba(212,175,55,0.08) 50%, rgba(180,140,20,0.06) 50.1%, transparent 50.15%),
        linear-gradient(45deg, transparent 49.85%, rgba(180,140,20,0.06) 49.9%, rgba(212,175,55,0.08) 50%, rgba(180,140,20,0.06) 50.1%, transparent 50.15%),
        linear-gradient(135deg, #050508 0%, #0a0a12 100%) !important;
    background-size: 76px 76px, 76px 76px, 100% 100% !important;
    background-position: 0 0, 0 0, center !important;
    z-index: 1;
}

/* Brilho reflexo ultra sutil nas linhas */
section.bonus-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, transparent 49.9%, rgba(255,255,255,0.06) 49.95%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.06) 50.05%, transparent 50.1%),
        linear-gradient(45deg, transparent 49.9%, rgba(255,255,255,0.06) 49.95%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.06) 50.05%, transparent 50.1%);
    background-size: 76px 76px, 76px 76px;
    background-position: 0 0, 0 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
}

/* Máscara escura nos cantos (vignette) */
section.bonus-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.5) 100%);
    pointer-events: none;
    z-index: 2;
}

.bonus-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.bonus-content {
    position: relative;
    z-index: 2;
}

.bonus-badge {
    background: linear-gradient(90deg, #F5A623, #FFD700);
    color: #000;
    font-size: 0.8rem;
    font-weight: 900;
    padding: 6px 16px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(245, 166, 35, 0.3);
}

.bonus-title {
    margin-bottom: 16px;
}

.bonus-offer-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.value-strikethrough {
    color: #64748b;
    text-decoration: line-through;
    font-size: 1.1rem;
    font-weight: 500;
}

.offer-free {
    color: #10b981;
    font-size: 1.4rem;
    font-weight: 900;
    text-shadow: 0 0 15px rgba(16, 185, 129, 0.3);
}

.offer-instruction {
    color: #F5A623;
    font-size: 0.9rem;
    font-style: italic;
    background: rgba(245, 166, 35, 0.05);
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid rgba(245, 166, 35, 0.1);
}

.bonus-description {
    font-size: 1.15rem;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 40px;
}

.bonus-features {
    display: grid;
    gap: 20px;
}

.bonus-feat-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.bonus-feat-icon {
    width: 24px;
    height: 24px;
    background: rgba(245, 166, 35, 0.1);
    border: 1px solid rgba(245, 166, 35, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5A623;
    font-size: 0.7rem;
    flex-shrink: 0;
    margin-top: 4px;
}

.bonus-feat-text h4 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.bonus-feat-text p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Visual do Cartão Virtual */
.bonus-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcard-mockup {
    width: 280px;
    height: 580px;
    background: #1e293b;
    border: 8px solid #334155;
    border-radius: 40px;
    position: relative;
    box-shadow: 0 50px 100px -20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.vcard-screen {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    background: #0f172a;
}

.vcard-profile {
    text-align: center;
    margin-bottom: 30px;
}

.vcard-avatar {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #F5A623, #0ea5e9);
    border-radius: 50%;
    margin: 0 auto 15px;
    padding: 3px;
}

.vcard-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #0f172a;
}

.vcard-name {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.vcard-pro {
    color: #0ea5e9;
    font-size: 0.85rem;
    font-weight: 500;
}

.vcard-qrcode {
    background: #fff;
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vcard-qrcode img {
    width: 100%;
}

.vcard-links {
    display: grid;
    gap: 12px;
}

.vcard-link {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
}

.vcard-floating-badge {
    position: absolute;
    top: 50px;
    right: -20px;
    background: #10b981;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
    transform: rotate(5deg);
    z-index: 3;
}

/* Responsive */
@media (max-width: 992px) {
  .bonus-container {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  .bonus-content {
    order: 2;
  }
  .bonus-visual {
    order: 1;
  }
  .bonus-feat-item {
    justify-content: center;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
  }
  .bonus-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .bonus-section {
    padding: 60px 0;
    background-color: #050508 !important;
    background-image: 
      linear-gradient(135deg, transparent 49.85%, rgba(180,140,20,0.06) 49.9%, rgba(212,175,55,0.08) 50%, rgba(180,140,20,0.06) 50.1%, transparent 50.15%),
      linear-gradient(45deg, transparent 49.85%, rgba(180,140,20,0.06) 49.9%, rgba(212,175,55,0.08) 50%, rgba(180,140,20,0.06) 50.1%, transparent 50.15%),
      linear-gradient(135deg, #050508 0%, #0a0a12 100%) !important;
    background-size: 76px 76px, 76px 76px, 100% 100% !important;
    background-position: 0 0, 0 0, center !important;
    background-attachment: fixed !important;
  }

  .bonus-section::before {
    background-size: 76px 76px, 76px 76px;
    background-position: 0 0, 0 0;
  }

  .bonus-container {
    gap: 40px;
    padding: 0 15px;
  }

  .bonus-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .bonus-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .vcard-mockup {
    width: 220px;
    height: 420px; /* Encurtado de 460px para um visual mais compacto */
    border-radius: 30px;
    border-width: 5px;
  }

  .vcard-screen {
    padding: 25px 15px; /* Reduzido de 40px 20px */
  }

  .vcard-profile {
    margin-bottom: 15px; /* Reduzido de 30px */
  }

  .vcard-avatar {
    width: 70px; /* Reduzido de 100px */
    height: 70px;
    margin-bottom: 10px;
  }

  .vcard-profile h3 {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }

  .vcard-profile p {
    font-size: 0.75rem;
  }

  .vcard-qrcode {
    width: 90px; /* Ligeiramente menor */
    height: 90px;
  }

  .vcard-links {
    gap: 8px; /* Espaçamento menor entre botões */
  }

  .vcard-link {
    padding: 8px 12px;
    font-size: 0.75rem;
  }

  .vcard-floating-badge {
    right: -10px;
    top: 30px;
    font-size: 0.75rem;
    padding: 8px 14px;
  }

  .bonus-feat-item {
    gap: 12px;
  }

  .bonus-feat-text h4 {
    font-size: 1rem;
  }

  .bonus-feat-text p {
    font-size: 0.85rem;
  }
}
