/* Standalone e-books landing — Hostinger-ready */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

.el-body {
  --el-navy: #102a3e;
  --el-navy-dark: #0a1c2a;
  --el-orange: #f27420;
  --el-orange-dark: #d95f0f;
  --el-cream: #fdf9f3;
  --el-text: #1e293b;
  --el-muted: #475569;
  --el-container: 900px;
  --el-content: 760px;
  --el-section-y: 52px;
  --el-gap: 20px;
  padding-bottom: 90px;
  background: #fff;
  color: var(--el-text);
  font-family: "Nunito", sans-serif;
}

.el-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.el-site-header__inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.el-site-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--el-navy);
  font-weight: 800;
  font-size: 0.95rem;
}

.el-site-header__logo img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.el-site-header__cta {
  background: var(--el-orange);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(242, 116, 32, 0.35);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 11px 14px;
  white-space: nowrap;
}

.el-site-header__cta:hover {
  background: var(--el-orange-dark);
}

main {
  padding-top: 74px;
}

.el-file-tag {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
}

.el-workbook__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.el-workbook__format {
  display: inline-block;
  background: #eef4f8;
  color: var(--el-navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 4px;
}

.el-workbook__ready {
  font-size: 0.72rem;
  font-weight: 800;
  color: #2e7d32;
}

.el-workbook__file {
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 6px;
  word-break: break-word;
}

.el-author__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--el-navy), #2a4f68);
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
}

/* Hero logo — see .el-hero__logo below */

/* E-book / workbook cover icon */
.el-ebook-cover {
  position: relative;
  width: 140px;
  aspect-ratio: 3 / 4.1;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(165deg, #0f2435 0%, #1a4a6a 55%, #102a3e 100%);
  box-shadow: 0 12px 28px rgba(16, 42, 62, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.el-ebook-cover--sm {
  width: 88px;
  border-radius: 8px;
  flex-shrink: 0;
}

.el-ebook-cover__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  background: var(--el-orange);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 999px;
}

.el-ebook-cover--sm .el-ebook-cover__badge {
  top: 4px;
  right: 4px;
  font-size: 0.55rem;
  padding: 2px 5px;
}

.el-ebook-cover__logo {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.el-ebook-cover--sm .el-ebook-cover__logo {
  top: 12%;
  width: 48%;
}

.el-ebook-cover__label {
  position: absolute;
  top: 48%;
  left: 8%;
  right: 8%;
  z-index: 2;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.el-ebook-cover--sm .el-ebook-cover__label {
  display: none;
}

.el-ebook-cover__photo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  width: 100%;
  object-fit: cover;
  object-position: center 15%;
  z-index: 1;
}

.el-ebook-cover__format {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: rgba(255, 255, 255, 0.92);
  color: var(--el-navy);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 4px;
}

.el-ebook-cover--sm .el-ebook-cover__format {
  font-size: 0.48rem;
  padding: 1px 5px;
  bottom: 3px;
}

.el-includes-inline__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #ebe3d8;
  border-radius: 10px;
  width: 100%;
}

.el-includes-inline__text {
  flex: 1;
  min-width: 0;
  font-size: 0.94rem;
  color: var(--el-text);
}

.ebooks-landing-page {
  --el-navy: #102a3e;
  --el-navy-dark: #0a1c2a;
  --el-orange: #f27420;
  --el-orange-dark: #d95f0f;
  --el-cream: #fdf9f3;
  --el-text: #1e293b;
  --el-muted: #475569;
  padding-bottom: 90px;
  background: #fff;
  color: var(--el-text);
}

.ebooks-landing-page .site-main {
  padding-top: 0;
}

/* Minimal header */
.ebooks-landing-page #navbar {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
}

.ebooks-landing-page .nav-logo > span:last-child {
  display: none;
}

.navbar--minimal .nav-links,
.navbar--minimal .header-social,
.navbar--minimal .hamburger {
  display: none;
}

.nav-minimal-cta {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.ebooks-landing-page .nav-minimal-cta .nav-cta {
  background: var(--el-orange);
  color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(242, 116, 32, 0.35);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 11px 16px;
  white-space: nowrap;
}

.ebooks-landing-page .nav-minimal-cta .nav-cta:hover {
  background: var(--el-orange-dark);
}

.ebooks-landing-page .nav-cta--ghost {
  display: none;
}

.el-page {
  font-family: "Nunito", sans-serif;
  font-size: 1.02rem;
  line-height: 1.65;
}

.el-page .container,
.el-site-header .container {
  width: min(var(--el-container), 92%);
  margin-left: auto;
  margin-right: auto;
}

/* Top ribbon */
.el-ribbon {
  background: var(--el-navy);
  color: #fff;
  text-align: center;
  padding: 11px 0;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Section titles */
.el-section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 700;
  text-align: center;
  color: var(--el-navy);
  margin: 0 0 16px;
  line-height: 1.25;
}

.el-section-title--left {
  text-align: left;
}

.el-section-title--light {
  color: #fff;
}

/* Hero */
.el-hero {
  text-align: center;
  padding: 36px 0 44px;
  background: #fff;
}

.el-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: var(--el-content);
  margin: 0 auto;
}

.el-hero__logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  box-shadow: 0 10px 24px rgba(16, 42, 62, 0.12);
}

