#btt-community-wrap {
  --gold:      #7C3AED;
  --gold-lt:   #9F67F5;
  --gold-dim:  rgba(124,58,237,0.14);
  --gold-line: rgba(124,58,237,0.25);
  --black:     #0a0a0a;
  --surf:      #111111;
  --surf2:     #1a1a1a;
  --surf3:     #242424;
  --border:    rgba(255,255,255,0.08);
  --border2:   rgba(255,255,255,0.14);
  --text:      #f8f6f1;
  --muted:     rgba(255,255,255,0.45);
  --muted2:    #49443E;
  --wa:        #25D366;
  --fb:        #1877F2;
}
#btt-community-wrap *{margin:0;padding:0;box-sizing:border-box;}
#btt-community-wrap html{scroll-behavior:smooth;}
#btt-community-wrap{background:var(--black);font-family:'DM Sans',sans-serif;color:var(--text);overflow-x:hidden;}

/* grain */
#btt-community-wrap::before{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");pointer-events:none;z-index:999;}

#btt-community-wrap .max{max-width:1280px;margin:0 auto;}
#btt-community-wrap .px{padding-left:48px;padding-right:48px;}
#btt-community-wrap hr.rule{border:none;border-top:1px solid var(--border);max-width:1280px;margin:0 auto;}

#btt-community-wrap .eyebrow{font-size:10px;letter-spacing:.28em;text-transform:uppercase;font-weight:700;color:var(--gold);display:flex;align-items:center;gap:12px;}
#btt-community-wrap .eyebrow::before{content:'';width:28px;height:1px;background:var(--gold);}
#btt-community-wrap .eyebrow.center{justify-content:center;}
#btt-community-wrap .eyebrow.center::before{display:none;}

@keyframes fadeUp{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:translateY(0);}}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.3;}}

/* ── RETURN HOOK BAR ── */
#btt-community-wrap .hook-bar{background:var(--surf);border-bottom:1px solid var(--border);padding:13px 48px;display:flex;align-items:center;justify-content:center;gap:10px;}
#btt-community-wrap .hook-bar p{font-size:12px;color:var(--muted);text-align:center;}
#btt-community-wrap .hook-bar strong{color:var(--gold);font-weight:700;}

/* ── HERO ── */
#btt-community-wrap .hero{padding:84px 48px 68px;position:relative;overflow:hidden;}
#btt-community-wrap .hero::after{content:'';position:absolute;top:-100px;right:-60px;width:480px;height:480px;background:radial-gradient(circle,rgba(124,58,237,.055) 0%,transparent 70%);pointer-events:none;}
#btt-community-wrap .hero .eyebrow{margin-bottom:26px;animation:fadeUp .45s ease both;}
#btt-community-wrap .hero h1{font-family:'Playfair Display',serif;font-size:clamp(46px,6.5vw,90px);font-weight:900;line-height:.92;letter-spacing:-.02em;color:var(--text);margin-bottom:26px;animation:fadeUp .5s .08s ease both;}
#btt-community-wrap .hero h1 em{font-style:italic;color:var(--gold);}
#btt-community-wrap .hero-sub{font-size:15px;line-height:1.72;color:var(--muted);max-width:540px;margin-bottom:44px;font-weight:400;animation:fadeUp .5s .16s ease both;}

/* funnel steps */
#btt-community-wrap .steps{display:flex;gap:0;border:1px solid var(--border);max-width:720px;animation:fadeUp .5s .24s ease both;}
#btt-community-wrap .step{flex:1;padding:20px 24px;border-right:1px solid var(--border);text-decoration:none;display:flex;flex-direction:column;gap:6px;transition:background .2s;position:relative;}
#btt-community-wrap .step:last-child{border-right:none;}
#btt-community-wrap .step:hover{background:var(--surf);}
#btt-community-wrap .step__num{font-size:9px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);font-weight:700;}
#btt-community-wrap .step__action{font-size:14px;font-weight:700;color:var(--text);}
#btt-community-wrap .step__desc{font-size:11px;color:var(--muted);}
#btt-community-wrap .step__cta{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:6px;margin-top:4px;transition:gap .2s;}
#btt-community-wrap .step:hover .step__cta{gap:10px;}

