.wp-section {
  position: relative;
  padding: 3rem 0 4rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .wp-section {
    padding: 4.5rem 0 5rem;
  }
}

.wp-section__inner {
  position: relative;
  z-index: 1;
}

.wp-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 768px) {
  .wp-grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
  }
}

.wp-intro .sh-badge {
  margin-bottom: 1rem;
}

.wp-intro h1 {
  font-size: var(--sh-h1);
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 1rem;
  color: var(--sh-foreground);
}

.wp-intro__lead {
  margin: 0 0 1rem;
  font-size: var(--sh-text-lg);
  line-height: 1.65;
  color: var(--sh-muted);
  font-weight: 300;
  max-width: 28rem;
}

.wp-card {
  background: var(--sh-card);
  border: 1px solid var(--sh-border);
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 16px 40px rgba(5, 25, 45, 0.08);
}

@media (min-width: 640px) {
  .wp-card {
    padding: 2rem 2.25rem;
  }
}

.wp-form__label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: var(--sh-label);
  font-weight: 600;
  color: var(--sh-foreground);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.wp-form__input {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  font-family: inherit;
  font-size: var(--sh-text-base);
  color: var(--sh-foreground);
  background: #fff;
  border: 1px solid var(--sh-border);
  border-radius: 0.5rem;
}

.wp-form__input:focus {
  outline: none;
  border-color: var(--sh-primary);
  box-shadow: 0 0 0 3px rgba(76, 134, 199, 0.15);
}

.wp-form__submit {
  width: 100%;
}

.wp-form__note {
  margin: 1rem 0 0;
  font-size: var(--sh-text-sm);
  color: var(--sh-muted);
  line-height: 1.5;
}

.wp-downloads {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #white-papers .wp-section__inner {
    width: 85%;
    max-width: none;
  }
}

.wp-downloads__header {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-downloads__header .sh-badge {
  margin-bottom: 1.25rem;
}

.wp-downloads__header h1 {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 1rem;
}

.wp-downloads__header p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.65;
  color: var(--sh-muted);
  font-weight: 300;
}

@media (min-width: 768px) {
  .wp-downloads__header p {
    font-size: 1.375rem;
  }
}

.wp-paper-list {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .wp-paper-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}

@media (min-width: 1100px) {
  .wp-paper-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.wp-paper {
  background: var(--sh-card);
  border: 1px solid var(--sh-border);
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 8px 28px rgba(5, 25, 45, 0.06);
}

.wp-paper.is-highlight {
  border-color: var(--sh-primary);
  box-shadow: 0 8px 28px rgba(76, 134, 199, 0.12);
}

.wp-paper h2 {
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--sh-foreground);
}

@media (min-width: 768px) {
  .wp-paper h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .wp-paper h2 {
    font-size: 1.625rem;
  }
}

.wp-paper p {
  margin: 0 0 1.75rem;
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 400;
  color: var(--sh-gray);
}

@media (min-width: 768px) {
  .wp-paper p {
    font-size: 1.2rem;
  }
}

.wp-paper .sh-btn {
  align-self: flex-start;
  margin-top: auto;
  width: auto;
  min-width: 11rem;
  font-size: 1.125rem;
}