.el-offer-badge {
  display: inline-block;
  background: var(--el-orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 4px;
  margin-bottom: 14px;
}

.el-hero__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--el-navy);
  line-height: 1.15;
  margin: 0 0 14px;
  max-width: 640px;
}

.el-hero__hook {
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  font-weight: 800;
  color: var(--el-text);
  max-width: 48ch;
  margin: 0 0 10px;
  line-height: 1.45;
}

.el-hero__sub {
  font-size: 1rem;
  color: var(--el-muted);
  max-width: 50ch;
  margin: 0 0 4px;
  line-height: 1.6;
}

/* Buttons */
.el-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.el-btn--buy {
  background: var(--el-orange);
  color: #fff;
  box-shadow: 0 10px 24px rgba(242, 116, 32, 0.38);
  min-width: min(100%, 420px);
}

.el-btn--buy:hover {
  background: var(--el-orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(242, 116, 32, 0.45);
}

.el-cta-block {
  display: grid;
  gap: 6px;
  justify-items: center;
  margin: 20px 0 0;
  width: 100%;
}

.el-cta-block--hero {
  margin-top: 12px;
}

.el-section .el-cta-block:last-child {
  margin-bottom: 0;
}

/* Sections */
.el-section {
  padding: var(--el-section-y) 0;
}

.el-section--white {
  background: #fff;
}

.el-section--cream {
  background: var(--el-cream);
}

.el-section--navy {
  background: var(--el-navy);
  color: #fff;
}

/* Features 3x2 */
.el-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--el-gap);
  width: 100%;
  align-items: stretch;
}

.el-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 18px 14px;
  background: #fafbfc;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  height: 100%;
}

.el-feature__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8f5e9;
  color: #2e7d32;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.el-feature h3 {
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--el-navy);
  margin-bottom: 4px;
}

.el-feature p {
  font-size: 0.88rem;
  color: var(--el-muted);
  line-height: 1.45;
  margin: 0;
}

/* Prose */
.el-prose {
  max-width: var(--el-content);
  margin: 0 auto;
  width: 100%;
}

.el-prose p {
  color: var(--el-muted);
  margin-bottom: 12px;
  line-height: 1.65;
}

.el-prose p:last-of-type {
  margin-bottom: 0;
}

.el-includes-inline {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
  width: 100%;
}