/* ── PROOF STRIP ── */
#btt-community-wrap .proof{background:var(--surf);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:18px 48px;display:flex;align-items:center;gap:40px;overflow-x:auto;scrollbar-width:none;}
#btt-community-wrap .proof::-webkit-scrollbar{display:none;}
#btt-community-wrap .proof-item{display:flex;align-items:center;gap:10px;white-space:nowrap;flex-shrink:0;}
#btt-community-wrap .proof-num{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--gold);}
#btt-community-wrap .proof-label{font-size:11px;color:var(--muted);line-height:1.35;font-weight:500;}
#btt-community-wrap .proof-sep{width:1px;height:28px;background:var(--border);flex-shrink:0;}

/* ── SECTION HEADER ── */
#btt-community-wrap .sec-head{padding:56px 48px 28px;}
#btt-community-wrap .sec-head h2{font-family:'Playfair Display',serif;font-size:clamp(30px,4vw,50px);font-weight:900;line-height:1.04;letter-spacing:-.01em;color:var(--text);margin-top:12px;}
#btt-community-wrap .sec-head h2 em{font-style:italic;color:var(--gold);}
#btt-community-wrap .sec-head p{font-size:14px;line-height:1.68;color:var(--muted);max-width:500px;margin-top:10px;font-weight:400;}

/* ── INSTAGRAM FEED SECTION ── */
#btt-community-wrap .ig-wrap{padding:0 48px 64px;}
#btt-community-wrap .ig-card{background:var(--surf);border:1px solid var(--gold-line);position:relative;overflow:hidden;}
#btt-community-wrap .ig-card::before{content:'';position:absolute;top:0;left:0;width:180px;height:180px;background:radial-gradient(circle at top left,rgba(196,154,60,.1),transparent 70%);pointer-events:none;}

#btt-community-wrap .ig-meta{padding:36px 40px 28px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;}
#btt-community-wrap .ig-platform{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
#btt-community-wrap .ig-ico{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,#405DE6,#833AB4,#E1306C,#FD1D1D);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
#btt-community-wrap .ig-ico svg{color:#fff;}
#btt-community-wrap .ig-plat{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-weight:700;}
#btt-community-wrap .ig-meta h3{font-family:'Playfair Display',serif;font-size:clamp(24px,3vw,38px);font-weight:900;line-height:1.08;color:var(--text);margin-bottom:10px;}
#btt-community-wrap .ig-meta h3 em{font-style:italic;color:var(--gold);}
#btt-community-wrap .ig-meta p{font-size:14px;line-height:1.68;color:var(--muted);max-width:400px;font-weight:400;}
#btt-community-wrap .ig-live-badge{display:flex;align-items:center;gap:7px;background:rgba(37,211,102,.08);border:1px solid rgba(37,211,102,.2);padding:8px 14px;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--wa);white-space:nowrap;align-self:flex-start;flex-shrink:0;}
#btt-community-wrap .ig-live-badge::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--wa);animation:pulse 1.8s infinite;}

/* ── SMASH BALLOON FEED WRAPPER ── */
#btt-community-wrap .ig-feed-zone{
  /* Contains and normalizes Smash Balloon output */
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,0.05);
}

/* Force Smash Balloon feed to fill full width, no extra padding */
.ig-feed-zone .instagram-feed-post,
.ig-feed-zone #sb_instagram,
.ig-feed-zone .sbi_follow_btn,
#btt-community-wrap .ig-feed-zone #sbi_load{
  /* Remove Smash Balloon's default background so our dark theme shows through */
  background:transparent !important;
}

/* Hide Smash Balloon header (profile pic + name) — we have our own */
#btt-community-wrap .ig-feed-zone #sbi_images .sbi_header{
  display:none !important;
}

