/*
 * Business Buzz Plus — WordPress homepage
 * Visual system intentionally mirrors the supplied standalone homepage.
 */
:root{--bbp-y:#ffd91a;--bbp-ys:#fff8cf;--bbp-r:#d71920;--bbp-b:#111;--bbp-m:#666;--bbp-l:#e9e9e9;--bbp-bg:#fffdf7;--bbp-shadow:0 18px 55px rgba(0,0,0,.08)}
.bbp-home{margin:0;color:var(--bbp-b);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
.bbp-home *{box-sizing:border-box}.bbp-home a{text-decoration:none;color:inherit}.bbp-home img{max-width:100%}
.bbp-home .container{width:min(1160px,92%);margin:auto}
.bbp-home .nav{height:82px;border-bottom:1px solid var(--bbp-l);background:rgba(255,255,255,.96);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}
.bbp-home .navin{height:100%;display:flex;align-items:center;justify-content:space-between;position:relative}
.bbp-home .logo{width:145px;height:auto}.bbp-home .links{display:flex;gap:24px;font-size:14px;font-weight:700}.bbp-home .links a:hover{opacity:.6}
.bbp-home .navin{gap:14px}
.bbp-home .navActions{display:flex;align-items:center;gap:14px;margin-left:auto}
.bbp-home .iconBtn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--bbp-l);background:#fff;color:#111;cursor:pointer;transition:.2s}
.bbp-home .iconBtn:hover{background:var(--bbp-ys);border-color:#f0d85b}
.bbp-home .authLink{font-size:13px;font-weight:900;white-space:nowrap}
.bbp-home .authLinkRegister{background:var(--bbp-y);border:1px solid #f0d85b;border-radius:999px;padding:8px 14px;color:#111}
.bbp-home .navSearch{display:none;align-items:center;gap:8px;position:absolute;top:100%;left:0;right:0;padding:14px 4%;background:#fff;border-bottom:1px solid var(--bbp-l);box-shadow:0 12px 30px rgba(0,0,0,.06)}
.bbp-home .navSearch.search-open{display:flex}
.bbp-home .navSearch input{flex:1;border:1px solid var(--bbp-l);border-radius:10px;padding:10px 14px;font:inherit;font-size:14px}
.bbp-home .navSearch input:focus{outline:2px solid var(--bbp-y);outline-offset:1px}
.bbp-home .navSearch button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid #111;background:#111;color:#fff;cursor:pointer;flex:0 0 auto}
.bbp-home .btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:13px;font-size:14px;font-weight:900;border:1px solid #111;transition:.2s;cursor:pointer}
.bbp-home .btn:hover{transform:translateY(-2px)}.bbp-home .dark{background:#111;color:#fff}.bbp-home .yellow{background:var(--bbp-y);color:#111}
.bbp-home .menu{display:none;border:0;background:none;font-size:25px;cursor:pointer}
.bbp-home .hero{padding:90px 0 85px;background:linear-gradient(180deg,#fff,#fffdf3);overflow:hidden}
.bbp-home .heroGrid{display:grid;grid-template-columns:1.06fr .94fr;gap:65px;align-items:center}
.bbp-home .tag{display:inline-flex;background:var(--bbp-ys);border:1px solid #f0d85b;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.bbp-home h1{font-size:clamp(43px,5.8vw,74px);line-height:.99;letter-spacing:-.055em;margin:20px 0}.bbp-home .hero h1 em{font-style:normal;text-decoration:underline;text-decoration-color:var(--bbp-y);text-decoration-thickness:8px;text-underline-offset:5px}
.bbp-home .hero p{font-size:19px;color:var(--bbp-m);max-width:650px;margin:0 0 28px}.bbp-home .buttons{display:flex;gap:12px;flex-wrap:wrap}
.bbp-home .heroCard{
    background:transparent;
    border:none;
    border-radius:0;
    padding:0;
    box-shadow:none;
    transform:none;
    overflow:visible;
    display:flex;
    align-items:center;
    justify-content:center;
}

.bbp-home .heroCard img{
    width:100%;
    max-width:650px;
    height:auto;
    display:block;
    filter:drop-shadow(0 25px 50px rgba(0,0,0,.15));
}.bbp-home .proofs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:28px}
.bbp-home .proof{border-top:1px solid var(--bbp-l);padding-top:13px}.bbp-home .proof strong{display:block;font-size:20px}.bbp-home .proof span{font-size:11px;color:var(--bbp-m)}
.bbp-home section{padding:82px 0}.bbp-home .eyebrow{font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#8a7000}
.bbp-home .title{max-width:730px;margin-bottom:35px}.bbp-home .title h2{font-size:clamp(32px,4vw,52px);line-height:1.04;letter-spacing:-.045em;margin:8px 0 13px}.bbp-home .title p{color:var(--bbp-m);font-size:16px;margin:0}
.bbp-home .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bbp-home .course{border:1px solid var(--bbp-l);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.04);transition:.2s}
.bbp-home .course:hover{transform:translateY(-4px);box-shadow:var(--bbp-shadow)}.bbp-home .courseImage{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;border-bottom:1px solid var(--bbp-l)}
.bbp-home .courseTop{padding:22px;height:145px;background:linear-gradient(135deg,#fff4a7,#ffd91a);position:relative}.bbp-home .market{display:inline-flex;padding:7px 10px;background:#111;color:#fff;border-radius:8px;font-size:10px;font-weight:900;letter-spacing:.08em}
.bbp-home .courseTop h3{margin:25px 0 0;font-size:21px;line-height:1.1;letter-spacing:-.025em}.bbp-home .courseBody{padding:23px}.bbp-home .meta{font-size:12px;font-weight:800;color:#777;margin-bottom:17px}
.bbp-home .courseBody p{font-size:14px;color:var(--bbp-m);min-height:88px;margin:0 0 20px}.bbp-home .learn{font-size:13px;font-weight:900}
.bbp-home .band{background:#111;color:#fff}.bbp-home .bandGrid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.bbp-home .band .title p{color:#ccc}
.bbp-home .points{display:grid;gap:13px}.bbp-home .point{display:flex;gap:14px;padding:17px 18px;border:1px solid #292929;border-radius:15px;background:#171717}
.bbp-home .icon{width:32px;height:32px;border-radius:9px;background:var(--bbp-y);color:#111;display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.bbp-home .point strong{display:block;font-size:14px}.bbp-home .point span{display:block;color:#aaa;font-size:12px;margin-top:3px}
.bbp-home .audience{background:var(--bbp-bg)}.bbp-home .aud{padding:27px;border:1px solid var(--bbp-l);border-radius:20px;background:#fff}
.bbp-home .audNum{font-size:12px;font-weight:900;color:#9a7b00}.bbp-home .aud h3{margin:10px 0 7px;font-size:19px}.bbp-home .aud p{color:var(--bbp-m);font-size:14px;margin:0}
.bbp-home .quotes{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bbp-home .quote{border:1px solid var(--bbp-l);border-radius:20px;padding:28px}.bbp-home .qm{font-size:40px;font-weight:900;line-height:.8;color:var(--bbp-y)}
.bbp-home .quoteHead{display:flex;align-items:center;gap:15px;margin-bottom:4px}.bbp-home .quoteAvatar{width:62px;height:62px;border-radius:50%;object-fit:cover;object-position:center;border:3px solid var(--bbp-y);flex:0 0 auto}.bbp-home .quoteInfo{min-width:0}.bbp-home .quoteInfo small{display:block;color:var(--bbp-m);font-weight:800;line-height:1.35}.bbp-home .quote p{font-size:16px;margin:18px 0 20px}.bbp-home .quote small{color:var(--bbp-m);font-weight:800}
.bbp-home .cta{padding-top:82px}.bbp-home .ctaBox{border-radius:30px;padding:52px;background:linear-gradient(135deg,#ffd91a,#ffe76c);display:flex;justify-content:space-between;align-items:center;gap:30px}
.bbp-home .ctaBox h2{font-size:clamp(30px,4vw,48px);line-height:1.02;letter-spacing:-.045em;margin:0 0 10px}.bbp-home .ctaBox p{margin:0;color:#494000}
.bbp-home .footer{background:#111;color:#aaa;padding:45px 0 22px;font-size:13px}.bbp-home .footGrid{display:grid;grid-template-columns:1.15fr .85fr .85fr .95fr;gap:36px}.bbp-home .footGrid strong{color:#fff;display:block;font-size:14px;margin-bottom:10px}.bbp-home .footGrid p{margin:0 0 9px}.bbp-home .footerAddress{max-width:280px}.bbp-home .footGrid a{display:block;color:#aaa;margin:7px 0}.bbp-home .footGrid a:hover{color:#fff}.bbp-home .footerWhatsapp{font-weight:900}.bbp-home .footerSocials{display:flex;gap:10px;margin-top:14px}.bbp-home .footerSocials a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid #292929;color:#aaa;margin:0}.bbp-home .footerSocials a:hover{background:var(--bbp-y);border-color:var(--bbp-y);color:#111}.bbp-home .footBottom{border-top:1px solid #292929;margin-top:30px;padding-top:18px;font-size:12px}
.bbp-home .mobile-open{display:flex!important;position:absolute;top:82px;left:0;right:0;padding:18px 4%;background:#fff;border-bottom:1px solid #e9e9e9;flex-direction:column;align-items:flex-start}
@media(max-width:850px){.bbp-home .links{display:none}.bbp-home .menu{display:block}.bbp-home .authLink{display:none}.bbp-home .hero{padding:55px 0}.bbp-home .heroGrid{grid-template-columns:1fr;gap:35px}.bbp-home .heroCard{max-width:500px;margin:auto}.bbp-home .grid3{grid-template-columns:1fr 1fr}.bbp-home .bandGrid{grid-template-columns:1fr;gap:35px}.bbp-home .quotes{grid-template-columns:1fr}.bbp-home .footGrid{grid-template-columns:1fr 1fr}.bbp-home .ctaBox{display:block}.bbp-home .ctaBox .btn{margin-top:22px}}
@media(max-width:560px){.bbp-home .navActions{margin-left:0}.bbp-home .navin>.btn.dark{display:none}.bbp-home .footGrid{grid-template-columns:1fr}.bbp-home .footBottom{margin-top:25px}.bbp-home .courseImage{aspect-ratio:16/9}.bbp-home section{padding:60px 0}.bbp-home .cta{padding-top:60px}.bbp-home .grid3{grid-template-columns:1fr}.bbp-home .heroCard{padding:0}.bbp-home .heroCard img{
    width:120%;
    margin:0 auto;
}.bbp-home h1{font-size:43px}.bbp-home .hero p{font-size:17px}.bbp-home .buttons .btn{width:100%}}

/* Services / YouTube promo sections — reuse the top hero's visual pattern, on a plain background. */
.bbp-home .servicesPromo,.bbp-home .youtubePromo{padding:70px 0;background:#fff;overflow:hidden}
.bbp-home .servicesPromo h2 em,.bbp-home .youtubePromo h2 em{font-style:normal;text-decoration:underline;text-decoration-color:var(--bbp-y);text-decoration-thickness:6px;text-underline-offset:4px}
.bbp-home .heroGrid.reverse{grid-template-columns:.94fr 1.06fr}
@media(max-width:850px){.bbp-home .servicesPromo,.bbp-home .youtubePromo{padding:50px 0}}

/* Full-width brand banner — sits between the YouTube promo and the final CTA. */
.bbp-home .brandBanner{padding:10px 0 30px}
.bbp-home .brandBanner img{width:100%;height:auto;display:block;border-radius:26px;box-shadow:var(--bbp-shadow)}
@media(max-width:560px){.bbp-home .brandBanner{padding:0 0 20px}.bbp-home .brandBanner img{border-radius:18px}}

/* Login page — same BB+ visual language as Home/Services/Contact. */
.bbp-login .loginHero{padding:70px 0 90px}
.bbp-login .loginPoints{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:10px}
.bbp-login .loginPoints li{font-size:14px;font-weight:800;padding:12px 16px;border:1px solid var(--bbp-l);border-radius:12px;background:#fff}
.bbp-login .loginCard{background:var(--bbp-bg);border:1px solid var(--bbp-l);border-radius:26px;padding:44px;box-shadow:var(--bbp-shadow);max-width:460px;width:100%}
.bbp-login .loginCard h2{font-size:clamp(24px,3vw,32px);line-height:1.08;letter-spacing:-.035em;margin:8px 0 26px}
.bbp-login .loginForm{background:transparent;padding:0}
.bbp-login .loginForm input[type="text"],.bbp-login .loginForm input[type="email"],.bbp-login .loginForm input[type="password"]{width:100%;border:1px solid var(--bbp-l);border-radius:12px;padding:14px 16px;font:inherit;font-size:14px;background:#f1f1f1;color:#111;margin-bottom:14px}
.bbp-login .loginForm input:focus{outline:2px solid var(--bbp-y);outline-offset:1px;background:#fff}
.bbp-login .loginRow{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin-bottom:20px}
.bbp-login .loginRemember{display:flex;align-items:center;gap:7px;font-weight:700;color:var(--bbp-m)}
.bbp-login .loginRow a{font-weight:800;color:#9a7b00;text-decoration:underline}
.bbp-login .loginForm .btn{width:100%;border-radius:12px}
.bbp-login .formError{background:#fdeceb;border:1px solid #f3b9b6;color:#a11f18;font-size:13px;font-weight:700;padding:12px 15px;border-radius:12px;margin-bottom:18px}
.bbp-login .formSuccess{background:#eafaf0;border:1px solid #b8e6c9;color:#136c3a;font-size:13px;font-weight:700;padding:12px 15px;border-radius:12px;margin-bottom:18px}
.bbp-login .loginRegisterNote{text-align:center;font-size:13px;color:var(--bbp-m);margin-top:20px}
.bbp-login .loginRegisterNote a{font-weight:800;color:#111;text-decoration:underline}
@media(max-width:850px){.bbp-login .loginCard{max-width:500px;margin:auto}}

/* Services page — same BB+ visual language, with additional service-card patterns. */
.bbp-services .servicesHero{padding-bottom:70px}
.bbp-services .servicesCard{transform:rotate(1deg);padding:38px}
.bbp-services .servicesCard h2{font-size:clamp(30px,4vw,48px);line-height:1.02;letter-spacing:-.045em;margin:12px 0 28px}
.bbp-services .serviceMiniGrid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--bbp-l);border-left:1px solid var(--bbp-l)}
.bbp-services .serviceMiniGrid div{padding:18px;border-right:1px solid var(--bbp-l);border-bottom:1px solid var(--bbp-l);font-size:11px;color:#777}
.bbp-services .serviceMiniGrid strong{display:block;color:#111;font-size:16px;margin-top:4px}
.bbp-services .servicesGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.bbp-services .serviceCard{position:relative;border:1px solid var(--bbp-l);border-radius:26px;background:#fff;padding:34px 32px 32px;box-shadow:0 8px 26px rgba(0,0,0,.045);transition:.25s ease;overflow:hidden}
.bbp-services .serviceCard::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--bbp-y),#ffe76c);transform:scaleX(0);transform-origin:left;transition:.3s ease}
.bbp-services .serviceCard:hover{transform:translateY(-6px);box-shadow:var(--bbp-shadow);border-color:#f0d85b}
.bbp-services .serviceCard:hover::before{transform:scaleX(1)}
.bbp-services .serviceCardTop{margin-bottom:22px}
.bbp-services .serviceIcon{
    display:block;width:100%;max-width:500px;height:280px;max-height:280px;
    border-radius:20px!important;
    background:linear-gradient(145deg,#fff4a7,var(--bbp-y));
    margin:0 auto;overflow:hidden;flex:0 0 auto;
    box-shadow:0 14px 30px rgba(255,217,26,.35);
    border:1px solid #f0d85b;
}
.bbp-services .serviceIcon img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;object-position:center;display:block;border-radius:0}
@media(max-width:560px){.bbp-services .serviceIcon{height:190px}}
.bbp-services .serviceNum{position:absolute;top:30px;right:30px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;color:#c9b64a;border:1px solid var(--bbp-l);border-radius:999px;padding:6px 12px;background:#fff;letter-spacing:.04em}
.bbp-services .serviceWide{grid-column:1/-1;background:linear-gradient(135deg,#fffdf7,#fff8cf)}
.bbp-services .serviceCard h3{font-size:24px;line-height:1.08;letter-spacing:-.03em;margin:0 0 10px}
.bbp-services .serviceCard p{font-size:14px;color:var(--bbp-m);max-width:640px;margin:0 0 20px}
.bbp-services .serviceCard ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:9px}
.bbp-services .serviceCard li{font-size:12px;font-weight:800;background:var(--bbp-bg);border:1px solid var(--bbp-l);padding:8px 13px;border-radius:999px;color:#333;transition:.2s}
.bbp-services .serviceCard:hover li{background:#fff;border-color:#f0d85b}
.bbp-services .serviceCard .wideList{display:flex;flex-wrap:wrap}
@media(max-width:850px){.bbp-services .servicesGrid{grid-template-columns:1fr}.bbp-services .serviceWide{grid-column:auto}.bbp-services .servicesCard{max-width:500px;margin:auto}}
@media(max-width:560px){.bbp-services .serviceCard{padding:28px 24px 26px}.bbp-services .serviceCard h3{font-size:21px}}

/* Contact page — same BB+ visual language as Home/Services. */
.bbp-contact .contactHero{padding-bottom:35px}
.bbp-contact .contactSplit{display:grid;grid-template-columns:1.2fr 1fr;border:1px solid var(--bbp-l);border-radius:30px;overflow:hidden;box-shadow:var(--bbp-shadow)}
.bbp-contact .contactForm{background:var(--bbp-bg);padding:48px}
.bbp-contact .contactForm h2{font-size:clamp(26px,3.2vw,38px);line-height:1.05;letter-spacing:-.035em;margin:8px 0 22px}
.bbp-contact .formRow{display:flex;gap:14px;margin-bottom:14px}
.bbp-contact .contactForm input,.bbp-contact .contactForm select,.bbp-contact .contactForm textarea{width:100%;border:1px solid var(--bbp-l);border-radius:12px;padding:14px 16px;font:inherit;font-size:14px;background:#f1f1f1;color:#111}
.bbp-contact .contactForm textarea{min-height:150px;resize:vertical;margin-bottom:18px;display:block;width:100%}
.bbp-contact .contactForm input:focus,.bbp-contact .contactForm select:focus,.bbp-contact .contactForm textarea:focus{outline:2px solid var(--bbp-y);outline-offset:1px;background:#fff}
.bbp-contact .contactForm .btn{border-radius:999px}
.bbp-contact .formNote{font-size:12px;color:var(--bbp-m);margin:14px 0 0}
.bbp-contact .contactInfo{background:var(--bbp-y);padding:48px}
.bbp-contact .contactInfo h2{font-size:clamp(26px,3.2vw,38px);letter-spacing:-.035em;margin:8px 0 26px}
.bbp-contact .infoItem{display:flex;gap:14px;margin-top:24px}
.bbp-contact .infoItem:first-of-type{margin-top:0}
.bbp-contact .infoIcon{width:40px;height:40px;border-radius:50%;background:#111;color:var(--bbp-y);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.bbp-contact .infoItem strong{display:block;font-size:14px;margin-bottom:4px}
.bbp-contact .infoItem p{margin:0;font-size:14px;color:#494000}
.bbp-contact .infoItem a{color:#111;font-weight:800}
.bbp-contact .faqGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.bbp-contact .faqCard{border:1px solid var(--bbp-l);border-radius:22px;background:#fff;padding:26px;box-shadow:0 8px 30px rgba(0,0,0,.04)}
.bbp-contact .faqCard h3{font-size:17px;line-height:1.25;margin:0 0 10px}
.bbp-contact .faqCard p{font-size:14px;color:var(--bbp-m);margin:0}
.bbp-contact .faqCard p a{color:#9a7b00;font-weight:800;text-decoration:underline}
@media(max-width:850px){.bbp-contact .contactSplit{grid-template-columns:1fr}.bbp-contact .faqGrid{grid-template-columns:1fr}}
@media(max-width:560px){.bbp-contact .formRow{flex-direction:column}.bbp-contact .contactForm,.bbp-contact .contactInfo{padding:30px}}

/* Course page — LearnPress single-course override. */
.bbp-course .courseHeroSimple{padding:55px 0 40px;background:linear-gradient(180deg,#fff,#fffdf3)}
.bbp-course .courseMetaRow{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 0}
.bbp-course .courseMetaRow span{font-size:12px;font-weight:800;background:var(--bbp-ys);border:1px solid #f0d85b;border-radius:999px;padding:6px 12px;color:#8a7000}
.bbp-course .courseLayoutSection{padding:50px 0 82px}
.bbp-course .courseLayout{display:grid;grid-template-columns:1.7fr 1fr;gap:40px;align-items:start}
.bbp-course .courseInfoCard{display:grid;gap:13px;margin-bottom:36px}
.bbp-course .courseInfoCard .point{display:flex!important;gap:14px!important;padding:17px 18px!important;border:1px solid var(--bbp-l)!important;border-radius:16px!important;background:var(--bbp-bg)!important}
.bbp-course .courseInfoCard .icon{width:32px!important;height:32px!important;border-radius:9px!important;background:var(--bbp-y)!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;font-size:15px}
.bbp-course .courseInfoCard .point strong{display:block;font-size:14px}
.bbp-course .courseInfoCard .point span{display:block;color:var(--bbp-m);font-size:13px;margin-top:3px}
.bbp-course .courseWrittenContent{font-size:15px;line-height:1.7;color:#333}
.bbp-course .courseWrittenContent h2,.bbp-course .courseWrittenContent h3{margin:30px 0 12px}
.bbp-course .courseWrittenContent p{margin:0 0 16px}
.bbp-course .courseWrittenContent ul,.bbp-course .courseWrittenContent ol{margin:0 0 16px;padding-left:22px}
.bbp-course .courseWrittenContent li{margin-bottom:8px}
.bbp-course .courseWrittenContent img{border-radius:16px;margin:10px 0}
.bbp-course .courseSidebar{position:sticky;top:100px}
.bbp-course .courseBuyCard{border:1px solid var(--bbp-l);border-radius:26px;background:#fff;padding:30px;box-shadow:var(--bbp-shadow);text-align:center}
.bbp-course .courseBuyImage{border-radius:16px;margin-bottom:18px;display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
.bbp-course .courseBuyPrice{font-size:28px;font-weight:900;margin-bottom:16px}
.bbp-course .courseBuyBtn{display:flex;width:100%;justify-content:center;border-radius:14px;font-size:15px;padding:15px 19px}
.bbp-course .courseBuyNote{font-size:12px;color:var(--bbp-m);margin:12px 0 0}
.bbp-course .courseBuyWhatsapp{display:block;font-size:13px;font-weight:800;margin-top:16px;text-decoration:underline}
.bbp-course .curriculumList{border:1px solid var(--bbp-l);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.04)}
.bbp-course .curriculumList .section-header,.bbp-course .curriculumList .course-item{border-color:var(--bbp-l)!important}
.bbp-course .curriculumList .section-header{font-weight:900!important;background:#faf7ea!important}
@media(max-width:950px){.bbp-course .courseLayout{grid-template-columns:1fr}.bbp-course .courseSidebar{position:static;max-width:420px;margin:0 auto 30px}}

/* Safety net: any bare inline <svg> icon dropped inside ".tag" or the generic
   ".icon" badge (no width/height attributes of its own) was rendering at the
   browser's oversized inline-SVG default and blowing up the layout — this
   caps them at a sensible size wherever that pattern is used site-wide. */
.bbp-home .tag{align-items:center;gap:7px}
.bbp-home .tag svg{width:15px;height:15px;flex:0 0 auto}
.bbp-home .icon svg{width:16px;height:16px;flex:0 0 auto}

/* About Us page — story timeline, founder card and stats grid were missing
   their styling entirely (raw unstyled markup), which is why the tag/heading
   overlapped and the icons rendered oversized. */
.bbp-about .storyTimeline{display:grid;gap:0;border-left:2px solid var(--bbp-l);margin-left:6px}
.bbp-about .storyStep{position:relative;padding:0 0 34px 34px}
.bbp-about .storyStep:last-child{padding-bottom:0}
.bbp-about .storyStep::before{content:"";position:absolute;left:-7px;top:2px;width:12px;height:12px;border-radius:50%;background:var(--bbp-y);border:2px solid #111}
.bbp-about .storyYear{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#9a7b00;margin-bottom:6px}
.bbp-about .storyStep h3{font-size:19px;margin:0 0 8px;letter-spacing:-.02em}
.bbp-about .storyStep p{margin:0;color:var(--bbp-m);font-size:14px;max-width:640px}

.bbp-about .founderCard{display:flex;gap:32px;align-items:flex-start;border:1px solid var(--bbp-l);border-radius:26px;background:#fff;padding:36px;box-shadow:var(--bbp-shadow)}
.bbp-about .founderAvatar{width:120px;height:120px;border-radius:50%;object-fit:cover;object-position:center top;flex:0 0 auto;border:3px solid var(--bbp-y);background:var(--bbp-ys)}
.bbp-about .founderAvatarFallback{width:120px;height:120px;border-radius:50%;flex:0 0 auto;background:var(--bbp-y);color:#111;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:900}
.bbp-about .founderRole{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#9a7b00;margin-bottom:6px}
.bbp-about .founderCard h3{font-size:26px;margin:0 0 12px;letter-spacing:-.02em}
.bbp-about .founderCard p{margin:0 0 18px;color:var(--bbp-m);font-size:14px;line-height:1.7}
.bbp-about .ytLink{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:900;color:#111;text-decoration:none}
.bbp-about .ytLink svg{width:20px;height:14px;flex:0 0 auto}
.bbp-about .ytLink:hover{text-decoration:underline}

.bbp-about .statGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.bbp-about .statCard{border:1px solid var(--bbp-l);border-radius:20px;background:#fff;padding:26px 22px;text-align:center}
.bbp-about .statIcon{width:46px;height:46px;border-radius:13px;background:var(--bbp-y);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.bbp-about .statIcon svg{width:22px;height:22px;fill:none;stroke:#111;stroke-width:1.8}
.bbp-about .statCard strong{display:block;font-size:30px;letter-spacing:-.03em;margin-bottom:4px}
.bbp-about .statCard span{display:block;font-size:13px;color:var(--bbp-m)}

@media(max-width:850px){
  .bbp-about .founderCard{flex-direction:column;align-items:center;text-align:center;padding:30px}
  .bbp-about .statGrid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .bbp-about .statGrid{grid-template-columns:1fr}
}

/* ============================= Amazon Seller Fee Calculator ============================= */
.bbp-feecalc .hero{padding:70px 0 50px}
.bbp-feecalc .hero p{font-size:17px}
.bbp-feecalc .feecalcNote{display:flex;gap:10px;align-items:flex-start;background:var(--bbp-ys);border:1px solid #f0d85b;border-radius:14px;padding:14px 18px;font-size:13px;color:#6b5900;max-width:650px;margin-top:6px}
.bbp-feecalc .feecalcNote svg{width:18px;height:18px;flex:0 0 auto;margin-top:1px}
.bbp-feecalc .feecalcLayout{display:grid;grid-template-columns:400px 1fr;gap:26px;align-items:start;padding-bottom:70px}
.bbp-feecalc .feecalcCard{border:1px solid var(--bbp-l);border-radius:24px;background:#fff;padding:30px;box-shadow:0 8px 30px rgba(0,0,0,.04)}
.bbp-feecalc .feecalcCard h2{font-size:19px;margin:0 0 6px;letter-spacing:-.02em}
.bbp-feecalc .feecalcCard>p{margin:0 0 22px;font-size:13px;color:var(--bbp-m)}
.bbp-feecalc .feecalcInputs{position:sticky;top:100px}
.bbp-feecalc .fcField{margin-bottom:18px}
.bbp-feecalc .fcField label{display:block;font-size:12px;font-weight:900;margin-bottom:7px;color:#111}
.bbp-feecalc .fcField .fcHint{display:block;font-weight:500;color:var(--bbp-m);font-size:11px;margin-top:4px}
.bbp-feecalc .fcField input[type="text"],
.bbp-feecalc .fcField input[type="number"],
.bbp-feecalc .fcField select{
  width:100%;border:1px solid var(--bbp-l);border-radius:12px;background:var(--bbp-bg);
  padding:12px 14px;font:inherit;font-size:14px;color:#111;
}
.bbp-feecalc .fcField input:focus,.bbp-feecalc .fcField select:focus{outline:2px solid var(--bbp-y);outline-offset:1px;background:#fff}
.bbp-feecalc .fcRow2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.bbp-feecalc #fc-category-warn{display:none;font-size:11.5px;color:#a15c00;margin-top:6px;font-weight:700}
.bbp-feecalc #fc-category-warn.show{display:block}

.bbp-feecalc .feecalcResults .fcResultGroup{border:1px solid var(--bbp-l);border-radius:16px;overflow:hidden;margin-bottom:16px}
.bbp-feecalc .fcResultRow{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 20px;border-bottom:1px solid var(--bbp-l);font-size:14px}
.bbp-feecalc .fcResultRow:last-child{border-bottom:0}
.bbp-feecalc .fcResultRow span:first-child{color:var(--bbp-m)}
.bbp-feecalc .fcResultRow strong{font-size:15px;font-weight:900;transition:color .2s}
.bbp-feecalc .fcResultRow.fcTotalRow{background:var(--bbp-bg)}
.bbp-feecalc .fcResultRow.fcTotalRow strong{font-size:16px}
.bbp-feecalc .fcNetBox{border-radius:22px;background:linear-gradient(135deg,#ffd91a,#ffe76c);padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:22px}
.bbp-feecalc .fcNetBox span{font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#5c4e00;display:block;margin-bottom:6px}
.bbp-feecalc .fcNetBox strong{font-size:clamp(30px,4vw,42px);letter-spacing:-.03em;color:#111}
.bbp-feecalc .fcFlash{animation:fcFlash .5s ease}
@keyframes fcFlash{0%{color:#9a7b00}100%{color:#111}}
.bbp-feecalc .fcInfoGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:26px}
.bbp-feecalc .fcInfoBox{border:1px solid var(--bbp-l);border-radius:16px;padding:20px 22px;background:var(--bbp-bg)}
.bbp-feecalc .fcInfoBox h4{margin:0 0 10px;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:#8a7000}
.bbp-feecalc .fcInfoBox ul{margin:0;padding:0 0 0 20px;font-size:13px;color:var(--bbp-m);list-style:disc outside!important}
.bbp-feecalc .fcInfoBox li{margin-bottom:8px;padding-left:2px;display:list-item!important;list-style:disc!important}
.bbp-feecalc .fcInfoBox li::marker{color:#c9a400}
.bbp-feecalc .fcDisclaimer{font-size:12px;color:var(--bbp-m);margin-top:22px;border-top:1px solid var(--bbp-l);padding-top:18px}
.bbp-feecalc .fcDownloadBanner{display:flex;align-items:center;gap:20px;background:var(--bbp-ys);border:1px solid var(--bbp-y);border-radius:20px;padding:22px 28px;margin-top:8px;flex-wrap:wrap}
.bbp-feecalc .fcDownloadIcon{width:52px;height:52px;flex:0 0 auto;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.06)}
.bbp-feecalc .fcDownloadText{flex:1 1 320px}
.bbp-feecalc .fcDownloadText h4{margin:0 0 4px;font-size:16px}
.bbp-feecalc .fcDownloadText p{margin:0;font-size:13px;color:var(--bbp-m)}
.bbp-feecalc .fcDownloadBanner .btn{flex:0 0 auto;white-space:nowrap}
@media(max-width:560px){.bbp-feecalc .fcDownloadBanner{padding:18px 20px}}
@media(max-width:950px){
  .bbp-feecalc .feecalcLayout{grid-template-columns:1fr}
  .bbp-feecalc .feecalcInputs{position:static}
  .bbp-feecalc .fcInfoGrid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .bbp-feecalc .fcRow2{grid-template-columns:1fr}
  .bbp-feecalc .fcNetBox{flex-direction:column;align-items:flex-start}
}

/* ===================== FAQ ACCORDION (bb-courses & similar pages) ===================== */
.faqList{display:flex;flex-direction:column;gap:14px;max-width:900px;margin:34px auto 0}
.faqCard2{border:1px solid var(--bbp-l);border-radius:16px;background:#fff;padding:0;overflow:hidden}
.faqCard2 summary{list-style:none;display:flex;align-items:center;gap:16px;padding:20px 24px;cursor:pointer;font-weight:700;color:var(--bbp-b)}
.faqCard2 summary::-webkit-details-marker{display:none}
.faqCard2 summary::marker{content:""}
.faqCard2 .faqNum{flex:0 0 auto;font-size:12px;font-weight:900;color:#9a7b00;width:26px}
.faqCard2 .faqQ{flex:1 1 auto;font-size:15.5px;line-height:1.4}
.faqCard2 .faqToggle{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--bbp-ys);display:flex;align-items:center;justify-content:center;transition:transform .2s ease}
.faqCard2 .faqToggle svg{width:14px;height:14px;stroke:#8a7000;stroke-width:2.4;fill:none}
.faqCard2[open] .faqToggle{transform:rotate(45deg)}
.faqCard2 .faqAnswer{margin:0;padding:0 24px 22px 66px;font-size:14px;line-height:1.6;color:var(--bbp-m)}
@media(max-width:560px){
  .faqCard2 summary{padding:16px 18px;gap:12px}
  .faqCard2 .faqAnswer{padding:0 18px 18px 42px}
}
.faqNote{display:flex;align-items:center;gap:12px;max-width:900px;margin:22px auto 0;padding:16px 22px;border-radius:14px;background:var(--bbp-ys);font-size:14px;color:#5c4e00}
.faqNote svg{flex:0 0 auto;width:20px;height:20px;stroke:#8a7000;stroke-width:2;fill:none}