
/* === Bye shared sleek shell === */
.landingMainOtr p strong,
.landingMainOtr p b,
.landingMainOtr li strong,
.landingMainOtr li b {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
}

.leftMenubar ul li a {
  font-size: 15px;
  line-height: 1.2;
}

.landingFooter .logoLinks ul li a {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0.02em;
}






/* Homepage yellow: patterned bg across hero/video, Why Bye, Pricing, How to purchase */
.landingMainOtr .landingCntnt {
  padding-left: 355px; /* match .leftMenubar width; kills white gutter */
}
.landingMainOtr .homepageCntnt .signupBanner,
.landingMainOtr .homepageCntnt .emailBlkingOuter,
.landingMainOtr .homepageCntnt .subPlansOuter,
.landingMainOtr .homepageCntnt .igfOuter {
  position: relative;
  margin-right: -15px; /* cancel .landingCntnt padding-right */
  background-color: #fef157 !important;
  background-image: url("../images/yellow-bg.jpg") !important;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.landingMainOtr .homepageCntnt .signupBanner {
  padding: 40px 40px 0;
  overflow: hidden;
}
.landingMainOtr .homepageCntnt .signupBanner .container {
  padding-bottom: 0;
}
/* Video stays in the same patterned yellow; padding under iframe */
.landingMainOtr .homepageCntnt .signupBanner .videoOuter {
  background: transparent !important;
  margin: 36px -40px 0;
  padding: 0 40px 48px;
  border: none;
  box-shadow: none;
}
.landingMainOtr .homepageCntnt .signupBanner .videoOuter .videoImg {
  margin: 0 auto;
  padding-bottom: 0;
}
.landingMainOtr .homepageCntnt .signupBanner .videoOuter iframe {
  display: block;
  width: 100%;
  margin: 0;
}
/* Why Bye + Pricing sit on the same yellow field */
.landingMainOtr .homepageCntnt .emailBlkingOuter {
  padding: 56px 40px 48px !important;
}
.landingMainOtr .homepageCntnt .subPlansOuter {
  padding: 24px 40px 64px !important;
  text-align: center;
}
/* Keep feature cards and plan cards readable on yellow */
.landingMainOtr .homepageCntnt .ebfeatures.featureStrip,
.landingMainOtr .homepageCntnt .subPlanCntntInr {
  background: #fff;
}
.landingMainOtr .homepageCntnt .igfOuter {
  padding: 56px 40px 64px;
  margin-top: 0;
}
.landingMainOtr .homepageCntnt .igfOuter .landingHeading,
.landingMainOtr .homepageCntnt .igfOuter h2 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  margin: 0 0 16px !important;
  color: #111827 !important;
  text-transform: none !important;
}
.landingMainOtr .homepageCntnt .igfOuter p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: #374151 !important;
  margin: 0 0 28px !important;
}
.landingMainOtr .homepageCntnt .igfOuter p a {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .landingMainOtr .landingCntnt {
    padding-left: 15px;
  }
  .landingMainOtr .homepageCntnt .signupBanner,
  .landingMainOtr .homepageCntnt .emailBlkingOuter,
  .landingMainOtr .homepageCntnt .subPlansOuter,
  .landingMainOtr .homepageCntnt .igfOuter {
    margin-right: 0;
  }
  .landingMainOtr .homepageCntnt .signupBanner {
    padding: 28px 15px 0;
  }
  .landingMainOtr .homepageCntnt .signupBanner .videoOuter {
    margin: 28px -15px 0;
    padding: 0 15px 36px;
  }
  .landingMainOtr .homepageCntnt .emailBlkingOuter,
  .landingMainOtr .homepageCntnt .subPlansOuter,
  .landingMainOtr .homepageCntnt .igfOuter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


/* Homepage hero */
.signupBanner h1 {
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  max-width: 16em;
}
.signupBanner p {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 16px;
  max-width: 34em;
}
.signupBanner .mainBtn { margin-top: 8px; }

.emailBlkingOuter { padding: 72px 0 56px; }
.featuresLead {
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #6b7280 !important;
  margin: -8px auto 28px !important;
  max-width: 28em;
}
.ebfeatures.featureStrip {
  padding-top: 8px;
  margin: 0;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
.ebfeatures.featureStrip > [class*="col-"] { padding: 0; }
.featureCard {
  text-align: left;
  padding: 28px 22px 32px;
  height: 100%;
  border-right: 1px solid #ececec;
  background: #fff;
}
.ebfeatures.featureStrip > [class*="col-"]:last-child .featureCard { border-right: none; }
.featureNum {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #e42610;
  margin-bottom: 12px;
}
.featureCard h3 {
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}
.featureCard p {
  color: #6b7280 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  margin: 0 !important;
}
.peopleSayOuter { display: none !important; }
.landingMainOtr .subPlansOuter { padding-top: 24px; }

/* Shared inner pages: FAQ, Contact, Learnings */
.pageShell.privacyCntntOuter {
  padding: 28px 24px 72px !important;
  min-height: 0 !important;
  max-width: 880px;
}
.pageShell .landingHeading,
.faqPage .landingHeading {
  text-transform: none !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
  margin: 0 0 8px !important;
  color: #111827 !important;
}
.pageShell .pageLead,
.faqPage .faqIntro {
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #6b7280 !important;
  margin: 0 0 28px !important;
  max-width: 40em;
}
.faqPage .landingHeading span.lastUpdate {
  display: inline !important;
  margin-left: 10px;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #9ca3af !important;
  text-transform: none !important;
}
.faqPage .faqAccordian { max-width: 860px; }
.faqPage .faqAccordian .panel {
  border: none;
  box-shadow: none;
  background: transparent;
}
.faqPage .faqAccordian h4.panel-title a {
  font-size: 17px !important;
  line-height: 1.35;
}
.faqPage .panel-body p,
.faqPage .panel-body li,
.faqPage .panel-body h5 {
  font-size: 15px !important;
  color: #4b5563 !important;
  line-height: 1.55;
}
.faqPage .panel-body img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 12px 0 20px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

/* Contact: kill giant yellow empty block */
.contactOuter { display: none !important; }
.contactPage .contactCard {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 28px;
}
.contactPage .contactEmailLine {
  font-size: 18px !important;
  color: #111827 !important;
  margin: 0 0 8px !important;
}
.contactPage .contactEmailLine a {
  font-size: inherit;
  font-weight: 600;
  color: #2977c9;
}
.contactPage .contactHint {
  font-size: 14px !important;
  color: #6b7280 !important;
  margin: 0 !important;
}
.contactPage .contactFormWrap {
  max-width: 480px;
}
.contactPage .contactForm {
  text-align: left;
  margin-top: 0;
}
.contactPage .submitBtn {
  cursor: pointer;
}

/* Learnings index */
.learnList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.learnItem {
  display: block;
  padding: 18px 20px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  text-decoration: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.learnItem:hover {
  border-color: #f5c451;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}
.learnTitle {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}
.learnBlurb {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: #6b7280;
}

@media screen and (max-width: 1350px) {
  .signupBanner h1 { font-size: 28px; }
  .signupBanner p { font-size: 16px; }
}
@media screen and (max-width: 992px) {
  .featureCard { border-right: none; border-bottom: 1px solid #ececec; }
  .ebfeatures.featureStrip > [class*="col-"]:last-child .featureCard { border-bottom: none; }
}
@media screen and (max-width: 767px) {
  .signupBanner h1 { font-size: 26px; }
  .pageShell.privacyCntntOuter { padding: 20px 8px 56px !important; }
}


/* Learning articles */
.articlePage .articleBody h2 {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  margin: 28px 0 10px !important;
  text-transform: none !important;
}
.articlePage .articleBody p,
.articlePage .articleBody li {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #374151 !important;
  margin-bottom: 12px !important;
}
.articlePage .articleBody ul,
.articlePage .articleBody ol {
  padding-left: 1.2em;
  margin-bottom: 16px;
}
.articlePage .articleBody code {
  font-size: 13px;
  background: #f3f4f6;
  padding: 1px 6px;
  border-radius: 4px;
}
.articleCta {
  margin-top: 28px;
  padding: 16px 18px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fffaf0;
}
.articleCta p {
  margin: 0 !important;
  font-size: 15px !important;
  color: #374151 !important;
}
.articleBack {
  margin-top: 20px;
  font-size: 14px !important;
}
