/* Homepage-only layout and section styling */

body.home.mbfe-enabled .site-content,
body.home.mbfe-enabled .content-area,
body.home.mbfe-enabled #primary,
body.home.mbfe-enabled #main,
body.home.mbfe-enabled .site-main{
  width:100%;
  max-width:100%;
  margin:0 auto !important;
  float:none;
}
body.home.mbfe-enabled .inside-article,
body.home.mbfe-enabled article.page,
body.home.mbfe-enabled .entry-content{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  background:transparent;
  box-shadow:none;
}

.mbfe-homepage{
  display:block;
  width:100%;
  max-width:100%;
  margin:0 auto;
  padding:18px 0 80px;
  background:linear-gradient(180deg,#fcfcfb 0%,#ffffff 22%,#fbfaf7 100%);
  overflow-x:hidden;
}
.mbfe-homepage-section{padding:42px 0;}
.mbfe-homepage-container,
.mbfe-homepage-container--standard,
.mbfe-homepage-container--narrow{
  width:min(1200px, calc(100% - 56px));
  max-width:1200px;
  margin:0 auto !important;
  padding:0;
  box-sizing:border-box;
}
.mbfe-homepage-container--narrow{max-width:980px;width:min(980px, calc(100% - 56px));}

.mbfe-homepage-hero{padding-top:16px;}
.mbfe-homepage-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:38px;
  align-items:center;
}
.mbfe-homepage-hero__content{max-width:none;}
.mbfe-homepage-eyebrow{margin:0 0 12px;font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b695f;}
.mbfe-homepage-title{margin:0 0 18px;max-width:13ch;font-size:clamp(2.5rem,4vw,4.65rem);line-height:0.98;letter-spacing:-.03em;color:#161616;}
.mbfe-homepage-support{margin:0;max-width:58ch;font-size:1.05rem;line-height:1.72;color:#4f4d46;}
.mbfe-homepage-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:26px 0 12px;}
.mbfe-homepage-tertiary__link{font-weight:700;text-decoration:none;color:#191919;}
.mbfe-homepage-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px;}
.mbfe-homepage-proof__item,.mbfe-homepage-chip{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border:1px solid rgba(18,18,18,.08);border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 8px 20px rgba(0,0,0,.03);font-size:.92rem;color:#45433d;}
.mbfe-homepage-chip.is-active{background:#171717;color:#fff;border-color:#171717;}

.mbfe-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:700;line-height:1;transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;}
.mbfe-btn:hover{transform:translateY(-1px);}
.mbfe-btn--primary{color:#fff;background:#171717;box-shadow:0 18px 34px rgba(0,0,0,.12);}
.mbfe-btn--primary:hover{background:#0f0f0f;color:#fff;}
.mbfe-btn--secondary{color:#191919;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.10);box-shadow:0 10px 24px rgba(0,0,0,.04);}

.mbfe-homepage-hero-card{max-width:500px;margin-left:auto;background:#f6f3ed;border:1px solid rgba(0,0,0,.06);border-radius:28px;padding:24px;box-shadow:0 24px 48px rgba(0,0,0,.06);display:grid;grid-template-columns:195px minmax(0,1fr);gap:22px;align-items:start;}
.mbfe-homepage-hero-card__image img,.mbfe-homepage-hero__image{width:100%;display:block;border-radius:18px;object-fit:cover;image-rendering:auto;background:#f4f1ea;}
.mbfe-homepage-hero-card__image img{aspect-ratio:4/5.8;box-shadow:0 18px 30px rgba(0,0,0,.08);}
.mbfe-homepage-hero__image{aspect-ratio:4/4.8;box-shadow:0 28px 60px rgba(0,0,0,.12);}
.mbfe-homepage-hero__placeholder{min-height:380px;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(0,0,0,.12);background:radial-gradient(circle at top,#f7f4ec 0%,#f2efe8 48%,#ece8df 100%);color:#6f695b;font-size:1.35rem;font-weight:700;border-radius:30px;box-shadow:0 28px 60px rgba(0,0,0,.08);}
.mbfe-homepage-hero-card__eyebrow{margin:0 0 8px;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b695f;}
.mbfe-homepage-hero-card__title{margin:0 0 10px;font-size:1.5rem;line-height:1.15;letter-spacing:-.02em;}
.mbfe-homepage-hero-card__title a,.mbfe-card__title a{color:#171717;text-decoration:none;}
.mbfe-homepage-hero-card__text{margin:0 0 14px;color:#5b584f;line-height:1.66;}
.mbfe-homepage-hero-card__link{font-weight:700;color:#171717;text-decoration:none;}
.mbfe-homepage-hero-card__link::after{content:" →";}

.mbfe-homepage-search{padding-top:10px;}
.mbfe-homepage-search__form{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:14px;border-radius:28px;border:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.95);box-shadow:0 18px 38px rgba(0,0,0,.05);}
.mbfe-homepage-search__input{width:100%;min-height:54px;padding:0 18px;border-radius:18px;border:1px solid rgba(0,0,0,.08);background:#fff;font-size:1rem;}
.mbfe-homepage-search__input:focus{outline:none;border-color:rgba(0,0,0,.2);box-shadow:0 0 0 4px rgba(0,0,0,.04);}
.mbfe-homepage-search__submit{min-width:120px;}
.mbfe-homepage-search__tabs{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;}

.mbfe-homepage-section__header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;}
.mbfe-homepage-section__title{margin:0 0 8px;font-size:clamp(1.65rem,3vw,2.3rem);line-height:1.05;letter-spacing:-.02em;color:#171717;}
.mbfe-homepage-section__intro{margin:0;max-width:62ch;color:#5a564c;line-height:1.7;}
.mbfe-homepage-section__cta{flex:0 0 auto;font-weight:700;text-decoration:none;color:#171717;}

.mbfe-homepage-grid{display:grid;gap:22px;}
.mbfe-homepage-grid--3{grid-template-columns:repeat(3,minmax(0,1fr));}
.mbfe-homepage-grid--books{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:start;}
.mbfe-homepage-grid--books-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.mbfe-homepage-grid--books-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.mbfe-homepage-grid--books-5{grid-template-columns:repeat(5,minmax(0,1fr));}
.mbfe-homepage-grid--books-6{grid-template-columns:repeat(6,minmax(0,1fr));}

.mbfe-card{position:relative;display:flex;flex-direction:column;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.08);border-radius:26px;padding:22px;box-shadow:0 18px 40px rgba(0,0,0,.05);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;}
.mbfe-card:hover{transform:translateY(-2px);box-shadow:0 22px 46px rgba(0,0,0,.08);border-color:rgba(0,0,0,.1);}
.mbfe-card__body{display:flex;flex-direction:column;gap:0;flex:1;}
.mbfe-card__title{margin:12px 0 10px;font-size:1.08rem;line-height:1.34;letter-spacing:-.01em;color:#181818;}
.mbfe-card__text{margin:0 0 14px;color:#5b584f;line-height:1.66;font-size:.97rem;}
.mbfe-card__link{margin-top:auto;font-weight:700;color:#171717;text-decoration:none;}
.mbfe-card__meta{margin:0;color:#6b695f;font-size:.93rem;line-height:1.55;}
.mbfe-card__quote{margin:0 0 16px;color:#3f3d37;line-height:1.72;font-size:1rem;}
.mbfe-card--recommendation{min-height:250px;background:linear-gradient(180deg,#ffffff 0%,#fbfaf7 100%);}
.mbfe-card--topic,.mbfe-card--learn-primary,.mbfe-card--learn-support,.mbfe-card--trust,.mbfe-card--testimonial{background:linear-gradient(180deg,#ffffff 0%,#fbfaf7 100%);}
.mbfe-card--book{padding:14px;max-width:100%;width:100%;justify-self:stretch;}
.mbfe-card__image-link{display:block;margin-bottom:12px;max-width:168px;margin-left:auto;margin-right:auto;}
.mbfe-card__image-link img,.mbfe-card--book img{width:100%;aspect-ratio:4/5.9;object-fit:cover;border-radius:16px;display:block;box-shadow:0 14px 30px rgba(0,0,0,.08);background:#f4f1ea;image-rendering:auto;}
.mbfe-homepage-featured-books .mbfe-card__title{margin-top:2px;min-height:2.65em;}
.mbfe-homepage-featured-books .mbfe-card__text{min-height:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.92rem;}
.mbfe-homepage-start-here .mbfe-card__link::after,.mbfe-homepage-featured-books .mbfe-card__link::after,.mbfe-homepage-continue .mbfe-card__link::after{content:" →";}

.mbfe-homepage-learn__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:22px;}
.mbfe-homepage-learn__supporting{display:grid;gap:22px;}
.mbfe-card--learn-primary{min-height:320px;}

.mbfe-homepage-email__box{padding:28px;border-radius:30px;border:1px solid rgba(0,0,0,.08);background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%);box-shadow:0 18px 40px rgba(0,0,0,.05);}
.mbfe-homepage-email__fallback{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;margin-top:18px;}
.mbfe-homepage-email__form{margin-top:18px;}

@media (max-width: 1080px){
  .mbfe-homepage-container,.mbfe-homepage-container--standard,.mbfe-homepage-container--narrow{width:min(100%, calc(100% - 44px));max-width:none;}
  .mbfe-homepage-container--narrow{width:min(100%, calc(100% - 44px));}
  .mbfe-homepage-hero__grid,.mbfe-homepage-learn__grid{grid-template-columns:1fr;gap:28px;}
  .mbfe-homepage-title{max-width:none;}
  .mbfe-homepage-hero-card{max-width:none;margin-left:0;grid-template-columns:180px minmax(0,1fr);}
  .mbfe-homepage-grid--books,.mbfe-homepage-grid--books-3,.mbfe-homepage-grid--books-4,.mbfe-homepage-grid--books-5,.mbfe-homepage-grid--books-6{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 820px){
  .mbfe-homepage-grid--3,.mbfe-homepage-grid--books,.mbfe-homepage-grid--books-3,.mbfe-homepage-grid--books-4,.mbfe-homepage-grid--books-5,.mbfe-homepage-grid--books-6{grid-template-columns:1fr 1fr;}
  .mbfe-homepage-section{padding:34px 0;}
}
@media (max-width: 640px){
  .mbfe-homepage{padding:12px 0 56px;}
  .mbfe-homepage-container,.mbfe-homepage-container--standard,.mbfe-homepage-container--narrow{width:min(100%, calc(100% - 28px));}
  .mbfe-homepage-title{font-size:clamp(2rem,11vw,3.1rem);}
  .mbfe-homepage-actions{display:grid;grid-template-columns:1fr;gap:10px;}
  .mbfe-btn{width:100%;}
  .mbfe-homepage-search__form,.mbfe-homepage-email__fallback{grid-template-columns:1fr;}
  .mbfe-homepage-section__header{display:block;}
  .mbfe-homepage-grid--3,.mbfe-homepage-grid--books,.mbfe-homepage-grid--books-3,.mbfe-homepage-grid--books-4,.mbfe-homepage-grid--books-5,.mbfe-homepage-grid--books-6{grid-template-columns:1fr;}
  .mbfe-card,.mbfe-card--book,.mbfe-card--recommendation{padding:18px;}
  .mbfe-homepage-hero__placeholder{min-height:300px;}
  .mbfe-homepage-hero-card{grid-template-columns:1fr;padding:20px;}
  .mbfe-card__image-link{max-width:160px;}
}


.mbfe-homepage-product-rows{padding-top:10px;}
.mbfe-homepage-product-row{margin-top:18px;}
.mbfe-homepage-product-row__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;}
.mbfe-homepage-product-row__title{margin:0;font-size:1.08rem;line-height:1.2;color:#171717;letter-spacing:-.01em;}
.mbfe-homepage-product-row__controls{display:flex;gap:8px;}
.mbfe-carousel-btn{width:38px;height:38px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#fff;color:#171717;font-size:1.25rem;line-height:1;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.05);}
.mbfe-product-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(140px, 1fr);gap:14px;overflow-x:auto;scrollbar-width:none;padding-bottom:6px;scroll-snap-type:x proximity;}
.mbfe-product-carousel::-webkit-scrollbar{display:none;}
.mbfe-product-mini-card{min-width:0;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:20px;padding:12px;display:flex;flex-direction:column;gap:8px;box-shadow:0 10px 24px rgba(0,0,0,.04);scroll-snap-align:start;}
.mbfe-product-mini-card__image img{width:100%;aspect-ratio:4/5.4;object-fit:cover;border-radius:14px;display:block;background:#f3f1ea;}
.mbfe-product-mini-card__body{display:flex;flex-direction:column;gap:6px;}
.mbfe-product-mini-card__title{margin:0;font-size:.82rem;line-height:1.35;font-weight:600;min-height:2.6em;}
.mbfe-product-mini-card__title a{text-decoration:none;color:#171717;}
.mbfe-product-mini-card__price{font-size:.82rem;font-weight:700;color:#171717;}
.mbfe-product-mini-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:#171717;color:#fff;text-decoration:none;font-size:.72rem;font-weight:700;align-self:flex-start;}
@media (max-width: 820px){.mbfe-product-carousel{grid-auto-columns:minmax(130px, 46vw);}}
@media (max-width: 640px){.mbfe-homepage-product-row__head{align-items:center}.mbfe-product-carousel{grid-auto-columns:minmax(120px, 62vw);}.mbfe-product-mini-card{padding:10px;}}

/* v0.8.40 commerce stabilization */
.mbfe-homepage-container{max-width:min(1360px, calc(100% - 48px));}
.mbfe-homepage-hero__grid{grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);align-items:center;}
.mbfe-homepage-title{max-width:13ch;}
.mbfe-card__title,.mbfe-homepage-product-row__title,.mbfe-homepage-hero-product__title,.mbfe-product-mini-card__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mbfe-card__title{font-size:.95rem;line-height:1.3;}
.mbfe-homepage-grid--books .mbfe-card__title{font-size:.92rem;}
.mbfe-homepage-grid--books .mbfe-card__text{display:none;}
.mbfe-homepage-grid--books .mbfe-card__body{gap:8px;}
.mbfe-homepage-grid--books .mbfe-card{padding:12px;border-radius:20px;}
.mbfe-homepage-grid--books .mbfe-card__image-link img{aspect-ratio:4/5.8;object-fit:cover;}
.mbfe-homepage-hero-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;}
.mbfe-homepage-hero-product{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:16px;padding:10px;display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:10px;align-items:center;box-shadow:0 10px 20px rgba(0,0,0,.04);}
.mbfe-homepage-hero-product__image img{width:100%;aspect-ratio:4/5.6;object-fit:cover;border-radius:10px;display:block;}
.mbfe-homepage-hero-product__title{margin:0;font-size:.72rem;font-weight:700;line-height:1.2;}
.mbfe-homepage-hero-product__title a{text-decoration:none;color:#171717;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mbfe-homepage-hero-product__price{font-size:.75rem;font-weight:700;color:#111827;}
.mbfe-product-mini-card{padding:10px;border-radius:16px;gap:6px;}
.mbfe-product-mini-card__body{display:flex;flex-direction:column;gap:4px;}
.mbfe-product-mini-card__title{margin:0;font-size:.74rem;line-height:1.2;font-weight:600;min-height:0;}
.mbfe-product-mini-card__title a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;color:#171717;}
.mbfe-product-mini-card__price{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;font-size:.72rem;line-height:1;}
.mbfe-product-mini-card__price-regular{font-size:.66rem;color:#6b7280;text-decoration:line-through;}
.mbfe-product-mini-card__price-current{font-weight:800;color:#111827;}
.mbfe-product-mini-card__button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:#111827;color:#fff;text-decoration:none;font-size:.9rem;font-weight:700;align-self:flex-start;cursor:pointer;}
.mbfe-product-mini-card__button.is-loading{opacity:.65;pointer-events:none;}
.mbfe-product-mini-card__button.is-added{background:#0f766e;}
.mbfe-product-mini-card__button span{display:inline-flex;line-height:1;}
.mbfe-homepage-product-row__head{align-items:center;gap:12px;}
.mbfe-product-carousel{grid-auto-columns:minmax(132px, 168px);gap:14px;}
.mbfe-carousel-btn{width:32px;height:32px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#fff;}
.mbfe-homepage-featured-books .mbfe-card__link{font-size:.78rem;}
@media (max-width: 1024px){.mbfe-homepage-hero__grid{grid-template-columns:1fr;}.mbfe-homepage-hero-products{grid-template-columns:1fr;}}
@media (max-width: 640px){.mbfe-homepage-container{max-width:calc(100% - 24px);}.mbfe-homepage-title{max-width:none;}.mbfe-product-carousel{grid-auto-columns:minmax(124px, 44vw);}}


/* v0.8.41 hero uplift + commerce polish */
.mbfe-homepage-hero__content{padding-right:10px;}
.mbfe-homepage-support{max-width:56ch;}
.mbfe-homepage-quick-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}
.mbfe-homepage-chip--link{text-decoration:none;color:#171717;background:#fff;border-color:rgba(0,0,0,.08);}
.mbfe-homepage-chip--link:hover{border-color:rgba(0,0,0,.16);box-shadow:0 10px 22px rgba(0,0,0,.06);}
.mbfe-homepage-hero-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}
.mbfe-homepage-hero-trust__item{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:#3f3d37;background:#fff;border:1px solid rgba(0,0,0,.06);padding:8px 12px;border-radius:999px;box-shadow:0 8px 18px rgba(0,0,0,.03);}
.mbfe-homepage-hero-stack{display:grid;gap:14px;}
.mbfe-homepage-hero-card{border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 40px rgba(0,0,0,.05);background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%);}
.mbfe-homepage-hero-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;}
.mbfe-homepage-hero-card__eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#171717;color:#fff;font-size:.72rem;font-weight:700;text-transform:none;letter-spacing:0;}
.mbfe-homepage-hero-card__type{font-size:.72rem;font-weight:700;color:#5b584f;background:rgba(0,0,0,.04);padding:7px 10px;border-radius:999px;}
.mbfe-homepage-hero-card__text{margin-bottom:8px;}
.mbfe-homepage-hero-card__micro{margin:0 0 14px;color:#44403c;font-size:.88rem;line-height:1.5;font-weight:600;}
.mbfe-homepage-hero-card__link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:#171717;color:#fff;text-decoration:none;font-weight:700;align-self:flex-start;}
.mbfe-homepage-hero-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:0;}
.mbfe-homepage-hero-product{grid-template-columns:60px minmax(0,1fr) auto;align-items:start;border-radius:18px;padding:12px;min-height:96px;}
.mbfe-homepage-hero-product__badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:rgba(0,0,0,.05);font-size:.66rem;font-weight:800;color:#171717;margin-bottom:6px;}
.mbfe-homepage-hero-product__title{white-space:normal;overflow:visible;text-overflow:clip;font-size:.76rem;}
.mbfe-homepage-hero-product__price{margin-top:2px;}
.mbfe-homepage-hero-product__note{font-size:.68rem;line-height:1.35;color:#5b584f;margin-top:5px;}
.mbfe-homepage-hero-spotlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.mbfe-homepage-hero-spotlight{border:1px solid rgba(0,0,0,.07);background:#fff;border-radius:18px;padding:14px;box-shadow:0 10px 24px rgba(0,0,0,.04);}
.mbfe-homepage-hero-spotlight__eyebrow{display:inline-flex;font-size:.68rem;font-weight:800;color:#6b5f45;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;}
.mbfe-homepage-hero-spotlight__title{margin:0 0 8px;font-size:.95rem;line-height:1.28;}
.mbfe-homepage-hero-spotlight__text{margin:0 0 10px;color:#5b584f;font-size:.84rem;line-height:1.5;}
.mbfe-homepage-hero-spotlight__link{font-size:.82rem;font-weight:800;color:#171717;text-decoration:none;}
.mbfe-homepage-card-chip{display:inline-flex;align-items:center;align-self:flex-start;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.05);font-size:.68rem;font-weight:800;color:#171717;margin-bottom:8px;}
.mbfe-card__text--micro{display:block !important;min-height:auto !important;line-height:1.5;font-size:.84rem !important;color:#5b584f;}
.mbfe-product-mini-card__meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center;}
.mbfe-product-mini-card__badge,.mbfe-product-mini-card__format{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;font-size:.63rem;font-weight:800;line-height:1;background:#f3f4f6;color:#111827;}
.mbfe-product-mini-card__format{background:#f8f5ee;color:#5b584f;}
.mbfe-product-mini-card__micro{margin:0;color:#5b584f;font-size:.66rem;line-height:1.35;min-height:2.7em;}
@media (max-width: 1024px){
  .mbfe-homepage-hero-products,.mbfe-homepage-hero-spotlights{grid-template-columns:1fr 1fr;}
}
@media (max-width: 640px){
  .mbfe-homepage-quick-links,.mbfe-homepage-hero-trust{gap:8px;}
  .mbfe-homepage-hero-products,.mbfe-homepage-hero-spotlights{grid-template-columns:1fr;}
  .mbfe-homepage-hero-product{grid-template-columns:56px minmax(0,1fr) auto;}
}


/* v0.8.42 hero refinement */
.mbfe-homepage-hero{padding-top:8px;}
.mbfe-homepage-hero-top{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(420px,1.1fr);gap:28px;align-items:start;margin-bottom:18px;}
.mbfe-homepage-hero-top__main,.mbfe-homepage-hero-top__support{min-width:0;}
.mbfe-homepage-title{max-width:none;font-size:14px;line-height:1.35;letter-spacing:0;font-weight:800;margin:0;}
.mbfe-homepage-support{max-width:none;font-size:14px;line-height:1.55;margin:0;}
.mbfe-homepage-actions{margin:14px 0 10px;}
.mbfe-homepage-quick-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px;}
.mbfe-homepage-hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;}
.mbfe-homepage-hero-trust__item{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.08);font-size:12px;color:#4c4a44;}
.mbfe-homepage-proof{margin:0 0 16px;}
.mbfe-homepage-hero-cards{display:grid;grid-template-columns:1.55fr .72fr .72fr;gap:18px;align-items:stretch;}
.mbfe-homepage-hero-card,.mbfe-homepage-hero-spotlight{height:100%;}
.mbfe-homepage-hero-card--featured{max-width:none;margin-left:0;padding:18px;grid-template-columns:170px minmax(0,1fr);gap:18px;border-radius:24px;align-items:start;min-height:100%;}
.mbfe-homepage-hero-card__image img{border-radius:16px;}
.mbfe-homepage-hero-card__title{font-size:1.22rem;margin:0 0 8px;}
.mbfe-homepage-hero-card__text{font-size:.93rem;line-height:1.5;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.mbfe-homepage-hero-card__micro{margin:0 0 10px;font-size:.86rem;line-height:1.45;color:#5b584f;font-weight:600;}
.mbfe-homepage-hero-card__link{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:999px;background:#171717;color:#fff;text-decoration:none;}
.mbfe-homepage-hero-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;grid-column:1 / -1;}
.mbfe-homepage-hero-product{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.07);}
.mbfe-homepage-hero-product__image img{width:52px;height:68px;object-fit:cover;border-radius:10px;box-shadow:none;}
.mbfe-homepage-hero-product__badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#666156;}
.mbfe-homepage-hero-product__title{margin:2px 0;font-size:.8rem;line-height:1.25;}
.mbfe-homepage-hero-product__title a{text-decoration:none;color:#171717;}
.mbfe-homepage-hero-product__price{font-size:.78rem;font-weight:700;color:#171717;}
.mbfe-homepage-hero-product__note{font-size:.72rem;line-height:1.35;color:#656157;}
.mbfe-homepage-hero-spotlight{display:flex;flex-direction:column;justify-content:space-between;padding:18px;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%);border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 40px rgba(0,0,0,.05);}
.mbfe-homepage-hero-spotlight__eyebrow{display:inline-flex;align-items:center;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b695f;margin-bottom:10px;}
.mbfe-homepage-hero-spotlight__title{font-size:1.02rem;line-height:1.25;letter-spacing:-.01em;margin:0 0 10px;color:#171717;}
.mbfe-homepage-hero-spotlight__text{margin:0 0 16px;font-size:.9rem;line-height:1.55;color:#57554e;}
.mbfe-homepage-hero-spotlight__link{margin-top:auto;font-weight:700;text-decoration:none;color:#171717;}

@media (max-width: 1080px){
  .mbfe-homepage-hero-top{grid-template-columns:1fr 1fr;gap:20px;}
  .mbfe-homepage-hero-cards{grid-template-columns:1fr;}
  .mbfe-homepage-hero-card--featured{grid-template-columns:150px minmax(0,1fr);}
}
@media (max-width: 820px){
  .mbfe-homepage-hero-top{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .mbfe-homepage-title,.mbfe-homepage-support{font-size:14px;}
  .mbfe-homepage-hero-card--featured{grid-template-columns:1fr;}
  .mbfe-homepage-hero-products{grid-template-columns:1fr;}
}


/* v0.8.43 hero dual-card compact rebuild */
.mbfe-homepage-hero{padding-top:12px;padding-bottom:8px;}
.mbfe-homepage-hero-top{display:none !important;}
.mbfe-homepage-hero-cards--dual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start;}
.mbfe-homepage-hero-card--featured{padding:18px;border-radius:24px;display:grid;grid-template-columns:160px minmax(0,1fr);grid-template-areas:"image body" "products products";gap:18px;align-items:start;}
.mbfe-homepage-hero-card__image{grid-area:image;display:block;}
.mbfe-homepage-hero-card__image img{width:100%;aspect-ratio:4/5.6;object-fit:cover;border-radius:18px;display:block;}
.mbfe-homepage-hero-card__body{grid-area:body;min-width:0;}
.mbfe-homepage-hero-card__title{font-size:18px;line-height:1.18;margin:0 0 10px;}
.mbfe-homepage-hero-card__text{font-size:13px;line-height:1.5;margin:0 0 10px;color:#4b4942;}
.mbfe-homepage-hero-card__micro{font-size:13px;line-height:1.45;margin:0 0 14px;}
.mbfe-homepage-hero-products{grid-area:products;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:0;}
.mbfe-homepage-hero-product{min-height:0;padding:12px 12px;border-radius:16px;box-shadow:none;background:#fff;border:1px solid rgba(0,0,0,.07);}
.mbfe-homepage-hero-product__image img{border-radius:10px;}
.mbfe-homepage-hero-product__title{font-size:.78rem;line-height:1.25;}
.mbfe-homepage-hero-product__price{font-size:.9rem;font-weight:800;}
.mbfe-homepage-hero-product__note{font-size:.72rem;line-height:1.35;}
.mbfe-homepage-hero-card__link{min-height:40px;padding:0 14px;font-size:.95rem;}
@media (max-width: 1100px){
 .mbfe-homepage-hero-cards--dual{grid-template-columns:1fr;}
}
@media (max-width: 640px){
 .mbfe-homepage-hero-card--featured{grid-template-columns:120px minmax(0,1fr);gap:14px;padding:14px;border-radius:20px;}
 .mbfe-homepage-hero-card__title{font-size:16px;}
 .mbfe-homepage-hero-products{grid-template-columns:1fr;}
}


/* v0.8.44 conversion polish */
.mbfe-homepage-hero-card__top{margin-bottom:10px;}
.mbfe-homepage-hero-card__type,.mbfe-homepage-hero-product__badge,.mbfe-homepage-hero-product__note,.mbfe-product-mini-card__meta,.mbfe-product-mini-card__badge,.mbfe-product-mini-card__format{display:none !important;}
.mbfe-homepage-hero-card__micro{font-size:12px;line-height:1.35;color:#5c564b;font-weight:700;letter-spacing:-.01em;}
.mbfe-homepage-hero-product{grid-template-columns:44px minmax(0,1fr);gap:10px;padding:10px 11px;background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:14px;}
.mbfe-homepage-hero-product__image img{width:44px;height:58px;border-radius:9px;}
.mbfe-homepage-hero-product__title{margin:0 0 4px;font-size:12px;line-height:1.35;font-weight:600;letter-spacing:-.01em;}
.mbfe-homepage-hero-product__body{min-width:0;display:flex;flex-direction:column;justify-content:center;}
.mbfe-homepage-hero-product__purchase{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px;}
.mbfe-homepage-hero-product__price{font-size:15px;font-weight:800;color:#191714;line-height:1;}
.mbfe-homepage-hero-product__button,.mbfe-product-mini-card__button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;border:0;background:linear-gradient(180deg,#1f2740 0%,#12192b 100%);color:#f6f1e7;box-shadow:0 10px 18px rgba(9,17,34,.18);padding:0;cursor:pointer;transition:transform .18s ease, box-shadow .18s ease, background .18s ease;}
.mbfe-homepage-hero-product__button:hover,.mbfe-product-mini-card__button:hover{transform:translateY(-1px);box-shadow:0 14px 24px rgba(9,17,34,.24);background:linear-gradient(180deg,#233050 0%,#151d33 100%);}
.mbfe-cart-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;line-height:1;}
.mbfe-cart-icon svg{display:block;width:14px;height:14px;}
.mbfe-product-mini-card__title{font-size:12px;line-height:1.35;font-weight:600;letter-spacing:-.01em;margin:0 0 6px;}
.mbfe-product-mini-card__purchase{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:2px 0 6px;}
.mbfe-product-mini-card__price{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:0;}
.mbfe-product-mini-card__price-current{font-size:15px;font-weight:800;color:#171717;line-height:1;}
.mbfe-product-mini-card__price-regular{font-size:11px;line-height:1;text-decoration:line-through;color:#7a766d;}
.mbfe-product-mini-card__micro{margin:0;font-size:11px;line-height:1.35;min-height:2.7em;color:#5f594e;}
.mbfe-product-mini-card__body{display:flex;flex-direction:column;gap:0;}
.mbfe-product-mini-card{padding:10px 10px 12px;border-radius:14px;}
.mbfe-homepage-section__title{letter-spacing:-.025em;}
.mbfe-homepage-product-row__title{letter-spacing:-.02em;}


/* v0.8.45 elite hero + purchase polish */
.mbfe-homepage-hero-intro-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 14px;padding:10px 14px;border:1px solid rgba(0,0,0,.07);border-radius:14px;background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%);box-shadow:0 8px 18px rgba(0,0,0,.03)}
.mbfe-homepage-hero-intro-strip__text{margin:0;font-size:12px;line-height:1.45;color:#4f4a40;font-weight:500}
.mbfe-homepage-hero-intro-strip__links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;font-weight:700;white-space:nowrap}
.mbfe-homepage-hero-intro-strip__links a{color:#1d4ed8;text-decoration:none}
.mbfe-homepage-hero-cards--dual{gap:16px}
.mbfe-homepage-hero-card--featured{padding:16px;gap:16px}
.mbfe-homepage-hero-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.mbfe-homepage-hero-product{grid-template-columns:42px minmax(0,1fr);gap:9px;padding:9px 10px;border-radius:14px;position:relative}
.mbfe-homepage-hero-product__image img{width:42px;height:56px;border-radius:8px}
.mbfe-homepage-hero-product__title{margin:0 0 4px;font-size:11px;line-height:1.28;font-weight:600;letter-spacing:-.01em}
.mbfe-homepage-hero-product__purchase{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:0}
.mbfe-homepage-hero-product__price{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:800;line-height:1;color:#16140f}
.mbfe-homepage-hero-product__button,.mbfe-product-mini-card__button{width:34px;height:34px;background:linear-gradient(180deg,#fffaf1 0%,#f3ead7 100%);border:1px solid rgba(119,88,41,.22);box-shadow:0 6px 14px rgba(94,69,35,.10);color:#6f4e1e}
.mbfe-homepage-hero-product__button:hover,.mbfe-product-mini-card__button:hover{background:linear-gradient(180deg,#fdf6e8 0%,#eadbbd 100%);box-shadow:0 10px 18px rgba(94,69,35,.16);color:#5d3f16}
.mbfe-homepage-hero-product__button .mbfe-cart-icon svg,.mbfe-product-mini-card__button .mbfe-cart-icon svg{width:16px;height:16px}
.mbfe-product-mini-card__purchase{display:flex;align-items:center;justify-content:space-between;gap:8px}
.mbfe-product-mini-card__price-current{font-size:16px;font-weight:800;color:#16140f}
.mbfe-product-mini-card__price-regular{font-size:12px;color:#7d7568}
.mbfe-product-mini-card__title{font-size:11px;line-height:1.28;margin:0 0 5px;font-weight:600}
.mbfe-product-mini-card__micro{font-size:10.5px;line-height:1.3;min-height:2.5em}
.mbfe-homepage-product-row__title{letter-spacing:-.01em}
@media (max-width: 900px){.mbfe-homepage-hero-intro-strip{flex-direction:column;align-items:flex-start}.mbfe-homepage-hero-intro-strip__links{white-space:normal}}
@media (max-width: 640px){.mbfe-homepage-hero-products{grid-template-columns:1fr}.mbfe-homepage-hero-intro-strip{padding:9px 12px}.mbfe-homepage-hero-intro-strip__text,.mbfe-homepage-hero-intro-strip__links{font-size:11px}}


/* v0.8.46 elite conversion polish */
.mbfe-homepage{background:#f6f8fb;}
.mbfe-homepage-hero-intro-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px;padding:0 4px;font-size:12px;color:#44516b;}
.mbfe-homepage-hero-intro-strip__text{margin:0;font-size:12px;font-weight:600;color:#44516b;}
.mbfe-homepage-hero-intro-strip__links{display:flex;gap:10px;align-items:center;white-space:nowrap;}
.mbfe-homepage-hero-intro-strip__links a{color:#365c99;text-decoration:none;font-weight:700;}
.mbfe-homepage-hero-cards--dual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.mbfe-homepage-hero-card--featured{padding:14px;border-radius:24px;background:#fff;box-shadow:0 14px 30px rgba(24,39,75,.06);}
.mbfe-homepage-hero-card__title{font-size:1.1rem;line-height:1.15;margin:0 0 8px;}
.mbfe-homepage-hero-card__text{font-size:.82rem;line-height:1.45;margin:0 0 4px;color:#5d5c58;}
.mbfe-homepage-hero-card__micro{font-size:.72rem;margin:0 0 10px;color:#4d4c48;}
.mbfe-homepage-hero-card__eyebrow{background:#f1f1f1;color:#222;min-height:auto;padding:7px 13px;font-size:.75rem;}
.mbfe-homepage-hero-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;}
.mbfe-homepage-hero-product{min-height:78px;padding:10px 12px;border-radius:16px;grid-template-columns:46px minmax(0,1fr) auto;background:#fff;border:1px solid rgba(25,42,73,.09);box-shadow:none;}
.mbfe-homepage-hero-product__image img{width:42px;height:42px;object-fit:cover;border-radius:8px;}
.mbfe-homepage-hero-product__title{font-size:11px;font-weight:500;line-height:1.2;color:#222;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 3px;}
.mbfe-homepage-hero-product__purchase{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-top:2px;}
.mbfe-homepage-hero-product__price-wrap{display:flex;align-items:baseline;gap:6px;}
.mbfe-homepage-hero-product__price-regular,.mbfe-product-mini-card__price-regular{font-size:11px;color:#8a8d96;text-decoration:line-through;font-weight:500;}
.mbfe-homepage-hero-product__price,.mbfe-product-mini-card__price-current{font-size:12px;font-weight:700;color:#1d1d1f;}
.mbfe-homepage-hero-product__button,.mbfe-product-mini-card__button{width:30px;height:30px;border-radius:999px;border:1px solid #d6e4ff;background:#eef4ff;color:#1d2b4f;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;}
.mbfe-homepage-hero-product__button:hover,.mbfe-product-mini-card__button:hover{background:#e4eeff;color:#132442;border-color:#c3d8ff;}
.mbfe-homepage-hero-product__button .mbfe-cart-icon,.mbfe-product-mini-card__button .mbfe-cart-icon{width:14px;height:14px;display:inline-flex;}
.mbfe-homepage-hero-product__button svg,.mbfe-product-mini-card__button svg{width:14px;height:14px;}
.mbfe-homepage-hero-product__rating,.mbfe-product-mini-card__rating,.mbfe-card__rating{display:flex;align-items:center;gap:6px;font-size:11px;line-height:1;margin-top:2px;color:#6b7280;}
.mbfe-rating-stars{color:#f59e0b;letter-spacing:.04em;font-size:11px;}
.mbfe-rating-value{font-size:11px;color:#64748b;}
.mbfe-homepage-grid--amazon-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.mbfe-card--recommendation-amazon{padding:14px;border-radius:22px;background:#fff;box-shadow:0 14px 30px rgba(24,39,75,.05);min-height:100%;}
.mbfe-card__image-link--start img{width:100%;aspect-ratio:1.3/1;object-fit:cover;border-radius:14px;margin-bottom:12px;}
.mbfe-card--recommendation-amazon .mbfe-card__title{font-size:.92rem;line-height:1.22;margin:0 0 6px;}
.mbfe-card--recommendation-amazon .mbfe-card__text{font-size:.76rem;line-height:1.35;min-height:2.6em;color:#5d5c58;}
.mbfe-card--recommendation-amazon .mbfe-card__link{margin-top:12px;font-size:.8rem;font-weight:700;display:inline-block;}
.mbfe-card--book .mbfe-card__body--featured-shop{padding-top:10px;}
.mbfe-card__title--small{font-size:.8rem;line-height:1.25;font-weight:500;margin:0 0 6px;}
.mbfe-homepage-grid--books-6{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;}
.mbfe-card--book{background:#fff;border-radius:20px;box-shadow:0 12px 24px rgba(24,39,75,.05);padding:12px;}
.mbfe-card--book .mbfe-card__image-link img{width:100%;aspect-ratio:0.78/1;object-fit:cover;border-radius:12px;}
.mbfe-product-mini-card__purchase--featured{margin-top:6px;justify-content:space-between;}
.mbfe-homepage-section__header{align-items:flex-end;}
.mbfe-homepage-product-row__head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:12px;}
.mbfe-homepage-product-row__heading-wrap{display:flex;flex-direction:column;gap:3px;}
.mbfe-homepage-product-row__intro{margin:0;font-size:12px;color:#64748b;}
.mbfe-homepage-product-row__controls{display:flex;gap:8px;}
.mbfe-carousel-btn{width:34px;height:34px;border-radius:999px;border:1px solid #dbe4f0;background:#fff;color:#22314d;box-shadow:0 8px 18px rgba(24,39,75,.05);display:inline-flex;align-items:center;justify-content:center;}
.mbfe-carousel-btn:hover{background:#eef4ff;border-color:#cbdcff;color:#1d2b4f;}
.mbfe-product-carousel{scrollbar-width:none;}
.mbfe-product-carousel::-webkit-scrollbar{display:none;}
.mbfe-product-mini-card{padding:10px;border-radius:16px;background:#fff;box-shadow:0 10px 22px rgba(24,39,75,.04);}
.mbfe-product-mini-card__title{font-size:11px;font-weight:500;line-height:1.25;min-height:auto;}
.mbfe-product-mini-card__price{display:flex;align-items:baseline;gap:6px;}
.mbfe-product-mini-card__purchase{margin-top:4px;align-items:center;justify-content:space-between;gap:8px;}
.mbfe-product-mini-card__micro{font-size:11px;line-height:1.25;color:#5f6b7d;min-height:2.3em;margin-top:5px;}
.mbfe-card--book .mbfe-card__link{display:none;}
.mbfe-homepage-section__copy .mbfe-homepage-section__intro{max-width:640px;}
@media (max-width: 1100px){.mbfe-homepage-grid--books-6{grid-template-columns:repeat(3,minmax(0,1fr));}.mbfe-homepage-grid--amazon-cards{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width: 820px){.mbfe-homepage-hero-cards--dual{grid-template-columns:1fr;}.mbfe-homepage-hero-intro-strip{flex-direction:column;align-items:flex-start;}.mbfe-homepage-grid--books-6{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width: 640px){.mbfe-homepage-grid--amazon-cards{grid-template-columns:1fr;}.mbfe-homepage-hero-products{grid-template-columns:1fr;}.mbfe-card--book{padding:10px;}}


/* v0.8.47 elite refinements */
body.mbfe-enabled{background:#f6f8fc;}
.mbfe-header{border-bottom:0 !important; box-shadow:none !important;}
.mbfe-homepage-hero{padding-top:18px !important;}
.mbfe-homepage-hero-intro-strip{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;}
.mbfe-homepage-hero-intro-strip__text{font-size:13px !important;font-weight:600;color:#4a5a76;}
.mbfe-homepage-hero-cards--dual{align-items:start;}
.mbfe-homepage-hero-card{padding:18px 18px 14px;border-radius:24px;background:#fff;border:1px solid rgba(25,42,73,.08);box-shadow:0 10px 30px rgba(18,31,54,.04);}
.mbfe-homepage-hero-card--featured{display:grid;grid-template-columns:160px minmax(0,1fr);gap:22px;}
.mbfe-homepage-hero-card--showcase{display:block;padding-top:20px;}
.mbfe-homepage-hero-card__image img{width:160px;height:220px;object-fit:cover;border-radius:18px;image-rendering:auto;}
.mbfe-homepage-hero-card__body{padding-top:8px;padding-right:10px;}
.mbfe-homepage-hero-card__eyebrow{margin-bottom:16px;display:inline-flex;padding:8px 14px;border-radius:999px;background:#f1f1f1;font-size:14px;font-weight:700;color:#333;}
.mbfe-homepage-hero-card__title{margin:0 0 14px;font-size:18px;line-height:1.18;letter-spacing:-.02em;}
.mbfe-homepage-hero-card__text{margin:0 0 12px;color:#53575f;line-height:1.6;max-width:38ch;}
.mbfe-homepage-hero-card__micro{margin:0 0 18px;font-size:15px;line-height:1.5;font-weight:600;color:#40434a;}
.mbfe-homepage-hero-card__link{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:#111;color:#fff;text-decoration:none;font-weight:700;}
.mbfe-homepage-hero-card__body--showcase{padding:0 4px 10px 4px;}
.mbfe-homepage-hero-card__title--showcase{font-size:24px;margin-bottom:10px;}
.mbfe-homepage-hero-card__text--showcase{max-width:none;margin-bottom:18px;}
.mbfe-homepage-hero-products{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;}
.mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-products{margin-top:16px;}
.mbfe-homepage-hero-product{grid-template-columns:56px minmax(0,1fr) auto !important;gap:12px !important;padding:12px 14px !important;min-height:88px;border-radius:16px;background:#fff;border:1px solid rgba(25,42,73,.08);}
.mbfe-homepage-hero-product__image img{width:56px !important;height:76px !important;object-fit:cover !important;border-radius:10px !important;image-rendering:auto;}
.mbfe-homepage-hero-product__title{font-size:11px !important;font-weight:500 !important;line-height:1.25 !important;margin:0 0 4px !important;}
.mbfe-homepage-hero-product__rating{display:flex;align-items:center;gap:5px;font-size:10px;color:#6b7280;margin-bottom:4px;}
.mbfe-homepage-hero-product__price-wrap,.mbfe-product-mini-card__price{display:flex;align-items:baseline;gap:6px;}
.mbfe-homepage-hero-product__price-regular,.mbfe-product-mini-card__price-regular{font-size:10px !important;color:#8c8f97 !important;text-decoration:line-through;}
.mbfe-homepage-hero-product__price,.mbfe-product-mini-card__price-current{font-size:12px !important;font-weight:800 !important;color:#111827 !important;}
.mbfe-homepage-hero-product__button,.mbfe-product-mini-card__button{width:32px !important;height:32px !important;border-radius:999px;border:1px solid #d6e4ff !important;background:#eef4ff !important;color:#1d2b4f !important;}
.mbfe-homepage-hero-product__button svg,.mbfe-product-mini-card__button svg{width:14px;height:14px;}
.mbfe-homepage-start-here .mbfe-homepage-grid--amazon-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.mbfe-card--recommendation-amazon{padding:14px 14px 12px;border-radius:22px;min-height:0;background:#fff;border:1px solid rgba(25,42,73,.08);box-shadow:0 10px 24px rgba(18,31,54,.04);}
.mbfe-card__image-link--start{display:block;margin-bottom:12px;border-radius:16px;overflow:hidden;background:#f3f4f6;aspect-ratio:1.35/1;}
.mbfe-card__image-link--start img{width:100%;height:100%;object-fit:contain;padding:0;display:block;image-rendering:auto;}
.mbfe-card--recommendation-amazon .mbfe-card__title{font-size:14px;line-height:1.25;margin-bottom:6px;}
.mbfe-card--recommendation-amazon .mbfe-card__text{font-size:12px;line-height:1.4;color:#60656f;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mbfe-card--recommendation-amazon .mbfe-card__link{font-size:12px;font-weight:700;}
.mbfe-homepage-featured-books .mbfe-homepage-grid--books-6{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;}
.mbfe-homepage-featured-books .mbfe-card--book{padding:12px 12px 10px;border-radius:20px;background:#fff;border:1px solid rgba(25,42,73,.08);box-shadow:0 10px 24px rgba(18,31,54,.04);}
.mbfe-homepage-featured-books .mbfe-card__image-link{display:block;border-radius:14px;overflow:hidden;background:#f6f6f6;aspect-ratio:4/5.7;margin-bottom:10px;}
.mbfe-homepage-featured-books .mbfe-card__image-link img{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto;}
.mbfe-card__body--featured-shop{padding:0 !important;}
.mbfe-card__title--small{font-size:12px !important;font-weight:500 !important;line-height:1.3;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:31px;}
.mbfe-homepage-featured-books .mbfe-product-mini-card__purchase--featured{display:flex;align-items:center;justify-content:space-between;gap:8px;}
.mbfe-homepage-featured-books .mbfe-card__rating{display:none !important;}
.mbfe-homepage-product-row__controls{gap:10px;}
.mbfe-carousel-btn{width:42px;height:42px;border-radius:999px;border:1px solid rgba(29,43,79,.1);background:#fff;box-shadow:0 8px 16px rgba(18,31,54,.06);color:#1d2b4f;display:inline-flex;align-items:center;justify-content:center;}
.mbfe-carousel-btn span{font-size:24px;line-height:1;transform:translateY(-1px);}
.mbfe-product-mini-card{padding:10px 10px 12px;border-radius:18px;background:#fff;border:1px solid rgba(25,42,73,.08);box-shadow:0 10px 24px rgba(18,31,54,.04);}
.mbfe-product-mini-card__image{display:block;border-radius:14px;overflow:hidden;background:#f6f6f6;aspect-ratio:4/5.5;margin-bottom:10px;}
.mbfe-product-mini-card__image img{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto;}
.mbfe-product-mini-card__title{font-size:12px;line-height:1.3;font-weight:500;min-height:32px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mbfe-product-mini-card__purchase{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;}
.mbfe-product-mini-card__rating{display:flex;align-items:center;gap:5px;font-size:11px;color:#6b7280;margin-top:6px;}
.mbfe-product-mini-card__micro{display:none !important;}
.mbfe-homepage-product-row__intro{margin-top:4px;}
.mbfe-homepage-section__header{margin-bottom:18px;}
@media (max-width: 1200px){.mbfe-homepage-featured-books .mbfe-homepage-grid--books-6{grid-template-columns:repeat(3,minmax(0,1fr));}.mbfe-homepage-start-here .mbfe-homepage-grid--amazon-cards{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width: 900px){.mbfe-homepage-hero-card--featured{grid-template-columns:1fr;}.mbfe-homepage-hero-card__image img{width:140px;height:196px;}.mbfe-homepage-hero-products{grid-template-columns:1fr;}.mbfe-homepage-hero-intro-strip{flex-direction:column;align-items:flex-start;}.mbfe-homepage-featured-books .mbfe-homepage-grid--books-6{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width: 640px){.mbfe-homepage-start-here .mbfe-homepage-grid--amazon-cards{grid-template-columns:1fr;}.mbfe-homepage-hero-product{grid-template-columns:48px minmax(0,1fr) auto !important;}.mbfe-homepage-hero-product__image img{width:48px !important;height:64px !important;}}

/* v0.8.48 refinement */
.mbfe-homepage-hero-strip{margin-top:6px!important;margin-bottom:8px!important;padding:0 4px!important;background:transparent!important;border:0!important}
.mbfe-homepage-hero-grid{gap:18px!important}.mbfe-homepage-hero-card{padding:18px!important;border-radius:28px!important}.mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__body{padding-right:0!important}
.mbfe-homepage-hero-card__image img{width:150px!important;height:210px!important;object-fit:cover!important;border-radius:18px!important}
.mbfe-homepage-hero-card__body{padding-top:18px!important}.mbfe-homepage-hero-card__title{margin-top:18px!important;line-height:1.14!important}.mbfe-homepage-hero-card__text{margin-top:14px!important}.mbfe-homepage-hero-card__micro{margin-top:14px!important}.mbfe-homepage-hero-card__link{margin-top:20px!important;background:linear-gradient(135deg,var(--mbfe-blue),var(--mbfe-blue2))!important;color:#fff!important;border-radius:14px!important;padding:10px 16px!important;font-size:14px!important;line-height:1!important;box-shadow:0 8px 18px rgba(79,97,232,.18)!important}.mbfe-homepage-hero-card__eyebrow{display:inline-flex!important;align-items:center!important;padding:7px 12px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;margin:0!important}
.mbfe-homepage-hero-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:18px!important}
.mbfe-homepage-hero-product{padding:12px!important;border-radius:18px!important;grid-template-columns:56px 1fr auto!important;gap:10px!important;align-items:center!important}.mbfe-homepage-hero-product__image img{width:46px!important;height:62px!important;object-fit:cover!important;border-radius:8px!important}.mbfe-homepage-hero-product__title{font-size:12px!important;line-height:1.15!important;margin-bottom:4px!important}.mbfe-homepage-hero-product__rating{margin:0 0 4px 0!important;font-size:11px!important}.mbfe-homepage-hero-product__price-current{font-size:13px!important}.mbfe-homepage-hero-product__price-regular{font-size:10px!important}.mbfe-homepage-hero-product__button{width:30px!important;height:30px!important}
.mbfe-rating-stars,.mbfe-rating-stars.is-empty{letter-spacing:1px!important;color:#f6a623!important}.mbfe-rating-stars.is-empty{opacity:.45}.mbfe-rating-value{font-size:11px!important;color:#6b7a90!important;margin-left:4px!important}
.mbfe-product-mini-card__title{font-size:12px!important;font-weight:500!important;line-height:1.18!important;margin-bottom:4px!important}.mbfe-product-mini-card__body{gap:4px!important}.mbfe-product-mini-card__price{gap:6px!important}.mbfe-product-mini-card__price-current{font-size:13px!important}.mbfe-product-mini-card__price-regular{font-size:10px!important}.mbfe-product-mini-card__purchase{margin-top:2px!important}.mbfe-product-mini-card__button{width:28px!important;height:28px!important;background:#eef4ff!important;border-color:#d6e4ff!important;color:#1d2b4f!important}.mbfe-product-mini-card__button:hover{background:#e3edff!important}.mbfe-product-mini-card__button .mbfe-cart-icon{color:#1d2b4f!important}.mbfe-product-mini-card__rating{margin-top:2px!important}
.mbfe-homepage-product-row__controls{gap:10px!important}.mbfe-carousel-btn{width:34px!important;height:34px!important;border-radius:999px!important;background:#fff!important;border:1px solid #cfd9ea!important;box-shadow:0 6px 14px rgba(18,38,68,.08)!important}
.mbfe-homepage-section__head{margin-bottom:16px!important}.mbfe-homepage-section__title{margin-bottom:4px!important}.mbfe-homepage-featured-books .mbfe-homepage-grid--books{gap:14px!important}.mbfe-card--book{border-radius:20px!important;padding:12px!important;display:flex!important;flex-direction:column!important}.mbfe-card--book .mbfe-card__image-link{margin-bottom:10px!important}.mbfe-card--book .mbfe-card__title{font-size:13px!important;font-weight:500!important;line-height:1.18!important;margin-bottom:4px!important}.mbfe-card__body--featured-shop{gap:4px!important;padding-bottom:0!important}.mbfe-product-mini-card__rating--featured{margin-bottom:2px!important}
.mbfe-homepage-start-here .mbfe-card--recommendation-amazon{padding:14px!important;border-radius:22px!important}.mbfe-homepage-start-here .mbfe-card__image-link--start,.mbfe-homepage-topics .mbfe-card__image-link--start{height:112px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#f4f7fb!important;border-radius:16px!important;margin-bottom:12px!important}.mbfe-homepage-start-here .mbfe-card__image-link--start img,.mbfe-homepage-topics .mbfe-card__image-link--start img{width:100%!important;height:100%!important;object-fit:cover!important}.mbfe-homepage-start-here .mbfe-card__title,.mbfe-homepage-topics .mbfe-card__title{font-size:14px!important;line-height:1.2!important}.mbfe-homepage-start-here .mbfe-card__text,.mbfe-homepage-topics .mbfe-card__text{font-size:12px!important;line-height:1.3!important}
.mbfe-homepage-topics__controls{justify-content:flex-end;margin-bottom:10px!important}.mbfe-homepage-grid--books-6,.mbfe-homepage-grid--books-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}
@media (max-width: 1024px){.mbfe-homepage-grid--books-6,.mbfe-homepage-grid--books-5{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mbfe-homepage-hero-grid{grid-template-columns:1fr!important}}
@media (max-width: 640px){.mbfe-homepage-grid--books-6,.mbfe-homepage-grid--books-5{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mbfe-homepage-hero-products{grid-template-columns:1fr!important}.mbfe-homepage-hero-card__image img{width:120px!important;height:168px!important}.mbfe-homepage-hero-card{padding:14px!important}.mbfe-homepage-hero-card__body{padding-top:10px!important}}


/* v0.8.56 hero section elite compact refinement */
.mbfe-homepage-hero-card--featured{padding:20px 20px 18px;gap:20px;overflow:hidden;}
.mbfe-homepage-hero-card__body{padding-top:12px;padding-right:2px;}
.mbfe-homepage-hero-card__eyebrow{margin-bottom:12px;padding:7px 12px;font-size:13px;background:#f3f4f6;color:#2c3444;}
.mbfe-homepage-hero-card__title{font-size:20px;line-height:1.12;margin:0 0 12px;max-width:18ch;}
.mbfe-homepage-hero-card__text{font-size:14px;line-height:1.65;margin:0 0 12px;max-width:34ch;color:#545b66;}
.mbfe-homepage-hero-card__micro{font-size:14px;line-height:1.45;margin:0 0 16px;color:#2f3641;}
.mbfe-homepage-hero-card__link{background:#5865f2;min-height:38px;padding:0 16px;font-size:15px;box-shadow:0 12px 22px rgba(88,101,242,.18);}
.mbfe-homepage-hero-card__link:hover{background:#4a57e8;color:#fff;}
.mbfe-homepage-hero-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.mbfe-homepage-hero-product{grid-template-columns:52px minmax(0,1fr) auto !important;gap:10px !important;padding:11px 12px !important;min-height:84px;}
.mbfe-homepage-hero-product__image img{width:52px !important;height:70px !important;}
.mbfe-homepage-hero-product__title{font-size:11px !important;line-height:1.28 !important;margin-bottom:3px !important;}
.mbfe-homepage-hero-product__rating{font-size:10px;gap:4px;margin-bottom:3px;}
.mbfe-homepage-hero-product__price{font-size:13px !important;}
.mbfe-homepage-hero-card--showcase{display:flex;flex-direction:column;justify-content:space-between;padding:18px 18px 16px;}
.mbfe-homepage-hero-card__body--showcase{padding:0;}
.mbfe-homepage-hero-card__top--showcase{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;}
.mbfe-homepage-hero-card__browse{font-size:12px;font-weight:700;color:#5865f2;text-decoration:none;white-space:nowrap;}
.mbfe-homepage-hero-card__title--showcase{font-size:18px;line-height:1.15;margin:0 0 6px;max-width:none;}
.mbfe-homepage-hero-card__text--showcase{font-size:13px;line-height:1.5;margin:0 0 14px;color:#5b6470;max-width:none;}
.mbfe-homepage-hero-products--showcase{grid-template-columns:1fr;gap:10px;margin-top:0;}
.mbfe-homepage-hero-product--showcase{grid-template-columns:52px minmax(0,1fr) auto !important;align-items:center;padding:10px 12px !important;border-radius:15px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{width:48px !important;height:64px !important;border-radius:8px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:11px !important;line-height:1.22 !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{margin-bottom:2px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__purchase{gap:6px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:12px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__button{width:30px !important;height:30px !important;}
@media (max-width: 1100px){
  .mbfe-homepage-hero-card__title,.mbfe-homepage-hero-card__title--showcase{max-width:none;}
  .mbfe-homepage-hero-card--showcase{padding-top:18px;}
}
@media (max-width: 640px){
  .mbfe-homepage-hero-card--featured{grid-template-columns:120px minmax(0,1fr);padding:15px;gap:14px;}
  .mbfe-homepage-hero-card__body{padding-top:4px;}
  .mbfe-homepage-hero-card__title{font-size:17px;}
  .mbfe-homepage-hero-card__text{font-size:13px;line-height:1.5;}
  .mbfe-homepage-hero-products{grid-template-columns:1fr;}
  .mbfe-homepage-hero-card--showcase{display:block;padding:15px;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr;}
}


/* v0.8.57 hero compact conversion refinement */
.mbfe-homepage-hero-card--featured{grid-template-columns:150px minmax(0,1fr);gap:18px;padding:18px 18px 16px;align-items:start;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{display:flex;flex-direction:column;min-height:210px;padding-top:2px;padding-right:0;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:15px !important;line-height:1.16 !important;letter-spacing:-.01em;max-width:20ch;margin:0 0 10px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text{font-size:13px;line-height:1.55;max-width:32ch;margin:0 0 10px;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:13px;line-height:1.42;margin:0 0 12px;}
.mbfe-homepage-hero-card__cta-wrap{margin-top:auto;padding-top:4px;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__link{min-height:34px;padding:0 14px;font-size:14px;border-radius:12px;box-shadow:0 8px 16px rgba(88,101,242,.16);}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:150px !important;height:214px !important;border-radius:16px !important;}
.mbfe-homepage-hero-card--showcase{padding:16px 16px 14px;}
.mbfe-homepage-hero-card__top--showcase{align-items:center;margin-bottom:10px;}
.mbfe-homepage-hero-card__title--showcase{font-size:16px !important;line-height:1.1 !important;margin:0 !important;max-width:none;}
.mbfe-homepage-hero-card__browse{margin-left:auto;font-size:11px;font-weight:700;color:#5865f2;text-decoration:none;}
.mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-products{grid-template-columns:1fr;gap:8px;margin-top:2px;}
.mbfe-homepage-hero-product--showcase{padding:9px 10px !important;min-height:74px;border-radius:14px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{width:44px !important;height:58px !important;border-radius:8px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:10.5px !important;line-height:1.18 !important;margin-bottom:2px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{font-size:9.5px;margin-bottom:1px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:11.5px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-regular{font-size:9.5px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__button{width:28px !important;height:28px !important;}
@media (max-width: 1100px){
  .mbfe-homepage-hero-card--featured{grid-template-columns:132px minmax(0,1fr);}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:132px !important;height:188px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{min-height:188px;}
}
@media (max-width: 640px){
  .mbfe-homepage-hero-card--featured{grid-template-columns:108px minmax(0,1fr);gap:12px;padding:14px 14px 12px;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:108px !important;height:152px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{min-height:152px;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:14px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:12px;}
}

/* v0.8.58 hero section refinement */
.mbfe-homepage-hero-card--featured{grid-template-columns:150px minmax(0,1fr);gap:22px;align-items:start;min-height:100%;}
.mbfe-homepage-hero-card__body{display:flex;flex-direction:column;justify-content:flex-start;align-self:stretch;width:100%;max-width:none;}
.mbfe-homepage-hero-card__title{font-size:15px;line-height:1.16;max-width:none;width:100%;margin:0 0 12px;}
.mbfe-homepage-hero-card__title a{display:block;width:100%;}
.mbfe-homepage-hero-card__text{font-size:13px;line-height:1.62;max-width:none;width:100%;margin:0 0 12px;}
.mbfe-homepage-hero-card__micro{font-size:13px;line-height:1.5;max-width:none;width:100%;margin:0 0 12px;font-weight:700;color:#45433d;}
.mbfe-homepage-hero-card__cta-wrap{margin-top:4px;}
.mbfe-homepage-hero-card__link{background:#5669f5;border-radius:16px;min-height:38px;padding:0 18px;font-size:14px;font-weight:700;box-shadow:none;}

.mbfe-homepage-hero-card--showcase{grid-template-columns:1fr;grid-template-areas:"body" "products";padding:16px 16px 14px;}
.mbfe-homepage-hero-card__body--showcase{padding:0;margin:0;}
.mbfe-homepage-hero-card__top--showcase{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:2px 0 6px;margin:0;}
.mbfe-homepage-hero-card__header-main{min-width:0;display:flex;flex-direction:column;gap:4px;}
.mbfe-homepage-hero-card__title--showcase{font-size:14px;line-height:1.2;margin:0;color:#0f2d53;}
.mbfe-homepage-hero-card__showcase-kicker{margin:0;font-size:12px;line-height:1.35;color:#6b7280;}
.mbfe-homepage-hero-card__browse{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:12px;font-weight:700;text-decoration:none;color:#5669f5;padding-top:2px;}
.mbfe-homepage-hero-products--showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-content:start;margin-top:6px;}
.mbfe-homepage-hero-product--showcase{grid-template-columns:44px minmax(0,1fr) auto;align-items:center;padding:9px 10px;border-radius:16px;background:#fdfdfd;border:1px solid rgba(29,43,79,.08);min-height:78px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{width:44px;height:58px;object-fit:cover;border-radius:9px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:11px;line-height:1.22;margin:0 0 2px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{margin-top:0;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__purchase{margin-top:0;gap:8px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:13px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__button{width:28px;height:28px;}

@media (max-width: 1100px){
  .mbfe-homepage-hero-card--featured{grid-template-columns:132px minmax(0,1fr);gap:18px;}
}
@media (max-width: 780px){
  .mbfe-homepage-hero-card--featured{grid-template-columns:112px minmax(0,1fr);padding:14px;gap:16px;}
  .mbfe-homepage-hero-card__title{font-size:14px;}
  .mbfe-homepage-hero-card__text,.mbfe-homepage-hero-card__micro{font-size:12px;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .mbfe-homepage-hero-card--featured{grid-template-columns:1fr;grid-template-areas:"image" "body" "products";}
  .mbfe-homepage-hero-card__image{max-width:132px;}
  .mbfe-homepage-hero-card__link{min-height:36px;font-size:13px;}
}


/* v0.8.59 hero conversion refinement */
.mbfe-homepage-hero-cards--dual{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:stretch;}
.mbfe-homepage-hero-card--featured{background:linear-gradient(180deg,#fff 0%,#fbfbfd 100%);border:1px solid rgba(24,39,75,.08);box-shadow:0 18px 36px rgba(24,39,75,.06);}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{align-self:start;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:180px !important;height:252px !important;object-fit:cover;box-shadow:0 14px 26px rgba(0,0,0,.09);}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{min-height:252px;padding-top:2px;display:flex;flex-direction:column;justify-content:flex-start;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{max-width:none !important;font-size:17px !important;line-height:1.18 !important;margin:0 0 12px !important;letter-spacing:-.015em;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text{max-width:none !important;font-size:13.5px;line-height:1.62;margin:0 0 14px;color:#565b67;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{max-width:none !important;font-size:14px;line-height:1.45;margin:0 0 16px;color:#2f3645;font-weight:700;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__cta-wrap{margin-top:auto;padding-top:2px;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__link{min-height:38px;padding:0 16px;border-radius:14px;background:linear-gradient(135deg,#4f63f5 0%,#6275ff 100%);box-shadow:0 10px 22px rgba(79,99,245,.22);font-size:14px;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__link::after{content:' →';}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-products{margin-top:12px;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product{padding:12px;border-radius:18px;grid-template-columns:56px minmax(0,1fr) auto;min-height:98px;background:#fff;border:1px solid rgba(24,39,75,.08);box-shadow:0 8px 20px rgba(24,39,75,.04);}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__image img{width:56px;height:74px;border-radius:10px;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__title{font-size:.82rem;line-height:1.24;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__rating{margin-top:3px;font-size:.73rem;line-height:1.1;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price-wrap{display:flex;flex-direction:column;gap:2px;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price-regular{font-size:.72rem;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price{font-size:.84rem;}
.mbfe-homepage-hero-card--showcase{display:flex;flex-direction:column;justify-content:flex-start;padding:18px 18px 16px;background:linear-gradient(180deg,#f9fbff 0%,#ffffff 18%,#fbfbfd 100%);position:relative;overflow:hidden;}
.mbfe-homepage-hero-card--showcase::before{content:'';position:absolute;inset:0 0 auto 0;height:86px;background:linear-gradient(90deg,rgba(79,99,245,.06) 0%,rgba(79,99,245,.015) 58%,rgba(79,99,245,0) 100%);pointer-events:none;}
.mbfe-homepage-hero-card__body--showcase{position:relative;z-index:1;margin-bottom:10px;}
.mbfe-homepage-hero-card__top--showcase{display:block;margin-bottom:0;}
.mbfe-homepage-hero-card__eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;}
.mbfe-homepage-hero-card__eyebrow-lite{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(24,39,75,.06);color:#24324b;font-size:.72rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;}
.mbfe-homepage-hero-card__title--showcase{font-size:1.14rem !important;line-height:1.18 !important;max-width:28ch !important;margin:0 0 8px !important;color:#0f2747;}
.mbfe-homepage-hero-card__showcase-kicker{margin:0;font-size:.9rem;line-height:1.55;color:#5b6474;max-width:42ch;}
.mbfe-homepage-hero-card__browse{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:.82rem;font-weight:800;color:#4056f0;text-decoration:none;padding:0;border:0;background:none;}
.mbfe-homepage-hero-card__browse:hover{text-decoration:underline;}
.mbfe-homepage-hero-products--showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:6px;position:relative;z-index:1;}
.mbfe-homepage-hero-product--showcase{grid-template-columns:64px minmax(0,1fr) auto;padding:12px 12px 11px;border-radius:18px;align-items:center;background:#fff;border:1px solid rgba(24,39,75,.08);box-shadow:0 10px 20px rgba(24,39,75,.05);}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{width:64px;height:86px;border-radius:10px;box-shadow:0 8px 18px rgba(0,0,0,.06);}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:.82rem;line-height:1.22;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{margin-top:4px;font-size:.73rem;line-height:1.1;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-wrap{display:flex;align-items:flex-end;gap:6px;flex-wrap:wrap;margin-top:5px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-regular{font-size:.71rem;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:.88rem;font-weight:800;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__button{width:34px;height:34px;align-self:center;}
@media (max-width: 1150px){
  .mbfe-homepage-hero-cards--dual{grid-template-columns:1fr;}
  .mbfe-homepage-hero-card--showcase{padding-top:16px;}
}
@media (max-width: 900px){
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:146px !important;height:206px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{min-height:206px;}
}
@media (max-width: 640px){
  .mbfe-homepage-hero-card--featured{grid-template-columns:1fr !important;gap:14px;padding:15px;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:132px !important;height:186px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{min-height:0;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:16px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-products,.mbfe-homepage-hero-products--showcase{grid-template-columns:1fr;}
  .mbfe-homepage-hero-card--showcase{padding:15px;}
  .mbfe-homepage-hero-card__eyebrow-row{align-items:flex-start;}
  .mbfe-homepage-hero-card__browse{font-size:.78rem;}
}


/* v0.8.60 hero conversion dominance */
.mbfe-homepage-hero-cards--dual{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px;align-items:stretch;}
.mbfe-homepage-hero-card{max-width:none;min-height:100%;padding:18px 18px 16px;border-radius:26px;gap:18px;align-content:start;}
.mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:168px minmax(0,1fr);}
.mbfe-homepage-hero-card--showcase{display:grid;grid-template-columns:1fr;gap:16px;padding:18px;align-content:start;}
.mbfe-homepage-hero-card__body{display:flex;flex-direction:column;min-width:0;}
.mbfe-homepage-hero-card__title{margin:0 0 8px;font-size:1.05rem;line-height:1.12;max-width:18ch;}
.mbfe-homepage-hero-card__text{margin:0 0 10px;font-size:.88rem;line-height:1.45;max-width:34ch;}
.mbfe-homepage-hero-card__micro{margin:0 0 10px;font-size:.9rem;line-height:1.35;font-weight:700;color:#2d3748;}
.mbfe-homepage-hero-card__cta-wrap{margin:0 0 8px;}
.mbfe-homepage-hero-card__link{min-height:38px;padding:0 14px;font-size:.88rem;background:linear-gradient(180deg,#556ff4 0%,#4b63ea 100%);box-shadow:0 10px 20px rgba(75,99,234,.18);}
.mbfe-homepage-hero-card__link:hover{background:linear-gradient(180deg,#4b63ea 0%,#4057da 100%);}
.mbfe-homepage-hero-card__image img{aspect-ratio:4/5.5;}
.mbfe-homepage-hero-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:0;}
.mbfe-homepage-hero-product{padding:9px 10px;border-radius:18px;grid-template-columns:52px minmax(0,1fr);gap:10px;min-height:82px;align-items:center;box-shadow:0 8px 18px rgba(15,23,42,.04);}
.mbfe-homepage-hero-product__image{align-self:stretch;display:flex;}
.mbfe-homepage-hero-product__image img{height:100%;aspect-ratio:4/5.4;border-radius:9px;object-fit:cover;}
.mbfe-homepage-hero-product__body{display:flex;flex-direction:column;gap:2px;min-width:0;}
.mbfe-homepage-hero-product__title{margin:0;font-size:.74rem;line-height:1.15;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mbfe-homepage-hero-product__rating{font-size:.66rem;line-height:1;display:flex;align-items:center;gap:4px;min-height:14px;}
.mbfe-homepage-hero-product__purchase{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px;}
.mbfe-homepage-hero-product__price-wrap{display:flex;align-items:baseline;gap:5px;flex-wrap:nowrap;min-width:0;}
.mbfe-homepage-hero-product__price-regular{font-size:.62rem;color:#8a8f99;text-decoration:line-through;white-space:nowrap;}
.mbfe-homepage-hero-product__price{font-size:.78rem;font-weight:800;white-space:nowrap;}
.mbfe-homepage-hero-product__button{width:28px;height:28px;min-width:28px;border-radius:999px;background:#eef4ff;border:1px solid #c9dafd;color:#213b7a;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;}
.mbfe-homepage-hero-product__button:hover{background:#e3edff;border-color:#b8cef9;color:#1b2e63;}
.mbfe-homepage-hero-card__body--showcase{padding:0;}
.mbfe-homepage-hero-card__top--showcase{margin:0;}
.mbfe-homepage-hero-card__header-main{display:flex;flex-direction:column;gap:6px;}
.mbfe-homepage-hero-card__eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.mbfe-homepage-hero-card__eyebrow-lite{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#eef2ff;color:#334155;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
.mbfe-homepage-hero-card__browse{font-size:.8rem;font-weight:700;text-decoration:none;}
.mbfe-homepage-hero-card__title--showcase{max-width:none;font-size:1rem;line-height:1.15;margin:0;}
.mbfe-homepage-hero-card__showcase-kicker{margin:0;font-size:.82rem;line-height:1.35;color:#5f6470;}
.mbfe-homepage-hero-products--showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.mbfe-homepage-hero-product--showcase{min-height:74px;padding:8px 10px;grid-template-columns:44px minmax(0,1fr);}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{border-radius:8px;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:.72rem;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{font-size:.63rem;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:.75rem;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-regular{font-size:.6rem;}
.mbfe-homepage-hero-product:hover{transform:translateY(-1px);box-shadow:0 14px 22px rgba(15,23,42,.08);border-color:rgba(75,99,234,.16);}
.mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-product{background:#fff;}
@media (max-width: 1120px){
  .mbfe-homepage-hero-cards--dual{grid-template-columns:1fr;gap:18px;}
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:150px minmax(0,1fr);}
}
@media (max-width: 767px){
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:1fr;}
  .mbfe-homepage-hero-card__image{max-width:170px;}
  .mbfe-homepage-hero-products{grid-template-columns:1fr;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr 1fr;overflow-x:auto;padding-bottom:2px;}
  .mbfe-homepage-hero-product--showcase{min-width:210px;}
}

/* v0.8.61 hero density + decision layer */
.mbfe-homepage-hero-card--showcase{padding:16px 16px 14px !important;align-content:start !important;gap:10px !important;}
.mbfe-homepage-hero-card__body--showcase{margin-bottom:2px !important;}
.mbfe-homepage-hero-card__top--showcase{display:flex !important;align-items:flex-start !important;justify-content:space-between !important;gap:10px !important;margin:0 0 4px !important;}
.mbfe-homepage-hero-card__eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.mbfe-homepage-hero-card__title--showcase{font-size:1rem !important;line-height:1.14 !important;margin:0 0 6px !important;max-width:none !important;}
.mbfe-homepage-hero-card__showcase-tags{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 0;}
.mbfe-homepage-hero-card__showcase-tags span{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#f3f6ff;border:1px solid rgba(79,99,245,.12);font-size:.68rem;font-weight:700;color:#42507d;line-height:1;}
.mbfe-homepage-hero-products--showcase{margin-top:0 !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important;}
.mbfe-homepage-hero-product--showcase{min-height:72px !important;padding:8px 10px !important;grid-template-columns:46px minmax(0,1fr) auto !important;align-items:center !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{width:46px !important;height:62px !important;border-radius:8px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:.72rem !important;line-height:1.2 !important;-webkit-line-clamp:1 !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{font-size:.63rem !important;line-height:1 !important;margin-top:2px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__purchase{display:flex !important;align-items:center !important;gap:8px !important;margin-top:3px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-wrap{display:flex !important;align-items:flex-end !important;gap:5px !important;flex-wrap:nowrap !important;white-space:nowrap !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-regular{font-size:.62rem !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:.8rem !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__button{width:30px !important;height:30px !important;}
@media (max-width: 1024px){
  .mbfe-homepage-hero-card--showcase{padding:15px !important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr 1fr !important;}
}
@media (max-width: 767px){
  .mbfe-homepage-hero-card__showcase-tags{gap:6px;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr !important;}
}

/* v0.8.63 locked homepage commerce system */
.mbfe-homepage-hero-card--featured{background:linear-gradient(180deg,#ffffff 0%,#faf8f3 100%);border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 40px rgba(17,24,39,.06);}
.mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:150px minmax(0,1fr);align-items:start;}
.mbfe-homepage-hero-card__body{width:100%;}
.mbfe-homepage-hero-card__title{max-width:none !important;font-size:1.08rem !important;line-height:1.12 !important;letter-spacing:-.02em;}
.mbfe-homepage-hero-card__micro{margin:0 0 8px !important;font-size:.92rem !important;line-height:1.35 !important;color:#23262d !important;font-weight:700 !important;}
.mbfe-homepage-hero-card__cta-wrap{order:3;margin:0 0 10px !important;}
.mbfe-homepage-hero-card__text--secondary{order:4;font-size:.84rem !important;line-height:1.45 !important;color:#666156 !important;margin:0 !important;max-width:40ch !important;}
.mbfe-homepage-hero-card__link{min-height:36px !important;padding:0 14px !important;font-size:.9rem !important;background:linear-gradient(180deg,#556ff4 0%,#4b63ea 100%) !important;}

.mbfe-homepage-hero-card--showcase{padding:16px !important;gap:12px !important;}
.mbfe-homepage-hero-card__body--showcase{padding:0 !important;}
.mbfe-homepage-hero-card__top--showcase{margin:0 !important;display:block !important;}
.mbfe-homepage-hero-card__eyebrow-row{margin-bottom:8px !important;}
.mbfe-homepage-hero-card__eyebrow-lite{padding:5px 9px !important;font-size:.63rem !important;letter-spacing:.08em !important;}
.mbfe-homepage-hero-card__browse{font-size:.78rem !important;}
.mbfe-homepage-hero-card__title--showcase{font-size:1rem !important;line-height:1.18 !important;margin:0 0 6px !important;}
.mbfe-homepage-hero-card__showcase-micro{margin:0 0 2px !important;font-size:.8rem !important;line-height:1.35 !important;color:#6b7280 !important;}
.mbfe-homepage-hero-products{margin-top:0 !important;}
.mbfe-homepage-hero-products--showcase{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;align-content:start;}

/* shared hero product row */
.mbfe-homepage-hero-product,
.mbfe-homepage-hero-product--showcase{display:grid !important;grid-template-columns:52px minmax(0,1fr) auto !important;gap:10px !important;align-items:center !important;padding:10px 11px !important;border-radius:16px !important;background:#fff !important;border:1px solid rgba(17,24,39,.08) !important;box-shadow:0 8px 18px rgba(17,24,39,.04) !important;min-height:84px !important;}
.mbfe-homepage-hero-product__image{display:flex;align-self:stretch;}
.mbfe-homepage-hero-product__image img{width:52px !important;height:68px !important;object-fit:cover !important;border-radius:10px !important;display:block;}
.mbfe-homepage-hero-product__body{display:flex !important;flex-direction:column !important;gap:2px !important;min-width:0;justify-content:center;}
.mbfe-homepage-hero-product__title{margin:0 !important;font-size:12px !important;line-height:1.25 !important;font-weight:600 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
.mbfe-homepage-hero-product__rating{display:flex !important;align-items:center !important;gap:4px !important;font-size:11px !important;line-height:1 !important;min-height:14px;margin:0 !important;}
.mbfe-homepage-hero-product__purchase{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:8px !important;margin-top:2px !important;}
.mbfe-homepage-hero-product__price-wrap{display:flex !important;align-items:baseline !important;gap:6px !important;white-space:nowrap !important;flex-wrap:nowrap !important;min-width:0;}
.mbfe-homepage-hero-product__price-regular{font-size:11px !important;line-height:1 !important;color:#7a766d !important;text-decoration:line-through !important;white-space:nowrap !important;}
.mbfe-homepage-hero-product__price{font-size:14px !important;line-height:1 !important;font-weight:700 !important;color:#171717 !important;white-space:nowrap !important;}
.mbfe-homepage-hero-product__button{width:30px !important;height:30px !important;min-width:30px !important;border-radius:999px !important;background:#eef4ff !important;border:1px solid #c9dafd !important;color:#213b7a !important;box-shadow:none !important;}

/* shared product mini card system across rails */
.mbfe-product-mini-card{padding:10px 10px 12px !important;border-radius:16px !important;display:flex;flex-direction:column;gap:0 !important;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 10px 22px rgba(17,24,39,.04);}
.mbfe-product-mini-card__image img{width:100%;aspect-ratio:4/5.45;object-fit:cover;border-radius:12px;display:block;}
.mbfe-product-mini-card__body{display:flex !important;flex-direction:column !important;gap:0 !important;min-width:0;}
.mbfe-product-mini-card__title{margin:0 0 4px !important;font-size:12px !important;line-height:1.28 !important;font-weight:600 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
.mbfe-product-mini-card__rating{display:flex !important;align-items:center !important;gap:4px !important;font-size:11px !important;line-height:1 !important;min-height:14px;margin:0 0 4px !important;order:2;}
.mbfe-product-mini-card__purchase{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:8px !important;margin:0 !important;order:3;}
.mbfe-product-mini-card__price{display:flex !important;align-items:baseline !important;gap:6px !important;flex-wrap:nowrap !important;white-space:nowrap !important;margin:0 !important;}
.mbfe-product-mini-card__price-regular{font-size:11px !important;line-height:1 !important;text-decoration:line-through !important;color:#7a766d !important;white-space:nowrap !important;}
.mbfe-product-mini-card__price-current{font-size:14px !important;line-height:1 !important;font-weight:700 !important;color:#171717 !important;white-space:nowrap !important;}
.mbfe-product-mini-card__button{width:30px !important;height:30px !important;min-width:30px !important;background:#eef4ff !important;border:1px solid #c9dafd !important;color:#213b7a !important;box-shadow:none !important;}
.mbfe-product-mini-card__micro{display:none !important;}

/* featured books align with shared commerce card anatomy */
.mbfe-card__body--featured-shop{display:flex;flex-direction:column;gap:0;}
.mbfe-card__title--small{margin:0 0 4px !important;font-size:12px !important;line-height:1.28 !important;font-weight:600 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
.mbfe-product-mini-card__rating--featured{margin:0 0 4px !important;}
.mbfe-product-mini-card__purchase--featured{margin:0 !important;}

/* unified rating visuals */
.mbfe-rating-stars{font-size:11px;letter-spacing:.03em;color:#f59e0b;}
.mbfe-rating-stars.is-empty{color:#d1d5db;}
.mbfe-rating-value{font-size:11px;color:#6b7280;line-height:1;}
.mbfe-rating-value.is-empty{color:#94a3b8;}

/* Start Here stronger image behavior */
.mbfe-homepage-start-here .mbfe-card{min-height:100%;display:flex;flex-direction:column;}
.mbfe-product-carousel{--mbfe-row-visible-desktop:6;--mbfe-row-visible-tablet:4;--mbfe-row-visible-mobile:2;}
.mbfe-product-carousel[data-visible-desktop="1"]{--mbfe-row-visible-desktop:1;}
.mbfe-product-carousel[data-visible-desktop="2"]{--mbfe-row-visible-desktop:2;}
.mbfe-product-carousel[data-visible-desktop="3"]{--mbfe-row-visible-desktop:3;}
.mbfe-product-carousel[data-visible-desktop="4"]{--mbfe-row-visible-desktop:4;}
.mbfe-product-carousel[data-visible-desktop="5"]{--mbfe-row-visible-desktop:5;}
.mbfe-product-carousel[data-visible-desktop="6"]{--mbfe-row-visible-desktop:6;}
.mbfe-product-carousel[data-visible-desktop="7"]{--mbfe-row-visible-desktop:7;}
.mbfe-product-carousel[data-visible-desktop="8"]{--mbfe-row-visible-desktop:8;}
.mbfe-product-carousel[data-visible-tablet="1"]{--mbfe-row-visible-tablet:1;}
.mbfe-product-carousel[data-visible-tablet="2"]{--mbfe-row-visible-tablet:2;}
.mbfe-product-carousel[data-visible-tablet="3"]{--mbfe-row-visible-tablet:3;}
.mbfe-product-carousel[data-visible-tablet="4"]{--mbfe-row-visible-tablet:4;}
.mbfe-product-carousel[data-visible-tablet="5"]{--mbfe-row-visible-tablet:5;}
.mbfe-product-carousel[data-visible-tablet="6"]{--mbfe-row-visible-tablet:6;}
.mbfe-product-carousel[data-visible-mobile="1"]{--mbfe-row-visible-mobile:1;}
.mbfe-product-carousel[data-visible-mobile="2"]{--mbfe-row-visible-mobile:2;}
.mbfe-product-carousel[data-visible-mobile="3"]{--mbfe-row-visible-mobile:3;}
.mbfe-product-carousel[data-visible-mobile="4"]{--mbfe-row-visible-mobile:4;}
.mbfe-product-carousel{grid-auto-columns:calc((100% - (14px * (var(--mbfe-row-visible-desktop) - 1))) / var(--mbfe-row-visible-desktop)) !important;}
@media (max-width: 820px){.mbfe-product-carousel{grid-auto-columns:calc((100% - (14px * (var(--mbfe-row-visible-tablet) - 1))) / var(--mbfe-row-visible-tablet)) !important;}}
@media (max-width: 640px){.mbfe-product-carousel{grid-auto-columns:calc((100% - (14px * (var(--mbfe-row-visible-mobile) - 1))) / var(--mbfe-row-visible-mobile)) !important;}}

.mbfe-card__image-link--start{display:block;}
.mbfe-card__image-link--start img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px;display:block;background:#f4f1ea;}
.mbfe-homepage-start-here .mbfe-card__title{margin:0 0 6px !important;font-size:14px !important;line-height:1.28 !important;}
.mbfe-homepage-start-here .mbfe-card__text{margin:0 0 12px !important;font-size:12px !important;line-height:1.4 !important;color:#5f594e !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mbfe-homepage-start-here .mbfe-card__link{margin-top:auto;}

/* topic cards stronger image */
.mbfe-homepage-topics .mbfe-card__image-link--start img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px;display:block;}

/* rails */
.mbfe-product-carousel{grid-auto-columns:minmax(145px, 1fr);}
@media (min-width: 1280px){
  .mbfe-product-carousel{grid-auto-columns:minmax(145px, 145px);} 
}

@media (max-width: 1120px){
  .mbfe-homepage-hero-cards--dual{grid-template-columns:1fr !important;}
}
@media (max-width: 767px){
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:1fr !important;}
  .mbfe-homepage-hero-card__image{max-width:180px;}
  .mbfe-homepage-hero-products{grid-template-columns:1fr !important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr !important;}
  .mbfe-product-carousel{grid-auto-columns:minmax(146px,72vw);} 
  .mbfe-homepage-start-here .mbfe-homepage-grid{grid-template-columns:1fr !important;}
}

/* v0.8.64 experience refinement pass */
:root{
  --mbfe-section-space-desktop:56px;
  --mbfe-section-space-tablet:44px;
  --mbfe-section-space-mobile:32px;
  --mbfe-card-padding-lg:20px;
  --mbfe-card-padding-md:16px;
  --mbfe-card-padding-sm:12px;
  --mbfe-card-padding-mobile:10px;
  --mbfe-gap-title-stars:6px;
  --mbfe-gap-stars-price:6px;
}

.mbfe-homepage-section{padding:var(--mbfe-section-space-desktop) 0 !important;}
.mbfe-homepage-section__header{margin-bottom:16px !important;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;}
.mbfe-homepage-section__title{margin:0 0 8px !important;font-size:clamp(1.5rem,2.4vw,2rem) !important;line-height:1.08 !important;letter-spacing:-.025em !important;}
.mbfe-homepage-section__intro{margin:0 !important;font-size:13px !important;line-height:1.5 !important;max-width:62ch;color:#5f636b !important;}

.mbfe-homepage-hero{padding-top:28px !important;padding-bottom:24px !important;}
.mbfe-homepage-hero-intro-strip{margin:0 0 18px !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;align-items:flex-start !important;gap:12px !important;}
.mbfe-homepage-hero-intro-strip__text{margin:0 !important;font-size:14px !important;line-height:1.5 !important;font-weight:600 !important;color:#42556f !important;max-width:60ch;}
.mbfe-homepage-hero-intro-strip__links{display:flex !important;align-items:center !important;gap:10px !important;flex-wrap:wrap !important;font-size:12px !important;font-weight:700 !important;}
.mbfe-homepage-hero-intro-strip__links a{color:#2f5ea8 !important;text-decoration:none !important;}
.mbfe-homepage-hero-cards--dual{gap:20px !important;align-items:stretch !important;}
.mbfe-homepage-hero-card--featured{padding:var(--mbfe-card-padding-lg) !important;border-radius:24px !important;box-shadow:0 14px 32px rgba(18,31,54,.05) !important;}
.mbfe-homepage-hero-card__title{font-size:18px !important;line-height:1.18 !important;margin:0 0 10px !important;}
.mbfe-homepage-hero-card__micro{font-size:13px !important;line-height:1.45 !important;margin:0 0 12px !important;color:#475569 !important;}
.mbfe-homepage-hero-card__text--secondary{font-size:12px !important;line-height:1.45 !important;color:#667085 !important;margin:12px 0 0 !important;}
.mbfe-homepage-hero-card__cta-wrap{margin:0 0 12px !important;}
.mbfe-homepage-hero-card__link{min-height:40px !important;padding:0 16px !important;background:#1d4ed8 !important;border:1px solid #1d4ed8 !important;box-shadow:none !important;font-size:14px !important;}
.mbfe-homepage-hero-card__link:hover{background:#1841b8 !important;border-color:#1841b8 !important;}
.mbfe-homepage-hero-card__eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;flex-wrap:wrap;}
.mbfe-homepage-hero-card__eyebrow-lite{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700;}
.mbfe-homepage-hero-card__browse{font-size:12px;font-weight:700;color:#2f5ea8;text-decoration:none;}
.mbfe-homepage-hero-card__showcase-micro{margin:0 0 10px !important;font-size:12px !important;line-height:1.45 !important;color:#667085 !important;}
.mbfe-homepage-hero-products{margin-top:12px !important;gap:10px !important;}
.mbfe-homepage-hero-products--showcase{align-content:start;}
.mbfe-homepage-hero-product,.mbfe-product-mini-card,.mbfe-card--book{padding:var(--mbfe-card-padding-sm) !important;}
.mbfe-homepage-hero-product{grid-template-columns:58px minmax(0,1fr) auto !important;align-items:start !important;border-radius:16px !important;min-height:0 !important;}
.mbfe-homepage-hero-product__image img,.mbfe-product-mini-card__image img,.mbfe-card--book .mbfe-card__image-link img{aspect-ratio:4 / 5 !important;object-fit:cover !important;border-radius:10px !important;display:block;}
.mbfe-homepage-hero-product__title,.mbfe-product-mini-card__title,.mbfe-card--book .mbfe-card__title{margin:0 !important;font-size:12px !important;line-height:1.35 !important;font-weight:500 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;min-height:auto !important;display:block !important;}
.mbfe-homepage-hero-product__rating,.mbfe-product-mini-card__rating,.mbfe-product-mini-card__rating--featured{margin-top:var(--mbfe-gap-title-stars) !important;margin-bottom:0 !important;font-size:11px !important;line-height:1 !important;color:#64748b !important;min-height:11px;}
.mbfe-homepage-hero-product__purchase,.mbfe-product-mini-card__purchase,.mbfe-product-mini-card__purchase--featured{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:8px !important;margin-top:var(--mbfe-gap-stars-price) !important;}
.mbfe-homepage-hero-product__price-wrap,.mbfe-product-mini-card__price{display:flex !important;align-items:baseline !important;gap:6px !important;flex-wrap:nowrap !important;min-width:0;}
.mbfe-homepage-hero-product__price-regular,.mbfe-product-mini-card__price-regular{font-size:11px !important;color:#94a3b8 !important;text-decoration:line-through !important;line-height:1 !important;}
.mbfe-homepage-hero-product__price,.mbfe-product-mini-card__price-current{font-size:13px !important;font-weight:600 !important;line-height:1 !important;color:#0f172a !important;}
.mbfe-homepage-hero-product__button,.mbfe-product-mini-card__button{width:30px !important;height:30px !important;border-radius:999px !important;background:#eef4ff !important;border:1px solid #d6e4ff !important;color:#1d2b4f !important;flex:0 0 30px !important;}
.mbfe-homepage-hero-product__button:hover,.mbfe-product-mini-card__button:hover{background:#e3edff !important;}
.mbfe-homepage-hero-product__button .mbfe-cart-icon,.mbfe-product-mini-card__button .mbfe-cart-icon{color:#1d2b4f !important;}

.mbfe-homepage-start-here .mbfe-homepage-grid{gap:16px !important;}
.mbfe-homepage-start-here .mbfe-card--recommendation-amazon{padding:16px !important;border-radius:22px !important;min-height:280px !important;display:flex !important;flex-direction:column !important;justify-content:flex-start !important;}
.mbfe-homepage-start-here .mbfe-card__image-link--start{height:auto !important;aspect-ratio:16 / 9 !important;margin-bottom:12px !important;border-radius:16px !important;overflow:hidden !important;background:#f4f7fb !important;display:block !important;}
.mbfe-homepage-start-here .mbfe-card__image-link--start img{width:100% !important;height:100% !important;object-fit:cover !important;}
.mbfe-homepage-start-here .mbfe-homepage-chip{font-size:11px !important;font-weight:700 !important;letter-spacing:.01em !important;padding:6px 10px !important;background:#eff6ff !important;color:#1d4ed8 !important;border-radius:999px !important;margin:0 0 10px !important;align-self:flex-start !important;}
.mbfe-homepage-start-here .mbfe-card__title{font-size:16px !important;line-height:1.3 !important;margin:0 0 8px !important;white-space:normal !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.mbfe-homepage-start-here .mbfe-card__text{font-size:13px !important;line-height:1.45 !important;color:#667085 !important;margin:0 0 10px !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.mbfe-homepage-start-here .mbfe-card__link{margin-top:auto !important;font-size:13px !important;font-weight:700 !important;color:#1d4ed8 !important;text-decoration:none !important;}

.mbfe-homepage-featured-books .mbfe-homepage-grid--books{gap:16px !important;}
.mbfe-homepage-featured-books .mbfe-card--book{border-radius:20px !important;display:flex !important;flex-direction:column !important;box-shadow:0 10px 24px rgba(18,31,54,.04) !important;}
.mbfe-homepage-featured-books .mbfe-card__image-link{margin-bottom:10px !important;display:block !important;}
.mbfe-homepage-featured-books .mbfe-card__body--featured-shop{padding:0 !important;display:flex !important;flex-direction:column !important;gap:0 !important;}

.mbfe-homepage-topics .mbfe-homepage-grid,.mbfe-homepage-topics .mbfe-product-carousel--topics{gap:16px !important;}
.mbfe-homepage-topics .mbfe-card--topic{padding:16px !important;border-radius:22px !important;box-shadow:0 10px 24px rgba(18,31,54,.04) !important;}
.mbfe-homepage-topics .mbfe-card__image-link--start{display:block !important;aspect-ratio:16 / 9 !important;height:auto !important;margin-bottom:12px !important;border-radius:16px !important;overflow:hidden !important;background:#f4f7fb !important;}
.mbfe-homepage-topics .mbfe-card__image-link--start img{width:100% !important;height:100% !important;object-fit:cover !important;}
.mbfe-homepage-topics .mbfe-card__title{font-size:16px !important;line-height:1.3 !important;margin:0 0 8px !important;white-space:normal !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.mbfe-homepage-topics .mbfe-card__text{font-size:13px !important;line-height:1.45 !important;margin:0 0 10px !important;color:#667085 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.mbfe-homepage-topics .mbfe-card__link{font-size:13px !important;font-weight:700 !important;color:#1d4ed8 !important;text-decoration:none !important;}

.mbfe-homepage-product-row__head{margin-bottom:12px !important;align-items:flex-end !important;}
.mbfe-homepage-product-row__title{font-size:18px !important;line-height:1.2 !important;margin:0 !important;}
.mbfe-homepage-product-row__intro{margin:6px 0 0 !important;font-size:12px !important;line-height:1.4 !important;color:#667085 !important;}
.mbfe-carousel-btn{width:34px !important;height:34px !important;border-radius:999px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;}
.mbfe-product-carousel{grid-auto-columns:minmax(150px, 1fr) !important;gap:14px !important;padding-bottom:4px !important;}

@media (max-width: 1024px){
  .mbfe-homepage-section{padding:var(--mbfe-section-space-tablet) 0 !important;}
}
@media (max-width: 900px){
  .mbfe-homepage-hero-card--featured{grid-template-columns:1fr !important;grid-template-areas:"image" "body" "products" !important;}
  .mbfe-homepage-hero-card__image img{width:100% !important;max-width:180px;margin:0 auto;}
  .mbfe-homepage-hero-products{grid-template-columns:1fr 1fr !important;}
}
@media (max-width: 768px){
  .mbfe-homepage-section{padding:var(--mbfe-section-space-mobile) 0 !important;}
  .mbfe-homepage-section__header{margin-bottom:14px !important;gap:12px !important;}
  .mbfe-homepage-section__title{font-size:24px !important;line-height:1.12 !important;}
  .mbfe-homepage-hero{padding-top:18px !important;padding-bottom:16px !important;}
  .mbfe-homepage-hero-intro-strip{flex-direction:column !important;align-items:flex-start !important;}
  .mbfe-homepage-hero-intro-strip__text{font-size:14px !important;max-width:100% !important;}
  .mbfe-homepage-hero-intro-strip__links{font-size:12px !important;white-space:normal !important;}
  .mbfe-homepage-hero-cards--dual{grid-template-columns:1fr !important;gap:16px !important;}
  .mbfe-homepage-hero-products{grid-template-columns:1fr 1fr !important;}
  .mbfe-homepage-start-here .mbfe-homepage-grid{grid-template-columns:1fr !important;}
  .mbfe-homepage-start-here .mbfe-card--recommendation-amazon{min-height:0 !important;}
  .mbfe-homepage-topics .mbfe-product-carousel--topics,.mbfe-homepage-topics .mbfe-homepage-grid{display:flex !important;overflow-x:auto !important;scroll-snap-type:x proximity !important;padding-bottom:4px !important;}
  .mbfe-homepage-topics .mbfe-card--topic{flex:0 0 calc(84% - 8px) !important;scroll-snap-align:start !important;}
  .mbfe-product-carousel{grid-auto-columns:minmax(132px, 72vw) !important;}
  .mbfe-product-mini-card__button,.mbfe-homepage-hero-product__button{width:28px !important;height:28px !important;flex-basis:28px !important;}
}
@media (max-width: 640px){
  .mbfe-homepage-container,.mbfe-homepage-container--standard,.mbfe-homepage-container--narrow{width:min(100% - 32px, 1200px) !important;}
  .mbfe-homepage-hero-products{grid-template-columns:1fr !important;}
  .mbfe-product-carousel{grid-auto-columns:minmax(132px, 78vw) !important;}
  .mbfe-homepage-featured-books .mbfe-homepage-grid--books-6,.mbfe-homepage-featured-books .mbfe-homepage-grid--books-5,.mbfe-homepage-featured-books .mbfe-homepage-grid--books-4{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}


/* v0.8.68 topic + start here + hero refinement */

.mbfe-homepage-start-here .mbfe-homepage-grid,
.mbfe-homepage-topics .mbfe-homepage-grid{align-items:stretch;}

.mbfe-homepage-start-here .mbfe-card--recommendation-amazon,
.mbfe-homepage-topics .mbfe-card--topic{
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  overflow:hidden !important;
}

.mbfe-homepage-start-here .mbfe-card__image-link--start,
.mbfe-homepage-topics .mbfe-card__image-link--start{
  display:block !important;
  width:100% !important;
  aspect-ratio:16 / 9 !important;
  height:auto !important;
  min-height:0 !important;
  flex:0 0 auto !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:#eef3f9 !important;
}

.mbfe-homepage-start-here .mbfe-card__image-link--start img,
.mbfe-homepage-topics .mbfe-card__image-link--start img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
}

.mbfe-homepage-start-here .mbfe-card__content,
.mbfe-homepage-topics .mbfe-card__content{
  display:flex !important;
  flex-direction:column !important;
  flex:1 1 auto !important;
}

.mbfe-homepage-start-here .mbfe-card__title,
.mbfe-homepage-topics .mbfe-card__title{
  white-space:normal !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}

.mbfe-homepage-start-here .mbfe-card__text,
.mbfe-homepage-topics .mbfe-card__text{
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}

.mbfe-homepage-start-here .mbfe-card__link,
.mbfe-homepage-topics .mbfe-card__link{
  margin-top:auto !important;
}

.mbfe-homepage-topics .mbfe-card--topic{min-height:100% !important;}

.mbfe-homepage-hero-cards--dual{align-items:stretch !important;}
.mbfe-homepage-hero-card--featured,
.mbfe-homepage-hero-card--showcase{height:100% !important;align-self:stretch !important;}
.mbfe-homepage-hero-card--featured{grid-template-rows:auto 1fr auto !important;}
.mbfe-homepage-hero-card__body{height:100% !important;}
.mbfe-homepage-hero-card__body--showcase{display:flex !important;flex-direction:column !important;height:100% !important;}
.mbfe-homepage-hero-card__header-main{width:100% !important;}
.mbfe-homepage-hero-card__showcase-micro{margin:2px 0 8px !important;}
.mbfe-homepage-hero-products--showcase{margin-top:0 !important;align-content:start !important;}
.mbfe-homepage-hero-products{align-content:start !important;}
.mbfe-homepage-hero-product__purchase{align-items:center !important;}
.mbfe-homepage-hero-product__price-wrap{display:flex !important;align-items:baseline !important;gap:6px !important;min-width:0 !important;}
.mbfe-homepage-hero-product__price{font-size:12px !important;font-weight:700 !important;line-height:1 !important;}
.mbfe-homepage-hero-product__price-regular{font-size:10px !important;line-height:1 !important;}

@media (max-width: 767px){
  .mbfe-homepage-start-here .mbfe-card__image-link--start,
  .mbfe-homepage-topics .mbfe-card__image-link--start{aspect-ratio:16 / 9 !important;}
  .mbfe-homepage-hero-card--featured{grid-template-columns:110px minmax(0,1fr) !important;gap:12px !important;}
}


/* v0.8.69 hero refinement */
.mbfe-homepage-hero{padding-top:4px;}
.mbfe-homepage-hero-intro-strip{margin:0 0 10px !important;padding:6px 4px !important;border:0 !important;background:transparent !important;box-shadow:none !important;}
.mbfe-homepage-hero-intro-strip__text{font-size:12px !important;line-height:1.42 !important;}
.mbfe-homepage-hero-cards--dual{gap:16px !important;align-items:stretch !important;}
.mbfe-homepage-hero-card{padding:16px !important;border-radius:24px !important;}
.mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:152px minmax(0,1fr) !important;align-items:start !important;column-gap:18px !important;row-gap:12px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{align-self:start;max-width:none !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:152px !important;height:214px !important;border-radius:16px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{min-height:0 !important;padding-top:0 !important;gap:0 !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:16px !important;line-height:1.16 !important;margin:0 0 10px !important;max-width:none !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text{font-size:13px !important;line-height:1.55 !important;margin:0 0 10px !important;max-width:none !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:13px !important;line-height:1.42 !important;margin:0 0 12px !important;max-width:none !important;font-weight:700 !important;color:#313846 !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__cta-wrap{margin-top:0 !important;padding-top:0 !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__link{min-height:36px !important;padding:0 14px !important;border-radius:14px !important;font-size:14px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-products{margin-top:10px !important;grid-column:1 / -1 !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product{min-height:88px !important;padding:10px !important;grid-template-columns:50px minmax(0,1fr) auto !important;gap:10px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__image img{width:50px !important;height:66px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__body{gap:1px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__title{font-size:11px !important;line-height:1.22 !important;margin:0 !important;display:-webkit-box !important;-webkit-line-clamp:1 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__rating{font-size:10px !important;line-height:1 !important;margin-top:2px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__purchase{margin-top:3px !important;gap:8px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price-wrap{display:flex !important;align-items:baseline !important;gap:5px !important;flex-wrap:nowrap !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price-regular{font-size:10px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price{font-size:13px !important;}
.mbfe-homepage-hero-card--showcase{padding:16px !important;gap:10px !important;}
.mbfe-homepage-hero-card__body--showcase{margin-bottom:4px !important;}
.mbfe-homepage-hero-card__eyebrow-row{margin-bottom:8px !important;}
.mbfe-homepage-hero-card__eyebrow-lite{min-height:26px !important;padding:0 10px !important;font-size:11px !important;letter-spacing:.06em !important;}
.mbfe-homepage-hero-card__title--showcase{font-size:16px !important;line-height:1.14 !important;margin:0 0 4px !important;max-width:none !important;}
.mbfe-homepage-hero-card__showcase-micro,.mbfe-homepage-hero-card__showcase-kicker{font-size:12px !important;line-height:1.42 !important;margin:0 !important;color:#5f6674 !important;max-width:none !important;}
.mbfe-homepage-hero-products--showcase{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;margin-top:0 !important;}
.mbfe-homepage-hero-product--showcase{min-height:78px !important;padding:9px 10px !important;grid-template-columns:48px minmax(0,1fr) auto !important;gap:10px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{width:48px !important;height:64px !important;border-radius:8px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:11px !important;line-height:1.2 !important;margin:0 !important;-webkit-line-clamp:1 !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{font-size:10px !important;line-height:1 !important;margin-top:2px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__purchase{margin-top:3px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-wrap{display:flex !important;align-items:baseline !important;gap:5px !important;flex-wrap:nowrap !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-regular{font-size:10px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:13px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__button{width:30px !important;height:30px !important;}
@media (max-width: 1150px){
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:140px minmax(0,1fr) !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:140px !important;height:198px !important;}
}
@media (max-width: 767px){
  .mbfe-homepage-hero-intro-strip{gap:8px !important;padding:0 !important;}
  .mbfe-homepage-hero-cards--dual{gap:14px !important;}
  .mbfe-homepage-hero-card{padding:14px !important;}
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:1fr !important;row-gap:12px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{max-width:132px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:132px !important;height:186px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:15px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-products{grid-template-columns:1fr !important;gap:10px !important;}
  .mbfe-homepage-hero-card--showcase{padding:14px !important;}
  .mbfe-homepage-hero-card__top--showcase{gap:8px !important;}
  .mbfe-homepage-hero-card__title--showcase{font-size:15px !important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr !important;}
}


/* v0.8.70 hero premium lock */
.mbfe-homepage-hero-intro-strip{margin:0 0 12px !important;gap:10px !important;align-items:flex-start !important;}
.mbfe-homepage-hero-intro-strip__headline{margin:0 !important;flex:1 1 auto !important;min-width:0 !important;font-size:13px !important;line-height:1.35 !important;font-weight:800 !important;letter-spacing:-0.01em !important;color:#42556f !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
.mbfe-homepage-hero-card{backdrop-filter:saturate(1.02);-webkit-backdrop-filter:saturate(1.02);}
.mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:156px minmax(0,1fr) !important;row-gap:10px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:156px !important;height:220px !important;object-fit:cover !important;image-rendering:-webkit-optimize-contrast;transform:translateZ(0);}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{margin:0 0 8px !important;font-size:15px !important;line-height:1.14 !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text--secondary{margin:0 0 8px !important;color:#5d6676 !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{margin:0 0 10px !important;color:#253246 !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__cta-wrap{margin-bottom:2px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-products{margin-top:8px !important;gap:9px !important;}
.mbfe-homepage-hero-card--showcase{padding:16px !important;gap:8px !important;}
.mbfe-homepage-hero-card__body--showcase{margin-bottom:0 !important;}
.mbfe-homepage-hero-card__eyebrow-row{margin-bottom:6px !important;}
.mbfe-homepage-hero-card__title--showcase{font-size:15px !important;line-height:1.12 !important;margin:0 0 3px !important;}
.mbfe-homepage-hero-card__showcase-micro,.mbfe-homepage-hero-card__showcase-kicker{font-size:11px !important;line-height:1.38 !important;color:#667085 !important;max-width:28ch !important;}
.mbfe-homepage-hero-products--showcase{gap:8px !important;margin-top:0 !important;}
.mbfe-homepage-hero-product--showcase,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product{box-shadow:0 6px 14px rgba(15,23,42,.05) !important;border-color:rgba(15,23,42,.08) !important;}
.mbfe-homepage-hero-product--showcase{min-height:74px !important;padding:8px 10px !important;grid-template-columns:52px minmax(0,1fr) auto !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{width:52px !important;height:72px !important;object-fit:cover !important;image-rendering:-webkit-optimize-contrast;transform:translateZ(0);}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:11px !important;line-height:1.18 !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:12px !important;}
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-regular{font-size:9px !important;}
@media (max-width: 900px){
  .mbfe-homepage-hero-intro-strip{margin:0 0 10px !important;}
  .mbfe-homepage-hero-intro-strip__headline{white-space:normal !important;display:block !important;}
}
@media (max-width: 767px){
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:1fr !important;row-gap:10px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{max-width:136px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:136px !important;height:192px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:14px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text--secondary,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:12px !important;line-height:1.42 !important;}
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__showcase-micro{max-width:none !important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr !important;}
}


/* v0.8.71 hero mobile/tablet lock */
.mbfe-homepage{padding-top:4px !important;}
.mbfe-homepage-hero{padding-top:0 !important;}
.mbfe-homepage-hero-intro-strip{margin:0 0 8px !important;}
.mbfe-homepage-hero-cards--dual{gap:16px !important;align-items:stretch !important;}
.mbfe-homepage-hero-card{border-radius:30px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{display:flex !important;flex-direction:column !important;justify-content:flex-start !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__cta-wrap{margin-top:2px !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{max-width:30ch !important;}
.mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__top--showcase{padding-bottom:2px !important;}
@media (max-width: 1024px){
  .mbfe-homepage{padding-top:2px !important;}
  .mbfe-homepage-section.mbfe-homepage-hero{padding-top:6px !important;}
  .mbfe-homepage-hero-intro-strip{margin:0 0 8px !important;}
  .mbfe-homepage-hero-intro-strip__headline{font-size:14px !important;line-height:1.34 !important;}
  .mbfe-homepage-hero-cards--dual{grid-template-columns:1fr !important;gap:14px !important;}
  .mbfe-homepage-hero-card--showcase{padding:15px !important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 767px){
  .mbfe-homepage-container,.mbfe-homepage-container--standard,.mbfe-homepage-container--narrow{width:min(100%, calc(100% - 20px)) !important;}
  .mbfe-homepage{padding-top:0 !important;padding-bottom:40px !important;}
  .mbfe-homepage-section.mbfe-homepage-hero{padding-top:2px !important;padding-bottom:20px !important;}
  .mbfe-homepage-hero-intro-strip{margin:0 0 8px !important;gap:8px !important;}
  .mbfe-homepage-hero-intro-strip__headline{font-size:14px !important;line-height:1.32 !important;color:#41546d !important;}
  .mbfe-homepage-hero-intro-strip__links{font-size:13px !important;gap:10px !important;}
  .mbfe-homepage-hero-card{padding:12px !important;border-radius:24px !important;}
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:112px minmax(0,1fr) !important;column-gap:12px !important;row-gap:10px !important;align-items:start !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{max-width:112px !important;margin:0 !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:112px !important;height:156px !important;border-radius:14px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{grid-column:2 !important;grid-row:1 !important;min-width:0 !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:13px !important;line-height:1.14 !important;margin:0 0 6px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text--secondary,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:12px !important;line-height:1.38 !important;margin:0 0 7px !important;max-width:none !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-weight:700 !important;color:#223147 !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__link{min-height:40px !important;padding:0 16px !important;font-size:14px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-products{grid-column:1 / -1 !important;grid-template-columns:1fr !important;gap:8px !important;margin-top:2px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product{min-height:74px !important;padding:8px 9px !important;grid-template-columns:46px minmax(0,1fr) auto !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__image img{width:46px !important;height:62px !important;border-radius:8px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__title{font-size:10.5px !important;line-height:1.16 !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__rating{font-size:9.5px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price{font-size:12px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price-regular{font-size:9px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__button{width:28px !important;height:28px !important;}
  .mbfe-homepage-hero-card--showcase{padding:12px !important;gap:8px !important;}
  .mbfe-homepage-hero-card__eyebrow-row{display:flex !important;justify-content:space-between !important;align-items:center !important;gap:10px !important;flex-wrap:nowrap !important;}
  .mbfe-homepage-hero-card__eyebrow-lite{font-size:10px !important;min-height:24px !important;padding:0 9px !important;}
  .mbfe-homepage-hero-card__browse{font-size:12px !important;white-space:nowrap !important;}
  .mbfe-homepage-hero-card__title--showcase{font-size:14px !important;line-height:1.12 !important;margin:0 0 2px !important;}
  .mbfe-homepage-hero-card__showcase-micro{font-size:11px !important;line-height:1.34 !important;color:#6a7382 !important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr !important;gap:8px !important;}
  .mbfe-homepage-hero-product--showcase{min-height:72px !important;padding:8px 9px !important;grid-template-columns:46px minmax(0,1fr) auto !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{width:46px !important;height:62px !important;border-radius:8px !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:10.5px !important;line-height:1.16 !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{font-size:9.5px !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:12px !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-regular{font-size:9px !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__button{width:28px !important;height:28px !important;}
}
@media (max-width: 420px){
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:100px minmax(0,1fr) !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{max-width:100px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:100px !important;height:142px !important;}
  .mbfe-homepage-hero-intro-strip__headline{font-size:13px !important;}
}


/* v0.8.74 responsive isolation fix (based on v0.8.71) */
@media (min-width: 1025px){
  .mbfe-homepage{padding-top:4px !important;padding-bottom:72px !important;}
  .mbfe-homepage-section.mbfe-homepage-hero{padding-top:18px !important;padding-bottom:28px !important;}
  .mbfe-homepage-hero-intro-strip{margin:0 0 10px !important;gap:12px !important;align-items:center !important;}
  .mbfe-homepage-hero-intro-strip__headline{font-size:13px !important;line-height:1.45 !important;font-weight:500 !important;color:#4e6178 !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;letter-spacing:0 !important;}
  .mbfe-homepage-hero-intro-strip__links{font-size:13px !important;gap:12px !important;}
  .mbfe-homepage-hero-cards--dual{grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;gap:18px !important;align-items:stretch !important;}
  .mbfe-homepage-hero-card{padding:18px !important;border-radius:30px !important;}
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:150px minmax(0,1fr) !important;column-gap:18px !important;row-gap:10px !important;align-items:start !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{max-width:150px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:150px !important;height:212px !important;border-radius:16px !important;object-fit:cover !important;image-rendering:auto !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:15px !important;line-height:1.14 !important;margin:0 0 8px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text--secondary{margin:0 0 8px !important;font-size:13px !important;line-height:1.44 !important;color:#5d6676 !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{margin:0 0 10px !important;font-size:13px !important;line-height:1.42 !important;font-weight:700 !important;color:#223147 !important;max-width:32ch !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__cta-wrap{margin:2px 0 2px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-products{margin-top:8px !important;gap:10px !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product{min-height:84px !important;padding:10px !important;grid-template-columns:52px minmax(0,1fr) auto !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__image img{width:52px !important;height:72px !important;border-radius:10px !important;object-fit:cover !important;image-rendering:auto !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__title{font-size:11px !important;line-height:1.18 !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__rating{font-size:10px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price{font-size:12px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price-regular{font-size:9px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__button{width:30px !important;height:30px !important;}
  .mbfe-homepage-hero-card--showcase{padding:18px !important;gap:10px !important;}
  .mbfe-homepage-hero-card__eyebrow-row{display:flex !important;justify-content:space-between !important;align-items:center !important;gap:12px !important;flex-wrap:nowrap !important;}
  .mbfe-homepage-hero-card__eyebrow-lite{font-size:11px !important;min-height:26px !important;padding:0 10px !important;}
  .mbfe-homepage-hero-card__browse{font-size:13px !important;white-space:nowrap !important;}
  .mbfe-homepage-hero-card__title--showcase{font-size:16px !important;line-height:1.14 !important;margin:0 0 2px !important;}
  .mbfe-homepage-hero-card__showcase-micro{font-size:12px !important;line-height:1.42 !important;color:#667085 !important;max-width:34ch !important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;margin-top:2px !important;}
  .mbfe-homepage-hero-product--showcase{min-height:84px !important;padding:10px !important;grid-template-columns:52px minmax(0,1fr) auto !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{width:52px !important;height:72px !important;border-radius:10px !important;object-fit:cover !important;image-rendering:auto !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:11px !important;line-height:1.18 !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{font-size:10px !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:12px !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-regular{font-size:9px !important;}
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__button{width:30px !important;height:30px !important;}
}

@media (min-width: 768px) and (max-width: 1024px){
  .mbfe-homepage{padding-top:2px !important;padding-bottom:52px !important;}
  .mbfe-homepage-section.mbfe-homepage-hero{padding-top:8px !important;padding-bottom:22px !important;}
  .mbfe-homepage-hero-intro-strip{margin:0 0 8px !important;gap:10px !important;align-items:flex-start !important;}
  .mbfe-homepage-hero-intro-strip__headline{font-size:14px !important;line-height:1.38 !important;font-weight:500 !important;color:#45586e !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;}
  .mbfe-homepage-hero-cards--dual{grid-template-columns:1fr !important;gap:16px !important;}
  .mbfe-homepage-hero-card{padding:16px !important;border-radius:26px !important;}
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:132px minmax(0,1fr) !important;column-gap:14px !important;row-gap:10px !important;align-items:start !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{max-width:132px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:132px !important;height:186px !important;border-radius:14px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:14px !important;line-height:1.14 !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text--secondary,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:12px !important;line-height:1.4 !important;max-width:none !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-products{grid-column:1 / -1 !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;margin-top:6px !important;}
  .mbfe-homepage-hero-card--showcase{padding:16px !important;gap:8px !important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
}

@media (max-width: 767px){
  .mbfe-homepage{padding-top:0 !important;padding-bottom:40px !important;}
  .mbfe-homepage-section.mbfe-homepage-hero{padding-top:4px !important;padding-bottom:18px !important;}
  .mbfe-homepage-hero-intro-strip__headline{font-weight:500 !important;color:#465a72 !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;}
}


/* v0.8.75 hero polish + dynamic text alignment */
.mbfe-homepage-hero-intro-strip{margin:0 0 12px !important;padding:0 2px !important;display:flex !important;align-items:flex-start !important;justify-content:space-between !important;gap:18px !important;}
.mbfe-homepage-hero-intro-strip__copy{flex:1 1 auto;min-width:0;}
.mbfe-homepage-hero-intro-strip__headline{font-weight:500 !important;color:#53657c !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;max-width:64ch !important;}
.mbfe-homepage-hero-intro-strip__links{margin-left:auto !important;align-self:flex-start !important;justify-content:flex-end !important;}
.mbfe-homepage-hero{padding-bottom:20px !important;background:linear-gradient(180deg,#f7f9fc 0%,#eff3f8 100%) !important;}
.mbfe-homepage-hero-cards--dual{align-items:stretch !important;}
.mbfe-homepage-hero-card{height:100% !important;}
.mbfe-homepage-hero-card--featured{grid-template-columns:148px minmax(0,1fr) !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{padding-top:0 !important;display:flex !important;flex-direction:column !important;justify-content:flex-start !important;gap:0 !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{order:1;margin:0 0 8px !important;font-size:13px !important;line-height:1.42 !important;font-weight:700 !important;color:#243244 !important;max-width:none !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text--secondary{order:2;margin:0 0 12px !important;font-size:12px !important;line-height:1.46 !important;color:#64748b !important;max-width:38ch !important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__cta-wrap{order:3;margin:0 0 10px !important;padding-top:0 !important;}
.mbfe-homepage-hero-card__link{display:inline-flex !important;align-items:center !important;justify-content:center !important;}
.mbfe-homepage-hero-card__eyebrow-row{display:flex !important;align-items:flex-start !important;justify-content:space-between !important;gap:14px !important;}
.mbfe-homepage-hero-card__eyebrow-lite{flex:0 0 auto;}
.mbfe-homepage-hero-card__browse{flex:0 0 auto;white-space:nowrap !important;}
.mbfe-homepage-hero-card__title--showcase{margin:0 0 8px !important;max-width:30ch !important;}
.mbfe-homepage-hero-card__showcase-micro{margin:0 0 14px !important;max-width:36ch !important;line-height:1.45 !important;color:#667085 !important;}
.mbfe-homepage-hero-card__body--showcase{display:flex !important;flex-direction:column !important;align-items:flex-start !important;padding:0 !important;margin-bottom:8px !important;}
.mbfe-homepage-hero-card__top--showcase{width:100%;}
.mbfe-homepage-hero-product__purchase,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__purchase,.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__purchase{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:10px !important;white-space:nowrap !important;}
.mbfe-homepage-hero-product__price-wrap,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price-wrap,.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-wrap{display:flex !important;align-items:baseline !important;gap:6px !important;flex-direction:row !important;flex-wrap:nowrap !important;white-space:nowrap !important;min-width:0 !important;}
.mbfe-homepage-hero-product__price-regular,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price-regular,.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-regular{font-size:10px !important;line-height:1 !important;}
.mbfe-homepage-hero-product__price,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price,.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:13px !important;line-height:1 !important;font-weight:700 !important;}
.mbfe-homepage-hero-product__button{flex:0 0 auto !important;}
@media (max-width: 1024px){
  .mbfe-homepage-hero-intro-strip{gap:12px !important;margin:0 0 10px !important;}
  .mbfe-homepage-hero-intro-strip__headline{font-size:14px !important;line-height:1.38 !important;max-width:none !important;}
  .mbfe-homepage-hero-card--featured{grid-template-columns:112px minmax(0,1fr) !important;}
}
@media (max-width: 767px){
  .mbfe-homepage-hero-intro-strip{flex-direction:column !important;align-items:flex-start !important;gap:8px !important;margin:0 0 10px !important;}
  .mbfe-homepage-hero-intro-strip__links{margin-left:0 !important;justify-content:flex-start !important;}
  .mbfe-homepage-hero-card--featured{grid-template-columns:96px minmax(0,1fr) !important;gap:12px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:12px !important;margin:0 0 6px !important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text--secondary{font-size:11px !important;margin:0 0 8px !important;max-width:none !important;}
  .mbfe-homepage-hero-card__title--showcase{font-size:14px !important;line-height:1.28 !important;max-width:none !important;}
  .mbfe-homepage-hero-card__showcase-micro{font-size:11px !important;line-height:1.38 !important;max-width:none !important;}
  .mbfe-homepage-hero-card__eyebrow-row{align-items:center !important;}
  .mbfe-homepage-hero-card__browse{font-size:12px !important;}
  .mbfe-homepage-hero-product__price,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price,.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price{font-size:12px !important;}
  .mbfe-homepage-hero-product__price-regular,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-product__price-regular,.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-regular{font-size:9px !important;}
}
@media (min-width: 1025px){
  .mbfe-homepage-hero-intro-strip{align-items:center !important;}
  .mbfe-homepage-hero-intro-strip__links{padding-top:2px !important;}
}


/* v0.8.77 hero stabilization from 0.8.75 baseline */
.mbfe-homepage-hero-intro-strip{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin:0 0 12px !important;
  padding:0 !important;
}
.mbfe-homepage-hero-intro-strip__copy{flex:1 1 auto; min-width:0;}
.mbfe-homepage-hero-intro-strip__headline{
  margin:0 !important;
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
  color:#53657c !important;
  letter-spacing:0 !important;
  max-width:62ch;
}
.mbfe-homepage-hero-intro-strip__links{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
  padding-top:2px;
}
.mbfe-homepage-hero-intro-strip__links a{text-decoration:none;}

.mbfe-homepage-hero-cards--dual{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.mbfe-homepage-hero-card{
  height:auto;
  min-height:100%;
  padding:18px;
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%);
  border:1px solid rgba(15,23,42,.06);
  box-shadow:0 14px 34px rgba(15,23,42,.05);
}
.mbfe-homepage-hero-card--featured{
  max-width:none;
  margin-left:0;
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  grid-template-areas:"image body" "products products";
  gap:16px;
  align-items:start;
}
.mbfe-homepage-hero-card__image{grid-area:image; display:block; max-width:150px;}
.mbfe-homepage-hero-card__image img{
  width:100%;
  height:auto;
  aspect-ratio:4/5.7;
  object-fit:cover;
  border-radius:16px;
  box-shadow:0 14px 28px rgba(15,23,42,.08);
}
.mbfe-homepage-hero-card__body{grid-area:body; min-width:0; display:flex; flex-direction:column; align-items:flex-start;}
.mbfe-homepage-hero-card__title{
  margin:0 0 8px !important;
  font-size:1rem !important;
  line-height:1.14 !important;
  letter-spacing:-.02em;
}
.mbfe-homepage-hero-card__micro{
  margin:0 0 8px !important;
  color:#364152 !important;
  font-size:.94rem !important;
  line-height:1.45 !important;
  font-weight:600 !important;
}
.mbfe-homepage-hero-card__text--secondary{
  margin:0 0 12px !important;
  color:#667085 !important;
  font-size:.92rem !important;
  line-height:1.5 !important;
  font-weight:500 !important;
}
.mbfe-homepage-hero-card__cta-wrap{margin:0 0 10px !important;}
.mbfe-homepage-hero-card__link{
  min-height:42px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  background:#2f5bea !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 12px 28px rgba(47,91,234,.18) !important;
}
.mbfe-homepage-hero-card__link::after{content:'' !important;}

.mbfe-homepage-hero-card__body--showcase{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0;
  margin:0 0 8px;
}
.mbfe-homepage-hero-card__eyebrow-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  margin:0 0 10px;
}
.mbfe-homepage-hero-card__eyebrow-lite{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:#eef3ff;
  color:#3459d8;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mbfe-homepage-hero-card__browse{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:.9rem;
  font-weight:700;
  color:#365c99;
  text-decoration:none;
  white-space:nowrap;
}
.mbfe-homepage-hero-card__title--showcase{
  margin:0 0 8px !important;
  font-size:1.02rem !important;
  line-height:1.12 !important;
  max-width:28ch;
}
.mbfe-homepage-hero-card__showcase-micro{
  margin:0 !important;
  color:#667085 !important;
  font-size:.92rem !important;
  line-height:1.45 !important;
  max-width:34ch;
  text-align:left;
}

.mbfe-homepage-hero-products{
  grid-area:products;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:8px !important;
}
.mbfe-homepage-hero-product,
.mbfe-homepage-hero-product--showcase{
  display:grid !important;
  grid-template-columns:56px minmax(0,1fr) !important;
  grid-template-areas:"image info";
  gap:12px !important;
  align-items:center !important;
  min-height:96px;
  padding:12px !important;
  border-radius:18px !important;
  background:#fff !important;
  border:1px solid rgba(15,23,42,.07) !important;
  box-shadow:0 8px 18px rgba(15,23,42,.04) !important;
}
.mbfe-homepage-hero-product__image{grid-area:image; width:56px;}
.mbfe-homepage-hero-product__image img,
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{
  width:56px !important;
  height:72px !important;
  aspect-ratio:4/5.2 !important;
  object-fit:cover !important;
  border-radius:10px !important;
  display:block;
}
.mbfe-homepage-hero-product__body{
  grid-area:info;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  gap:4px !important;
  min-width:0 !important;
}
.mbfe-homepage-hero-product__title,
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{
  margin:0 !important;
  font-size:13px !important;
  line-height:1.28 !important;
  font-weight:500 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.mbfe-homepage-hero-product__rating,
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{
  display:flex !important;
  align-items:center !important;
  gap:5px !important;
  min-height:14px !important;
  margin:0 !important;
  font-size:11px !important;
  line-height:1 !important;
  color:#667085 !important;
}
.mbfe-homepage-hero-product__purchase,
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__purchase{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  width:100% !important;
  min-width:0 !important;
}
.mbfe-homepage-hero-product__price-wrap,
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-wrap{
  display:flex !important;
  align-items:baseline !important;
  gap:6px !important;
  flex-wrap:nowrap !important;
  white-space:nowrap !important;
  min-width:0 !important;
}
.mbfe-homepage-hero-product__price-regular{font-size:11px !important;line-height:1 !important;color:#98a2b3 !important;text-decoration:line-through !important;}
.mbfe-homepage-hero-product__price{font-size:14px !important;line-height:1 !important;font-weight:700 !important;color:#111827 !important;margin:0 !important;}
.mbfe-homepage-hero-product__button{
  width:34px !important;
  height:34px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  border:1px solid #d4def3 !important;
  background:#eef4ff !important;
  color:#213b72 !important;
  flex:0 0 auto !important;
}

@media (max-width: 1100px){
  .mbfe-homepage-hero-cards--dual{grid-template-columns:1fr !important;gap:16px !important;}
}
@media (max-width: 900px){
  .mbfe-homepage-hero-intro-strip{flex-direction:column !important;align-items:flex-start !important;gap:8px !important;}
  .mbfe-homepage-hero-intro-strip__links{justify-content:flex-start !important;white-space:normal !important;}
  .mbfe-homepage-hero-card--featured{grid-template-columns:120px minmax(0,1fr) !important;gap:14px !important;}
  .mbfe-homepage-hero-card__image{max-width:120px;}
}
@media (max-width: 767px){
  .mbfe-homepage-hero-intro-strip__headline{font-size:14px !important;line-height:1.42 !important;max-width:none !important;}
  .mbfe-homepage-hero-card{padding:16px !important;border-radius:22px !important;}
  .mbfe-homepage-hero-card--featured{grid-template-columns:96px minmax(0,1fr) !important;gap:12px !important;align-items:start !important;}
  .mbfe-homepage-hero-card__image{max-width:96px;}
  .mbfe-homepage-hero-card__image img{width:96px !important;height:136px !important;border-radius:12px !important;}
  .mbfe-homepage-hero-card__title{font-size:14px !important;line-height:1.18 !important;}
  .mbfe-homepage-hero-card__micro{font-size:12px !important;line-height:1.35 !important;margin-bottom:6px !important;}
  .mbfe-homepage-hero-card__text--secondary{font-size:12px !important;line-height:1.38 !important;margin-bottom:10px !important;}
  .mbfe-homepage-hero-card__cta-wrap{margin-bottom:8px !important;}
  .mbfe-homepage-hero-card__link{min-height:40px !important;padding:0 16px !important;}
  .mbfe-homepage-hero-products{grid-template-columns:1fr !important;gap:10px !important;margin-top:10px !important;}
  .mbfe-homepage-hero-product,
  .mbfe-homepage-hero-product--showcase{grid-template-columns:48px minmax(0,1fr) !important;gap:10px !important;min-height:84px !important;padding:10px !important;border-radius:16px !important;}
  .mbfe-homepage-hero-product__image{width:48px;}
  .mbfe-homepage-hero-product__image img,
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{width:48px !important;height:62px !important;border-radius:8px !important;}
  .mbfe-homepage-hero-product__title,
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:12px !important;}
  .mbfe-homepage-hero-product__rating,
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{font-size:10px !important;}
  .mbfe-homepage-hero-product__price{font-size:13px !important;}
  .mbfe-homepage-hero-product__price-regular{font-size:10px !important;}
  .mbfe-homepage-hero-product__button{width:30px !important;height:30px !important;}
  .mbfe-homepage-hero-card__body--showcase{margin-bottom:8px !important;}
  .mbfe-homepage-hero-card__eyebrow-row{align-items:center !important;gap:10px !important;}
  .mbfe-homepage-hero-card__title--showcase{font-size:15px !important;max-width:none !important;margin-bottom:6px !important;}
  .mbfe-homepage-hero-card__showcase-micro{font-size:12px !important;line-height:1.4 !important;max-width:none !important;}
}


/* v0.8.78 premium feel polish */
:root{
  --mbfe-premium-bg:#f3f7fc;
  --mbfe-premium-hero-top:#f5f8fd;
  --mbfe-premium-hero-bottom:#eef3fa;
  --mbfe-premium-surface:#ffffff;
  --mbfe-premium-surface-soft:#fbfdff;
  --mbfe-premium-border:rgba(20,35,59,.075);
  --mbfe-premium-shadow-sm:0 2px 10px rgba(18,38,63,.03);
  --mbfe-premium-shadow-md:0 10px 30px rgba(18,38,63,.05);
  --mbfe-premium-text:#16253d;
  --mbfe-premium-body:#455a74;
  --mbfe-premium-soft:#70819a;
  --mbfe-premium-accent:#3f63d8;
  --mbfe-premium-accent-hover:#3558c8;
  --mbfe-premium-accent-soft:#eef3ff;
}
body.home.mbfe-enabled,
body.home.mbfe-enabled .site,
body.home.mbfe-enabled #page{
  background:var(--mbfe-premium-bg) !important;
}
.mbfe-homepage{
  background:linear-gradient(180deg,var(--mbfe-premium-hero-top) 0%, var(--mbfe-premium-bg) 18%, #f4f7fb 100%) !important;
  padding-top:14px !important;
}
.mbfe-homepage-hero{padding-top:6px !important; padding-bottom:18px !important;}
.mbfe-homepage-hero-intro-strip{
  margin-bottom:14px !important;
  align-items:flex-start !important;
}
.mbfe-homepage-hero-intro-strip__headline,
.mbfe-homepage-title,
.mbfe-homepage-support{
  color:var(--mbfe-premium-body) !important;
  font-weight:400 !important;
  letter-spacing:-.01em !important;
}
.mbfe-homepage-hero-intro-strip__headline{
  font-size:15px !important;
  line-height:1.45 !important;
}
.mbfe-homepage-hero-intro-strip__links a,
.mbfe-homepage-hero-intro-strip__links{
  color:#2d56bf !important;
}
.mbfe-homepage-hero-card,
.mbfe-homepage-hero-card--featured,
.mbfe-homepage-hero-card--showcase{
  background:linear-gradient(180deg,var(--mbfe-premium-surface-soft) 0%, var(--mbfe-premium-surface) 100%) !important;
  border:1px solid var(--mbfe-premium-border) !important;
  box-shadow:var(--mbfe-premium-shadow-md) !important;
  border-radius:28px !important;
}
.mbfe-homepage-hero-card__eyebrow,
.mbfe-homepage-card-chip,
.mbfe-homepage-hero-card__eyebrow-row .mbfe-homepage-card-chip,
.mbfe-homepage-hero-card__eyebrow-row .mbfe-homepage-hero-card__eyebrow{
  background:var(--mbfe-premium-accent-soft) !important;
  color:#3256be !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  min-height:30px !important;
  padding:0 14px !important;
}
.mbfe-homepage-hero-card__title,
.mbfe-homepage-hero-card__title--showcase,
.mbfe-homepage-section__title{
  color:var(--mbfe-premium-text) !important;
  font-weight:600 !important;
  letter-spacing:-.02em !important;
}
.mbfe-homepage-hero-card__title{font-size:15px !important; line-height:1.18 !important; margin-bottom:8px !important;}
.mbfe-homepage-hero-card__text,
.mbfe-homepage-hero-card__text--secondary,
.mbfe-homepage-hero-card__showcase-micro,
.mbfe-homepage-section__intro{
  color:var(--mbfe-premium-body) !important;
}
.mbfe-homepage-hero-card__text--secondary{
  margin-bottom:10px !important;
  line-height:1.5 !important;
}
.mbfe-homepage-hero-card__micro,
.mbfe-homepage-hero-card__showcase-micro{
  color:var(--mbfe-premium-soft) !important;
  font-weight:500 !important;
  margin-bottom:8px !important;
}
.mbfe-homepage-hero-card__cta-wrap{margin:6px 0 12px !important;}
.mbfe-homepage-hero-card__link,
.mbfe-btn--primary,
.mbfe-btn-primary{
  background:var(--mbfe-premium-accent) !important;
  color:#fff !important;
  border:none !important;
  border-radius:16px !important;
  min-height:44px !important;
  padding:0 18px !important;
  box-shadow:0 10px 24px rgba(63,99,216,.16) !important;
}
.mbfe-homepage-hero-card__link:hover,
.mbfe-btn--primary:hover,
.mbfe-btn-primary:hover{
  background:var(--mbfe-premium-accent-hover) !important;
  box-shadow:0 12px 28px rgba(63,99,216,.18) !important;
}
.mbfe-homepage-hero-products{margin-top:8px !important; gap:10px !important;}
.mbfe-homepage-hero-product,
.mbfe-homepage-hero-product--showcase{
  background:#fff !important;
  border:1px solid rgba(20,35,59,.07) !important;
  box-shadow:var(--mbfe-premium-shadow-sm) !important;
  border-radius:18px !important;
  padding:11px 12px !important;
  gap:10px !important;
}
.mbfe-homepage-hero-product__image img,
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{
  background:#f7f9fc !important;
  border-radius:8px !important;
}
.mbfe-homepage-hero-product__body{
  gap:3px !important;
}
.mbfe-homepage-hero-product__title,
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{
  color:var(--mbfe-premium-text) !important;
  font-weight:500 !important;
  line-height:1.28 !important;
}
.mbfe-homepage-hero-product__rating,
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{
  gap:4px !important;
  color:var(--mbfe-premium-soft) !important;
}
.mbfe-homepage-hero-product__purchase,
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__purchase{
  gap:6px !important;
}
.mbfe-homepage-hero-product__price-wrap,
.mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__price-wrap{
  gap:5px !important;
}
.mbfe-homepage-hero-product__price-regular{font-size:10px !important;color:#95a2b4 !important;}
.mbfe-homepage-hero-product__price{font-size:13px !important;font-weight:600 !important;color:#111b2d !important;}
.mbfe-homepage-hero-product__button{
  width:30px !important;
  height:30px !important;
  background:#f2f6ff !important;
  border:1px solid rgba(63,99,216,.14) !important;
  color:#2f56bf !important;
  box-shadow:none !important;
}
.mbfe-homepage-hero-card__body--showcase{margin-bottom:6px !important;}
.mbfe-homepage-hero-card__showcase-header{margin-bottom:6px !important;}
.mbfe-homepage-hero-card__showcase-copy,
.mbfe-homepage-hero-card__showcase-body{
  gap:6px !important;
}
.mbfe-homepage-section{padding:38px 0 !important;}
.mbfe-homepage-hero + .mbfe-homepage-section{padding-top:24px !important;}
@media (max-width: 1024px){
  .mbfe-homepage-hero-card,
  .mbfe-homepage-hero-card--featured,
  .mbfe-homepage-hero-card--showcase{border-radius:24px !important;}
  .mbfe-homepage-hero-intro-strip{margin-bottom:12px !important;}
}
@media (max-width: 767px){
  .mbfe-homepage{padding-top:10px !important;}
  .mbfe-homepage-hero{padding-top:2px !important;padding-bottom:14px !important;}
  .mbfe-homepage-hero-intro-strip{margin-bottom:10px !important;gap:6px !important;}
  .mbfe-homepage-hero-intro-strip__headline{font-size:14px !important; line-height:1.42 !important;}
  .mbfe-homepage-hero-card{padding:14px !important;border-radius:22px !important;}
  .mbfe-homepage-hero-card__title{font-size:14px !important;line-height:1.16 !important;margin-bottom:6px !important;}
  .mbfe-homepage-hero-card__micro{font-size:12px !important;margin-bottom:6px !important;}
  .mbfe-homepage-hero-card__text--secondary{font-size:12px !important;line-height:1.4 !important;margin-bottom:8px !important;}
  .mbfe-homepage-hero-card__cta-wrap{margin:4px 0 10px !important;}
  .mbfe-homepage-hero-card__link{min-height:42px !important;border-radius:14px !important;padding:0 16px !important;}
  .mbfe-homepage-hero-products{gap:8px !important;margin-top:8px !important;}
  .mbfe-homepage-hero-product,
  .mbfe-homepage-hero-product--showcase{
    padding:9px 10px !important;
    gap:9px !important;
    min-height:80px !important;
    border-radius:16px !important;
  }
  .mbfe-homepage-hero-product__image{width:46px !important;}
  .mbfe-homepage-hero-product__image img,
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__image img{
    width:46px !important;
    height:60px !important;
  }
  .mbfe-homepage-hero-product__body{gap:2px !important;}
  .mbfe-homepage-hero-product__title,
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__title{font-size:12px !important;}
  .mbfe-homepage-hero-product__rating,
  .mbfe-homepage-hero-product--showcase .mbfe-homepage-hero-product__rating{font-size:10px !important;min-height:12px !important;}
  .mbfe-homepage-hero-product__price{font-size:12px !important;}
  .mbfe-homepage-hero-product__price-regular{font-size:9px !important;}
  .mbfe-homepage-hero-product__button{width:28px !important;height:28px !important;}
}

/* v0.8.79 final hero text alignment polish */
@media (min-width: 1025px){
  .mbfe-homepage-hero-intro-strip{
    align-items:center !important;
    gap:18px !important;
  }
  .mbfe-homepage-hero-intro-strip__copy{
    flex:1 1 auto !important;
    min-width:0 !important;
  }
  .mbfe-homepage-hero-intro-strip__headline{
    font-size:14px !important;
    line-height:1.35 !important;
    white-space:nowrap !important;
    overflow:visible !important;
    text-overflow:clip !important;
    max-width:none !important;
  }
  .mbfe-homepage-hero-intro-strip__links{
    flex:0 0 auto !important;
    margin-left:18px !important;
    white-space:nowrap !important;
    gap:12px !important;
  }

  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__body--showcase{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__top--showcase{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:8px !important;
    margin-bottom:4px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__eyebrow-row{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:16px !important;
    margin:0 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__eyebrow-lite,
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__browse{
    margin:0 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__title--showcase{
    margin:0 !important;
    max-width:30ch !important;
    line-height:1.14 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__showcase-micro{
    margin:0 !important;
    max-width:34ch !important;
    line-height:1.45 !important;
    color:#66778e !important;
  }
}

@media (max-width: 1024px){
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__body--showcase{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__top--showcase{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:8px !important;
    margin-bottom:4px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__eyebrow-row{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    margin:0 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__title--showcase{
    margin:0 !important;
    width:100% !important;
    line-height:1.18 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__showcase-micro{
    margin:0 !important;
    width:100% !important;
    line-height:1.42 !important;
    color:#6b7c93 !important;
  }
}

@media (max-width: 767px){
  .mbfe-homepage-hero-intro-strip{
    margin:0 0 10px !important;
    gap:8px !important;
    align-items:flex-start !important;
  }
  .mbfe-homepage-hero-intro-strip__headline{
    font-size:14px !important;
    line-height:1.4 !important;
    white-space:normal !important;
    max-width:none !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__eyebrow-row{
    align-items:center !important;
    gap:10px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__eyebrow-lite{
    font-size:11px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__browse{
    font-size:12px !important;
    white-space:nowrap !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__title--showcase{
    font-size:15px !important;
    line-height:1.22 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__showcase-micro{
    font-size:12px !important;
    line-height:1.45 !important;
    margin-top:0 !important;
  }
}


/* v0.8.80 hero text composition fix */
@media (min-width: 1025px){
  .mbfe-homepage-hero-intro-strip{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
    column-gap:20px !important;
  }
  .mbfe-homepage-hero-intro-strip__headline{
    margin:0 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    font-size:12px !important;
    line-height:1.35 !important;
    font-weight:500 !important;
    letter-spacing:-0.01em !important;
    color:#52627a !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__body--showcase{
    padding:0 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__top--showcase{
    gap:6px !important;
    margin:0 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__eyebrow-row{
    gap:14px !important;
    margin-bottom:2px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__title--showcase{
    font-size:16px !important;
    line-height:1.18 !important;
    letter-spacing:-0.02em !important;
    max-width:22ch !important;
    margin:0 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__showcase-micro{
    font-size:12px !important;
    line-height:1.42 !important;
    max-width:31ch !important;
    color:#6b7c93 !important;
    margin:0 !important;
  }
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase) .mbfe-homepage-hero-card__body{
    padding-top:4px !important;
  }
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase) .mbfe-homepage-hero-card__title{
    margin:0 0 8px !important;
    font-size:17px !important;
    line-height:1.15 !important;
  }
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase) .mbfe-homepage-hero-card__micro{
    margin:0 0 8px !important;
    font-size:13px !important;
    line-height:1.42 !important;
    font-weight:600 !important;
    color:#2f3a4d !important;
    max-width:34ch !important;
  }
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase) .mbfe-homepage-hero-card__text--secondary{
    margin:0 0 10px !important;
    font-size:12px !important;
    line-height:1.5 !important;
    color:#67778f !important;
    max-width:34ch !important;
  }
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase) .mbfe-homepage-hero-card__cta-wrap{
    margin:0 !important;
  }
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase) .mbfe-homepage-hero-card__link{
    margin-top:0 !important;
  }
}

@media (max-width: 1024px){
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__top--showcase{
    gap:6px !important;
    margin:0 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__eyebrow-row{
    margin-bottom:2px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__title--showcase{
    font-size:16px !important;
    line-height:1.2 !important;
    max-width:none !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__showcase-micro{
    font-size:12px !important;
    line-height:1.4 !important;
    max-width:none !important;
  }
}

@media (max-width: 767px){
  .mbfe-homepage-hero-intro-strip__headline{
    font-size:14px !important;
    line-height:1.45 !important;
    font-weight:500 !important;
    color:#52627a !important;
    white-space:normal !important;
  }
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase) .mbfe-homepage-hero-card__body{
    padding-top:6px !important;
  }
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase) .mbfe-homepage-hero-card__title{
    margin:0 0 6px !important;
    font-size:16px !important;
    line-height:1.16 !important;
  }
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase) .mbfe-homepage-hero-card__micro{
    margin:0 0 6px !important;
    font-size:12px !important;
    line-height:1.38 !important;
    font-weight:600 !important;
    color:#334155 !important;
  }
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase) .mbfe-homepage-hero-card__text--secondary{
    margin:0 0 8px !important;
    font-size:11px !important;
    line-height:1.42 !important;
    color:#6b7c93 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__body--showcase{
    gap:6px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__top--showcase{
    gap:4px !important;
    margin-bottom:0 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__eyebrow-row{
    align-items:flex-start !important;
    gap:8px !important;
    margin:0 0 2px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__eyebrow-lite{
    font-size:10px !important;
    padding:6px 10px !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__browse{
    font-size:11px !important;
    line-height:1.2 !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__title--showcase{
    font-size:14px !important;
    line-height:1.18 !important;
    letter-spacing:-0.015em !important;
  }
  .mbfe-homepage-hero-card--showcase .mbfe-homepage-hero-card__showcase-micro{
    font-size:11px !important;
    line-height:1.38 !important;
    color:#72839a !important;
    margin:0 !important;
  }
}


/* v0.8.81 hero card product redesign */
.mbfe-homepage-hero-cards--dual{align-items:stretch !important;}
.mbfe-homepage-hero-card{display:flex !important;flex-direction:column !important;justify-content:space-between !important;min-height:100% !important;}
.mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:150px minmax(0,1fr) !important;column-gap:18px !important;row-gap:10px !important;align-items:start !important;}
.mbfe-homepage-hero-card__body{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:0 !important;}
.mbfe-homepage-hero-card__title{margin:0 0 8px !important;max-width:18ch !important;}
.mbfe-homepage-hero-card__micro{margin:0 0 8px !important;max-width:34ch !important;line-height:1.45 !important;color:#425066 !important;font-weight:500 !important;}
.mbfe-homepage-hero-card__text--secondary{margin:0 0 12px !important;line-height:1.45 !important;color:#6a7486 !important;font-weight:400 !important;}
.mbfe-homepage-hero-card__cta-wrap{margin-top:0 !important;margin-bottom:8px !important;}
.mbfe-homepage-hero-products--cards{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;margin-top:10px !important;align-items:start !important;}
.mbfe-homepage-hero-products--featured{grid-column:1 / -1 !important;}
.mbfe-homepage-hero-card--showcase{padding:18px !important;}
.mbfe-homepage-hero-card__eyebrow-row{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;margin-bottom:12px !important;width:100% !important;}
.mbfe-homepage-hero-card__header-main{width:100% !important;}
.mbfe-homepage-hero-card__title--showcase{margin:0 0 8px !important;max-width:22ch !important;font-size:16px !important;line-height:1.18 !important;}
.mbfe-homepage-hero-card__showcase-micro{margin:0 0 14px !important;max-width:34ch !important;color:#617085 !important;line-height:1.45 !important;}
.mbfe-product-mini-card--hero{padding:12px 12px 14px !important;border-radius:18px !important;box-shadow:0 10px 24px rgba(18,31,54,.04) !important;border:1px solid rgba(17,24,39,.08) !important;background:#fff !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__image{margin-bottom:10px !important;display:block !important;border-radius:14px !important;overflow:hidden !important;background:#f6f6f6 !important;aspect-ratio:4/5.5 !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__image img{width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;border-radius:0 !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__title{font-size:12px !important;line-height:1.3 !important;font-weight:500 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;min-height:auto !important;margin:0 0 6px !important;display:block !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__rating{display:flex !important;align-items:center !important;gap:5px !important;font-size:11px !important;color:#6b7280 !important;margin:0 0 6px !important;min-height:14px !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__purchase{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:8px !important;margin:0 !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__price{display:flex !important;align-items:baseline !important;gap:6px !important;flex-wrap:nowrap !important;white-space:nowrap !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__price-regular{font-size:11px !important;color:#94a3b8 !important;text-decoration:line-through !important;line-height:1 !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__price-current{font-size:14px !important;font-weight:700 !important;color:#0f172a !important;line-height:1 !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__button{width:30px !important;height:30px !important;min-width:30px !important;border-radius:999px !important;background:#eef4ff !important;border:1px solid #d6e4ff !important;color:#1d2b4f !important;box-shadow:none !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__button:hover{background:#e3edff !important;}
@media (max-width: 1180px){
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:128px minmax(0,1fr) !important;}
}
@media (max-width: 820px){
  .mbfe-homepage-hero-products--cards{gap:12px !important;}
}
@media (max-width: 640px){
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:112px minmax(0,1fr) !important;column-gap:14px !important;row-gap:10px !important;}
  .mbfe-homepage-hero-card__title{font-size:14px !important;line-height:1.18 !important;max-width:none !important;}
  .mbfe-homepage-hero-card__micro{font-size:12px !important;margin:0 0 6px !important;}
  .mbfe-homepage-hero-card__text--secondary{font-size:11.5px !important;margin:0 0 10px !important;}
  .mbfe-homepage-hero-card__cta-wrap{margin-bottom:10px !important;}
  .mbfe-homepage-hero-card--showcase{padding:14px !important;}
  .mbfe-homepage-hero-card__eyebrow-row{margin-bottom:10px !important;}
  .mbfe-homepage-hero-card__title--showcase{font-size:14px !important;line-height:1.16 !important;max-width:none !important;}
  .mbfe-homepage-hero-card__showcase-micro{font-size:11px !important;line-height:1.38 !important;margin:0 0 12px !important;max-width:none !important;}
  .mbfe-homepage-hero-products--cards{grid-template-columns:1fr !important;gap:10px !important;}
  .mbfe-product-mini-card--hero{padding:10px 10px 12px !important;border-radius:16px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__image{aspect-ratio:4/5.2 !important;margin-bottom:8px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__title{font-size:11.5px !important;margin:0 0 4px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__rating{margin:0 0 4px !important;font-size:10.5px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__price-current{font-size:13px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__price-regular{font-size:10px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__button{width:28px !important;height:28px !important;min-width:28px !important;}
}


/* v0.8.82 apple polished elite final */
:root{
  --mbfe-hero-surface:#ffffff;
  --mbfe-hero-surface-soft:#fbfcfe;
  --mbfe-hero-border:rgba(15,23,42,.08);
  --mbfe-hero-shadow:0 14px 36px rgba(15,23,42,.06);
  --mbfe-hero-shadow-soft:0 8px 22px rgba(15,23,42,.045);
  --mbfe-hero-text:#172033;
  --mbfe-hero-body:#5d6b80;
  --mbfe-hero-soft:#7d889a;
  --mbfe-accent:#3557c2;
  --mbfe-accent-soft:#edf3ff;
}
.mbfe-homepage-hero{padding-top:10px !important;padding-bottom:6px !important;background:linear-gradient(180deg,#f7f9fc 0%,#f4f7fb 100%) !important;}
.mbfe-homepage-hero-intro-strip{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;gap:16px !important;margin:0 0 14px !important;padding:0 2px !important;}
.mbfe-homepage-hero-intro-strip__headline{font-size:12px !important;line-height:1.4 !important;font-weight:500 !important;letter-spacing:-.01em !important;color:#5e6d82 !important;margin:0 !important;}
.mbfe-homepage-hero-intro-strip__links{display:flex !important;align-items:center !important;gap:8px !important;white-space:nowrap !important;font-size:12px !important;font-weight:600 !important;color:#64748b !important;}
.mbfe-homepage-hero-intro-strip__links a{text-decoration:none !important;color:#3557c2 !important;}
.mbfe-homepage-hero-cards--dual{gap:16px !important;align-items:stretch !important;}
.mbfe-homepage-hero-card{background:linear-gradient(180deg,var(--mbfe-hero-surface) 0%,var(--mbfe-hero-surface-soft) 100%) !important;border:1px solid var(--mbfe-hero-border) !important;box-shadow:var(--mbfe-hero-shadow) !important;border-radius:24px !important;overflow:hidden !important;}
.mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){padding:18px !important;grid-template-columns:148px minmax(0,1fr) !important;column-gap:18px !important;row-gap:12px !important;}
.mbfe-homepage-hero-card__image img{box-shadow:0 10px 28px rgba(15,23,42,.10) !important;}
.mbfe-homepage-hero-card__body{justify-content:flex-start !important;}
.mbfe-homepage-hero-card__title,.mbfe-homepage-hero-card__title a{color:var(--mbfe-hero-text) !important;}
.mbfe-homepage-hero-card__title{font-size:16px !important;line-height:1.14 !important;letter-spacing:-.018em !important;margin:0 0 8px !important;max-width:18ch !important;}
.mbfe-homepage-hero-card__support{font-size:12px !important;line-height:1.48 !important;color:var(--mbfe-hero-soft) !important;font-weight:400 !important;margin:0 0 7px !important;max-width:34ch !important;}
.mbfe-homepage-hero-card__benefit{font-size:12.5px !important;line-height:1.42 !important;color:#2c3a50 !important;font-weight:600 !important;margin:0 0 10px !important;max-width:34ch !important;}
.mbfe-homepage-hero-card__cta-wrap{margin:0 0 8px !important;}
.mbfe-homepage-hero-card__link{min-height:40px !important;padding:0 15px !important;border-radius:999px !important;background:linear-gradient(180deg,#4267d5 0%,#3557c2 100%) !important;box-shadow:0 8px 20px rgba(53,87,194,.18) !important;color:#fff !important;font-size:13px !important;font-weight:700 !important;}
.mbfe-homepage-hero-card__link:hover{transform:translateY(-1px);}
.mbfe-homepage-hero-products--featured{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;margin-top:2px !important;}
.mbfe-homepage-hero-card--showcase{padding:18px !important;}
.mbfe-homepage-hero-card__eyebrow-row{margin-bottom:8px !important;align-items:center !important;}
.mbfe-homepage-hero-card__eyebrow-lite{display:inline-flex !important;align-items:center !important;padding:6px 10px !important;border-radius:999px !important;background:#f3f6fb !important;color:#5b6980 !important;font-size:10px !important;font-weight:800 !important;letter-spacing:.06em !important;text-transform:uppercase !important;}
.mbfe-homepage-hero-card__browse{font-size:11px !important;font-weight:700 !important;color:#3557c2 !important;text-decoration:none !important;}
.mbfe-homepage-hero-card__title--showcase{font-size:15px !important;line-height:1.18 !important;letter-spacing:-.016em !important;margin:0 0 6px !important;max-width:24ch !important;color:var(--mbfe-hero-text) !important;}
.mbfe-homepage-hero-card__showcase-micro{font-size:11.5px !important;line-height:1.44 !important;color:#748197 !important;margin:0 0 12px !important;max-width:36ch !important;}
.mbfe-homepage-hero-products--showcase{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;margin-top:0 !important;}
.mbfe-product-mini-card--hero{padding:11px 11px 12px !important;border-radius:18px !important;background:#fff !important;border:1px solid rgba(15,23,42,.07) !important;box-shadow:var(--mbfe-hero-shadow-soft) !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__image{aspect-ratio:4/5.15 !important;border-radius:14px !important;margin-bottom:9px !important;background:#f5f7fb !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__title{font-size:11.5px !important;line-height:1.28 !important;font-weight:500 !important;margin:0 0 5px !important;color:var(--mbfe-hero-text) !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__rating{font-size:10.5px !important;color:#7a8697 !important;margin:0 0 6px !important;min-height:12px !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__price{gap:5px !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__price-regular{font-size:10px !important;color:#97a4b6 !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__price-current{font-size:12.5px !important;font-weight:700 !important;color:#152033 !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__button{width:29px !important;height:29px !important;min-width:29px !important;border-radius:999px !important;background:var(--mbfe-accent-soft) !important;border:1px solid #d6e4ff !important;color:#22396f !important;}
.mbfe-product-mini-card--hero .mbfe-product-mini-card__button:hover{background:#e7efff !important;}
@media (min-width:1025px){
  .mbfe-homepage-hero-intro-strip__headline{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
}
@media (max-width:1024px){
  .mbfe-homepage-hero-intro-strip{grid-template-columns:1fr !important;gap:8px !important;}
  .mbfe-homepage-hero-intro-strip__links{justify-content:flex-start !important;flex-wrap:wrap !important;white-space:normal !important;}
}
@media (max-width:767px){
  .mbfe-homepage-hero{padding-top:8px !important;padding-bottom:2px !important;}
  .mbfe-homepage-hero-intro-strip{margin:0 0 10px !important;gap:6px !important;}
  .mbfe-homepage-hero-intro-strip__headline{font-size:13px !important;line-height:1.42 !important;white-space:normal !important;}
  .mbfe-homepage-hero-intro-strip__links{font-size:11px !important;gap:6px !important;}
  .mbfe-homepage-hero-cards--dual{gap:12px !important;}
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){padding:14px !important;grid-template-columns:110px minmax(0,1fr) !important;column-gap:12px !important;row-gap:10px !important;}
  .mbfe-homepage-hero-card__title{font-size:14px !important;line-height:1.16 !important;max-width:none !important;}
  .mbfe-homepage-hero-card__support{font-size:11px !important;line-height:1.4 !important;margin:0 0 5px !important;}
  .mbfe-homepage-hero-card__benefit{font-size:11.5px !important;line-height:1.38 !important;margin:0 0 8px !important;}
  .mbfe-homepage-hero-products--featured{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
  .mbfe-homepage-hero-card--showcase{padding:14px !important;}
  .mbfe-homepage-hero-card__title--showcase{font-size:14px !important;max-width:none !important;}
  .mbfe-homepage-hero-card__showcase-micro{font-size:11px !important;line-height:1.38 !important;margin:0 0 10px !important;max-width:none !important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
  .mbfe-product-mini-card--hero{padding:10px !important;border-radius:16px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__image{margin-bottom:7px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__title{font-size:11px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__rating{font-size:10px !important;margin:0 0 5px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__price-current{font-size:12px !important;}
  .mbfe-product-mini-card--hero .mbfe-product-mini-card__button{width:28px !important;height:28px !important;min-width:28px !important;}
}
@media (max-width:480px){
  .mbfe-homepage-hero-card:not(.mbfe-homepage-hero-card--showcase){grid-template-columns:1fr !important;}
  .mbfe-homepage-hero-card__image{max-width:154px !important;}
  .mbfe-homepage-hero-products--featured{grid-template-columns:1fr 1fr !important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr 1fr !important;}
}

/* v0.8.83 root hero correction */
.mbfe-homepage-hero-cards--dual{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:22px;align-items:stretch}
.mbfe-homepage-hero-card{background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%);border:1px solid rgba(18,24,39,.07);box-shadow:0 14px 32px rgba(15,23,42,.04);overflow:hidden}
.mbfe-homepage-hero-card--featured{grid-template-columns:150px minmax(0,1fr);grid-template-areas:"image body" "products products";gap:18px;padding:18px;border-radius:24px;align-items:start;min-height:100%}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{grid-area:image;display:block}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:150px!important;height:212px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:16px!important;box-shadow:none!important}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{grid-area:body;display:flex;flex-direction:column;justify-content:flex-start;min-height:212px;padding:0!important}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:16px!important;line-height:1.16!important;max-width:none!important;margin:0 0 10px!important}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text{font-size:13px!important;line-height:1.5!important;margin:0 0 10px!important;color:#4b5563!important;display:block!important;-webkit-line-clamp:unset!important}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:13px!important;line-height:1.42!important;margin:0 0 12px!important;color:#1f2937!important;font-weight:700!important}
.mbfe-homepage-hero-card__cta-wrap{margin-top:0!important;padding-top:0!important}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:14px;background:#4f66e8;color:#fff;text-decoration:none;font-weight:700;box-shadow:0 10px 20px rgba(79,102,232,.16)}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__link:hover{background:#4258da;color:#fff}
.mbfe-homepage-hero-products--featured{grid-area:products;display:grid!important;grid-template-columns:1fr 1fr;gap:12px;margin-top:2px!important}
.mbfe-product-mini-card--hero-featured{display:grid!important;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px!important;border-radius:18px!important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__image{display:block;width:56px}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__image img{width:56px!important;height:72px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:10px!important;margin:0!important}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__body{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__title{font-size:12px!important;line-height:1.25!important;font-weight:600!important;margin:0!important;min-height:0!important}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__rating{margin:0!important;font-size:11px!important;line-height:1}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__purchase{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin:0!important}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__price{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;margin:0!important}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__price-current{font-size:14px!important;font-weight:700!important;line-height:1!important}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__price-regular{font-size:11px!important;line-height:1!important}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__button{width:30px!important;height:30px!important;flex:0 0 30px!important;align-self:center!important;background:#eef4ff!important;border:1px solid #d7e2ff!important;color:#1d2b4f!important;box-shadow:none!important}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__button:hover{background:#e4ecff!important}
.mbfe-homepage-hero-card--showcase{display:flex!important;flex-direction:column!important;padding:18px!important;border-radius:24px!important}
.mbfe-homepage-hero-card__body--showcase{display:flex!important;flex-direction:column!important;padding:0!important;min-height:0!important}
.mbfe-homepage-hero-card__top--showcase{display:block!important;margin-bottom:12px!important}
.mbfe-homepage-hero-card__eyebrow-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px;margin-bottom:10px!important}
.mbfe-homepage-hero-card__eyebrow-lite{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#eef3ff;color:#3557c2;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.mbfe-homepage-hero-card__browse{font-size:12px!important;font-weight:700!important;color:#4f66e8!important;text-decoration:none!important;white-space:nowrap}
.mbfe-homepage-hero-card__title--showcase{font-size:17px!important;line-height:1.12!important;margin:0 0 8px!important;max-width:22ch!important}
.mbfe-homepage-hero-card__showcase-micro{font-size:13px!important;line-height:1.48!important;color:#607086!important;margin:0!important;max-width:34ch!important}
.mbfe-homepage-hero-products--showcase{display:grid!important;grid-template-columns:1fr 1fr;gap:12px;margin-top:auto!important}
.mbfe-product-mini-card--hero-showcase{display:flex!important;flex-direction:column!important;padding:12px!important;border-radius:18px!important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important;gap:8px!important}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__image img{width:100%!important;height:158px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:12px!important}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__title{font-size:13px!important;line-height:1.26!important;font-weight:600!important;margin:0!important;min-height:0!important}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__rating{margin:0!important;font-size:11px!important;line-height:1}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__purchase{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin:0!important}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__price{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;margin:0!important}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__price-current{font-size:14px!important;font-weight:700!important;line-height:1!important}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__price-regular{font-size:11px!important;line-height:1!important}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__button{width:30px!important;height:30px!important;flex:0 0 30px!important;align-self:center!important;background:#eef4ff!important;border:1px solid #d7e2ff!important;color:#1d2b4f!important;box-shadow:none!important}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__button:hover{background:#e4ecff!important}
@media (max-width: 1024px){
  .mbfe-homepage-hero-cards--dual{grid-template-columns:1fr;gap:18px}
}
@media (max-width: 767px){
  .mbfe-homepage-hero-card--featured{grid-template-columns:108px minmax(0,1fr)!important;gap:14px!important;padding:14px!important}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:108px!important;height:152px!important}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{min-height:152px!important}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:15px!important}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:12px!important}
  .mbfe-homepage-hero-products--featured{grid-template-columns:1fr!important;gap:10px!important}
  .mbfe-product-mini-card--hero-featured{grid-template-columns:48px minmax(0,1fr) auto!important;gap:10px!important;padding:10px!important}
  .mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__image img{width:48px!important;height:64px!important}
  .mbfe-homepage-hero-card--showcase{padding:14px!important}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr!important;gap:10px!important}
  .mbfe-product-mini-card--hero-showcase{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;padding:10px!important;gap:10px!important}
  .mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__image{width:48px}
  .mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__image img{width:48px!important;height:64px!important}
  .mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__body{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0}
  .mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__title{font-size:12px!important}
}


/* v0.8.85 stable hero system */
.mbfe-homepage-hero{padding-top:6px!important;padding-bottom:24px!important;}
.mbfe-homepage-hero-intro-strip{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 12px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.mbfe-homepage-hero-intro-strip__copy{flex:1 1 auto;min-width:0;}
.mbfe-homepage-hero-intro-strip__headline{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:500!important;color:#4f5e75!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.mbfe-homepage-hero-intro-strip__links{display:flex!important;align-items:center!important;gap:10px!important;white-space:nowrap!important;font-size:13px!important;font-weight:700!important;}
.mbfe-homepage-hero-intro-strip__links a{color:#355d99!important;text-decoration:none!important;}
.mbfe-homepage-hero-cards--dual{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important;}
.mbfe-homepage-hero-card{height:100%!important;border-radius:28px!important;padding:20px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important;}
.mbfe-homepage-hero-card--featured{display:grid!important;grid-template-columns:160px minmax(0,1fr)!important;grid-template-areas:"image body" "products products"!important;gap:18px!important;align-content:start!important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{grid-area:image!important;display:block!important;align-self:start!important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:160px!important;height:226px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:18px!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{grid-area:body!important;display:flex!important;flex-direction:column!important;align-self:start!important;min-height:226px!important;padding:0!important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:15px!important;line-height:1.16!important;letter-spacing:-.01em!important;margin:0 0 10px!important;max-width:20ch!important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text{font-size:13px!important;line-height:1.52!important;margin:0 0 8px!important;color:#525f73!important;max-width:34ch!important;display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:13px!important;line-height:1.4!important;margin:0 0 12px!important;font-weight:700!important;color:#253246!important;}
.mbfe-homepage-hero-card__cta-wrap{margin-top:0!important;padding-top:0!important;}
.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:0 16px!important;border-radius:14px!important;background:linear-gradient(135deg,#4f63f5 0%,#6478ff 100%)!important;color:#fff!important;font-size:14px!important;font-weight:700!important;box-shadow:0 10px 18px rgba(79,99,245,.18)!important;}
.mbfe-homepage-hero-products--featured{grid-area:products!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:0!important;align-content:start!important;}
.mbfe-product-mini-card--hero-featured{display:grid!important;grid-template-columns:56px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:11px 12px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important;}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__image{display:block!important;width:56px!important;margin:0!important;aspect-ratio:auto!important;border-radius:10px!important;overflow:hidden!important;background:#f3f5f8!important;}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__image img{width:56px!important;height:72px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:10px!important;}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__body{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important;}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__title{margin:0!important;font-size:12px!important;line-height:1.24!important;font-weight:600!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__rating{display:flex!important;align-items:center!important;gap:5px!important;margin:0!important;font-size:11px!important;line-height:1!important;color:#697586!important;min-height:auto!important;}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__purchase{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin:0!important;}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__price{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;white-space:nowrap!important;}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__price-regular{font-size:11px!important;color:#94a3b8!important;text-decoration:line-through!important;}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__price-current{font-size:14px!important;font-weight:700!important;color:#0f172a!important;}
.mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__button{width:30px!important;height:30px!important;min-width:30px!important;border-radius:999px!important;background:#eef4ff!important;border:1px solid #d7e2ff!important;color:#1d2b4f!important;}
.mbfe-homepage-hero-card--showcase{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;gap:12px!important;padding:18px!important;align-content:start!important;background:linear-gradient(180deg,#f9fbff 0%,#ffffff 20%,#fbfbfd 100%)!important;}
.mbfe-homepage-hero-card__body--showcase{padding:0!important;margin:0!important;}
.mbfe-homepage-hero-card__top--showcase{display:block!important;margin:0!important;}
.mbfe-homepage-hero-card__header-main{display:flex!important;flex-direction:column!important;gap:6px!important;}
.mbfe-homepage-hero-card__eyebrow-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 2px!important;}
.mbfe-homepage-hero-card__eyebrow-lite{display:inline-flex!important;align-items:center!important;padding:6px 12px!important;border-radius:999px!important;background:#eef2ff!important;color:#334155!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;}
.mbfe-homepage-hero-card__browse{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;font-size:12px!important;font-weight:700!important;color:#365c99!important;text-decoration:none!important;margin-left:auto!important;}
.mbfe-homepage-hero-card__title--showcase{margin:0!important;font-size:16px!important;line-height:1.14!important;letter-spacing:-.01em!important;max-width:22ch!important;color:#0f2747!important;}
.mbfe-homepage-hero-card__showcase-micro{margin:0!important;font-size:13px!important;line-height:1.42!important;color:#5f6978!important;max-width:34ch!important;}
.mbfe-homepage-hero-products--showcase{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:2px!important;align-content:start!important;}
.mbfe-product-mini-card--hero-showcase{display:flex!important;flex-direction:column!important;padding:11px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important;gap:8px!important;}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__image{display:block!important;aspect-ratio:4/5!important;margin:0!important;border-radius:12px!important;overflow:hidden!important;background:#f4f6fa!important;}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__image img{width:100%!important;height:132px!important;object-fit:cover!important;border-radius:12px!important;}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__body{display:flex!important;flex-direction:column!important;gap:5px!important;min-width:0!important;}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__title{margin:0!important;font-size:12px!important;line-height:1.24!important;font-weight:600!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__rating{display:flex!important;align-items:center!important;gap:5px!important;margin:0!important;font-size:11px!important;line-height:1!important;color:#697586!important;min-height:auto!important;}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__purchase{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin:0!important;}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__price{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;white-space:nowrap!important;}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__price-regular{font-size:11px!important;color:#94a3b8!important;text-decoration:line-through!important;}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__price-current{font-size:14px!important;font-weight:700!important;color:#0f172a!important;}
.mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__button{width:30px!important;height:30px!important;min-width:30px!important;border-radius:999px!important;background:#eef4ff!important;border:1px solid #d7e2ff!important;color:#1d2b4f!important;}
@media (max-width: 1140px){
  .mbfe-homepage-hero-cards--dual{grid-template-columns:1fr!important;gap:18px!important;}
}
@media (max-width: 767px){
  .mbfe-homepage-hero-intro-strip{align-items:flex-start!important;gap:8px!important;}
  .mbfe-homepage-hero-intro-strip__headline{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}
  .mbfe-homepage-hero-intro-strip__links{white-space:normal!important;flex-wrap:wrap!important;}
  .mbfe-homepage-hero-card{padding:16px!important;border-radius:24px!important;}
  .mbfe-homepage-hero-card--featured{grid-template-columns:1fr!important;grid-template-areas:"image" "body" "products"!important;gap:14px!important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image{max-width:124px!important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__image img{width:124px!important;height:176px!important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__body{min-height:0!important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__title{font-size:16px!important;max-width:none!important;}
  .mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__text,.mbfe-homepage-hero-card--featured .mbfe-homepage-hero-card__micro{font-size:12px!important;max-width:none!important;}
  .mbfe-homepage-hero-products--featured{grid-template-columns:1fr!important;gap:10px!important;}
  .mbfe-product-mini-card--hero-featured{grid-template-columns:48px minmax(0,1fr) auto!important;gap:10px!important;padding:10px!important;}
  .mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__image{width:48px!important;}
  .mbfe-product-mini-card--hero-featured .mbfe-product-mini-card__image img{width:48px!important;height:64px!important;}
  .mbfe-homepage-hero-card--showcase{padding:16px!important;gap:10px!important;}
  .mbfe-homepage-hero-card__eyebrow-row{align-items:flex-start!important;}
  .mbfe-homepage-hero-card__title--showcase{font-size:14px!important;max-width:none!important;}
  .mbfe-homepage-hero-card__showcase-micro{font-size:12px!important;max-width:none!important;}
  .mbfe-homepage-hero-products--showcase{grid-template-columns:1fr!important;gap:10px!important;}
  .mbfe-product-mini-card--hero-showcase{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:10px!important;}
  .mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__image{width:48px!important;aspect-ratio:auto!important;}
  .mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__image img{width:48px!important;height:64px!important;aspect-ratio:auto!important;border-radius:10px!important;}
  .mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__body{gap:4px!important;}
  .mbfe-product-mini-card--hero-showcase .mbfe-product-mini-card__title{font-size:12px!important;}
}


/* v0.8.87 homepage module build */
.mbfe-homepage-category-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:18px}
.mbfe-homepage-category-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:20px;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.mbfe-homepage-category-card__head{margin-bottom:14px}
.mbfe-homepage-category-card__title{font-size:1.15rem;line-height:1.25;margin:8px 0 6px}
.mbfe-homepage-category-card__subtitle{margin:0;color:#64748b;font-size:.95rem;line-height:1.45}
.mbfe-homepage-category-card__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.mbfe-product-mini-card--category{min-width:0}
.mbfe-homepage-category-card__footer{margin-top:14px;display:flex;justify-content:flex-start}
.mbfe-homepage-category-card__link{font-weight:600;text-decoration:none}
@media (max-width: 1024px){.mbfe-homepage-category-cards-grid{grid-template-columns:1fr}.mbfe-homepage-category-card__products{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width: 767px){.mbfe-homepage-category-cards-grid{gap:16px}.mbfe-homepage-category-card{padding:16px;border-radius:20px}.mbfe-homepage-category-card__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mbfe-homepage-category-card__title{font-size:1.05rem}.mbfe-homepage-category-card__subtitle{font-size:.9rem}}

/* v0.9.00 search overlay */
.mbfe-homepage-search__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.mbfe-homepage-search__tab{border:0;cursor:pointer}
.mbfe-homepage-search__results{margin-top:12px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.08);overflow:hidden}
.mbfe-homepage-search__result{display:block;padding:14px 16px;text-decoration:none;color:inherit;border-top:1px solid rgba(15,23,42,.06)}
.mbfe-homepage-search__result:first-child{border-top:0}
.mbfe-homepage-search__result:hover{background:rgba(15,23,42,.03)}
.mbfe-homepage-search__result strong{display:block;font-size:14px;line-height:1.35}
.mbfe-homepage-search__result span{display:block}
.mbfe-homepage-search__result-type{font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#64748b;margin-bottom:4px}
.mbfe-homepage-search__empty{padding:16px;color:#64748b}

/* v0.9.10 category-aware hero cards admin refinement */


/* v0.9.20 admin parity + section completion */
.mbfe-homepage-topics .mbfe-homepage-grid--topics-1{grid-template-columns:minmax(280px,420px) !important;justify-content:flex-start;}
.mbfe-homepage-topics .mbfe-homepage-grid--topics-2{grid-template-columns:repeat(2,minmax(260px,360px)) !important;justify-content:flex-start;}
.mbfe-homepage-topics .mbfe-card--topic{display:flex;flex-direction:column;min-height:100% !important;}
.mbfe-homepage-topics .mbfe-card__link{margin-top:auto;}
.mbfe-homepage-learn__grid{align-items:stretch;}
.mbfe-homepage-learn__supporting:has(.mbfe-card--learn-support:only-child),
.mbfe-homepage-learn__supporting .mbfe-card--learn-support:only-child{grid-template-rows:1fr;}
.mbfe-homepage-continue .mbfe-card--continue{min-height:220px;display:flex;flex-direction:column;justify-content:flex-start;}
.mbfe-homepage-continue .mbfe-card--continue .mbfe-card__link{margin-top:auto;}
.mbfe-homepage-grid--continue-1{grid-template-columns:minmax(280px,420px) !important;justify-content:flex-start;}
.mbfe-homepage-grid--continue-2{grid-template-columns:repeat(2,minmax(260px,1fr)) !important;}
.mbfe-homepage-section__cta{white-space:nowrap;}
@media (max-width: 767px){
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-1,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-2,
  .mbfe-homepage-grid--continue-1,
  .mbfe-homepage-grid--continue-2{grid-template-columns:1fr !important;}
}


/* v0.9.31 final rail visibility lock */
.mbfe-homepage .mbfe-product-carousel:not(.mbfe-product-carousel--topics){
  --mbfe-row-gap:14px;
  display:grid !important;
  grid-auto-flow:column !important;
  gap:var(--mbfe-row-gap) !important;
  overflow-x:auto !important;
  scroll-snap-type:x proximity !important;
  grid-auto-columns:calc((100% - (var(--mbfe-row-gap) * (var(--mbfe-row-visible-desktop) - 1))) / var(--mbfe-row-visible-desktop)) !important;
}
@media (max-width: 820px){
  .mbfe-homepage .mbfe-product-carousel:not(.mbfe-product-carousel--topics){
    grid-auto-columns:calc((100% - (var(--mbfe-row-gap) * (var(--mbfe-row-visible-tablet) - 1))) / var(--mbfe-row-visible-tablet)) !important;
  }
}
@media (max-width: 640px){
  .mbfe-homepage .mbfe-product-carousel:not(.mbfe-product-carousel--topics){
    grid-auto-columns:calc((100% - (var(--mbfe-row-gap) * (var(--mbfe-row-visible-mobile) - 1))) / var(--mbfe-row-visible-mobile)) !important;
  }
}


/* v0.9.40 elite polish pass */
:root{
  --mbfe-space-section-desktop:56px;
  --mbfe-space-section-tablet:44px;
  --mbfe-space-section-mobile:32px;
  --mbfe-card-radius-lg:24px;
  --mbfe-card-radius-md:18px;
  --mbfe-text-strong:#171717;
  --mbfe-text-soft:#5e5a52;
  --mbfe-border-soft:rgba(15,23,42,.08);
  --mbfe-shadow-soft:0 16px 32px rgba(15,23,42,.05);
  --mbfe-shadow-hover:0 20px 40px rgba(15,23,42,.09);
}
.mbfe-homepage{background:linear-gradient(180deg,#f7f8fb 0%,#fcfcfd 16%,#f8fafc 52%,#f7f8fb 100%);padding:16px 0 72px;}
.mbfe-homepage-section{padding:var(--mbfe-space-section-desktop) 0;}
.mbfe-homepage-hero{padding-top:8px;}
.mbfe-homepage-section__header{margin-bottom:18px;align-items:flex-end;}
.mbfe-homepage-section__title{margin:0 0 6px;font-size:clamp(1.55rem,2.6vw,2.15rem);line-height:1.02;letter-spacing:-.03em;}
.mbfe-homepage-section__intro{font-size:.96rem;line-height:1.6;color:var(--mbfe-text-soft);max-width:62ch;}
.mbfe-homepage-section__cta{font-size:.9rem;font-weight:700;color:#273548;opacity:.82;transition:opacity .18s ease,color .18s ease;}
.mbfe-homepage-section__cta:hover{opacity:1;color:#111827;}

.mbfe-homepage-hero-intro-strip{margin:0 0 10px !important;padding:2px 2px 0 !important;border:0 !important;box-shadow:none !important;background:transparent !important;align-items:flex-start !important;}
.mbfe-homepage-hero-intro-strip__headline{margin:0;font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.45;color:#41506a;font-weight:600;max-width:68ch;}
.mbfe-homepage-hero-intro-strip__links{gap:10px;font-size:12px;opacity:.92;}
.mbfe-homepage-hero-goals{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px;}
.mbfe-homepage-hero-goals__label{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#77849a;}
.mbfe-homepage-hero-goals__link{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border-radius:999px;border:1px solid rgba(54,92,153,.12);background:rgba(255,255,255,.86);color:#365c99;text-decoration:none;font-size:12px;font-weight:700;box-shadow:0 6px 16px rgba(19,40,68,.04);}
.mbfe-homepage-hero-goals__link:hover{background:#fff;color:#173a67;border-color:rgba(54,92,153,.2);}

.mbfe-homepage-category-cards-grid{gap:20px !important;margin-top:10px !important;}
.mbfe-homepage-category-card{padding:18px 18px 16px !important;border-radius:24px !important;border:1px solid var(--mbfe-border-soft) !important;background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%) !important;box-shadow:var(--mbfe-shadow-soft) !important;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;}
.mbfe-homepage-category-card:hover{transform:translateY(-2px);box-shadow:var(--mbfe-shadow-hover) !important;border-color:rgba(15,23,42,.12) !important;}
.mbfe-homepage-category-card__head{margin-bottom:12px !important;}
.mbfe-homepage-category-card__badge{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:#f5f7fb;border-color:rgba(15,23,42,.06);color:#5f6b7f;box-shadow:none;}
.mbfe-homepage-category-card__title{font-size:1.08rem !important;line-height:1.16 !important;letter-spacing:-.02em;margin:8px 0 4px !important;color:var(--mbfe-text-strong);}
.mbfe-homepage-category-card__subtitle{font-size:.88rem !important;line-height:1.45 !important;color:#6a7486 !important;max-width:34ch;}
.mbfe-homepage-category-card__products{gap:12px !important;}
.mbfe-homepage-category-card__footer{margin-top:10px !important;}
.mbfe-homepage-category-card__link{font-size:.88rem;font-weight:700;color:#334155;text-decoration:none;opacity:.88;}
.mbfe-homepage-category-card__link:hover{opacity:1;color:#111827;}

.mbfe-product-mini-card{padding:12px 12px 13px !important;border-radius:16px !important;border:1px solid rgba(15,23,42,.06) !important;background:#fff !important;box-shadow:0 10px 22px rgba(24,39,75,.04) !important;transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;}
.mbfe-product-mini-card:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(24,39,75,.08) !important;border-color:rgba(15,23,42,.1) !important;}
.mbfe-product-mini-card__image{display:block;overflow:hidden;border-radius:12px;}
.mbfe-product-mini-card__image img{transition:transform .24s ease;}
.mbfe-product-mini-card:hover .mbfe-product-mini-card__image img{transform:scale(1.03);}
.mbfe-product-mini-card__body{gap:0 !important;}
.mbfe-product-mini-card__title{font-size:12px !important;line-height:1.32 !important;font-weight:600 !important;letter-spacing:-.01em;margin:0 0 6px !important;min-height:2.62em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal !important;overflow:hidden;}
.mbfe-product-mini-card__title a{color:#16181d !important;}
.mbfe-product-mini-card__rating{font-size:10.5px !important;gap:5px !important;margin:0 0 6px !important;color:#7b8596 !important;min-height:14px;}
.mbfe-rating-stars{font-size:10.5px !important;letter-spacing:.05em;}
.mbfe-rating-value{font-size:10.5px !important;}
.mbfe-product-mini-card__purchase{margin-top:auto !important;gap:8px !important;align-items:center !important;}
.mbfe-product-mini-card__price{gap:5px !important;align-items:baseline !important;}
.mbfe-product-mini-card__price-current{font-size:13px !important;line-height:1 !important;font-weight:800 !important;color:#141518 !important;}
.mbfe-product-mini-card__price-regular{font-size:11px !important;line-height:1 !important;color:#8b93a1 !important;}
.mbfe-product-mini-card__button{width:30px !important;height:30px !important;border:1px solid #d9e4f8 !important;background:linear-gradient(180deg,#f7fbff 0%,#edf4ff 100%) !important;color:#1f3157 !important;}
.mbfe-product-mini-card__button:hover{background:linear-gradient(180deg,#eef5ff 0%,#e0edff 100%) !important;border-color:#c6d9ff !important;color:#13294c !important;box-shadow:0 10px 20px rgba(31,49,87,.10) !important;}

.mbfe-homepage-featured-books .mbfe-homepage-grid--books{gap:18px !important;}
.mbfe-homepage-featured-books .mbfe-card--book{padding:13px !important;border-radius:20px !important;background:linear-gradient(180deg,#fff 0%,#fcfdff 100%) !important;box-shadow:0 12px 24px rgba(24,39,75,.05) !important;}
.mbfe-homepage-featured-books .mbfe-card__title--small{font-size:12px !important;line-height:1.3 !important;font-weight:600 !important;margin:0 0 5px !important;}
.mbfe-homepage-featured-books .mbfe-product-mini-card__rating--featured{margin:0 0 6px !important;}

.mbfe-homepage-topics .mbfe-card--topic,
.mbfe-homepage-learn .mbfe-card,
.mbfe-homepage-continue .mbfe-card,
.mbfe-homepage-start-here .mbfe-card--recommendation-amazon{padding:18px !important;border-radius:22px !important;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%) !important;box-shadow:0 12px 28px rgba(24,39,75,.05) !important;border:1px solid rgba(15,23,42,.07) !important;}
.mbfe-homepage-topics .mbfe-card__title,
.mbfe-homepage-learn .mbfe-card__title,
.mbfe-homepage-continue .mbfe-card__title,
.mbfe-homepage-start-here .mbfe-card__title{font-size:1rem !important;line-height:1.24 !important;letter-spacing:-.02em;white-space:normal !important;display:block !important;}
.mbfe-homepage-topics .mbfe-card__text,
.mbfe-homepage-learn .mbfe-card__text,
.mbfe-homepage-continue .mbfe-card__text,
.mbfe-homepage-start-here .mbfe-card__text{font-size:.9rem !important;line-height:1.55 !important;color:#5f6777 !important;}
.mbfe-homepage-topics .mbfe-card__link,
.mbfe-homepage-learn .mbfe-card__link,
.mbfe-homepage-continue .mbfe-card__link,
.mbfe-homepage-start-here .mbfe-card__link{font-size:.9rem;font-weight:700;color:#273548;}
.mbfe-homepage-topics .mbfe-card__link:hover,
.mbfe-homepage-learn .mbfe-card__link:hover,
.mbfe-homepage-continue .mbfe-card__link:hover,
.mbfe-homepage-start-here .mbfe-card__link:hover{color:#111827;}

.mbfe-homepage-learn__grid{gap:18px !important;}
.mbfe-homepage-learn__supporting{gap:18px !important;}
.mbfe-homepage-continue .mbfe-card--continue{min-height:236px !important;}
.mbfe-homepage-topics .mbfe-card--topic{min-height:100% !important;}

.mbfe-carousel-btn{width:34px;height:34px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 8px 18px rgba(24,39,75,.05);color:#334155;}
.mbfe-carousel-btn:hover{background:#f8fbff;border-color:rgba(54,92,153,.16);color:#111827;}

@media (max-width: 1024px){
  .mbfe-homepage-section{padding:var(--mbfe-space-section-tablet) 0;}
  .mbfe-homepage-category-card__products{gap:10px !important;}
}
@media (max-width: 767px){
  .mbfe-homepage{padding:12px 0 56px;}
  .mbfe-homepage-section{padding:var(--mbfe-space-section-mobile) 0;}
  .mbfe-homepage-section__header{margin-bottom:16px;gap:12px;align-items:flex-start;}
  .mbfe-homepage-section__title{font-size:1.4rem;}
  .mbfe-homepage-section__intro{font-size:.92rem;}
  .mbfe-homepage-hero-intro-strip{margin-bottom:8px !important;}
  .mbfe-homepage-hero-intro-strip__headline{font-size:.96rem;line-height:1.42;}
  .mbfe-homepage-hero-goals{margin-top:6px;gap:6px;}
  .mbfe-homepage-hero-goals__label{width:100%;}
  .mbfe-homepage-hero-goals__link{min-height:28px;padding:5px 10px;font-size:11px;}
  .mbfe-homepage-category-cards-grid{gap:16px !important;}
  .mbfe-homepage-category-card{padding:16px 14px 14px !important;border-radius:20px !important;}
  .mbfe-homepage-category-card__products{gap:10px !important;}
  .mbfe-product-mini-card{padding:10px !important;}
  .mbfe-product-mini-card__title{font-size:11px !important;min-height:2.45em;}
  .mbfe-product-mini-card__price-current{font-size:12px !important;}
  .mbfe-product-mini-card__price-regular{font-size:10px !important;}
  .mbfe-homepage-featured-books .mbfe-homepage-grid--books{gap:14px !important;}
}


/* v0.9.50 hero card compact elite pass */
.mbfe-homepage-category-cards-grid{align-items:start !important;}
.mbfe-homepage-category-card-wrap{display:flex;flex-direction:column;gap:8px;min-width:0;}
.mbfe-homepage-category-card{padding:16px 16px 14px !important;border-radius:22px !important;gap:12px !important;min-height:100%;}
.mbfe-homepage-category-card__head{display:flex;flex-direction:column;gap:6px !important;}
.mbfe-homepage-category-card__headline-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;}
.mbfe-homepage-category-card__title{margin:0 !important;font-size:16px !important;line-height:1.15 !important;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mbfe-homepage-category-card__badge{order:2;flex:0 0 auto;white-space:nowrap;font-size:10px !important;padding:5px 8px !important;letter-spacing:.08em !important;}
.mbfe-homepage-category-card__subtitle{margin:0 !important;font-size:12px !important;line-height:1.35 !important;color:#667085 !important;max-width:34ch;}
.mbfe-homepage-category-card__products{gap:12px !important;}
.mbfe-homepage-category-card__footer--outside{padding:0 4px;}
.mbfe-homepage-category-card__link{display:inline-flex;align-items:center;gap:6px;font-size:12px !important;font-weight:700 !important;color:#1d4ed8 !important;text-decoration:none !important;}
.mbfe-homepage-category-card__link::after{content:"→";font-size:12px;line-height:1;}
.mbfe-homepage-category-card__link:hover{color:#163fab !important;transform:translateX(1px);}
.mbfe-homepage-topics .mbfe-homepage-section__header,
.mbfe-homepage-learn .mbfe-homepage-section__header,
.mbfe-homepage-continue .mbfe-homepage-section__header{margin-bottom:16px !important;align-items:flex-end !important;}
.mbfe-homepage-topics .mbfe-homepage-section__title,
.mbfe-homepage-learn .mbfe-homepage-section__title,
.mbfe-homepage-continue .mbfe-homepage-section__title{font-size:24px !important;line-height:1.1 !important;letter-spacing:-.02em;}
.mbfe-homepage-topics .mbfe-homepage-section__intro,
.mbfe-homepage-learn .mbfe-homepage-section__intro,
.mbfe-homepage-continue .mbfe-homepage-section__intro{max-width:56ch;color:#667085 !important;}
.mbfe-homepage-topics .mbfe-card--topic,
.mbfe-homepage-learn .mbfe-card,
.mbfe-homepage-continue .mbfe-card{border-radius:22px !important;border:1px solid rgba(17,24,39,.08) !important;box-shadow:0 14px 30px rgba(15,23,42,.045) !important;background:linear-gradient(180deg,#ffffff 0%,#fbfbf8 100%) !important;}
.mbfe-homepage-topics .mbfe-card--topic:hover,
.mbfe-homepage-learn .mbfe-card:hover,
.mbfe-homepage-continue .mbfe-card:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(15,23,42,.07) !important;border-color:rgba(59,91,219,.12) !important;}
.mbfe-homepage-topics .mbfe-card--topic{padding:18px !important;}
.mbfe-homepage-topics .mbfe-card__image-link--start{margin-bottom:14px !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);}
.mbfe-homepage-topics .mbfe-card__title{font-size:17px !important;line-height:1.25 !important;margin:0 0 8px !important;}
.mbfe-homepage-topics .mbfe-card__text{font-size:13px !important;line-height:1.5 !important;margin:0 0 12px !important;-webkit-line-clamp:3 !important;}
.mbfe-homepage-learn__grid{gap:20px !important;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr) !important;}
.mbfe-card--learn-primary{padding:20px !important;min-height:280px !important;}
.mbfe-card--learn-support{padding:18px !important;min-height:130px !important;}
.mbfe-homepage-learn__supporting{gap:16px !important;}
.mbfe-card--learn-primary .mbfe-card__title,
.mbfe-card--learn-support .mbfe-card__title,
.mbfe-card--continue .mbfe-card__title{font-size:16px !important;line-height:1.25 !important;}
.mbfe-card--learn-primary .mbfe-card__text{font-size:13px !important;line-height:1.55 !important;max-width:60ch;}
.mbfe-card--learn-support .mbfe-card__text,
.mbfe-card--continue .mbfe-card__text{font-size:12px !important;line-height:1.5 !important;}
.mbfe-homepage-continue .mbfe-card--continue{padding:18px !important;min-height:210px !important;}
.mbfe-homepage-continue .mbfe-homepage-grid--continue-1{grid-template-columns:minmax(280px,420px) !important;justify-content:flex-start;}
.mbfe-homepage-continue .mbfe-homepage-grid--continue-2{grid-template-columns:repeat(2,minmax(260px,1fr)) !important;}
@media (max-width: 900px){
  .mbfe-homepage-category-card-wrap{gap:6px;}
  .mbfe-homepage-category-card{padding:14px !important;}
  .mbfe-homepage-category-card__headline-row{align-items:flex-start;}
  .mbfe-homepage-category-card__title{white-space:normal;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}
  .mbfe-homepage-learn__grid{grid-template-columns:1fr !important;gap:18px !important;}
}
@media (max-width: 640px){
  .mbfe-homepage-category-card__headline-row{gap:8px;}
  .mbfe-homepage-category-card__title{font-size:15px !important;}
  .mbfe-homepage-category-card__badge{font-size:9px !important;padding:4px 7px !important;}
  .mbfe-homepage-category-card__subtitle{font-size:11px !important;}
  .mbfe-homepage-topics .mbfe-card--topic,
  .mbfe-card--learn-primary,
  .mbfe-card--learn-support,
  .mbfe-homepage-continue .mbfe-card--continue{padding:16px !important;}
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-2,
  .mbfe-homepage-continue .mbfe-homepage-grid--continue-2{grid-template-columns:1fr !important;}
}

/* v0.9.70 start/topic/learn visual polish + hero rotation support */
.mbfe-card__media{display:block;position:relative;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#eef4ff 0%,#f8fbff 100%);margin-bottom:14px;box-shadow:inset 0 0 0 1px rgba(15,23,42,.05)}
.mbfe-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.mbfe-card__media-placeholder{display:flex;align-items:flex-end;justify-content:space-between;width:100%;height:100%;padding:14px;background:linear-gradient(135deg,#edf4ff 0%,#fff7ed 100%)}
.mbfe-card__media-badge{font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#2563eb;background:rgba(255,255,255,.88);padding:6px 10px;border-radius:999px;align-self:flex-start}
.mbfe-card__media-initial{font-size:42px;line-height:1;font-weight:800;letter-spacing:-.04em;color:#0f172a;opacity:.14;align-self:flex-end}
.mbfe-homepage-start-here .mbfe-card__content,
.mbfe-homepage-topics .mbfe-card__content,
.mbfe-homepage-learn .mbfe-card__content{display:flex;flex-direction:column;min-height:0;flex:1}
.mbfe-homepage-start-here .mbfe-card--recommendation-amazon,
.mbfe-homepage-topics .mbfe-card--topic,
.mbfe-homepage-learn .mbfe-card{display:flex!important;flex-direction:column!important}
.mbfe-homepage-start-here .mbfe-card__media{aspect-ratio:16/9;margin-bottom:12px}
.mbfe-homepage-start-here .mbfe-card__text{min-height:2.8em}
.mbfe-homepage-topics .mbfe-card__media{aspect-ratio:16/9;margin-bottom:12px}
.mbfe-homepage-topics .mbfe-card--topic{min-height:280px!important}
.mbfe-homepage-topics .mbfe-card__text{min-height:2.9em}
.mbfe-homepage-topics .mbfe-card__meta{margin:0 0 10px;font-size:12px;color:#64748b}
.mbfe-homepage-learn__grid{gap:18px!important}
.mbfe-homepage-learn .mbfe-card{min-height:250px}
.mbfe-homepage-learn .mbfe-card__media{aspect-ratio:16/9;margin-bottom:12px}
.mbfe-homepage-learn .mbfe-card--learn-primary .mbfe-card__media{aspect-ratio:16/9}
.mbfe-homepage-learn .mbfe-card__text{color:#64748b!important}
.mbfe-homepage-category-card__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.mbfe-homepage-category-card[data-auto-rotate="1"] .mbfe-homepage-category-card__products{min-height:210px}
@media (max-width: 767px){
  .mbfe-card__media{border-radius:16px}
  .mbfe-homepage-topics .mbfe-card--topic,
  .mbfe-homepage-learn .mbfe-card{min-height:0}
  .mbfe-homepage-category-card__products{gap:10px}
}

/* v0.9.70 start/topic/learn/search compact elite refinement */
.mbfe-homepage-search{margin-top:18px!important;margin-bottom:24px!important}
.mbfe-homepage-search__bar{padding:10px!important;border-radius:18px!important;box-shadow:0 10px 24px rgba(15,23,42,.05)!important;border:1px solid rgba(15,23,42,.08)!important;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important}
.mbfe-homepage-search__input{height:42px!important;border-radius:12px!important;font-size:14px!important}
.mbfe-homepage-search__submit,.mbfe-homepage-search button[type="submit"]{height:42px!important;min-width:96px!important;border-radius:12px!important;font-size:13px!important;font-weight:700!important}
.mbfe-homepage-search__tabs,.mbfe-homepage-search__filters{gap:8px!important;margin-top:10px!important}
.mbfe-homepage-search__tab,.mbfe-homepage-search__filters button{padding:6px 10px!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important}

.mbfe-homepage-start-here .mbfe-homepage-grid{gap:14px!important}
.mbfe-homepage-start-here .mbfe-card--recommendation-amazon,
.mbfe-homepage-topics .mbfe-card--topic,
.mbfe-homepage-learn .mbfe-card{padding:14px!important;border-radius:18px!important;box-shadow:0 8px 18px rgba(18,31,54,.05)!important}
.mbfe-homepage-start-here .mbfe-card__media,
.mbfe-homepage-topics .mbfe-card__media,
.mbfe-homepage-learn .mbfe-card__media{aspect-ratio:16/8.8!important;border-radius:14px!important;margin-bottom:10px!important}
.mbfe-card__media-placeholder{padding:12px!important}
.mbfe-card__media-badge{font-size:10px!important;padding:5px 8px!important}
.mbfe-card__media-initial{font-size:34px!important}
.mbfe-homepage-start-here .mbfe-card__title,
.mbfe-homepage-topics .mbfe-card__title,
.mbfe-homepage-learn .mbfe-card__title{font-size:15px!important;line-height:1.28!important;margin:0 0 6px!important}
.mbfe-homepage-start-here .mbfe-card__text,
.mbfe-homepage-topics .mbfe-card__text,
.mbfe-homepage-learn .mbfe-card__text{font-size:12px!important;line-height:1.45!important;margin:0 0 8px!important;color:#667085!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.mbfe-homepage-start-here .mbfe-card__text{-webkit-line-clamp:2!important;min-height:auto!important}
.mbfe-homepage-topics .mbfe-card__text{-webkit-line-clamp:2!important;min-height:auto!important}
.mbfe-homepage-learn .mbfe-card__text{-webkit-line-clamp:3!important}
.mbfe-homepage-start-here .mbfe-card__link,
.mbfe-homepage-topics .mbfe-card__link,
.mbfe-homepage-learn .mbfe-card__link{font-size:12px!important;line-height:1.2!important;margin-top:auto!important}

.mbfe-homepage-start-here .mbfe-card--recommendation-amazon{min-height:0!important}
.mbfe-homepage-topics .mbfe-card--topic{min-height:0!important}
.mbfe-homepage-learn .mbfe-card{min-height:0!important}
.mbfe-homepage-learn__grid{gap:14px!important;grid-template-columns:minmax(0,1fr) minmax(280px,.86fr)!important}
.mbfe-homepage-learn__supporting{gap:14px!important}
.mbfe-homepage-learn .mbfe-card--learn-primary .mbfe-card__media{aspect-ratio:16/8.6!important}
.mbfe-homepage-learn .mbfe-card--learn-support .mbfe-card__media{aspect-ratio:16/8.3!important}
.mbfe-homepage-learn .mbfe-homepage-chip,
.mbfe-homepage-start-here .mbfe-homepage-chip,
.mbfe-homepage-topics .mbfe-homepage-chip{font-size:10px!important;padding:5px 8px!important;margin:0 0 8px!important}

.mbfe-homepage-topics .mbfe-homepage-grid--topics-1{grid-template-columns:minmax(260px,340px)!important}
.mbfe-homepage-topics .mbfe-homepage-grid--topics-2{grid-template-columns:repeat(2,minmax(240px,320px))!important}
.mbfe-homepage-topics .mbfe-card__meta{font-size:11px!important;margin:0 0 8px!important}

@media (max-width: 1024px){
  .mbfe-homepage-learn__grid{grid-template-columns:1fr!important}
}
@media (max-width: 640px){
  .mbfe-homepage-search{margin-top:14px!important;margin-bottom:20px!important}
  .mbfe-homepage-search__bar{padding:8px!important;border-radius:16px!important}
  .mbfe-homepage-search__input{height:40px!important;font-size:13px!important}
  .mbfe-homepage-search__submit,.mbfe-homepage-search button[type="submit"]{height:40px!important;min-width:84px!important}
  .mbfe-homepage-start-here .mbfe-card--recommendation-amazon,
  .mbfe-homepage-topics .mbfe-card--topic,
  .mbfe-homepage-learn .mbfe-card{padding:12px!important;border-radius:16px!important}
  .mbfe-homepage-start-here .mbfe-card__media,
  .mbfe-homepage-topics .mbfe-card__media,
  .mbfe-homepage-learn .mbfe-card__media{border-radius:12px!important}
}


/* v0.9.80 targeted image truth + compact section polish */
.mbfe-homepage-search{padding-top:10px !important;padding-bottom:14px !important;}
.mbfe-homepage-search__box{max-width:620px !important;margin-inline:auto !important;padding:10px 12px !important;border-radius:18px !important;box-shadow:0 8px 22px rgba(15,23,42,.05) !important;}
.mbfe-homepage-search__controls{gap:10px !important;align-items:center !important;}
.mbfe-homepage-search__input{min-height:42px !important;border-radius:12px !important;font-size:14px !important;}
.mbfe-homepage-search__button{min-height:42px !important;padding:0 16px !important;border-radius:12px !important;font-size:13px !important;}
.mbfe-homepage-search__tabs{gap:8px !important;padding-top:8px !important;}
.mbfe-homepage-search__tab{padding:5px 10px !important;font-size:11px !important;}

.mbfe-homepage-start-here .mbfe-homepage-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:14px !important;}
.mbfe-homepage-start-here .mbfe-card--recommendation-amazon,
.mbfe-homepage-topics .mbfe-card--topic,
.mbfe-homepage-learn .mbfe-card{padding:16px !important;border-radius:20px !important;box-shadow:0 10px 22px rgba(15,23,42,.045) !important;}
.mbfe-homepage-start-here .mbfe-card__image-link--start,
.mbfe-homepage-topics .mbfe-card__image-link--start,
.mbfe-homepage-learn .mbfe-card__media{aspect-ratio:16/8.5 !important;min-height:118px !important;max-height:132px !important;border-radius:16px !important;margin-bottom:12px !important;background:linear-gradient(180deg,#eef3f8 0%,#e8eef6 100%) !important;}
.mbfe-homepage-start-here .mbfe-card__image-link--start img,
.mbfe-homepage-topics .mbfe-card__image-link--start img,
.mbfe-homepage-learn .mbfe-card__media img,
.mbfe-homepage-topics .mbfe-card__media img,
.mbfe-homepage-start-here .mbfe-card__media img{width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;}
.mbfe-homepage-start-here .mbfe-card__content,
.mbfe-homepage-topics .mbfe-card__content,
.mbfe-homepage-learn .mbfe-card__content{display:flex !important;flex-direction:column !important;gap:0 !important;min-height:0 !important;}
.mbfe-homepage-start-here .mbfe-homepage-chip,
.mbfe-homepage-learn .mbfe-homepage-chip{font-size:10px !important;padding:5px 9px !important;margin:0 0 8px !important;align-self:flex-start !important;}
.mbfe-homepage-start-here .mbfe-card__title,
.mbfe-homepage-topics .mbfe-card__title,
.mbfe-homepage-learn .mbfe-card__title{font-size:15px !important;line-height:1.28 !important;margin:0 0 7px !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.mbfe-homepage-start-here .mbfe-card__text,
.mbfe-homepage-topics .mbfe-card__text,
.mbfe-homepage-learn .mbfe-card__text{font-size:12.5px !important;line-height:1.45 !important;margin:0 0 10px !important;color:#667085 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.mbfe-homepage-start-here .mbfe-card__link,
.mbfe-homepage-topics .mbfe-card__link,
.mbfe-homepage-learn .mbfe-card__link{margin-top:auto !important;font-size:12.5px !important;font-weight:700 !important;}

.mbfe-homepage-topics .mbfe-homepage-grid--topics-1{grid-template-columns:minmax(260px,360px) !important;}
.mbfe-homepage-topics .mbfe-card--topic{max-width:360px !important;min-height:0 !important;}
.mbfe-homepage-topics .mbfe-card__media,
.mbfe-homepage-topics .mbfe-card__image-link--start{aspect-ratio:16/8 !important;min-height:126px !important;}
.mbfe-homepage-topics .mbfe-card__text{-webkit-line-clamp:2 !important;}

.mbfe-homepage-learn__grid{grid-template-columns:minmax(0,1fr) minmax(260px,.86fr) !important;gap:14px !important;align-items:stretch !important;}
.mbfe-homepage-learn__supporting{gap:14px !important;}
.mbfe-card--learn-primary{min-height:0 !important;}
.mbfe-card--learn-support{min-height:0 !important;}
.mbfe-homepage-learn .mbfe-card__media--learn-primary{aspect-ratio:16/7 !important;min-height:132px !important;}
.mbfe-homepage-learn .mbfe-card__media--learn-support{aspect-ratio:16/7 !important;min-height:108px !important;}
.mbfe-homepage-learn .mbfe-card__text{-webkit-line-clamp:2 !important;}
.mbfe-homepage-learn .mbfe-card__media-placeholder{display:flex !important;align-items:center !important;justify-content:center !important;}
.mbfe-homepage-learn .mbfe-card__media-badge,
.mbfe-homepage-topics .mbfe-card__media-badge,
.mbfe-homepage-start-here .mbfe-card__media-badge{font-size:10px !important;padding:6px 10px !important;border-radius:999px !important;backdrop-filter:none !important;background:rgba(255,255,255,.92) !important;color:#0f172a !important;}
.mbfe-homepage-learn .mbfe-card__media-initial,
.mbfe-homepage-topics .mbfe-card__media-initial,
.mbfe-homepage-start-here .mbfe-card__media-initial{font-size:34px !important;opacity:.18 !important;}

@media (max-width: 980px){
  .mbfe-homepage-start-here .mbfe-homepage-grid{grid-template-columns:1fr !important;}
  .mbfe-homepage-learn__grid{grid-template-columns:1fr !important;}
}


/* v0.9.90 targeted compact learn/topic/search refresh */
.mbfe-homepage-search{margin-top:10px;margin-bottom:8px}
.mbfe-homepage-search__wrap{max-width:720px;margin-inline:auto;background:#f7f8fb;border:1px solid rgba(27,39,94,.08);border-radius:16px;padding:12px 14px;box-shadow:0 8px 24px rgba(20,34,76,.04)}
.mbfe-homepage-search__form{gap:10px}
.mbfe-homepage-search__input{height:42px;border-radius:12px}
.mbfe-homepage-search__submit{height:42px;border-radius:12px;padding:0 16px}
.mbfe-homepage-search__tabs{justify-content:center;gap:8px;margin-top:10px}
.mbfe-homepage-search__tab{padding:6px 10px;border-radius:999px;font-size:12px}

.mbfe-homepage-start-here .mbfe-card--recommendation,
.mbfe-homepage-learn .mbfe-card--learn-compact,
.mbfe-homepage-topics .mbfe-card--topic-compact{border-radius:18px;padding:10px;background:#fff;border:1px solid rgba(27,39,94,.08);box-shadow:0 10px 30px rgba(31,41,55,.06)}
.mbfe-homepage-start-here .mbfe-card__media,
.mbfe-homepage-learn .mbfe-card__media,
.mbfe-homepage-topics .mbfe-card__media{border-radius:14px;overflow:hidden;aspect-ratio:16/10;background:linear-gradient(180deg,#eef2ff 0%,#f8fafc 100%)}
.mbfe-homepage-start-here .mbfe-card__img,
.mbfe-homepage-learn .mbfe-card__img,
.mbfe-homepage-topics .mbfe-card__img{width:100%;height:100%;object-fit:cover}
.mbfe-homepage-start-here .mbfe-card__content,
.mbfe-homepage-learn .mbfe-card__content,
.mbfe-homepage-topics .mbfe-card__content{padding:10px 4px 2px}
.mbfe-homepage-start-here .mbfe-card__title,
.mbfe-homepage-learn .mbfe-card__title,
.mbfe-homepage-topics .mbfe-card__title{font-size:15px;line-height:1.28;margin:8px 0 6px;font-weight:700}
.mbfe-homepage-start-here .mbfe-card__text,
.mbfe-homepage-learn .mbfe-card__text,
.mbfe-homepage-topics .mbfe-card__text{font-size:12px;line-height:1.5;color:#667085;margin:0 0 8px}
.mbfe-homepage-start-here .mbfe-card__link,
.mbfe-homepage-learn .mbfe-card__link,
.mbfe-homepage-topics .mbfe-card__link{font-size:12px;font-weight:700}
.mbfe-homepage-grid--learn{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.mbfe-homepage-topics .mbfe-homepage-grid--topics-1{max-width:420px}
.mbfe-homepage-topics .mbfe-card--topic-compact{max-width:420px}
.mbfe-card__media-placeholder{display:flex;align-items:flex-end;justify-content:flex-start;padding:14px;background:linear-gradient(145deg,#eef2ff,#f8fafc);width:100%;height:100%}
.mbfe-card__media-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.92);color:#3557d6;font-size:11px;font-weight:700}
.mbfe-card__media-initial{display:none}
@media (max-width: 768px){
  .mbfe-homepage-grid--learn{grid-template-columns:1fr;gap:12px}
  .mbfe-homepage-start-here .mbfe-card__media,
  .mbfe-homepage-learn .mbfe-card__media,
  .mbfe-homepage-topics .mbfe-card__media{aspect-ratio:16/9}
}


/* v1.0.00 card family unification + responsive/performance lock */

.mbfe-homepage-topics .mbfe-homepage-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:14px !important;align-items:stretch !important;}
.mbfe-homepage-topics .mbfe-card--topic-compact,.mbfe-homepage-start-here .mbfe-card--recommendation-amazon{display:flex !important;flex-direction:column !important;min-height:0 !important;padding:16px !important;border-radius:20px !important;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;border:1px solid rgba(15,23,42,.08) !important;box-shadow:0 10px 22px rgba(15,23,42,.045) !important;}
.mbfe-homepage-topics .mbfe-card__media,.mbfe-homepage-start-here .mbfe-card__media{aspect-ratio:16/8.5 !important;min-height:118px !important;max-height:132px !important;border-radius:16px !important;margin-bottom:12px !important;background:linear-gradient(180deg,#eef3f8 0%,#e8eef6 100%) !important;overflow:hidden !important;}
.mbfe-homepage-topics .mbfe-card__img,.mbfe-homepage-start-here .mbfe-card__img{width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;}
.mbfe-homepage-topics .mbfe-card__content,.mbfe-homepage-start-here .mbfe-card__content{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;}
.mbfe-homepage-topics .mbfe-homepage-chip,.mbfe-homepage-start-here .mbfe-homepage-chip{font-size:10px !important;padding:5px 8px !important;margin:0 0 8px !important;align-self:flex-start !important;background:#eff6ff !important;color:#2553d5 !important;border-radius:999px !important;font-weight:700 !important;letter-spacing:.01em !important;}
.mbfe-homepage-topics .mbfe-card__title,.mbfe-homepage-start-here .mbfe-card__title{font-size:15px !important;line-height:1.28 !important;margin:0 0 6px !important;letter-spacing:-.015em !important;}
.mbfe-homepage-topics .mbfe-card__text,.mbfe-homepage-start-here .mbfe-card__text{font-size:12px !important;line-height:1.45 !important;margin:0 0 8px !important;color:#667085 !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;overflow:hidden !important;-webkit-line-clamp:2 !important;}
.mbfe-homepage-topics .mbfe-card__link,.mbfe-homepage-start-here .mbfe-card__link{font-size:12px !important;line-height:1.2 !important;margin-top:auto !important;font-weight:700 !important;color:#2553d5 !important;text-decoration:none !important;}
.mbfe-homepage-topics .mbfe-card__link:hover,.mbfe-homepage-start-here .mbfe-card__link:hover{color:#173a67 !important;}
.mbfe-homepage-search{padding-top:8px !important;padding-bottom:12px !important;margin-top:12px !important;margin-bottom:18px !important;}
.mbfe-homepage-search__form{max-width:620px !important;margin-inline:auto !important;padding:10px 12px !important;border-radius:18px !important;box-shadow:0 8px 22px rgba(15,23,42,.05) !important;border:1px solid rgba(15,23,42,.08) !important;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%) !important;gap:10px !important;}
.mbfe-homepage-search__input{min-height:42px !important;height:42px !important;border-radius:12px !important;font-size:14px !important;padding:0 14px !important;}
.mbfe-homepage-search__submit{height:42px !important;min-width:96px !important;border-radius:12px !important;font-size:13px !important;font-weight:700 !important;padding-inline:16px !important;}
.mbfe-homepage-search__tabs{gap:8px !important;margin-top:10px !important;justify-content:center !important;}
.mbfe-homepage-search__tab{padding:5px 10px !important;font-size:11px !important;border-radius:999px !important;}
.mbfe-homepage-product-row,.mbfe-homepage-search,.mbfe-homepage-start-here,.mbfe-homepage-topics,.mbfe-homepage-learn,.mbfe-homepage-featured-books{content-visibility:auto;contain-intrinsic-size:720px;}
.mbfe-homepage-learn__grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:14px !important;align-items:stretch !important;}
.mbfe-homepage-learn .mbfe-card{padding:16px !important;border-radius:20px !important;min-height:0 !important;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;border:1px solid rgba(15,23,42,.08) !important;box-shadow:0 10px 22px rgba(15,23,42,.045) !important;}
.mbfe-homepage-learn .mbfe-card__media{aspect-ratio:16/8.5 !important;min-height:118px !important;max-height:132px !important;border-radius:16px !important;margin-bottom:12px !important;background:linear-gradient(180deg,#eef3f8 0%,#e8eef6 100%) !important;}
.mbfe-homepage-learn .mbfe-card__title{font-size:15px !important;line-height:1.28 !important;margin:0 0 6px !important;}
.mbfe-homepage-learn .mbfe-card__text{font-size:12px !important;line-height:1.45 !important;margin:0 0 8px !important;color:#667085 !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;overflow:hidden !important;-webkit-line-clamp:2 !important;}
.mbfe-homepage-learn .mbfe-card__link{font-size:12px !important;line-height:1.2 !important;margin-top:auto !important;font-weight:700 !important;color:#2553d5 !important;}
@media (max-width: 1100px){
  .mbfe-homepage-start-here .mbfe-homepage-grid,.mbfe-homepage-topics .mbfe-homepage-grid,.mbfe-homepage-learn__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 768px){
  .mbfe-homepage-container{padding-inline:14px !important;}
  .mbfe-homepage-start-here .mbfe-homepage-grid,.mbfe-homepage-topics .mbfe-homepage-grid,.mbfe-homepage-learn__grid{grid-template-columns:1fr !important;gap:12px !important;}
  .mbfe-homepage-topics .mbfe-card--topic-compact,.mbfe-homepage-start-here .mbfe-card--recommendation-amazon,.mbfe-homepage-learn .mbfe-card{padding:14px !important;border-radius:18px !important;}
  .mbfe-homepage-topics .mbfe-card__media,.mbfe-homepage-start-here .mbfe-card__media,.mbfe-homepage-learn .mbfe-card__media{min-height:112px !important;max-height:none !important;border-radius:14px !important;}
  .mbfe-homepage-search__form{grid-template-columns:1fr auto !important;padding:8px 10px !important;}
  .mbfe-homepage-search__input{min-height:40px !important;height:40px !important;font-size:13px !important;}
  .mbfe-homepage-search__submit{min-width:84px !important;height:40px !important;}
}
@media (max-width: 540px){
  .mbfe-homepage-search__form{grid-template-columns:1fr !important;}
  .mbfe-homepage-search__submit{width:100% !important;}
  .mbfe-homepage-search__tabs{justify-content:flex-start !important;overflow-x:auto !important;flex-wrap:nowrap !important;padding-bottom:2px !important;}
}


/* v1.0.10 hero mobile product count + topic desktop balance */
@media (max-width: 767px){
  .mbfe-homepage-category-card__products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
  .mbfe-homepage-category-card__products .mbfe-product-mini-card--category:nth-child(n+3){display:none !important;}
  .mbfe-homepage-category-card__subtitle{max-width:100% !important;}
}
@media (min-width: 1025px){
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-1{grid-template-columns:minmax(380px,480px) !important;justify-content:flex-start !important;}
  .mbfe-homepage-topics .mbfe-card--topic-compact,
  .mbfe-homepage-topics .mbfe-card--topic{max-width:480px !important;width:100% !important;}
  .mbfe-homepage-topics .mbfe-card__media,
  .mbfe-homepage-topics .mbfe-card__image-link--start{aspect-ratio:16/9 !important;min-height:180px !important;max-height:220px !important;}
  .mbfe-homepage-topics .mbfe-homepage-section__header{align-items:center !important;}
}


/* v1.0.11 card parity + mobile width fix */
.mbfe-homepage-start-here .mbfe-card--recommendation-amazon,
.mbfe-homepage-topics .mbfe-card--topic-compact,
.mbfe-homepage-learn .mbfe-card--learn-compact{
  width:100% !important;
  max-width:100% !important;
  align-self:stretch !important;
}

.mbfe-homepage-start-here .mbfe-card__media,
.mbfe-homepage-topics .mbfe-card__media,
.mbfe-homepage-learn .mbfe-card__media,
.mbfe-homepage-learn .mbfe-card__media--learn-primary,
.mbfe-homepage-learn .mbfe-card__media--learn-support{
  aspect-ratio:16/9 !important;
  min-height:0 !important;
  max-height:none !important;
  border-radius:16px !important;
  overflow:hidden !important;
}

.mbfe-homepage-start-here .mbfe-card__media img,
.mbfe-homepage-topics .mbfe-card__media img,
.mbfe-homepage-learn .mbfe-card__media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

@media (min-width: 768px){
  .mbfe-homepage-category-card__subtitle{
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    max-width:100% !important;
  }
}

@media (max-width: 767px){
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-1,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-2,
  .mbfe-homepage-topics .mbfe-homepage-grid--amazon-cards,
  .mbfe-homepage-start-here .mbfe-homepage-grid--amazon-cards{
    grid-template-columns:1fr !important;
    max-width:none !important;
    width:100% !important;
  }

  .mbfe-homepage-topics .mbfe-card--topic-compact,
  .mbfe-homepage-start-here .mbfe-card--recommendation-amazon,
  .mbfe-homepage-learn .mbfe-card--learn-compact{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    padding:16px !important;
    border-radius:22px !important;
  }

  .mbfe-homepage-topics .mbfe-card__media,
  .mbfe-homepage-start-here .mbfe-card__media,
  .mbfe-homepage-learn .mbfe-card__media{
    aspect-ratio:16/9 !important;
    min-height:148px !important;
    max-height:none !important;
    margin-bottom:12px !important;
  }

  .mbfe-homepage-topics .mbfe-homepage-section__header,
  .mbfe-homepage-start-here .mbfe-homepage-section__header,
  .mbfe-homepage-learn .mbfe-homepage-section__header{
    margin-bottom:18px !important;
  }

  .mbfe-homepage-section{padding:30px 0 !important;}
}

@media (min-width: 768px){
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-1{
    grid-template-columns:minmax(0,420px) !important;
    max-width:420px !important;
    width:100% !important;
    justify-content:flex-start !important;
  }
}


/* v1.1.00 final elite polish pass */

:root{
  --mbfe-surface-1:#ffffff;
  --mbfe-surface-2:#fbfcff;
  --mbfe-surface-3:#f6f8fc;
  --mbfe-border-soft:rgba(15,23,42,.07);
  --mbfe-border-strong:rgba(15,23,42,.11);
  --mbfe-shadow-soft:0 10px 24px rgba(15,23,42,.045);
  --mbfe-shadow-medium:0 16px 34px rgba(15,23,42,.06);
  --mbfe-shadow-strong:0 22px 40px rgba(15,23,42,.075);
  --mbfe-text-1:#0f172a;
  --mbfe-text-2:#334155;
  --mbfe-text-3:#64748b;
  --mbfe-link:#2f5fe3;
  --mbfe-link-hover:#234cc0;
}

.mbfe-homepage{
  padding:14px 0 72px;
  background:linear-gradient(180deg,#f8fafc 0%,#f6f8fc 20%,#f8fafc 100%);
}
.mbfe-homepage-section{padding:36px 0;}
.mbfe-homepage-section + .mbfe-homepage-section{padding-top:0;}
.mbfe-homepage-container,
.mbfe-homepage-container--standard,
.mbfe-homepage-container--narrow{
  width:min(1280px, calc(100% - 48px));
}
.mbfe-homepage-container--narrow{width:min(1080px, calc(100% - 48px));}
.mbfe-homepage-section__header{
  margin-bottom:18px;
  align-items:flex-end;
}
.mbfe-homepage-section__title{
  font-size:clamp(1.8rem,2vw,2.35rem);
  line-height:1.04;
  letter-spacing:-.028em;
  color:var(--mbfe-text-1);
}
.mbfe-homepage-section__intro{
  max-width:60ch;
  font-size:.96rem;
  line-height:1.58;
  color:var(--mbfe-text-3);
}
.mbfe-homepage-section__cta{
  color:var(--mbfe-text-2);
  font-size:.92rem;
  font-weight:700;
  opacity:.88;
  transition:opacity .18s ease,color .18s ease;
}
.mbfe-homepage-section__cta:hover{opacity:1;color:var(--mbfe-text-1);}

.mbfe-homepage-hero{padding-top:10px;}
.mbfe-homepage-hero-intro-strip{
  margin-bottom:12px !important;
  padding:0 2px !important;
  color:var(--mbfe-text-3);
  font-size:.92rem;
  line-height:1.5;
}
.mbfe-homepage-hero-intro-actions,
.mbfe-homepage-hero-intro-strip .mbfe-homepage-tertiary{
  gap:14px;
}
.mbfe-homepage-hero-categories{
  gap:14px !important;
}
.mbfe-homepage-category-card{
  background:linear-gradient(180deg,var(--mbfe-surface-1) 0%,var(--mbfe-surface-2) 100%) !important;
  border:1px solid var(--mbfe-border-soft) !important;
  border-radius:22px !important;
  box-shadow:var(--mbfe-shadow-soft) !important;
  padding:16px !important;
}
.mbfe-homepage-category-card:hover{
  box-shadow:var(--mbfe-shadow-medium) !important;
  border-color:var(--mbfe-border-strong) !important;
}
.mbfe-homepage-category-card__head{
  margin-bottom:10px !important;
}
.mbfe-homepage-category-card__title-row{
  gap:10px !important;
  align-items:center !important;
  margin-bottom:4px !important;
}
.mbfe-homepage-category-card__title{
  font-size:1rem !important;
  line-height:1.1 !important;
  margin:0 !important;
  font-weight:700 !important;
  letter-spacing:-.02em;
  color:var(--mbfe-text-1) !important;
}
.mbfe-homepage-category-card__badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  font-size:.72rem !important;
  letter-spacing:.06em;
  font-weight:800;
  background:#edf3ff !important;
  color:#315ad8 !important;
  border:1px solid rgba(49,90,216,.14) !important;
}
.mbfe-homepage-category-card__subtitle{
  font-size:.92rem !important;
  line-height:1.42 !important;
  color:var(--mbfe-text-3) !important;
  max-width:none !important;
}
.mbfe-homepage-category-card__footer{
  margin-top:10px !important;
}
.mbfe-homepage-category-card__link{
  font-size:.86rem !important;
  font-weight:700 !important;
  color:var(--mbfe-link) !important;
}
.mbfe-homepage-category-card__link:hover{color:var(--mbfe-link-hover) !important;}

.mbfe-homepage-search{
  margin-top:12px !important;
  margin-bottom:20px !important;
}
.mbfe-homepage-search__bar,
.mbfe-homepage-search__form{
  padding:9px !important;
  border-radius:18px !important;
  border:1px solid var(--mbfe-border-soft) !important;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%) !important;
  box-shadow:var(--mbfe-shadow-soft) !important;
}
.mbfe-homepage-search__input{
  height:44px !important;
  border-radius:14px !important;
  font-size:.95rem !important;
}
.mbfe-homepage-search__submit,
.mbfe-homepage-search button[type="submit"]{
  min-width:88px !important;
  height:44px !important;
  border-radius:14px !important;
  box-shadow:none !important;
}
.mbfe-homepage-search__tabs{gap:8px !important;margin-top:10px !important;}
.mbfe-homepage-search__tab{
  min-height:30px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  font-size:.72rem !important;
  font-weight:700 !important;
  letter-spacing:.01em;
  background:#fff !important;
  border:1px solid var(--mbfe-border-soft) !important;
  color:var(--mbfe-text-2) !important;
}
.mbfe-homepage-search__tab.is-active,
.mbfe-homepage-search__tab[aria-selected="true"]{
  background:#171717 !important;
  border-color:#171717 !important;
  color:#fff !important;
}

.mbfe-homepage-start-here .mbfe-homepage-grid,
.mbfe-homepage-topics .mbfe-homepage-grid,
.mbfe-homepage-grid--learn{
  gap:18px !important;
}
.mbfe-homepage-start-here .mbfe-card--recommendation-amazon,
.mbfe-homepage-topics .mbfe-card--topic-compact,
.mbfe-homepage-learn .mbfe-card--learn-compact{
  padding:14px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,var(--mbfe-surface-1) 0%,var(--mbfe-surface-2) 100%) !important;
  border:1px solid var(--mbfe-border-soft) !important;
  box-shadow:var(--mbfe-shadow-soft) !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.mbfe-homepage-start-here .mbfe-card--recommendation-amazon:hover,
.mbfe-homepage-topics .mbfe-card--topic-compact:hover,
.mbfe-homepage-learn .mbfe-card--learn-compact:hover{
  transform:translateY(-2px);
  box-shadow:var(--mbfe-shadow-medium) !important;
  border-color:var(--mbfe-border-strong) !important;
}
.mbfe-homepage-start-here .mbfe-card__media,
.mbfe-homepage-topics .mbfe-card__media,
.mbfe-homepage-learn .mbfe-card__media{
  aspect-ratio:16/8.75 !important;
  min-height:138px !important;
  max-height:none !important;
  border-radius:16px !important;
  margin-bottom:12px !important;
  background:linear-gradient(145deg,#eff4ff 0%,#f8fbff 48%,#f2f6fb 100%) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);
}
.mbfe-homepage-start-here .mbfe-card__content,
.mbfe-homepage-topics .mbfe-card__content,
.mbfe-homepage-learn .mbfe-card__content{
  padding:6px 2px 2px !important;
}
.mbfe-homepage-start-here .mbfe-homepage-chip,
.mbfe-homepage-topics .mbfe-homepage-chip,
.mbfe-homepage-learn .mbfe-homepage-chip{
  min-height:30px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  font-size:.72rem !important;
  font-weight:800 !important;
  letter-spacing:.03em !important;
  color:#315ad8 !important;
  background:#edf3ff !important;
  border:1px solid rgba(49,90,216,.14) !important;
  box-shadow:none !important;
}
.mbfe-homepage-start-here .mbfe-card__title,
.mbfe-homepage-topics .mbfe-card__title,
.mbfe-homepage-learn .mbfe-card__title{
  font-size:1.02rem !important;
  line-height:1.22 !important;
  margin:10px 0 8px !important;
  font-weight:700 !important;
  letter-spacing:-.02em !important;
  color:var(--mbfe-text-1) !important;
}
.mbfe-homepage-start-here .mbfe-card__text,
.mbfe-homepage-topics .mbfe-card__text,
.mbfe-homepage-learn .mbfe-card__text{
  font-size:.9rem !important;
  line-height:1.56 !important;
  color:var(--mbfe-text-3) !important;
  margin:0 0 10px !important;
  min-height:0 !important;
}
.mbfe-homepage-start-here .mbfe-card__link,
.mbfe-homepage-topics .mbfe-card__link,
.mbfe-homepage-learn .mbfe-card__link{
  font-size:.88rem !important;
  font-weight:700 !important;
  color:var(--mbfe-link) !important;
}
.mbfe-homepage-start-here .mbfe-card__link:hover,
.mbfe-homepage-topics .mbfe-card__link:hover,
.mbfe-homepage-learn .mbfe-card__link:hover{
  color:var(--mbfe-link-hover) !important;
}
.mbfe-homepage-topics .mbfe-homepage-grid--topics-1,
.mbfe-homepage-topics .mbfe-card--topic-compact{
  max-width:520px !important;
}
.mbfe-homepage-topics .mbfe-homepage-grid--topics-1{
  grid-template-columns:minmax(320px,520px) !important;
}
.mbfe-homepage-learn .mbfe-card--learn-compact{
  min-height:0 !important;
}

.mbfe-homepage-email__box{
  border-radius:24px !important;
  padding:24px !important;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%) !important;
  border:1px solid var(--mbfe-border-soft) !important;
  box-shadow:var(--mbfe-shadow-soft) !important;
}
.mbfe-homepage-email__box .mbfe-homepage-section__title,
.mbfe-homepage-email__box h2{
  font-size:1.7rem !important;
}
.mbfe-homepage-email__fallback input,
.mbfe-homepage-email__form input{
  min-height:44px !important;
  border-radius:14px !important;
}

.mbfe-homepage-product-rows{
  padding-top:8px !important;
}
.mbfe-homepage-product-row{
  margin-top:20px !important;
}
.mbfe-homepage-product-row__head{margin-bottom:10px !important;}
.mbfe-homepage-product-row__title{
  font-size:1.06rem !important;
  line-height:1.15 !important;
  letter-spacing:-.015em !important;
}
.mbfe-homepage-product-row__intro{
  font-size:.83rem !important;
  line-height:1.4 !important;
  color:var(--mbfe-text-3) !important;
}
.mbfe-carousel-btn{
  width:32px !important;
  height:32px !important;
  border-color:#d8e1ef !important;
  box-shadow:none !important;
  color:#334155 !important;
}
.mbfe-carousel-btn:hover{
  border-color:#c8d7ef !important;
  background:#f5f8ff !important;
  color:#1e293b !important;
}

.mbfe-product-mini-card{
  border-radius:18px !important;
  background:linear-gradient(180deg,#fff 0%,#fcfdff 100%) !important;
  border:1px solid var(--mbfe-border-soft) !important;
  box-shadow:0 10px 20px rgba(15,23,42,.04) !important;
}
.mbfe-product-mini-card__image{
  border-radius:12px !important;
}
.mbfe-product-mini-card__image img{
  border-radius:12px !important;
}
.mbfe-product-mini-card__title{
  font-size:.79rem !important;
  line-height:1.32 !important;
}
.mbfe-product-mini-card__rating{
  margin-bottom:7px !important;
}
.mbfe-product-mini-card__price-current{
  font-size:.83rem !important;
}
.mbfe-product-mini-card__price-regular{
  font-size:.71rem !important;
}
.mbfe-product-mini-card__button{
  width:28px !important;
  height:28px !important;
  border-radius:999px !important;
  box-shadow:none !important;
}

.mbfe-homepage-featured-books .mbfe-card--book{
  border-radius:20px !important;
  background:linear-gradient(180deg,#fff 0%,#fcfdff 100%) !important;
  border:1px solid var(--mbfe-border-soft) !important;
  box-shadow:var(--mbfe-shadow-soft) !important;
}
.mbfe-homepage-featured-books .mbfe-card__title--small{
  font-size:.8rem !important;
  line-height:1.32 !important;
}

.mbfe-homepage-footer,
.site-footer{
  margin-top:18px;
}

@media (max-width: 1080px){
  .mbfe-homepage-container,
  .mbfe-homepage-container--standard,
  .mbfe-homepage-container--narrow{
    width:min(100%, calc(100% - 36px));
  }
  .mbfe-homepage-section{padding:32px 0;}
  .mbfe-homepage-grid--amazon-cards{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .mbfe-homepage-start-here .mbfe-card__media,
  .mbfe-homepage-topics .mbfe-card__media,
  .mbfe-homepage-learn .mbfe-card__media{
    min-height:126px !important;
  }
}

@media (max-width: 767px){
  .mbfe-homepage{
    padding:10px 0 48px;
  }
  .mbfe-homepage-container,
  .mbfe-homepage-container--standard,
  .mbfe-homepage-container--narrow{
    width:min(100%, calc(100% - 24px));
  }
  .mbfe-homepage-section{padding:26px 0;}
  .mbfe-homepage-section__header{
    margin-bottom:14px;
    gap:10px;
  }
  .mbfe-homepage-section__title{
    font-size:clamp(1.62rem,6.4vw,2rem);
  }
  .mbfe-homepage-section__intro{
    font-size:.9rem;
    line-height:1.5;
  }
  .mbfe-homepage-hero-intro-strip{
    margin-bottom:10px !important;
    font-size:.85rem;
  }
  .mbfe-homepage-category-card{
    padding:14px !important;
    border-radius:20px !important;
  }
  .mbfe-homepage-category-card__products{
    gap:10px !important;
  }
  .mbfe-homepage-category-card__subtitle{
    font-size:.88rem !important;
  }
  .mbfe-homepage-search{
    margin-top:10px !important;
    margin-bottom:16px !important;
  }
  .mbfe-homepage-search__input{
    font-size:.9rem !important;
  }
  .mbfe-homepage-search__submit,
  .mbfe-homepage-search button[type="submit"]{
    min-width:82px !important;
  }
  .mbfe-homepage-start-here .mbfe-card--recommendation-amazon,
  .mbfe-homepage-topics .mbfe-card--topic-compact,
  .mbfe-homepage-learn .mbfe-card--learn-compact{
    padding:12px !important;
    border-radius:20px !important;
  }
  .mbfe-homepage-start-here .mbfe-card__media,
  .mbfe-homepage-topics .mbfe-card__media,
  .mbfe-homepage-learn .mbfe-card__media{
    aspect-ratio:16/9 !important;
    min-height:0 !important;
    margin-bottom:10px !important;
  }
  .mbfe-homepage-start-here .mbfe-card__content,
  .mbfe-homepage-topics .mbfe-card__content,
  .mbfe-homepage-learn .mbfe-card__content{
    padding:4px 2px 0 !important;
  }
  .mbfe-homepage-start-here .mbfe-card__title,
  .mbfe-homepage-topics .mbfe-card__title,
  .mbfe-homepage-learn .mbfe-card__title{
    font-size:.98rem !important;
    margin:9px 0 6px !important;
  }
  .mbfe-homepage-start-here .mbfe-card__text,
  .mbfe-homepage-topics .mbfe-card__text,
  .mbfe-homepage-learn .mbfe-card__text{
    font-size:.88rem !important;
    line-height:1.48 !important;
    margin-bottom:8px !important;
  }
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-1,
  .mbfe-homepage-topics .mbfe-card--topic-compact{
    max-width:100% !important;
  }
  .mbfe-homepage-product-row{
    margin-top:16px !important;
  }
  .mbfe-product-mini-card{
    padding:10px 10px 12px !important;
  }
  .mbfe-product-mini-card__title{
    font-size:.76rem !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .mbfe-card,
  .mbfe-product-mini-card,
  .mbfe-btn,
  .mbfe-carousel-btn{
    transition:none !important;
  }
}



/* v1.1.10 final micro polish */
.mbfe-homepage-section{margin-bottom:40px;}
.mbfe-homepage-section:last-child{margin-bottom:0;}
.mbfe-homepage-section__header{margin-bottom:16px;}
.mbfe-homepage-section__title{margin-bottom:6px;}
.mbfe-homepage-section__intro{max-width:700px;line-height:1.55;}

.mbfe-homepage-learn .mbfe-card--learn-compact,
.mbfe-homepage-start-here .mbfe-card--recommendation,
.mbfe-homepage-topics .mbfe-card--topic-compact{
  width:100%;
  max-width:100%;
  min-height:0;
}
.mbfe-homepage-learn .mbfe-card__content,
.mbfe-homepage-start-here .mbfe-card__content,
.mbfe-homepage-topics .mbfe-card__content{padding:12px 4px 2px;}
.mbfe-homepage-learn .mbfe-card__title,
.mbfe-homepage-start-here .mbfe-card__title,
.mbfe-homepage-topics .mbfe-card__title{
  margin:8px 0 6px;
  font-size:15px;
  line-height:1.3;
}
.mbfe-homepage-learn .mbfe-card__text,
.mbfe-homepage-start-here .mbfe-card__text,
.mbfe-homepage-topics .mbfe-card__text{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.5;
  color:#64748b;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
}
.mbfe-homepage-learn .mbfe-card__link,
.mbfe-homepage-start-here .mbfe-card__link,
.mbfe-homepage-topics .mbfe-card__link{
  font-size:13px;
  line-height:1.2;
  color:#2f56d3;
}
.mbfe-homepage-learn .mbfe-card__media,
.mbfe-homepage-start-here .mbfe-card__media,
.mbfe-homepage-topics .mbfe-card__media{
  aspect-ratio:16/10;
  min-height:0;
}
.mbfe-homepage-learn .mbfe-homepage-grid--learn{gap:16px;}
.mbfe-homepage-topics .mbfe-homepage-grid{gap:16px;}

.mbfe-homepage-hero-card__sub,
.mbfe-homepage-hero-card__description{
  font-size:13px;
  line-height:1.4;
  max-width:100%;
}
.mbfe-homepage-hero .mbfe-homepage-hero-card__sub{white-space:normal;text-wrap:balance;}

@media (max-width: 768px){
  .mbfe-homepage-section{margin-bottom:28px;}
  .mbfe-homepage-section__header{margin-bottom:14px;}
  .mbfe-homepage-learn .mbfe-homepage-grid--learn,
  .mbfe-homepage-start-here .mbfe-homepage-grid,
  .mbfe-homepage-topics .mbfe-homepage-grid{
    grid-template-columns:1fr !important;
    gap:14px;
  }
  .mbfe-homepage-learn .mbfe-card--learn-compact,
  .mbfe-homepage-start-here .mbfe-card--recommendation,
  .mbfe-homepage-topics .mbfe-card--topic-compact{
    width:100% !important;
    max-width:100% !important;
  }
  .mbfe-homepage-learn .mbfe-card__media,
  .mbfe-homepage-start-here .mbfe-card__media,
  .mbfe-homepage-topics .mbfe-card__media{
    aspect-ratio:16/9 !important;
  }
}


/* v1.1.20 learn intro line lock + responsive refinement */
.mbfe-homepage-learn .mbfe-homepage-section__header{
  align-items:flex-end;
}
.mbfe-homepage-learn .mbfe-homepage-section__copy{
  min-width:0;
  flex:1 1 auto;
}
.mbfe-homepage-learn .mbfe-homepage-section__intro{
  max-width:none !important;
  font-size:0.98rem;
  line-height:1.45;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media (max-width: 1180px){
  .mbfe-homepage-learn .mbfe-homepage-section__intro{
    font-size:0.94rem;
  }
}
@media (max-width: 1024px){
  .mbfe-homepage-learn .mbfe-homepage-section__header{
    align-items:flex-start;
  }
  .mbfe-homepage-learn .mbfe-homepage-section__intro{
    max-width:60ch !important;
    white-space:normal;
    overflow:visible;
    text-overflow:unset;
    font-size:0.98rem;
    line-height:1.6;
  }
}
@media (max-width: 768px){
  .mbfe-homepage-learn .mbfe-homepage-section__intro{
    max-width:100% !important;
    font-size:0.95rem;
    line-height:1.6;
  }
}


/* v1.4.184.0 homepage topics dynamic 3-up hardening */
.mbfe-homepage-topics .mbfe-homepage-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
}
.mbfe-homepage-topics .mbfe-homepage-grid--topics-1,
.mbfe-homepage-topics .mbfe-homepage-grid--topics-2,
.mbfe-homepage-topics .mbfe-homepage-grid--topics-3{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  max-width:none !important;
}
.mbfe-homepage-topics .mbfe-card--topic-compact,
.mbfe-homepage-topics .mbfe-card--topic{
  max-width:none !important;
  width:100% !important;
}
@media (max-width: 1023px){
  .mbfe-homepage-topics .mbfe-homepage-grid,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-1,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-2,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-3{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width: 640px){
  .mbfe-homepage-topics .mbfe-homepage-grid,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-1,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-2,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-3{
    grid-template-columns:1fr !important;
  }
}


/* v1.4.184.6 homepage spacing consistency */
.mbfe-homepage-section{margin:0 !important;padding:40px 0 !important;scroll-margin-top:96px;}
.mbfe-homepage-section + .mbfe-homepage-section{margin-top:0 !important;}
.mbfe-homepage .mbfe-homepage-search,
.mbfe-homepage .mbfe-homepage-start-here,
.mbfe-homepage .mbfe-homepage-featured-books,
.mbfe-homepage .mbfe-homepage-topics,
.mbfe-homepage .mbfe-homepage-learn,
.mbfe-homepage .mbfe-homepage-trust,
.mbfe-homepage .mbfe-homepage-testimonials,
.mbfe-homepage .mbfe-homepage-email,
.mbfe-homepage .mbfe-homepage-product-rows,
.mbfe-homepage .mbfe-homepage-continue{margin:0 !important;padding-top:40px !important;padding-bottom:40px !important;}
.mbfe-homepage .mbfe-homepage-section__header{margin-bottom:16px !important;}
@media (max-width:1023px){
  .mbfe-homepage-section,
  .mbfe-homepage .mbfe-homepage-search,
  .mbfe-homepage .mbfe-homepage-start-here,
  .mbfe-homepage .mbfe-homepage-featured-books,
  .mbfe-homepage .mbfe-homepage-topics,
  .mbfe-homepage .mbfe-homepage-learn,
  .mbfe-homepage .mbfe-homepage-trust,
  .mbfe-homepage .mbfe-homepage-testimonials,
  .mbfe-homepage .mbfe-homepage-email,
  .mbfe-homepage .mbfe-homepage-product-rows,
  .mbfe-homepage .mbfe-homepage-continue{padding-top:32px !important;padding-bottom:32px !important;}
}


/* v1.4.184.7 mobile topic stack + cleaner hero */
.mbfe-homepage-hero-goals{display:none!important}
body.home.mbfe-enabled .mbfe-homepage-section + .mbfe-homepage-section{margin-top:28px!important}
@media (max-width:767px){
  body.home.mbfe-enabled .mbfe-homepage-section + .mbfe-homepage-section{margin-top:22px!important}
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-1,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-2,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-3{
    grid-template-columns:minmax(0,1fr)!important;
    justify-content:stretch!important;
    max-width:none!important;
  }
  .mbfe-homepage-topics .mbfe-card--topic-compact{
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
  }
  .mbfe-homepage-topics .mbfe-card__media--topic,
  .mbfe-homepage-topics .mbfe-card__media{
    aspect-ratio:16/9!important;
    min-height:0!important;
    max-height:none!important;
  }
  .mbfe-homepage-topics .mbfe-card__content{padding-top:14px!important}
}


/* v1.4.184.8 homepage mobile topic stack + cleanup */
.mbfe-homepage-hero-goals,
.mbfe-homepage-hero-goals__label,
.mbfe-homepage-hero-goals__link{
  display:none !important;
}
@media (max-width: 1024px){
  .mbfe-homepage-topics .mbfe-homepage-section__header{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:10px !important;
  }
  .mbfe-homepage-topics .mbfe-homepage-section__copy{
    width:100% !important;
    max-width:none !important;
  }
  .mbfe-homepage-topics .mbfe-homepage-section__cta{
    align-self:flex-start !important;
    margin:0 !important;
  }
  .mbfe-homepage-topics .mbfe-homepage-grid,
  .mbfe-homepage-topics .mbfe-homepage-grid--3,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-1,
  .mbfe-homepage-topics .mbfe-homepage-grid--topics-2,
  .mbfe-homepage-topics .mbfe-homepage-grid--amazon-cards{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  .mbfe-homepage-topics .mbfe-card--topic,
  .mbfe-homepage-topics .mbfe-card--topic-compact{
    width:100% !important;
    max-width:none !important;
    min-height:0 !important;
    padding:16px !important;
    border-radius:22px !important;
  }
  .mbfe-homepage-topics .mbfe-card__media,
  .mbfe-homepage-topics .mbfe-card__image-link--start{
    aspect-ratio:16/9 !important;
    min-height:0 !important;
    max-height:none !important;
    margin-bottom:12px !important;
  }
  .mbfe-homepage-topics .mbfe-card__img,
  .mbfe-homepage-topics .mbfe-card__image-link--start img,
  .mbfe-homepage-topics .mbfe-card__media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }
  .mbfe-homepage-topics .mbfe-card__content{
    padding:0 !important;
  }
  .mbfe-homepage-topics .mbfe-homepage-chip{
    margin:0 0 8px !important;
  }
  .mbfe-homepage-topics .mbfe-card__title{
    font-size:1.75rem !important;
    line-height:1.08 !important;
    letter-spacing:-.03em !important;
    margin:0 0 8px !important;
    white-space:normal !important;
    display:block !important;
    -webkit-line-clamp:unset !important;
  }
  .mbfe-homepage-topics .mbfe-card__text{
    font-size:1rem !important;
    line-height:1.65 !important;
    margin:0 0 12px !important;
    display:block !important;
    -webkit-line-clamp:unset !important;
    min-height:0 !important;
  }
  .mbfe-homepage-topics .mbfe-card__link{
    font-size:1rem !important;
    line-height:1.2 !important;
  }
}


/* v1.4.184.9 homepage topics title size parity */
.mbfe-homepage-topics .mbfe-card--topic-compact .mbfe-card__title{
  font-size:15px !important;
  line-height:1.28 !important;
  margin:0 0 6px !important;
  white-space:normal !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
@media (max-width: 767px){
  .mbfe-homepage-topics .mbfe-card--topic-compact .mbfe-card__title{
    font-size:14px !important;
    line-height:1.26 !important;
  }
}
