/* Veltys eBook: ajustes sem CSS inline */

.ebook-split-section {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.ebook-section-title {
  font-size: clamp(22px, 3.4vw, 34px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}

.ebook-title-highlight {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ebook-section-description {
  color: var(--muted);
  margin-bottom: 18px;
}

.ebook-list-check-tight {
  margin-bottom: 0;
}

.ebook-consent-wrap {
  margin-top: 8px;
}

.ebook-consent-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  cursor: pointer;
}

.ebook-consent-input {
  margin-top: 4px;
}

.ebook-cta-tight {
  margin-bottom: 0;
}

.ebook-modal-action {
  margin-top: 20px;
}
