.pdf-teaser-section {
  padding: 0 0 3rem;
}

.pdf-teaser-shell {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 2rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 105, 0, .10), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(13, 110, 253, .10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

.pdf-teaser-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 110, 253, .02), rgba(245, 105, 0, .03));
  pointer-events: none;
}

.pdf-teaser-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 1.5rem;
  align-items: center;
}

.pdf-teaser-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: rgba(13, 110, 253, .08);
  border: 1px solid rgba(13, 110, 253, .12);
  color: #0d6efd;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pdf-teaser-copy h2 {
  margin: 1rem 0 .75rem;
  color: #0f172a;
  letter-spacing: -.04em;
  line-height: .96;
  font-size: clamp(2rem, 3vw, 3rem);
}

.pdf-teaser-copy p {
  margin: 0;
  color: #516079;
  line-height: 1.78;
  font-size: 1.04rem;
  max-width: 62ch;
}

.pdf-teaser-points {
  display: grid;
  gap: .8rem;
  margin: 1.35rem 0 0;
}

.pdf-teaser-points span {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  color: #1d2a44;
  font-weight: 700;
}

.pdf-teaser-points iconify-icon {
  margin-top: .12rem;
  font-size: 1.12rem;
  color: #f56900;
  flex-shrink: 0;
}

.pdf-teaser-actions {
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.pdf-teaser-actions .btn {
  min-height: 54px;
  border-radius: 999px;
  padding: 0 1.45rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pdf-teaser-actions .btn-primary {
  background: linear-gradient(135deg, #0d6efd 0%, #2c82ff 100%);
  border: none;
  box-shadow: 0 16px 32px rgba(13, 110, 253, .18);
}

.pdf-teaser-actions .btn-outline-dark {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(15, 23, 42, .12);
  color: #0f172a;
}

.pdf-teaser-card {
  position: relative;
  z-index: 1;
  border-radius: 26px;
  padding: 1.35rem;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(15, 23, 42, .07);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
  backdrop-filter: blur(12px);
}

.pdf-teaser-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.pdf-teaser-card-top strong {
  color: #0f172a;
  font-size: 1.05rem;
  letter-spacing: -.02em;
}

.pdf-teaser-card-top span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem .8rem;
  border-radius: 999px;
  background: rgba(245, 105, 0, .10);
  color: #d56100;
  font-size: .86rem;
  font-weight: 800;
  white-space: nowrap;
}

.pdf-teaser-list {
  display: grid;
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdf-teaser-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .95rem 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid rgba(15, 23, 42, .08);
}

.pdf-teaser-list strong {
  color: #16213b;
  font-size: .98rem;
  letter-spacing: -.02em;
}

.pdf-teaser-list span {
  color: #64748b;
  font-size: .9rem;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .pdf-teaser-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .pdf-teaser-section {
    padding-bottom: 2rem;
  }

  .pdf-teaser-shell {
    border-radius: 24px;
    padding: 1.35rem;
  }

  .pdf-teaser-copy h2 {
    font-size: clamp(1.7rem, 9vw, 2.35rem);
  }

  .pdf-teaser-actions {
    flex-direction: column;
  }

  .pdf-teaser-actions .btn {
    width: 100%;
  }

  .pdf-teaser-card {
    padding: 1rem;
  }

  .pdf-teaser-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}