/* Hide the "Follow on Instagram" button Smash Balloon injects — we have our own */
.ig-feed-zone .sbi_follow_btn,
#btt-community-wrap .ig-feed-zone #sbi_load .sbi_follow_btn{
  display:none !important;
}

/* Remove default padding Smash Balloon adds around the grid */
#btt-community-wrap .ig-feed-zone #sb_instagram #sbi_images{
  padding:0 !important;
}

/* Normalize post item spacing to match our 2px gap aesthetic */
#btt-community-wrap .ig-feed-zone #sb_instagram .sbi_item{
  padding:1px !important;
}

/* Make sure images fill their cells */
#btt-community-wrap .ig-feed-zone #sb_instagram img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

/* Subtle dark overlay on each post to tie into our color scheme */
#btt-community-wrap .ig-feed-zone #sb_instagram .sbi_photo_wrap::after{
  content:'';
  position:absolute;
  inset:0;
  background:rgba(8,8,8,0.12);
  pointer-events:none;
  transition:background .25s;
}
#btt-community-wrap .ig-feed-zone #sb_instagram .sbi_photo_wrap:hover::after{
  background:rgba(196,154,60,0.1);
}

#btt-community-wrap .ig-cta-bar{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:18px 40px 36px;flex-wrap:wrap;
}
#btt-community-wrap .ig-handle{font-size:12px;color:var(--muted);}
#btt-community-wrap .ig-handle a{color:var(--text);text-decoration:none;font-weight:600;}
#btt-community-wrap .ig-handle a:hover{color:var(--gold);}
#btt-community-wrap .btn-ig{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#833AB4,#E1306C,#FD1D1D);color:#fff;text-decoration:none;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:14px 30px;transition:opacity .2s;}
#btt-community-wrap .btn-ig:hover{opacity:.85;}

/* ── ECOSYSTEM FLOW STRIP ── */
#btt-community-wrap .flow{
  background:var(--surf);
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
  padding:56px 48px;
}
#btt-community-wrap .flow h2{font-family:'Playfair Display',serif;font-size:clamp(26px,3.5vw,44px);font-weight:900;line-height:1.05;color:var(--text);margin:12px 0 8px;}
#btt-community-wrap .flow h2 em{font-style:italic;color:var(--gold);}
#btt-community-wrap .flow-sub{font-size:14px;color:var(--muted);margin-bottom:44px;font-weight:400;max-width:500px;line-height:1.68;}

#btt-community-wrap .flow-strip{
  display:grid;grid-template-columns:repeat(4,1fr);
  position:relative;
}
#btt-community-wrap .flow-strip::before{
  content:'';position:absolute;
  top:32px;left:12.5%;right:12.5%;
  height:1px;background:var(--gold-line);
  z-index:0;
}
#btt-community-wrap .flow-node{
  display:flex;flex-direction:column;align-items:center;
  text-align:center;gap:14px;padding:0 16px;
  position:relative;z-index:1;
}
#btt-community-wrap .flow-node__circle{
  width:64px;height:64px;border-radius:50%;
  border:1px solid var(--gold-line);
  background:var(--surf2);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
  transition:background .25s,border-color .25s;
}
#btt-community-wrap .flow-node:hover .flow-node__circle{background:var(--gold-dim);border-color:var(--gold);}
#btt-community-wrap .flow-node__circle svg{color:var(--gold);}
#btt-community-wrap .flow-node__label{font-size:14px;font-weight:700;color:var(--text);}
#btt-community-wrap .flow-node__sub{font-size:11px;color:var(--muted);line-height:1.5;}
#btt-community-wrap .flow-arrow{
  position:absolute;top:30px;right:-16px;
  color:var(--gold);opacity:.4;
  font-size:18px;z-index:2;
}

