.ebookpdf {
  padding: 20px 20px;
   font-family: 'Open Sans', Arial, sans-serif;
  color: #111;
}

.ebookpdf a {
  text-decoration: none;
}

.ebookpdf-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ebookpdf-layout {
  display: flex;
  gap: 80px;
  align-items: center;
  flex-wrap: wrap;
}

.ebookpdf-text {
  flex: 1;
  min-width: 300px;
}

.ebookpdf-text h1 {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 24px;
  font-weight: 600;
  color: #444;
}

.ebookpdf-lead {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 35px;
  color: #374151;
}

.ebookpdf-proof {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 35px;
  color: #374151;
  padding-left: 18px;
  border-left: 4px solid #ef4444;
  font-weight: 400;
}

.ebookpdf-list {
  margin-bottom: 40px;
}

.ebookpdf-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.6;
}

.ebookpdf-item::before {
  content: "\2713";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #16a34a;
  color: white;
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 4px;
  font-size: 14px;
  flex-shrink: 0;
}

.ebookpdf .ebookpdf-button,
.ebookpdf .ebookpdf-button:visited,
.ebookpdf .ebookpdf-button:hover,
.ebookpdf .ebookpdf-button:active {
  display: inline-block;
  background: linear-gradient(135deg,#ef4444,#dc2626);
  color: #ffffff !important;
  padding: 18px 34px;
  font-size: 18px;
  font-weight: 800;
  border-radius: 10px;
  text-decoration: none !important;
  box-shadow: 0 20px 45px rgba(220,38,38,0.35);
}

.ebookpdf-button:hover {
  filter: brightness(1.12);
}


.ebookpdf-image {
  flex: 1;
  min-width: 320px;
  text-align: center;
}

.ebookpdf-image img {
  max-width: 420px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}
