.communities-page{--font-display:var(--font-instrument-serif,"Instrument Serif",Georgia,serif);--font-heading:var(--font-space-grotesk,"Space Grotesk",system-ui,sans-serif);--font-body:var(--font-dm-sans,"DM Sans",system-ui,sans-serif);--bg:#fafaf7;--bg-elevated:#f3f3ef;--bg-card:#fff;--bg-card-hover:#fafaf7;--surface:#fff;--border:#eaeae4;--border-light:#d5d5ce;--text:#0f1411;--text-secondary:#5c6360;--text-muted:#8a8f8c;--accent:#1f5f3f;--accent-dim:#174a30;--accent-glow:rgba(31,95,63,.08);--accent-glow-strong:rgba(31,95,63,.15);--danger:#a8331f;--warning:#b45309;--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1);font-family:var(--font-body);background:var(--bg);color:var(--text);min-height:100vh;position:relative;overflow-x:hidden;-webkit-text-size-adjust:100%}.communities-page:before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.communities-page .orb-bg{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.communities-page .orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.15;animation:communities-orb-float 20s ease-in-out infinite;will-change:transform}.communities-page .orb-1{width:600px;height:600px;background:#a7d5b8;top:-10%;left:30%}.communities-page .orb-2{width:400px;height:400px;background:#b8c4e0;top:40%;right:-5%;animation-delay:-7s}.communities-page .orb-3{width:500px;height:500px;background:#a7d5b8;bottom:10%;left:-10%;animation-delay:-14s}@keyframes communities-orb-float{0%,to{transform:translateZ(0) scale(1)}33%{transform:translate3d(30px,-40px,0) scale(1.05)}66%{transform:translate3d(-20px,20px,0) scale(.95)}}.communities-page .reveal{opacity:0;transform:translate3d(0,32px,0);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.communities-page .hero .reveal,.communities-page .reveal.visible{opacity:1;transform:translateZ(0)}.communities-page .reveal-delay-1{transition-delay:.1s}.communities-page .reveal-delay-2{transition-delay:.2s}.communities-page .reveal-delay-3{transition-delay:.3s}.communities-page .reveal-delay-4{transition-delay:.4s}.communities-page .reveal-delay-5{transition-delay:.5s}.communities-page .container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1;width:100%;box-sizing:border-box}.communities-page .btn{font-family:var(--font-heading);display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border-radius:12px;font-weight:600;font-size:16px;text-decoration:none;cursor:pointer;border:none;transition:all .3s var(--ease-out)}.communities-page .btn-primary,.communities-page a.btn-primary{background:#1f5f3f;color:#fff!important;box-shadow:0 0 0 0 var(--accent-glow),0 4px 20px rgba(31,95,63,.15)}.communities-page .btn-primary:hover{background:#2a7a50;box-shadow:0 0 40px var(--accent-glow-strong),0 8px 32px rgba(31,95,63,.2);transform:translateY(-2px)}.communities-page .btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border-light)}.communities-page .btn-secondary:hover{border-color:var(--accent);color:var(--accent);background:rgba(31,95,63,.06)}.communities-page .btn-ghost{background:rgba(0,0,0,.04);color:var(--text);border:1px solid var(--border);padding:12px 24px;font-size:14px}.communities-page .btn-ghost:hover{background:rgba(0,0,0,.06);border-color:var(--border-light)}.communities-page nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:calc(16px + env(safe-area-inset-top, 0px)) 0 16px;backdrop-filter:blur(20px);background:hsla(60,23%,97%,.92);border-bottom:1px solid rgba(0,0,0,.04)}.communities-page .nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:0 24px}.communities-page .nav-logo{font-family:var(--font-heading);font-size:22px;font-weight:700;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:10px}.communities-page .nav-logo .nav-logo-icon{width:28px;height:28px;flex-shrink:0}.communities-page .nav-logo .logo-dot{width:8px;height:8px;background:#1f5f3f;border-radius:50%;animation:communities-pulse-dot 2s ease-in-out infinite}@keyframes communities-pulse-dot{0%,to{box-shadow:0 0 0 0 var(--accent-glow-strong)}50%{box-shadow:0 0 0 8px transparent}}.communities-page .nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer;color:var(--text);-webkit-tap-highlight-color:transparent}.communities-page .nav-toggle span{display:block;width:22px;height:2px;background:currentColor;border-radius:1px;transition:transform .3s var(--ease-out),opacity .2s}.communities-page .nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.15);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s}.communities-page .nav-links{display:flex;align-items:center;gap:20px;list-style:none}.communities-page .nav-links a{color:var(--text-secondary);text-decoration:none;font-size:13px;font-weight:500;transition:color .2s;white-space:nowrap}.communities-page .nav-links a:hover{color:var(--text)}.communities-page .nav-menu{display:flex;align-items:center;gap:24px}.communities-page .nav-cta{display:flex;align-items:center;gap:12px}.communities-page .nav-cta .btn{white-space:nowrap;font-size:13px;padding:10px 16px}@media (max-width:1200px){.communities-page .nav-inner{padding:0 20px}.communities-page .nav-menu{gap:16px}.communities-page .nav-links{gap:14px}.communities-page .nav-links a{font-size:12.5px}.communities-page .nav-cta{gap:8px}.communities-page .nav-cta .btn{font-size:12.5px;padding:9px 14px}}.communities-page .hero{padding:160px 0 100px;position:relative;overflow:hidden}.communities-page .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(31,95,63,.06);border:1px solid rgba(31,95,63,.15);border-radius:100px;font-size:13px;font-weight:500;color:var(--accent);margin-bottom:32px;letter-spacing:.02em}.communities-page .hero-badge .pulse{width:6px;height:6px;background:#1f5f3f;border-radius:50%;animation:communities-pulse-dot 1.5s ease-in-out infinite}.communities-page .hero-content{text-align:center;max-width:900px;width:100%;margin:0 auto;position:relative;z-index:2;box-sizing:border-box}.communities-page .hero h1{font-family:var(--font-display);font-size:clamp(48px,7vw,88px);font-weight:400;line-height:1.05;letter-spacing:-.02em;margin-bottom:24px}.communities-page .hero h1 em{font-style:italic;color:var(--accent);position:relative}.communities-page .hero h1 em:after{content:"";position:absolute;bottom:4px;left:0;right:0;height:3px;background:#1f5f3f;opacity:.3;border-radius:2px}.communities-page .hero-sub{font-size:clamp(17px,2vw,20px);color:var(--text-secondary);line-height:1.6;max-width:640px;margin:0 auto 40px}.communities-page .hero-ctas{gap:16px;margin-bottom:48px;width:100%;padding:0 16px;box-sizing:border-box}.communities-page .hero-ctas,.communities-page .hero-proof{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.communities-page .hero-proof{gap:32px}.communities-page .proof-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.communities-page .proof-item svg{width:16px;height:16px;color:var(--accent);flex-shrink:0}.communities-page .hero-capacity-card{display:flex;align-items:flex-start;gap:16px;margin-top:28px;padding:20px 28px;background:var(--bg-card);border:1px solid rgba(180,83,9,.25);border-radius:16px;max-width:760px;margin-left:auto;margin-right:auto;text-align:left}.communities-page .hero-capacity-card .lightning-icon{width:24px;height:24px;color:#b45309;flex-shrink:0;margin-top:2px}.communities-page .hero-capacity-card h4{font-family:var(--font-heading);font-size:15px;font-weight:700;color:#b45309;margin:0 0 8px}.communities-page .hero-capacity-card p{font-size:14px;line-height:1.55;color:var(--text-secondary);margin:0}.communities-page .hero-capacity-card a{color:#b45309;text-decoration:none;font-weight:600}.communities-page .hero-capacity-card a:hover{color:#c76b10;text-decoration:underline}.communities-page .hero-visual{margin-top:80px;display:flex;justify-content:center;align-items:flex-start;gap:32px;flex-wrap:wrap;perspective:1000px}.communities-page .phone-mock{display:flex;flex-direction:column;align-items:center;flex-shrink:0;transform:rotateY(-5deg) rotateX(2deg);transition:transform .6s var(--ease-out)}.communities-page .phone-mock:hover{transform:rotateY(0deg) rotateX(0deg)}.communities-page .phone-mock:nth-child(2){transform:rotateY(5deg) rotateX(2deg)}.communities-page .phone-mock:nth-child(2):hover{transform:rotateY(0deg) rotateX(0deg)}.communities-page .iphone{--device-width:280px;--device-radius:44px;--screen-radius:38px;--bezel:10px;width:var(--device-width);aspect-ratio:1/2.17;background:#fff;border-radius:var(--device-radius);padding:var(--bezel);position:relative;box-shadow:inset 1px 1px 0 rgba(0,0,0,.04),0 0 0 1px rgba(0,0,0,.03),0 20px 60px rgba(0,0,0,.15),0 8px 24px rgba(0,0,0,.08),0 0 120px rgba(0,0,0,.05)}.communities-page .iphone:before{content:"";position:absolute;right:-2px;top:110px;width:3px;height:48px;background:#d5d5ce;border-radius:0 2px 2px 0}.communities-page .iphone:after{content:"";position:absolute;left:-2px;top:100px;width:3px;height:32px;background:#d5d5ce;border-radius:2px 0 0 2px;box-shadow:0 44px 0 #d5d5ce}.communities-page .iphone-screen{width:100%;height:100%;min-height:0;background:#fff;border-radius:var(--screen-radius);overflow:hidden;position:relative;display:flex;flex-direction:column}.communities-page .dynamic-island{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:92px;height:28px;background:#000;border-radius:20px;z-index:50;box-shadow:inset -22px 0 0 0 #141419}.communities-page .dynamic-island:after{content:"";position:absolute;right:18px;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#0a0a12;border-radius:50%;box-shadow:inset 0 0 0 1.5px #1a1a22}.communities-page .status-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 24px 0;height:54px;flex-shrink:0;position:relative;z-index:40}.communities-page .status-time{font-family:-apple-system,SF Pro Text,Helvetica Neue,sans-serif;font-size:15px;font-weight:600;letter-spacing:.02em;color:#000}.communities-page .status-icons{display:flex;align-items:center;gap:5px}.communities-page .signal-bars{display:flex;align-items:flex-end;gap:1.5px;height:11px}.communities-page .signal-bars .bar{width:3px;background:#000;border-radius:.5px}.communities-page .signal-bars .bar:first-child{height:4px}.communities-page .signal-bars .bar:nth-child(2){height:6px}.communities-page .signal-bars .bar:nth-child(3){height:8px}.communities-page .signal-bars .bar:nth-child(4){height:11px}.communities-page .battery{width:24px;height:11px;border:1.5px solid rgba(0,0,0,.08);border-radius:3px;position:relative;display:flex;align-items:center;padding:1.5px}.communities-page .battery:after{content:"";position:absolute;right:-4px;top:50%;transform:translateY(-50%);width:2px;height:5px;background:rgba(0,0,0,.08);border-radius:0 1px 1px 0}.communities-page .battery-fill{width:80%;height:100%;background:#30d158;border-radius:1.5px}.communities-page .imessage-header{display:flex;align-items:center;padding:8px 12px 10px;flex-shrink:0;border-bottom:.5px solid rgba(0,0,0,.08)}.communities-page .imessage-back{color:#007aff;font-family:-apple-system,SF Pro Text,sans-serif;display:flex;align-items:center;gap:2px;flex-shrink:0}.communities-page .imessage-back svg{width:12px;height:20px}.communities-page .imessage-contact{flex:1;display:flex;flex-direction:column;align-items:center;margin-left:-28px}.communities-page .contact-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#007aff,#005ec4);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;margin-bottom:2px;font-family:-apple-system,SF Pro Text,sans-serif}.communities-page .contact-name{font-family:-apple-system,SF Pro Text,sans-serif;font-size:11px;font-weight:500;color:#000}.communities-page .imessage-body{flex:1;min-height:0;overflow-y:auto;padding:8px 10px;display:flex;flex-direction:column;gap:2px;-ms-overflow-style:none;scrollbar-width:none}.communities-page .imessage-body::-webkit-scrollbar{display:none}.communities-page .msg-time{text-align:center;font-family:-apple-system,SF Pro Text,sans-serif;font-size:11px;color:rgba(0,0,0,.35);padding:8px 0 4px;font-weight:500}.communities-page .msg-row,.communities-page .msg-time{opacity:0;animation:communities-msg-appear .3s ease-out forwards}.communities-page .msg-row{display:flex;padding:1px 0}.communities-page .msg-row.in{justify-content:flex-start}.communities-page .msg-row.out{justify-content:flex-end}.communities-page .bubble{max-width:78%;padding:8px 12px;font-family:-apple-system,SF Pro Text,Helvetica Neue,sans-serif;font-size:15px;line-height:1.38;letter-spacing:-.01em;word-wrap:break-word}.communities-page .msg-row.in .bubble{background:#e9e9eb;color:#000;border-radius:16px}.communities-page .msg-row.out .bubble{background:#007aff;color:#fff;border-radius:16px}.communities-page .msg-row.in.tail .bubble{border-bottom-left-radius:4px}.communities-page .msg-row.out.tail .bubble{border-bottom-right-radius:4px}.communities-page .msg-row.first{margin-top:6px}.communities-page .bubble.emoji-only{font-size:36px;line-height:1.2;background:transparent!important;padding:0 4px}.communities-page .delivered{text-align:right;font-family:-apple-system,SF Pro Text,sans-serif;font-size:11px;color:rgba(0,0,0,.35);padding:2px 14px 0;font-weight:500;opacity:0;animation:communities-msg-appear .3s ease-out forwards}.communities-page .typing-indicator{display:flex;justify-content:flex-start;padding:4px 0;opacity:0;animation:communities-msg-appear .3s ease-out forwards}.communities-page .typing-bubble{background:#e9e9eb;border-radius:16px;border-bottom-left-radius:4px;padding:10px 16px;display:flex;gap:4px;align-items:center}.communities-page .typing-dot{width:7px;height:7px;background:rgba(0,0,0,.3);border-radius:50%;animation:typing-bounce 1.4s ease-in-out infinite}.communities-page .typing-dot:nth-child(2){animation-delay:.2s}.communities-page .typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-4px);opacity:.8}}.communities-page .imessage-input{display:flex;align-items:center;gap:8px;padding:8px 10px 28px;flex-shrink:0}.communities-page .input-plus{width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#8e8e93;font-size:18px;font-weight:300}.communities-page .input-field{flex:1;background:rgba(0,0,0,.04);border:.5px solid rgba(0,0,0,.12);border-radius:20px;padding:8px 14px;font-family:-apple-system,SF Pro Text,sans-serif;font-size:15px;color:rgba(0,0,0,.35)}.communities-page .input-send{width:30px;height:30px;border-radius:50%;background:#007aff;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.communities-page .input-send .send-arrow{width:14px;height:14px}.communities-page .home-indicator{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:rgba(0,0,0,.15);border-radius:2px}.communities-page .mockup-label{text-align:center;margin-top:16px;font-family:var(--font-heading);font-size:12px;font-weight:600;color:rgba(0,0,0,.4);text-transform:uppercase;letter-spacing:.12em}@keyframes communities-msg-appear{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.communities-page section{padding:120px 0;position:relative}.communities-page .section-label{font-family:var(--font-heading);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:16px}.communities-page .section-title{font-family:var(--font-display);font-size:clamp(36px,4.5vw,56px);font-weight:400;line-height:1.15;letter-spacing:-.01em;margin-bottom:20px}.communities-page .section-title em{font-style:italic;color:var(--accent)}.communities-page .section-desc{font-size:18px;color:var(--text-secondary);line-height:1.7;max-width:600px}.communities-page .problem{background:var(--bg-elevated);border-top:1px solid var(--border)}.communities-page .problem-hero{text-align:center;max-width:700px;margin:0 auto 64px}.communities-page .problem-hero .section-desc{margin:0 auto}.communities-page .problem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:64px}.communities-page .problem-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:40px 32px;transition:all .3s var(--ease-out);position:relative;overflow:hidden}.communities-page .problem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--danger);opacity:0;transition:opacity .3s}.communities-page .problem-card:hover{border-color:var(--border-light);transform:translateY(-4px);background:var(--bg-card-hover)}.communities-page .problem-card:hover:before{opacity:1}.communities-page .problem-card:nth-child(2n){background:var(--bg-card-hover)}.communities-page .problem-icon{width:48px;height:48px;background:rgba(168,51,31,.08);border:1px solid rgba(168,51,31,.12);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:22px}.communities-page .problem-card h3{font-size:20px;font-weight:600;margin-bottom:12px}.communities-page .problem-card p{font-size:15px;color:var(--text-secondary);line-height:1.6}.communities-page .problem-stat{margin-top:20px;padding-top:20px;border-top:1px solid var(--border);font-family:var(--font-heading)}.communities-page .problem-stat .num{font-size:32px;font-weight:700;color:var(--danger)}.communities-page .problem-stat .label{font-size:13px;color:var(--text-muted);margin-top:4px}.communities-page .solution{border-top:1px solid var(--border)}.communities-page .solution-hero{text-align:center;max-width:700px;margin:0 auto 80px}.communities-page .solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.communities-page .solution-features{display:flex;flex-direction:column;gap:32px}.communities-page .feature-item{display:flex;gap:20px;padding:24px;border-radius:16px;transition:all .3s var(--ease-out)}.communities-page .feature-item:hover{background:rgba(0,0,0,.02)}.communities-page .feature-num{width:40px;height:40px;min-width:40px;background:rgba(31,95,63,.06);border:1px solid rgba(31,95,63,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:16px;color:var(--accent)}.communities-page .feature-item h4{font-family:var(--font-heading);font-size:17px;font-weight:600;margin-bottom:6px}.communities-page .feature-item p{font-size:14px;color:var(--text-secondary);line-height:1.6}.communities-page .orch-visual{background:var(--bg-card);border:1px solid var(--border);border-radius:24px;padding:40px;position:relative;overflow:hidden}.communities-page .orch-visual:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,var(--accent-glow) 0,transparent 70%);pointer-events:none}.communities-page .orch-node{display:flex;align-items:center;gap:12px;padding:14px 20px;background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:12px;font-size:14px;font-weight:500;position:relative;z-index:1;transition:all .3s}.communities-page .orch-node:hover{border-color:var(--accent);background:rgba(31,95,63,.04)}.communities-page .orch-node .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.communities-page .dot-green{background:var(--accent)}.communities-page .dot-yellow{background:var(--warning)}.communities-page .dot-red{background:var(--danger)}.communities-page .dot-blue{background:#1f5f3f}.communities-page .orch-center{text-align:center;padding:24px;margin:16px 0;background:linear-gradient(135deg,rgba(31,95,63,.06),rgba(31,95,63,.02));border:1px solid rgba(31,95,63,.15);border-radius:16px;position:relative;z-index:1}.communities-page .orch-center .branch-logo{font-family:var(--font-heading);font-weight:700;font-size:20px;color:var(--accent);margin-bottom:4px}.communities-page .orch-center .branch-sub{font-size:12px;color:var(--text-muted)}.communities-page .results{background:var(--bg-elevated);border-top:1px solid var(--border)}.communities-page .results-hero{text-align:center;max-width:700px;margin:0 auto 72px}.communities-page .metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:80px}.communities-page .metric-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:36px 28px;text-align:center;transition:all .3s var(--ease-out)}.communities-page .metric-card:hover{border-color:var(--accent);transform:translateY(-4px)}.communities-page .metric-num{font-family:var(--font-heading);font-size:48px;font-weight:700;color:var(--accent);line-height:1;margin-bottom:8px}.communities-page .metric-label{font-size:14px;color:var(--text-secondary);line-height:1.4}.communities-page .testimonials{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.communities-page .testimonial{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:36px;transition:all .3s var(--ease-out)}.communities-page .testimonial:hover{border-color:var(--border-light)}.communities-page .testimonial-quote{font-size:16px;line-height:1.7;color:var(--text);margin-bottom:24px;font-style:italic}.communities-page .testimonial-author{display:flex;align-items:center;gap:12px}.communities-page .testimonial-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--accent-dim),var(--accent));border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:16px;color:#fff}.communities-page .testimonial-name{font-weight:600;font-size:14px}.communities-page .testimonial-role{font-size:12px;color:var(--text-muted)}.communities-page .vertical-stat{font-family:var(--font-heading);font-size:13px;color:var(--accent);font-weight:600;margin-top:8px}.communities-page .why-branch{background:var(--bg-elevated);border-top:1px solid var(--border)}.communities-page .why-hero{text-align:center;max-width:700px;margin:0 auto 72px}.communities-page .why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.communities-page .why-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:40px 32px;transition:all .3s var(--ease-out);position:relative;overflow:hidden}.communities-page .why-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:#1f5f3f;opacity:0;transition:opacity .3s}.communities-page .why-card:hover{border-color:var(--border-light);transform:translateY(-4px)}.communities-page .why-card:hover:before{opacity:1}.communities-page .why-card-icon{width:48px;height:48px;background:rgba(31,95,63,.06);border:1px solid rgba(31,95,63,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px}.communities-page .why-card h3{font-family:var(--font-heading);font-size:20px;font-weight:600;margin-bottom:10px}.communities-page .why-card p{font-size:15px;color:var(--text-secondary);line-height:1.65}.communities-page .chart-section{border-top:1px solid var(--border)}.communities-page .chart-wrapper{max-width:800px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:24px;padding:48px 40px}.communities-page .chart-title{font-size:14px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:32px}.communities-page .chart-container{position:relative;height:280px}.communities-page .chart-svg{width:100%;height:100%}.communities-page .chart-legend{display:flex;gap:32px;margin-top:24px;justify-content:center}.communities-page .legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary)}.communities-page .legend-dot{width:10px;height:10px;border-radius:50%}.communities-page .legend-dot.green{background:#1f5f3f}.communities-page .legend-dot.gray{background:var(--text-muted)}.communities-page .chart-x-labels,.communities-page .chart-y-labels{font-family:var(--font-heading)}.communities-page .chart-y-labels{position:absolute;left:0;top:0;bottom:0;flex-direction:column;padding:8px 0}.communities-page .chart-x-labels,.communities-page .chart-y-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--text-muted)}.communities-page .chart-x-labels{padding-top:12px;padding-left:40px}.communities-page .how-it-works{border-top:1px solid var(--border)}.communities-page .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px;position:relative}.communities-page .steps-grid:before{content:"";position:absolute;top:40px;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,var(--border-light),var(--border-light),transparent)}.communities-page .step-card{text-align:center;padding:40px 24px}.communities-page .step-num{width:80px;height:80px;margin:0 auto 28px;background:var(--bg-card);border:2px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--accent);font-style:italic;position:relative;z-index:2;transition:all .3s var(--ease-out)}.communities-page .step-card:hover .step-num{border-color:var(--accent);box-shadow:0 0 32px var(--accent-glow)}.communities-page .step-card h3{font-family:var(--font-heading);font-size:20px;font-weight:600;margin-bottom:12px}.communities-page .step-card p{font-size:14px;color:var(--text-secondary);line-height:1.6}.communities-page .step-tag{display:inline-block;margin-top:16px;padding:6px 12px;background:rgba(31,95,63,.06);border-radius:100px;font-size:12px;font-weight:600;color:var(--accent)}.communities-page .network{background:var(--bg-elevated);border-top:1px solid var(--border)}.communities-page .network-hero{text-align:center;max-width:700px;margin:0 auto 64px}.communities-page .network-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px}.communities-page .network-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:36px 28px;transition:all .3s var(--ease-out)}.communities-page .network-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.communities-page .network-card:nth-child(2n){background:var(--bg-card-hover)}.communities-page .network-card-icon{width:48px;height:48px;margin-bottom:20px;color:var(--accent)}.communities-page .network-section-icon{width:100%;height:100%}.communities-page .network-card h3{font-family:var(--font-heading);font-size:17px;font-weight:600;margin-bottom:12px}.communities-page .network-card p{font-size:14px;color:var(--text-secondary);line-height:1.6}.communities-page .network-callout{max-width:640px;margin:0 auto 40px;padding:32px 40px;background:linear-gradient(135deg,rgba(31,95,63,.06),rgba(31,95,63,.02));border:1px solid rgba(31,95,63,.15);border-radius:20px;text-align:center}.communities-page .network-callout-quote{font-family:var(--font-body);font-size:18px;line-height:1.65;color:var(--text);margin:0 0 16px}.communities-page .network-callout-tagline{font-family:var(--font-heading);font-size:14px;font-weight:600;color:var(--accent);margin:0}.communities-page .network-cta{text-align:center}.communities-page .engines{border-top:1px solid var(--border)}.communities-page .engines-hero{text-align:center;max-width:700px;margin:0 auto 72px}.communities-page .engines-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.communities-page .engine-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:36px 28px;transition:all .3s var(--ease-out)}.communities-page .engine-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.communities-page .engine-card:nth-child(2n){background:var(--bg-card-hover)}.communities-page .engine-icon{font-size:28px;margin-bottom:20px}.communities-page .engine-card h3{font-family:var(--font-heading);font-size:17px;font-weight:600;margin-bottom:10px}.communities-page .engine-card p{font-size:14px;color:var(--text-secondary);line-height:1.6}.communities-page .intelligence{background:var(--bg-elevated);border-top:1px solid var(--border)}.communities-page .intelligence-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.communities-page .intelligence-content .section-desc{margin-bottom:40px}.communities-page .intelligence-rows{display:flex;flex-direction:column;gap:0}.communities-page .insight-row{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border);align-items:flex-start}.communities-page .insight-row:last-child{border-bottom:none}.communities-page .insight-icon{font-size:22px;flex-shrink:0;width:36px;text-align:center}.communities-page .insight-row h4{font-family:var(--font-heading);font-size:15px;font-weight:600;margin:0 0 6px;color:var(--text)}.communities-page .insight-row p{font-size:14px;line-height:1.6;color:var(--text-secondary);margin:0}.communities-page .insight-quote{color:var(--accent);font-style:italic}.communities-page .intelligence-dashboard{position:sticky;top:100px}.communities-page .dashboard-mock{background:#f3f3ef;border:1px solid rgba(31,95,63,.15);border-radius:16px;padding:28px 32px;font-family:ui-monospace,SF Mono,Menlo,Monaco,Cascadia Mono,monospace}.communities-page .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border)}.communities-page .dashboard-title{font-size:13px;font-weight:600;color:var(--text)}.communities-page .dashboard-score{font-size:24px;font-weight:700;color:var(--accent)}.communities-page .dashboard-up{font-size:12px;font-weight:500;color:var(--accent);opacity:.9;margin-left:4px}.communities-page .dashboard-rows{display:flex;flex-direction:column;gap:14px}.communities-page .dashboard-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;font-size:13px}.communities-page .dashboard-row-accent{margin-top:8px;padding-top:16px;border-top:1px solid rgba(31,95,63,.15)}.communities-page .dashboard-label{color:var(--text-muted);flex-shrink:0}.communities-page .dashboard-value{color:var(--text);font-weight:600;text-align:right}.communities-page .dashboard-muted,.communities-page .dashboard-pct{font-weight:400;color:var(--text-muted);margin-left:4px}.communities-page .dashboard-row-accent .dashboard-value{color:var(--accent);font-size:18px}.communities-page .verticals{background:var(--bg-elevated);border-top:1px solid var(--border)}.communities-page .verticals-hero{text-align:center;max-width:700px;margin:0 auto 64px}.communities-page .verticals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.communities-page .vertical-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:36px 28px;transition:all .3s var(--ease-out)}.communities-page .vertical-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.communities-page .vertical-card:nth-child(2n){background:var(--bg-card-hover)}.communities-page .vertical-icon{font-size:36px;margin-bottom:20px}.communities-page .vertical-card h3{font-size:18px;font-weight:600;margin-bottom:10px}.communities-page .vertical-sub{font-size:12px;color:var(--text-muted);margin-bottom:10px}.communities-page .vertical-card p{font-size:14px;color:var(--text-secondary);line-height:1.6}.communities-page .lead-magnet{border-top:1px solid var(--border)}.communities-page .magnet-card{background:linear-gradient(135deg,rgba(31,95,63,.06),rgba(31,95,63,.02));border:1px solid rgba(31,95,63,.1);border-radius:28px;padding:64px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;overflow:hidden}.communities-page .magnet-card-audit{grid-template-columns:1fr;text-align:center}.communities-page .magnet-card-audit .magnet-content-centered{max-width:560px;margin:0 auto}.communities-page .magnet-card-audit .magnet-content-centered p{margin-bottom:32px}.communities-page .magnet-card-audit .magnet-content-centered .btn{display:inline-flex;align-items:center;gap:8px}.communities-page .magnet-card:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,var(--accent-glow) 0,transparent 70%);pointer-events:none}.communities-page .magnet-content{position:relative;z-index:1}.communities-page .magnet-tag{font-family:var(--font-heading);display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:rgba(31,95,63,.08);border-radius:100px;font-size:12px;font-weight:600;color:var(--accent);margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em}.communities-page .magnet-content h2{font-family:var(--font-display);font-size:40px;line-height:1.15;margin-bottom:16px}.communities-page .magnet-content p{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:28px}.communities-page .magnet-form{display:flex;gap:12px}.communities-page .magnet-input{flex:1;padding:16px 20px;background:var(--bg);border:1px solid var(--border);border-radius:12px;color:var(--text);font-size:15px;outline:none;transition:border-color .2s}.communities-page .magnet-input:focus{border-color:var(--accent)}.communities-page .magnet-input::placeholder{color:var(--text-muted)}.communities-page .magnet-checklist{position:relative;z-index:1}.communities-page .checklist-item{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.03)}.communities-page .checklist-item:last-child{border-bottom:none}.communities-page .check-icon{width:24px;height:24px;min-width:24px;background:#1f5f3f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.communities-page .check-icon svg{width:14px;height:14px;color:#fff}.communities-page .item-title{font-weight:600;font-size:15px;margin-bottom:2px}.communities-page .item-desc{font-size:13px;color:var(--text-muted)}.communities-page .pricing{border-top:1px solid var(--border)}.communities-page .pricing-hero{text-align:center;max-width:700px;margin:0 auto 64px}.communities-page .pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto;align-items:stretch}.communities-page .pricing-grid>*{min-width:0}.communities-page .pricing-card{background:var(--bg-card-hover);border:1px solid var(--border);border-radius:24px;padding:48px 36px;transition:all .3s var(--ease-out);display:flex;flex-direction:column;min-width:0;overflow:hidden;min-height:0}.communities-page .pricing-card .pricing-cta{width:100%;max-width:100%;min-width:0;box-sizing:border-box;display:flex;justify-content:center;align-items:center;margin-top:auto;align-self:stretch;flex-shrink:0}.communities-page .pricing-card:hover{border-color:var(--border-light);transform:translateY(-4px)}.communities-page .pricing-card-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:12px;flex-shrink:0}.communities-page .pricing-card h3{font-family:var(--font-display);font-size:28px;font-weight:600;letter-spacing:.03em;color:#0f1411;margin-bottom:12px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-shrink:0}.communities-page .pricing-card .focus{font-size:15px;color:var(--text-secondary);line-height:1.6;margin-bottom:24px;flex-shrink:0}.communities-page .pricing-features{list-style:none;margin-bottom:24px;flex:1;min-height:280px}.communities-page .pricing-data-note{font-size:13px;color:var(--text-muted);line-height:1.5;margin:0;padding-top:24px;padding-bottom:24px;border-top:1px solid var(--border);flex-shrink:0}.communities-page .pricing-features li{display:flex;align-items:flex-start;gap:12px;padding:8px 0;font-size:14px;color:var(--text-secondary);line-height:1.5;border-bottom:1px solid var(--border)}.communities-page .pricing-features li:last-child{border-bottom:none}.communities-page .pricing-features li:before{content:"\2713";color:var(--accent);font-weight:700;flex-shrink:0}.communities-page .pricing-note{text-align:center;margin-top:32px;font-size:13px;color:var(--text-muted)}.communities-page .security{background:var(--bg-elevated);border-top:1px solid var(--border)}.communities-page .security-hero{text-align:center;max-width:600px;margin:0 auto 64px}.communities-page .security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.communities-page .security-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s var(--ease-out)}.communities-page .security-card:hover{border-color:var(--border-light);transform:translateY(-2px)}.communities-page .security-card:nth-child(2n){background:var(--bg-card-hover)}.communities-page .security-icon{width:48px;height:48px;margin:0 auto 16px;background:rgba(31,95,63,.06);border:1px solid rgba(31,95,63,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--accent)}.communities-page .security-icon .security-svg{width:24px;height:24px}.communities-page .security-icon-lock{background:rgba(245,158,11,.15);border-color:rgba(245,158,11,.25);color:#b45309}.communities-page .security-icon-user{background:rgba(168,85,247,.15);border-color:rgba(168,85,247,.25);color:#a855f7}.communities-page .security-card h4{font-size:15px;font-weight:600;margin-bottom:8px}.communities-page .security-card p{font-size:13px;color:var(--text-muted);line-height:1.5}.communities-page .faq{background:var(--bg-elevated);border-top:1px solid var(--border)}.communities-page .faq-hero{text-align:center;max-width:600px;margin:0 auto 64px}.communities-page .faq-list{max-width:760px;margin:0 auto}.communities-page .faq-item{border-bottom:1px solid var(--border);padding:28px 0}.communities-page .faq-q{font-family:var(--font-heading);font-weight:600;font-size:17px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;user-select:none}.communities-page .faq-q .toggle{font-size:24px;color:var(--text-muted);transition:transform .3s var(--ease-out);flex-shrink:0}.communities-page .faq-item.open .faq-q .toggle{transform:rotate(45deg);color:var(--accent)}.communities-page .faq-a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease-out),padding .3s;font-size:15px;color:var(--text-secondary);line-height:1.7}.communities-page .faq-item.open .faq-a{max-height:500px;padding-top:16px}.communities-page .final-cta{padding:160px 0;text-align:center;position:relative;overflow:hidden;border-top:1px solid var(--border)}.communities-page .final-cta:before{content:"";position:absolute;bottom:-200px;left:50%;transform:translateX(-50%);width:1000px;height:600px;background:radial-gradient(ellipse,var(--accent-glow) 0,transparent 60%);opacity:.5;pointer-events:none}.communities-page .final-cta h2{font-family:var(--font-display);font-size:clamp(40px,5vw,64px);line-height:1.1;margin-bottom:20px;position:relative;z-index:1}.communities-page .final-cta .sub{font-size:18px;color:var(--text-secondary);margin-bottom:40px;position:relative;z-index:1;max-width:560px;margin-left:auto;margin-right:auto}.communities-page .final-guarantee{margin-top:24px;font-size:13px;color:var(--text-muted);position:relative;z-index:1}.communities-page footer{padding:64px 0 40px;border-top:1px solid var(--border)}.communities-page .footer-inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px}.communities-page .footer-brand .logo{font-family:var(--font-heading);font-weight:700;font-size:20px;margin-bottom:12px;display:flex;align-items:center;gap:8px}.communities-page .footer-brand .logo .logo-dot{width:6px;height:6px;background:#1f5f3f;border-radius:50%}.communities-page .footer-brand p{font-size:13px;color:var(--text-muted);max-width:280px;line-height:1.6}.communities-page .footer-links{display:flex;gap:64px}.communities-page .footer-col h4{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:16px}.communities-page .footer-col a{display:block;color:var(--text-muted);text-decoration:none;font-size:14px;margin-bottom:10px;transition:color .2s}.communities-page .footer-col a:hover{color:var(--text)}.communities-page .footer-bottom{margin-top:48px;padding-top:24px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--text-muted)}.communities-page .sticky-mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;padding:12px max(16px,env(safe-area-inset-left)) max(12px,calc(12px + env(safe-area-inset-bottom, 0px))) max(16px,env(safe-area-inset-right));background:hsla(60,23%,97%,.95);backdrop-filter:blur(20px);border-top:1px solid var(--border);z-index:999;transform:translateY(100%);transition:transform .3s var(--ease-out);box-sizing:border-box;flex-direction:column;align-items:center}.communities-page .sticky-mobile-cta.visible{transform:translateY(0)}.communities-page .sticky-mobile-cta .btn{width:100%;max-width:min(400px,calc(100vw - 32px));justify-content:center;box-sizing:border-box}.communities-page .scroll-progress{position:fixed;top:0;left:0;height:2px;background:#1f5f3f;z-index:10000;width:100%;transform-origin:left;transform:scaleX(0);will-change:transform}@media (max-width:1024px){.communities-page .container{padding-left:20px;padding-right:20px}.communities-page .hero-ctas{justify-content:center;max-width:min(400px,calc(100vw - 40px));margin-left:auto;margin-right:auto}.communities-page .hero-ctas .btn{min-width:0;flex:1 1 auto}.communities-page .engines-grid,.communities-page .network-grid,.communities-page .problem-grid,.communities-page .steps-grid,.communities-page .verticals-grid{grid-template-columns:1fr}.communities-page .intelligence-split{grid-template-columns:1fr;gap:48px}.communities-page .intelligence-dashboard{position:static}.communities-page .solution-grid{grid-template-columns:1fr}.communities-page .metrics-grid{grid-template-columns:repeat(2,1fr)}.communities-page .pricing-grid,.communities-page .testimonials,.communities-page .why-grid{grid-template-columns:1fr}.communities-page .pricing-features{min-height:200px}.communities-page .security-grid{grid-template-columns:repeat(2,1fr)}.communities-page .magnet-card{grid-template-columns:1fr;padding:40px 28px}.communities-page .hero-visual{flex-direction:column;align-items:center}.communities-page .phone-mock,.communities-page .phone-mock:nth-child(2){transform:none}.communities-page .iphone{--device-width:260px}.communities-page .nav-toggle{display:flex}.communities-page .nav-menu{position:fixed;top:calc(65px + env(safe-area-inset-top, 0px));left:0;right:0;background:var(--bg-elevated);border-bottom:1px solid var(--border);flex-direction:column;padding:24px;gap:0;z-index:1001;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s var(--ease-out),opacity .2s}.communities-page nav.nav-open .nav-menu{max-height:500px;opacity:1}.communities-page .nav-menu .nav-links{flex-direction:column;gap:0;width:100%}.communities-page .nav-menu .nav-links li{border-bottom:1px solid var(--border)}.communities-page .nav-menu .nav-links li:last-child{border-bottom:none}.communities-page .nav-menu .nav-links a{display:block;padding:14px 0;font-size:16px}.communities-page .nav-menu .nav-cta{flex-direction:column;width:100%;margin-top:16px;padding-top:16px;border-top:1px solid var(--border);gap:8px}.communities-page .nav-menu .nav-cta .btn{width:100%;justify-content:center;padding:14px 20px}.communities-page .nav-open .nav-overlay{display:block;opacity:1;pointer-events:auto}.communities-page .nav-open .nav-toggle span:first-child{transform:translateY(7px) rotate(45deg)}.communities-page .nav-open .nav-toggle span:nth-child(2){opacity:0}.communities-page .nav-open .nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.communities-page .steps-grid:before{display:none}.communities-page .footer-links{gap:32px}.communities-page .magnet-form{flex-direction:column}.communities-page .sticky-mobile-cta{display:flex}}@media (max-width:600px){.communities-page .container{padding-left:16px;padding-right:16px}.communities-page .hero{padding:120px 0 60px}.communities-page .hero h1{font-size:clamp(36px,10vw,48px)}.communities-page .hero-ctas{flex-direction:column;gap:12px;width:100%;max-width:min(320px,calc(100vw - 32px));margin-left:auto;margin-right:auto;padding:0}.communities-page .hero-ctas .btn{width:100%;max-width:100%;justify-content:center;box-sizing:border-box}.communities-page section{padding:64px 0}.communities-page .section-title{font-size:clamp(28px,6vw,40px)}.communities-page .section-desc{font-size:16px}.communities-page .engines-hero,.communities-page .network-hero,.communities-page .pricing-hero,.communities-page .problem-hero,.communities-page .solution-hero,.communities-page .verticals-hero{margin-bottom:40px}.communities-page .engines-grid,.communities-page .network-grid,.communities-page .problem-grid,.communities-page .steps-grid,.communities-page .verticals-grid{gap:16px}.communities-page .step-card{padding:28px 16px}.communities-page .engine-card,.communities-page .network-card,.communities-page .problem-card,.communities-page .vertical-card{padding:24px 20px}.communities-page .problem-stat .num{font-size:28px}.communities-page .insight-row{flex-direction:column;gap:8px;padding:16px 0}.communities-page .dashboard-mock{padding:20px 16px;font-size:12px}.communities-page .dashboard-score{font-size:20px}.communities-page .metrics-grid{grid-template-columns:1fr 1fr;gap:12px}.communities-page .metric-card{padding:24px 16px}.communities-page .metric-num{font-size:36px}.communities-page .security-grid{grid-template-columns:1fr}.communities-page .hero-proof{flex-direction:column;gap:12px}.communities-page .hero-capacity-card{flex-direction:column;gap:12px;padding:18px 20px;margin-top:24px}.communities-page .network-callout{padding:24px 20px}.communities-page .pricing-card{padding:32px 24px}.communities-page .pricing-card h3{font-size:24px}.communities-page .faq-q{font-size:15px}.communities-page .final-cta{padding:100px 0}.communities-page .final-cta h2{font-size:clamp(32px,8vw,48px)}.communities-page footer{padding:48px 0 32px}.communities-page .footer-inner{flex-direction:column}.communities-page .footer-col a{padding:4px 0;min-height:44px;display:flex;align-items:center}}.communities-page .branch-link-wedge{padding:96px 0;background:linear-gradient(180deg,#fff,#f7f5f0)}.communities-page .branch-link-card{max-width:880px;margin:0 auto;background:#fff;border:1px solid rgba(15,20,17,.08);border-radius:24px;padding:56px;box-shadow:0 30px 60px -30px rgba(15,20,17,.18)}.communities-page .branch-link-card .section-label{margin-bottom:16px}.communities-page .branch-link-card .section-title{margin:0 0 16px}.communities-page .branch-link-card .section-desc{margin:0 0 28px;max-width:640px}.communities-page .branch-link-bullets{list-style:none;padding:0;margin:0 0 32px;display:grid;grid-template-columns:1fr;gap:12px}.communities-page .branch-link-bullets li{display:flex;align-items:center;gap:10px;font-size:16px;color:#2a3530}.communities-page .branch-link-bullets li svg{color:#1f5f3f}.communities-page .branch-link-ctas{display:flex;gap:14px;flex-wrap:wrap}@media (min-width:720px){.communities-page .branch-link-bullets{grid-template-columns:1fr 1fr}}@media (max-width:640px){.communities-page .branch-link-card{padding:36px 24px;border-radius:20px}.communities-page .branch-link-wedge{padding:64px 0}}.communities-page .branch-marketing{--bm-bg:#faf8f1;--bm-ivory:#fffdf7;--bm-card:#fffaf0;--bm-dark:#101611;--bm-muted:#5e665e;--bm-soft:#e8dfd0;--bm-border:#d8cdb9;--bm-forest:#173f2c;--bm-forest-2:#0e2d20;--bm-terracotta:#a65f43;--bm-gold:#c2a15a;background:var(--bm-bg);color:var(--bm-dark);min-height:100vh;font-family:var(--font-body);overflow-x:hidden;padding-top:72px}.communities-page .branch-marketing *,.communities-page .branch-marketing :after,.communities-page .branch-marketing :before{box-sizing:border-box}.communities-page .branch-marketing a{color:inherit}.communities-page .branch-marketing button,.communities-page .branch-marketing input,.communities-page .branch-marketing textarea{font:inherit}.communities-page .branch-marketing :focus-visible{outline:3px solid rgba(31,95,63,.38);outline-offset:3px}.communities-page .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.communities-page .skip-link{position:absolute;left:24px;top:-80px;z-index:2000;border-radius:10px;background:var(--bm-dark);color:#fff;padding:12px 16px;text-decoration:none}.communities-page .skip-link:focus{top:12px}.communities-page .bm-container{width:min(1160px,calc(100% - 40px));margin:0 auto}.communities-page .bm-nav-shell{position:fixed;top:0;left:0;right:0;z-index:1000;height:72px;border-bottom:1px solid rgba(16,22,17,.08);background:hsla(47,47%,96%,.92);backdrop-filter:blur(18px);overflow:visible}.communities-page .bm-nav{width:min(1240px,calc(100% - 32px));margin:0 auto;height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:visible}.communities-page .bm-logo{align-items:center;display:inline-flex;font-family:var(--font-heading);font-size:22px;font-weight:800;letter-spacing:-.03em;min-height:44px;text-decoration:none}.communities-page .bm-menu{display:flex;align-items:center;gap:22px;font-size:14px;color:var(--bm-muted);height:100%;overflow:visible}.communities-page .bm-menu a,.communities-page .bm-menu button{border:0;background:transparent;color:inherit;text-decoration:none;cursor:pointer;padding:10px 0}.communities-page .bm-menu a:hover,.communities-page .bm-menu button:hover{color:var(--bm-dark)}.communities-page .bm-nav-dropdown{position:relative;display:flex;align-items:center;height:100%}.communities-page .bm-nav-dropdown:after{content:"";position:absolute;left:-18px;right:-18px;top:100%;height:14px}.communities-page .bm-dropdown-panel{position:absolute;top:calc(100% + 1px);left:-18px;width:248px;padding:12px;border:1px solid var(--bm-border);border-radius:18px;background:var(--bm-ivory);box-shadow:0 20px 50px rgba(16,22,17,.12);display:grid;gap:4px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.communities-page .bm-dropdown-panel[data-open=true],.communities-page .bm-nav-dropdown:focus-within .bm-dropdown-panel,.communities-page .bm-nav-dropdown:hover .bm-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.communities-page .bm-dropdown-panel a{min-height:42px;padding:11px 12px;border-radius:12px;color:var(--bm-dark)}.communities-page .bm-dropdown-panel a:hover{background:#f2eadb}.communities-page .bm-button,.communities-page .bm-nav-cta{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 20px;border:1px solid transparent;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.communities-page .bm-button-primary,.communities-page .bm-nav-cta{background:var(--bm-forest);color:#fff!important}.communities-page .bm-button-primary>*,.communities-page a.bm-button-primary,.communities-page a.bm-button-primary:focus-visible,.communities-page a.bm-button-primary:hover,.communities-page a.bm-button-primary:visited,.communities-page button.bm-button-primary{color:#fff!important}.communities-page .bm-menu .bm-nav-cta{min-height:44px;padding:11px 18px;border:1px solid transparent;background:var(--bm-forest);color:#fff;white-space:nowrap}.communities-page .bm-menu .bm-nav-cta-secondary{background:rgba(255,250,240,.78);border-color:var(--bm-border);color:var(--bm-forest)!important}.communities-page .bm-menu .bm-nav-cta-secondary:hover{background:var(--bm-ivory);border-color:rgba(31,95,63,.3);color:var(--bm-forest)!important}.communities-page .bm-button-primary:hover,.communities-page .bm-nav-cta:hover{transform:translateY(-1px);background:#215a3e;color:#fff!important}.communities-page .bm-button-secondary{background:hsla(0,0%,100%,.48);border-color:var(--bm-border);color:var(--bm-dark)}.communities-page .bm-button-secondary:hover{border-color:var(--bm-forest);color:var(--bm-forest)}.communities-page .bm-button.light{background:var(--bm-ivory);color:var(--bm-forest)}.communities-page a.bm-button-primary.light,.communities-page a.bm-button-primary.light:focus-visible,.communities-page a.bm-button-primary.light:hover,.communities-page a.bm-button-primary.light:visited,.communities-page button.bm-button-primary.light{color:var(--bm-forest)!important}.communities-page .bm-button-secondary.light{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.32)}.communities-page .bm-menu-button{display:none;width:46px;height:46px;border:1px solid var(--bm-border);border-radius:12px;background:var(--bm-ivory)}.communities-page .bm-menu-button span:not(.sr-only){display:block;width:20px;height:2px;margin:4px auto;border-radius:999px;background:var(--bm-dark)}.communities-page .bm-hero{padding:104px 0 70px;background:radial-gradient(circle at 74% 10%,rgba(194,161,90,.14),transparent 34%),linear-gradient(180deg,var(--bm-bg),#f3eadb)}.communities-page .bm-hero-grid,.communities-page .bm-two-column{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.9fr);gap:64px;align-items:start}.communities-page .bm-label{margin:0 0 16px;color:var(--bm-terracotta);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.communities-page .branch-marketing h1,.communities-page .branch-marketing h2{font-family:var(--font-display);font-weight:400;letter-spacing:-.035em;text-wrap:balance;margin:0}.communities-page .branch-marketing h1{font-size:clamp(54px,7vw,88px);line-height:.97;max-width:790px}.communities-page .branch-marketing h2{font-size:clamp(38px,5vw,68px);line-height:1;max-width:900px}.communities-page .branch-marketing h3{font-family:var(--font-heading);letter-spacing:-.02em}.communities-page .bm-hero-copy,.communities-page .bm-lead{color:var(--bm-muted);font-size:clamp(18px,2vw,22px);line-height:1.58;max-width:740px;margin:22px 0 0}.communities-page .bm-end-line,.communities-page .bm-human-line,.communities-page .bm-stack-line,.communities-page .bm-trust-line{color:var(--bm-muted);font-size:16px;line-height:1.55;margin:14px 0 0}.communities-page .bm-trust-line{color:var(--bm-muted);font-size:14px;margin-top:14px}.communities-page .hero-outcome-strip{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:620px;overflow:hidden;border:1px solid var(--bm-border);border-radius:22px;background:rgba(255,253,247,.72);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.78)}.communities-page .hero-outcome-strip div{position:relative;min-height:86px;padding:16px}.communities-page .hero-outcome-strip div:not(:last-child){border-right:1px solid var(--bm-soft)}.communities-page .hero-outcome-strip div:not(:last-child):after{content:"";position:absolute;right:-8px;top:50%;z-index:1;width:16px;height:16px;border-right:1px solid var(--bm-soft);border-bottom:1px solid var(--bm-soft);background:var(--bm-ivory);transform:translateY(-50%) rotate(-45deg)}.communities-page .hero-outcome-strip span{display:block;color:var(--bm-terracotta);font-size:11px;font-weight:800;letter-spacing:.12em}.communities-page .hero-outcome-strip strong{display:block;margin-top:10px;color:var(--bm-forest);font-family:var(--font-heading);font-size:18px;letter-spacing:-.02em;line-height:1.15}.communities-page .bm-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.communities-page .hero-operating-view{border:1px solid var(--bm-border);background:radial-gradient(circle at 92% 8%,rgba(194,161,90,.18),transparent 28%),linear-gradient(180deg,rgba(255,253,247,.96),rgba(255,250,240,.96));border-radius:32px;box-shadow:0 30px 80px rgba(16,22,17,.13);padding:22px;position:relative;overflow:hidden}.communities-page .hero-operating-view:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.76);pointer-events:none}.communities-page .hero-work-header{display:flex;gap:18px;justify-content:space-between;padding:4px 4px 18px}.communities-page .hero-work-header .bm-label{margin-bottom:9px}.communities-page .hero-work-header h2{color:var(--bm-forest);font-family:var(--font-display);font-size:clamp(31px,3.2vw,44px);font-weight:400;letter-spacing:-.035em;line-height:.98;margin:0}.communities-page .hero-work-header p:not(.bm-label){color:var(--bm-muted);font-size:15px;line-height:1.45;margin:10px 0 0;max-width:460px}.communities-page .hero-journey-tabs{display:none}.communities-page .hero-journey-panels{display:grid;gap:12px}.communities-page .hero-journey-panel{border:1px solid hsla(39,28%,79%,.9);border-radius:24px;background:rgba(255,253,247,.82);padding:14px;transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease,background .24s ease}.communities-page .hero-journey-panel.is-active{border-color:rgba(31,95,63,.34);box-shadow:0 18px 44px rgba(31,95,63,.1)}.communities-page .hero-journey-panel:focus-visible{border-color:rgba(31,95,63,.48);box-shadow:0 0 0 4px rgba(31,95,63,.13);outline:none}.communities-page .hero-journey-panel:hover{transform:translateY(-1px)}.communities-page .movement-track-card{display:grid;gap:14px}.communities-page .branch-action-verb,.communities-page .journey-detail span,.communities-page .movement-signal span{display:block;color:var(--bm-terracotta);font-size:10px;font-weight:850;letter-spacing:.13em;margin-bottom:7px;text-transform:uppercase}.communities-page .movement-signal strong{color:var(--bm-dark);display:block;font-family:var(--font-heading);font-size:clamp(18px,2vw,23px);letter-spacing:-.035em;line-height:1.08}.communities-page .movement-track-card.is-compact .movement-signal strong{font-size:15px;line-height:1.22}.communities-page .movement-signal p{color:var(--bm-muted);font-size:14px;line-height:1.45;margin:8px 0 0}.communities-page .movement-rail{align-items:center;display:grid;grid-template-columns:minmax(110px,.82fr) minmax(0,1.36fr) minmax(116px,.9fr);gap:12px;position:relative}.communities-page .movement-rail:before{background:linear-gradient(90deg,rgba(31,95,63,.12),rgba(31,95,63,.74),rgba(31,95,63,.92));content:"";height:2px;left:14%;position:absolute;right:12%;top:50%;transform:translateY(-50%) scaleX(1);transform-origin:left}.communities-page .movement-rail:after{border-right:2px solid var(--bm-forest);border-top:2px solid var(--bm-forest);content:"";height:9px;position:absolute;right:11.5%;top:50%;transform:translateY(-50%) rotate(45deg);width:9px}.communities-page .hero-journey-panel.is-active .movement-rail:before{animation:branch-path-advance 1.65s ease both}.communities-page .hero-journey-panel.is-active .movement-rail:after{animation:branch-arrow-resolve 1.65s ease both}.communities-page .branch-action-node,.communities-page .state-chip{position:relative;z-index:1}.communities-page .state-chip{align-items:center;border:1px solid hsla(39,28%,79%,.98);border-radius:999px;display:inline-flex;font-size:12px;font-weight:850;justify-content:center;line-height:1.15;min-height:42px;padding:9px 12px;text-align:center}.communities-page .state-chip-current{background:#fff7e8;color:#8f572f}.communities-page .state-chip-next{background:#eff6ec;border-color:rgba(31,95,63,.22);color:var(--bm-forest)}.communities-page .branch-action-node{background:var(--bm-forest);border:1px solid rgba(31,95,63,.7);border-radius:18px;box-shadow:0 14px 28px rgba(31,95,63,.16);color:#fff;padding:15px 16px}.communities-page .branch-action-verb{color:#dcc99c;margin-bottom:6px}.communities-page .branch-action-node strong{display:block;font-size:13px;font-weight:700;line-height:1.35}.communities-page .movement-track-card.is-compact{grid-template-columns:1fr}.communities-page .movement-track-card.is-compact .movement-rail{grid-template-columns:minmax(108px,.76fr) minmax(0,1.5fr) minmax(108px,.82fr);gap:8px}.communities-page .movement-track-card.is-compact .branch-action-node{border-radius:15px;padding:12px 13px}.communities-page .movement-track-card.is-compact .branch-action-node strong{font-size:12px}.communities-page .movement-track-card.is-compact .state-chip{font-size:11px;min-height:36px;padding:8px 9px}.communities-page .journey-detail-shell{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;transition:grid-template-rows .34s ease,opacity .24s ease,margin-top .34s ease}.communities-page .journey-detail-shell.is-open{grid-template-rows:1fr;margin-top:14px;opacity:1}.communities-page .journey-detail{border-top:1px solid var(--bm-soft);display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;padding-top:14px}.communities-page .journey-detail p{color:var(--bm-muted);font-size:12.5px;line-height:1.45;margin:0}.communities-page .journey-detail span{margin-bottom:4px}.communities-page .hero-work-footer{border-top:1px solid var(--bm-soft);color:var(--bm-muted);font-size:13px;line-height:1.45;margin:16px 4px 0;padding-top:14px}@keyframes branch-path-advance{0%{transform:translateY(-50%) scaleX(.08);opacity:.32}42%{transform:translateY(-50%) scaleX(.58);opacity:.72}to{transform:translateY(-50%) scaleX(1);opacity:1}}@keyframes branch-arrow-resolve{0%,54%{opacity:0;transform:translateY(-50%) translateX(-10px) rotate(45deg)}to{opacity:1;transform:translateY(-50%) translateX(0) rotate(45deg)}}@keyframes branch-path-advance-mobile{0%{transform:scaleY(.08);opacity:.32}42%{transform:scaleY(.58);opacity:.72}to{transform:scaleY(1);opacity:1}}@keyframes branch-arrow-resolve-mobile{0%,54%{opacity:0;transform:translateY(-10px) rotate(135deg)}to{opacity:1;transform:translateY(0) rotate(135deg)}}@media (prefers-reduced-motion:reduce){.communities-page .hero-journey-panel.is-active .movement-rail:after,.communities-page .hero-journey-panel.is-active .movement-rail:before,.communities-page .journey-detail-shell{animation:none;transition:none}}@media (max-width:1100px){.communities-page .bm-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(380px,1fr);gap:36px}.communities-page .branch-marketing h1{font-size:clamp(48px,6.6vw,76px)}.communities-page .movement-track-card.is-compact{grid-template-columns:1fr}.communities-page .movement-track-card.is-compact .movement-signal strong{font-size:14px}}.communities-page .hero-demo,.communities-page .journey-panel,.communities-page .mock-query,.communities-page .preview-modal,.communities-page .vertical-proof{border:1px solid var(--bm-border);background:rgba(255,253,247,.86);border-radius:28px;box-shadow:0 28px 70px rgba(16,22,17,.1)}.communities-page .hero-demo{padding:20px;display:grid;gap:16px;background:radial-gradient(circle at 92% 8%,rgba(194,161,90,.18),transparent 28%),linear-gradient(180deg,rgba(255,253,247,.92),rgba(255,250,240,.92));transform:rotate(.4deg)}.communities-page .demo-toolbar{display:flex;align-items:center;gap:7px;min-height:32px;border-bottom:1px solid var(--bm-soft);padding:0 2px 12px;color:var(--bm-muted);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.communities-page .demo-toolbar span{width:9px;height:9px;border-radius:50%;background:#dacdb8}.communities-page .demo-toolbar span:nth-child(2){background:#c9a378}.communities-page .demo-toolbar span:nth-child(3){background:#6f8a72}.communities-page .demo-toolbar strong{margin-left:auto;font-weight:800;color:var(--bm-forest)}.communities-page .demo-person-card{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid rgba(31,95,63,.2);border-radius:20px;background:#f1f5ec;padding:14px}.communities-page .demo-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--bm-forest);color:#fff;font-weight:800}.communities-page .demo-person-card p{margin:0;font-weight:800}.communities-page .demo-person-card small{color:var(--bm-muted)}.communities-page .demo-person-card em{border-radius:999px;background:#fffaf0;color:var(--bm-terracotta);padding:7px 10px;font-size:12px;font-style:normal;font-weight:800}.communities-page .demo-state-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.communities-page .demo-message,.communities-page .demo-step,.communities-page .state-movement{border:1px solid hsla(39,28%,79%,.82);border-radius:18px;padding:16px;background:#fffaf0}.communities-page .demo-message span,.communities-page .demo-step span,.communities-page .journey-panel span,.communities-page .mock-label,.communities-page .state-movement span{display:block;color:var(--bm-terracotta);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px}.communities-page .demo-message p,.communities-page .demo-step p,.communities-page .state-movement strong{margin:0;line-height:1.5}.communities-page .demo-understanding{border-color:rgba(31,95,63,.28);background:#f1f5ec}.communities-page .demo-message{background:var(--bm-forest);color:#fff}.communities-page .demo-message span{color:#dcc99c}.communities-page .state-movement{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px}.communities-page .state-movement strong{color:var(--bm-forest);font-size:22px}.communities-page .movement-track{display:flex;align-items:center;gap:7px}.communities-page .movement-track i{display:block;width:13px;height:13px;border-radius:50%;background:var(--bm-soft)}.communities-page .movement-track i:nth-child(2){background:#9fb58f}.communities-page .movement-track i:nth-child(3){width:44px;border-radius:999px;background:var(--bm-forest)}.communities-page .bm-section{border-top:1px solid hsla(39,28%,79%,.62);padding:92px 0}.communities-page .bm-recognition-section{padding:48px 0;border-top:1px solid var(--bm-border);border-bottom:1px solid var(--bm-border);background:var(--bm-ivory)}.communities-page .recognition-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:48px;align-items:start}.communities-page .bm-recognition-section h2{font-size:clamp(34px,4.3vw,58px)}.communities-page .operator-category-strip{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px}.communities-page .community-type-selector button,.communities-page .operator-category-strip button,.communities-page .operator-category-strip span{border:1px solid var(--bm-border);border-radius:999px;background:rgba(255,250,240,.84);padding:10px 13px;color:var(--bm-muted);font-size:14px}.communities-page .community-type-selector button,.communities-page .operator-category-strip button{cursor:pointer;font:inherit;font-weight:750;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease}.communities-page .community-type-selector button:hover,.communities-page .operator-category-strip button:hover{border-color:rgba(31,95,63,.32);color:var(--bm-forest);transform:translateY(-1px)}.communities-page .community-type-selector button.is-active,.communities-page .operator-category-strip button.is-active{border-color:var(--bm-forest);background:var(--bm-forest);color:#fff}.communities-page .community-type-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0}.communities-page .community-type-selector.is-in-hero{margin-bottom:14px}.communities-page .community-type-selector button{min-width:0;font-size:12px;padding:9px 10px;text-align:left;line-height:1.15}.communities-page .community-type-selector button span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.communities-page .bm-interest-section{background:linear-gradient(180deg,#f7efe2 0,var(--bm-bg) 100%)}.communities-page .bm-follow-section,.communities-page .bm-gap-section,.communities-page .bm-journey-section,.communities-page .bm-start-section{background:var(--bm-bg)}.communities-page .bm-systems-section,.communities-page .bm-trust-section,.communities-page .bm-workflow-section{background:var(--bm-ivory)}.communities-page .bm-intelligence-section+.bm-trust-section,.communities-page .bm-systems-section+.bm-journey-section,.communities-page .bm-workflow-section+.bm-follow-section{border-top-color:rgba(194,161,90,.32)}.communities-page .interest-signal-grid{margin-top:34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.communities-page .interest-signal-grid.is-compact{margin-top:0;margin-bottom:24px}.communities-page .interest-signal{min-height:112px;border:1px solid var(--bm-border);border-radius:20px;background:rgba(255,253,247,.78);padding:16px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.communities-page .interest-signal:hover{transform:translateY(-3px);border-color:rgba(31,95,63,.3);box-shadow:0 16px 36px rgba(16,22,17,.08)}.communities-page .interest-signal span{color:var(--bm-terracotta);font-size:11px;font-weight:800;letter-spacing:.12em}.communities-page .interest-signal strong{color:var(--bm-forest);font-family:var(--font-heading);font-size:18px;line-height:1.16;letter-spacing:-.02em}.communities-page .interest-signal-grid.is-compact .interest-signal{min-height:92px}.communities-page .bm-founder-section{background:var(--bm-ivory)}.communities-page .founder-note-wrap{max-width:920px}.communities-page .founder-note-card{border:1px solid var(--bm-border);border-radius:30px;background:rgba(255,253,247,.82);padding:clamp(26px,4vw,44px);box-shadow:0 22px 60px rgba(16,22,17,.07)}.communities-page .founder-signature{margin:22px 0 0;color:var(--bm-forest);font-weight:850}.communities-page .gap-visual{margin-top:36px;border:1px solid var(--bm-border);border-radius:30px;background:linear-gradient(90deg,rgba(255,253,247,.9),hsla(87,31%,94%,.78)),var(--bm-card);padding:18px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8)}.communities-page .gap-rail-copy{display:grid;grid-template-columns:.8fr 1.1fr .8fr;gap:12px;align-items:center;margin-bottom:16px;color:var(--bm-muted);font-size:13px}.communities-page .gap-rail-copy strong{justify-self:center;color:var(--bm-forest);font-family:var(--font-heading);font-size:18px;letter-spacing:-.02em}.communities-page .gap-rail-copy span:last-child{justify-self:end}.communities-page .participation-path{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.communities-page .path-node{position:relative;min-height:168px;border:1px solid hsla(39,28%,79%,.86);border-radius:18px;background:rgba(255,253,247,.84);display:flex;flex-direction:column;justify-content:flex-start;gap:9px;padding:14px;text-align:left;color:var(--bm-dark);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.communities-page .path-node small{color:var(--bm-muted);font-size:11px;font-weight:800;letter-spacing:.12em}.communities-page .path-node strong{color:var(--bm-forest);font-family:var(--font-heading);font-size:17px;letter-spacing:-.02em;line-height:1.1}.communities-page .path-node span{color:var(--bm-terracotta);font-size:12.5px;font-weight:800;line-height:1.35}.communities-page .path-node em{margin-top:auto;border-top:1px solid hsla(39,28%,79%,.72);color:var(--bm-muted);display:grid;gap:5px;font-size:12px;font-style:normal;line-height:1.35;padding-top:9px}.communities-page .path-node .path-branch-label{color:var(--bm-forest);font-size:9.5px;font-weight:850;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.communities-page .path-node:hover{transform:translateY(-3px);border-color:rgba(31,95,63,.34);box-shadow:0 16px 36px rgba(16,22,17,.08)}.communities-page .path-node:not(:last-child):after{content:"";position:absolute;right:-10px;top:50%;width:10px;height:1px;background:var(--bm-border)}.communities-page .path-node[data-leak=true]{border-color:rgba(166,95,67,.32)}.communities-page .path-node[data-leak=true]:before{content:"leak point";position:absolute;right:12px;top:12px;font-size:11px;color:var(--bm-terracotta);background:hsla(37,57%,93%,.92);border-radius:999px;padding:4px 7px}.communities-page .leak-stakes-card{margin-top:18px;border:1px solid rgba(166,95,67,.24);border-radius:24px;background:linear-gradient(135deg,rgba(255,253,247,.92),hsla(37,57%,93%,.82)),var(--bm-card);padding:clamp(20px,3vw,28px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}.communities-page .leak-stakes-card h3{margin:0;color:var(--bm-forest);font-family:var(--font-heading);font-size:clamp(28px,3vw,38px);line-height:1.05;letter-spacing:-.03em}.communities-page .leak-stakes-card p{margin:12px 0 0;max-width:760px;color:var(--bm-muted);font-size:17px;line-height:1.65}.communities-page .control-list,.communities-page .leak-chips,.communities-page .outcome-list,.communities-page .pain-list{margin-top:34px;display:flex;flex-wrap:wrap;gap:10px}.communities-page .control-list span,.communities-page .leak-chips span,.communities-page .outcome-list span,.communities-page .pain-list p,.communities-page .state-list p{margin:0;border:1px solid var(--bm-border);border-radius:999px;background:rgba(255,253,247,.72);padding:11px 14px;color:var(--bm-muted)}.communities-page .bm-prominent{max-width:860px;margin:34px 0 0;color:var(--bm-forest);font-family:var(--font-heading);font-size:clamp(22px,2.8vw,34px);line-height:1.18;letter-spacing:-.03em}.communities-page .systems-compare{display:grid;grid-template-columns:minmax(0,.95fr) 84px minmax(0,1.18fr);gap:0;align-items:center}.communities-page .fragments,.communities-page .learns,.communities-page .lifecycle-line article,.communities-page .start-steps article,.communities-page .systems-column,.communities-page .vertical-proof,.communities-page .workflow-card{border:1px solid var(--bm-border);border-radius:24px;background:rgba(255,253,247,.72);padding:22px}.communities-page .systems-compare h3{margin:0 0 16px}.communities-page .delegation-track span,.communities-page .fragments span,.communities-page .systems-column span{display:block;border-top:1px solid var(--bm-soft);padding:11px 0;color:var(--bm-muted)}.communities-page .systems-bridge{position:relative;display:grid;place-items:center;height:100%;min-height:260px}.communities-page .systems-bridge:before{content:"";position:absolute;left:50%;top:24px;bottom:24px;width:1px;background:var(--bm-border)}.communities-page .systems-bridge span{position:relative;z-index:1;writing-mode:vertical-rl;transform:rotate(180deg);border:1px solid var(--bm-border);border-radius:999px;background:var(--bm-bg);color:var(--bm-terracotta);padding:12px 8px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.communities-page .branch-states{border-color:rgba(31,95,63,.28);background:radial-gradient(circle at 92% 12%,rgba(194,161,90,.14),transparent 28%),#f1f5ec}.communities-page .branch-states span{color:#304a39}.communities-page .journey-tabs{margin-top:34px}.communities-page .tab-list{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.communities-page .query-buttons button,.communities-page .tab-list button{min-height:44px;border:1px solid var(--bm-border);border-radius:999px;background:var(--bm-ivory);color:var(--bm-muted);padding:10px 16px;cursor:pointer}.communities-page .query-buttons button.is-active,.communities-page .tab-list button.is-active{background:var(--bm-forest);color:#fff;border-color:var(--bm-forest)}.communities-page .journey-panel{padding:24px;display:grid;grid-template-columns:.86fr 1fr;gap:16px;align-items:stretch}.communities-page .journey-panel p{margin:0;color:var(--bm-muted);line-height:1.6}.communities-page .journey-intel-card,.communities-page .journey-movement,.communities-page .journey-status-card{border:1px solid var(--bm-soft);border-radius:20px;background:rgba(255,250,240,.74);padding:18px}.communities-page .journey-panel strong,.communities-page .journey-status-card strong{color:var(--bm-forest);font-size:22px}.communities-page .journey-intel-card{display:grid;gap:16px;background:#f1f5ec;border-color:rgba(31,95,63,.22)}.communities-page .journey-conversation{grid-column:1/-1;display:grid;gap:12px}.communities-page .journey-panel blockquote{margin:0;border:0;border-radius:22px;background:var(--bm-forest);color:#fff;padding:22px;font-size:20px;line-height:1.5}.communities-page .journey-conversation p{justify-self:end;max-width:min(620px,92%);border:1px solid rgba(31,95,63,.18);border-radius:22px;background:#fffaf0;color:var(--bm-forest);padding:18px 20px;font-size:18px;font-weight:650;line-height:1.45}.communities-page .journey-movement{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:16px}.communities-page .lifecycle-line,.communities-page .start-steps,.communities-page .trust-grid,.communities-page .workflow-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}.communities-page .lifecycle-line,.communities-page .start-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.communities-page .lifecycle-line h3,.communities-page .start-steps h3,.communities-page .workflow-card h3{margin:0 0 18px}.communities-page .start-steps article{background:linear-gradient(180deg,rgba(255,253,247,.92),rgba(255,250,240,.72))}.communities-page .start-steps h3{color:var(--bm-forest);font-size:19px}.communities-page .start-steps p{color:var(--bm-muted);line-height:1.6;margin:0}.communities-page .workflow-card p{position:relative;margin:0 0 20px;border:1px solid var(--bm-soft);border-radius:14px;padding:12px 14px 12px 48px;background:var(--bm-card)}.communities-page .workflow-card p span{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eee2cc;color:var(--bm-muted);font-size:12px;font-weight:800}.communities-page .workflow-card.branch p span{background:var(--bm-forest);color:#fff}.communities-page .workflow-card p:not(:last-of-type):after{content:"↓";position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);color:var(--bm-muted)}.communities-page .workflow-card small{display:block;color:var(--bm-muted);line-height:1.5;margin-top:8px}.communities-page .workflow-card.branch{border-color:rgba(31,95,63,.32);background:radial-gradient(circle at 88% 8%,rgba(194,161,90,.16),transparent 26%),#f1f5ec}.communities-page .lifecycle-line{position:relative}.communities-page .lifecycle-line:before{content:"";position:absolute;left:8%;right:8%;top:22px;height:2px;background:linear-gradient(90deg,transparent,rgba(31,95,63,.34),transparent)}.communities-page .lifecycle-line article{position:relative;padding-top:34px}.communities-page .stage-dot{position:absolute;top:-8px;left:24px;width:18px;height:18px;border:4px solid var(--bm-bg);border-radius:50%;background:var(--bm-forest);box-shadow:0 0 0 1px rgba(31,95,63,.25)}.communities-page .lifecycle-line ul{margin:0;padding-left:18px;color:var(--bm-muted);line-height:1.7}.communities-page .bm-intelligence-section{border-top:0;background:radial-gradient(circle at 78% 18%,rgba(194,161,90,.16),transparent 30%),linear-gradient(135deg,#0d2119,#163a2a);color:#fff}.communities-page .bm-intelligence-section .bm-lead,.communities-page .bm-intelligence-section .bm-prominent{color:#e7ddc9}.communities-page .mock-query{color:var(--bm-dark);padding:18px;background:linear-gradient(180deg,#fffdf7,#fff7e9)}.communities-page .mock-header{display:flex;justify-content:space-between;gap:16px;align-items:center;border-bottom:1px solid var(--bm-soft);padding-bottom:12px;margin-bottom:14px}.communities-page .mock-header span{color:var(--bm-muted);font-size:12px;font-weight:800}.communities-page .query-buttons{display:grid;gap:8px}.communities-page .mock-response{margin-top:18px;border-top:1px solid var(--bm-soft);padding-top:18px;color:var(--bm-muted)}.communities-page .mock-response h3,.communities-page .mock-response h4{color:var(--bm-dark);margin:0 0 10px}.communities-page .mock-response ul{margin-top:0;padding-left:18px;line-height:1.55}.communities-page .mock-data-caption{color:#e7ddc9;font-size:13px;line-height:1.5;margin:12px 0 0}.communities-page .mock-response-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.communities-page .mock-response-grid>div,.communities-page .recommended-action{border:1px solid var(--bm-soft);border-radius:18px;background:rgba(255,253,247,.78);padding:16px}.communities-page .recommended-action{margin-top:14px}.communities-page .fragments,.communities-page .learns{min-height:100%}.communities-page .fragments>div{display:flex;flex-wrap:wrap;gap:10px}.communities-page .fragments span{border:1px solid var(--bm-soft);border-radius:999px;background:rgba(255,250,240,.8);padding:10px 12px}.communities-page .fragments h3,.communities-page .learns h3{margin-bottom:12px}.communities-page .learns p{margin:0;border-top:1px solid var(--bm-soft);color:var(--bm-muted);line-height:1.45;padding:10px 0}.communities-page .learns strong{color:var(--bm-dark);display:inline;margin-right:8px}.communities-page .trust-ladder-label{color:var(--bm-muted);font-size:12px;font-weight:850;letter-spacing:.12em;margin:26px 0 0}.communities-page .delegation-track{margin-top:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.communities-page .delegation-track span{border:1px solid var(--bm-border);border-radius:18px;background:var(--bm-card);padding:14px;color:var(--bm-dark)}.communities-page .trust-review-line{margin-top:14px}.communities-page .operator-console-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:18px;align-items:start;margin-top:22px}.communities-page .operator-console-grid .control-list{margin-top:0}.communities-page .operator-console-mock{border:1px solid var(--bm-border);border-radius:30px;background:radial-gradient(circle at 92% 8%,rgba(194,161,90,.14),transparent 28%),linear-gradient(180deg,#fffdf7,#fff7e9);box-shadow:0 24px 70px rgba(16,22,17,.1);color:var(--bm-dark);padding:20px}.communities-page .operator-console-header{display:flex;justify-content:space-between;gap:16px;align-items:start;border-bottom:1px solid var(--bm-soft);padding-bottom:14px;margin-bottom:16px}.communities-page .operator-console-header h3{margin:4px 0 0;color:var(--bm-forest);font-family:var(--font-heading);font-size:28px;line-height:1.05;letter-spacing:-.03em}.communities-page .operator-console-header>span{border:1px solid rgba(31,95,63,.16);border-radius:999px;background:#f1f5ec;color:var(--bm-forest);font-size:12px;font-weight:850;padding:8px 10px}.communities-page .operator-thread{display:grid;gap:10px}.communities-page .operator-message{margin:0;max-width:82%;border:1px solid var(--bm-soft);border-radius:18px;background:rgba(255,253,247,.82);color:var(--bm-muted);padding:12px 14px;line-height:1.45}.communities-page .operator-message span{display:block;color:var(--bm-terracotta);font-size:10px;font-weight:850;letter-spacing:.13em;margin-bottom:5px;text-transform:uppercase}.communities-page .operator-message.branch{justify-self:end;border-color:rgba(31,95,63,.24);background:var(--bm-forest);color:#fff}.communities-page .operator-message.branch span{color:#dcc99c}.communities-page .branch-reason-panel{margin-top:14px;border:1px solid rgba(31,95,63,.18);border-radius:20px;background:#f1f5ec;padding:16px}.communities-page .branch-reason-panel h4{margin:0 0 8px;color:var(--bm-forest)}.communities-page .branch-reason-panel p,.communities-page .operator-console-caption{margin:0;color:var(--bm-muted);line-height:1.6}.communities-page .operator-action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.communities-page .operator-action-row button{min-height:42px;border:1px solid var(--bm-border);border-radius:999px;background:var(--bm-card);color:var(--bm-dark);cursor:default;font-weight:850;padding:10px 14px}.communities-page .operator-action-row button:first-child{border-color:rgba(166,95,67,.28);color:var(--bm-terracotta)}.communities-page .operator-console-caption{border-top:1px solid var(--bm-soft);margin-top:16px;padding-top:14px}.communities-page .movement-measure-card{align-items:start;border:1px solid rgba(31,95,63,.18);border-radius:28px;background:radial-gradient(circle at 88% 12%,rgba(194,161,90,.16),transparent 30%),linear-gradient(135deg,#eef4e9,#fffaf0);display:grid;gap:24px;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);margin-top:22px;padding:24px}.communities-page .movement-measure-card h3{color:var(--bm-forest);font-family:var(--font-heading);font-size:clamp(24px,2.6vw,34px);line-height:1.1;letter-spacing:-.03em;margin:0}.communities-page .movement-measure-card p{color:var(--bm-muted);line-height:1.65;margin:10px 0 0}.communities-page .movement-measure-card .outcome-list{margin-top:0}.communities-page .measure-title{margin-top:36px}.communities-page .bm-final-cta{padding:96px 0;background:radial-gradient(circle at 74% 18%,rgba(194,161,90,.2),transparent 28%),linear-gradient(135deg,#0d2119,#143625);color:#fff}.communities-page .bm-final-cta p{max-width:740px;color:#e7ddc9;font-size:19px;line-height:1.65}.communities-page .bm-final-cta .bm-trust-line{color:#fff}.communities-page .bm-final-cta-actions{align-items:stretch;gap:14px}.communities-page .bm-final-primary{min-height:64px;padding:18px 28px;background:#fff6df;color:var(--bm-forest)!important;border-color:hsla(0,0%,100%,.62);box-shadow:0 22px 60px rgba(0,0,0,.26),0 0 0 6px rgba(255,246,223,.12);font-size:16px}.communities-page .bm-final-primary>*,.communities-page a.bm-final-primary,.communities-page a.bm-final-primary:focus-visible,.communities-page a.bm-final-primary:hover,.communities-page a.bm-final-primary:visited{color:var(--bm-forest)!important}.communities-page .bm-final-primary:hover{background:#fff;color:var(--bm-forest)!important;transform:translateY(-2px);box-shadow:0 28px 70px rgba(0,0,0,.3),0 0 0 7px rgba(255,246,223,.16)}.communities-page .bm-final-secondary{min-height:64px;padding:18px 24px;background:hsla(0,0%,100%,.08);color:#fff!important;border-color:hsla(0,0%,100%,.36)}.communities-page .bm-final-secondary:hover{background:hsla(0,0%,100%,.14);color:#fff!important;border-color:hsla(0,0%,100%,.62);transform:translateY(-1px)}.communities-page .bm-footer{border-top:1px solid var(--bm-border);padding:26px 0;background:var(--bm-ivory)}.communities-page .bm-footer .bm-container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.communities-page .bm-footer a{align-items:center;color:var(--bm-muted);display:inline-flex;min-height:44px;text-decoration:none;margin-right:18px}.communities-page .modal-backdrop{position:fixed;inset:0;z-index:2000;background:rgba(16,22,17,.58);display:grid;place-items:center;padding:18px}.communities-page .preview-modal{width:min(720px,100%);max-height:min(860px,calc(100vh - 36px));overflow:auto;padding:28px;position:relative}.communities-page .preview-modal .modal-intro,.communities-page .preview-modal .success-state p{color:var(--bm-muted);line-height:1.6;margin:12px 0 0}.communities-page .modal-close{position:absolute;right:18px;top:14px;width:44px;height:44px;border:0;border-radius:50%;background:#f0e8da;cursor:pointer;font-size:26px}.communities-page .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}.communities-page .field{display:grid;gap:8px;color:var(--bm-dark);font-weight:700}.communities-page .field:last-child{grid-column:1/-1}.communities-page .field input,.communities-page .field textarea{width:100%;border:1px solid var(--bm-border);border-radius:14px;background:#fff;padding:13px 14px;color:var(--bm-dark)}.communities-page .field small{color:#9c331f;font-weight:600}.communities-page .form-error{color:#9c331f;font-weight:700;line-height:1.45;margin:-6px 0 16px}.communities-page .preview-modal button:disabled{cursor:not-allowed;opacity:.68}.communities-page .success-state{padding:24px 0}.communities-page .vertical-hero{padding-bottom:86px}.communities-page .vertical-proof h2{font-family:var(--font-heading);font-size:24px;letter-spacing:-.03em}.communities-page .vertical-proof li,.communities-page .vertical-proof p{color:var(--bm-muted);line-height:1.65}.communities-page .state-list{display:grid;gap:10px}.communities-page .state-list p{border-radius:16px}@media (prefers-reduced-motion:reduce){.communities-page .branch-marketing *,.communities-page .branch-marketing :after,.communities-page .branch-marketing :before{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@media (max-width:1024px){.communities-page .bm-menu-button{display:block}.communities-page .bm-menu{position:fixed;top:72px;left:16px;right:16px;display:none;align-items:stretch;flex-direction:column;gap:8px;border:1px solid var(--bm-border);border-radius:20px;padding:16px;background:var(--bm-ivory);box-shadow:0 24px 60px rgba(16,22,17,.14)}.communities-page .bm-menu.is-open{display:flex}.communities-page .bm-menu a,.communities-page .bm-menu button{width:100%;text-align:left;min-height:44px}.communities-page .bm-nav-cta{justify-content:center;text-align:center!important}.communities-page .bm-dropdown-panel{position:static;width:100%;opacity:1;visibility:visible;transform:none;display:none;box-shadow:none}.communities-page .bm-dropdown-panel[data-open=true]{display:grid}.communities-page .bm-hero-grid,.communities-page .bm-two-column{grid-template-columns:1fr;gap:34px}.communities-page .hero-operating-view{max-width:760px;width:100%}.communities-page .community-type-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.communities-page .recognition-grid{grid-template-columns:1fr;gap:20px}.communities-page .interest-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.communities-page .participation-path{grid-template-columns:repeat(4,minmax(0,1fr))}.communities-page .systems-compare{grid-template-columns:1fr;gap:14px}.communities-page .systems-bridge{min-height:auto;height:54px}.communities-page .systems-bridge:before{left:24px;right:24px;top:50%;bottom:auto;width:auto;height:1px}.communities-page .systems-bridge span{writing-mode:horizontal-tb;transform:none;padding:8px 12px}.communities-page .journey-panel{grid-template-columns:1fr}.communities-page .journey-intel-card,.communities-page .journey-movement,.communities-page .journey-panel blockquote,.communities-page .journey-status-card{grid-column:auto}.communities-page .lifecycle-line,.communities-page .movement-measure-card,.communities-page .operator-console-grid,.communities-page .start-steps,.communities-page .trust-grid,.communities-page .workflow-compare{grid-template-columns:1fr}.communities-page .lifecycle-line:before{display:none}.communities-page .stage-dot{top:18px}.communities-page .delegation-track{grid-template-columns:repeat(2,minmax(0,1fr))}.communities-page .mock-response-grid{grid-template-columns:1fr}}@media (min-width:901px) and (max-width:1024px){.communities-page .bm-hero-grid{grid-template-columns:minmax(0,.86fr) minmax(420px,1fr);gap:28px}.communities-page .branch-marketing h1{font-size:clamp(46px,5.8vw,60px)}.communities-page .bm-hero-copy{font-size:18px}.communities-page .hero-operating-view{max-width:none}.communities-page .hero-work-header h2{font-size:34px}.communities-page .movement-track-card.is-compact .movement-rail{grid-template-columns:1fr}.communities-page .movement-track-card.is-compact .movement-rail:after,.communities-page .movement-track-card.is-compact .movement-rail:before{display:none}.communities-page .movement-track-card.is-compact .branch-action-node,.communities-page .movement-track-card.is-compact .state-chip{justify-content:flex-start;text-align:left}}@media (max-width:640px){.communities-page .bm-container{width:min(100% - 28px,1160px)}.communities-page .bm-hero{padding:48px 0 44px}.communities-page .bm-section{padding:64px 0}.communities-page .bm-recognition-section{padding:40px 0}.communities-page .branch-marketing h1{font-size:clamp(42px,13.4vw,52px);line-height:.98}.communities-page .branch-marketing h2{font-size:clamp(34px,11vw,48px)}.communities-page .bm-label{font-size:11px;margin-bottom:12px}.communities-page .bm-hero-copy{font-size:16px;line-height:1.48;margin-top:18px}.communities-page .bm-cta-row{margin-top:22px}.communities-page .bm-trust-line{font-size:13px;margin-top:10px}.communities-page .hero-operating-view{border-radius:24px;padding:14px}.communities-page .community-type-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.communities-page .community-type-selector button{min-height:42px;padding:9px}.communities-page .hero-work-header{padding:2px 2px 12px}.communities-page .hero-work-header h2{font-size:28px}.communities-page .hero-work-header p:not(.bm-label){font-size:13px;margin-top:7px}.communities-page .hero-journey-tabs{display:flex;gap:8px;margin:4px 0 12px}.communities-page .hero-journey-tabs button{align-items:center;background:var(--bm-ivory);border:1px solid var(--bm-border);border-radius:999px;color:var(--bm-muted);cursor:pointer;display:inline-flex;font-weight:850;height:44px;justify-content:center;min-width:46px}.communities-page .hero-journey-tabs button[aria-pressed=true]{background:var(--bm-forest);border-color:var(--bm-forest);color:#fff}.communities-page .hero-journey-tabs button:focus-visible{outline:3px solid rgba(31,95,63,.22);outline-offset:2px}.communities-page .hero-journey-panel{display:none}.communities-page .hero-journey-panel.is-active{display:block}.communities-page .movement-track-card,.communities-page .movement-track-card.is-compact{grid-template-columns:1fr}.communities-page .movement-signal strong,.communities-page .movement-track-card.is-compact .movement-signal strong{font-size:18px}.communities-page .movement-track-card.is-compact .movement-signal p{display:block}.communities-page .movement-rail,.communities-page .movement-track-card.is-compact .movement-rail{gap:10px;grid-template-columns:1fr}.communities-page .movement-rail:before{bottom:42px;height:auto;left:26px;right:auto;top:42px;transform:none;width:2px}.communities-page .movement-rail:after{bottom:37px;left:22px;right:auto;top:auto;transform:rotate(135deg)}.communities-page .hero-journey-panel.is-active .movement-rail:before{animation:branch-path-advance-mobile 1.55s ease both}.communities-page .hero-journey-panel.is-active .movement-rail:after{animation:branch-arrow-resolve-mobile 1.55s ease both}.communities-page .state-chip{justify-content:flex-start;min-height:38px;padding-left:44px;text-align:left}.communities-page .branch-action-node{margin-left:18px;padding:14px 15px 14px 20px}.communities-page .journey-detail{grid-template-columns:1fr}.communities-page .hero-work-footer{font-size:12.5px}.communities-page .operator-category-strip{flex-wrap:wrap;margin-left:-14px;margin-right:-14px;overflow-x:visible;padding:0 14px;scroll-snap-type:none}.communities-page .operator-category-strip button,.communities-page .operator-category-strip span{flex:0 1 auto;scroll-snap-align:none}.communities-page .interest-signal-grid{grid-template-columns:1fr}.communities-page .interest-signal{min-height:86px}.communities-page .hero-outcome-strip{grid-template-columns:1fr}.communities-page .hero-outcome-strip div{min-height:auto}.communities-page .hero-outcome-strip div:not(:last-child){border-right:0;border-bottom:1px solid var(--bm-soft)}.communities-page .hero-outcome-strip div:not(:last-child):after{display:none}.communities-page .bm-button,.communities-page .bm-cta-row>*{width:100%}.communities-page .hero-demo{transform:none;padding:14px;border-radius:22px}.communities-page .demo-state-grid{grid-template-columns:1fr}.communities-page .demo-person-card{grid-template-columns:auto 1fr}.communities-page .demo-person-card em{grid-column:1/-1;justify-self:start}.communities-page .state-movement{grid-template-columns:1fr;align-items:start}.communities-page .gap-visual{padding:14px;border-radius:22px}.communities-page .gap-rail-copy{grid-template-columns:1fr;gap:6px}.communities-page .gap-rail-copy span:last-child,.communities-page .gap-rail-copy strong{justify-self:start}.communities-page .participation-path{grid-template-columns:1fr}.communities-page .path-node{min-height:auto;padding:15px}.communities-page .path-node strong{padding-right:86px}.communities-page .path-node:not(:last-child):after{display:none}.communities-page .leak-stakes-card{grid-template-columns:1fr;align-items:start}.communities-page .systems-compare{grid-template-columns:1fr}.communities-page .journey-movement{display:grid;justify-content:stretch}.communities-page .delegation-track{grid-template-columns:1fr}.communities-page .operator-message{max-width:100%}.communities-page .operator-console-header{display:grid;justify-content:stretch}.communities-page .form-grid{grid-template-columns:1fr}.communities-page .preview-modal{padding:22px}}