.pdf-search-page {
  --pdf-ink: #14212b;
  --pdf-muted: #5d6a72;
  --pdf-paper: #f6f4ef;
  --pdf-red: #c9362b;
  --pdf-blue: #246f9f;
  --pdf-green: #2f7a64;
  --pdf-line: rgba(20, 33, 43, 0.14);
  background:
    linear-gradient(90deg, rgba(20, 33, 43, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(20, 33, 43, 0.035) 1px, transparent 1px),
    var(--pdf-paper);
  background-size: 28px 28px;
  color: var(--pdf-ink);
}

.pdf-hero {
  min-height: calc(100vh - 82px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(3.5rem, 8vh, 7rem) 0 clamp(4rem, 10vh, 8rem);
}

.pdf-hero__media,
.pdf-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.pdf-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.9) contrast(1.05);
}

.pdf-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(246, 244, 239, 0.98) 0%, rgba(246, 244, 239, 0.92) 42%, rgba(246, 244, 239, 0.62) 72%, rgba(246, 244, 239, 0.3) 100%),
    linear-gradient(180deg, rgba(246, 244, 239, 0.18) 0%, rgba(246, 244, 239, 0.88) 100%);
}

.pdf-hero__content {
  position: relative;
  z-index: 1;
}

.pdf-eyebrow,
.pdf-section__label {
  color: var(--pdf-red);
  font-family: var(--nav-font);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.pdf-hero h1 {
  color: var(--pdf-ink);
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 10ch;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.pdf-hero__lead {
  color: var(--pdf-ink);
  font-size: clamp(1.1rem, 2vw, 1.38rem);
  line-height: 1.55;
  margin: 1.6rem 0 2rem;
  max-width: 680px;
}

.pdf-search-form {
  max-width: 780px;
}

.pdf-search-form__group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 33, 43, 0.16);
  box-shadow: 0 18px 55px rgba(20, 33, 43, 0.16);
}

.pdf-search-form input {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--pdf-ink);
  font-size: 1.05rem;
  min-width: 0;
  outline: 0;
  padding: 1.15rem 1.25rem;
}

.pdf-search-form button,
.pdf-final__link {
  align-items: center;
  background: var(--pdf-red);
  border: 0;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  min-height: 58px;
  padding: 0 1.25rem;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.pdf-search-form button:hover,
.pdf-final__link:hover {
  background: #a9271f;
  color: #fff;
  transform: translateY(-1px);
}

.pdf-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.pdf-hero__signals span {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(20, 33, 43, 0.16);
  color: var(--pdf-muted);
  font-size: 0.92rem;
  padding: 0.48rem 0.72rem;
}

.pdf-section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.pdf-section--intro {
  background: #fff;
  border-top: 1px solid var(--pdf-line);
}

.pdf-section h2 {
  color: var(--pdf-ink);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.pdf-section__copy {
  color: var(--pdf-muted);
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.pdf-feature-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--pdf-line);
  border: 1px solid var(--pdf-line);
}

.pdf-feature-grid article {
  background: #fff;
  min-height: 260px;
  padding: 1.45rem;
}

.pdf-feature-grid i {
  color: var(--pdf-blue);
  font-size: 2rem;
}

.pdf-feature-grid h3,
.pdf-use-case h3 {
  color: var(--pdf-ink);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 1rem 0 0.55rem;
}

.pdf-feature-grid p,
.pdf-use-case p {
  color: var(--pdf-muted);
  line-height: 1.65;
  margin: 0;
}

.pdf-section--use-cases {
  background: #e8eee9;
}

.pdf-use-case {
  background: rgba(255, 255, 255, 0.78);
  border-left: 4px solid var(--pdf-green);
  min-height: 100%;
  padding: 1.35rem;
}

.pdf-use-case span {
  color: var(--pdf-green);
  font-family: var(--heading-font);
  font-weight: 900;
}

.pdf-section--final {
  background: var(--pdf-ink);
}

.pdf-final {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.pdf-final h2 {
  color: #fff;
  max-width: 760px;
}

.pdf-final__copy {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 760px;
}

.pdf-final .pdf-section__label {
  color: #f2a39c;
}

@media (max-width: 991.98px) {
  .pdf-hero {
    min-height: auto;
    padding-top: 4.5rem;
  }

  .pdf-hero__media img {
    object-position: 74% center;
  }

  .pdf-hero__overlay {
    background:
      linear-gradient(90deg, rgba(246, 244, 239, 0.98) 0%, rgba(246, 244, 239, 0.88) 100%),
      linear-gradient(180deg, rgba(246, 244, 239, 0.2) 0%, rgba(246, 244, 239, 0.9) 100%);
  }

  .pdf-feature-grid {
    grid-template-columns: 1fr;
  }

  .pdf-feature-grid article {
    min-height: auto;
  }

  .pdf-final {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .pdf-search-form__group {
    grid-template-columns: 1fr;
  }

  .pdf-search-form button {
    min-height: 54px;
    width: 100%;
  }

  .pdf-hero h1 {
    font-size: 3.25rem;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
  }
}