/* ── FUNNEL CARDS ── */
#btt-community-wrap .funnel-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:2px;
  padding:0 48px 64px;
}
#btt-community-wrap .funnel-card{
  background:var(--surf);padding:36px 32px;text-decoration:none;
  display:flex;flex-direction:column;gap:14px;
  transition:background .2s;border:1px solid transparent;position:relative;overflow:hidden;
}
#btt-community-wrap .funnel-card:hover{background:var(--surf2);border-color:var(--gold-line);}
#btt-community-wrap .funnel-card__step{font-size:9px;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:var(--gold);}
#btt-community-wrap .funnel-card__title{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--text);line-height:1.1;}
#btt-community-wrap .funnel-card__desc{font-size:13px;line-height:1.62;color:var(--muted);flex:1;font-weight:400;}
#btt-community-wrap .funnel-card__cta{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--gold);margin-top:6px;transition:gap .2s;
}
#btt-community-wrap .funnel-card:hover .funnel-card__cta{gap:12px;}
#btt-community-wrap .funnel-card__ghost{position:absolute;bottom:-8px;right:12px;font-family:'Playfair Display',serif;font-size:80px;font-weight:900;color:rgba(255,255,255,.022);line-height:1;pointer-events:none;}

/* ── EMAIL SECTION ── */
#btt-community-wrap .email-sec{
  padding:72px 48px;position:relative;overflow:hidden;
}
#btt-community-wrap .email-sec::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:700px;height:350px;background:radial-gradient(ellipse,rgba(124,58,237,.05) 0%,transparent 70%);pointer-events:none;}
#btt-community-wrap .email-inner{max-width:640px;margin:0 auto;text-align:center;position:relative;z-index:1;}
#btt-community-wrap .email-inner .eyebrow{justify-content:center;margin-bottom:20px;}
#btt-community-wrap .email-inner .eyebrow::before{display:none;}
#btt-community-wrap .email-inner h2{font-family:'Playfair Display',serif;font-size:clamp(28px,4vw,50px);font-weight:900;line-height:1.04;color:var(--text);margin-bottom:12px;}
#btt-community-wrap .email-inner h2 em{font-style:italic;color:var(--gold);}
#btt-community-wrap .email-inner p{font-size:14px;line-height:1.7;color:var(--muted);margin-bottom:32px;font-weight:400;}
#btt-community-wrap .email-urgency{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--gold);background:var(--gold-dim);border:1px solid var(--gold-line);
  padding:8px 16px;margin-bottom:28px;
}
#btt-community-wrap .email-urgency::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--gold);animation:pulse 2s infinite;}
#btt-community-wrap .email-form{display:flex;flex-direction:column;gap:8px;}
#btt-community-wrap .email-row{display:flex;gap:8px;}
#btt-community-wrap .email-form input, #btt-community-wrap .email-form select{
  background:var(--surf);border:1px solid var(--border2);
  padding:15px 18px;font-family:'DM Sans',sans-serif;font-size:13px;
  color:var(--text);outline:none;transition:border-color .2s;width:100%;
}
#btt-community-wrap .email-form input::placeholder{color:var(--muted2);}
#btt-community-wrap .email-form input:focus{border-color:var(--gold-line);}
#btt-community-wrap .email-form select{color:var(--muted);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B665E' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;}
#btt-community-wrap .email-form select option{background:var(--surf);}
#btt-community-wrap .btn-gold{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--gold);color:var(--black);font-family:'DM Sans',sans-serif;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:17px;cursor:pointer;border:none;transition:background .2s;width:100%;}
#btt-community-wrap .btn-gold:hover{background:var(--gold-lt);}
#btt-community-wrap .email-fine{font-size:11px;color:var(--muted2);margin-top:8px;}

/* ── URGENCY BAR ── */
#btt-community-wrap .urgency-bar{
  background:var(--gold);padding:13px 48px;
  display:flex;align-items:center;justify-content:center;gap:36px;flex-wrap:wrap;
}
#btt-community-wrap .urg-item{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--black);white-space:nowrap;}
#btt-community-wrap .urg-sep{width:1px;height:14px;background:rgba(0,0,0,.2);}

