.blog-v2{
  --blog-blue:#0868e6;
  --blog-cyan:#20b9e8;
  --blog-navy:#0a1e3a;
  --blog-text:#526b8b;
  --blog-line:#d5e3f3;
  --blog-soft:#f3f8fe;
  color:var(--blog-navy);
  background:#fff;
}
.blog-v2 *{box-sizing:border-box}
.bv2-shell{width:min(1280px,calc(100% - 40px));margin-inline:auto}
.bv2-section{padding:72px 0}
.bv2-section--soft{background:#f3f8fe}
.bv2-kicker{
  display:inline-flex;align-items:center;gap:10px;
  color:#0868e6;font:800 13px/1.2 Montserrat,Open Sans,sans-serif;
  letter-spacing:.025em;text-transform:uppercase
}
.bv2-kicker::before{
  content:"";width:9px;height:28px;border-radius:2px;
  background:#f04438;transform:skewX(-14deg)
}
.bv2-title{
  margin:0;color:var(--blog-navy);
  font:800 clamp(36px,4.2vw,58px)/1.04 Montserrat,Open Sans,sans-serif;
  letter-spacing:-.035em
}
.bv2-copy{margin:0;color:var(--blog-text);font-size:18px;line-height:1.58}
.bv2-btn{
  min-height:54px;padding:0 24px;border:1px solid #cddff2;border-radius:8px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  color:var(--blog-navy);background:#fff;text-decoration:none;
  font:800 16px/1.2 Montserrat,Open Sans,sans-serif;cursor:pointer
}
.bv2-btn--primary{color:#fff;border-color:var(--blog-blue);background:var(--blog-blue)}
.bv2-btn:active,.bv2-filter:active,.bv2-chip:active{transform:scale(.97)}

.bv2-hero{
  position:relative;height:350px;min-height:350px;overflow:hidden;
  border-bottom:1px solid var(--blog-line);background:#f8fbff
}
.bv2-hero-image{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:center 44%;filter:saturate(.88) contrast(.96)
}
.bv2-hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 31%,rgba(255,255,255,.7) 49%,rgba(255,255,255,.04) 72%)
}
.bv2-hero .bv2-shell{position:relative;z-index:2;width:min(1600px,calc(100% - 80px));height:100%;min-height:350px;display:flex;align-items:center}
.bv2-hero-copy{width:640px;max-width:44%;padding:22px 0 24px}
.bv2-hero h1{
  max-width:640px;margin:18px 0 16px;color:var(--blog-navy);
  font:800 clamp(38px,2.7vw,44px)/1.03 Montserrat,Open Sans,sans-serif;
  letter-spacing:-.045em
}
.bv2-hero-break{display:block}
.bv2-hero-copy>p{max-width:525px;margin:0;color:#516b8b;font-size:15px;line-height:1.48}
.bv2-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.bv2-hero-actions .bv2-btn{min-height:48px;padding-inline:22px;font-size:14px}
.bv2-hero-ui{
  position:absolute;right:0;top:50%;width:55%;max-width:900px;height:94%;
  transform:translateY(-50%)
}
.bv2-sales-panel,.bv2-dashboard-card{
  position:absolute;border:1px solid rgba(204,220,234,.74);border-radius:8px;
  background:rgba(255,255,255,.52);box-shadow:0 8px 22px rgba(20,48,82,.07);
  -webkit-backdrop-filter:blur(8px) saturate(108%);
  backdrop-filter:blur(8px) saturate(108%)
}
.bv2-sales-panel{left:1%;top:3%;width:41%;padding:13px}
.bv2-sales-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #dbe7f3}
.bv2-sales-head strong{font:800 15px/1.2 Montserrat,Open Sans,sans-serif}
.bv2-sales-head span{color:#6a819d}
.bv2-sales-body{display:grid;grid-template-columns:.9fr 1.1fr;gap:11px;align-items:center;padding:10px 0}
.bv2-sales-funnel{display:grid;justify-items:center;gap:2px}
.bv2-sales-funnel i{display:block;height:19px;clip-path:polygon(0 0,100% 0,88% 100%,12% 100%)}
.bv2-sales-funnel i:nth-child(1){width:106px;background:#f25a48}
.bv2-sales-funnel i:nth-child(2){width:84px;background:#ff9437}
.bv2-sales-funnel i:nth-child(3){width:64px;background:#f8c83b}
.bv2-sales-funnel i:nth-child(4){width:44px;background:#22bfd0}
.bv2-sales-funnel i:nth-child(5){width:26px;background:#37ad6f}
.bv2-sales-stages{display:grid;gap:7px}
.bv2-sales-stages span{display:flex;justify-content:space-between;gap:9px;color:#58708d;font-size:10px}
.bv2-sales-stages b,.bv2-sales-stages em{font-style:normal;font-weight:700}
.bv2-sales-result{display:flex;align-items:end;gap:11px;padding-top:10px;border-top:1px solid #dbe7f3}
.bv2-sales-result span{color:#6a819d;font-size:10px}
.bv2-sales-result b{font:800 22px/1 Montserrat,Open Sans,sans-serif}
.bv2-sales-result strong{color:#13a46d;font-size:13px}
.bv2-dashboard-cards{position:absolute;inset:0}
.bv2-dashboard-card{padding:12px 14px}
.bv2-dashboard-card>span{display:block;margin-bottom:10px;color:#334d6b;font-size:11px;font-weight:900}
.bv2-dashboard-card>b{display:block;color:var(--blog-navy);font:800 26px/1 Montserrat,Open Sans,sans-serif}
.bv2-dashboard-card b small{color:#617895;font:600 10px/1.2 Open Sans,sans-serif}
.bv2-dashboard-card>strong{display:block;margin-top:8px;color:#16a26d;font-size:12px}
.bv2-dashboard-card--leads{left:44%;top:12%;width:24%}
.bv2-dashboard-card--overdue{left:59%;top:38%;width:27%}
.bv2-dashboard-card--overdue>b{color:#e8443b}
.bv2-dashboard-card--overdue a{display:inline-block;margin-top:11px;color:var(--blog-blue);font-size:10px;font-weight:900;text-decoration:none}
.bv2-dashboard-card--result{left:45%;bottom:3%;width:37%}
.bv2-dashboard-card--result>div{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}
.bv2-dashboard-card--result p{margin:0;color:#6a819d;font-size:9px}
.bv2-dashboard-card--result p b{display:block;margin-top:4px;color:var(--blog-navy);font:800 14px/1.1 Montserrat,Open Sans,sans-serif}
.bv2-dashboard-card--result p strong{color:#12a66e}
.bv2-dashboard-card--result i{display:block;height:20px;margin-top:11px;background:url("/assets/icons/support/chart-bar.svg") left center/22px 22px no-repeat;border-top:1px solid #dce8f3}

.bv2-problems{padding:34px 0 28px;border-bottom:1px solid var(--blog-line);background:#fff}
.bv2-problems-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}
.bv2-problems-head h2{margin:0;font:800 28px/1.12 Montserrat,Open Sans,sans-serif}
.bv2-problems-head p{margin:0;color:var(--blog-text);font-size:15px}
.bv2-problem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.bv2-filter{
  min-height:86px;padding:14px;border:1px solid var(--blog-line);border-radius:8px;
  display:flex;align-items:center;gap:12px;text-align:left;
  color:var(--blog-navy);background:#fff;font-weight:800;cursor:pointer
}
.bv2-filter img{width:32px;height:32px;flex:0 0 auto}
.bv2-filter[aria-pressed="true"]{border-color:#79aff3;background:#edf6ff;box-shadow:inset 0 0 0 1px #79aff3}

.bv2-library-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:28px}
.bv2-library-head .bv2-copy{max-width:540px}
.bv2-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.bv2-chip{
  min-height:38px;padding:0 15px;border:1px solid var(--blog-line);border-radius:999px;
  color:#355271;background:#fff;font-weight:800;cursor:pointer
}
.bv2-chip[aria-pressed="true"]{color:#fff;border-color:var(--blog-blue);background:var(--blog-blue)}
.bv2-search{
  margin-left:auto;min-width:280px;min-height:42px;padding:0 14px;
  border:1px solid var(--blog-line);border-radius:8px;color:var(--blog-navy);background:#fff;font:600 15px Open Sans,sans-serif
}
.bv2-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}
.bv2-feature{
  min-height:420px;border:1px solid var(--blog-line);border-radius:8px;overflow:hidden;
  display:grid;grid-template-columns:.86fr 1.14fr;background:#fff
}
.bv2-feature-media{min-height:420px}
.bv2-feature-media img{width:100%;height:100%;object-fit:cover;display:block}
.bv2-feature-body{padding:32px;display:flex;flex-direction:column}
.bv2-tag{color:#a46c0c;font-size:12px;font-weight:900;text-transform:uppercase}
.bv2-feature h3{margin:13px 0 14px;font:800 30px/1.14 Montserrat,Open Sans,sans-serif}
.bv2-feature p{margin:0;color:var(--blog-text);font-size:16px;line-height:1.58}
.bv2-feature-result{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0}
.bv2-feature-result span{padding:12px;border-radius:8px;background:#f2f7fd;color:#345270;font-size:13px;font-weight:700}
.bv2-feature-link{margin-top:auto;color:var(--blog-blue);font-weight:900;text-decoration:none}
.bv2-side{display:grid;gap:14px}
.bv2-side-card{padding:22px;border:1px solid var(--blog-line);border-radius:8px;background:#fff}
.bv2-side-card h3{margin:0 0 14px;font:800 20px/1.2 Montserrat,Open Sans,sans-serif}
.bv2-latest{display:grid;gap:0}
.bv2-latest a{padding:12px 0;border-top:1px solid var(--blog-line);color:var(--blog-navy);text-decoration:none;font-size:14px;font-weight:800;line-height:1.4}
.bv2-latest a:first-child{border-top:0;padding-top:0}
.bv2-checks{display:grid;gap:10px}
.bv2-checks span{display:flex;gap:9px;color:#4f6785;font-size:14px;line-height:1.4}
.bv2-checks span::before{content:"✓";color:#08a66c;font-weight:900}
.bv2-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}
.bv2-card{
  min-height:410px;border:1px solid var(--blog-line);border-radius:8px;overflow:hidden;
  display:flex;flex-direction:column;background:#fff
}
.bv2-card[hidden]{display:none}
.bv2-card-media{height:178px;overflow:hidden}
.bv2-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.bv2-card-body{padding:20px;display:flex;flex-direction:column;flex:1}
.bv2-card h3{margin:10px 0 10px;font:800 21px/1.18 Montserrat,Open Sans,sans-serif}
.bv2-card p{margin:0;color:var(--blog-text);font-size:15px;line-height:1.52}
.bv2-card a:last-child{margin-top:auto;padding-top:18px;color:var(--blog-blue);font-weight:900;text-decoration:none}
.bv2-empty{display:none;margin-top:20px;padding:24px;border:1px dashed var(--blog-line);border-radius:8px;color:var(--blog-text);text-align:center}
.bv2-empty.is-visible{display:block}

.bv2-workspace{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}
.bv2-workspace-main{min-width:0}
.bv2-scenario{overflow:hidden;border:1px solid var(--blog-line);border-radius:8px;background:#fff}
.bv2-scenario-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px 0}
.bv2-status{display:inline-flex;align-items:center;gap:8px;color:#078d5e;font-size:12px;font-weight:900;text-transform:uppercase}
.bv2-status::before{content:"";width:9px;height:9px;border-radius:50%;background:#19b978;box-shadow:0 0 0 5px rgba(25,185,120,.12)}
.bv2-scenario h3{margin:12px 20px 18px;font:800 27px/1.16 Montserrat,Open Sans,sans-serif}
.bv2-scenario-grid{display:grid;grid-template-columns:1fr 1fr 1.15fr .72fr;border-top:1px solid var(--blog-line)}
.bv2-scenario-grid>div{min-width:0;padding:20px;border-left:1px solid var(--blog-line)}
.bv2-scenario-grid>div:first-child{border-left:0}
.bv2-scenario-grid strong{display:block;margin-bottom:11px;color:var(--blog-blue);font-size:12px;font-weight:900;text-transform:uppercase}
.bv2-scenario-grid p,.bv2-scenario-grid ul{margin:0;color:var(--blog-text);font-size:14px;line-height:1.52}
.bv2-scenario-grid ul{padding-left:18px}
.bv2-scenario-grid li+li{margin-top:6px}
.bv2-scenario-grid a{display:inline-flex;margin-top:16px;color:var(--blog-blue);font-weight:900;text-decoration:none}
.bv2-scenario-result{background:#f3f8fe}
.bv2-scenario-result b{display:block;margin-top:14px;color:#078d5e;font:800 28px/1 Montserrat,Open Sans,sans-serif}
.bv2-scenario-result span{display:block;margin-top:6px;color:#617895;font-size:12px;line-height:1.35}
.bv2-shelves{display:grid;gap:14px;margin-top:18px}
.bv2-shelf{display:grid;grid-template-columns:176px minmax(0,1fr);overflow:hidden;border:1px solid var(--blog-line);border-radius:8px;background:#fff}
.bv2-shelf[hidden]{display:none}
.bv2-shelf-label{padding:20px;border-right:1px solid var(--blog-line);background:#f8fbff}
.bv2-shelf-label span{display:block;color:#a46c0c;font-size:11px;font-weight:900;text-transform:uppercase}
.bv2-shelf-label h3{margin:10px 0 0;font:800 19px/1.18 Montserrat,Open Sans,sans-serif}
.bv2-shelf-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.bv2-row-card{min-width:0;border-left:1px solid var(--blog-line)}
.bv2-row-card:first-child{border-left:0}
.bv2-row-card[hidden]{display:none}
.bv2-row-card>a{height:100%;padding:14px;display:grid;grid-template-columns:88px minmax(0,1fr);gap:13px;align-items:center;color:var(--blog-navy);text-decoration:none}
.bv2-row-card img{width:88px;height:64px;border-radius:6px;object-fit:cover}
.bv2-row-card b{display:block;font:800 14px/1.32 Montserrat,Open Sans,sans-serif}
.bv2-row-card small{display:block;margin-top:7px;color:#6a819c;font-size:11px;line-height:1.35}
.bv2-sidebar{position:sticky;top:96px;display:grid;gap:14px}
.bv2-side-link{display:grid;gap:0}
.bv2-side-link a{padding:12px 0;border-top:1px solid var(--blog-line);color:var(--blog-navy);font-size:14px;font-weight:800;line-height:1.4;text-decoration:none}
.bv2-side-link a:first-child{padding-top:0;border-top:0}
.bv2-mini-route{margin:0;padding:0;list-style:none;counter-reset:route}
.bv2-mini-route li{position:relative;min-height:42px;padding:0 0 14px 38px;color:#526b8b;font-size:13px;line-height:1.35;counter-increment:route}
.bv2-mini-route li:last-child{padding-bottom:0}
.bv2-mini-route li::before{content:counter(route);position:absolute;left:0;top:0;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--blog-blue);font-size:11px;font-weight:900}
.bv2-mini-route li:not(:last-child)::after{content:"";position:absolute;left:12px;top:28px;bottom:2px;width:1px;background:#bcd4ee}
.bv2-checks span{position:relative;display:block;padding-left:27px}
.bv2-checks span::before{content:"";position:absolute;left:0;top:1px;width:18px;height:18px;background:url("/assets/icons/support/check-circle.svg") center/contain no-repeat}
.bv2-side-card--check .bv2-btn{width:100%;margin-top:18px}
.bv2-impact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--blog-line);border-radius:8px;background:#fff}
.bv2-impact>div{min-height:118px;padding:22px;display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;column-gap:14px;align-content:center;border-left:1px solid var(--blog-line)}
.bv2-impact>div:first-child{border-left:0}
.bv2-impact img{grid-row:1/3;width:38px;height:38px}
.bv2-impact b{color:#078d5e;font:800 25px/1.05 Montserrat,Open Sans,sans-serif}
.bv2-impact span{margin-top:7px;color:#617895;font-size:13px;line-height:1.35}

.bv2-route-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:28px}
.bv2-route{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--blog-line);border-radius:8px;background:#fff;overflow:hidden}
.bv2-route article{min-height:190px;padding:24px;border-left:1px solid var(--blog-line)}
.bv2-route article:first-child{border-left:0}
.bv2-route-top{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.bv2-route-top img{width:38px;height:38px}
.bv2-route-top span{color:var(--blog-blue);font-weight:900}
.bv2-route h3{margin:0 0 9px;font:800 19px/1.2 Montserrat,Open Sans,sans-serif}
.bv2-route p{margin:0;color:var(--blog-text);font-size:14px;line-height:1.48}
.bv2-trust{display:grid;grid-template-columns:1.15fr repeat(4,1fr);border:1px solid var(--blog-line);border-radius:8px;background:#fff;overflow:hidden}
.bv2-trust>div{min-height:82px;padding:18px;border-left:1px solid var(--blog-line);display:flex;align-items:center;gap:12px;font-weight:800}
.bv2-trust>div:first-child{border-left:0;font:800 22px/1.15 Montserrat,Open Sans,sans-serif}
.bv2-trust img{width:30px;height:30px}
.bv2-cta{
  display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center;
  padding:42px;border:1px solid var(--blog-line);border-radius:8px;
  background:linear-gradient(135deg,#eef7ff,#f8fbff)
}
.bv2-cta h2{margin:14px 0 10px;font:800 clamp(32px,3.4vw,48px)/1.05 Montserrat,Open Sans,sans-serif}
.bv2-cta-actions{display:grid;gap:10px}

@media (hover:hover) and (pointer:fine){
  .bv2-btn,.bv2-filter,.bv2-chip,.bv2-card,.bv2-feature{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
  .bv2-btn:hover,.bv2-filter:hover,.bv2-chip:hover{transform:translateY(-2px)}
  .bv2-card:hover,.bv2-feature:hover{border-color:#aacaf0;box-shadow:0 16px 34px rgba(31,100,220,.1)}
}
@media (max-width:1050px){
  .bv2-hero-ui{right:-5%;width:59%}
  .bv2-workspace{grid-template-columns:1fr}
  .bv2-sidebar{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}
  .bv2-scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bv2-scenario-grid>div:nth-child(3){border-left:0;border-top:1px solid var(--blog-line)}
  .bv2-scenario-grid>div:nth-child(4){border-top:1px solid var(--blog-line)}
  .bv2-impact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bv2-impact>div:nth-child(3){border-left:0;border-top:1px solid var(--blog-line)}
  .bv2-impact>div:nth-child(4){border-top:1px solid var(--blog-line)}
  .bv2-content{grid-template-columns:1fr}
  .bv2-side{grid-template-columns:1fr 1fr}
  .bv2-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bv2-problem-grid,.bv2-route{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bv2-route article:nth-child(3){border-left:0;border-top:1px solid var(--blog-line)}
  .bv2-route article:nth-child(4){border-top:1px solid var(--blog-line)}
  .bv2-trust{grid-template-columns:repeat(2,1fr)}
  .bv2-trust>div:nth-child(odd){border-left:0}
  .bv2-trust>div{border-top:1px solid var(--blog-line)}
  .bv2-trust>div:nth-child(-n+2){border-top:0}
}
@media (max-width:760px){
  .bv2-shell{width:min(calc(100% - 32px),560px)}
  .bv2-section{padding:48px 0}
  .bv2-title{font-size:36px}
  .bv2-copy{font-size:16px}
  .bv2-hero{height:auto;min-height:auto;padding-top:0}
  .bv2-hero-image{position:relative;height:330px;object-position:68% center;order:2}
  .bv2-hero::after{background:linear-gradient(180deg,#fff 0%,#fff 48%,rgba(255,255,255,.18) 75%)}
  .bv2-hero .bv2-shell{width:min(1180px,calc(100% - 40px));min-height:auto;display:block}
  .bv2-hero-copy{width:100%;max-width:none;padding:44px 0 32px}
  .bv2-hero h1{font-size:40px;line-height:1.03;margin:20px 0 16px}
  .bv2-hero-copy>p{font-size:17px}
  .bv2-hero-actions{display:grid}
  .bv2-hero-ui{
    position:relative;right:auto;top:auto;width:100%;height:350px;
    transform:none;margin:0 auto 24px;background-image:url("/assets/images/blog-bitrix24-results-hero-v3.png");
    background-size:cover;background-position:72% center;border-radius:8px
  }
  .bv2-hero>.bv2-hero-image{display:none}
  .bv2-sales-panel{left:4%;top:5%;width:54%;padding:11px}
  .bv2-sales-head strong{font-size:12px}
  .bv2-sales-body{gap:7px;padding:9px 0}
  .bv2-sales-funnel i{height:14px}
  .bv2-sales-funnel i:nth-child(1){width:70px}
  .bv2-sales-funnel i:nth-child(2){width:56px}
  .bv2-sales-funnel i:nth-child(3){width:43px}
  .bv2-sales-funnel i:nth-child(4){width:31px}
  .bv2-sales-funnel i:nth-child(5){width:19px}
  .bv2-sales-stages{gap:4px}
  .bv2-sales-stages span{font-size:7px}
  .bv2-sales-result{gap:7px}
  .bv2-sales-result span{font-size:7px}
  .bv2-sales-result b{font-size:16px}
  .bv2-sales-result strong{font-size:9px}
  .bv2-dashboard-card{padding:10px}
  .bv2-dashboard-card>span{margin-bottom:6px;font-size:8px}
  .bv2-dashboard-card>b{font-size:18px}
  .bv2-dashboard-card b small{font-size:7px}
  .bv2-dashboard-card>strong{font-size:8px}
  .bv2-dashboard-card--leads{left:64%;top:8%;width:32%}
  .bv2-dashboard-card--overdue{left:64%;top:32%;width:32%}
  .bv2-dashboard-card--overdue a{font-size:7px}
  .bv2-dashboard-card--result{left:46%;bottom:2%;width:49%}
  .bv2-dashboard-card--result>div{gap:6px}
  .bv2-dashboard-card--result p{font-size:6px}
  .bv2-dashboard-card--result p b{font-size:10px}
  .bv2-problems-head,.bv2-library-head,.bv2-route-head{display:block}
  .bv2-problems-head p,.bv2-library-head .bv2-copy,.bv2-route-head .bv2-copy{margin-top:12px}
  .bv2-problem-grid{grid-template-columns:1fr 1fr}
  .bv2-filter{min-height:96px;display:block}
  .bv2-filter img{display:block;margin-bottom:9px}
  .bv2-toolbar{display:grid;grid-template-columns:1fr 1fr}
  .bv2-search{grid-column:1/-1;min-width:0;width:100%;margin-left:0}
  .bv2-scenario-head{align-items:flex-start;flex-direction:column}
  .bv2-scenario h3{font-size:24px}
  .bv2-scenario-grid{grid-template-columns:1fr}
  .bv2-scenario-grid>div,.bv2-scenario-grid>div:nth-child(3),.bv2-scenario-grid>div:nth-child(4){border-left:0;border-top:1px solid var(--blog-line)}
  .bv2-scenario-grid>div:first-child{border-top:0}
  .bv2-shelf{grid-template-columns:1fr}
  .bv2-shelf-label{border-right:0;border-bottom:1px solid var(--blog-line)}
  .bv2-shelf-list{grid-template-columns:1fr}
  .bv2-row-card,.bv2-row-card:first-child{border-left:0;border-top:1px solid var(--blog-line)}
  .bv2-row-card:first-child{border-top:0}
  .bv2-row-card>a{grid-template-columns:96px minmax(0,1fr)}
  .bv2-row-card img{width:96px;height:70px}
  .bv2-sidebar{grid-template-columns:1fr}
  .bv2-impact{grid-template-columns:1fr}
  .bv2-impact>div,.bv2-impact>div:nth-child(3),.bv2-impact>div:nth-child(4){border-left:0;border-top:1px solid var(--blog-line)}
  .bv2-impact>div:first-child{border-top:0}
  .bv2-feature{grid-template-columns:1fr}
  .bv2-feature-media{min-height:230px;height:230px}
  .bv2-feature-body{padding:24px}
  .bv2-feature h3{font-size:25px}
  .bv2-feature-result{grid-template-columns:1fr}
  .bv2-side{grid-template-columns:1fr}
  .bv2-grid{grid-template-columns:1fr}
  .bv2-card{min-height:0}
  .bv2-route{grid-template-columns:1fr}
  .bv2-route article,.bv2-route article:nth-child(3),.bv2-route article:nth-child(4){min-height:0;border-left:0;border-top:1px solid var(--blog-line)}
  .bv2-route article:first-child{border-top:0}
  .bv2-trust{grid-template-columns:1fr}
  .bv2-trust>div,.bv2-trust>div:nth-child(odd){border-left:0;border-top:1px solid var(--blog-line)}
  .bv2-trust>div:first-child{border-top:0}
  .bv2-cta{grid-template-columns:1fr;padding:28px 22px}
}
@media (prefers-reduced-motion:reduce){
  .bv2-btn,.bv2-filter,.bv2-chip,.bv2-card,.bv2-feature{transition:none!important}
}

/* Blog layout parity with the implementation page. */
.bv2-hero{height:500px;min-height:500px}
.bv2-hero .bv2-shell{min-height:500px}
.bv2-title{font-size:clamp(36px,3.5vw,48px)}
.bv2-shelf{min-height:184px}
.bv2-shelf-label{padding:26px 22px;display:flex;flex-direction:column;justify-content:center}
.bv2-row-card>a{padding:20px 18px;grid-template-columns:100px minmax(0,1fr);gap:16px}
.bv2-row-card img{width:100px;height:76px}
.bv2-row-card b{font-size:15px}
.bv2-row-card small{margin-top:8px;font-size:12px;line-height:1.4}
.bv2-stats-section{padding:32px 0}

.blog-v2-page .site-footer{margin:0;padding:0;border-top:1px solid var(--blog-line);background:#fff}
.blog-v2-page .site-footer .shell{width:min(1280px,calc(100% - 40px));margin-inline:auto}
.blog-v2-page .site-footer .footer-main{display:grid;grid-template-columns:1.2fr .75fr .8fr;gap:64px;padding:58px 0 44px;border:0;background:#fff;box-shadow:none}
.blog-v2-page .site-footer .footer-brand img{width:200px;height:auto;margin-bottom:18px}
.blog-v2-page .site-footer .footer-brand p{max-width:430px;margin:0;color:#53657b;font-size:15px;line-height:1.55}
.blog-v2-page .site-footer .footer-main nav,.blog-v2-page .site-footer .footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.blog-v2-page .site-footer .footer-main strong{margin:0 0 5px;color:var(--blog-navy);font:800 15px/1.2 Montserrat,Open Sans,sans-serif}
.blog-v2-page .site-footer .footer-main a,.blog-v2-page .site-footer .footer-contact span{color:#53657b;font-size:15px;line-height:1.4;text-decoration:none}
.blog-v2-page .site-footer .footer-contact a{display:inline-flex;align-items:center;gap:8px}
.blog-v2-page .site-footer .footer-contact svg{flex:0 0 auto;color:currentColor}
.blog-v2-page .site-footer .footer-bottom{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid var(--blog-line);color:#6b7b8f;font-size:13px}
.blog-v2-page .site-footer .footer-bottom a{color:inherit;text-decoration:none}

@media (max-width:1100px){
  .blog-v2-page .site-footer .footer-main{grid-template-columns:1fr 1fr}
  .blog-v2-page .site-footer .footer-brand{grid-column:1/-1}
}

@media (max-width:760px){
  .bv2-hero{height:auto;min-height:auto}
  .bv2-hero .bv2-shell{min-height:auto}
  .bv2-title{font-size:34px}
  .bv2-shelf{min-height:0}
  .bv2-row-card>a{padding:18px;grid-template-columns:96px minmax(0,1fr)}
  .bv2-stats-section{padding:24px 0}
  .blog-v2-page .site-footer .shell{width:min(calc(100% - 32px),560px)}
  .blog-v2-page .site-footer .footer-main{grid-template-columns:1fr;gap:34px;padding:46px 0 34px}
  .blog-v2-page .site-footer .footer-brand{grid-column:auto}
  .blog-v2-page .site-footer .footer-bottom{min-height:78px;align-items:flex-start;flex-direction:column;justify-content:center;gap:4px}
}









/* Blog feedback refinements 2026-07-17. */
.bv2-filter{
  position:relative;overflow:hidden;isolation:isolate;
  padding:15px 18px;gap:14px;
  transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .16s ease
}
.bv2-filter::before{
  content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 3px 3px 0;
  background:var(--blog-blue);opacity:0;transform:scaleY(.35);transform-origin:center;
  transition:opacity .2s ease,transform .2s ease
}
.bv2-filter img{
  width:32px;height:32px;padding:0;box-sizing:border-box;border-radius:0;background:transparent;
  filter:invert(36%) sepia(87%) saturate(2924%) hue-rotate(207deg) brightness(96%) contrast(101%);
  opacity:.92
}
.bv2-filter[aria-pressed="true"]{
  border-color:#8ebcf4;background:#f5f9ff;
  box-shadow:inset 0 0 0 1px rgba(12,103,222,.12),0 8px 22px rgba(31,100,220,.07)
}
.bv2-filter[aria-pressed="true"]::before{opacity:1;transform:scaleY(1)}

.bv2-side-card--latest{background:linear-gradient(145deg,#fff 0%,#f4f8fe 100%)}
.bv2-latest{counter-reset:latest;gap:8px}
.bv2-latest a{
  counter-increment:latest;display:grid;grid-template-columns:34px minmax(0,1fr) 20px;align-items:center;gap:10px;
  min-height:66px;padding:10px;border:1px solid #dce8f4;border-radius:8px;background:rgba(255,255,255,.86);
  color:var(--blog-navy);text-decoration:none;font-size:13px;font-weight:800;line-height:1.3
}
.bv2-latest a:first-child{padding-top:10px;border-top:1px solid #dce8f4}
.bv2-latest a::before{
  content:"0" counter(latest);width:34px;height:34px;border-radius:8px;display:grid;place-items:center;
  color:#0c67de;background:#e8f3ff;font:900 11px/1 Montserrat,Open Sans,sans-serif
}
.bv2-latest a:nth-child(2)::before{color:#a86700;background:#fff0d2}
.bv2-latest a:nth-child(3)::before{color:#078d5e;background:#e5f7f0}
.bv2-latest a:nth-child(4)::before{color:#0a8397;background:#e4f6f9}
.bv2-latest span{min-width:0}
.bv2-latest b{display:block;font:800 13px/1.28 Montserrat,Open Sans,sans-serif;overflow-wrap:anywhere}
.bv2-latest small{display:block;margin-top:4px;color:#6a819c;font-size:10px;font-weight:600;line-height:1.3}
.bv2-latest i{color:var(--blog-blue);font-style:normal;font-size:18px}
.bv2-row-card>a>span{min-width:0}
.bv2-row-card b,.bv2-row-card small{overflow-wrap:anywhere}

@media (hover:hover) and (pointer:fine){
  .bv2-filter:hover{border-color:#a9c9ef;box-shadow:0 8px 20px rgba(31,100,220,.07)}
  .bv2-filter:hover::before{opacity:.55;transform:scaleY(.72)}
  .bv2-filter[aria-pressed="true"]:hover::before{opacity:1;transform:scaleY(1)}
  .bv2-latest a{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
  .bv2-latest a:hover{transform:translateX(3px);border-color:#9fc4ef;box-shadow:0 8px 20px rgba(31,100,220,.08)}
}

@media (max-width:1180px){
  .bv2-workspace{grid-template-columns:1fr}
  .bv2-sidebar{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:760px){
  .bv2-dashboard-card--leads,.bv2-dashboard-card--overdue{
    left:64%;width:32%;height:108px;min-height:108px;display:flex;flex-direction:column
  }
  .bv2-dashboard-card--leads{top:6%}
  .bv2-dashboard-card--overdue{top:38%}
  .bv2-dashboard-card--overdue a{margin-top:auto}
  .bv2-filter{min-height:84px;display:flex;align-items:center;gap:12px;padding:14px 16px}
  .bv2-filter::before{top:12px;bottom:12px}
  .bv2-filter img{display:block;width:30px;height:30px;margin:0}
  .bv2-sidebar{grid-template-columns:1fr}
  .bv2-latest a{min-height:70px;padding:11px}
  .bv2-row-card>a{overflow:hidden}
}
/* Shared header comes from home-v2.css, as on the implementation page. */
.blog-v2-page .site-header{
  z-index:50;
  font-family:Inter,Segoe UI,Arial,sans-serif
}
.blog-v2-page .header-inner{height:auto}

/* Keep the floating dashboard cards inside the hero at every intermediate width. */
.bv2-dashboard-card{min-width:0;max-width:100%;overflow:hidden}
.bv2-dashboard-card>span,.bv2-dashboard-card>b,.bv2-dashboard-card>strong,.bv2-dashboard-card a{
  max-width:100%;overflow-wrap:anywhere
}
.bv2-dashboard-card b small{white-space:normal}

@media (min-width:761px) and (max-width:1120px){
  .bv2-hero-ui{right:0;width:61%}
  .bv2-sales-panel{left:1%;width:40%;padding:10px}
  .bv2-dashboard-card{padding:9px 10px}
  .bv2-dashboard-card>span{margin-bottom:6px;font-size:8.5px;line-height:1.2}
  .bv2-dashboard-card>b{font-size:21px;line-height:1.05}
  .bv2-dashboard-card b small{display:block;margin-top:4px;font-size:7.5px;line-height:1.2}
  .bv2-dashboard-card>strong{margin-top:6px;font-size:8.5px;line-height:1.25}
  .bv2-dashboard-card--leads{left:43%;top:11%;width:27%}
  .bv2-dashboard-card--overdue{left:71%;top:28%;width:28%}
  .bv2-dashboard-card--overdue a{margin-top:7px;font-size:7.5px;line-height:1.2}
  .bv2-dashboard-card--result{left:48%;bottom:3%;width:47%}
  .bv2-dashboard-card--result>div{gap:7px}
  .bv2-dashboard-card--result p{font-size:7px}
  .bv2-dashboard-card--result p b{font-size:11px}
}

/* Align the blog hero and material shelves with the premium page grid. */
@media (min-width:761px){
  .blog-v2-page .bv2-hero{
    width:100%;
    margin-inline:0;
    border:0;
    border-radius:0;
  }
  .blog-v2-page .bv2-hero .bv2-shell{
    width:min(1280px,calc(100% - 40px));
    max-width:none;
    padding-inline:0;
  }
  .blog-v2-page .bv2-hero-ui{
    right:calc((100vw - min(100vw - 40px,1280px)) / -2);
    width:calc(55% + ((100vw - min(100vw - 40px,1280px)) / 2));
    max-width:none;
  }
  .blog-v2-page .bv2-shelf{grid-template-columns:190px minmax(0,1fr)}
  .blog-v2-page .bv2-shelf-label b{
    margin-top:10px;
    font:800 19px/1.2 Montserrat,Open Sans,sans-serif;
  }
  .blog-v2-page .bv2-row-card>a{
    grid-template-columns:1fr;
    align-content:start;
    align-items:start;
    gap:12px;
    padding:16px;
  }
  .blog-v2-page .bv2-row-card img{
    width:100%;
    height:86px;
  }
  .blog-v2-page .bv2-row-card b{
    font-size:16px;
    line-height:1.25;
  }
}
.blog-v2-page .bv2-row-card b,
.blog-v2-page .bv2-row-card small{
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