.el-includes-inline li {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

/* Author */
.el-author {
  display: grid;
  grid-template-columns: minmax(220px, 260px) 1fr;
  gap: 32px;
  align-items: center;
  max-width: var(--el-container);
  margin: 0 auto;
  width: 100%;
}

.el-author__photo {
  display: flex;
  justify-content: center;
}

.el-author__frame {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(16, 42, 62, 0.15);
  background: #eee;
}

.el-author__frame picture,
.el-author__img {
  width: 100%;
  height: 100%;
  display: block;
}

.el-author__img {
  object-fit: cover;
  object-position: center 12%;
}

.el-author__content .el-section-title {
  margin-bottom: 12px;
}

.el-author__content p {
  color: var(--el-muted);
  margin-bottom: 10px;
  line-height: 1.6;
}

.el-author__content p:last-of-type {
  margin-bottom: 0;
}

/* Checklist on navy */
.el-section--navy .container {
  text-align: center;
}

.el-checklist {
  list-style: none;
  padding: 0;
  margin: 8px auto 0;
  max-width: 560px;
  display: grid;
  gap: 12px;
  text-align: left;
}

.el-checklist li {
  position: relative;
  padding-left: 32px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
}

.el-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #7dffb3;
  font-weight: 800;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pricing */
.el-pricing-intro {
  text-align: center;
  margin-bottom: 24px;
  max-width: var(--el-content);
  margin-left: auto;
  margin-right: auto;
}

.el-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--el-orange);
  margin-bottom: 6px;
}

.el-pricing-intro__sub {
  color: var(--el-muted);
  font-size: 0.96rem;
  margin: 0;
}

.el-workbooks {
  max-width: var(--el-container);
  margin: 0 auto 24px;
  display: grid;
  gap: 16px;
  width: 100%;
}

.el-workbook__card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px 20px;
  background: #fafbfc;
  border: 1px solid #e8eef2;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(16, 42, 62, 0.05);
}

.el-workbook__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.02rem, 2.2vw, 1.22rem);
  font-weight: 700;
  color: var(--el-navy);
  margin-bottom: 4px;
  line-height: 1.3;
  text-align: left;
}

.el-workbook__top {
  justify-content: flex-start;
  margin-bottom: 6px;
}

.el-value {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 28px 24px 32px;
  border: 2px solid var(--el-orange);
  border-radius: 12px;
  background: #fff;
}

.el-value .el-cta-block {
  margin-top: 16px;
}

.el-workbook__info {
  min-width: 0;
}

.el-workbook__meta {
  font-size: 0.88rem;
  color: var(--el-muted);
  margin-bottom: 4px;
  line-height: 1.45;
}

.el-workbook__price {
  font-weight: 800;
  color: var(--el-orange);
  font-size: 0.9rem;
  margin: 4px 0 0;
}

.el-value__total {
  font-size: 1.05rem;
  color: var(--el-muted);
  margin-bottom: 8px;
}

.el-value__total s {
  color: #94a3b8;
}

.el-value__today {
  font-size: 1rem;
  font-weight: 700;
  color: var(--el-text);
  margin-bottom: 4px;
}

.el-value__price {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  font-weight: 700;
  color: var(--el-orange);
  margin-bottom: 4px;
  line-height: 1;
}

/* Testimonials */
.el-section--testimonials {
  background: var(--el-cream);
  padding-top: var(--el-section-y);
  padding-bottom: var(--el-section-y);
}

.el-testimonials-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 24px;
}

.el-testimonials-sub {
  color: var(--el-muted);
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 0 auto 14px;
}

.el-testimonials-summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #ebe3d8;
  border-radius: 999px;
  padding: 8px 18px;
  box-shadow: 0 4px 14px rgba(16, 42, 62, 0.06);
}

.el-testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--el-gap);
  margin: 0 auto;
  max-width: var(--el-container);
  width: 100%;
  align-items: stretch;
}

.el-testimonial {
  position: relative;
  background: #fff;
  border: 1px solid #ebe3d8;
  border-radius: 14px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(16, 42, 62, 0.07);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.el-testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--el-orange), #ffb347);
}

.el-testimonials-summary__stars {
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 2px;
}

.el-testimonials-summary__text {
  font-size: 0.9rem;
  color: var(--el-muted);
  font-weight: 700;
}

.el-testimonials-summary__text strong {
  color: var(--el-navy);
}

.el-testimonial__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--el-navy) 0%, #2a4f68 100%);
  flex-shrink: 0;
}

.el-testimonial__meta {
  min-width: 0;
  text-align: left;
}

.el-testimonial__name {
  display: block;
  font-style: normal;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--el-navy);
  line-height: 1.3;
}

.el-testimonial__role {
  display: block;
  font-size: 0.76rem;
  color: #64748b;
  margin-top: 2px;
}

