.post-page {
  background: #f4f6fb;
  color: #1c2230;
}

.post-hero {
  position: relative;
  padding: 82px 0 48px;
  background: linear-gradient(135deg, #0f1624 0%, #14253f 48%, #1b6dff 100%);
  color: #f3f7ff;
  overflow: hidden;
}

.post-passcard .post-hero {
  background:
    linear-gradient(115deg, rgba(10, 18, 30, 0.78) 0%, rgba(13, 27, 48, 0.58) 46%, rgba(27, 109, 255, 0.34) 100%),
    url("/img/PassCard.jpg") center/cover no-repeat;
}

.post-anda .post-hero {
  background:
    linear-gradient(115deg, rgba(10, 18, 30, 0.78) 0%, rgba(13, 27, 48, 0.58) 46%, rgba(27, 109, 255, 0.34) 100%),
    url("/img/ANDA.jpg") center/cover no-repeat;
}

.post-sbi .post-hero {
  background:
    linear-gradient(115deg, rgba(10, 18, 30, 0.78) 0%, rgba(13, 27, 48, 0.58) 46%, rgba(27, 109, 255, 0.34) 100%),
    url("/img/articulo-insurance.jpeg") center/cover no-repeat;
}

.post-estandar .post-hero {
  background:
    linear-gradient(115deg, rgba(10, 18, 30, 0.78) 0%, rgba(13, 27, 48, 0.58) 46%, rgba(27, 109, 255, 0.34) 100%),
    url("/img/de-startups-a-bancos.jpeg") center/cover no-repeat;
}

.post-calidad-humana .post-hero {
  background:
    linear-gradient(115deg, rgba(10, 18, 30, 0.78) 0%, rgba(13, 27, 48, 0.58) 46%, rgba(27, 109, 255, 0.34) 100%),
    url("/img/calidad-humana.jpeg") center/cover no-repeat;
}

.post-a2a .post-hero {
  background:
    linear-gradient(115deg, rgba(10, 18, 30, 0.78) 0%, rgba(13, 27, 48, 0.58) 46%, rgba(27, 109, 255, 0.34) 100%),
    url("/img/A2A.jpeg") center/cover no-repeat;
}

.post-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.12), transparent 40%),
    radial-gradient(circle at 78% 0%, rgba(126, 184, 255, 0.28), transparent 42%);
  pointer-events: none;
}

.post-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  display: grid;
  gap: 12px;
}

.post-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.78);
}

.post-title {
  margin: 0;
  line-height: 1.12;
  font-size: clamp(2rem, 3.4vw, 3rem);
  max-width: 900px;
  padding-bottom: 32px;
}

.post-lead {
  margin: 14px 0 0;
  max-width: 760px;
  color: rgba(238, 244, 255, 0.9);
  font-size: 1.05rem;
}

.post-meta {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.76rem;
  font-weight: 600;
}

.post-shell {
  padding: 34px 0 84px;
}

.post-breadcrumb {
  margin: 0 0 20px;
}

.post-breadcrumb a {
  text-decoration: none;
  color: #1b6dff;
  font-size: 0.86rem;
  font-weight: 700;
}

.post-layout {
  max-width: 920px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 29, 55, 0.08);
  box-shadow: 0 18px 30px rgba(20, 33, 57, 0.08);
  padding: 34px 34px 40px;
}

.post-content {
  display: grid;
  gap: 24px;
}

.post-section {
  display: grid;
  gap: 10px;
}

.post-section h2 {
  margin: 0;
  font-size: 1.62rem;
  line-height: 1.2;
}

.post-section h3 {
  margin: 8px 0 0;
  font-size: 1.16rem;
  line-height: 1.28;
}

.post-section p,
.post-section li {
  margin: 0;
  color: #3a4458;
  font-size: 1.03rem;
  line-height: 1.65;
}

.post-list {
  margin: 2px 0 0;
  padding-left: 22px;
  display: grid;
  gap: 6px;
}

.post-highlight {
  margin: 0;
  padding: 16px 18px;
  border-left: 4px solid #1b6dff;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(27, 109, 255, 0.1), rgba(27, 109, 255, 0));
  color: #1f2e48;
  font-weight: 700;
  line-height: 1.5;
}

.post-author {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #e4e8f0;
  font-size: 1rem;
  font-weight: 700;
  color: #1d2a40;
}

.post-linkedin {
  margin: -8px 0 0;
}

.post-linkedin a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #0f5ae0;
  font-size: 0.95rem;
  font-weight: 700;
}

.post-linkedin a:hover {
  color: #0b4ab9;
}

.post-linkedin a::after {
  content: "->";
  font-size: 0.92rem;
}

.post-related {
  margin-top: -4px;
  padding: 18px;
  border-radius: 14px;
  background: #f3f7ff;
  border: 1px solid #dfe8ff;
}

.post-related h2 {
  font-size: 1.24rem;
}

.post-related .post-list {
  margin-top: 4px;
}

.post-related a {
  color: #1b3f80;
  font-weight: 600;
  text-decoration: none;
}

.post-related a:hover {
  color: #0f5ae0;
}

.post-cta {
  margin-top: 8px;
  padding: 18px;
  border-radius: 14px;
  background: #0f1727;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.post-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.post-cta .btn {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .post-layout {
    padding: 24px 22px 28px;
  }

  .post-section h2 {
    font-size: 1.42rem;
  }
}

@media (max-width: 600px) {
  .post-hero {
    padding: 70px 0 42px;
  }

  .post-shell {
    padding-bottom: 64px;
  }
}
