body.page-node-2929 #main-content h1#page-title,
body.page-node-2930 #main-content h1#page-title {
  display: none !important;
}

.ks-landing {
  font-family: Arial, Helvetica, sans-serif;
  color: #102B6A;
  background: #ffffff;
  line-height: 1.5;
}

.ks-container {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
}

.ks-section {
  padding: 64px 0;
}

.ks-section h2 {
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 28px;
  color: #102B6A;
}

.ks-section-intro {
  max-width: 760px;
  margin: -10px auto 36px;
  text-align: center;
  font-size: 18px;
}

/* Buttons */

.ks-btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  text-align: center;
}

.ks-btn-green {
  background: #69B32D;
}

.ks-btn-blue {
  background: #1D5FBF;
}

.ks-btn-pink {
  background: #FF2D7A;
}

.ks-outline-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #FF2D7A;
  color: #FF2D7A;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

/* Hero */

.ks-hero-section {
  padding-top: 36px;
}

.ks-hero {
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  gap: 42px;
}

.ks-hero h1 {
  font-size: 40px;
  line-height: 1.05;
  margin: 0 0 18px;
  color: #102B6A;
}

.ks-hero p {
  font-size: 20px;
  font-weight: 600;
  margin: 22px 0;
}

.ks-alert-pill {
  display: inline-block;
  background: #FF2D7A;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.ks-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 24px 0;
  font-weight: 700;
}

.ks-button-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.ks-price-note {
  display: flex;
  gap: 90px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
}

.ks-hero-image img {
  width: 100%;
  display: block;
  border-radius: 18px;
}
/* ====================================
   FEATURE ICONS SECTION
==================================== */

.ks-feature-icons-section {
  background: #FFF8F2;
  padding: 60px 0;
  text-align: center;
}

.ks-feature-icons-section h2 {
  margin-bottom: 12px;
}

.ks-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  margin-top: 35px;
}

.ks-feature-item {
  text-align: center;
}

.ks-feature-item img {
  width: 240px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Tablet */

@media (max-width: 1024px) {

  .ks-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ks-feature-item img {
    width: 220px;
  }
}

/* Mobile */

@media (max-width: 768px) {

  .ks-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .ks-feature-item img {
    width: 170px;
  }
}

@media (max-width: 480px) {

  .ks-feature-grid {
    grid-template-columns: 1fr;
  }

  .ks-feature-item img {
    width: 220px;
  }
}

/* Icons */

.ks-icon-section {
  background: #FFF8F2;
  padding: 36px 0;
}

.ks-icon-section h2 {
  font-size: 26px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.ks-icon-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}

.ks-icon-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 18px 8px;
  text-align: center;
  font-size: 34px;
  box-shadow: 0 3px 12px rgba(0,0,0,.05);
}

.ks-icon-card span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}

/* New Chapter */

.ks-new-chapter-section {
  background: #ffffff;
}

.ks-new-chapter {
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 26px;
  align-items: stretch;
}

.ks-new-chapter-text {
  background: #FFF8F2;
  border-radius: 16px;
  padding: 32px;
}

.ks-new-chapter-text h2 {
  text-align: left;
  margin-bottom: 14px;
}

.ks-new-chapter-text ul {
  padding-left: 0;
  list-style: none;
  font-weight: 700;
  color: #FF2D7A;
}

.ks-roadmap img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 16px;
}

/* Badges */

.ks-badge-section {
  background: #F7FBFF;
  padding: 42px 0;
}

.ks-badge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ks-badge-grid img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

/* Pricing */

.ks-pricing-section {
  background: #F7F3FF;
}

.ks-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ks-pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 34px;
  border: 2px solid #e7e7e7;
  text-align: center;
  position: relative;
}

.ks-best-value {
  border-color: #FF2D7A;
}

.ks-ribbon {
  display: inline-block;
  background: #FF2D7A;
  color: white;
  padding: 6px 18px;
  border-radius: 0 0 8px 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -34px;
  margin-bottom: 20px;
}

.ks-price {
  font-size: 46px;
  font-weight: 800;
  color: #102B6A;
}

.ks-end-date {
  font-size: 36px;
  color: #FF2D7A;
  font-weight: 800;
  text-transform: uppercase;
}

.ks-pricing-card ul {
  text-align: left;
  display: inline-block;
  margin: 16px auto 24px;
  padding-left: 0;
  list-style: none;
}

/* Samples */

.ks-sample-section {
  background: #F7FBFF;
}

.ks-sample-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.ks-sample-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
}

.ks-sample-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
}

.ks-sample-card h3 {
  margin-bottom: 8px;
}

.ks-sample-card a {
  color: #FF2D7A;
  font-weight: 700;
  text-decoration: none;
}

/* Weekly Plans */

.ks-weekly-section {
  background: #EEF6FF;
}

.ks-weekly-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.ks-weekly-grid img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

/* Theme Showcase */

.ks-theme-section {
  background: #ffffff;
}

.ks-theme-showcase {
  width: 100%;
  display: block;
  border-radius: 18px;
}

/* Books */

.ks-books-section {
  background: #FFF8F2;
  text-align: center;
}

.ks-book-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 960px;
  margin: 28px auto 0;
}

.ks-book-list span {
  background: #ffffff;
  border: 1px solid #f1d7c6;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
}

/* Giveaway */

.ks-giveaway-section {
  background: #FFF4FA;
}

.ks-giveaway {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 42px;
  align-items: center;
}

.ks-giveaway-image img {
  width: 100%;
  border-radius: 16px;
}

.ks-giveaway-form h2 {
  text-align: left;
}

.ks-giveaway-form form {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.ks-giveaway-form input {
  flex: 1;
  min-width: 180px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* Testimonials */

.ks-testimonials-section {
  background: #ffffff;
}

.ks-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ks-testimonial {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 4px 14px rgba(0,0,0,.05);
}

/* FAQ */

.ks-faq-section {
  background: #F8FAFC;
}

.ks-faq-section details {
  max-width: 900px;
  margin: 0 auto 12px;
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 22px;
  border: 1px solid #e3e8ef;
}

.ks-faq-section summary {
  cursor: pointer;
  font-weight: 700;
}

/* Final CTA */

.ks-final-section {
  background: #ffffff;
  padding-bottom: 80px;
}

.ks-final-section img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

/* Mobile */

@media (max-width: 900px) {
  .ks-section {
    padding: 48px 0;
  }

  .ks-hero,
  .ks-new-chapter,
  .ks-giveaway {
    grid-template-columns: 1fr;
  }

  .ks-hero h1 {
    font-size: 38px;
  }

  .ks-hero p {
    font-size: 18px;
  }

  .ks-icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ks-badge-grid,
  .ks-pricing-grid,
  .ks-sample-grid,
  .ks-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .ks-weekly-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ks-price-note {
    gap: 20px;
    flex-direction: column;
  }

  .ks-giveaway-form form {
    flex-direction: column;
  }

  .ks-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