/* ── COMMUNITY ── */
#btt-community-wrap .comm-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:0 48px 64px;}
#btt-community-wrap .comm-card{background:var(--surf);padding:40px 36px;text-decoration:none;display:flex;flex-direction:column;gap:18px;position:relative;overflow:hidden;transition:background .2s;border:1px solid transparent;}
#btt-community-wrap .comm-card:hover{background:var(--surf2);border-color:var(--border2);}
#btt-community-wrap .comm-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s;}
#btt-community-wrap .comm-card:hover::after{transform:scaleX(1);}
#btt-community-wrap .comm-card--wa{--accent:var(--wa);}
#btt-community-wrap .comm-card--fb{--accent:var(--fb);}
#btt-community-wrap .comm-head{display:flex;align-items:flex-start;justify-content:space-between;}
#btt-community-wrap .comm-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
#btt-community-wrap .comm-card--wa .comm-icon{background:rgba(37,211,102,.09);}
#btt-community-wrap .comm-card--fb .comm-icon{background:rgba(24,119,242,.09);}
#btt-community-wrap .comm-arrow{color:var(--muted);transition:color .2s,transform .2s;}
#btt-community-wrap .comm-card:hover .comm-arrow{color:var(--text);transform:translate(3px,-3px);}
#btt-community-wrap .comm-tag{font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;margin-bottom:6px;}
#btt-community-wrap .comm-card--wa .comm-tag{color:var(--wa);}
#btt-community-wrap .comm-card--fb .comm-tag{color:#5b9cf6;}
#btt-community-wrap .comm-card h3{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;line-height:1.1;color:var(--text);}
#btt-community-wrap .comm-card p{font-size:13px;line-height:1.65;color:var(--muted);font-weight:400;}
#btt-community-wrap .comm-urgency-line{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:10px 0;border-top:1px solid var(--border);}
#btt-community-wrap .comm-card--wa .comm-urgency-line{color:var(--wa);}
#btt-community-wrap .comm-card--fb .comm-urgency-line{color:#5b9cf6;}
#btt-community-wrap .comm-btn{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;padding:12px 22px;align-self:flex-start;text-decoration:none;transition:all .2s;}
#btt-community-wrap .comm-card--wa .comm-btn{background:rgba(37,211,102,.09);color:var(--wa);border:1px solid rgba(37,211,102,.22);}
#btt-community-wrap .comm-card--wa .comm-btn:hover{background:var(--wa);color:var(--black);}
#btt-community-wrap .comm-card--fb .comm-btn{background:rgba(24,119,242,.09);color:#5b9cf6;border:1px solid rgba(24,119,242,.22);}
#btt-community-wrap .comm-card--fb .comm-btn:hover{background:var(--fb);color:#fff;}

/* ── TESTIMONIALS ── */
#btt-community-wrap .testimonials{
  background:var(--surf);
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
  padding:64px 48px;
}
#btt-community-wrap .test-header{margin-bottom:40px;}
#btt-community-wrap .test-header h2{font-family:'Playfair Display',serif;font-size:clamp(26px,3vw,40px);font-weight:900;color:var(--text);margin-top:12px;line-height:1.05;}
#btt-community-wrap .test-header h2 em{font-style:italic;color:var(--gold);}

#btt-community-wrap .test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;}
#btt-community-wrap .test-card{
  background:var(--surf2);padding:32px 28px;
  display:flex;flex-direction:column;gap:16px;
  border:1px solid transparent;transition:border-color .2s;
}
#btt-community-wrap .test-card:hover{border-color:var(--gold-line);}
#btt-community-wrap .test-stars{color:var(--gold);font-size:13px;letter-spacing:2px;}
#btt-community-wrap .test-quote{font-family:'Playfair Display',serif;font-size:18px;font-style:italic;font-weight:700;line-height:1.4;color:var(--text);}
#btt-community-wrap .test-quote em{color:var(--gold);font-style:normal;}
#btt-community-wrap .test-detail{font-size:12px;color:var(--muted);line-height:1.55;font-weight:400;flex:1;}
#btt-community-wrap .test-person{display:flex;align-items:center;gap:12px;padding-top:12px;border-top:1px solid var(--border);}
#btt-community-wrap .test-avatar{width:36px;height:36px;border-radius:50%;background:var(--g);flex-shrink:0;}
#btt-community-wrap .test-card:nth-child(1) .test-avatar{--g:linear-gradient(135deg,#3a1e08,#5c3010);}
#btt-community-wrap .test-card:nth-child(2) .test-avatar{--g:linear-gradient(135deg,#0c2a3a,#104060);}
#btt-community-wrap .test-card:nth-child(3) .test-avatar{--g:linear-gradient(135deg,#1a0c2a,#2a1040);}
#btt-community-wrap .test-name{font-size:12px;font-weight:700;color:var(--text);}
#btt-community-wrap .test-trip{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:2px;}

