/* Rajni-style sales funnel theme — Dr. Ruupa Rao workbooks */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap");

.el-body,
.ebooks-landing-page {
  --el-orange: #f69838;
  --el-orange-dark: #e07f1a;
  --el-purple: #715ebd;
  --el-purple-dark: #5647a3;
  --el-navy: #2d2454;
  --el-navy-dark: #1e1838;
  --el-cream: #fef8f2;
  --el-gradient-hero: linear-gradient(165deg, #fff8f0 0%, #f3ecff 45%, #ffffff 100%);
  --el-gradient-purple: linear-gradient(147deg, #715ebd 0%, #8b6fd4 55%, #715ebd 100%);
  --el-gradient-story: linear-gradient(135deg, #f0e8ff 0%, #fff5eb 50%, #f8f0ff 100%);
  --el-gradient-navy: linear-gradient(135deg, #5647a3 0%, #715ebd 50%, #4a3d8f 100%);
  font-family: "DM Sans", "Nunito", sans-serif;
}

.el-page,
.el-body .el-page {
  font-family: "DM Sans", "Nunito", sans-serif;
}

.el-section-title,
.el-hero__title,
.el-hero__quote,
.el-workbook__title,
.el-value__price {
  font-family: "Montserrat", "Playfair Display", serif;
}

/* Header */
.el-site-header {
  box-shadow: 0 2px 18px rgba(45, 36, 84, 0.12);
}

.el-site-header__cta,
.el-btn--buy,
.el-sticky-bar__btn {
  background: var(--el-orange);
  box-shadow: 0 8px 22px rgba(246, 152, 56, 0.45);
}

.el-site-header__cta:hover,
.el-btn--buy:hover {
  background: var(--el-orange-dark);
}

/* Ribbon */
.el-ribbon {
  background: var(--el-gradient-purple);
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  padding: 12px 0;
}

/* Hero — gradient + wave */
.el-hero {
  position: relative;
  padding: 48px 0 0;
  background: var(--el-gradient-hero);
  overflow: hidden;
}

.el-hero__inner {
  max-width: 820px;
  padding-bottom: 28px;
}

.el-hero__logo {
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
  box-shadow: 0 12px 32px rgba(113, 94, 189, 0.25);
}

.el-hero__quote {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.15rem, 2.8vw, 1.55rem);
  font-weight: 700;
  color: var(--el-navy);
  margin: 0 0 14px;
  line-height: 1.35;
}

.el-offer-badge {
  background: var(--el-purple);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}

.el-hero__title {
  font-size: clamp(1.75rem, 4.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.el-accent {
  color: var(--el-orange);
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: rgba(246, 152, 56, 0.35);
  text-underline-offset: 4px;
}

.el-hero__hook {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  font-weight: 700;
  font-style: italic;
  color: var(--el-navy);
  max-width: 54ch;
}

.el-hero__sub {
  font-size: 1.02rem;
  max-width: 56ch;
  margin-top: 10px;
}

.el-wave {
  display: block;
  width: 100%;
  line-height: 0;
  margin-top: -2px;
}

.el-wave svg {
  display: block;
  width: 100%;
  height: 56px;
}

.el-wave path {
  fill: #fff;
}

/* CTA buttons */
.el-btn {
  padding: 18px 40px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.el-btn--buy {
  min-width: min(100%, 460px);
  animation: el-pulse 2.5s ease-in-out infinite;
}

.el-btn--buy:hover {
  transform: scale(1.04);
  animation: none;
}

@keyframes el-pulse {
  0%, 100% { box-shadow: 0 10px 28px rgba(246, 152, 56, 0.4); }
  50% { box-shadow: 0 14px 36px rgba(246, 152, 56, 0.6); }
}

.el-cta-block {
  margin: 24px 0 0;
  gap: 8px;
}

.el-price-note {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.el-urgency {
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #c41e1e;
  text-align: center;
}

/* Feature cards — purple gradient like reference */
.el-section--features {
  background: #fff;
  padding-top: 44px;
}

.el-features {
  gap: 18px;
}

.el-feature {
  background: var(--el-gradient-purple);
  border: none;
  border-radius: 12px;
  padding: 22px 18px 20px;
  color: #fff;
  box-shadow: 0 12px 28px rgba(113, 94, 189, 0.28);
  transition: transform 0.2s ease;
}

.el-feature:hover {
  transform: translateY(-4px);
}

.el-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1.75rem;
  line-height: 1;
}

.el-feature__check {
  display: none;
}

.el-feature h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.el-feature p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  line-height: 1.5;
}

/* Story section */
.el-section--story {
  background: var(--el-gradient-story);
  position: relative;
}

.el-section--story .el-section-title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.el-story-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
  max-width: var(--el-container);
  margin-left: auto;
  margin-right: auto;
}

.el-story-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 22px;
  box-shadow: 0 10px 30px rgba(45, 36, 84, 0.1);
  border: 1px solid rgba(113, 94, 189, 0.12);
}

.el-story-card p {
  color: var(--el-muted);
  font-size: 0.96rem;
  line-height: 1.65;
  margin-bottom: 12px;
}

.el-story-card p:last-child {
  margin-bottom: 0;
}

.el-story-card--full {
  grid-column: 1 / -1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

/* Includes / prose */
.el-section--cream {
  background: var(--el-cream);
}

.el-section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.el-includes-inline__item {
  border-color: rgba(113, 94, 189, 0.15);
  box-shadow: 0 4px 14px rgba(45, 36, 84, 0.06);
  transition: transform 0.15s ease;
}

.el-includes-inline__item:hover {
  transform: translateX(4px);
}

/* Author */
.el-author__labels {
  margin-bottom: 14px;
}

.el-author__to,
.el-author__from {
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--el-purple);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.el-author__from {
  color: var(--el-orange);
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}

.el-author__frame {
  border: 4px solid #fff;
  box-shadow: 0 16px 40px rgba(113, 94, 189, 0.22);
}

/* Navy / purple sections */
.el-section--navy {
  background: var(--el-gradient-navy);
}

.el-benefits-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 20px;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.el-benefits-intro strong {
  color: var(--el-orange);
}

.el-checklist li::before {
  background: rgba(255, 255, 255, 0.2);
  color: #7dffb3;
}

/* Workbooks — stacked showcase */
.el-pricing-intro .el-label {
  color: var(--el-purple);
}

.el-workbook__card {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  padding: 28px 24px;
  border: 2px solid rgba(113, 94, 189, 0.12);
  box-shadow: 0 14px 36px rgba(45, 36, 84, 0.1);
}

.el-workbook__card .el-ebook-cover {
  margin: 0 auto 16px;
  width: 160px;
}

.el-workbook__top {
  justify-content: center;
}

.el-workbook__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: clamp(1.05rem, 2.4vw, 1.28rem);
}

.el-workbook__meta,
.el-workbook__file {
  text-align: center;
}

.el-workbook__price {
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  margin-top: 8px;
}

/* Value box */
.el-value {
  border: 3px solid var(--el-orange);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(246, 152, 56, 0.2);
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
  padding: 32px 28px 36px;
}

.el-value__total {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
}

.el-value__today {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  color: var(--el-purple);
}

.el-value__price {
  font-size: clamp(2.6rem, 7vw, 3.5rem);
  color: var(--el-orange);
  text-shadow: 0 2px 12px rgba(246, 152, 56, 0.25);
}

/* Testimonials */
.el-section--testimonials {
  background: linear-gradient(180deg, var(--el-cream) 0%, #fff 100%);
}

.el-testimonials-head .el-label {
  color: var(--el-purple);
}

.el-testimonial {
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(45, 36, 84, 0.1);
}

.el-testimonial::before {
  height: 4px;
  background: var(--el-gradient-purple);
}

.el-testimonial__rating {
  background: #fff8eb;
  border-color: #fde6b8;
  color: #f59e0b;
  font-size: 0.9rem;
}

.el-testimonials-summary {
  border-color: rgba(113, 94, 189, 0.15);
}

/* Highlights */
.el-highlight {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  transition: background 0.2s ease;
}

.el-highlight:hover {
  background: rgba(255, 255, 255, 0.16);
}

.el-highlight h3 {
  font-family: "Montserrat", sans-serif;
  color: var(--el-orange);
}

/* FAQ */
.el-faq__q {
  font-family: "Montserrat", sans-serif;
  color: var(--el-purple-dark);
}

/* Sticky bar — full orange */
.el-sticky-bar {
  background: var(--el-orange);
  border-top: none;
  box-shadow: 0 -6px 24px rgba(246, 152, 56, 0.45);
  padding: 14px 20px;
}

.el-sticky-bar__price {
  color: #fff;
}

.el-sticky-bar__price s {
  color: rgba(255, 255, 255, 0.75);
}

.el-sticky-bar__price strong {
  color: #fff;
  font-size: 1.5rem;
}

.el-sticky-bar__btn {
  background: #fff;
  color: var(--el-orange);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  font-family: "Montserrat", sans-serif;
}

.el-sticky-bar:hover .el-sticky-bar__btn {
  background: #fff8f0;
}

/* Footer */
.el-footer {
  background: var(--el-navy-dark);
}

/* Order form */
.el-section--order {
  background: linear-gradient(180deg, #fff 0%, var(--el-cream) 100%);
  scroll-margin-top: 90px;
}

.el-order-box {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid rgba(113, 94, 189, 0.15);
  border-radius: 16px;
  padding: 32px 28px 36px;
  box-shadow: 0 18px 44px rgba(45, 36, 84, 0.12);
}

.el-order-intro {
  text-align: center;
  color: var(--el-muted);
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0 0 18px;
}

.el-order-intro a {
  color: var(--el-purple);
  font-weight: 700;
}

.el-order-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  font-family: "Montserrat", sans-serif;
}

.el-order-price s {
  color: #94a3b8;
  font-size: 1.05rem;
}

.el-order-price strong {
  color: var(--el-orange);
  font-size: 1.75rem;
}

.el-order-price__badge {
  background: var(--el-purple);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  border-radius: 999px;
}

.el-order-form {
  display: grid;
  gap: 14px;
}

.el-order-field {
  display: grid;
  gap: 6px;
}

.el-order-field span {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--el-navy);
}

.el-order-field em {
  color: #c41e1e;
  font-style: normal;
}

.el-order-field input,
.el-order-field textarea {
  width: 100%;
  border: 1px solid #ddd5c8;
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
  font-size: 0.96rem;
  color: var(--el-text);
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.el-order-field input:focus,
.el-order-field textarea:focus {
  outline: none;
  border-color: var(--el-purple);
  box-shadow: 0 0 0 3px rgba(113, 94, 189, 0.15);
}

.el-order-field textarea {
  resize: vertical;
  min-height: 100px;
}

.el-order-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.el-btn--submit {
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
  border: none;
}

.el-order-footnote {
  text-align: center;
  font-size: 0.78rem;
  color: #64748b;
  margin: 0;
}

.el-order-note {
  font-size: 0.88rem;
  color: var(--el-muted);
  text-align: center;
  margin: 0;
}

.el-order-alert {
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.el-order-alert--success {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #1b5e20;
}

.el-order-alert--error {
  background: #ffebee;
  border: 1px solid #ef9a9a;
  color: #b71c1c;
}

/* Main site nav CTA */
.ebooks-landing-page .nav-minimal-cta .nav-cta {
  background: var(--el-orange);
  font-family: "Montserrat", sans-serif;
}

.ebooks-landing-page .nav-minimal-cta .nav-cta:hover {
  background: var(--el-orange-dark);
}

/* Responsive */
@media (max-width: 768px) {
  .el-story-grid {
    grid-template-columns: 1fr;
  }

  .el-story-card--full {
    grid-column: auto;
  }

  .el-btn {
    padding: 16px 24px;
    font-size: 0.92rem;
  }

  .el-sticky-bar {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .el-sticky-bar__btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
}

@media (max-width: 640px) {
  .el-features {
    grid-template-columns: 1fr;
  }

  .el-hero {
    padding-top: 32px;
  }
}
