.blog-hero{padding:50px 0 0;background:linear-gradient(180deg,#fff,#f4f8fc)}.blog-hero__grid{display:grid;grid-template-columns:1fr .85fr;align-items:center;gap:60px}.blog-hero h1{max-width:820px;margin:0;font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.06em}.blog-hero p{max-width:690px;margin:25px 0 30px;color:var(--muted);font-size:20px}.blog-search{display:flex;max-width:690px;align-items:center;gap:12px;padding:9px 10px 9px 18px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 10px 35px rgba(17,24,32,.06)}.blog-search svg{width:21px;height:21px;color:#7f8c98}.blog-search input{width:100%;min-height:45px;border:0;outline:0}.blog-hero__media{align-self:end;overflow:hidden;min-height:430px}.blog-hero__media img{width:100%;height:430px;object-fit:cover;border-radius:30px 30px 0 0}.blog-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:52px}.blog-filters button{min-height:46px;padding:0 18px;border:1px solid var(--line);border-radius:13px;background:#fff;font-weight:650}.blog-filters button.is-active{color:#fff;border-color:var(--blue);background:var(--blue)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.blog-card[hidden]{display:none}.blog-card>a{display:block;overflow:hidden}.blog-card img{width:100%;height:220px;object-fit:cover;transition:transform .35s}.blog-card:hover img{transform:scale(1.025)}.blog-card__content{display:flex;min-height:285px;flex-direction:column;padding:23px}.blog-card__category{color:var(--blue);font-size:13px;font-weight:750}.blog-card h3{margin:9px 0 10px;font-size:22px;line-height:1.16;letter-spacing:-.025em}.blog-card p{margin:0;color:var(--muted);font-size:14px}.blog-card__meta{display:flex;gap:18px;margin-top:auto;padding-top:20px;color:#8b97a2;font-size:12px}.blog-empty{padding:30px;border-radius:20px;background:var(--page);color:var(--muted);text-align:center}.blog-engineers{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:80px}.blog-engineers h2{margin:0;font-size:clamp(38px,4.5vw,56px);line-height:1.02;letter-spacing:-.05em}.blog-engineers p{max-width:500px;color:var(--muted);font-size:17px}.blog-engineers__links{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff}.blog-engineers__links a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;color:var(--blue);font-weight:700}.blog-engineers__links a+a{border-top:1px solid var(--line)}.blog-engineers__links svg{width:20px;height:20px}.blog-business{position:relative;overflow:hidden;min-height:340px;border-radius:30px;background:var(--dark)}.blog-business>div{position:relative;z-index:2;max-width:650px;padding:50px;color:#fff}.blog-business>div>span{color:#8eb9ff;font-weight:700}.blog-business h2{margin:10px 0 14px;font-size:43px;line-height:1.05}.blog-business p{max-width:530px;color:#bbc7d2}.blog-business img{position:absolute;inset:0 0 0 auto;width:62%;height:100%;object-fit:cover;opacity:.58;mask-image:linear-gradient(to right,transparent,#000 35%)}.article-page{padding:52px 0 80px}.article-page__header{max-width:940px}.article-page__header .eyebrow{display:flex;margin-top:50px}.article-page h1{margin:0;font-size:clamp(46px,6vw,76px);line-height:1;letter-spacing:-.06em}.article-page__header>p{max-width:800px;margin:25px 0;color:var(--muted);font-size:20px}.article-page__meta{display:flex;gap:24px;color:#87939f}.article-page__media{margin-top:45px}.article-page__media img{width:100%;max-height:650px;object-fit:cover;border-radius:30px}.article-page__body{max-width:800px;padding-top:55px;color:#344250;font-size:18px;line-height:1.75}.article-page__body h2{margin:55px 0 18px;color:var(--ink);font-size:34px;line-height:1.15}.article-page__body img{border-radius:20px}.article-page__body a{color:var(--blue);text-decoration:underline}
@media(max-width:960px){.blog-hero__grid,.blog-engineers{grid-template-columns:1fr}.blog-hero__media{width:min(100%,700px)}.blog-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.blog-hero{padding-top:38px}.blog-hero h1{font-size:46px}.blog-hero__media,.blog-hero__media img{min-height:300px;height:300px}.blog-filters{display:grid;grid-template-columns:1fr 1fr}.blog-filters button:first-child{grid-column:1/-1}.blog-grid{grid-template-columns:1fr}.blog-business>div{padding:32px 24px}.blog-business img{width:100%;opacity:.28;mask-image:none}.article-page{padding-top:38px}.article-page h1{font-size:43px}}
.blog-search label{display:flex;min-width:0;flex:1}.blog-search .btn{flex:0 0 auto}.blog-search input{min-width:0}
.blog-engineers__links{display:grid;overflow:visible;gap:10px;border:0;border-radius:0;background:transparent}.blog-engineers__links a{display:grid;min-height:82px;grid-template-columns:46px minmax(0,1fr) 38px;align-items:center;justify-content:normal;gap:16px;padding:12px 13px;border:1px solid var(--line);border-radius:18px;color:var(--ink);background:#fff;box-shadow:0 7px 22px rgba(17,24,32,.035);font-weight:400;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.blog-engineers__links a+a{border-top:1px solid var(--line)}.blog-engineers__links a:hover{border-color:#b9cff5;box-shadow:0 14px 32px rgba(39,82,132,.09);transform:translateX(4px)}.blog-engineers__icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;color:#536474;background:#f1f5f8}.blog-engineers__icon svg{width:23px;height:23px}.blog-engineers__copy{display:grid;gap:4px}.blog-engineers__copy strong{font-size:15px;line-height:1.25}.blog-engineers__copy small{color:var(--muted);font-size:12px;line-height:1.35}.blog-engineers__arrow{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:var(--blue);background:var(--blue-soft);transition:color .2s ease,background .2s ease}.blog-engineers__arrow svg{width:18px;height:18px}.blog-engineers__links a:hover .blog-engineers__arrow{color:#fff;background:var(--blue)}
@media(max-width:620px){.blog-engineers__links a{grid-template-columns:42px minmax(0,1fr) 34px;gap:12px;padding:11px}.blog-engineers__icon{width:42px;height:42px}.blog-engineers__arrow{width:34px;height:34px}.blog-engineers__copy small{font-size:11px}}

/* Keep the hero visually contained instead of cutting media and shadows at the section edge. */
.blog-hero{padding-bottom:48px}
.blog-hero__media{overflow:hidden;border-radius:30px;background:#e8eef4}
.blog-hero__media img{display:block;border-radius:0}
@media(max-width:620px){.blog-hero{padding-bottom:34px}.blog-hero__media{border-radius:22px}}

/* Keep server-side blog filters aligned with the shared catalog controls. */
.blog-filters .filter-pill{min-height:38px;padding:0 13px;border-color:transparent;border-radius:11px;color:#3f4d5a;background:#f1f4f7;font-size:12.5px;font-weight:720}
.blog-filters .filter-pill:hover{border-color:#d7e4f2;color:var(--blue);background:#edf4ff}
.blog-filters .filter-pill.is-active{color:#fff;border-color:var(--blue);background:var(--blue);box-shadow:0 5px 14px rgba(23,105,255,.16)}

/* Long-form article uses the same Markdown/content-block layout as service pages. */
.article-page{padding-bottom:0}
.article-page__header h1{margin:0;font-size:clamp(46px,6vw,76px);line-height:1;letter-spacing:-.06em}
.article-content-section{padding-bottom:80px}
.article-page__body{max-width:none;padding-top:0;color:#344250;font-size:18px;line-height:1.75}
.article-page__body h1{margin:0 0 24px;color:var(--ink);font-size:clamp(34px,4vw,48px);line-height:1.08;letter-spacing:-.04em}
.article-page__body h2,.article-page__body h3{scroll-margin-top:calc(var(--header-height) + 28px)}
.article-page__body .markdown-content>img,.article-page__body .markdown-content>p>img{max-width:100%;height:auto;margin:26px 0;border-radius:20px}
.article-page__body .markdown-embed .related-carousel__head h2{margin:4px 0 0;font-size:clamp(25px,3vw,34px);line-height:1.08}
.article-page__body .markdown-embed .related-carousel__head p{margin:7px 0 0;font-size:13px;line-height:1.5}
.article-page__body .markdown-embed .related-card__media{color:inherit;text-decoration:none}
.article-page__body .markdown-embed .related-card__media img{width:100%;height:100%;margin:0;border-radius:0;object-fit:cover}
.article-page__body .markdown-embed .related-card--product .related-card__media img{padding:10px;object-fit:contain}
.article-page__body .markdown-embed .related-card h3{margin:6px 0 0;font-size:16px;line-height:1.22}
.article-page__body .markdown-embed .related-card h3 a{color:var(--ink);text-decoration:none}
@media(max-width:980px){.article-content-section .detail-side-rail{order:-1}}
@media(max-width:620px){.article-page__header h1{font-size:43px}.article-content-section{padding-top:46px;padding-bottom:62px}.article-page__body{font-size:16px}}