.el-testimonial__rating {
  color: #f59e0b;
  font-size: 0.82rem;
  letter-spacing: 1px;
  white-space: nowrap;
  background: #fff8eb;
  border: 1px solid #fde6b8;
  border-radius: 999px;
  padding: 5px 8px;
  font-weight: 800;
}

.el-testimonial__mark {
  display: none;
}

.el-testimonial__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid #f1ebe3;
}

.el-testimonial__body {
  position: relative;
  padding: 14px 16px 16px;
  flex: 1;
  display: flex;
  align-items: center;
}

.el-testimonial__quote {
  position: relative;
  z-index: 1;
  color: var(--el-text);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
  font-style: italic;
}

.el-testimonial__footer {
  background: var(--el-navy);
  padding: 10px 16px;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  margin-top: auto;
}

/* Highlights grid on navy */
.el-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--el-gap);
  margin: 20px auto 0;
  max-width: var(--el-container);
  width: 100%;
  align-items: stretch;
}

.el-highlight {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 18px 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 130px;
}

.el-highlight h3 {
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: #fff;
}

.el-highlight p {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
  margin: 0;
}

.el-mid-cta {
  text-align: center;
  padding-top: 20px;
  max-width: 560px;
  margin: 0 auto;
}

.el-mid-cta__text {
  font-size: 1.02rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0;
}

/* FAQ */
.el-faq {
  max-width: var(--el-content);
  margin: 0 auto 20px;
  width: 100%;
}

.el-faq__item {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e0d4;
}

.el-faq__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.el-faq__q {
  font-size: 1rem;
  font-weight: 800;
  color: var(--el-navy);
  margin-bottom: 6px;
  line-height: 1.4;
}

.el-faq__a {
  color: var(--el-muted);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 0;
}

.el-final {
  max-width: 600px;
  margin: 24px auto 0;
  text-align: center;
  width: 100%;
}

.el-final p {
  color: var(--el-muted);
  margin-bottom: 10px;
  line-height: 1.6;
}

.el-final__how {
  font-size: 0.92rem;
}

/* Sticky bar */
.el-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 20px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e8e8e8;
}

.el-sticky-bar__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 800;
  color: var(--el-navy);
}

.el-sticky-bar__price s {
  color: #94a3b8;
  font-size: 0.95rem;
}

.el-sticky-bar__price strong {
  font-size: 1.4rem;
  color: var(--el-orange);
}

.el-sticky-bar__btn {
  background: var(--el-orange);
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(242, 116, 32, 0.35);
}

.el-sticky-bar:hover .el-sticky-bar__btn {
  background: var(--el-orange-dark);
}

/* Footer */
.el-footer {
  background: var(--el-navy-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 32px 0 100px;
  text-align: center;
  font-size: 0.84rem;
}

.el-footer a {
  color: #ffb366;
  font-weight: 700;
}

.el-footer__legal {
  margin: 10px auto;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.55;
  font-size: 0.78rem;
}

/* Responsive */
@media (max-width: 900px) {
  .el-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .el-highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  .el-author {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .el-section-title--left {
    text-align: center;
  }

  .el-author__content p {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .el-body {
    --el-section-y: 40px;
  }

  .el-section {
    padding: var(--el-section-y) 0;
  }

  .el-hero {
    padding: 28px 0 36px;
  }

  .el-hero__title {
    max-width: none;
  }

  .el-testimonials {
    grid-template-columns: 1fr;
  }

  .el-features,
  .el-highlights {
    grid-template-columns: 1fr;
  }

  .el-testimonial__header {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }

  .el-testimonial__rating {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 4px;
  }

  .el-site-header__cta {
    font-size: 0.62rem;
    padding: 9px 10px;
  }

  .el-sticky-bar {
    flex-direction: column;
    gap: 8px;
    padding: 10px 14px;
  }

  .el-workbook__card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .el-workbook__top {
    justify-content: center;
  }

  .el-workbook__title {
    text-align: center;
  }

  .el-includes-inline__item {
    flex-direction: column;
    text-align: center;
  }

  .el-btn--buy {
    width: 100%;
    min-width: 0;
    padding: 14px 20px;
    font-size: 0.88rem;
  }
}
