/* Estilos personalizados para a seção Hero */

#hero-8 {
  padding-top: 160px;
  padding-bottom: 130px;
  position: relative;
}

#hero-8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05), transparent);
  pointer-events: none;
}

#hero-8 .container-fluid {
  max-width: 1600px;
}

#hero-8-form {
  max-width: 100%;
  padding: 0;
}

.instagram-crm-demo {
  background-color: #1e2235;
  border-radius: 12px;
  padding: 30px 30px 25px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid transparent;
  background-clip: padding-box;
}

.instagram-crm-demo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
  z-index: 1;
  background-size: 200% 200%;
  animation: gradient-shift 8s linear infinite;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hero-8-txt {
  padding-left: 20px;
  padding-top: 20px;
}

.hero-8-txt h2 {
  margin-bottom: 20px;
}

.hero-8-txt p {
  max-width: 90%;
  margin-bottom: 25px;
}

.kanban-column {
  min-height: 300px;
}

.card-content h6 {
  font-size: 15px;
}

.card-content p {
  font-size: 13px;
}

.instagram-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.instagram-logo i {
  font-size: 22px;
  color: white;
}

@keyframes pulse-instagram {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.instagram-logo {
  animation: pulse-instagram 2s infinite ease-in-out;
}

@media (max-width: 991px) {
  #hero-8 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  
  .instagram-crm-demo {
    padding: 20px;
  }
  
  .hero-8-txt {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #hero-8 {
    padding-top: 90px;
  }
  
  .hero-8-txt h2 {
    font-size: 38px !important;
  }
}

.instagram-icon {
  font-size: 12px;
  color: #C13584;
  margin-left: 5px;
  vertical-align: middle;
}

.column-icon {
  font-size: 14px;
  color: #E1306C;
  margin-right: 5px;
  vertical-align: middle;
}

.kanban-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding: 0 5px;
  position: relative;
}

.kanban-btn {
  background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584);
  background-size: 300% 300%;
  animation: gradient-flow 5s ease infinite;
  border: none;
  color: white;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  white-space: nowrap;
  min-width: max-content;
}

@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.kanban-btn i {
  font-size: 12px;
}

.kanban-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, #833AB4, #C13584, #E1306C, #FD1D1D);
}

.kanban-btn.active {
  background: linear-gradient(45deg, #833AB4, #C13584, #E1306C, #FD1D1D);
  background-size: 300% 300%;
  animation: gradient-flow 4s ease infinite;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

.kanban-btn.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 3px;
  background-color: white;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .kanban-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  
  .kanban-btn {
    font-size: 12px;
    padding: 6px 10px;
    width: 100%;
    justify-content: center;
  }
}

.kanban-board {
  margin-top: 5px;
}

.disclaimer-text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
  font-style: italic;
  line-height: 1.4;
} 