:root {
    --primary-green: #28a745;
    --secondary-green: #2ecc71;
    --dark-green: #27ae60;
    --light-green: #d5f5e3;
    --text-dark: #2d3748;
    --text-light: #718096;
  }
  
  /* Particle effects */
  .particle {
    position: absolute;
    background-color: rgba(39, 174, 96, 0.6);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10;
  }
  
  .swal2-popup-custom {
    background: linear-gradient(to bottom right, #FFF4E4 0%, #FFF 40%, #FFF 60%, #F2FFEE 100%) !important;
    border-radius: 24px !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15) !important;
    padding: 2.5rem 3.5rem !important;
    width: 800px !important;  /* Wider popup */
    font-family: 'Poppins', sans-serif !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    position: relative;
    overflow: hidden;
  }
  
  .swal2-image-container {
    width: 160px !important;  /* Slightly smaller image */
    height: 160px !important;
    margin: 0 auto 1.5rem !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 3px solid white !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.5s ease;
    position: relative;
  }
  
  .swal2-image-container:hover {
    transform: rotate(5deg) scale(1.05);
  }
  
  .swal2-image-custom {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  
  .swal2-title-custom {
    color: var(--text-dark) !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: -0.5px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  
  .swal2-content-custom {
    color: var(--text-light) !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    max-width: 85% !important;
    margin: 0 auto 0.5rem !important;  /* Reduced margin */
  }
  
  .swal2-actions {
    gap: 1.5rem !important;
    width: 100% !important;
    justify-content: center !important;
    margin-top: 1rem !important;  /* Reduced margin */
  }
  
  /* Botão Principal Super CTA */
  .swal2-confirm-custom {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 30px !important;
    background: linear-gradient(45deg, var(--primary-green) 0%, var(--secondary-green) 30%, var(--dark-green) 100%) !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    border: none !important;
    border-radius: 15px !important;
    cursor: pointer !important;
    transform-style: preserve-3d !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 15px 35px rgba(40,167,69,0.4), inset 0 -4px 10px rgba(255,255,255,0.2), 0 6px 0 var(--dark-green) !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
    overflow: hidden !important;
    animation: gradient-pulse 4s infinite !important;
    z-index: 1 !important;
    min-width: 220px !important;
  }
  
  .swal2-confirm-custom:hover {
    transform: translateY(-3px) scale(1.05) rotate(1deg) !important;
    box-shadow: 0 25px 45px rgba(40,167,69,0.6), inset 0 -2px 8px rgba(255,255,255,0.3), 0 10px 0 var(--dark-green) !important;
    background: linear-gradient(45deg, var(--secondary-green) 0%, var(--dark-green) 30%, var(--primary-green) 100%) !important;
  }
  
  .swal2-confirm-custom:active {
    transform: translateY(4px) scale(0.98) !important;
    box-shadow: 0 8px 20px rgba(40,167,69,0.3), inset 0 2px 4px rgba(0,0,0,0.1), 0 4px 0 var(--dark-green) !important;
  }
  
  .swal2-confirm-custom::after {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: linear-gradient(45deg, transparent 25%, rgba(255,255,255,0.1) 50%, transparent 75%) !important;
    animation: sparkle 4s infinite !important;
    transform: rotate(45deg) !important;
    z-index: -1 !important;
  }
  
  .swal2-confirm-custom .bi {
    margin-left: 10px !important;
    margin-right: 10px;
    transition: transform 0.3s ease !important;
    font-size: 1.2em;
  }
  
  .swal2-confirm-custom:hover .bi {
    transform: translateX(5px) rotate(360deg) !important;
  }
  
  /* Botão Secundário Estilizado */
  .swal2-cancel-custom {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 30px !important;
    background: white !important;
    color: var(--dark-green) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    border: 3px solid var(--dark-green) !important;
    border-radius: 15px !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 8px 25px rgba(39,174,96,0.2), inset 0 0 0 2px white !important;
    overflow: hidden !important;
    min-width: 220px !important;
    z-index: 1 !important;
  }
  
  .swal2-cancel-custom::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(45deg, transparent, rgba(39,174,96,0.1), transparent) !important;
    transform: translateX(-100%) !important;
    transition: transform 0.6s ease !important;
    z-index: -1 !important;
  }
  
  .swal2-cancel-custom:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(39,174,96,0.3), inset 0 0 0 2px white !important;
    background: var(--light-green) !important;
  }
  
  .swal2-cancel-custom:hover::before {
    transform: translateX(100%) !important;
  }
  
  .swal2-cancel-custom:active {
    transform: translateY(2px) !important;
    box-shadow: 0 5px 15px rgba(39,174,96,0.2), inset 0 0 0 2px white !important;
  }
  
  .swal2-cancel-custom .bi {
    margin-right: 10px !important;
    transition: transform 0.3s ease !important;
    font-size: 1.2em;
  }
  
  .swal2-cancel-custom:hover .bi {
    transform: translateX(-3px) rotate(-10deg) !important;
  }
  
  /* Animações */
  @keyframes gradient-pulse {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }
  
  @keyframes sparkle {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% { left: 150%; opacity: 0; }
  }
  
  /* Entrance and exit animations */
  @keyframes customEnter {
    0% { 
      transform: scale(0.95) translateY(20px);
      opacity: 0;
    }
    100% { 
      transform: scale(1) translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes customExit {
    0% { 
      transform: scale(1) translateY(0);
      opacity: 1;
    }
    100% { 
      transform: scale(0.95) translateY(20px);
      opacity: 0;
    }
  }
  
  @keyframes particlesFloat {
    0% {
      transform: translate(0, 0) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: translate(var(--tx, 100px), var(--ty, -100px)) rotate(360deg);
      opacity: 0;
    }
  }
