
:root{
  --bb-ink:#24182b;
  --bb-egg:#43204f;
  --bb-egg-deep:#1a101f;
  --bb-purple:#6f3d83;
  --bb-purple-soft:#eee5f2;
  --bb-gold:#b59052;
  --bb-cream:#f4efe8;
  --bb-cream-2:#fbf9f6;
  --bb-white:#fff;
  --bb-muted:#756b79;
  --bb-line:#e6dce7;
  --bb-green:#2d7a54;
  --bb-shadow:0 24px 60px rgba(41,24,48,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bb-cream-2)}
body.bbv2-page{margin:0;background:var(--bb-cream-2);color:var(--bb-ink);font-family:Lato,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.bbv2-page a{color:inherit}
body.bbv2-page h1,body.bbv2-page h2{font-family:"Playfair Display",Georgia,serif;letter-spacing:-.035em}
body.bbv2-page h1,body.bbv2-page h2,body.bbv2-page h3,body.bbv2-page p{margin-top:0}
body.bbv2-page h1 em,body.bbv2-page h2 em{color:var(--bb-gold);font-weight:600}
.bbv2-wrap{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.bbv2-header{position:sticky;top:0;z-index:50;background:rgba(251,249,246,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(67,32,79,.08)}
.bbv2-header-inner{width:min(1240px,calc(100% - 34px));margin:auto;min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.bbv2-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.bbv2-brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--bb-egg-deep);color:#fff;font-weight:900;font-size:19px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.bbv2-brand-word{font-size:14px;font-weight:900;letter-spacing:.11em;color:var(--bb-ink)}
.bbv2-brand-word sup{font-size:7px;letter-spacing:0}
.bbv2-nav{display:flex;align-items:center;justify-content:center;gap:26px}
.bbv2-nav a,.bbv2-link-button{font-size:13px;font-weight:800;text-decoration:none;color:#58495d}
.bbv2-nav a:hover,.bbv2-nav a.is-active{color:var(--bb-egg)}
.bbv2-header-actions{display:flex;align-items:center;gap:14px}
.bbv2-menu-button{display:none}
.bbv2-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:12px;background:var(--bb-egg);color:#fff!important;text-decoration:none;font-size:14px;font-weight:900;border:1px solid var(--bb-egg);box-shadow:0 10px 24px rgba(67,32,79,.16);transition:.18s ease}
.bbv2-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(67,32,79,.22)}
.bbv2-button-small{min-height:42px;padding:0 15px}
.bbv2-button-ghost{background:transparent;color:var(--bb-egg)!important;box-shadow:none;border-color:#cfc0d4}
.bbv2-button-dark{background:var(--bb-ink);border-color:var(--bb-ink)}
.bbv2-eyebrow{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--bb-purple);margin-bottom:14px}
.bbv2-hero{padding:92px 0 84px;background:radial-gradient(circle at 74% 28%,rgba(111,61,131,.13),transparent 32%),linear-gradient(180deg,#fbf9f6,#f4efe8)}
.bbv2-hero-grid,.bbv2-split{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.bbv2-hero h1,.bbv2-page-hero h1{font-size:clamp(50px,6.4vw,78px);line-height:.98;margin:0 0 22px;color:var(--bb-ink)}
.bbv2-hero-copy>p,.bbv2-page-hero p{font-size:18px;line-height:1.7;color:#64586a;max-width:690px}
.bbv2-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.bbv2-proof-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;font-size:12px;color:#695b6e;font-weight:800}
.bbv2-app-shell{border-radius:24px;background:#fff;border:1px solid #e8dde9;box-shadow:var(--bb-shadow);overflow:hidden;transform:rotate(1.2deg)}
.bbv2-app-topbar{height:58px;display:flex;align-items:center;gap:12px;padding:0 18px;background:#17101c;color:#fff;font-size:12px;font-weight:800}
.bbv2-app-logo{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#fff;color:#17101c;font-weight:900}
.bbv2-live-pill{margin-left:auto;color:#bce2c8;font-size:10px;letter-spacing:.08em}
.bbv2-app-body{display:grid;grid-template-columns:54px 1fr;min-height:400px}
.bbv2-app-sidebar{background:#f2ecf3;border-right:1px solid #e5dbe7;padding-top:20px;display:flex;flex-direction:column;align-items:center;gap:13px}
.bbv2-app-sidebar span{width:22px;height:22px;border-radius:7px;background:#d9cedd}
.bbv2-app-sidebar span.is-on{background:var(--bb-egg)}
.bbv2-app-content{padding:28px}
.bbv2-app-kicker{font-size:9px;letter-spacing:.13em;color:#8a778f;font-weight:900}
.bbv2-app-content h3{font-family:"Playfair Display",serif;font-size:30px;margin:4px 0 2px}
.bbv2-app-meta{font-size:12px;color:#7d7081}
.bbv2-journey{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:28px 0 20px}
.bbv2-journey div{display:grid;gap:6px}
.bbv2-journey b{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#ece5ee;color:#6b5e6e;font-size:11px}
.bbv2-journey span{font-size:9px;line-height:1.2;color:#827486}
.bbv2-journey .is-done b{background:#e8f4ed;color:#2d7a54}
.bbv2-journey .is-current b{background:var(--bb-egg);color:#fff}
.bbv2-app-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.bbv2-app-cards>div{border:1px solid #e8dfe9;border-radius:13px;padding:14px;background:#fbf9fc}
.bbv2-app-cards span,.bbv2-app-cards small{display:block;font-size:9px;color:#8a7f8d}
.bbv2-app-cards strong{display:block;font-size:12px;margin:4px 0}
.bbv2-band{background:#17101c;color:#fff;padding:19px 0;border-top:1px solid rgba(255,255,255,.05)}
.bbv2-band-flow{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:900;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.bbv2-band-flow i{color:var(--bb-gold);font-style:normal}
.bbv2-section{padding:96px 0}
.bbv2-section-soft{background:var(--bb-cream)}
.bbv2-section-dark{background:#17101c;color:#fff}
.bbv2-section-dark h2,.bbv2-section-dark h3{color:#fff}
.bbv2-section-dark p{color:#cfc4d2}
.bbv2-section-head{max-width:760px;margin-bottom:44px}
.bbv2-section-head h2,.bbv2-section h2{font-size:clamp(38px,5vw,60px);line-height:1.03;margin-bottom:16px}
.bbv2-section-head p{font-size:17px;color:#746978}
.bbv2-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.bbv2-feature-grid-3{grid-template-columns:repeat(3,1fr)}
.bbv2-feature-card{position:relative;background:#fff;border:1px solid var(--bb-line);border-radius:18px;padding:26px;min-height:210px}
.bbv2-feature-card:hover{box-shadow:0 16px 36px rgba(55,35,62,.07);transform:translateY(-2px)}
.bbv2-feature-card,.bbv2-feature-card:hover{transition:.18s ease}
.bbv2-feature-num{display:block;color:var(--bb-gold);font-size:11px;font-weight:900;letter-spacing:.14em;margin-bottom:28px}
.bbv2-feature-card h3{font-size:18px;margin-bottom:9px}
.bbv2-feature-card p{font-size:14px;color:#776b7b;margin:0}
.bbv2-pipeline-board{display:grid;gap:10px;padding:24px;border-radius:22px;background:#24172c;border:1px solid rgba(255,255,255,.08)}
.bbv2-pipeline-board>div{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-radius:12px;background:#302038;color:#d9cddc;font-size:13px}
.bbv2-pipeline-board>div.is-hot{background:linear-gradient(135deg,#5d336c,#43204f);color:#fff}
.bbv2-pipeline-board b{font-size:17px}
.bbv2-check-list{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:10px}
.bbv2-check-list li:before{content:"✓";color:#d2b677;margin-right:10px;font-weight:900}
.bbv2-card-showcase{width:min(360px,100%);margin:auto;background:linear-gradient(180deg,#1f1326,#4f2a5d);color:#fff;border-radius:28px;padding:30px;text-align:center;box-shadow:var(--bb-shadow);position:relative}
.bbv2-card-showcase-large{width:min(400px,100%)}
.bbv2-person-orb{width:94px;height:94px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#f0e7f3;color:#43204f;font-size:30px;font-weight:900;border:5px solid rgba(255,255,255,.12)}
.bbv2-card-showcase h3{font-family:"Playfair Display",serif;font-size:28px;margin:14px 0 2px}
.bbv2-card-showcase p{color:#ddd0df;font-size:13px}
.bbv2-card-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}
.bbv2-card-actions span,.bbv2-card-links span{padding:10px;border-radius:10px;background:rgba(255,255,255,.09);font-size:11px;font-weight:800}
.bbv2-card-book{margin-top:10px;background:#fff;color:#43204f;border-radius:11px;padding:13px;font-size:12px;font-weight:900}
.bbv2-card-links{display:grid;gap:7px;margin-top:10px}
.bbv2-qr{font-size:60px;line-height:1;margin-top:18px;opacity:.9}
.bbv2-text-link{font-weight:900;color:var(--bb-purple)!important;text-decoration:none}
.bbv2-capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:30px}
.bbv2-capability-grid div{padding:17px 16px;background:#fff;border:1px solid #e4d9e5;border-radius:12px;font-size:13px;font-weight:800}
.bbv2-center{text-align:center}
.bbv2-pricing-section{background:#fff}
.bbv2-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bbv2-price-card{position:relative;border:1px solid #e5dae7;border-radius:22px;padding:30px;background:#fbf9fc}
.bbv2-price-card.is-featured{background:#211429;color:#fff;border-color:#211429;transform:translateY(-10px);box-shadow:0 24px 60px rgba(35,19,42,.18)}
.bbv2-price-card.is-featured p,.bbv2-price-card.is-featured small,.bbv2-price-card.is-featured li{color:#d7cbd9}
.bbv2-price-card h3{font-family:"Playfair Display",serif;font-size:28px;margin-bottom:8px}
.bbv2-price-card>p{min-height:72px;color:#776b7b;font-size:14px}
.bbv2-price{display:flex;align-items:flex-end;gap:6px}
.bbv2-price strong{font-size:42px;line-height:1}
.bbv2-price span{font-size:12px;color:#8b7e8f}
.bbv2-price-card small{display:block;color:#817587;margin-top:7px}
.bbv2-price-card ul{list-style:none;padding:0;margin:24px 0;display:grid;gap:9px;color:#625568;font-size:13px}
.bbv2-popular{position:absolute;right:20px;top:18px;color:#d7bd82;font-size:9px;font-weight:900;letter-spacing:.14em}
.bbv2-cta{padding:100px 0;background:linear-gradient(135deg,#1b101f,#4c2859);color:#fff;text-align:center}
.bbv2-cta h2{font-size:clamp(42px,6vw,68px);line-height:1.02;margin:0 0 14px}
.bbv2-cta p{color:#d9cddc;margin-bottom:24px}
.bbv2-cta small{display:block;margin-top:14px;color:#bdaec1}
.bbv2-cta-compact{padding:76px 0}
.bbv2-page-hero{padding:100px 0 72px;background:radial-gradient(circle at 80% 20%,rgba(111,61,131,.12),transparent 33%),linear-gradient(180deg,#fbf9f6,#f4efe8)}
.bbv2-page-hero .bbv2-wrap>p{max-width:760px}
.bbv2-feature-group{padding:52px 0;border-top:1px solid #e5dce7}
.bbv2-feature-group:first-child{border-top:0;padding-top:0}
.bbv2-feature-group-title{display:grid;grid-template-columns:180px 1fr;gap:30px;align-items:end;margin-bottom:24px}
.bbv2-feature-group-title span{font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--bb-gold)}
.bbv2-feature-group-title h2{font-size:38px;margin:0}
.bbv2-feature-group-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.bbv2-feature-group-grid article{padding:22px;background:#fff;border:1px solid #e5dce7;border-radius:15px}
.bbv2-feature-group-grid h3{font-size:16px;margin-bottom:8px}
.bbv2-feature-group-grid p{font-size:13px;color:#786d7c;margin:0}
.bbv2-center-copy{text-align:center;max-width:820px}
.bbv2-center-copy p{font-size:18px}
.bbv2-academy-card{background:#fff;border:1px solid #e6dce8;border-radius:22px;padding:26px;box-shadow:var(--bb-shadow)}
.bbv2-academy-top{display:flex;justify-content:space-between;gap:16px}
.bbv2-academy-top strong{font-size:18px}
.bbv2-academy-top span{font-size:24px;color:var(--bb-purple);font-weight:900}
.bbv2-progress{height:8px;background:#eee7ef;border-radius:999px;overflow:hidden;margin:15px 0 24px}
.bbv2-progress i{display:block;height:100%;background:var(--bb-egg)}
.bbv2-lesson{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:14px 0;border-top:1px solid #eee6ef}
.bbv2-lesson b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eee8f0;color:#5d5062}
.bbv2-lesson.is-done b{background:#e8f5ed;color:#2d7a54}
.bbv2-lesson small{color:#9a8f9d;font-size:11px}
.bbv2-lesson.is-locked{opacity:.65}
.bbv2-pricing-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bbv2-pricing-notes>div{padding:24px;border:1px solid #e5dce7;border-radius:16px;background:#fff}
.bbv2-pricing-notes h3{margin-bottom:8px}
.bbv2-pricing-notes p{color:#756a79;margin:0;font-size:14px}
.bbv2-faq{max-width:860px}
.bbv2-faq details{background:#fff;border:1px solid #e3d9e5;border-radius:13px;padding:18px 20px;margin-bottom:10px}
.bbv2-faq summary{font-weight:900;cursor:pointer}
.bbv2-faq p{margin:12px 0 0;color:#746878}
.bbv2-team-panel{display:grid;gap:10px;background:#fff;border:1px solid #e5dce7;border-radius:22px;padding:24px;box-shadow:var(--bb-shadow)}
.bbv2-team-panel div{display:grid;grid-template-columns:100px 1fr auto;gap:14px;align-items:center;padding:17px;border-radius:13px;background:#f6f1f7}
.bbv2-team-panel span{font-size:10px;letter-spacing:.08em;color:#8a7e8d;text-transform:uppercase;font-weight:900}
.bbv2-team-panel strong{font-size:15px}
.bbv2-team-panel small{color:#887d8b}
.bbv2-story{max-width:880px}
.bbv2-story>h2{font-size:46px}
.bbv2-story>p{font-size:18px;color:#655969}
.bbv2-values{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px}
.bbv2-values div{padding:24px;border-radius:16px;background:#fff;border:1px solid #e4dbe5}
.bbv2-values strong,.bbv2-values span{display:block}
.bbv2-values strong{font-family:"Playfair Display",serif;font-size:22px;margin-bottom:7px}
.bbv2-values span{color:#7c7080;font-size:13px}
.bbv2-support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.bbv2-support-grid article{padding:28px;border:1px solid #e5dce7;background:#fff;border-radius:18px}
.bbv2-support-grid h3{font-size:20px}
.bbv2-support-grid p{color:#756979}
.bbv2-support-grid a{color:var(--bb-purple)!important;font-weight:900;text-decoration:none}
.bbv2-support-contact{margin-top:32px;padding:40px;border-radius:22px;background:#211429;color:#fff}
.bbv2-support-contact h2{font-size:38px;margin:0 0 10px}
.bbv2-support-contact p{color:#d6cad9;margin:0}
.bbv2-support-contact a{color:#fff;text-decoration:underline}
.bbv2-footer{background:#100b13;color:#fff;padding:58px 0 24px}
.bbv2-footer .bbv2-brand-word{color:#fff}
.bbv2-footer-top{display:grid;grid-template-columns:1.1fr 1.9fr;gap:60px}
.bbv2-footer-brand p{color:#b7a9ba;margin:17px 0 4px}
.bbv2-footer-brand strong{font-size:13px}
.bbv2-footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.bbv2-footer-links div{display:grid;gap:8px;align-content:start}
.bbv2-footer-links span{color:#9f8fa4;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px}
.bbv2-footer-links a{color:#e2d8e4!important;text-decoration:none;font-size:13px}
.bbv2-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.09);margin-top:46px;padding-top:20px;color:#8f8293;font-size:11px}
@media(max-width:980px){
  .bbv2-header-inner{grid-template-columns:auto auto 1fr}.bbv2-menu-button{display:inline-flex;justify-self:end;border:1px solid #d9cedc;background:#fff;border-radius:9px;padding:8px 11px;font-weight:800;color:#4e3e54}.bbv2-nav{display:none;position:absolute;left:18px;right:18px;top:68px;background:#fff;border:1px solid #e4dae6;border-radius:14px;padding:14px;box-shadow:var(--bb-shadow);flex-direction:column;align-items:stretch}.bbv2-nav.is-open{display:flex}.bbv2-header-actions{display:none}
  .bbv2-hero-grid,.bbv2-split{grid-template-columns:1fr;gap:42px}.bbv2-hero-visual{max-width:680px;margin:auto}.bbv2-feature-grid{grid-template-columns:repeat(2,1fr)}.bbv2-feature-grid-3{grid-template-columns:repeat(2,1fr)}.bbv2-capability-grid{grid-template-columns:repeat(3,1fr)}.bbv2-pricing-grid{grid-template-columns:1fr;max-width:720px;margin:auto}.bbv2-price-card.is-featured{transform:none}.bbv2-feature-group-grid{grid-template-columns:repeat(2,1fr)}.bbv2-footer-top{grid-template-columns:1fr}.bbv2-support-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .bbv2-wrap{width:min(100% - 28px,1180px)}.bbv2-header-inner{width:calc(100% - 24px)}.bbv2-brand-word{font-size:12px}.bbv2-hero{padding:66px 0 60px}.bbv2-hero h1,.bbv2-page-hero h1{font-size:46px}.bbv2-hero-copy>p,.bbv2-page-hero p{font-size:16px}.bbv2-hero-actions{display:grid}.bbv2-button{width:100%}.bbv2-proof-row{display:grid;gap:8px}.bbv2-band-flow{overflow-x:auto;justify-content:flex-start;padding-bottom:3px}.bbv2-band-flow span,.bbv2-band-flow i{white-space:nowrap}.bbv2-section{padding:68px 0}.bbv2-feature-grid,.bbv2-feature-grid-3,.bbv2-feature-group-grid,.bbv2-capability-grid,.bbv2-pricing-notes,.bbv2-values{grid-template-columns:1fr}.bbv2-feature-group-title{grid-template-columns:1fr;gap:6px}.bbv2-app-body{grid-template-columns:38px 1fr}.bbv2-app-content{padding:18px}.bbv2-journey{grid-template-columns:repeat(5,78px);overflow-x:auto;padding-bottom:8px}.bbv2-app-cards{grid-template-columns:1fr}.bbv2-team-panel div{grid-template-columns:1fr}.bbv2-footer-links{grid-template-columns:repeat(2,1fr)}.bbv2-footer-bottom{display:grid}.bbv2-page-hero{padding:70px 0 54px}
}

/* v2.1 relationship positioning + industry Blueprints */
.bbv2-relationship-section{background:#fff}
.bbv2-relationship-split{align-items:start}
.bbv2-relationship-section h2{font-size:clamp(40px,5vw,58px)}
.bbv2-relationship-section p{font-size:17px;color:#6f6274}
.bbv2-relationship-track{display:grid;gap:10px}
.bbv2-relationship-track>div{display:grid;grid-template-columns:48px 1fr;column-gap:13px;align-items:center;padding:16px 18px;border:1px solid #e4dae6;border-radius:15px;background:#fbf9fc}
.bbv2-relationship-track b{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#f0e8f2;color:#5b2f78;font-size:11px}
.bbv2-relationship-track span{font-weight:900;font-size:14px}
.bbv2-relationship-track small{color:#887b8c;font-size:11px}
.bbv2-scenario-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.bbv2-scenario-grid article{padding:28px;border-radius:18px;background:#fff;border:1px solid #e5dbe6}
.bbv2-scenario-grid article>span,.bbv2-deep-scenarios article>span{display:block;margin-bottom:12px;color:#9b7b43;font-size:10px;font-weight:900;letter-spacing:.14em}
.bbv2-scenario-grid h3{font-family:"Playfair Display",serif;font-size:25px;line-height:1.15;margin-bottom:11px}
.bbv2-scenario-grid p{color:#756a79;font-size:14px}
.bbv2-scenario-flow{margin-top:18px;padding:11px 13px;border-radius:10px;background:#f3edf5;color:#51325d;font-size:11px;font-weight:900;line-height:1.5}
.bbv2-blueprint-teaser{background:linear-gradient(180deg,#fbf9f6,#f1eaf3)}
.bbv2-template-cloud{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 30px}
.bbv2-template-cloud span{padding:11px 14px;border-radius:999px;background:#fff;border:1px solid #dfd3e2;color:#4f3d55;font-size:12px;font-weight:850}
.bbv2-relationship-proof{background:#fff}
.bbv2-relationship-quote{display:grid;grid-template-columns:120px 1fr;gap:8px 14px;padding:28px;border-radius:20px;background:#1c1121;color:#fff}
.bbv2-relationship-quote strong{color:#d6b87a}
.bbv2-relationship-quote span{color:#d4c8d7}
.bbv2-industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.bbv2-industry-card{padding:26px;border-radius:18px;background:#fff;border:1px solid #e2d7e4}
.bbv2-industry-card h3{font-family:"Playfair Display",serif;font-size:25px;margin:7px 0 9px}
.bbv2-industry-card p{color:#756a79;font-size:14px}
.bbv2-industry-tag{font-size:9px;font-weight:900;letter-spacing:.14em;color:#92733e}
.bbv2-industry-flow{padding:12px 13px;border-radius:11px;background:#f4eef5;color:#563761;font-size:11px;font-weight:850;line-height:1.55;margin:17px 0 10px}
.bbv2-industry-card small{color:#8b7f8f}
.bbv2-deep-scenarios{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.bbv2-deep-scenarios article{padding:25px;border:1px solid #e3d9e5;border-radius:17px;background:#fff}
.bbv2-deep-scenarios h3{font-family:"Playfair Display",serif;font-size:22px;margin-bottom:9px}
.bbv2-deep-scenarios p{color:#776b7b;font-size:13px;margin:0}
@media(max-width:980px){
  .bbv2-deep-scenarios{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .bbv2-scenario-grid,.bbv2-industry-grid,.bbv2-deep-scenarios{grid-template-columns:1fr}
  .bbv2-relationship-quote{grid-template-columns:1fr}
}

/* v3 single-page relationship operating center */
.bbv3-hero .bbv3-lead{font-size:19px;max-width:760px}
.bbv3-statement{padding:90px 0;background:#fff;text-align:center}
.bbv3-statement h2{font-size:clamp(42px,5vw,64px);line-height:1.04;margin:0 auto 20px;max-width:920px}
.bbv3-statement>div>p{max-width:880px;margin:0 auto;color:#6f6274;font-size:18px}
.bbv3-question-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px}
.bbv3-question-grid div{padding:24px;background:#f7f2f8;border:1px solid #e2d8e4;border-radius:16px}
.bbv3-question-grid strong,.bbv3-question-grid span{display:block}
.bbv3-question-grid strong{font-family:"Playfair Display",serif;font-size:22px;margin-bottom:5px}
.bbv3-question-grid span{color:#7a6f7e;font-size:13px}
.bbv3-feature-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.bbv3-feature-card{padding:24px;border:1px solid #e3d9e5;background:#fff;border-radius:17px;min-height:200px}
.bbv3-feature-card>span{display:block;color:#a17e45;font-size:10px;font-weight:900;letter-spacing:.14em;margin-bottom:22px}
.bbv3-feature-card h3{font-size:17px;margin-bottom:8px}
.bbv3-feature-card p{font-size:13px;color:#776b7b;margin:0}
.bbv3-flow-section .bbv2-section-head{max-width:800px}
.bbv3-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.bbv3-flow>div{padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:#23162a}
.bbv3-flow b{display:block;color:#d3b575;font-size:11px;letter-spacing:.12em;margin-bottom:18px}
.bbv3-flow strong,.bbv3-flow span{display:block}
.bbv3-flow strong{font-size:16px;margin-bottom:7px;color:#fff}
.bbv3-flow span{font-size:13px;color:#cbbfd0}
.bbv3-blueprint-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.bbv3-blueprint-grid div{display:flex;align-items:center;gap:14px;padding:15px 17px;border-radius:13px;background:#fff;border:1px solid #e2d7e4}
.bbv3-blueprint-grid span{color:#a17e45;font-size:10px;font-weight:900}
.bbv3-blueprint-grid strong{font-size:14px}
.bbv3-blueprint-note{margin-top:24px;padding:26px;border-radius:18px;background:#211429;color:#fff}
.bbv3-blueprint-note strong{font-family:"Playfair Display",serif;font-size:24px}
.bbv3-blueprint-note p{margin:8px 0 0;color:#d5c9d8}
.bbv3-scenarios{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.bbv3-scenarios article{padding:28px;border-radius:18px;background:#fff;border:1px solid #e2d8e4}
.bbv3-scenarios article>span{display:block;color:#9c7a43;font-size:10px;font-weight:900;letter-spacing:.14em;margin-bottom:10px}
.bbv3-scenarios h3{font-family:"Playfair Display",serif;font-size:25px;line-height:1.15;margin-bottom:10px}
.bbv3-scenarios p{color:#746878;font-size:14px}
.bbv3-scenarios article>div{padding:11px 13px;background:#f3edf5;border-radius:10px;color:#5b3868;font-size:11px;font-weight:850}
.bbv3-system-section{background:#fff}
.bbv3-replaces{display:flex;flex-wrap:wrap;gap:9px}
.bbv3-replaces span{padding:11px 14px;border:1px solid #ddd1df;border-radius:999px;background:#f8f4f9;font-size:12px;font-weight:850}
.bbv3-replaces-note{max-width:820px;margin:24px 0 0;color:#6d6072;font-size:17px}
@media(max-width:980px){
  .bbv3-feature-wall{grid-template-columns:repeat(2,1fr)}
  .bbv3-flow{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .bbv3-question-grid,.bbv3-feature-wall,.bbv3-flow,.bbv3-blueprint-grid,.bbv3-scenarios{grid-template-columns:1fr}
}

/* v3.2 persuasive subscription landing page */
.bbv32-hero-emphasis{margin-top:14px;color:#43204f;font-size:17px}
.bbv32-who{padding:54px 0;background:#17101c;color:#fff}
.bbv32-who-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:50px;align-items:center}
.bbv32-who h2{font-family:"Playfair Display",serif;font-size:clamp(34px,4.5vw,52px);line-height:1.08;margin:0}
.bbv32-who-list{display:flex;flex-wrap:wrap;gap:8px}
.bbv32-who-list span{padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);font-size:12px;font-weight:800;color:#e9dfee}
.bbv32-problem{background:#fff}
.bbv32-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.bbv32-problem-grid article{padding:24px;border-radius:16px;background:#f8f4f9;border:1px solid #e4dae6}
.bbv32-problem-grid strong{font-size:16px}
.bbv32-problem-grid p{margin:7px 0 0;color:#766b7a;font-size:13px}
.bbv32-problem-close{display:grid;grid-template-columns:auto 1fr;gap:14px;margin-top:20px;padding:22px 24px;border-radius:15px;background:#43204f;color:#fff}
.bbv32-problem-close strong{color:#d8bb7b}
.bbv32-problem-close span{color:#e3d7e7}
.bbv32-how{background:#fbf9f6}
.bbv32-midcta{padding:34px 0;background:linear-gradient(135deg,#4b2759,#25152c);color:#fff}
.bbv32-midcta>.bbv2-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px}
.bbv32-midcta h2{font-family:"Playfair Display",serif;font-size:36px;margin:0}
.bbv32-midcta .bbv2-eyebrow{margin-bottom:5px;color:#d4b876}
.bbv2-section-dark .bbv3-scenarios article{background:#24172c;border-color:rgba(255,255,255,.1)}
.bbv2-section-dark .bbv3-scenarios h3{color:#fff}
.bbv2-section-dark .bbv3-scenarios p{color:#cabed0}
.bbv2-section-dark .bbv3-scenarios article>div{background:#33203d;color:#dbcde0}
.bbv32-replaces{background:#fff}
.bbv32-objections{background:#f4efe8}
.bbv32-finalcta p{max-width:690px;margin-left:auto;margin-right:auto}
@media(max-width:980px){
  .bbv32-who-grid{grid-template-columns:1fr}
  .bbv32-problem-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .bbv32-problem-grid{grid-template-columns:1fr}
  .bbv32-problem-close{grid-template-columns:1fr}
  .bbv32-midcta>.bbv2-wrap{display:grid}
  .bbv32-midcta .bbv2-button{width:100%}
}

/* v3.4 official logo + real/diverse imagery */
.bbv2-header{background:#100b13;border-bottom-color:rgba(255,255,255,.08)}
.bbv2-header-inner{min-height:78px}
.bbv34-brand-image img{display:block;width:188px;max-width:38vw;height:auto;object-fit:contain}
.bbv2-nav a,.bbv2-link-button{color:#eee6f0}
.bbv2-nav a:hover,.bbv2-nav a.is-active{color:#d6b978}
.bbv2-header .bbv2-link-button{color:#fff}
.bbv2-header .bbv2-button{background:#d2a43f;border-color:#d2a43f;color:#171116!important}
.bbv34-photo-frame{overflow:hidden;border-radius:24px;box-shadow:0 26px 70px rgba(22,11,28,.28);border:1px solid rgba(255,255,255,.10)}
.bbv34-photo-frame img{display:block;width:100%;height:100%;object-fit:cover}
.bbv34-hero-photo{aspect-ratio:1.45/1;transform:rotate(1deg)}
.bbv34-hero-photo img{object-position:center}
.bbv34-photo-band{padding:0 0 84px;background:#17101c}
.bbv34-photo-band img{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:22px;box-shadow:0 24px 60px rgba(20,10,25,.25)}
.bbv34-industry-image{margin:0 0 28px}
.bbv34-industry-image img{display:block;width:100%;aspect-ratio:2.25/1;object-fit:cover;border-radius:20px;box-shadow:0 18px 42px rgba(50,31,59,.12)}
.bbv34-scenario-lead{display:grid;grid-template-columns:1.15fr .85fr;gap:0;overflow:hidden;margin:0 0 28px;border-radius:20px;background:#24172c;border:1px solid rgba(255,255,255,.10)}
.bbv34-scenario-lead img{display:block;width:100%;height:100%;min-height:340px;object-fit:cover}
.bbv34-scenario-lead>div{display:flex;flex-direction:column;justify-content:center;padding:38px}
.bbv34-scenario-lead strong{font-family:"Playfair Display",serif;font-size:31px;line-height:1.1;color:#fff}
.bbv34-scenario-lead span{margin-top:12px;color:#ccbed1}
.bbv2-footer .bbv34-brand-image img{width:205px}
@media(max-width:980px){
  .bbv34-scenario-lead{grid-template-columns:1fr}
  .bbv34-scenario-lead img{min-height:280px}
}
@media(max-width:680px){
  .bbv34-brand-image img{width:158px;max-width:55vw}
  .bbv34-hero-photo{aspect-ratio:1.2/1}
  .bbv34-industry-image img{aspect-ratio:1.2/1}
  .bbv34-photo-band{padding-bottom:56px}
}

/* v3.5 Blitz Card brand treatment */
.bbv35-blitz-card{padding-top:22px}
.bbv35-card-brand{display:block;width:48px;height:48px;object-fit:contain;margin:0 auto 12px}
.bbv35-card-profile{display:block;width:102px;height:102px;object-fit:cover;border-radius:50%;margin:0 auto 14px;border:4px solid rgba(255,255,255,.14);box-shadow:0 8px 20px rgba(0,0,0,.18)}
.bbv35-blitz-card h3{margin-top:0}


/* v3.6 hero + brand cleanup */
.bbv36-hero{padding:92px 0 78px;background:radial-gradient(circle at 76% 24%,rgba(111,61,131,.12),transparent 30%),linear-gradient(180deg,#fbf9f6,#f4efe8)}
.bbv36-hero-copy{max-width:760px;margin:0 0 30px}
.bbv36-hero-copy .bbv2-proof-row{margin-top:20px}
.bbv36-hero-image-wrap{position:relative;overflow:hidden;border-radius:30px;transform:none !important}
.bbv36-hero-image{display:block;width:100%;aspect-ratio:2.05/1;object-fit:cover;object-position:center}
.bbv36-hero-brand{position:absolute;left:28px;bottom:24px;padding:16px 20px;border-radius:18px;background:rgba(17,9,22,.82);backdrop-filter:blur(6px);box-shadow:0 18px 30px rgba(0,0,0,.16)}
.bbv36-hero-brand img{display:block;width:220px;max-width:42vw}
.bbv34-hero-photo{transform:none}
.bbv34-photo-band img{max-height:500px;object-position:center}
@media(max-width:980px){
  .bbv36-hero{padding:76px 0 64px}
  .bbv36-hero-copy{margin-bottom:24px}
  .bbv36-hero-image{aspect-ratio:1.3/1}
}
@media(max-width:680px){
  .bbv36-hero-image{aspect-ratio:1.08/1}
  .bbv36-hero-brand{left:16px;right:16px;bottom:16px;padding:12px 14px}
  .bbv36-hero-brand img{width:170px;max-width:100%}
}

/* v3.7 public booking page + welcome video showcase */
.bbv37-booking-demo{background:#fff}
.bbv37-booking-shell{overflow:hidden;border:1px solid #dfd5e1;border-radius:26px;background:#fbf9fc;box-shadow:0 26px 70px rgba(44,25,51,.11)}
.bbv37-booking-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 24px;border-bottom:1px solid #e5dce7;background:#fff}
.bbv37-booking-head img{width:190px;max-width:38vw;height:auto}
.bbv37-booking-head span{color:#776b7b;font-size:13px}
.bbv37-booking-grid{display:grid;grid-template-columns:1.1fr .9fr;min-height:410px}
.bbv37-video-panel{padding:22px;border-right:1px solid #e5dce7;background:#f3edf5}
.bbv37-video-poster{position:relative;overflow:hidden;height:100%;min-height:310px;border-radius:18px;background:#1b111f}
.bbv37-video-poster img{width:100%;height:100%;object-fit:cover;display:block}
.bbv37-video-poster:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,8,20,.06),rgba(16,8,20,.74))}
.bbv37-video-overlay{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff}
.bbv37-video-overlay button{display:grid;place-items:center;width:50px;height:50px;border:0;border-radius:50%;background:#fff;color:#43204f;font-size:17px;margin-bottom:14px;box-shadow:0 10px 22px rgba(0,0,0,.2)}
.bbv37-video-overlay strong,.bbv37-video-overlay span{display:block}
.bbv37-video-overlay strong{font-family:"Playfair Display",serif;font-size:27px}
.bbv37-video-overlay span{margin-top:5px;color:#e7dde9;font-size:13px}
.bbv37-video-formats{display:flex;justify-content:space-between;gap:15px;padding:14px 2px 0}
.bbv37-video-formats span{font-weight:900;font-size:12px}
.bbv37-video-formats small{color:#867989}
.bbv37-service-panel{padding:32px 26px;background:#fff}
.bbv37-service-card{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:17px 18px;border:1px solid #e1d6e3;border-radius:14px;margin-bottom:10px;background:#fbf9fc}
.bbv37-service-card.is-selected{border-color:#6f3d83;background:#f3ebf6;box-shadow:inset 0 0 0 1px rgba(111,61,131,.08)}
.bbv37-service-card strong,.bbv37-service-card small{display:block}
.bbv37-service-card strong{font-size:14px}
.bbv37-service-card small{margin-top:3px;color:#8b7e8e;font-size:11px}
.bbv37-service-card b{color:#6f3d83}
.bbv37-slot-panel{display:grid;grid-template-columns:1.05fr .75fr 1.2fr;gap:20px;padding:24px;border-top:1px solid #e5dce7;background:#fff}
.bbv37-calendar{padding:17px;border:1px solid #e4dae6;border-radius:15px;background:#fbf9fc}
.bbv37-cal-top,.bbv37-week,.bbv37-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;align-items:center}
.bbv37-cal-top{grid-template-columns:1fr auto;margin-bottom:14px}
.bbv37-cal-top span{color:#8a7d8d}
.bbv37-week span{font-size:9px;font-weight:900;color:#9b8f9e;text-align:center}
.bbv37-days span,.bbv37-days i{display:grid;place-items:center;aspect-ratio:1;border-radius:8px;font-size:10px;font-style:normal}
.bbv37-days span{color:#55475a}
.bbv37-days .is-day{background:#43204f;color:#fff;font-weight:900}
.bbv37-times{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.bbv37-times button{min-height:40px;border:1px solid #ddd2df;border-radius:10px;background:#fff;color:#55475a;font:inherit;font-size:11px;font-weight:850}
.bbv37-times .is-time{background:#43204f;color:#fff;border-color:#43204f}
.bbv37-booking-result{padding:20px;border-radius:16px;background:#1d1222;color:#fff}
.bbv37-booking-result .bbv2-eyebrow{color:#d4b775}
.bbv37-booking-result ul{list-style:none;padding:0;margin:8px 0 0;display:grid;gap:9px}
.bbv37-booking-result li{font-size:12px;color:#ddd1e0}
.bbv37-booking-result li:before{content:"✓";color:#d6b978;font-weight:900;margin-right:8px}
.bbv37-booking-copy{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}
.bbv37-booking-copy>div{padding:19px;border-radius:14px;background:#f6f1f7;border:1px solid #e1d7e3}
.bbv37-booking-copy strong,.bbv37-booking-copy span{display:block}
.bbv37-booking-copy strong{font-size:13px;margin-bottom:5px}
.bbv37-booking-copy span{font-size:12px;color:#7b6f7f}
@media(max-width:980px){
  .bbv37-booking-grid{grid-template-columns:1fr}
  .bbv37-video-panel{border-right:0;border-bottom:1px solid #e5dce7}
  .bbv37-slot-panel{grid-template-columns:1fr 1fr}
  .bbv37-booking-result{grid-column:1/-1}
}
@media(max-width:680px){
  .bbv37-booking-head{display:grid}
  .bbv37-booking-head img{width:160px;max-width:60vw}
  .bbv37-slot-panel,.bbv37-booking-copy{grid-template-columns:1fr}
  .bbv37-booking-result{grid-column:auto}
  .bbv37-times{grid-template-columns:1fr}
  .bbv37-video-poster{min-height:260px}
}

/* v3.8 real booking page proof */
.bbv38-booking-proof{background:#fff}
.bbv38-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.bbv38-proof-card{overflow:hidden;border:1px solid #e2d8e4;border-radius:22px;background:#fbf9fc;box-shadow:0 20px 55px rgba(43,24,50,.08)}
.bbv38-proof-label{display:flex;align-items:center;gap:14px;padding:20px 22px;background:#fff;border-bottom:1px solid #e5dce7}
.bbv38-proof-label>span{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#43204f;color:#fff;font-size:10px;font-weight:900}
.bbv38-proof-label strong,.bbv38-proof-label small{display:block}
.bbv38-proof-label strong{font-family:"Playfair Display",serif;font-size:20px}
.bbv38-proof-label small{margin-top:2px;color:#857888;font-size:11px}
.bbv38-browser{background:#efe8f1}
.bbv38-browser-bar{height:34px;display:flex;align-items:center;gap:5px;padding:0 12px;background:#17101c;color:#bcaec0;font-size:9px}
.bbv38-browser-bar i{width:7px;height:7px;border-radius:50%;background:#6c5b72}
.bbv38-browser-bar span{margin-left:7px}


.bbv38-proof-copy{padding:22px}
.bbv38-proof-copy p{color:#726676;font-size:14px}
.bbv38-proof-copy ul{list-style:none;padding:0;margin:15px 0 0;display:grid;gap:7px}
.bbv38-proof-copy li{font-size:12px;color:#55475a}
.bbv38-proof-copy li:before{content:"✓";color:#8a5aa0;font-weight:900;margin-right:8px}
.bbv38-after-booking{display:grid;grid-template-columns:.9fr 1.4fr;gap:30px;align-items:center;margin-top:26px;padding:28px 30px;border-radius:19px;background:#1b101f;color:#fff}
.bbv38-after-booking h3{font-family:"Playfair Display",serif;font-size:29px;line-height:1.1;margin:0}
.bbv38-after-steps{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.bbv38-after-steps span{padding:10px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);font-size:11px;font-weight:850;color:#eee4f0}
.bbv38-after-steps i{font-style:normal;color:#d7b878}
@media(max-width:980px){
  .bbv38-proof-grid{grid-template-columns:1fr}
  .bbv38-after-booking{grid-template-columns:1fr}
  .bbv38-after-steps{justify-content:flex-start}
}
@media(max-width:680px){
  .bbv38-browser img,.bbv38-proof-card:nth-child(2) .bbv38-browser img{height:auto;max-height:none;object-fit:contain}
  .bbv38-after-steps{display:grid;grid-template-columns:1fr}
  .bbv38-after-steps i{transform:rotate(90deg);justify-self:start}
}

/* v3.8.1 screenshot full-view fix */
.bbv38-browser{
  background:#f4edf6;
  padding:0;
}
.bbv38-browser img,
.bbv38-proof-card:nth-child(2) .bbv38-browser img{
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:top center;
  background:#f7f2f8;
}
.bbv38-proof-card{
  align-self:start;
}
.bbv38-proof-copy{
  border-top:1px solid #e5dce7;
}
@media(min-width:981px){
  .bbv38-proof-grid{
    align-items:start;
  }
}

/* v4.0 real product story */
.bbv40-hero{padding:92px 0 72px;background:linear-gradient(180deg,#fbf9f6,#f1ece6)}
.bbv40-hero-copy{max-width:900px;margin-bottom:34px}
.bbv40-hero-copy h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(52px,6.5vw,82px);line-height:.97;letter-spacing:-.04em;margin:0 0 22px}
.bbv40-hero-copy h1 em{color:#b59052;font-weight:600}
.bbv40-hero-copy>p{max-width:780px;color:#65596a;font-size:18px;line-height:1.7}
.bbv40-hero-shot{position:relative;overflow:hidden;border-radius:26px;border:1px solid #ddd2df;background:#fff;box-shadow:0 28px 70px rgba(43,24,50,.14)}
.bbv40-hero-shot img{display:block;width:100%;height:auto}
.bbv40-real-badge--unused{position:absolute;right:18px;top:18px;padding:9px 12px;border-radius:999px;background:#17101c;color:#fff;font-size:9px;font-weight:900;letter-spacing:.12em}
.bbv40-who{padding:58px 0;background:#17101c;color:#fff;text-align:center}
.bbv40-who h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(34px,4.8vw,54px);line-height:1.08;max-width:950px;margin:0 auto 26px}
.bbv40-chip-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.bbv40-chip-row span{padding:10px 13px;border-radius:999px;background:#fff;border:1px solid #ded3e1;color:#4d3d52;font-size:12px;font-weight:850}
.bbv40-who .bbv40-chip-row span{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:#eee5f0}
.bbv40-problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.bbv40-problem-grid>div{padding:24px;border:1px solid #e2d8e4;border-radius:16px;background:#fff}
.bbv40-problem-grid strong,.bbv40-problem-grid span{display:block}
.bbv40-problem-grid strong{font-size:16px;margin-bottom:6px}
.bbv40-problem-grid span{font-size:13px;color:#766a7a}
.bbv40-product-hero{overflow:hidden;border-radius:22px;background:#fff;border:1px solid rgba(255,255,255,.09);box-shadow:0 28px 70px rgba(0,0,0,.25)}
.bbv40-product-hero img{display:block;width:100%;height:auto}
.bbv40-feature-split{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center}
.bbv40-feature-split-reverse{grid-template-columns:1.18fr .82fr}
.bbv40-feature-split-reverse .bbv40-feature-copy{order:2}
.bbv40-feature-copy h2{font-size:clamp(38px,4.7vw,58px);line-height:1.04}
.bbv40-feature-copy p{color:#746879;font-size:16px}
.bbv2-section-dark .bbv40-feature-copy p{color:#cdbfd1}
.bbv40-feature-copy ul{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:9px}
.bbv40-feature-copy li:before{content:"✓";color:#b59052;font-weight:900;margin-right:9px}
.bbv40-shot,.bbv40-shot-stack img,.bbv40-blueprint-proof,.bbv40-shot-card{overflow:hidden;border-radius:18px;border:1px solid #e2d8e4;background:#fff;box-shadow:0 20px 50px rgba(46,28,54,.09)}
.bbv40-shot img,.bbv40-shot-stack img,.bbv40-blueprint-proof img{display:block;width:100%;height:auto}
.bbv40-shot-stack{display:grid;gap:14px}
.bbv40-shot-stack img{width:100%}
.bbv40-mini-proof{display:grid;gap:8px;margin-top:22px}
.bbv40-mini-proof>div{padding:12px 14px;border-radius:11px;background:#f4eef5}
.bbv40-mini-proof b,.bbv40-mini-proof span{display:block}
.bbv40-mini-proof b{font-size:10px;color:#6f3d83;letter-spacing:.08em}
.bbv40-mini-proof span{font-size:12px;color:#625568;margin-top:2px}
.bbv40-booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.bbv40-shot-card>span{display:block;padding:14px 18px;background:#17101c;color:#d8ba79;font-size:10px;font-weight:900;letter-spacing:.12em}
.bbv40-shot-card img{display:block;width:100%;height:auto}
.bbv40-shot-card p{padding:18px 20px;margin:0;color:#706475;font-size:13px}
.bbv40-after-booking{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:20px;padding:20px;border-radius:15px;background:#1b101f;color:#fff}
.bbv40-after-booking strong{margin-right:4px}
.bbv40-after-booking span{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.07);font-size:11px}
.bbv40-after-booking i{font-style:normal;color:#d7b878}
.bbv40-two-shots{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.bbv40-two-shots article{overflow:hidden;border:1px solid #e1d7e3;border-radius:18px;background:#fff}
.bbv40-two-shots h3{font-family:"Playfair Display",serif;font-size:25px;margin:20px 22px 5px}
.bbv40-two-shots p{margin:0 22px 18px;color:#756979;font-size:13px}
.bbv40-two-shots img{display:block;width:100%;height:auto}
.bbv40-three-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bbv40-three-proof article{overflow:hidden;border:1px solid #e1d7e3;border-radius:17px;background:#fff}
.bbv40-three-proof article>span{display:block;padding:14px 17px;color:#8f713c;font-size:10px;font-weight:900;letter-spacing:.11em}
.bbv40-three-proof img{display:block;width:100%;height:auto;border-top:1px solid #eee6ef;border-bottom:1px solid #eee6ef}
.bbv40-three-proof p{padding:17px;margin:0;color:#756979;font-size:13px}
.bbv40-callout{margin-top:22px;padding:16px 18px;border-left:3px solid #d3a43f;border-radius:10px;background:#f4eef5;color:#4f3d55;font-weight:850}
.bbv2-section-dark .bbv40-callout{background:#2a1931;color:#eee2f0}
.bbv40-blueprint-proof{margin-bottom:24px}
.bbv40-blueprint-chips{justify-content:flex-start}
.bbv40-feature-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.bbv40-feature-wall>div{padding:14px;border:1px solid #e1d7e3;border-radius:11px;background:#fff;font-size:12px;font-weight:850}
.bbv40-faq{background:#f4efe8}
@media(max-width:980px){
  .bbv40-problem-grid{grid-template-columns:repeat(2,1fr)}
  .bbv40-feature-split,.bbv40-feature-split-reverse{grid-template-columns:1fr}
  .bbv40-feature-split-reverse .bbv40-feature-copy{order:0}
  .bbv40-booking-grid,.bbv40-two-shots{grid-template-columns:1fr}
  .bbv40-three-proof{grid-template-columns:1fr}
  .bbv40-feature-wall{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .bbv40-hero{padding:64px 0 52px}
  .bbv40-hero-copy h1{font-size:46px}
  .bbv40-problem-grid,.bbv40-feature-wall{grid-template-columns:1fr}
  .bbv40-real-badge--unused{position:static;display:inline-block;margin:12px}
}


/* v4.1 polish */
.bbv41-hero{padding:92px 0 72px;background:linear-gradient(180deg,#fbf8f2,#f1ece6)}
.bbv41-hero-head{max-width:980px;margin:0 auto 30px;text-align:center}
.bbv41-hero-head h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(52px,7vw,84px);line-height:.95;letter-spacing:-.05em;margin:0 0 20px}
.bbv41-hero-head p{max-width:760px;margin:0 auto;color:#65596a;font-size:18px;line-height:1.7}
.bbv41-hero-media{overflow:hidden;border-radius:28px;border:1px solid #ddd2df;background:#fff;box-shadow:0 28px 70px rgba(43,24,50,.12)}
.bbv41-hero-media img{display:block;width:100%;height:auto}
.bbv41-center-head .bbv2-section-head{text-align:center;max-width:860px;margin-left:auto;margin-right:auto}
.bbv41-booking-split{margin-top:26px}
.bbv41-booking-split + .bbv41-booking-split{margin-top:34px}
.bbv41-booking-split .bbv40-shot{align-self:start}
.bbv41-booking-split .bbv40-feature-copy{align-self:center}
.bbv41-blitzcard-wrap{display:flex;justify-content:center}
.bbv41-blitzcard{width:min(430px,100%);padding:26px 22px 24px;border-radius:28px;background:linear-gradient(180deg,#2d1335,#4b2860);box-shadow:0 24px 70px rgba(48,26,63,.25);color:#fff;text-align:center}
.bbv41-blitzcard-mark{display:flex;justify-content:center;margin-bottom:14px}
.bbv41-blitzcard-mark img{width:46px;height:46px;border-radius:50%;object-fit:contain;background:transparent}
.bbv41-blitzcard-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 16px;border:4px solid rgba(255,255,255,.18)}
.bbv41-blitzcard-avatar img{display:block;width:100%;height:100%;object-fit:cover}
.bbv41-blitzcard h3{font-family:"Playfair Display",Georgia,serif;font-size:40px;line-height:1;margin:0 0 8px}
.bbv41-blitzcard p{margin:0 0 18px;color:#e9dced}
.bbv41-blitzcard-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}
.bbv41-blitzcard-actions span{padding:11px 10px;border-radius:12px;background:rgba(255,255,255,.11);font-size:13px;font-weight:850}
.bbv41-blitzcard-book{padding:14px 16px;border-radius:14px;background:#fff;color:#351445;font-weight:900;margin-bottom:16px}
.bbv41-blitzcard-qr{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:rgba(255,255,255,.10);font-size:34px}
@media(max-width:980px){
  .bbv41-hero{padding:68px 0 56px}
  .bbv41-hero-head h1{font-size:48px}
}
