/* Bloco promocional "Firebee", exclusivo desta página. */

.c-firebee {
  border-radius: 1rem;
  border: 1px solid rgba(249, 115, 22, 0.2);
  background: linear-gradient(to bottom right, rgba(249, 115, 22, 0.1), rgba(239, 68, 68, 0.05));
  padding: 2rem;
}

.c-firebee__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.c-firebee__heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.c-firebee__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-firebee__icon .icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #fb923c;
}

.c-firebee__heading h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-white);
}

.c-firebee__lede {
  color: var(--color-slate-300);
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.c-firebee__lede strong {
  color: #fb923c;
}

.c-firebee__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.c-firebee__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-slate-300);
  font-size: 0.875rem;
}

.c-firebee__item .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fb923c;
  flex-shrink: 0;
}

.c-firebee__cta {
  background: #f97316;
  color: var(--color-white);
}

.c-firebee__cta:hover {
  background: #fb923c;
  box-shadow: 0 10px 25px -5px rgba(249, 115, 22, 0.25);
}

.c-firebee__logo {
  width: 100%;
  max-width: 16rem;
  height: 12rem;
  border-radius: 0.75rem;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid var(--color-slate-800);
  object-fit: contain;
  padding: 1rem;
}

@media (min-width: 768px) {
  .c-firebee__grid {
    flex-direction: row;
    align-items: center;
  }
}
