/* ==========================================================================
   Post Component — 1080 × 1350 (4:5)
   Espelha o componente "post" do Figma (node 187:1014)
   ========================================================================== */

.post-c {
  position: relative;
  width: 1080px;
  height: 1350px;
  overflow: hidden;
  font-family: "Akzidenz-Grotesk Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #111;
  flex-shrink: 0;
}

/* Imagem de fundo */
.post-c__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

/* Penumbra: gradiente escuro do mesmo lado do texto.
   O wrapper cobre o frame inteiro; para align="top" ele é espelhado
   verticalmente (scaleY(-1)), jogando a sombra (sempre a mesma, sem
   recalcular ângulo/posição) para o topo, acompanhando o texto. */
.post-c__penumbra-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.post-c__penumbra-wrap--flip {
  transform: scaleY(-1);
}

.post-c__penumbra {
  position: absolute;
  left: 0;
  top: 260px;
  width: 1080px;
  height: 1376px;
  background: linear-gradient(181.8deg, rgba(0,0,0,0) 14.86%, #000 89.26%);
}

/* Arcos decorativos (pílulas com gradiente, parcialmente fora do frame) */
.post-c__arc {
  position: absolute;
  pointer-events: none;
}

.post-c__arc--top {
  top: -57px;
  left: 663px;
  width: 939px;
  height: 114px;
  border-radius: 60px 0 0 60px;
  background: linear-gradient(to right, #0043ff 5%, #ff1200 91%);
}

.post-c__arc--bottom {
  top: 1289px;
  left: 164px;
  width: 955px;
  height: 121px;
  border-radius: 60px 0 0 60px;
  background: linear-gradient(to right, #ff1200 5%, #0043ff 91%);
}

/* Body: container de conteúdo */
.post-c__body {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 110px;
  padding-left: 76px;
}

.post-c__body--bottom {
  align-items: flex-end;
  padding-bottom: 180px;
}

.post-c__body--top {
  align-items: flex-start;
  padding-top: 180px;
}

/* Área de texto (esquerda) */
.post-c__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 460px;
  flex-shrink: 0;
}

.post-c__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 20px;
  border: 1.5px solid #fff;
  border-radius: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.post-c__texts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.post-c__text1,
.post-c__apoio {
  margin: 0;
  font-size: 55px;
  line-height: 1.103;
  letter-spacing: -1.65px;
  color: #fff;
  white-space: pre-line;
}

.post-c__text1  { font-weight: 700; }
.post-c__apoio  { font-weight: 400; }

/* Logo (direita) */
.post-c__logo-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 17px;
  flex-shrink: 0;
  width: 350px;
}

.post-c__logo-img {
  width: 350px;
  height: 94px;
  object-fit: contain;
  object-position: right center;
}

.post-c__tagline {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #f7f5ee;
  text-align: right;
  line-height: 1;
}

/* Preview no chat: post em escala dentro do delivered-creative__frame (520px) */
.post-preview-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1080px;
  height: 1350px;
  transform: scale(0.481);
  transform-origin: top left;
  pointer-events: none;
}
