/* =========================================================
   CARD PROMOCIONAL — EMPRESA FUNDADORA
   Adicione no seu CSS principal da página anuncie-conosco
   ========================================================= */

.pricing-card-founder {
  position: relative;
  border: 2px solid #f59e0b;
  box-shadow: 0 18px 40px rgba(245, 158, 11, .18);
  background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.pricing-ribbon-founder {
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(234, 88, 12, .25);
}

.founder-launch-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.founder-launch-price .old-price {
  color: #9ca3af;
  font-size: 15px;
  font-weight: 700;
  text-decoration: line-through;
}

.founder-launch-price .current-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #ea580c;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.founder-launch-price .current-price small {
  font-size: 16px;
  font-weight: 800;
}

.founder-launch-price .current-price span {
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
}

.founder-launch-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(245, 158, 11, .12);
  color: #c2410c;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.founder-plan-callout {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(245, 158, 11, .25);
  border-radius: 14px;
  background: rgba(255, 247, 237, .9);
}

.founder-plan-callout i {
  color: #ea580c;
  font-size: 18px;
  margin-top: 2px;
}

.founder-plan-callout strong {
  display: block;
  margin-bottom: 4px;
  color: #9a3412;
  font-size: 13px;
}

.founder-plan-callout span {
  display: block;
  color: #7c2d12;
  font-size: 12px;
  line-height: 1.6;
}

.pricing-button-founder {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #fff;
}

.pricing-button-founder:hover {
  background: linear-gradient(135deg, #ea580c 0%, #dc2626 100%);
}

@media (max-width: 767px) {
  .founder-launch-price .current-price {
    font-size: 30px;
  }
}
