
..video-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.video-card:hover .video-thumb img {
  transform: scale(1.03);
}

.play-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  backdrop-filter: blur(6px);
}

.video-card .card-body {
  padding: 18px 18px 22px;
}

.video-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.video-card .meta {
  color: #6b6b6b;
  font-size: 14px;
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  background: #f7f7f7;
  color: #161616;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.logo-pill:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  text-decoration: none;
}

body.page-id-715 .section-title:first-of-type {
  display: none;
}

body.page-id-715 .books-hero {
  max-width: 720px;
}

body.page-id-715 .books-buttons {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

body.page-id-715 .books-buttons a {
  padding: 10px 18px;
  border-radius: 999px;
  background: #161616;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

body.page-id-715 .books-buttons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.1);
}

body.page-id-715 .books-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

body.page-id-715 .stat-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

body.page-id-715 .stat-number {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

body.page-id-715 .stat-label {
  color: #6b6b6b;
  font-size: 14px;
}

body.page-id-715 .books-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

body.page-id-715 .books-grid span {
  padding: 10px 16px;
  background: #f5f5f5;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.hero-photo {
  display: flex;
  justify-content: center;
}

.hero-photo img {
  width: 100%;
  max-width: 380px;
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0,0,0,.12);
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    order: -1;
    margin-bottom: 40px;
  }

  .hero-photo img {
    max-width: 280px;
  }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.hero-photo {
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-photo img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 30px 60px rgba(0,0,0,.15);
}

/* soft accent halo */
.hero-photo::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(30, 94, 82, 0.08);
  z-index: -1;
  transform: translate(18px, 18px);
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    order: -1;
    margin-bottom: 40px;
  }
}
.hero-photo {
  transform: translateY(-10px);
}