/* ── EXPERIENCES ── */
#btt-community-wrap .exp{padding:56px 48px 64px;}
#btt-community-wrap .exp-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:36px;flex-wrap:wrap;}
#btt-community-wrap .exp-head h2{font-family:'Playfair Display',serif;font-size:clamp(28px,4vw,48px);font-weight:900;line-height:1.0;color:var(--text);margin-top:12px;}
#btt-community-wrap .exp-head h2 em{font-style:italic;color:var(--gold);}
#btt-community-wrap .exp-head p{font-size:14px;color:var(--muted);margin-top:8px;line-height:1.6;max-width:380px;font-weight:400;}
#btt-community-wrap .btn-outline{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--gold-line);color:var(--text);text-decoration:none;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:14px 26px;white-space:nowrap;flex-shrink:0;transition:all .2s;}
#btt-community-wrap .btn-outline:hover{background:var(--gold);color:var(--black);border-color:var(--gold);}
#btt-community-wrap .exp-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2px;}
#btt-community-wrap .exp-card{position:relative;overflow:hidden;background:#141414;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;min-height:280px;transition:opacity .2s;}
#btt-community-wrap .exp-card:hover{opacity:.88;}
#btt-community-wrap .exp-card::before{content:'';position:absolute;inset:0;background:var(--g);}
#btt-community-wrap .exp-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:65%;background:linear-gradient(transparent,rgba(0,0,0,.88));}
#btt-community-wrap .exp-card:nth-child(1){--g:linear-gradient(150deg,#0d2a3a,#06141e);}
#btt-community-wrap .exp-card:nth-child(2){--g:linear-gradient(150deg,#3a1c08,#1e0e04);}
#btt-community-wrap .exp-card:nth-child(3){--g:linear-gradient(150deg,#1a0d3a,#0d0620);}
#btt-community-wrap .exp-body{position:relative;z-index:2;padding:22px 26px;}
#btt-community-wrap .exp-tag{font-size:9px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--gold);margin-bottom:7px;}
#btt-community-wrap .exp-title{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--text);line-height:1.1;margin-bottom:5px;}
#btt-community-wrap .exp-card:first-child .exp-title{font-size:28px;}
#btt-community-wrap .exp-detail{font-size:11px;color:rgba(255,255,255,.45);}
#btt-community-wrap .exp-spots{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-top:9px;}
#btt-community-wrap .exp-spots::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--gold);animation:pulse 1.8s infinite;}

/* ── PRESENCE ── */
#btt-community-wrap .presence{padding:48px 48px 56px;}
#btt-community-wrap .presence h3{font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:var(--text);margin:12px 0 28px;}
#btt-community-wrap .presence h3 em{font-style:italic;color:var(--gold);}
#btt-community-wrap .presence-row{display:grid;grid-template-columns:1fr 1fr;gap:2px;}
#btt-community-wrap .pres-card{background:var(--surf);border:1px solid var(--border);padding:18px 24px;text-decoration:none;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:background .2s;}
#btt-community-wrap .pres-card:hover{background:var(--surf2);}
#btt-community-wrap .pres-left{display:flex;align-items:center;gap:14px;}
#btt-community-wrap .pres-icon{width:34px;height:34px;border-radius:9px;background:var(--surf3);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
#btt-community-wrap .pres-plat{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-weight:700;}
#btt-community-wrap .pres-role{font-size:13px;font-weight:500;color:var(--text);margin-top:3px;}
#btt-community-wrap .pres-arrow{color:var(--muted);transition:color .2s,transform .2s;}
#btt-community-wrap .pres-card:hover .pres-arrow{color:var(--text);transform:translate(2px,-2px);}

