.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;background-image:url("https://hebercardoso.com.br/wp-content/uploads/2025/11/belas-paisagens-deserticas-scaled.jpg");background-size:cover;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{background-size:1500px auto;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========================================
   LINK NA BIO - CUSTOM CSS PARA ELEMENTOR
   ======================================== */

/* Container Principal - Fundo com Imagem */
.elementor-section.link-na-bio-section {
  background-image: url('');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}

/* Overlay Escuro para melhorar legibilidade */
.elementor-section.link-na-bio-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.);
  z-index: 1;
}

/* Card com Glassmorphism */
.link-na-bio-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 40px 30px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  animation: slideUp 0.6s ease-out;
}

/* Animação de entrada */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Círculo Decorativo no Topo */
.link-na-bio-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}

.link-na-bio-circle.with-bg-image {
  background-image: url('https://hebercardoso.com.br/wp-content/uploads/2025/11/f1d4d7c4-e339-4307-944a-e132b77218ca.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.link-na-bio-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}


/* Título Principal */
.link-na-bio-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0 8px 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* Subtítulo */
.link-na-bio-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 20px 0;
  font-weight: 500;
}

/* Descrição */
.link-na-bio-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Container dos Links */
.link-na-bio-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

/* Botão de Link */
.link-na-bio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}

/* Efeito hover no botão */
.link-na-bio-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

/* Ícone do botão */
.link-na-bio-btn svg,
.link-na-bio-btn i {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.link-na-bio-btn:hover svg,
.link-na-bio-btn:hover i {
  transform: scale(1.2);
}

/* Footer */
.link-na-bio-footer {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}

/* ========================================
   RESPONSIVIDADE
   ======================================== */

/* Tablet */
@media (max-width: 768px) {
  .link-na-bio-card {
    padding: 35px 25px;
    max-width: 100%;
  }

  .link-na-bio-title {
    font-size: 40px;
  }

  .link-na-bio-btn {
    padding: 12px 18px;
    font-size: 15px;
  }

  .link-na-bio-circle {
    width: 90px;
    height: 90px;
  }

  .link-na-bio-circle::after {
    width: 70px;
    height: 70px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .elementor-section.link-na-bio-section {
    min-height: auto;
    padding: 40px 15px;
  }

  .link-na-bio-card {
    padding: 30px 20px;
    border-radius: 25px;
  }

  .link-na-bio-title {
    font-size: 32px;
  }

  .link-na-bio-subtitle {
    font-size: 14px;
  }

  .link-na-bio-description {
    font-size: 13px;
  }

  .link-na-bio-btn {
    padding: 11px 16px;
    font-size: 14px;
    gap: 8px;
  }

  .link-na-bio-circle {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .link-na-bio-circle::after {
    width: 65px;
    height: 65px;
  }
}

/* ========================================
   VARIAÇÕES DE CORES (OPCIONAL)
   ======================================== */

/* Botão YouTube */
.link-na-bio-btn.youtube:hover {
  border-color: #ff600055;
  background: #ff600000;
    color: #ffffff;
}

/* Botão Contato */
.link-na-bio-btn.contato:hover {
  border-color: #ff600055;
  background: #ff600000;
    color: #ffffff;
}

/* Botão Mentoria */
.link-na-bio-btn.mentoria:hover {
  border-color: #ff600055;
  background: #ff600000;
    color: #ffffff;
}

/* ========================================
   ANIMAÇÕES ADICIONAIS
   ======================================== */

/* Pulse Animation */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

.link-na-bio-circle {
  animation: pulse 3s ease-in-out infinite;
}

/* Glow Effect */
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
  }
}

.link-na-bio-card:hover {
  animation: glow 2s ease-in-out infinite;
}/* End custom CSS */