.hero-dash-anim{font-family:var(--font-display);opacity:0;background:#fff;border-radius:1.25rem;transition:opacity .6s,transform .6s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;transform:translateY(20px)scale(.98);box-shadow:0 24px 48px -16px #05966959,0 0 0 1px #fffc}.hero-dash-anim--visible{opacity:1;transform:translateY(0)scale(1)}.hero-dash-browser-bar{background:linear-gradient(#f8fafc,#f1f5f4);border-bottom:1px solid #e2e8f0;align-items:center;gap:.375rem;padding:.5rem .75rem;display:flex}.hero-dash-browser-dots{flex-shrink:0;gap:.3rem;display:flex}.hero-dash-browser-dot{border-radius:50%;width:.5625rem;height:.5625rem}.hero-dash-browser-dot--red{background:#ef4444}.hero-dash-browser-dot--yellow{background:#f59e0b}.hero-dash-browser-dot--green{background:#10b981}.hero-dash-tabs{flex:1;gap:.125rem;margin-left:.5rem;display:flex}.hero-dash-tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.3125rem;align-items:center;gap:.25rem;padding:.1875rem .5rem;font-size:.6875rem;font-weight:500;transition:background-color .2s,color .2s;display:flex}.hero-dash-tab--active{background:var(--primary-soft);color:var(--primary)}.hero-dash-tab-icon{font-size:.75rem;line-height:1}.hero-dash-body{min-height:24rem;padding:.875rem;position:relative;overflow:hidden}.hero-dash-view{flex-direction:column;gap:.75rem;display:none}.hero-dash-view--active{display:flex}.hero-dash-view--slide-in{animation:.4s cubic-bezier(.22,1,.36,1) hero-dash-slide-in}@keyframes hero-dash-slide-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.hero-dash-branches{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.hero-dash-branch{background:#f9fafb;border:1.5px solid #0000;border-radius:.5rem;flex-direction:column;gap:.125rem;padding:.5rem .625rem;transition:border-color .3s,box-shadow .3s,background-color .3s;display:flex}.hero-dash-branch--active{border-color:var(--primary);background:#d1fae580;box-shadow:0 0 16px #05966926}.hero-dash-branch-header{color:#374151;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:600;display:flex}.hero-dash-branch-icon{font-size:.75rem}.hero-dash-branch-revenue{color:#0f172a;font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:700}.hero-dash-branch-delta{color:#059669;font-size:.625rem;font-weight:700}.hero-dash-branch-dot{background:#d1d5db;border-radius:50%;flex-shrink:0;width:.375rem;height:.375rem;transition:background-color .3s}.hero-dash-branch--active .hero-dash-branch-dot{background:#10b981;animation:1.5s ease-in-out infinite hero-dash-dot-pulse}@keyframes hero-dash-dot-pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-dash-kpi-row{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.hero-dash-kpi{-webkit-backdrop-filter:blur(4px);background:#f8fafccc;border:1px solid #f1f5f4;border-radius:.5rem;padding:.625rem}.hero-dash-kpi-value{color:var(--primary);font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700;line-height:1.1;transition:color .3s}.hero-dash-kpi-label{color:#6b7280;margin-top:.125rem;font-size:.625rem;font-weight:500}.hero-dash-kpi-delta{color:#059669;background:#d1fae5;border-radius:.25rem;margin-top:.1875rem;padding:.0625rem .25rem;font-size:.5625rem;font-weight:700;transition:opacity .3s;display:inline-block}.hero-dash-chart{flex-direction:column;gap:.25rem;display:flex}.hero-dash-chart-title{color:#6b7280;font-size:.625rem;font-weight:600}.hero-dash-chart-bars{align-items:flex-end;gap:.25rem;height:4rem;display:flex}.hero-dash-chart-bar-wrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.125rem;height:100%;display:flex}.hero-dash-chart-bar{background:linear-gradient(#6ee7b7,#a7f3d0);border-radius:.1875rem .1875rem 0 0;width:100%;min-height:2px;transition:height .6s cubic-bezier(.22,1,.36,1)}.hero-dash-chart-bar--today{background:linear-gradient(180deg,var(--primary),#34d399);box-shadow:0 -2px 8px #05966940}.hero-dash-chart-label{color:#9ca3af;font-size:.5rem;font-weight:500}.hero-dash-chart-label--today{color:var(--primary);font-weight:700}.hero-dash-feed{flex-direction:column;gap:.25rem;display:flex}.hero-dash-feed-title{color:#6b7280;font-size:.625rem;font-weight:600}.hero-dash-feed-list{will-change:transform;flex-direction:column;gap:.1875rem;max-height:3.5rem;display:flex;overflow:hidden}.hero-dash-feed-item{white-space:nowrap;border-radius:.25rem;flex-shrink:0;align-items:center;gap:.3rem;height:1.375rem;padding:.1875rem .375rem;font-size:.625rem;display:flex;overflow:hidden}.hero-dash-feed-icon{color:#fff;border-radius:.1875rem;flex-shrink:0;justify-content:center;align-items:center;width:.875rem;height:.875rem;font-size:.625rem;font-weight:700;display:flex}.hero-dash-feed-text{font-weight:600}.hero-dash-feed-meta{color:#6b7280}.hero-dash-feed-time{color:#9ca3af;margin-left:auto}.hero-dash-chat{flex-direction:column;gap:.375rem;height:18rem;display:flex}.hero-dash-chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:.375rem;display:flex;overflow:hidden}.hero-dash-chat-msg{gap:.25rem;max-width:88%;display:flex}.hero-dash-chat-msg--ai{align-self:flex-start}.hero-dash-chat-msg--user{flex-direction:row-reverse;align-self:flex-end}.hero-dash-chat-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.625rem;display:flex}.hero-dash-chat-avatar--ai{background:#f0fdf4}.hero-dash-chat-avatar--user{background:var(--primary)}.hero-dash-chat-bubble{white-space:pre-line;border-radius:.5rem;padding:.375rem .5rem;font-size:.6875rem;line-height:1.35}.hero-dash-chat-bubble--ai{color:#0f172a;background:#f0fdf4;border-bottom-left-radius:.125rem}.hero-dash-chat-bubble--user{background:var(--primary);color:#fff;border-bottom-right-radius:.125rem}.hero-dash-typing{background:#f0fdf4;border-radius:.5rem;align-self:flex-start;align-items:center;gap:.25rem;margin-left:1.5rem;padding:.375rem .5rem;display:flex}.hero-dash-typing-dot{background:var(--primary-muted);border-radius:50%;width:.375rem;height:.375rem;animation:1.4s ease-in-out infinite hero-dash-typing-bounce}.hero-dash-typing-dot:nth-child(2){animation-delay:.2s}.hero-dash-typing-dot:nth-child(3){animation-delay:.4s}@keyframes hero-dash-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.hero-dash-chat-input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;flex-shrink:0;align-items:center;gap:.25rem;padding:.375rem .5rem;display:flex}.hero-dash-chat-input-placeholder{color:#9ca3af;flex:1;font-size:.625rem}.hero-dash-chat-input-btn{background:var(--primary);color:#fff;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.625rem;display:flex}.hero-dash-toast{-webkit-backdrop-filter:blur(8px);z-index:10;opacity:0;pointer-events:none;background:#fffffff2;border-radius:.5rem;align-items:center;gap:.375rem;max-width:12rem;padding:.375rem .625rem;font-size:.625rem;font-weight:600;transition:opacity .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;bottom:.875rem;right:.875rem;transform:translate(120%);box-shadow:0 8px 24px -4px #0000001f,0 0 0 1px #0000000a}.hero-dash-toast--visible{opacity:1;transform:translate(0)}.hero-dash-toast-icon{flex-shrink:0;font-size:.75rem}.hero-dash-toast-content{flex-direction:column;gap:.0625rem;display:flex}.hero-dash-toast-text{color:#0f172a;line-height:1.2}.hero-dash-toast-subtext{color:#6b7280;font-size:.5rem;font-weight:500}@media (max-width:1023px){.hero-dash-anim{display:none}}
.section-hero{background-color:#111827;align-items:center;min-height:100vh;padding-top:clamp(8rem,12vw,10rem);padding-bottom:0;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.section-hero{padding-top:clamp(10rem,12vw,10rem);padding-bottom:0}}.hero-blur-container{pointer-events:none;position:absolute;inset:0;overflow:hidden}.section-hero-blur{filter:blur(100px);opacity:.15;pointer-events:none;border-radius:50%;position:absolute}.section-hero-blur--bottom-right{background-color:var(--primary);width:25vw;height:25vw;bottom:-12vh;right:-8vw}.section-hero-blur--top-left{background-color:var(--primary-muted);opacity:.1;width:30vw;height:30vw;top:-10vh;left:-10vw}.section-hero-badge{background-color:#05966933;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:inline-flex}.section-hero-badge-text{color:var(--primary-soft);font-size:.875rem;font-weight:500}.section-hero-badge-ping{background-color:var(--primary);border-radius:9999px;width:.5rem;height:.5rem;animation:1.5s cubic-bezier(0,0,.2,1) infinite ping;display:inline-flex;position:absolute}.section-hero-badge-dot{background-color:var(--primary);border-radius:9999px;width:.5rem;height:.5rem;display:inline-flex;position:relative}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.hero-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.hero-grid{grid-template-columns:5fr 7fr;gap:4rem}}.hero-content{z-index:10;flex-direction:column;gap:2rem;display:flex;position:relative}.hero-h1{color:#f8fafc;font-size:2.25rem;font-weight:700;line-height:1.25}@media (min-width:640px){.hero-h1{font-size:3rem}}@media (min-width:1024px){.hero-h1{font-size:3.75rem}}.hero-h1-highlight{color:var(--primary)}.hero-description{color:#f8fafcb3;max-width:38rem;font-size:1.125rem;line-height:1.625}@media (min-width:640px){.hero-description{font-size:1.25rem}}.hero-cta-buttons{flex-direction:column;gap:1rem;display:flex}@media (min-width:640px){.hero-cta-buttons{flex-direction:row}}.hero-social-proof{align-items:center;gap:1.5rem;display:flex}.hero-social-proof-text{color:#f8fafc;font-size:.875rem;font-weight:600}.hero-social-proof-text-small{color:#f8fafc99;font-size:.75rem}.hero-avatar-container{margin-left:-.75rem;margin-right:-.75rem;display:flex}.hero-avatar-icon{border:2px solid #fff;font-size:.875rem;font-weight:600}.hero-dashboard-column{z-index:10;position:relative}@media (min-width:1024px){.hero-dashboard-column{margin-right:-2rem}}.section-hero-dashboard-card{-webkit-backdrop-filter:blur(20px);background:#ffffff80;border:1px solid #fffc;border-radius:1rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 25px 50px -12px #0000001a}@media (min-width:640px){.section-hero-dashboard-card{padding:1.5rem}}.section-hero-dashboard-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px -12px #0000004d}.hero-dashboard-placeholder{aspect-ratio:16/9;background:linear-gradient(to bottom right,var(--muted),#05966933);border-radius:.5rem;justify-content:center;align-items:center;display:flex}.hero-dashboard-icon{background-color:#3d614e1a;border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto;display:flex}.hero-dashboard-icon svg{width:2rem;height:2rem;color:var(--primary)}.hero-dashboard-text{color:#f8fafccc;font-size:.875rem}.hero-dashboard-text-small{color:#f8fafc80;font-size:.75rem}.hero-dashboard-image{object-fit:cover;border-radius:.5rem;width:100%;height:auto;display:block}.section-hero-floating-card{-webkit-backdrop-filter:blur(16px);background:#ffffffb3;border:1px solid #ffffffe6;border-radius:.75rem;padding:.5rem .75rem;transition:transform .3s,box-shadow .3s;position:absolute;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}.section-hero-floating-card--top{animation:4s ease-in-out infinite float-1;top:.5rem;right:-.5rem}.section-hero-floating-card--bottom{animation:4s ease-in-out 2s infinite float-2;bottom:.5rem;left:-.5rem}@media (min-width:640px){.section-hero-floating-card{display:block}}@keyframes float-1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes float-2{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.hero-floating-card-content{align-items:center;gap:.5rem;display:flex}.hero-floating-icon-circle{border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.hero-floating-icon-circle--green{background-color:#dcfce7}.hero-floating-icon-circle--primary{background-color:#3d614e1a}.hero-floating-icon{width:1rem;height:1rem;display:block}.hero-floating-icon-circle--green .hero-floating-icon{color:#16a34a}.hero-floating-icon-circle--primary .hero-floating-icon{color:var(--primary)}.hero-floating-text{color:#0f172a;font-size:.75rem;font-weight:600}.hero-floating-text-small{color:#0f1f18a6;font-size:.75rem}.section-hero-avatar{background:linear-gradient(to bottom right,var(--primary),var(--primary-muted));color:#fff;border:2px solid #fff;border-radius:9999px;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:transform .2s;display:flex}.section-hero-avatar:hover{transform:scale(1.1)}
.business-story{background:#0f172a;padding:2.5rem 0 3rem;position:relative;overflow:hidden}.bs-inner{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.bs-topbar{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.bs-counter{font-family:var(--font-display);flex-shrink:0;align-items:baseline;gap:.125rem;font-size:.875rem;font-weight:800;display:flex}.bs-counter-current{color:var(--primary);font-size:1.5rem}.bs-counter-sep{color:#fff3}.bs-counter-total{color:#ffffff4d}.bs-progress-track{background:#ffffff14;border-radius:9999px;flex:1;height:3px;overflow:hidden}.bs-progress-fill{background:linear-gradient(90deg,var(--primary),#34d399);border-radius:9999px;width:0%;height:100%}.bs-grid{display:block}.bs-nav{color:#ffffff80;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.bs-nav:hover{color:var(--primary);background:#10b98126;border-color:#10b9814d;transform:scale(1.1)}.bs-content-area{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;min-height:400px;display:grid}.bs-visual{justify-content:center;align-items:center;display:flex}.bs-text{flex-direction:column;justify-content:center;gap:.875rem;animation:.5s cubic-bezier(.22,1,.36,1) bs-text-slide;display:flex}@keyframes bs-text-slide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.bs-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;width:fit-content;padding:.25rem .75rem;font-size:.6875rem;font-weight:700;display:inline-flex}.bs-icon{font-size:2.75rem;line-height:1}.bs-title{letter-spacing:-.02em;color:#f8fafc;margin:0;font-size:2rem;font-weight:800;line-height:1.15}.bs-subtitle{color:#f8fafc80;margin:0;font-size:1.0625rem;line-height:1.625}.bs-dots-row{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.bs-dot-mini{cursor:pointer;background:#ffffff1a;border:none;border-radius:9999px;width:1.75rem;height:.25rem;padding:0;transition:all .3s}.bs-dot-mini--done{background:#fff3}.bs-dot-mini--active{background:var(--primary);width:3rem;box-shadow:0 0 8px #10b98166}.bs-scene{flex-direction:column;gap:.875rem;width:100%;max-width:420px;display:flex}.bs-anim-el{opacity:0}.bs-hero-card{text-align:center;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:1rem;flex-direction:column;align-items:center;gap:.375rem;padding:2rem;display:flex}.bs-hero-card-icon{font-size:3rem}.bs-hero-card-label{color:#e2e8f0;font-size:1.125rem;font-weight:700}.bs-hero-card-status{color:#64748b;font-size:.75rem}.bs-hero-detail{flex-direction:column;gap:.375rem;padding:0 .5rem;display:flex}.bs-hero-detail-item{color:#94a3b8;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.bs-hero-detail-dot{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}.bs-hero-detail-dot--gray{background:#475569}.bs-hero-detail-dot--green{background:#10b981}.bs-clients-grid{grid-template-columns:repeat(3,1fr);gap:.625rem;display:grid}.bs-client-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:.75rem;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .5rem;display:flex}.bs-client-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:700;display:flex}.bs-client-name{color:#cbd5e1;font-size:.6875rem;font-weight:500}.bs-client-status{color:#34d399;text-transform:uppercase;font-size:.5rem;font-weight:600}.bs-store-mini{color:#6ee7b7;background:#10b98114;border:1px solid #10b98133;border-radius:.625rem;justify-content:center;align-items:center;gap:.5rem;padding:.625rem;font-size:.8125rem;font-weight:500;display:flex}.bs-store-mini-dot{background:#10b981;border-radius:50%;width:.5rem;height:.5rem}.bs-store-mini-dot--live{animation:1.5s ease-in-out infinite bs-pulse-live}@keyframes bs-pulse-live{0%,to{opacity:1}50%{opacity:.3}}.bs-flow-vertical{flex-direction:column;gap:.25rem;display:flex}.bs-flow-v-step{align-items:center;gap:.625rem;display:flex;position:relative}.bs-flow-v-icon{border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;display:flex}.bs-flow-v-label{color:#cbd5e1;font-size:.8125rem;font-weight:500}.bs-flow-v-arrow{color:#10b98166;opacity:0;font-size:.75rem;position:absolute;top:2rem;left:.875rem}.bs-sale-banner{background:linear-gradient(135deg,#10b98126,#10b98108);border:1px solid #10b98140;border-radius:.75rem;flex-direction:column;align-items:center;gap:.125rem;padding:1rem;display:flex}.bs-sale-banner-label{color:#6ee7b7;text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;font-weight:600}.bs-sale-banner-amount{color:#10b981;font-variant-numeric:tabular-nums;font-size:2rem;font-weight:800}.bs-inv-header{color:#e2e8f0;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;display:flex}.bs-inv-icon{font-size:1.125rem}.bs-inv-row{flex-direction:column;gap:.25rem;display:flex}.bs-inv-row-info{justify-content:space-between;align-items:center;display:flex}.bs-inv-row-name{color:#cbd5e1;font-size:.8125rem;font-weight:500}.bs-inv-row-badge{border-radius:9999px;padding:.0625rem .375rem;font-size:.6875rem;font-weight:700}.bs-inv-row-badge--ok{color:#34d399;background:#10b98126}.bs-inv-row-badge--warning{color:#fbbf24;background:#f59e0b26}.bs-inv-row-badge--critical{color:#f87171;background:#ef444426}.bs-inv-row-bar{background:#ffffff0f;border-radius:9999px;height:.375rem;overflow:hidden}.bs-inv-row-fill{border-radius:9999px;height:100%}.bs-inv-row-fill--ok{background:#10b981}.bs-inv-row-fill--warning{background:#f59e0b}.bs-inv-row-fill--critical{background:#ef4444}.bs-inv-alert{color:#fcd34dcc;text-align:center;background:#f59e0b0f;border-radius:.5rem;padding:.5rem;font-size:.75rem}.bs-kpi-grid{grid-template-columns:repeat(2,1fr);gap:.625rem;display:grid}.bs-kpi-card{text-align:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:.75rem;padding:.75rem}.bs-kpi-value{color:#10b981;font-variant-numeric:tabular-nums;font-size:1.375rem;font-weight:700}.bs-kpi-label{color:#64748b;margin-top:.125rem;font-size:.625rem}.bs-kpi-delta{color:#34d399;margin-top:.1875rem;font-size:.5625rem;font-weight:600}.bs-chart-container{background:#ffffff08;border:1px solid #ffffff14;border-radius:.75rem;padding:.875rem}.bs-chart-bars{align-items:flex-end;gap:.25rem;height:5rem;margin-top:.5rem;display:flex}.bs-chart-bar-wrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.1875rem;height:100%;display:flex}.bs-chart-bar-fill{background:linear-gradient(#6ee7b780,#a7f3d01a);border-radius:.1875rem .1875rem 0 0;height:100%}.bs-chart-bar-fill--today{background:linear-gradient(#10b981,#34d399);box-shadow:0 0 8px #10b9814d}.bs-chart-day{color:#475569;font-size:.5rem}.bs-ai-hero{justify-content:center;align-items:center;height:5rem;margin-bottom:.5rem;display:flex;position:relative}.bs-ai-orb-big{z-index:2;font-size:2.5rem;position:relative}.bs-ai-ring-big{border:2px solid #6366f140;border-top-color:#6366f199;border-radius:50%;width:4rem;height:4rem;animation:3s linear infinite bs-ai-spin;position:absolute}.bs-ai-ring-big--outer{border-color:#6366f14d #6366f11a #6366f11a;width:5rem;height:5rem;animation-duration:4.5s;animation-direction:reverse}@keyframes bs-ai-spin{to{transform:rotate(360deg)}}.bs-ai-suggestions{flex-direction:column;gap:.5rem;display:flex}.bs-ai-suggest{background:#6366f10f;border:1px solid #6366f126;border-radius:.625rem;align-items:flex-start;gap:.625rem;padding:.625rem .75rem;display:flex}.bs-ai-suggest-icon{flex-shrink:0;margin-top:.0625rem;font-size:1rem}.bs-ai-suggest-title{color:#a5b4fc;font-size:.75rem;font-weight:700}.bs-ai-suggest-body{color:#a5b4fcb3;font-size:.6875rem;line-height:1.4}.bs-branch-pair{align-items:stretch;gap:.5rem;display:flex}.bs-branch-big{text-align:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:.75rem;flex-direction:column;flex:1;align-items:center;gap:.1875rem;padding:.875rem .625rem;display:flex;position:relative}.bs-branch-big--new{border-color:#3b82f640}.bs-branch-big-icon{font-size:1.75rem}.bs-branch-big-name{color:#e2e8f0;font-size:.75rem;font-weight:600}.bs-branch-big-revenue{color:#10b981;font-variant-numeric:tabular-nums;font-size:1.0625rem;font-weight:700}.bs-branch-big-delta{color:#34d399;font-size:.5625rem}.bs-branch-big-stats{color:#475569;font-size:.5625rem}.bs-branch-big-badge{color:#fff;text-transform:uppercase;background:#3b82f6;border-radius:9999px;padding:.0625rem .3125rem;font-size:.5rem;font-weight:700;position:absolute;top:-.4375rem;right:-.1875rem}.bs-branch-connector{flex-direction:column;justify-content:center;align-items:center;width:2rem;display:flex;position:relative}.bs-branch-connector-line{background:repeating-linear-gradient(90deg,#3b82f6 0 3px,#0000 3px 6px);width:100%;height:2px}.bs-branch-connector-pulse{background:#3b82f6;border-radius:50%;width:.375rem;height:.375rem;animation:1.5s linear infinite bs-sync-travel;position:absolute}.bs-branch-connector-pulse--delay{animation-delay:.75s}.bs-branch-connector-label{color:#60a5fa;white-space:nowrap;margin-top:.25rem;font-size:.5rem}@keyframes bs-sync-travel{0%{opacity:0;left:0}20%{opacity:1}80%{opacity:1}to{opacity:0;left:100%}}.bs-consolidated-big{background:linear-gradient(135deg,#3b82f61a,#10b9810d);border:1px solid #3b82f633;border-radius:.625rem;flex-direction:column;align-items:center;gap:.125rem;padding:.75rem;display:flex}.bs-consolidated-label{color:#93c5fd;text-transform:uppercase;letter-spacing:.04em;font-size:.625rem;font-weight:600}.bs-consolidated-value{color:#60a5fa;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800}.bs-consolidated-sub{color:#60a5fa99;font-size:.5625rem}.bs-morph-grid{grid-template-columns:repeat(2,1fr);gap:.625rem;display:grid}.bs-morph-big{background:#ffffff08;border:1px solid #ffffff14;border-radius:.75rem;flex-direction:column;align-items:center;gap:.1875rem;padding:.875rem;display:flex}.bs-morph-big--featured{background:#ffffff0f;border-color:#ffffff26}.bs-morph-big-icon{font-size:1.75rem}.bs-morph-big-label{font-size:.75rem;font-weight:600}.bs-morph-cta{text-align:center;padding:.75rem}.bs-morph-cta-title{color:#e2e8f0;font-size:1rem;font-weight:700}.bs-morph-cta-sub{color:#64748b;margin-top:.25rem;font-size:.75rem}@media (max-width:768px){.bs-content-area{grid-template-columns:1fr;gap:1rem;min-height:auto}.bs-visual{order:1}.bs-text{text-align:center;order:2;align-items:center}.bs-badge{margin:0 auto}.bs-title{font-size:1.375rem}.bs-subtitle{font-size:.9375rem}.bs-scene{max-width:320px;margin:0 auto}.bs-nav{width:2rem;height:2rem}.bs-clients-grid{grid-template-columns:repeat(3,1fr)}.bs-kpi-grid{grid-template-columns:repeat(2,1fr)}}.business-story-blur-container{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.section-hero-blur--top-right{background-color:var(--primary);width:25vw;height:25vw;top:-12vh;right:-8vw}.bs-inv-value-card{background:#10b9810f;border:1px solid #10b98126;border-radius:.625rem;flex-direction:column;align-items:center;gap:.125rem;padding:.75rem;display:flex}.bs-inv-value-label{color:#6ee7b7;text-transform:uppercase;letter-spacing:.04em;font-size:.625rem;font-weight:600}.bs-inv-value-amount{color:#10b981;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800}.bs-inv-value-sub{color:#6ee7b780;font-size:.5625rem}.bs-inv-smart-title{color:#94a3b899;margin-top:.25rem;font-size:.6875rem;font-weight:600}.bs-restock-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:.5rem;padding:.625rem .75rem}.bs-restock-header{align-items:center;gap:.375rem;margin-bottom:.375rem;display:flex}.bs-restock-dot{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}.bs-restock-dot--critical{background:#ef4444;box-shadow:0 0 6px #ef444466}.bs-restock-dot--warning{background:#f59e0b}.bs-restock-name{color:#e2e8f0;flex:1;font-size:.75rem;font-weight:600}.bs-restock-days{color:#64748b;font-size:.5625rem;font-weight:500}.bs-restock-body{color:#94a3b8;align-items:center;gap:.5rem;font-size:.6875rem;display:flex}.bs-restock-body strong{color:#cbd5e1;font-variant-numeric:tabular-nums}.bs-restock-arrow{color:var(--primary);font-weight:700}.bs-restock-suggested strong{color:#34d399}.bs-restock-bar{background:#ffffff0f;border-radius:9999px;height:.25rem;margin-top:.375rem;overflow:hidden}.bs-restock-bar-current{background:linear-gradient(90deg,#ef4444,#f59e0b);border-radius:9999px;height:100%}.bs-inv-insight{color:#94a3b880;text-align:center;justify-content:center;align-items:center;gap:.375rem;font-size:.625rem;display:flex}.bs-inv-insight-icon{font-size:.75rem}
.sectors-header{text-align:center;margin-bottom:3rem}.sectors-title{margin-bottom:1rem}.sectors-description{max-width:42rem;margin-left:auto;margin-right:auto}.sectors-card-content{text-align:center;flex-direction:column;align-items:center;gap:1rem;height:100%;display:flex}.sectors-card-icon{color:var(--primary);font-size:2.25rem}.sectors-card-content-inner{flex-direction:column;flex:1;gap:.5rem;display:flex}.sectors-card-title{font-size:1.25rem;font-weight:700}.sectors-card-description{color:#0f1f18b3;font-size:.875rem;line-height:1.625}.sectors-noscript-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:2rem;display:grid}.sectors-noscript-card strong{color:var(--foreground);margin-bottom:.25rem;font-size:.9375rem;font-weight:600;display:block}.sectors-noscript-card p{color:var(--color-muted,#64748b);font-size:.875rem;line-height:1.4}