/* ── LOOP FOOTER ── */
#btt-community-wrap .loop-footer{
  border-top:1px solid var(--border);
  padding:56px 48px;
  display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;
}
#btt-community-wrap .loop-text h3{font-family:'Playfair Display',serif;font-size:clamp(22px,3vw,36px);font-weight:700;color:var(--text);line-height:1.18;}
#btt-community-wrap .loop-text h3 em{font-style:italic;color:var(--gold);}
#btt-community-wrap .loop-tagline{font-size:13px;color:var(--muted);margin-top:10px;font-weight:400;line-height:1.6;}
#btt-community-wrap .loop-tagline strong{color:var(--text);}
#btt-community-wrap .loop-cta-group{display:flex;flex-direction:column;gap:8px;align-items:flex-end;}
#btt-community-wrap .btn-ig-sm{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(135deg,#833AB4,#E1306C);color:#fff;text-decoration:none;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:13px 24px;transition:opacity .2s;white-space:nowrap;}
#btt-community-wrap .btn-ig-sm:hover{opacity:.85;}
#btt-community-wrap .loop-micro{font-size:10px;color:var(--muted);text-align:right;letter-spacing:.08em;}

/* ── RESPONSIVE ── */
@media(max-width:900px){
#btt-community-wrap .px, #btt-community-wrap .max.px{padding-left:20px;padding-right:20px;}
#btt-community-wrap nav{padding:18px 20px;}
#btt-community-wrap .hook-bar, #btt-community-wrap .proof, #btt-community-wrap .urgency-bar{padding-left:20px;padding-right:20px;}
#btt-community-wrap .hero{padding:60px 20px 48px;}
#btt-community-wrap .steps{flex-direction:column;max-width:100%;}
#btt-community-wrap .step{border-right:none;border-bottom:1px solid var(--border);}
#btt-community-wrap .step:last-child{border-bottom:none;}
#btt-community-wrap .ig-wrap{padding:0 20px 48px;}
#btt-community-wrap .ig-meta{padding:24px 20px 20px;}
#btt-community-wrap .ig-cta-bar{padding:14px 20px 24px;}
  /* Smash Balloon handles its own mobile column collapse via its settings */
#btt-community-wrap .ig-feed-zone{overflow:hidden;}
#btt-community-wrap .flow{padding:40px 20px;}
#btt-community-wrap .flow-strip{grid-template-columns:1fr 1fr;gap:32px;}
#btt-community-wrap .flow-strip::before{display:none;}
#btt-community-wrap .funnel-grid{grid-template-columns:1fr;padding:0 20px 48px;}
#btt-community-wrap .email-sec{padding:48px 20px;}
#btt-community-wrap .email-row{flex-direction:column;}
#btt-community-wrap .comm-grid{grid-template-columns:1fr;padding:0 20px 48px;}
#btt-community-wrap .testimonials{padding:48px 20px;}
#btt-community-wrap .test-grid{grid-template-columns:1fr;}
#btt-community-wrap .exp{padding:40px 20px 48px;}
#btt-community-wrap .exp-grid{grid-template-columns:1fr;}
#btt-community-wrap .exp-card{min-height:200px;}
#btt-community-wrap .presence{padding:32px 20px 40px;}
#btt-community-wrap .presence-row{grid-template-columns:1fr;}
#btt-community-wrap .loop-footer{padding:40px 20px;}
#btt-community-wrap .loop-cta-group{align-items:flex-start;}
#btt-community-wrap .loop-micro{text-align:left;}
#btt-community-wrap .sec-head{padding:40px 20px 20px;}
}